]>
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 | ## -------------------- ## | |
42ecbf5e | 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 : | |
42ecbf5e DJ |
18 | emulate sh |
19 | NULLCMD=: | |
81ecdfbb | 20 | # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which |
42ecbf5e DJ |
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 | |
42ecbf5e | 31 | fi |
42ecbf5e | 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 | } | |
42ecbf5e DJ |
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 | |
42ecbf5e DJ |
121 | PS1='$ ' |
122 | PS2='> ' | |
123 | PS4='+ ' | |
124 | ||
125 | # NLS nuisances. | |
81ecdfbb RW |
126 | LC_ALL=C |
127 | export LC_ALL | |
128 | LANGUAGE=C | |
129 | export LANGUAGE | |
130 | ||
131 | # CDPATH. | |
132 | (unset CDPATH) >/dev/null 2>&1 && unset CDPATH | |
133 | ||
134 | if test "x$CONFIG_SHELL" = x; then | |
135 | as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : | |
136 | emulate sh | |
137 | NULLCMD=: | |
138 | # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which | |
139 | # is contrary to our usage. Disable this feature. | |
140 | alias -g '\${1+\"\$@\"}'='\"\$@\"' | |
141 | setopt NO_GLOB_SUBST | |
142 | else | |
143 | case \`(set -o) 2>/dev/null\` in #( | |
144 | *posix*) : | |
145 | set -o posix ;; #( | |
146 | *) : | |
147 | ;; | |
148 | esac | |
149 | fi | |
150 | " | |
151 | as_required="as_fn_return () { (exit \$1); } | |
152 | as_fn_success () { as_fn_return 0; } | |
153 | as_fn_failure () { as_fn_return 1; } | |
154 | as_fn_ret_success () { return 0; } | |
155 | as_fn_ret_failure () { return 1; } | |
156 | ||
157 | exitcode=0 | |
158 | as_fn_success || { exitcode=1; echo as_fn_success failed.; } | |
159 | as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } | |
160 | as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } | |
161 | as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } | |
162 | if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : | |
163 | ||
164 | else | |
165 | exitcode=1; echo positional parameters were not saved. | |
166 | fi | |
167 | test x\$exitcode = x0 || exit 1" | |
168 | as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO | |
169 | as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO | |
170 | eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && | |
171 | test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 | |
3725885a RW |
172 | test \$(( 1 + 1 )) = 2 || exit 1 |
173 | ||
174 | test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || ( | |
175 | ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' | |
176 | ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO | |
177 | ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO | |
178 | PATH=/empty FPATH=/empty; export PATH FPATH | |
179 | test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\ | |
180 | || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1" | |
81ecdfbb RW |
181 | if (eval "$as_required") 2>/dev/null; then : |
182 | as_have_required=yes | |
183 | else | |
184 | as_have_required=no | |
185 | fi | |
186 | if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : | |
187 | ||
188 | else | |
189 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
190 | as_found=false | |
191 | for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH | |
42ecbf5e | 192 | do |
81ecdfbb RW |
193 | IFS=$as_save_IFS |
194 | test -z "$as_dir" && as_dir=. | |
195 | as_found=: | |
196 | case $as_dir in #( | |
197 | /*) | |
198 | for as_base in sh bash ksh sh5; do | |
199 | # Try only shells that exist, to save several forks. | |
200 | as_shell=$as_dir/$as_base | |
201 | if { test -f "$as_shell" || test -f "$as_shell.exe"; } && | |
202 | { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : | |
203 | CONFIG_SHELL=$as_shell as_have_required=yes | |
204 | if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : | |
205 | break 2 | |
206 | fi | |
207 | fi | |
208 | done;; | |
209 | esac | |
210 | as_found=false | |
211 | done | |
212 | $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && | |
213 | { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : | |
214 | CONFIG_SHELL=$SHELL as_have_required=yes | |
215 | fi; } | |
216 | IFS=$as_save_IFS | |
217 | ||
218 | ||
219 | if test "x$CONFIG_SHELL" != x; then : | |
220 | # We cannot yet assume a decent shell, so we have to provide a | |
221 | # neutralization value for shells without unset; and this also | |
222 | # works around shells that cannot unset nonexistent variables. | |
223 | BASH_ENV=/dev/null | |
224 | ENV=/dev/null | |
225 | (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV | |
226 | export CONFIG_SHELL | |
227 | exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} | |
228 | fi | |
229 | ||
230 | if test x$as_have_required = xno; then : | |
231 | $as_echo "$0: This script requires a shell more modern than all" | |
232 | $as_echo "$0: the shells that I found on your system." | |
233 | if test x${ZSH_VERSION+set} = xset ; then | |
234 | $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" | |
235 | $as_echo "$0: be upgraded to zsh 4.3.4 or later." | |
42ecbf5e | 236 | else |
81ecdfbb RW |
237 | $as_echo "$0: Please tell [email protected] about your system, |
238 | $0: including any error possibly output before this | |
239 | $0: message. Then install a modern shell, or manually run | |
240 | $0: the script under such a shell if you do have one." | |
42ecbf5e | 241 | fi |
81ecdfbb RW |
242 | exit 1 |
243 | fi | |
244 | fi | |
245 | fi | |
246 | SHELL=${CONFIG_SHELL-/bin/sh} | |
247 | export SHELL | |
248 | # Unset more variables known to interfere with behavior of common tools. | |
249 | CLICOLOR_FORCE= GREP_OPTIONS= | |
250 | unset CLICOLOR_FORCE GREP_OPTIONS | |
251 | ||
252 | ## --------------------- ## | |
253 | ## M4sh Shell Functions. ## | |
254 | ## --------------------- ## | |
255 | # as_fn_unset VAR | |
256 | # --------------- | |
257 | # Portably unset VAR. | |
258 | as_fn_unset () | |
259 | { | |
260 | { eval $1=; unset $1;} | |
261 | } | |
262 | as_unset=as_fn_unset | |
263 | ||
264 | # as_fn_set_status STATUS | |
265 | # ----------------------- | |
266 | # Set $? to STATUS, without forking. | |
267 | as_fn_set_status () | |
268 | { | |
269 | return $1 | |
270 | } # as_fn_set_status | |
271 | ||
272 | # as_fn_exit STATUS | |
273 | # ----------------- | |
274 | # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. | |
275 | as_fn_exit () | |
276 | { | |
277 | set +e | |
278 | as_fn_set_status $1 | |
279 | exit $1 | |
280 | } # as_fn_exit | |
281 | ||
282 | # as_fn_mkdir_p | |
283 | # ------------- | |
284 | # Create "$as_dir" as a directory, including parents if necessary. | |
285 | as_fn_mkdir_p () | |
286 | { | |
287 | ||
288 | case $as_dir in #( | |
289 | -*) as_dir=./$as_dir;; | |
290 | esac | |
291 | test -d "$as_dir" || eval $as_mkdir_p || { | |
292 | as_dirs= | |
293 | while :; do | |
294 | case $as_dir in #( | |
295 | *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( | |
296 | *) as_qdir=$as_dir;; | |
297 | esac | |
298 | as_dirs="'$as_qdir' $as_dirs" | |
299 | as_dir=`$as_dirname -- "$as_dir" || | |
300 | $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |
301 | X"$as_dir" : 'X\(//\)[^/]' \| \ | |
302 | X"$as_dir" : 'X\(//\)$' \| \ | |
303 | X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || | |
304 | $as_echo X"$as_dir" | | |
305 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ | |
306 | s//\1/ | |
307 | q | |
308 | } | |
309 | /^X\(\/\/\)[^/].*/{ | |
310 | s//\1/ | |
311 | q | |
312 | } | |
313 | /^X\(\/\/\)$/{ | |
314 | s//\1/ | |
315 | q | |
316 | } | |
317 | /^X\(\/\).*/{ | |
318 | s//\1/ | |
319 | q | |
320 | } | |
321 | s/.*/./; q'` | |
322 | test -d "$as_dir" && break | |
323 | done | |
324 | test -z "$as_dirs" || eval "mkdir $as_dirs" | |
325 | } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" | |
326 | ||
327 | ||
328 | } # as_fn_mkdir_p | |
329 | # as_fn_append VAR VALUE | |
330 | # ---------------------- | |
331 | # Append the text in VALUE to the end of the definition contained in VAR. Take | |
332 | # advantage of any shell optimizations that allow amortized linear growth over | |
333 | # repeated appends, instead of the typical quadratic growth present in naive | |
334 | # implementations. | |
335 | if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : | |
336 | eval 'as_fn_append () | |
337 | { | |
338 | eval $1+=\$2 | |
339 | }' | |
340 | else | |
341 | as_fn_append () | |
342 | { | |
343 | eval $1=\$$1\$2 | |
344 | } | |
345 | fi # as_fn_append | |
346 | ||
347 | # as_fn_arith ARG... | |
348 | # ------------------ | |
349 | # Perform arithmetic evaluation on the ARGs, and store the result in the | |
350 | # global $as_val. Take advantage of shells that can avoid forks. The arguments | |
351 | # must be portable across $(()) and expr. | |
352 | if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : | |
353 | eval 'as_fn_arith () | |
354 | { | |
355 | as_val=$(( $* )) | |
356 | }' | |
357 | else | |
358 | as_fn_arith () | |
359 | { | |
360 | as_val=`expr "$@" || test $? -eq 1` | |
361 | } | |
362 | fi # as_fn_arith | |
363 | ||
364 | ||
365 | # as_fn_error ERROR [LINENO LOG_FD] | |
366 | # --------------------------------- | |
367 | # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are | |
368 | # provided, also output the error to LOG_FD, referencing LINENO. Then exit the | |
369 | # script with status $?, using 1 if that was 0. | |
370 | as_fn_error () | |
371 | { | |
372 | as_status=$?; test $as_status -eq 0 && as_status=1 | |
373 | if test "$3"; then | |
374 | as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | |
375 | $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 | |
376 | fi | |
377 | $as_echo "$as_me: error: $1" >&2 | |
378 | as_fn_exit $as_status | |
379 | } # as_fn_error | |
42ecbf5e | 380 | |
81ecdfbb RW |
381 | if expr a : '\(a\)' >/dev/null 2>&1 && |
382 | test "X`expr 00001 : '.*\(...\)'`" = X001; then | |
42ecbf5e DJ |
383 | as_expr=expr |
384 | else | |
385 | as_expr=false | |
386 | fi | |
387 | ||
81ecdfbb | 388 | if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then |
42ecbf5e DJ |
389 | as_basename=basename |
390 | else | |
391 | as_basename=false | |
392 | fi | |
393 | ||
81ecdfbb RW |
394 | if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then |
395 | as_dirname=dirname | |
396 | else | |
397 | as_dirname=false | |
398 | fi | |
42ecbf5e | 399 | |
81ecdfbb | 400 | as_me=`$as_basename -- "$0" || |
42ecbf5e DJ |
401 | $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ |
402 | X"$0" : 'X\(//\)$' \| \ | |
81ecdfbb RW |
403 | X"$0" : 'X\(/\)' \| . 2>/dev/null || |
404 | $as_echo X/"$0" | | |
405 | sed '/^.*\/\([^/][^/]*\)\/*$/{ | |
406 | s//\1/ | |
407 | q | |
408 | } | |
409 | /^X\/\(\/\/\)$/{ | |
410 | s//\1/ | |
411 | q | |
412 | } | |
413 | /^X\/\(\/\).*/{ | |
414 | s//\1/ | |
415 | q | |
416 | } | |
417 | s/.*/./; q'` | |
42ecbf5e | 418 | |
42ecbf5e DJ |
419 | # Avoid depending upon Character Ranges. |
420 | as_cr_letters='abcdefghijklmnopqrstuvwxyz' | |
421 | as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' | |
422 | as_cr_Letters=$as_cr_letters$as_cr_LETTERS | |
423 | as_cr_digits='0123456789' | |
424 | as_cr_alnum=$as_cr_Letters$as_cr_digits | |
425 | ||
42ecbf5e | 426 | |
81ecdfbb RW |
427 | as_lineno_1=$LINENO as_lineno_1a=$LINENO |
428 | as_lineno_2=$LINENO as_lineno_2a=$LINENO | |
429 | eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && | |
430 | test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { | |
431 | # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) | |
432 | sed -n ' | |
433 | p | |
434 | /[$]LINENO/= | |
435 | ' <$as_myself | | |
42ecbf5e | 436 | sed ' |
81ecdfbb RW |
437 | s/[$]LINENO.*/&-/ |
438 | t lineno | |
439 | b | |
440 | :lineno | |
42ecbf5e | 441 | N |
81ecdfbb RW |
442 | :loop |
443 | s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ | |
42ecbf5e | 444 | t loop |
81ecdfbb | 445 | s/-\n.*// |
42ecbf5e | 446 | ' >$as_me.lineno && |
81ecdfbb RW |
447 | chmod +x "$as_me.lineno" || |
448 | { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } | |
42ecbf5e DJ |
449 | |
450 | # Don't try to exec as it changes $[0], causing all sort of problems | |
451 | # (the dirname of $[0] is not the place where we might find the | |
81ecdfbb RW |
452 | # original and so on. Autoconf is especially sensitive to this). |
453 | . "./$as_me.lineno" | |
42ecbf5e DJ |
454 | # Exit status is that of the last command. |
455 | exit | |
456 | } | |
457 | ||
81ecdfbb RW |
458 | ECHO_C= ECHO_N= ECHO_T= |
459 | case `echo -n x` in #((((( | |
460 | -n*) | |
461 | case `echo 'xy\c'` in | |
462 | *c*) ECHO_T=' ';; # ECHO_T is single tab character. | |
463 | xy) ECHO_C='\c';; | |
464 | *) echo `echo ksh88 bug on AIX 6.1` > /dev/null | |
465 | ECHO_T=' ';; | |
466 | esac;; | |
467 | *) | |
468 | ECHO_N='-n';; | |
42ecbf5e DJ |
469 | esac |
470 | ||
81ecdfbb RW |
471 | rm -f conf$$ conf$$.exe conf$$.file |
472 | if test -d conf$$.dir; then | |
473 | rm -f conf$$.dir/conf$$.file | |
42ecbf5e | 474 | else |
81ecdfbb RW |
475 | rm -f conf$$.dir |
476 | mkdir conf$$.dir 2>/dev/null | |
42ecbf5e | 477 | fi |
81ecdfbb RW |
478 | if (echo >conf$$.file) 2>/dev/null; then |
479 | if ln -s conf$$.file conf$$ 2>/dev/null; then | |
42ecbf5e | 480 | as_ln_s='ln -s' |
81ecdfbb RW |
481 | # ... but there are two gotchas: |
482 | # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. | |
483 | # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. | |
484 | # In both cases, we have to default to `cp -p'. | |
485 | ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || | |
486 | as_ln_s='cp -p' | |
487 | elif ln conf$$.file conf$$ 2>/dev/null; then | |
488 | as_ln_s=ln | |
489 | else | |
490 | as_ln_s='cp -p' | |
42ecbf5e | 491 | fi |
42ecbf5e DJ |
492 | else |
493 | as_ln_s='cp -p' | |
494 | fi | |
81ecdfbb RW |
495 | rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file |
496 | rmdir conf$$.dir 2>/dev/null | |
42ecbf5e DJ |
497 | |
498 | if mkdir -p . 2>/dev/null; then | |
81ecdfbb | 499 | as_mkdir_p='mkdir -p "$as_dir"' |
42ecbf5e DJ |
500 | else |
501 | test -d ./-p && rmdir ./-p | |
502 | as_mkdir_p=false | |
503 | fi | |
504 | ||
81ecdfbb RW |
505 | if test -x / >/dev/null 2>&1; then |
506 | as_test_x='test -x' | |
507 | else | |
508 | if ls -dL / >/dev/null 2>&1; then | |
509 | as_ls_L_option=L | |
510 | else | |
511 | as_ls_L_option= | |
512 | fi | |
513 | as_test_x=' | |
514 | eval sh -c '\'' | |
515 | if test -d "$1"; then | |
516 | test -d "$1/."; | |
517 | else | |
518 | case $1 in #( | |
519 | -*)set "./$1";; | |
520 | esac; | |
521 | case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( | |
522 | ???[sx]*):;;*)false;;esac;fi | |
523 | '\'' sh | |
524 | ' | |
525 | fi | |
526 | as_executable_p=$as_test_x | |
42ecbf5e DJ |
527 | |
528 | # Sed expression to map a string onto a valid CPP name. | |
529 | as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" | |
530 | ||
531 | # Sed expression to map a string onto a valid variable name. | |
532 | as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" | |
533 | ||
d7040cdb SE |
534 | SHELL=${CONFIG_SHELL-/bin/sh} |
535 | ||
d7040cdb | 536 | |
81ecdfbb RW |
537 | exec 7<&0 </dev/null 6>&1 |
538 | ||
42ecbf5e DJ |
539 | # Name of the host. |
540 | # hostname on some systems (SVR3.2, Linux) returns a bogus exit status, | |
541 | # so uname gets run too. | |
542 | ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` | |
252b5132 | 543 | |
42ecbf5e DJ |
544 | # |
545 | # Initializations. | |
546 | # | |
252b5132 | 547 | ac_default_prefix=/usr/local |
81ecdfbb | 548 | ac_clean_files= |
42ecbf5e | 549 | ac_config_libobj_dir=. |
81ecdfbb | 550 | LIBOBJS= |
42ecbf5e DJ |
551 | cross_compiling=no |
552 | subdirs= | |
553 | MFLAGS= | |
554 | MAKEFLAGS= | |
42ecbf5e DJ |
555 | |
556 | # Identity of this package. | |
557 | PACKAGE_NAME= | |
558 | PACKAGE_TARNAME= | |
559 | PACKAGE_VERSION= | |
560 | PACKAGE_STRING= | |
561 | PACKAGE_BUGREPORT= | |
81ecdfbb | 562 | PACKAGE_URL= |
42ecbf5e DJ |
563 | |
564 | ac_unique_file="ldmain.c" | |
565 | # Factoring default headers for most tests. | |
566 | ac_includes_default="\ | |
567 | #include <stdio.h> | |
81ecdfbb | 568 | #ifdef HAVE_SYS_TYPES_H |
42ecbf5e DJ |
569 | # include <sys/types.h> |
570 | #endif | |
81ecdfbb | 571 | #ifdef HAVE_SYS_STAT_H |
42ecbf5e DJ |
572 | # include <sys/stat.h> |
573 | #endif | |
81ecdfbb | 574 | #ifdef STDC_HEADERS |
42ecbf5e DJ |
575 | # include <stdlib.h> |
576 | # include <stddef.h> | |
577 | #else | |
81ecdfbb | 578 | # ifdef HAVE_STDLIB_H |
42ecbf5e DJ |
579 | # include <stdlib.h> |
580 | # endif | |
581 | #endif | |
81ecdfbb RW |
582 | #ifdef HAVE_STRING_H |
583 | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
42ecbf5e DJ |
584 | # include <memory.h> |
585 | # endif | |
586 | # include <string.h> | |
587 | #endif | |
81ecdfbb | 588 | #ifdef HAVE_STRINGS_H |
42ecbf5e DJ |
589 | # include <strings.h> |
590 | #endif | |
81ecdfbb | 591 | #ifdef HAVE_INTTYPES_H |
42ecbf5e | 592 | # include <inttypes.h> |
42ecbf5e | 593 | #endif |
81ecdfbb RW |
594 | #ifdef HAVE_STDINT_H |
595 | # include <stdint.h> | |
596 | #endif | |
597 | #ifdef HAVE_UNISTD_H | |
42ecbf5e DJ |
598 | # include <unistd.h> |
599 | #endif" | |
600 | ||
81ecdfbb RW |
601 | ac_subst_vars='am__EXEEXT_FALSE |
602 | am__EXEEXT_TRUE | |
603 | LTLIBOBJS | |
604 | LIBOBJS | |
605 | TESTBFDLIB | |
606 | EMULATION_LIBPATH | |
607 | LIB_PATH | |
608 | EMUL_EXTRA_OFILES | |
609 | EMULATION_OFILES | |
610 | EMUL | |
611 | STRINGIFY | |
5d3236ee DK |
612 | ENABLE_PLUGINS_FALSE |
613 | ENABLE_PLUGINS_TRUE | |
81ecdfbb RW |
614 | NATIVE_LIB_DIRS |
615 | HOSTING_LIBS | |
616 | HOSTING_CRT0 | |
617 | HDEFINES | |
618 | do_compare | |
619 | GENINSRC_NEVER_FALSE | |
620 | GENINSRC_NEVER_TRUE | |
81ecdfbb RW |
621 | LEXLIB |
622 | LEX_OUTPUT_ROOT | |
623 | LEX | |
624 | YFLAGS | |
625 | YACC | |
626 | MSGMERGE | |
627 | MSGFMT | |
628 | MKINSTALLDIRS | |
629 | CATOBJEXT | |
630 | GENCAT | |
631 | INSTOBJEXT | |
632 | DATADIRNAME | |
633 | CATALOGS | |
634 | POSUB | |
635 | GMSGFMT | |
636 | XGETTEXT | |
637 | INCINTL | |
638 | LIBINTL_DEP | |
639 | LIBINTL | |
640 | USE_NLS | |
641 | OTOOL64 | |
642 | OTOOL | |
643 | LIPO | |
644 | NMEDIT | |
645 | DSYMUTIL | |
81ecdfbb RW |
646 | RANLIB |
647 | AR | |
648 | OBJDUMP | |
649 | LN_S | |
650 | NM | |
651 | ac_ct_DUMPBIN | |
652 | DUMPBIN | |
653 | LD | |
654 | FGREP | |
655 | SED | |
656 | LIBTOOL | |
397841b5 AM |
657 | NO_WERROR |
658 | WARN_CFLAGS | |
81ecdfbb RW |
659 | EGREP |
660 | GREP | |
661 | CPP | |
4fda8867 NC |
662 | installed_linker |
663 | install_as_default | |
81ecdfbb RW |
664 | TARGET_SYSTEM_ROOT_DEFINE |
665 | TARGET_SYSTEM_ROOT | |
666 | use_sysroot | |
64ac50ac RW |
667 | MAINT |
668 | MAINTAINER_MODE_FALSE | |
669 | MAINTAINER_MODE_TRUE | |
81ecdfbb RW |
670 | am__fastdepCC_FALSE |
671 | am__fastdepCC_TRUE | |
672 | CCDEPMODE | |
673 | AMDEPBACKSLASH | |
674 | AMDEP_FALSE | |
675 | AMDEP_TRUE | |
676 | am__quote | |
677 | am__include | |
678 | DEPDIR | |
679 | am__untar | |
680 | am__tar | |
681 | AMTAR | |
682 | am__leading_dot | |
683 | SET_MAKE | |
684 | AWK | |
685 | mkdir_p | |
686 | MKDIR_P | |
687 | INSTALL_STRIP_PROGRAM | |
688 | STRIP | |
689 | install_sh | |
690 | MAKEINFO | |
691 | AUTOHEADER | |
692 | AUTOMAKE | |
693 | AUTOCONF | |
694 | ACLOCAL | |
695 | VERSION | |
696 | PACKAGE | |
697 | CYGPATH_W | |
698 | am__isrc | |
699 | INSTALL_DATA | |
700 | INSTALL_SCRIPT | |
701 | INSTALL_PROGRAM | |
702 | OBJEXT | |
703 | EXEEXT | |
704 | ac_ct_CC | |
705 | CPPFLAGS | |
706 | LDFLAGS | |
707 | CFLAGS | |
708 | CC | |
709 | target_os | |
710 | target_vendor | |
711 | target_cpu | |
712 | target | |
713 | host_os | |
714 | host_vendor | |
715 | host_cpu | |
716 | host | |
717 | build_os | |
718 | build_vendor | |
719 | build_cpu | |
720 | build | |
721 | target_alias | |
722 | host_alias | |
723 | build_alias | |
724 | LIBS | |
725 | ECHO_T | |
726 | ECHO_N | |
727 | ECHO_C | |
728 | DEFS | |
729 | mandir | |
730 | localedir | |
731 | libdir | |
732 | psdir | |
733 | pdfdir | |
734 | dvidir | |
735 | htmldir | |
736 | infodir | |
737 | docdir | |
738 | oldincludedir | |
739 | includedir | |
740 | localstatedir | |
741 | sharedstatedir | |
742 | sysconfdir | |
743 | datadir | |
744 | datarootdir | |
745 | libexecdir | |
746 | sbindir | |
747 | bindir | |
748 | program_transform_name | |
749 | prefix | |
750 | exec_prefix | |
751 | PACKAGE_URL | |
752 | PACKAGE_BUGREPORT | |
753 | PACKAGE_STRING | |
754 | PACKAGE_VERSION | |
755 | PACKAGE_TARNAME | |
756 | PACKAGE_NAME | |
757 | PATH_SEPARATOR | |
758 | SHELL' | |
42ecbf5e | 759 | ac_subst_files='TDIRS' |
81ecdfbb RW |
760 | ac_user_opts=' |
761 | enable_option_checking | |
762 | enable_dependency_tracking | |
64ac50ac | 763 | enable_maintainer_mode |
81ecdfbb RW |
764 | with_lib_path |
765 | enable_targets | |
766 | enable_64_bit_bfd | |
767 | with_sysroot | |
4fda8867 | 768 | enable_gold |
81ecdfbb RW |
769 | enable_got |
770 | enable_werror | |
771 | enable_build_warnings | |
da2f07f1 | 772 | enable_plugins |
81ecdfbb RW |
773 | enable_largefile |
774 | enable_shared | |
775 | enable_static | |
776 | with_pic | |
777 | enable_fast_install | |
778 | with_gnu_ld | |
779 | enable_libtool_lock | |
780 | enable_nls | |
81ecdfbb RW |
781 | ' |
782 | ac_precious_vars='build_alias | |
783 | host_alias | |
784 | target_alias | |
785 | CC | |
786 | CFLAGS | |
787 | LDFLAGS | |
788 | LIBS | |
789 | CPPFLAGS | |
790 | CPP | |
791 | YACC | |
792 | YFLAGS' | |
793 | ||
252b5132 RH |
794 | |
795 | # Initialize some variables set by options. | |
42ecbf5e DJ |
796 | ac_init_help= |
797 | ac_init_version=false | |
81ecdfbb RW |
798 | ac_unrecognized_opts= |
799 | ac_unrecognized_sep= | |
252b5132 RH |
800 | # The variables have the same names as the options, with |
801 | # dashes changed to underlines. | |
42ecbf5e | 802 | cache_file=/dev/null |
252b5132 | 803 | exec_prefix=NONE |
252b5132 | 804 | no_create= |
252b5132 RH |
805 | no_recursion= |
806 | prefix=NONE | |
807 | program_prefix=NONE | |
808 | program_suffix=NONE | |
809 | program_transform_name=s,x,x, | |
810 | silent= | |
811 | site= | |
812 | srcdir= | |
252b5132 RH |
813 | verbose= |
814 | x_includes=NONE | |
815 | x_libraries=NONE | |
42ecbf5e DJ |
816 | |
817 | # Installation directory options. | |
818 | # These are left unexpanded so users can "make install exec_prefix=/foo" | |
819 | # and all the variables that are supposed to be based on exec_prefix | |
820 | # by default will actually change. | |
821 | # Use braces instead of parens because sh, perl, etc. also accept them. | |
81ecdfbb | 822 | # (The list follows the same order as the GNU Coding Standards.) |
252b5132 RH |
823 | bindir='${exec_prefix}/bin' |
824 | sbindir='${exec_prefix}/sbin' | |
825 | libexecdir='${exec_prefix}/libexec' | |
81ecdfbb RW |
826 | datarootdir='${prefix}/share' |
827 | datadir='${datarootdir}' | |
252b5132 RH |
828 | sysconfdir='${prefix}/etc' |
829 | sharedstatedir='${prefix}/com' | |
830 | localstatedir='${prefix}/var' | |
252b5132 RH |
831 | includedir='${prefix}/include' |
832 | oldincludedir='/usr/include' | |
81ecdfbb RW |
833 | docdir='${datarootdir}/doc/${PACKAGE}' |
834 | infodir='${datarootdir}/info' | |
835 | htmldir='${docdir}' | |
836 | dvidir='${docdir}' | |
837 | pdfdir='${docdir}' | |
838 | psdir='${docdir}' | |
839 | libdir='${exec_prefix}/lib' | |
840 | localedir='${datarootdir}/locale' | |
841 | mandir='${datarootdir}/man' | |
252b5132 | 842 | |
252b5132 | 843 | ac_prev= |
81ecdfbb | 844 | ac_dashdash= |
252b5132 RH |
845 | for ac_option |
846 | do | |
252b5132 RH |
847 | # If the previous option needs an argument, assign it. |
848 | if test -n "$ac_prev"; then | |
81ecdfbb | 849 | eval $ac_prev=\$ac_option |
252b5132 RH |
850 | ac_prev= |
851 | continue | |
852 | fi | |
853 | ||
81ecdfbb RW |
854 | case $ac_option in |
855 | *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; | |
856 | *) ac_optarg=yes ;; | |
857 | esac | |
252b5132 RH |
858 | |
859 | # Accept the important Cygnus configure options, so we can diagnose typos. | |
860 | ||
81ecdfbb RW |
861 | case $ac_dashdash$ac_option in |
862 | --) | |
863 | ac_dashdash=yes ;; | |
252b5132 RH |
864 | |
865 | -bindir | --bindir | --bindi | --bind | --bin | --bi) | |
866 | ac_prev=bindir ;; | |
867 | -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) | |
42ecbf5e | 868 | bindir=$ac_optarg ;; |
252b5132 RH |
869 | |
870 | -build | --build | --buil | --bui | --bu) | |
42ecbf5e | 871 | ac_prev=build_alias ;; |
252b5132 | 872 | -build=* | --build=* | --buil=* | --bui=* | --bu=*) |
42ecbf5e | 873 | build_alias=$ac_optarg ;; |
252b5132 RH |
874 | |
875 | -cache-file | --cache-file | --cache-fil | --cache-fi \ | |
876 | | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) | |
877 | ac_prev=cache_file ;; | |
878 | -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ | |
879 | | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) | |
42ecbf5e DJ |
880 | cache_file=$ac_optarg ;; |
881 | ||
882 | --config-cache | -C) | |
883 | cache_file=config.cache ;; | |
252b5132 | 884 | |
81ecdfbb | 885 | -datadir | --datadir | --datadi | --datad) |
252b5132 | 886 | ac_prev=datadir ;; |
81ecdfbb | 887 | -datadir=* | --datadir=* | --datadi=* | --datad=*) |
42ecbf5e | 888 | datadir=$ac_optarg ;; |
252b5132 | 889 | |
81ecdfbb RW |
890 | -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ |
891 | | --dataroo | --dataro | --datar) | |
892 | ac_prev=datarootdir ;; | |
893 | -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ | |
894 | | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) | |
895 | datarootdir=$ac_optarg ;; | |
896 | ||
252b5132 | 897 | -disable-* | --disable-*) |
81ecdfbb | 898 | ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` |
252b5132 | 899 | # Reject names that are not valid shell variable names. |
81ecdfbb RW |
900 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
901 | as_fn_error "invalid feature name: $ac_useropt" | |
902 | ac_useropt_orig=$ac_useropt | |
903 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | |
904 | case $ac_user_opts in | |
905 | *" | |
906 | "enable_$ac_useropt" | |
907 | "*) ;; | |
908 | *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" | |
909 | ac_unrecognized_sep=', ';; | |
910 | esac | |
911 | eval enable_$ac_useropt=no ;; | |
912 | ||
913 | -docdir | --docdir | --docdi | --doc | --do) | |
914 | ac_prev=docdir ;; | |
915 | -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) | |
916 | docdir=$ac_optarg ;; | |
917 | ||
918 | -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) | |
919 | ac_prev=dvidir ;; | |
920 | -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) | |
921 | dvidir=$ac_optarg ;; | |
252b5132 RH |
922 | |
923 | -enable-* | --enable-*) | |
81ecdfbb | 924 | ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` |
252b5132 | 925 | # Reject names that are not valid shell variable names. |
81ecdfbb RW |
926 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
927 | as_fn_error "invalid feature name: $ac_useropt" | |
928 | ac_useropt_orig=$ac_useropt | |
929 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | |
930 | case $ac_user_opts in | |
931 | *" | |
932 | "enable_$ac_useropt" | |
933 | "*) ;; | |
934 | *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" | |
935 | ac_unrecognized_sep=', ';; | |
252b5132 | 936 | esac |
81ecdfbb | 937 | eval enable_$ac_useropt=\$ac_optarg ;; |
252b5132 RH |
938 | |
939 | -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ | |
940 | | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ | |
941 | | --exec | --exe | --ex) | |
942 | ac_prev=exec_prefix ;; | |
943 | -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ | |
944 | | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ | |
945 | | --exec=* | --exe=* | --ex=*) | |
42ecbf5e | 946 | exec_prefix=$ac_optarg ;; |
252b5132 RH |
947 | |
948 | -gas | --gas | --ga | --g) | |
949 | # Obsolete; use --with-gas. | |
950 | with_gas=yes ;; | |
951 | ||
42ecbf5e DJ |
952 | -help | --help | --hel | --he | -h) |
953 | ac_init_help=long ;; | |
954 | -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) | |
955 | ac_init_help=recursive ;; | |
956 | -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) | |
957 | ac_init_help=short ;; | |
252b5132 RH |
958 | |
959 | -host | --host | --hos | --ho) | |
42ecbf5e | 960 | ac_prev=host_alias ;; |
252b5132 | 961 | -host=* | --host=* | --hos=* | --ho=*) |
42ecbf5e | 962 | host_alias=$ac_optarg ;; |
252b5132 | 963 | |
81ecdfbb RW |
964 | -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) |
965 | ac_prev=htmldir ;; | |
966 | -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ | |
967 | | --ht=*) | |
968 | htmldir=$ac_optarg ;; | |
969 | ||
252b5132 RH |
970 | -includedir | --includedir | --includedi | --included | --include \ |
971 | | --includ | --inclu | --incl | --inc) | |
972 | ac_prev=includedir ;; | |
973 | -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ | |
974 | | --includ=* | --inclu=* | --incl=* | --inc=*) | |
42ecbf5e | 975 | includedir=$ac_optarg ;; |
252b5132 RH |
976 | |
977 | -infodir | --infodir | --infodi | --infod | --info | --inf) | |
978 | ac_prev=infodir ;; | |
979 | -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) | |
42ecbf5e | 980 | infodir=$ac_optarg ;; |
252b5132 RH |
981 | |
982 | -libdir | --libdir | --libdi | --libd) | |
983 | ac_prev=libdir ;; | |
984 | -libdir=* | --libdir=* | --libdi=* | --libd=*) | |
42ecbf5e | 985 | libdir=$ac_optarg ;; |
252b5132 RH |
986 | |
987 | -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ | |
988 | | --libexe | --libex | --libe) | |
989 | ac_prev=libexecdir ;; | |
990 | -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ | |
991 | | --libexe=* | --libex=* | --libe=*) | |
42ecbf5e | 992 | libexecdir=$ac_optarg ;; |
252b5132 | 993 | |
81ecdfbb RW |
994 | -localedir | --localedir | --localedi | --localed | --locale) |
995 | ac_prev=localedir ;; | |
996 | -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) | |
997 | localedir=$ac_optarg ;; | |
998 | ||
252b5132 | 999 | -localstatedir | --localstatedir | --localstatedi | --localstated \ |
81ecdfbb | 1000 | | --localstate | --localstat | --localsta | --localst | --locals) |
252b5132 RH |
1001 | ac_prev=localstatedir ;; |
1002 | -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ | |
81ecdfbb | 1003 | | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) |
42ecbf5e | 1004 | localstatedir=$ac_optarg ;; |
252b5132 RH |
1005 | |
1006 | -mandir | --mandir | --mandi | --mand | --man | --ma | --m) | |
1007 | ac_prev=mandir ;; | |
1008 | -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) | |
42ecbf5e | 1009 | mandir=$ac_optarg ;; |
252b5132 RH |
1010 | |
1011 | -nfp | --nfp | --nf) | |
1012 | # Obsolete; use --without-fp. | |
1013 | with_fp=no ;; | |
1014 | ||
1015 | -no-create | --no-create | --no-creat | --no-crea | --no-cre \ | |
42ecbf5e | 1016 | | --no-cr | --no-c | -n) |
252b5132 RH |
1017 | no_create=yes ;; |
1018 | ||
1019 | -no-recursion | --no-recursion | --no-recursio | --no-recursi \ | |
1020 | | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) | |
1021 | no_recursion=yes ;; | |
1022 | ||
1023 | -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ | |
1024 | | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ | |
1025 | | --oldin | --oldi | --old | --ol | --o) | |
1026 | ac_prev=oldincludedir ;; | |
1027 | -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ | |
1028 | | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ | |
1029 | | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) | |
42ecbf5e | 1030 | oldincludedir=$ac_optarg ;; |
252b5132 RH |
1031 | |
1032 | -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) | |
1033 | ac_prev=prefix ;; | |
1034 | -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) | |
42ecbf5e | 1035 | prefix=$ac_optarg ;; |
252b5132 RH |
1036 | |
1037 | -program-prefix | --program-prefix | --program-prefi | --program-pref \ | |
1038 | | --program-pre | --program-pr | --program-p) | |
1039 | ac_prev=program_prefix ;; | |
1040 | -program-prefix=* | --program-prefix=* | --program-prefi=* \ | |
1041 | | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) | |
42ecbf5e | 1042 | program_prefix=$ac_optarg ;; |
252b5132 RH |
1043 | |
1044 | -program-suffix | --program-suffix | --program-suffi | --program-suff \ | |
1045 | | --program-suf | --program-su | --program-s) | |
1046 | ac_prev=program_suffix ;; | |
1047 | -program-suffix=* | --program-suffix=* | --program-suffi=* \ | |
1048 | | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) | |
42ecbf5e | 1049 | program_suffix=$ac_optarg ;; |
252b5132 RH |
1050 | |
1051 | -program-transform-name | --program-transform-name \ | |
1052 | | --program-transform-nam | --program-transform-na \ | |
1053 | | --program-transform-n | --program-transform- \ | |
1054 | | --program-transform | --program-transfor \ | |
1055 | | --program-transfo | --program-transf \ | |
1056 | | --program-trans | --program-tran \ | |
1057 | | --progr-tra | --program-tr | --program-t) | |
1058 | ac_prev=program_transform_name ;; | |
1059 | -program-transform-name=* | --program-transform-name=* \ | |
1060 | | --program-transform-nam=* | --program-transform-na=* \ | |
1061 | | --program-transform-n=* | --program-transform-=* \ | |
1062 | | --program-transform=* | --program-transfor=* \ | |
1063 | | --program-transfo=* | --program-transf=* \ | |
1064 | | --program-trans=* | --program-tran=* \ | |
1065 | | --progr-tra=* | --program-tr=* | --program-t=*) | |
42ecbf5e | 1066 | program_transform_name=$ac_optarg ;; |
252b5132 | 1067 | |
81ecdfbb RW |
1068 | -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) |
1069 | ac_prev=pdfdir ;; | |
1070 | -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) | |
1071 | pdfdir=$ac_optarg ;; | |
1072 | ||
1073 | -psdir | --psdir | --psdi | --psd | --ps) | |
1074 | ac_prev=psdir ;; | |
1075 | -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) | |
1076 | psdir=$ac_optarg ;; | |
1077 | ||
252b5132 RH |
1078 | -q | -quiet | --quiet | --quie | --qui | --qu | --q \ |
1079 | | -silent | --silent | --silen | --sile | --sil) | |
1080 | silent=yes ;; | |
1081 | ||
1082 | -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) | |
1083 | ac_prev=sbindir ;; | |
1084 | -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ | |
1085 | | --sbi=* | --sb=*) | |
42ecbf5e | 1086 | sbindir=$ac_optarg ;; |
252b5132 RH |
1087 | |
1088 | -sharedstatedir | --sharedstatedir | --sharedstatedi \ | |
1089 | | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ | |
1090 | | --sharedst | --shareds | --shared | --share | --shar \ | |
1091 | | --sha | --sh) | |
1092 | ac_prev=sharedstatedir ;; | |
1093 | -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ | |
1094 | | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ | |
1095 | | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ | |
1096 | | --sha=* | --sh=*) | |
42ecbf5e | 1097 | sharedstatedir=$ac_optarg ;; |
252b5132 RH |
1098 | |
1099 | -site | --site | --sit) | |
1100 | ac_prev=site ;; | |
1101 | -site=* | --site=* | --sit=*) | |
42ecbf5e | 1102 | site=$ac_optarg ;; |
85fbca6a | 1103 | |
252b5132 RH |
1104 | -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) |
1105 | ac_prev=srcdir ;; | |
1106 | -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) | |
42ecbf5e | 1107 | srcdir=$ac_optarg ;; |
252b5132 RH |
1108 | |
1109 | -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ | |
1110 | | --syscon | --sysco | --sysc | --sys | --sy) | |
1111 | ac_prev=sysconfdir ;; | |
1112 | -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ | |
1113 | | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) | |
42ecbf5e | 1114 | sysconfdir=$ac_optarg ;; |
252b5132 RH |
1115 | |
1116 | -target | --target | --targe | --targ | --tar | --ta | --t) | |
42ecbf5e | 1117 | ac_prev=target_alias ;; |
252b5132 | 1118 | -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) |
42ecbf5e | 1119 | target_alias=$ac_optarg ;; |
252b5132 RH |
1120 | |
1121 | -v | -verbose | --verbose | --verbos | --verbo | --verb) | |
1122 | verbose=yes ;; | |
1123 | ||
42ecbf5e DJ |
1124 | -version | --version | --versio | --versi | --vers | -V) |
1125 | ac_init_version=: ;; | |
252b5132 RH |
1126 | |
1127 | -with-* | --with-*) | |
81ecdfbb | 1128 | ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` |
252b5132 | 1129 | # Reject names that are not valid shell variable names. |
81ecdfbb RW |
1130 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
1131 | as_fn_error "invalid package name: $ac_useropt" | |
1132 | ac_useropt_orig=$ac_useropt | |
1133 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | |
1134 | case $ac_user_opts in | |
1135 | *" | |
1136 | "with_$ac_useropt" | |
1137 | "*) ;; | |
1138 | *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" | |
1139 | ac_unrecognized_sep=', ';; | |
252b5132 | 1140 | esac |
81ecdfbb | 1141 | eval with_$ac_useropt=\$ac_optarg ;; |
252b5132 RH |
1142 | |
1143 | -without-* | --without-*) | |
81ecdfbb | 1144 | ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` |
252b5132 | 1145 | # Reject names that are not valid shell variable names. |
81ecdfbb RW |
1146 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
1147 | as_fn_error "invalid package name: $ac_useropt" | |
1148 | ac_useropt_orig=$ac_useropt | |
1149 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | |
1150 | case $ac_user_opts in | |
1151 | *" | |
1152 | "with_$ac_useropt" | |
1153 | "*) ;; | |
1154 | *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" | |
1155 | ac_unrecognized_sep=', ';; | |
1156 | esac | |
1157 | eval with_$ac_useropt=no ;; | |
252b5132 RH |
1158 | |
1159 | --x) | |
1160 | # Obsolete; use --with-x. | |
1161 | with_x=yes ;; | |
1162 | ||
1163 | -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ | |
1164 | | --x-incl | --x-inc | --x-in | --x-i) | |
1165 | ac_prev=x_includes ;; | |
1166 | -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ | |
1167 | | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) | |
42ecbf5e | 1168 | x_includes=$ac_optarg ;; |
252b5132 RH |
1169 | |
1170 | -x-libraries | --x-libraries | --x-librarie | --x-librari \ | |
1171 | | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) | |
1172 | ac_prev=x_libraries ;; | |
1173 | -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ | |
1174 | | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) | |
42ecbf5e | 1175 | x_libraries=$ac_optarg ;; |
252b5132 | 1176 | |
81ecdfbb RW |
1177 | -*) as_fn_error "unrecognized option: \`$ac_option' |
1178 | Try \`$0 --help' for more information." | |
252b5132 RH |
1179 | ;; |
1180 | ||
42ecbf5e DJ |
1181 | *=*) |
1182 | ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` | |
1183 | # Reject names that are not valid shell variable names. | |
81ecdfbb RW |
1184 | case $ac_envvar in #( |
1185 | '' | [0-9]* | *[!_$as_cr_alnum]* ) | |
1186 | as_fn_error "invalid variable name: \`$ac_envvar'" ;; | |
1187 | esac | |
1188 | eval $ac_envvar=\$ac_optarg | |
42ecbf5e DJ |
1189 | export $ac_envvar ;; |
1190 | ||
252b5132 | 1191 | *) |
42ecbf5e | 1192 | # FIXME: should be removed in autoconf 3.0. |
81ecdfbb | 1193 | $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 |
42ecbf5e | 1194 | expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && |
81ecdfbb | 1195 | $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 |
42ecbf5e | 1196 | : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} |
252b5132 RH |
1197 | ;; |
1198 | ||
1199 | esac | |
1200 | done | |
1201 | ||
1202 | if test -n "$ac_prev"; then | |
42ecbf5e | 1203 | ac_option=--`echo $ac_prev | sed 's/_/-/g'` |
81ecdfbb | 1204 | as_fn_error "missing argument to $ac_option" |
252b5132 | 1205 | fi |
252b5132 | 1206 | |
81ecdfbb RW |
1207 | if test -n "$ac_unrecognized_opts"; then |
1208 | case $enable_option_checking in | |
1209 | no) ;; | |
1210 | fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;; | |
1211 | *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; | |
42ecbf5e | 1212 | esac |
81ecdfbb | 1213 | fi |
252b5132 | 1214 | |
81ecdfbb RW |
1215 | # Check all directory arguments for consistency. |
1216 | for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ | |
1217 | datadir sysconfdir sharedstatedir localstatedir includedir \ | |
1218 | oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ | |
1219 | libdir localedir mandir | |
252b5132 | 1220 | do |
81ecdfbb RW |
1221 | eval ac_val=\$$ac_var |
1222 | # Remove trailing slashes. | |
1223 | case $ac_val in | |
1224 | */ ) | |
1225 | ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` | |
1226 | eval $ac_var=\$ac_val;; | |
1227 | esac | |
1228 | # Be sure to have absolute directory names. | |
42ecbf5e | 1229 | case $ac_val in |
81ecdfbb RW |
1230 | [\\/$]* | ?:[\\/]* ) continue;; |
1231 | NONE | '' ) case $ac_var in *prefix ) continue;; esac;; | |
252b5132 | 1232 | esac |
81ecdfbb | 1233 | as_fn_error "expected an absolute directory name for --$ac_var: $ac_val" |
252b5132 RH |
1234 | done |
1235 | ||
42ecbf5e DJ |
1236 | # There might be people who depend on the old broken behavior: `$host' |
1237 | # used to hold the argument of --host etc. | |
1238 | # FIXME: To remove some day. | |
1239 | build=$build_alias | |
1240 | host=$host_alias | |
1241 | target=$target_alias | |
1242 | ||
1243 | # FIXME: To remove some day. | |
1244 | if test "x$host_alias" != x; then | |
1245 | if test "x$build_alias" = x; then | |
1246 | cross_compiling=maybe | |
81ecdfbb | 1247 | $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. |
42ecbf5e DJ |
1248 | If a cross compiler is detected then cross compile mode will be used." >&2 |
1249 | elif test "x$build_alias" != "x$host_alias"; then | |
1250 | cross_compiling=yes | |
1251 | fi | |
1252 | fi | |
e5a52504 | 1253 | |
42ecbf5e DJ |
1254 | ac_tool_prefix= |
1255 | test -n "$host_alias" && ac_tool_prefix=$host_alias- | |
1256 | ||
1257 | test "$silent" = yes && exec 6>/dev/null | |
252b5132 | 1258 | |
252b5132 | 1259 | |
81ecdfbb RW |
1260 | ac_pwd=`pwd` && test -n "$ac_pwd" && |
1261 | ac_ls_di=`ls -di .` && | |
1262 | ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || | |
1263 | as_fn_error "working directory cannot be determined" | |
1264 | test "X$ac_ls_di" = "X$ac_pwd_ls_di" || | |
1265 | as_fn_error "pwd does not report name of working directory" | |
1266 | ||
1267 | ||
252b5132 RH |
1268 | # Find the source files, if location was not specified. |
1269 | if test -z "$srcdir"; then | |
1270 | ac_srcdir_defaulted=yes | |
81ecdfbb RW |
1271 | # Try the directory containing this script, then the parent directory. |
1272 | ac_confdir=`$as_dirname -- "$as_myself" || | |
1273 | $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |
1274 | X"$as_myself" : 'X\(//\)[^/]' \| \ | |
1275 | X"$as_myself" : 'X\(//\)$' \| \ | |
1276 | X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || | |
1277 | $as_echo X"$as_myself" | | |
1278 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ | |
1279 | s//\1/ | |
1280 | q | |
1281 | } | |
1282 | /^X\(\/\/\)[^/].*/{ | |
1283 | s//\1/ | |
1284 | q | |
1285 | } | |
1286 | /^X\(\/\/\)$/{ | |
1287 | s//\1/ | |
1288 | q | |
1289 | } | |
1290 | /^X\(\/\).*/{ | |
1291 | s//\1/ | |
1292 | q | |
1293 | } | |
1294 | s/.*/./; q'` | |
252b5132 | 1295 | srcdir=$ac_confdir |
81ecdfbb | 1296 | if test ! -r "$srcdir/$ac_unique_file"; then |
252b5132 RH |
1297 | srcdir=.. |
1298 | fi | |
1299 | else | |
1300 | ac_srcdir_defaulted=no | |
1301 | fi | |
81ecdfbb RW |
1302 | if test ! -r "$srcdir/$ac_unique_file"; then |
1303 | test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." | |
1304 | as_fn_error "cannot find sources ($ac_unique_file) in $srcdir" | |
1305 | fi | |
1306 | ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" | |
1307 | ac_abs_confdir=`( | |
1308 | cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg" | |
1309 | pwd)` | |
1310 | # When building in place, set srcdir=. | |
1311 | if test "$ac_abs_confdir" = "$ac_pwd"; then | |
1312 | srcdir=. | |
1313 | fi | |
1314 | # Remove unnecessary trailing slashes from srcdir. | |
1315 | # Double slashes in file names in object file debugging info | |
1316 | # mess up M-x gdb in Emacs. | |
1317 | case $srcdir in | |
1318 | */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; | |
1319 | esac | |
1320 | for ac_var in $ac_precious_vars; do | |
1321 | eval ac_env_${ac_var}_set=\${${ac_var}+set} | |
1322 | eval ac_env_${ac_var}_value=\$${ac_var} | |
1323 | eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} | |
1324 | eval ac_cv_env_${ac_var}_value=\$${ac_var} | |
1325 | done | |
252b5132 | 1326 | |
42ecbf5e DJ |
1327 | # |
1328 | # Report the --help message. | |
1329 | # | |
1330 | if test "$ac_init_help" = "long"; then | |
1331 | # Omit some internal or obsolete options to make the list less imposing. | |
1332 | # This message is too long to be a string in the A/UX 3.1 sh. | |
1333 | cat <<_ACEOF | |
1334 | \`configure' configures this package to adapt to many kinds of systems. | |
252b5132 | 1335 | |
42ecbf5e | 1336 | Usage: $0 [OPTION]... [VAR=VALUE]... |
252b5132 | 1337 | |
42ecbf5e DJ |
1338 | To assign environment variables (e.g., CC, CFLAGS...), specify them as |
1339 | VAR=VALUE. See below for descriptions of some of the useful variables. | |
252b5132 | 1340 | |
42ecbf5e | 1341 | Defaults for the options are specified in brackets. |
ac48eca1 | 1342 | |
42ecbf5e DJ |
1343 | Configuration: |
1344 | -h, --help display this help and exit | |
1345 | --help=short display options specific to this package | |
1346 | --help=recursive display the short help of all the included packages | |
1347 | -V, --version display version information and exit | |
1348 | -q, --quiet, --silent do not print \`checking...' messages | |
1349 | --cache-file=FILE cache test results in FILE [disabled] | |
1350 | -C, --config-cache alias for \`--cache-file=config.cache' | |
1351 | -n, --no-create do not create output files | |
1352 | --srcdir=DIR find the sources in DIR [configure dir or \`..'] | |
1353 | ||
42ecbf5e DJ |
1354 | Installation directories: |
1355 | --prefix=PREFIX install architecture-independent files in PREFIX | |
81ecdfbb | 1356 | [$ac_default_prefix] |
42ecbf5e | 1357 | --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX |
81ecdfbb | 1358 | [PREFIX] |
ac48eca1 | 1359 | |
42ecbf5e DJ |
1360 | By default, \`make install' will install all the files in |
1361 | \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify | |
1362 | an installation prefix other than \`$ac_default_prefix' using \`--prefix', | |
1363 | for instance \`--prefix=\$HOME'. | |
ac48eca1 | 1364 | |
42ecbf5e | 1365 | For better control, use the options below. |
ac48eca1 | 1366 | |
42ecbf5e | 1367 | Fine tuning of the installation directories: |
81ecdfbb RW |
1368 | --bindir=DIR user executables [EPREFIX/bin] |
1369 | --sbindir=DIR system admin executables [EPREFIX/sbin] | |
1370 | --libexecdir=DIR program executables [EPREFIX/libexec] | |
1371 | --sysconfdir=DIR read-only single-machine data [PREFIX/etc] | |
1372 | --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] | |
1373 | --localstatedir=DIR modifiable single-machine data [PREFIX/var] | |
1374 | --libdir=DIR object code libraries [EPREFIX/lib] | |
1375 | --includedir=DIR C header files [PREFIX/include] | |
1376 | --oldincludedir=DIR C header files for non-gcc [/usr/include] | |
1377 | --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] | |
1378 | --datadir=DIR read-only architecture-independent data [DATAROOTDIR] | |
1379 | --infodir=DIR info documentation [DATAROOTDIR/info] | |
1380 | --localedir=DIR locale-dependent data [DATAROOTDIR/locale] | |
1381 | --mandir=DIR man documentation [DATAROOTDIR/man] | |
1382 | --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE] | |
1383 | --htmldir=DIR html documentation [DOCDIR] | |
1384 | --dvidir=DIR dvi documentation [DOCDIR] | |
1385 | --pdfdir=DIR pdf documentation [DOCDIR] | |
1386 | --psdir=DIR ps documentation [DOCDIR] | |
42ecbf5e | 1387 | _ACEOF |
ac48eca1 | 1388 | |
42ecbf5e | 1389 | cat <<\_ACEOF |
252b5132 | 1390 | |
42ecbf5e DJ |
1391 | Program names: |
1392 | --program-prefix=PREFIX prepend PREFIX to installed program names | |
1393 | --program-suffix=SUFFIX append SUFFIX to installed program names | |
1394 | --program-transform-name=PROGRAM run sed PROGRAM on installed program names | |
252b5132 | 1395 | |
42ecbf5e DJ |
1396 | System types: |
1397 | --build=BUILD configure for building on BUILD [guessed] | |
1398 | --host=HOST cross-compile to build programs to run on HOST [BUILD] | |
1399 | --target=TARGET configure for building compilers for TARGET [HOST] | |
1400 | _ACEOF | |
252b5132 | 1401 | fi |
252b5132 | 1402 | |
42ecbf5e | 1403 | if test -n "$ac_init_help"; then |
252b5132 | 1404 | |
42ecbf5e | 1405 | cat <<\_ACEOF |
e5a52504 | 1406 | |
42ecbf5e | 1407 | Optional Features: |
81ecdfbb | 1408 | --disable-option-checking ignore unrecognized --enable/--with options |
42ecbf5e DJ |
1409 | --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) |
1410 | --enable-FEATURE[=ARG] include FEATURE [ARG=yes] | |
1411 | --disable-dependency-tracking speeds up one-time build | |
1412 | --enable-dependency-tracking do not reject slow dependency extractors | |
64ac50ac RW |
1413 | --enable-maintainer-mode enable make rules and dependencies not useful |
1414 | (and sometimes confusing) to the casual installer | |
ce2cded5 L |
1415 | --enable-targets alternative target configurations |
1416 | --enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes) | |
4fda8867 | 1417 | --enable-gold[=ARG] build gold [ARG={both}[/{gold,ld}]] |
7fb9f789 NC |
1418 | --enable-got=<type> GOT handling scheme (target, single, negative, |
1419 | multigot) | |
ce2cded5 L |
1420 | --enable-werror treat compile warnings as errors |
1421 | --enable-build-warnings enable build-time compiler warnings | |
da2f07f1 | 1422 | --enable-plugins Enable support for plugins (defaults no) |
d053aef8 | 1423 | --disable-largefile omit support for large files |
81ecdfbb RW |
1424 | --enable-shared[=PKGS] build shared libraries [default=yes] |
1425 | --enable-static[=PKGS] build static libraries [default=yes] | |
d7040cdb SE |
1426 | --enable-fast-install[=PKGS] |
1427 | optimize for fast installation [default=yes] | |
42ecbf5e | 1428 | --disable-libtool-lock avoid locking (might break parallel builds) |
42ecbf5e | 1429 | --disable-nls do not use Native Language Support |
42ecbf5e DJ |
1430 | |
1431 | Optional Packages: | |
1432 | --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] | |
1433 | --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) | |
ce2cded5 L |
1434 | --with-lib-path=dir1:dir2... set default LIB_PATH |
1435 | --with-sysroot=DIR Search for usr/lib et al within DIR. | |
d7040cdb SE |
1436 | --with-pic try to use only PIC/non-PIC objects [default=use |
1437 | both] | |
1438 | --with-gnu-ld assume the C compiler uses GNU ld [default=no] | |
42ecbf5e DJ |
1439 | |
1440 | Some influential environment variables: | |
1441 | CC C compiler command | |
1442 | CFLAGS C compiler flags | |
1443 | LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a | |
1444 | nonstandard directory <lib dir> | |
81ecdfbb RW |
1445 | LIBS libraries to pass to the linker, e.g. -l<library> |
1446 | CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if | |
1447 | you have headers in a nonstandard directory <include dir> | |
42ecbf5e | 1448 | CPP C preprocessor |
81ecdfbb RW |
1449 | YACC The `Yet Another C Compiler' implementation to use. Defaults to |
1450 | the first program found out of: `bison -y', `byacc', `yacc'. | |
1451 | YFLAGS The list of arguments that will be passed by default to $YACC. | |
1452 | This script will default YFLAGS to the empty string to avoid a | |
1453 | default value of `-d' given by some make applications. | |
42ecbf5e DJ |
1454 | |
1455 | Use these variables to override the choices made by `configure' or to help | |
1456 | it to find libraries and programs with nonstandard names/locations. | |
1457 | ||
81ecdfbb | 1458 | Report bugs to the package provider. |
42ecbf5e | 1459 | _ACEOF |
81ecdfbb | 1460 | ac_status=$? |
42ecbf5e DJ |
1461 | fi |
1462 | ||
1463 | if test "$ac_init_help" = "recursive"; then | |
1464 | # If there are subdirs, report their specific --help. | |
42ecbf5e | 1465 | for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue |
81ecdfbb RW |
1466 | test -d "$ac_dir" || |
1467 | { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || | |
1468 | continue | |
42ecbf5e DJ |
1469 | ac_builddir=. |
1470 | ||
81ecdfbb RW |
1471 | case "$ac_dir" in |
1472 | .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; | |
1473 | *) | |
1474 | ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` | |
1475 | # A ".." for each directory in $ac_dir_suffix. | |
1476 | ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` | |
1477 | case $ac_top_builddir_sub in | |
1478 | "") ac_top_builddir_sub=. ac_top_build_prefix= ;; | |
1479 | *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; | |
1480 | esac ;; | |
1481 | esac | |
1482 | ac_abs_top_builddir=$ac_pwd | |
1483 | ac_abs_builddir=$ac_pwd$ac_dir_suffix | |
1484 | # for backward compatibility: | |
1485 | ac_top_builddir=$ac_top_build_prefix | |
42ecbf5e DJ |
1486 | |
1487 | case $srcdir in | |
81ecdfbb | 1488 | .) # We are building in place. |
42ecbf5e | 1489 | ac_srcdir=. |
81ecdfbb RW |
1490 | ac_top_srcdir=$ac_top_builddir_sub |
1491 | ac_abs_top_srcdir=$ac_pwd ;; | |
1492 | [\\/]* | ?:[\\/]* ) # Absolute name. | |
42ecbf5e | 1493 | ac_srcdir=$srcdir$ac_dir_suffix; |
81ecdfbb RW |
1494 | ac_top_srcdir=$srcdir |
1495 | ac_abs_top_srcdir=$srcdir ;; | |
1496 | *) # Relative name. | |
1497 | ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix | |
1498 | ac_top_srcdir=$ac_top_build_prefix$srcdir | |
1499 | ac_abs_top_srcdir=$ac_pwd/$srcdir ;; | |
42ecbf5e | 1500 | esac |
81ecdfbb RW |
1501 | ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix |
1502 | ||
1503 | cd "$ac_dir" || { ac_status=$?; continue; } | |
1504 | # Check for guested configure. | |
1505 | if test -f "$ac_srcdir/configure.gnu"; then | |
1506 | echo && | |
1507 | $SHELL "$ac_srcdir/configure.gnu" --help=recursive | |
1508 | elif test -f "$ac_srcdir/configure"; then | |
1509 | echo && | |
1510 | $SHELL "$ac_srcdir/configure" --help=recursive | |
42ecbf5e | 1511 | else |
81ecdfbb RW |
1512 | $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 |
1513 | fi || ac_status=$? | |
1514 | cd "$ac_pwd" || { ac_status=$?; break; } | |
42ecbf5e | 1515 | done |
a2d91340 AC |
1516 | fi |
1517 | ||
81ecdfbb | 1518 | test -n "$ac_init_help" && exit $ac_status |
42ecbf5e DJ |
1519 | if $ac_init_version; then |
1520 | cat <<\_ACEOF | |
81ecdfbb RW |
1521 | configure |
1522 | generated by GNU Autoconf 2.64 | |
a2d91340 | 1523 | |
81ecdfbb | 1524 | Copyright (C) 2009 Free Software Foundation, Inc. |
42ecbf5e DJ |
1525 | This configure script is free software; the Free Software Foundation |
1526 | gives unlimited permission to copy, distribute and modify it. | |
1527 | _ACEOF | |
81ecdfbb | 1528 | exit |
42ecbf5e | 1529 | fi |
a2d91340 | 1530 | |
81ecdfbb RW |
1531 | ## ------------------------ ## |
1532 | ## Autoconf initialization. ## | |
1533 | ## ------------------------ ## | |
a2d91340 | 1534 | |
81ecdfbb RW |
1535 | # ac_fn_c_try_compile LINENO |
1536 | # -------------------------- | |
1537 | # Try to compile conftest.$ac_ext, and return whether this succeeded. | |
1538 | ac_fn_c_try_compile () | |
1539 | { | |
1540 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | |
1541 | rm -f conftest.$ac_objext | |
1542 | if { { ac_try="$ac_compile" | |
1543 | case "(($ac_try" in | |
1544 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
1545 | *) ac_try_echo=$ac_try;; | |
1546 | esac | |
1547 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
1548 | $as_echo "$ac_try_echo"; } >&5 | |
1549 | (eval "$ac_compile") 2>conftest.err | |
1550 | ac_status=$? | |
1551 | if test -s conftest.err; then | |
1552 | grep -v '^ *+' conftest.err >conftest.er1 | |
1553 | cat conftest.er1 >&5 | |
1554 | mv -f conftest.er1 conftest.err | |
1555 | fi | |
1556 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
1557 | test $ac_status = 0; } && { | |
1558 | test -z "$ac_c_werror_flag" || | |
1559 | test ! -s conftest.err | |
1560 | } && test -s conftest.$ac_objext; then : | |
1561 | ac_retval=0 | |
1562 | else | |
1563 | $as_echo "$as_me: failed program was:" >&5 | |
1564 | sed 's/^/| /' conftest.$ac_ext >&5 | |
a2d91340 | 1565 | |
81ecdfbb RW |
1566 | ac_retval=1 |
1567 | fi | |
1568 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | |
1569 | return $ac_retval | |
1570 | ||
1571 | } # ac_fn_c_try_compile | |
1572 | ||
1573 | # ac_fn_c_try_link LINENO | |
1574 | # ----------------------- | |
1575 | # Try to link conftest.$ac_ext, and return whether this succeeded. | |
1576 | ac_fn_c_try_link () | |
42ecbf5e | 1577 | { |
81ecdfbb RW |
1578 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
1579 | rm -f conftest.$ac_objext conftest$ac_exeext | |
1580 | if { { ac_try="$ac_link" | |
1581 | case "(($ac_try" in | |
1582 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
1583 | *) ac_try_echo=$ac_try;; | |
1584 | esac | |
1585 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
1586 | $as_echo "$ac_try_echo"; } >&5 | |
1587 | (eval "$ac_link") 2>conftest.err | |
1588 | ac_status=$? | |
1589 | if test -s conftest.err; then | |
1590 | grep -v '^ *+' conftest.err >conftest.er1 | |
1591 | cat conftest.er1 >&5 | |
1592 | mv -f conftest.er1 conftest.err | |
1593 | fi | |
1594 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
1595 | test $ac_status = 0; } && { | |
1596 | test -z "$ac_c_werror_flag" || | |
1597 | test ! -s conftest.err | |
1598 | } && test -s conftest$ac_exeext && { | |
1599 | test "$cross_compiling" = yes || | |
1600 | $as_test_x conftest$ac_exeext | |
1601 | }; then : | |
1602 | ac_retval=0 | |
1603 | else | |
1604 | $as_echo "$as_me: failed program was:" >&5 | |
1605 | sed 's/^/| /' conftest.$ac_ext >&5 | |
42ecbf5e | 1606 | |
81ecdfbb RW |
1607 | ac_retval=1 |
1608 | fi | |
1609 | # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information | |
1610 | # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would | |
1611 | # interfere with the next link command; also delete a directory that is | |
1612 | # left behind by Apple's compiler. We do this before executing the actions. | |
1613 | rm -rf conftest.dSYM conftest_ipa8_conftest.oo | |
1614 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | |
1615 | return $ac_retval | |
42ecbf5e | 1616 | |
81ecdfbb | 1617 | } # ac_fn_c_try_link |
42ecbf5e | 1618 | |
81ecdfbb RW |
1619 | # ac_fn_c_try_cpp LINENO |
1620 | # ---------------------- | |
1621 | # Try to preprocess conftest.$ac_ext, and return whether this succeeded. | |
1622 | ac_fn_c_try_cpp () | |
1623 | { | |
1624 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | |
1625 | if { { ac_try="$ac_cpp conftest.$ac_ext" | |
1626 | case "(($ac_try" in | |
1627 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
1628 | *) ac_try_echo=$ac_try;; | |
1629 | esac | |
1630 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
1631 | $as_echo "$ac_try_echo"; } >&5 | |
1632 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err | |
1633 | ac_status=$? | |
1634 | if test -s conftest.err; then | |
1635 | grep -v '^ *+' conftest.err >conftest.er1 | |
1636 | cat conftest.er1 >&5 | |
1637 | mv -f conftest.er1 conftest.err | |
1638 | fi | |
1639 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
1640 | test $ac_status = 0; } >/dev/null && { | |
1641 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | |
1642 | test ! -s conftest.err | |
1643 | }; then : | |
1644 | ac_retval=0 | |
1645 | else | |
1646 | $as_echo "$as_me: failed program was:" >&5 | |
1647 | sed 's/^/| /' conftest.$ac_ext >&5 | |
1648 | ||
1649 | ac_retval=1 | |
1650 | fi | |
1651 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | |
1652 | return $ac_retval | |
1653 | ||
1654 | } # ac_fn_c_try_cpp | |
1655 | ||
1656 | # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES | |
1657 | # ------------------------------------------------------- | |
1658 | # Tests whether HEADER exists, giving a warning if it cannot be compiled using | |
1659 | # the include files in INCLUDES and setting the cache variable VAR | |
1660 | # accordingly. | |
1661 | ac_fn_c_check_header_mongrel () | |
1662 | { | |
1663 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | |
1664 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | |
1665 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | |
1666 | $as_echo_n "checking for $2... " >&6; } | |
1667 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | |
1668 | $as_echo_n "(cached) " >&6 | |
1669 | fi | |
1670 | eval ac_res=\$$3 | |
1671 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | |
1672 | $as_echo "$ac_res" >&6; } | |
1673 | else | |
1674 | # Is the header compilable? | |
1675 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5 | |
1676 | $as_echo_n "checking $2 usability... " >&6; } | |
1677 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
1678 | /* end confdefs.h. */ | |
1679 | $4 | |
1680 | #include <$2> | |
1681 | _ACEOF | |
1682 | if ac_fn_c_try_compile "$LINENO"; then : | |
1683 | ac_header_compiler=yes | |
1684 | else | |
1685 | ac_header_compiler=no | |
1686 | fi | |
1687 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
1688 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5 | |
1689 | $as_echo "$ac_header_compiler" >&6; } | |
1690 | ||
1691 | # Is the header present? | |
1692 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5 | |
1693 | $as_echo_n "checking $2 presence... " >&6; } | |
1694 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
1695 | /* end confdefs.h. */ | |
1696 | #include <$2> | |
1697 | _ACEOF | |
1698 | if ac_fn_c_try_cpp "$LINENO"; then : | |
1699 | ac_header_preproc=yes | |
1700 | else | |
1701 | ac_header_preproc=no | |
1702 | fi | |
1703 | rm -f conftest.err conftest.$ac_ext | |
1704 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 | |
1705 | $as_echo "$ac_header_preproc" >&6; } | |
1706 | ||
1707 | # So? What about this header? | |
1708 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #(( | |
1709 | yes:no: ) | |
1710 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5 | |
1711 | $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
1712 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 | |
1713 | $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} | |
1714 | ;; | |
1715 | no:yes:* ) | |
1716 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5 | |
1717 | $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;} | |
1718 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5 | |
1719 | $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;} | |
1720 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5 | |
1721 | $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} | |
1722 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5 | |
1723 | $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} | |
1724 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 | |
1725 | $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} | |
1726 | ;; | |
1727 | esac | |
1728 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | |
1729 | $as_echo_n "checking for $2... " >&6; } | |
1730 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | |
1731 | $as_echo_n "(cached) " >&6 | |
1732 | else | |
1733 | eval "$3=\$ac_header_compiler" | |
1734 | fi | |
1735 | eval ac_res=\$$3 | |
1736 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | |
1737 | $as_echo "$ac_res" >&6; } | |
1738 | fi | |
1739 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | |
1740 | ||
1741 | } # ac_fn_c_check_header_mongrel | |
1742 | ||
1743 | # ac_fn_c_try_run LINENO | |
1744 | # ---------------------- | |
1745 | # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes | |
1746 | # that executables *can* be run. | |
1747 | ac_fn_c_try_run () | |
1748 | { | |
1749 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | |
1750 | if { { ac_try="$ac_link" | |
1751 | case "(($ac_try" in | |
1752 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
1753 | *) ac_try_echo=$ac_try;; | |
1754 | esac | |
1755 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
1756 | $as_echo "$ac_try_echo"; } >&5 | |
1757 | (eval "$ac_link") 2>&5 | |
1758 | ac_status=$? | |
1759 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
1760 | test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' | |
1761 | { { case "(($ac_try" in | |
1762 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
1763 | *) ac_try_echo=$ac_try;; | |
1764 | esac | |
1765 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
1766 | $as_echo "$ac_try_echo"; } >&5 | |
1767 | (eval "$ac_try") 2>&5 | |
1768 | ac_status=$? | |
1769 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
1770 | test $ac_status = 0; }; }; then : | |
1771 | ac_retval=0 | |
1772 | else | |
1773 | $as_echo "$as_me: program exited with status $ac_status" >&5 | |
1774 | $as_echo "$as_me: failed program was:" >&5 | |
1775 | sed 's/^/| /' conftest.$ac_ext >&5 | |
1776 | ||
1777 | ac_retval=$ac_status | |
1778 | fi | |
1779 | rm -rf conftest.dSYM conftest_ipa8_conftest.oo | |
1780 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | |
1781 | return $ac_retval | |
1782 | ||
1783 | } # ac_fn_c_try_run | |
1784 | ||
1785 | # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES | |
1786 | # ------------------------------------------------------- | |
1787 | # Tests whether HEADER exists and can be compiled using the include files in | |
1788 | # INCLUDES, setting the cache variable VAR accordingly. | |
1789 | ac_fn_c_check_header_compile () | |
1790 | { | |
1791 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | |
1792 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | |
1793 | $as_echo_n "checking for $2... " >&6; } | |
1794 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | |
1795 | $as_echo_n "(cached) " >&6 | |
1796 | else | |
1797 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
1798 | /* end confdefs.h. */ | |
1799 | $4 | |
1800 | #include <$2> | |
1801 | _ACEOF | |
1802 | if ac_fn_c_try_compile "$LINENO"; then : | |
1803 | eval "$3=yes" | |
1804 | else | |
1805 | eval "$3=no" | |
1806 | fi | |
1807 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
1808 | fi | |
1809 | eval ac_res=\$$3 | |
1810 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | |
1811 | $as_echo "$ac_res" >&6; } | |
1812 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | |
1813 | ||
1814 | } # ac_fn_c_check_header_compile | |
1815 | ||
1816 | # ac_fn_c_check_func LINENO FUNC VAR | |
1817 | # ---------------------------------- | |
1818 | # Tests whether FUNC exists, setting the cache variable VAR accordingly | |
1819 | ac_fn_c_check_func () | |
1820 | { | |
1821 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | |
1822 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | |
1823 | $as_echo_n "checking for $2... " >&6; } | |
1824 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | |
1825 | $as_echo_n "(cached) " >&6 | |
1826 | else | |
1827 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
1828 | /* end confdefs.h. */ | |
1829 | /* Define $2 to an innocuous variant, in case <limits.h> declares $2. | |
1830 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
1831 | #define $2 innocuous_$2 | |
1832 | ||
1833 | /* System header to define __stub macros and hopefully few prototypes, | |
1834 | which can conflict with char $2 (); below. | |
1835 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
1836 | <limits.h> exists even on freestanding compilers. */ | |
1837 | ||
1838 | #ifdef __STDC__ | |
1839 | # include <limits.h> | |
1840 | #else | |
1841 | # include <assert.h> | |
1842 | #endif | |
1843 | ||
1844 | #undef $2 | |
1845 | ||
1846 | /* Override any GCC internal prototype to avoid an error. | |
1847 | Use char because int might match the return type of a GCC | |
1848 | builtin and then its argument prototype would still apply. */ | |
1849 | #ifdef __cplusplus | |
1850 | extern "C" | |
1851 | #endif | |
1852 | char $2 (); | |
1853 | /* The GNU C library defines this for functions which it implements | |
1854 | to always fail with ENOSYS. Some functions are actually named | |
1855 | something starting with __ and the normal name is an alias. */ | |
1856 | #if defined __stub_$2 || defined __stub___$2 | |
1857 | choke me | |
1858 | #endif | |
1859 | ||
1860 | int | |
1861 | main () | |
1862 | { | |
1863 | return $2 (); | |
1864 | ; | |
1865 | return 0; | |
1866 | } | |
1867 | _ACEOF | |
1868 | if ac_fn_c_try_link "$LINENO"; then : | |
1869 | eval "$3=yes" | |
1870 | else | |
1871 | eval "$3=no" | |
1872 | fi | |
1873 | rm -f core conftest.err conftest.$ac_objext \ | |
1874 | conftest$ac_exeext conftest.$ac_ext | |
1875 | fi | |
1876 | eval ac_res=\$$3 | |
1877 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | |
1878 | $as_echo "$ac_res" >&6; } | |
1879 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | |
1880 | ||
1881 | } # ac_fn_c_check_func | |
1882 | ||
1883 | # ac_fn_c_check_decl LINENO SYMBOL VAR | |
1884 | # ------------------------------------ | |
1885 | # Tests whether SYMBOL is declared, setting cache variable VAR accordingly. | |
1886 | ac_fn_c_check_decl () | |
1887 | { | |
1888 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | |
360cfc9c AM |
1889 | as_decl_name=`echo $2|sed 's/ *(.*//'` |
1890 | as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'` | |
1891 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5 | |
1892 | $as_echo_n "checking whether $as_decl_name is declared... " >&6; } | |
81ecdfbb RW |
1893 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : |
1894 | $as_echo_n "(cached) " >&6 | |
1895 | else | |
1896 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
1897 | /* end confdefs.h. */ | |
1898 | $4 | |
1899 | int | |
1900 | main () | |
1901 | { | |
360cfc9c AM |
1902 | #ifndef $as_decl_name |
1903 | #ifdef __cplusplus | |
1904 | (void) $as_decl_use; | |
1905 | #else | |
1906 | (void) $as_decl_name; | |
1907 | #endif | |
81ecdfbb RW |
1908 | #endif |
1909 | ||
1910 | ; | |
1911 | return 0; | |
1912 | } | |
1913 | _ACEOF | |
1914 | if ac_fn_c_try_compile "$LINENO"; then : | |
1915 | eval "$3=yes" | |
1916 | else | |
1917 | eval "$3=no" | |
1918 | fi | |
1919 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
1920 | fi | |
1921 | eval ac_res=\$$3 | |
1922 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | |
1923 | $as_echo "$ac_res" >&6; } | |
1924 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | |
1925 | ||
1926 | } # ac_fn_c_check_decl | |
1927 | ||
1928 | # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES | |
1929 | # -------------------------------------------- | |
1930 | # Tries to find the compile-time value of EXPR in a program that includes | |
1931 | # INCLUDES, setting VAR accordingly. Returns whether the value could be | |
1932 | # computed | |
1933 | ac_fn_c_compute_int () | |
1934 | { | |
1935 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | |
1936 | if test "$cross_compiling" = yes; then | |
1937 | # Depending upon the size, compute the lo and hi bounds. | |
1938 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
1939 | /* end confdefs.h. */ | |
1940 | $4 | |
1941 | int | |
1942 | main () | |
1943 | { | |
1944 | static int test_array [1 - 2 * !(($2) >= 0)]; | |
1945 | test_array [0] = 0 | |
1946 | ||
1947 | ; | |
1948 | return 0; | |
1949 | } | |
1950 | _ACEOF | |
1951 | if ac_fn_c_try_compile "$LINENO"; then : | |
1952 | ac_lo=0 ac_mid=0 | |
1953 | while :; do | |
1954 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
1955 | /* end confdefs.h. */ | |
1956 | $4 | |
1957 | int | |
1958 | main () | |
1959 | { | |
1960 | static int test_array [1 - 2 * !(($2) <= $ac_mid)]; | |
1961 | test_array [0] = 0 | |
1962 | ||
1963 | ; | |
1964 | return 0; | |
1965 | } | |
1966 | _ACEOF | |
1967 | if ac_fn_c_try_compile "$LINENO"; then : | |
1968 | ac_hi=$ac_mid; break | |
1969 | else | |
1970 | as_fn_arith $ac_mid + 1 && ac_lo=$as_val | |
1971 | if test $ac_lo -le $ac_mid; then | |
1972 | ac_lo= ac_hi= | |
1973 | break | |
1974 | fi | |
1975 | as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val | |
1976 | fi | |
1977 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
1978 | done | |
1979 | else | |
1980 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
1981 | /* end confdefs.h. */ | |
1982 | $4 | |
1983 | int | |
1984 | main () | |
1985 | { | |
1986 | static int test_array [1 - 2 * !(($2) < 0)]; | |
1987 | test_array [0] = 0 | |
1988 | ||
1989 | ; | |
1990 | return 0; | |
1991 | } | |
1992 | _ACEOF | |
1993 | if ac_fn_c_try_compile "$LINENO"; then : | |
1994 | ac_hi=-1 ac_mid=-1 | |
1995 | while :; do | |
1996 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
1997 | /* end confdefs.h. */ | |
1998 | $4 | |
1999 | int | |
2000 | main () | |
2001 | { | |
2002 | static int test_array [1 - 2 * !(($2) >= $ac_mid)]; | |
2003 | test_array [0] = 0 | |
2004 | ||
2005 | ; | |
2006 | return 0; | |
2007 | } | |
2008 | _ACEOF | |
2009 | if ac_fn_c_try_compile "$LINENO"; then : | |
2010 | ac_lo=$ac_mid; break | |
2011 | else | |
2012 | as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val | |
2013 | if test $ac_mid -le $ac_hi; then | |
2014 | ac_lo= ac_hi= | |
2015 | break | |
2016 | fi | |
2017 | as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val | |
2018 | fi | |
2019 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
2020 | done | |
2021 | else | |
2022 | ac_lo= ac_hi= | |
2023 | fi | |
2024 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
2025 | fi | |
2026 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
2027 | # Binary search between lo and hi bounds. | |
2028 | while test "x$ac_lo" != "x$ac_hi"; do | |
2029 | as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val | |
2030 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
2031 | /* end confdefs.h. */ | |
2032 | $4 | |
2033 | int | |
2034 | main () | |
2035 | { | |
2036 | static int test_array [1 - 2 * !(($2) <= $ac_mid)]; | |
2037 | test_array [0] = 0 | |
2038 | ||
2039 | ; | |
2040 | return 0; | |
2041 | } | |
2042 | _ACEOF | |
2043 | if ac_fn_c_try_compile "$LINENO"; then : | |
2044 | ac_hi=$ac_mid | |
2045 | else | |
2046 | as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val | |
2047 | fi | |
2048 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
2049 | done | |
2050 | case $ac_lo in #(( | |
2051 | ?*) eval "$3=\$ac_lo"; ac_retval=0 ;; | |
2052 | '') ac_retval=1 ;; | |
2053 | esac | |
2054 | else | |
2055 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
2056 | /* end confdefs.h. */ | |
2057 | $4 | |
2058 | static long int longval () { return $2; } | |
2059 | static unsigned long int ulongval () { return $2; } | |
2060 | #include <stdio.h> | |
2061 | #include <stdlib.h> | |
2062 | int | |
2063 | main () | |
2064 | { | |
2065 | ||
2066 | FILE *f = fopen ("conftest.val", "w"); | |
2067 | if (! f) | |
2068 | return 1; | |
2069 | if (($2) < 0) | |
2070 | { | |
2071 | long int i = longval (); | |
2072 | if (i != ($2)) | |
2073 | return 1; | |
2074 | fprintf (f, "%ld", i); | |
2075 | } | |
2076 | else | |
2077 | { | |
2078 | unsigned long int i = ulongval (); | |
2079 | if (i != ($2)) | |
2080 | return 1; | |
2081 | fprintf (f, "%lu", i); | |
2082 | } | |
2083 | /* Do not output a trailing newline, as this causes \r\n confusion | |
2084 | on some platforms. */ | |
2085 | return ferror (f) || fclose (f) != 0; | |
2086 | ||
2087 | ; | |
2088 | return 0; | |
2089 | } | |
2090 | _ACEOF | |
2091 | if ac_fn_c_try_run "$LINENO"; then : | |
2092 | echo >>conftest.val; read $3 <conftest.val; ac_retval=0 | |
2093 | else | |
2094 | ac_retval=1 | |
2095 | fi | |
2096 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ | |
2097 | conftest.$ac_objext conftest.beam conftest.$ac_ext | |
2098 | rm -f conftest.val | |
2099 | ||
2100 | fi | |
2101 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | |
2102 | return $ac_retval | |
2103 | ||
2104 | } # ac_fn_c_compute_int | |
2105 | cat >config.log <<_ACEOF | |
2106 | This file contains any messages produced by compilers while | |
2107 | running configure, to aid debugging if configure makes a mistake. | |
2108 | ||
2109 | It was created by $as_me, which was | |
2110 | generated by GNU Autoconf 2.64. Invocation command line was | |
2111 | ||
2112 | $ $0 $@ | |
2113 | ||
2114 | _ACEOF | |
2115 | exec 5>>config.log | |
2116 | { | |
2117 | cat <<_ASUNAME | |
2118 | ## --------- ## | |
2119 | ## Platform. ## | |
2120 | ## --------- ## | |
2121 | ||
2122 | hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` | |
2123 | uname -m = `(uname -m) 2>/dev/null || echo unknown` | |
2124 | uname -r = `(uname -r) 2>/dev/null || echo unknown` | |
2125 | uname -s = `(uname -s) 2>/dev/null || echo unknown` | |
2126 | uname -v = `(uname -v) 2>/dev/null || echo unknown` | |
2127 | ||
2128 | /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` | |
2129 | /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` | |
2130 | ||
2131 | /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` | |
2132 | /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` | |
2133 | /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` | |
2134 | /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` | |
42ecbf5e DJ |
2135 | /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` |
2136 | /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` | |
2137 | /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` | |
2138 | ||
2139 | _ASUNAME | |
2140 | ||
2141 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
2142 | for as_dir in $PATH | |
2143 | do | |
2144 | IFS=$as_save_IFS | |
2145 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
2146 | $as_echo "PATH: $as_dir" |
2147 | done | |
2148 | IFS=$as_save_IFS | |
252b5132 | 2149 | |
42ecbf5e | 2150 | } >&5 |
5d64ca4e | 2151 | |
42ecbf5e | 2152 | cat >&5 <<_ACEOF |
5d64ca4e | 2153 | |
5d64ca4e | 2154 | |
42ecbf5e DJ |
2155 | ## ----------- ## |
2156 | ## Core tests. ## | |
2157 | ## ----------- ## | |
5d64ca4e | 2158 | |
42ecbf5e | 2159 | _ACEOF |
2469cfa2 | 2160 | |
42ecbf5e DJ |
2161 | |
2162 | # Keep a trace of the command line. | |
2163 | # Strip out --no-create and --no-recursion so they do not pile up. | |
2164 | # Strip out --silent because we don't want to record it for future runs. | |
2165 | # Also quote any args containing shell meta-characters. | |
2166 | # Make two passes to allow for proper duplicate-argument suppression. | |
2167 | ac_configure_args= | |
2168 | ac_configure_args0= | |
2169 | ac_configure_args1= | |
42ecbf5e DJ |
2170 | ac_must_keep_next=false |
2171 | for ac_pass in 1 2 | |
2172 | do | |
2173 | for ac_arg | |
2174 | do | |
2175 | case $ac_arg in | |
2176 | -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; | |
2177 | -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | |
2178 | | -silent | --silent | --silen | --sile | --sil) | |
2179 | continue ;; | |
81ecdfbb RW |
2180 | *\'*) |
2181 | ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; | |
42ecbf5e DJ |
2182 | esac |
2183 | case $ac_pass in | |
81ecdfbb | 2184 | 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; |
42ecbf5e | 2185 | 2) |
81ecdfbb | 2186 | as_fn_append ac_configure_args1 " '$ac_arg'" |
42ecbf5e DJ |
2187 | if test $ac_must_keep_next = true; then |
2188 | ac_must_keep_next=false # Got value, back to normal. | |
2189 | else | |
2190 | case $ac_arg in | |
2191 | *=* | --config-cache | -C | -disable-* | --disable-* \ | |
2192 | | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ | |
2193 | | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ | |
2194 | | -with-* | --with-* | -without-* | --without-* | --x) | |
2195 | case "$ac_configure_args0 " in | |
2196 | "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; | |
2197 | esac | |
2198 | ;; | |
2199 | -* ) ac_must_keep_next=true ;; | |
2200 | esac | |
2201 | fi | |
81ecdfbb | 2202 | as_fn_append ac_configure_args " '$ac_arg'" |
42ecbf5e DJ |
2203 | ;; |
2204 | esac | |
2205 | done | |
2206 | done | |
81ecdfbb RW |
2207 | { ac_configure_args0=; unset ac_configure_args0;} |
2208 | { ac_configure_args1=; unset ac_configure_args1;} | |
42ecbf5e DJ |
2209 | |
2210 | # When interrupted or exit'd, cleanup temporary files, and complete | |
2211 | # config.log. We remove comments because anyway the quotes in there | |
2212 | # would cause problems or look ugly. | |
81ecdfbb RW |
2213 | # WARNING: Use '\'' to represent an apostrophe within the trap. |
2214 | # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. | |
42ecbf5e DJ |
2215 | trap 'exit_status=$? |
2216 | # Save into config.log some information that might help in debugging. | |
2217 | { | |
2218 | echo | |
2219 | ||
2220 | cat <<\_ASBOX | |
2221 | ## ---------------- ## | |
2222 | ## Cache variables. ## | |
2223 | ## ---------------- ## | |
2224 | _ASBOX | |
2225 | echo | |
2226 | # The following way of writing the cache mishandles newlines in values, | |
81ecdfbb RW |
2227 | ( |
2228 | for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do | |
2229 | eval ac_val=\$$ac_var | |
2230 | case $ac_val in #( | |
2231 | *${as_nl}*) | |
2232 | case $ac_var in #( | |
2233 | *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 | |
2234 | $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; | |
2235 | esac | |
2236 | case $ac_var in #( | |
2237 | _ | IFS | as_nl) ;; #( | |
2238 | BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( | |
2239 | *) { eval $ac_var=; unset $ac_var;} ;; | |
2240 | esac ;; | |
2241 | esac | |
2242 | done | |
42ecbf5e | 2243 | (set) 2>&1 | |
81ecdfbb RW |
2244 | case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( |
2245 | *${as_nl}ac_space=\ *) | |
42ecbf5e | 2246 | sed -n \ |
81ecdfbb RW |
2247 | "s/'\''/'\''\\\\'\'''\''/g; |
2248 | s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" | |
2249 | ;; #( | |
42ecbf5e | 2250 | *) |
81ecdfbb | 2251 | sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" |
42ecbf5e | 2252 | ;; |
81ecdfbb RW |
2253 | esac | |
2254 | sort | |
2255 | ) | |
42ecbf5e DJ |
2256 | echo |
2257 | ||
2258 | cat <<\_ASBOX | |
2259 | ## ----------------- ## | |
2260 | ## Output variables. ## | |
2261 | ## ----------------- ## | |
2262 | _ASBOX | |
2263 | echo | |
2264 | for ac_var in $ac_subst_vars | |
2265 | do | |
81ecdfbb RW |
2266 | eval ac_val=\$$ac_var |
2267 | case $ac_val in | |
2268 | *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; | |
2269 | esac | |
2270 | $as_echo "$ac_var='\''$ac_val'\''" | |
42ecbf5e DJ |
2271 | done | sort |
2272 | echo | |
2273 | ||
2274 | if test -n "$ac_subst_files"; then | |
2275 | cat <<\_ASBOX | |
81ecdfbb RW |
2276 | ## ------------------- ## |
2277 | ## File substitutions. ## | |
2278 | ## ------------------- ## | |
42ecbf5e DJ |
2279 | _ASBOX |
2280 | echo | |
2281 | for ac_var in $ac_subst_files | |
2282 | do | |
81ecdfbb RW |
2283 | eval ac_val=\$$ac_var |
2284 | case $ac_val in | |
2285 | *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; | |
2286 | esac | |
2287 | $as_echo "$ac_var='\''$ac_val'\''" | |
42ecbf5e DJ |
2288 | done | sort |
2289 | echo | |
2290 | fi | |
2291 | ||
2292 | if test -s confdefs.h; then | |
2293 | cat <<\_ASBOX | |
2294 | ## ----------- ## | |
2295 | ## confdefs.h. ## | |
2296 | ## ----------- ## | |
2297 | _ASBOX | |
2298 | echo | |
81ecdfbb | 2299 | cat confdefs.h |
42ecbf5e DJ |
2300 | echo |
2301 | fi | |
2302 | test "$ac_signal" != 0 && | |
81ecdfbb RW |
2303 | $as_echo "$as_me: caught signal $ac_signal" |
2304 | $as_echo "$as_me: exit $exit_status" | |
42ecbf5e | 2305 | } >&5 |
81ecdfbb RW |
2306 | rm -f core *.core core.conftest.* && |
2307 | rm -f -r conftest* confdefs* conf$$* $ac_clean_files && | |
42ecbf5e | 2308 | exit $exit_status |
81ecdfbb | 2309 | ' 0 |
42ecbf5e | 2310 | for ac_signal in 1 2 13 15; do |
81ecdfbb | 2311 | trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal |
42ecbf5e DJ |
2312 | done |
2313 | ac_signal=0 | |
2314 | ||
2315 | # confdefs.h avoids OS command line length limits that DEFS can exceed. | |
81ecdfbb RW |
2316 | rm -f -r conftest* confdefs.h |
2317 | ||
2318 | $as_echo "/* confdefs.h */" > confdefs.h | |
42ecbf5e DJ |
2319 | |
2320 | # Predefined preprocessor variables. | |
2321 | ||
2322 | cat >>confdefs.h <<_ACEOF | |
2323 | #define PACKAGE_NAME "$PACKAGE_NAME" | |
2324 | _ACEOF | |
2325 | ||
42ecbf5e DJ |
2326 | cat >>confdefs.h <<_ACEOF |
2327 | #define PACKAGE_TARNAME "$PACKAGE_TARNAME" | |
2328 | _ACEOF | |
2329 | ||
42ecbf5e DJ |
2330 | cat >>confdefs.h <<_ACEOF |
2331 | #define PACKAGE_VERSION "$PACKAGE_VERSION" | |
2332 | _ACEOF | |
2333 | ||
42ecbf5e DJ |
2334 | cat >>confdefs.h <<_ACEOF |
2335 | #define PACKAGE_STRING "$PACKAGE_STRING" | |
2336 | _ACEOF | |
2337 | ||
42ecbf5e DJ |
2338 | cat >>confdefs.h <<_ACEOF |
2339 | #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" | |
2340 | _ACEOF | |
2341 | ||
81ecdfbb RW |
2342 | cat >>confdefs.h <<_ACEOF |
2343 | #define PACKAGE_URL "$PACKAGE_URL" | |
2344 | _ACEOF | |
2345 | ||
42ecbf5e DJ |
2346 | |
2347 | # Let the site file select an alternate cache file if it wants to. | |
81ecdfbb RW |
2348 | # Prefer an explicitly selected file to automatically selected ones. |
2349 | ac_site_file1=NONE | |
2350 | ac_site_file2=NONE | |
2351 | if test -n "$CONFIG_SITE"; then | |
2352 | ac_site_file1=$CONFIG_SITE | |
2353 | elif test "x$prefix" != xNONE; then | |
2354 | ac_site_file1=$prefix/share/config.site | |
2355 | ac_site_file2=$prefix/etc/config.site | |
2356 | else | |
2357 | ac_site_file1=$ac_default_prefix/share/config.site | |
2358 | ac_site_file2=$ac_default_prefix/etc/config.site | |
2359 | fi | |
2360 | for ac_site_file in "$ac_site_file1" "$ac_site_file2" | |
2361 | do | |
2362 | test "x$ac_site_file" = xNONE && continue | |
42ecbf5e | 2363 | if test -r "$ac_site_file"; then |
81ecdfbb RW |
2364 | { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 |
2365 | $as_echo "$as_me: loading site script $ac_site_file" >&6;} | |
42ecbf5e DJ |
2366 | sed 's/^/| /' "$ac_site_file" >&5 |
2367 | . "$ac_site_file" | |
2368 | fi | |
2369 | done | |
2370 | ||
2371 | if test -r "$cache_file"; then | |
2372 | # Some versions of bash will fail to source /dev/null (special | |
2373 | # files actually), so we avoid doing that. | |
2374 | if test -f "$cache_file"; then | |
81ecdfbb RW |
2375 | { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 |
2376 | $as_echo "$as_me: loading cache $cache_file" >&6;} | |
42ecbf5e | 2377 | case $cache_file in |
81ecdfbb RW |
2378 | [\\/]* | ?:[\\/]* ) . "$cache_file";; |
2379 | *) . "./$cache_file";; | |
42ecbf5e DJ |
2380 | esac |
2381 | fi | |
2382 | else | |
81ecdfbb RW |
2383 | { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 |
2384 | $as_echo "$as_me: creating cache $cache_file" >&6;} | |
42ecbf5e DJ |
2385 | >$cache_file |
2386 | fi | |
2387 | ||
2388 | # Check that the precious variables saved in the cache have kept the same | |
2389 | # value. | |
2390 | ac_cache_corrupted=false | |
81ecdfbb | 2391 | for ac_var in $ac_precious_vars; do |
42ecbf5e DJ |
2392 | eval ac_old_set=\$ac_cv_env_${ac_var}_set |
2393 | eval ac_new_set=\$ac_env_${ac_var}_set | |
81ecdfbb RW |
2394 | eval ac_old_val=\$ac_cv_env_${ac_var}_value |
2395 | eval ac_new_val=\$ac_env_${ac_var}_value | |
42ecbf5e DJ |
2396 | case $ac_old_set,$ac_new_set in |
2397 | set,) | |
81ecdfbb RW |
2398 | { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 |
2399 | $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} | |
42ecbf5e DJ |
2400 | ac_cache_corrupted=: ;; |
2401 | ,set) | |
81ecdfbb RW |
2402 | { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 |
2403 | $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} | |
42ecbf5e DJ |
2404 | ac_cache_corrupted=: ;; |
2405 | ,);; | |
2406 | *) | |
2407 | if test "x$ac_old_val" != "x$ac_new_val"; then | |
81ecdfbb RW |
2408 | # differences in whitespace do not lead to failure. |
2409 | ac_old_val_w=`echo x $ac_old_val` | |
2410 | ac_new_val_w=`echo x $ac_new_val` | |
2411 | if test "$ac_old_val_w" != "$ac_new_val_w"; then | |
2412 | { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 | |
2413 | $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} | |
2414 | ac_cache_corrupted=: | |
2415 | else | |
2416 | { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 | |
2417 | $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} | |
2418 | eval $ac_var=\$ac_old_val | |
2419 | fi | |
2420 | { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 | |
2421 | $as_echo "$as_me: former value: \`$ac_old_val'" >&2;} | |
2422 | { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 | |
2423 | $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} | |
42ecbf5e DJ |
2424 | fi;; |
2425 | esac | |
2426 | # Pass precious variables to config.status. | |
2427 | if test "$ac_new_set" = set; then | |
2428 | case $ac_new_val in | |
81ecdfbb | 2429 | *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; |
42ecbf5e DJ |
2430 | *) ac_arg=$ac_var=$ac_new_val ;; |
2431 | esac | |
2432 | case " $ac_configure_args " in | |
2433 | *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. | |
81ecdfbb | 2434 | *) as_fn_append ac_configure_args " '$ac_arg'" ;; |
42ecbf5e DJ |
2435 | esac |
2436 | fi | |
2437 | done | |
2438 | if $ac_cache_corrupted; then | |
81ecdfbb RW |
2439 | { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
2440 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
2441 | { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 | |
2442 | $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} | |
2443 | as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 | |
42ecbf5e | 2444 | fi |
81ecdfbb RW |
2445 | ## -------------------- ## |
2446 | ## Main body of script. ## | |
2447 | ## -------------------- ## | |
42ecbf5e DJ |
2448 | |
2449 | ac_ext=c | |
2450 | ac_cpp='$CPP $CPPFLAGS' | |
2451 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
2452 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
2453 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
2454 | ||
2455 | ||
2456 | ||
42ecbf5e | 2457 | |
da594c4a | 2458 | |
42ecbf5e DJ |
2459 | |
2460 | ||
2461 | ac_aux_dir= | |
81ecdfbb RW |
2462 | for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do |
2463 | for ac_t in install-sh install.sh shtool; do | |
2464 | if test -f "$ac_dir/$ac_t"; then | |
2465 | ac_aux_dir=$ac_dir | |
2466 | ac_install_sh="$ac_aux_dir/$ac_t -c" | |
2467 | break 2 | |
2468 | fi | |
2469 | done | |
42ecbf5e DJ |
2470 | done |
2471 | if test -z "$ac_aux_dir"; then | |
81ecdfbb | 2472 | as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 |
42ecbf5e | 2473 | fi |
81ecdfbb RW |
2474 | |
2475 | # These three variables are undocumented and unsupported, | |
2476 | # and are intended to be withdrawn in a future Autoconf release. | |
2477 | # They can cause serious problems if a builder's source tree is in a directory | |
2478 | # whose full name contains unusual characters. | |
2479 | ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. | |
2480 | ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. | |
2481 | ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. | |
2482 | ||
42ecbf5e DJ |
2483 | |
2484 | # Make sure we can run config.sub. | |
81ecdfbb RW |
2485 | $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || |
2486 | as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 | |
2487 | ||
2488 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 | |
2489 | $as_echo_n "checking build system type... " >&6; } | |
2490 | if test "${ac_cv_build+set}" = set; then : | |
2491 | $as_echo_n "(cached) " >&6 | |
2492 | else | |
2493 | ac_build_alias=$build_alias | |
2494 | test "x$ac_build_alias" = x && | |
2495 | ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` | |
2496 | test "x$ac_build_alias" = x && | |
2497 | as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5 | |
2498 | ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || | |
2499 | as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 | |
2500 | ||
2501 | fi | |
2502 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 | |
2503 | $as_echo "$ac_cv_build" >&6; } | |
2504 | case $ac_cv_build in | |
2505 | *-*-*) ;; | |
2506 | *) as_fn_error "invalid value of canonical build" "$LINENO" 5;; | |
2507 | esac | |
42ecbf5e | 2508 | build=$ac_cv_build |
81ecdfbb RW |
2509 | ac_save_IFS=$IFS; IFS='-' |
2510 | set x $ac_cv_build | |
2511 | shift | |
2512 | build_cpu=$1 | |
2513 | build_vendor=$2 | |
2514 | shift; shift | |
2515 | # Remember, the first character of IFS is used to create $*, | |
2516 | # except with old shells: | |
2517 | build_os=$* | |
2518 | IFS=$ac_save_IFS | |
2519 | case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac | |
42ecbf5e DJ |
2520 | |
2521 | ||
81ecdfbb RW |
2522 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 |
2523 | $as_echo_n "checking host system type... " >&6; } | |
2524 | if test "${ac_cv_host+set}" = set; then : | |
2525 | $as_echo_n "(cached) " >&6 | |
2526 | else | |
2527 | if test "x$host_alias" = x; then | |
2528 | ac_cv_host=$ac_cv_build | |
42ecbf5e | 2529 | else |
81ecdfbb RW |
2530 | ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || |
2531 | as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 | |
2532 | fi | |
42ecbf5e DJ |
2533 | |
2534 | fi | |
81ecdfbb RW |
2535 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 |
2536 | $as_echo "$ac_cv_host" >&6; } | |
2537 | case $ac_cv_host in | |
2538 | *-*-*) ;; | |
2539 | *) as_fn_error "invalid value of canonical host" "$LINENO" 5;; | |
2540 | esac | |
42ecbf5e | 2541 | host=$ac_cv_host |
81ecdfbb RW |
2542 | ac_save_IFS=$IFS; IFS='-' |
2543 | set x $ac_cv_host | |
2544 | shift | |
2545 | host_cpu=$1 | |
2546 | host_vendor=$2 | |
2547 | shift; shift | |
2548 | # Remember, the first character of IFS is used to create $*, | |
2549 | # except with old shells: | |
2550 | host_os=$* | |
2551 | IFS=$ac_save_IFS | |
2552 | case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac | |
42ecbf5e DJ |
2553 | |
2554 | ||
81ecdfbb RW |
2555 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5 |
2556 | $as_echo_n "checking target system type... " >&6; } | |
2557 | if test "${ac_cv_target+set}" = set; then : | |
2558 | $as_echo_n "(cached) " >&6 | |
42ecbf5e | 2559 | else |
81ecdfbb RW |
2560 | if test "x$target_alias" = x; then |
2561 | ac_cv_target=$ac_cv_host | |
2562 | else | |
2563 | ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` || | |
2564 | as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5 | |
2565 | fi | |
42ecbf5e DJ |
2566 | |
2567 | fi | |
81ecdfbb RW |
2568 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5 |
2569 | $as_echo "$ac_cv_target" >&6; } | |
2570 | case $ac_cv_target in | |
2571 | *-*-*) ;; | |
2572 | *) as_fn_error "invalid value of canonical target" "$LINENO" 5;; | |
2573 | esac | |
42ecbf5e | 2574 | target=$ac_cv_target |
81ecdfbb RW |
2575 | ac_save_IFS=$IFS; IFS='-' |
2576 | set x $ac_cv_target | |
2577 | shift | |
2578 | target_cpu=$1 | |
2579 | target_vendor=$2 | |
2580 | shift; shift | |
2581 | # Remember, the first character of IFS is used to create $*, | |
2582 | # except with old shells: | |
2583 | target_os=$* | |
2584 | IFS=$ac_save_IFS | |
2585 | case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac | |
42ecbf5e DJ |
2586 | |
2587 | ||
2588 | # The aliases save the names the user supplied, while $host etc. | |
2589 | # will get canonicalized. | |
2590 | test -n "$target_alias" && | |
2591 | test "$program_prefix$program_suffix$program_transform_name" = \ | |
2592 | NONENONEs,x,x, && | |
2593 | program_prefix=${target_alias}- | |
2594 | ac_ext=c | |
2595 | ac_cpp='$CPP $CPPFLAGS' | |
2596 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
2597 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
2598 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
2599 | if test -n "$ac_tool_prefix"; then | |
2600 | # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. | |
2601 | set dummy ${ac_tool_prefix}gcc; ac_word=$2 | |
81ecdfbb RW |
2602 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
2603 | $as_echo_n "checking for $ac_word... " >&6; } | |
2604 | if test "${ac_cv_prog_CC+set}" = set; then : | |
2605 | $as_echo_n "(cached) " >&6 | |
42ecbf5e DJ |
2606 | else |
2607 | if test -n "$CC"; then | |
2608 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
2609 | else | |
2610 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
2611 | for as_dir in $PATH | |
2612 | do | |
2613 | IFS=$as_save_IFS | |
2614 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
2615 | for ac_exec_ext in '' $ac_executable_extensions; do |
2616 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
42ecbf5e | 2617 | ac_cv_prog_CC="${ac_tool_prefix}gcc" |
81ecdfbb | 2618 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
42ecbf5e DJ |
2619 | break 2 |
2620 | fi | |
2621 | done | |
81ecdfbb RW |
2622 | done |
2623 | IFS=$as_save_IFS | |
42ecbf5e DJ |
2624 | |
2625 | fi | |
2626 | fi | |
2627 | CC=$ac_cv_prog_CC | |
2628 | if test -n "$CC"; then | |
81ecdfbb RW |
2629 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 |
2630 | $as_echo "$CC" >&6; } | |
42ecbf5e | 2631 | else |
81ecdfbb RW |
2632 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
2633 | $as_echo "no" >&6; } | |
42ecbf5e DJ |
2634 | fi |
2635 | ||
81ecdfbb | 2636 | |
42ecbf5e DJ |
2637 | fi |
2638 | if test -z "$ac_cv_prog_CC"; then | |
2639 | ac_ct_CC=$CC | |
2640 | # Extract the first word of "gcc", so it can be a program name with args. | |
2641 | set dummy gcc; ac_word=$2 | |
81ecdfbb RW |
2642 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
2643 | $as_echo_n "checking for $ac_word... " >&6; } | |
2644 | if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : | |
2645 | $as_echo_n "(cached) " >&6 | |
42ecbf5e DJ |
2646 | else |
2647 | if test -n "$ac_ct_CC"; then | |
2648 | ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. | |
2649 | else | |
2650 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
2651 | for as_dir in $PATH | |
2652 | do | |
2653 | IFS=$as_save_IFS | |
2654 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
2655 | for ac_exec_ext in '' $ac_executable_extensions; do |
2656 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
42ecbf5e | 2657 | ac_cv_prog_ac_ct_CC="gcc" |
81ecdfbb | 2658 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
42ecbf5e DJ |
2659 | break 2 |
2660 | fi | |
2661 | done | |
81ecdfbb RW |
2662 | done |
2663 | IFS=$as_save_IFS | |
42ecbf5e DJ |
2664 | |
2665 | fi | |
2666 | fi | |
2667 | ac_ct_CC=$ac_cv_prog_ac_ct_CC | |
2668 | if test -n "$ac_ct_CC"; then | |
81ecdfbb RW |
2669 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 |
2670 | $as_echo "$ac_ct_CC" >&6; } | |
42ecbf5e | 2671 | else |
81ecdfbb RW |
2672 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
2673 | $as_echo "no" >&6; } | |
42ecbf5e DJ |
2674 | fi |
2675 | ||
81ecdfbb RW |
2676 | if test "x$ac_ct_CC" = x; then |
2677 | CC="" | |
2678 | else | |
2679 | case $cross_compiling:$ac_tool_warned in | |
2680 | yes:) | |
2681 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
2682 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
2683 | ac_tool_warned=yes ;; | |
2684 | esac | |
2685 | CC=$ac_ct_CC | |
2686 | fi | |
42ecbf5e DJ |
2687 | else |
2688 | CC="$ac_cv_prog_CC" | |
2689 | fi | |
2690 | ||
2691 | if test -z "$CC"; then | |
81ecdfbb RW |
2692 | if test -n "$ac_tool_prefix"; then |
2693 | # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. | |
42ecbf5e | 2694 | set dummy ${ac_tool_prefix}cc; ac_word=$2 |
81ecdfbb RW |
2695 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
2696 | $as_echo_n "checking for $ac_word... " >&6; } | |
2697 | if test "${ac_cv_prog_CC+set}" = set; then : | |
2698 | $as_echo_n "(cached) " >&6 | |
42ecbf5e DJ |
2699 | else |
2700 | if test -n "$CC"; then | |
2701 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
2702 | else | |
2703 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
2704 | for as_dir in $PATH | |
2705 | do | |
2706 | IFS=$as_save_IFS | |
2707 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
2708 | for ac_exec_ext in '' $ac_executable_extensions; do |
2709 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
42ecbf5e | 2710 | ac_cv_prog_CC="${ac_tool_prefix}cc" |
81ecdfbb | 2711 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
42ecbf5e DJ |
2712 | break 2 |
2713 | fi | |
2714 | done | |
81ecdfbb RW |
2715 | done |
2716 | IFS=$as_save_IFS | |
42ecbf5e DJ |
2717 | |
2718 | fi | |
2719 | fi | |
2720 | CC=$ac_cv_prog_CC | |
2721 | if test -n "$CC"; then | |
81ecdfbb RW |
2722 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 |
2723 | $as_echo "$CC" >&6; } | |
42ecbf5e | 2724 | else |
81ecdfbb RW |
2725 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
2726 | $as_echo "no" >&6; } | |
42ecbf5e DJ |
2727 | fi |
2728 | ||
42ecbf5e | 2729 | |
81ecdfbb | 2730 | fi |
42ecbf5e DJ |
2731 | fi |
2732 | if test -z "$CC"; then | |
2733 | # Extract the first word of "cc", so it can be a program name with args. | |
2734 | set dummy cc; ac_word=$2 | |
81ecdfbb RW |
2735 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
2736 | $as_echo_n "checking for $ac_word... " >&6; } | |
2737 | if test "${ac_cv_prog_CC+set}" = set; then : | |
2738 | $as_echo_n "(cached) " >&6 | |
42ecbf5e DJ |
2739 | else |
2740 | if test -n "$CC"; then | |
2741 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
2742 | else | |
2743 | ac_prog_rejected=no | |
2744 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
2745 | for as_dir in $PATH | |
2746 | do | |
2747 | IFS=$as_save_IFS | |
2748 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
2749 | for ac_exec_ext in '' $ac_executable_extensions; do |
2750 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
42ecbf5e DJ |
2751 | if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then |
2752 | ac_prog_rejected=yes | |
2753 | continue | |
2754 | fi | |
2755 | ac_cv_prog_CC="cc" | |
81ecdfbb | 2756 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
42ecbf5e DJ |
2757 | break 2 |
2758 | fi | |
2759 | done | |
81ecdfbb RW |
2760 | done |
2761 | IFS=$as_save_IFS | |
42ecbf5e DJ |
2762 | |
2763 | if test $ac_prog_rejected = yes; then | |
2764 | # We found a bogon in the path, so make sure we never use it. | |
2765 | set dummy $ac_cv_prog_CC | |
2766 | shift | |
2767 | if test $# != 0; then | |
2768 | # We chose a different compiler from the bogus one. | |
2769 | # However, it has the same basename, so the bogon will be chosen | |
2770 | # first if we set CC to just the basename; use the full file name. | |
2771 | shift | |
2772 | ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" | |
2773 | fi | |
2774 | fi | |
2775 | fi | |
2776 | fi | |
2777 | CC=$ac_cv_prog_CC | |
2778 | if test -n "$CC"; then | |
81ecdfbb RW |
2779 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 |
2780 | $as_echo "$CC" >&6; } | |
42ecbf5e | 2781 | else |
81ecdfbb RW |
2782 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
2783 | $as_echo "no" >&6; } | |
42ecbf5e DJ |
2784 | fi |
2785 | ||
81ecdfbb | 2786 | |
42ecbf5e DJ |
2787 | fi |
2788 | if test -z "$CC"; then | |
2789 | if test -n "$ac_tool_prefix"; then | |
81ecdfbb | 2790 | for ac_prog in cl.exe |
42ecbf5e DJ |
2791 | do |
2792 | # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. | |
2793 | set dummy $ac_tool_prefix$ac_prog; ac_word=$2 | |
81ecdfbb RW |
2794 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
2795 | $as_echo_n "checking for $ac_word... " >&6; } | |
2796 | if test "${ac_cv_prog_CC+set}" = set; then : | |
2797 | $as_echo_n "(cached) " >&6 | |
42ecbf5e DJ |
2798 | else |
2799 | if test -n "$CC"; then | |
2800 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
2801 | else | |
2802 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
2803 | for as_dir in $PATH | |
2804 | do | |
2805 | IFS=$as_save_IFS | |
2806 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
2807 | for ac_exec_ext in '' $ac_executable_extensions; do |
2808 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
42ecbf5e | 2809 | ac_cv_prog_CC="$ac_tool_prefix$ac_prog" |
81ecdfbb | 2810 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
42ecbf5e DJ |
2811 | break 2 |
2812 | fi | |
2813 | done | |
81ecdfbb RW |
2814 | done |
2815 | IFS=$as_save_IFS | |
42ecbf5e DJ |
2816 | |
2817 | fi | |
2818 | fi | |
2819 | CC=$ac_cv_prog_CC | |
2820 | if test -n "$CC"; then | |
81ecdfbb RW |
2821 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 |
2822 | $as_echo "$CC" >&6; } | |
42ecbf5e | 2823 | else |
81ecdfbb RW |
2824 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
2825 | $as_echo "no" >&6; } | |
42ecbf5e DJ |
2826 | fi |
2827 | ||
81ecdfbb | 2828 | |
42ecbf5e DJ |
2829 | test -n "$CC" && break |
2830 | done | |
2831 | fi | |
2832 | if test -z "$CC"; then | |
2833 | ac_ct_CC=$CC | |
81ecdfbb | 2834 | for ac_prog in cl.exe |
42ecbf5e DJ |
2835 | do |
2836 | # Extract the first word of "$ac_prog", so it can be a program name with args. | |
2837 | set dummy $ac_prog; ac_word=$2 | |
81ecdfbb RW |
2838 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
2839 | $as_echo_n "checking for $ac_word... " >&6; } | |
2840 | if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : | |
2841 | $as_echo_n "(cached) " >&6 | |
42ecbf5e DJ |
2842 | else |
2843 | if test -n "$ac_ct_CC"; then | |
2844 | ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. | |
2845 | else | |
2846 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
2847 | for as_dir in $PATH | |
2848 | do | |
2849 | IFS=$as_save_IFS | |
2850 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
2851 | for ac_exec_ext in '' $ac_executable_extensions; do |
2852 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
42ecbf5e | 2853 | ac_cv_prog_ac_ct_CC="$ac_prog" |
81ecdfbb | 2854 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
42ecbf5e DJ |
2855 | break 2 |
2856 | fi | |
2857 | done | |
81ecdfbb RW |
2858 | done |
2859 | IFS=$as_save_IFS | |
42ecbf5e DJ |
2860 | |
2861 | fi | |
2862 | fi | |
2863 | ac_ct_CC=$ac_cv_prog_ac_ct_CC | |
2864 | if test -n "$ac_ct_CC"; then | |
81ecdfbb RW |
2865 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 |
2866 | $as_echo "$ac_ct_CC" >&6; } | |
42ecbf5e | 2867 | else |
81ecdfbb RW |
2868 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
2869 | $as_echo "no" >&6; } | |
42ecbf5e DJ |
2870 | fi |
2871 | ||
81ecdfbb | 2872 | |
42ecbf5e DJ |
2873 | test -n "$ac_ct_CC" && break |
2874 | done | |
2875 | ||
81ecdfbb RW |
2876 | if test "x$ac_ct_CC" = x; then |
2877 | CC="" | |
2878 | else | |
2879 | case $cross_compiling:$ac_tool_warned in | |
2880 | yes:) | |
2881 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
2882 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
2883 | ac_tool_warned=yes ;; | |
2884 | esac | |
2885 | CC=$ac_ct_CC | |
2886 | fi | |
42ecbf5e DJ |
2887 | fi |
2888 | ||
2889 | fi | |
2890 | ||
2891 | ||
81ecdfbb RW |
2892 | test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
2893 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
2894 | as_fn_error "no acceptable C compiler found in \$PATH | |
2895 | See \`config.log' for more details." "$LINENO" 5; } | |
42ecbf5e DJ |
2896 | |
2897 | # Provide some information about the compiler. | |
81ecdfbb RW |
2898 | $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 |
2899 | set X $ac_compile | |
2900 | ac_compiler=$2 | |
2901 | for ac_option in --version -v -V -qversion; do | |
2902 | { { ac_try="$ac_compiler $ac_option >&5" | |
2903 | case "(($ac_try" in | |
2904 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
2905 | *) ac_try_echo=$ac_try;; | |
2906 | esac | |
2907 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
2908 | $as_echo "$ac_try_echo"; } >&5 | |
2909 | (eval "$ac_compiler $ac_option >&5") 2>conftest.err | |
42ecbf5e | 2910 | ac_status=$? |
81ecdfbb RW |
2911 | if test -s conftest.err; then |
2912 | sed '10a\ | |
2913 | ... rest of stderr output deleted ... | |
2914 | 10q' conftest.err >conftest.er1 | |
2915 | cat conftest.er1 >&5 | |
2916 | rm -f conftest.er1 conftest.err | |
2917 | fi | |
2918 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
2919 | test $ac_status = 0; } | |
2920 | done | |
42ecbf5e | 2921 | |
81ecdfbb | 2922 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
42ecbf5e DJ |
2923 | /* end confdefs.h. */ |
2924 | ||
2925 | int | |
2926 | main () | |
2927 | { | |
2928 | ||
2929 | ; | |
2930 | return 0; | |
2931 | } | |
2932 | _ACEOF | |
2933 | ac_clean_files_save=$ac_clean_files | |
81ecdfbb | 2934 | ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out" |
42ecbf5e DJ |
2935 | # Try to create an executable without -o first, disregard a.out. |
2936 | # It will help us diagnose broken compilers, and finding out an intuition | |
2937 | # of exeext. | |
81ecdfbb RW |
2938 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 |
2939 | $as_echo_n "checking for C compiler default output file name... " >&6; } | |
2940 | ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` | |
2941 | ||
2942 | # The possible output files: | |
2943 | ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" | |
2944 | ||
2945 | ac_rmfiles= | |
2946 | for ac_file in $ac_files | |
2947 | do | |
2948 | case $ac_file in | |
2949 | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; | |
2950 | * ) ac_rmfiles="$ac_rmfiles $ac_file";; | |
2951 | esac | |
2952 | done | |
2953 | rm -f $ac_rmfiles | |
2954 | ||
2955 | if { { ac_try="$ac_link_default" | |
2956 | case "(($ac_try" in | |
2957 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
2958 | *) ac_try_echo=$ac_try;; | |
2959 | esac | |
2960 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
2961 | $as_echo "$ac_try_echo"; } >&5 | |
2962 | (eval "$ac_link_default") 2>&5 | |
2963 | ac_status=$? | |
2964 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
2965 | test $ac_status = 0; }; then : | |
2966 | # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. | |
2967 | # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' | |
2968 | # in a Makefile. We should not override ac_cv_exeext if it was cached, | |
2969 | # so that the user can short-circuit this test for compilers unknown to | |
2970 | # Autoconf. | |
2971 | for ac_file in $ac_files '' | |
42ecbf5e DJ |
2972 | do |
2973 | test -f "$ac_file" || continue | |
2974 | case $ac_file in | |
81ecdfbb | 2975 | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) |
42ecbf5e DJ |
2976 | ;; |
2977 | [ab].out ) | |
2978 | # We found the default executable, but exeext='' is most | |
2979 | # certainly right. | |
2980 | break;; | |
2981 | *.* ) | |
81ecdfbb RW |
2982 | if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; |
2983 | then :; else | |
2984 | ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` | |
2985 | fi | |
2986 | # We set ac_cv_exeext here because the later test for it is not | |
2987 | # safe: cross compilers may not add the suffix if given an `-o' | |
2988 | # argument, so we may need to know it at that point already. | |
2989 | # Even if this section looks crufty: it has the advantage of | |
2990 | # actually working. | |
42ecbf5e DJ |
2991 | break;; |
2992 | * ) | |
2993 | break;; | |
2994 | esac | |
2995 | done | |
81ecdfbb RW |
2996 | test "$ac_cv_exeext" = no && ac_cv_exeext= |
2997 | ||
42ecbf5e | 2998 | else |
81ecdfbb RW |
2999 | ac_file='' |
3000 | fi | |
3001 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 | |
3002 | $as_echo "$ac_file" >&6; } | |
3003 | if test -z "$ac_file"; then : | |
3004 | $as_echo "$as_me: failed program was:" >&5 | |
42ecbf5e DJ |
3005 | sed 's/^/| /' conftest.$ac_ext >&5 |
3006 | ||
81ecdfbb RW |
3007 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
3008 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
3009 | { as_fn_set_status 77 | |
3010 | as_fn_error "C compiler cannot create executables | |
3011 | See \`config.log' for more details." "$LINENO" 5; }; } | |
42ecbf5e | 3012 | fi |
42ecbf5e | 3013 | ac_exeext=$ac_cv_exeext |
42ecbf5e | 3014 | |
81ecdfbb | 3015 | # Check that the compiler produces executables we can run. If not, either |
42ecbf5e | 3016 | # the compiler is broken, or we cross compile. |
81ecdfbb RW |
3017 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 |
3018 | $as_echo_n "checking whether the C compiler works... " >&6; } | |
42ecbf5e DJ |
3019 | # If not cross compiling, check that we can run a simple program. |
3020 | if test "$cross_compiling" != yes; then | |
3021 | if { ac_try='./$ac_file' | |
81ecdfbb RW |
3022 | { { case "(($ac_try" in |
3023 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
3024 | *) ac_try_echo=$ac_try;; | |
3025 | esac | |
3026 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
3027 | $as_echo "$ac_try_echo"; } >&5 | |
3028 | (eval "$ac_try") 2>&5 | |
42ecbf5e | 3029 | ac_status=$? |
81ecdfbb RW |
3030 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
3031 | test $ac_status = 0; }; }; then | |
42ecbf5e DJ |
3032 | cross_compiling=no |
3033 | else | |
3034 | if test "$cross_compiling" = maybe; then | |
3035 | cross_compiling=yes | |
3036 | else | |
81ecdfbb RW |
3037 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
3038 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
3039 | as_fn_error "cannot run C compiled programs. | |
42ecbf5e | 3040 | If you meant to cross compile, use \`--host'. |
81ecdfbb | 3041 | See \`config.log' for more details." "$LINENO" 5; } |
42ecbf5e DJ |
3042 | fi |
3043 | fi | |
3044 | fi | |
81ecdfbb RW |
3045 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
3046 | $as_echo "yes" >&6; } | |
42ecbf5e | 3047 | |
81ecdfbb | 3048 | rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out |
42ecbf5e | 3049 | ac_clean_files=$ac_clean_files_save |
81ecdfbb | 3050 | # Check that the compiler produces executables we can run. If not, either |
42ecbf5e | 3051 | # the compiler is broken, or we cross compile. |
81ecdfbb RW |
3052 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 |
3053 | $as_echo_n "checking whether we are cross compiling... " >&6; } | |
3054 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 | |
3055 | $as_echo "$cross_compiling" >&6; } | |
3056 | ||
3057 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 | |
3058 | $as_echo_n "checking for suffix of executables... " >&6; } | |
3059 | if { { ac_try="$ac_link" | |
3060 | case "(($ac_try" in | |
3061 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
3062 | *) ac_try_echo=$ac_try;; | |
3063 | esac | |
3064 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
3065 | $as_echo "$ac_try_echo"; } >&5 | |
3066 | (eval "$ac_link") 2>&5 | |
42ecbf5e | 3067 | ac_status=$? |
81ecdfbb RW |
3068 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
3069 | test $ac_status = 0; }; then : | |
42ecbf5e DJ |
3070 | # If both `conftest.exe' and `conftest' are `present' (well, observable) |
3071 | # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will | |
3072 | # work properly (i.e., refer to `conftest.exe'), while it won't with | |
3073 | # `rm'. | |
3074 | for ac_file in conftest.exe conftest conftest.*; do | |
3075 | test -f "$ac_file" || continue | |
3076 | case $ac_file in | |
81ecdfbb | 3077 | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; |
42ecbf5e | 3078 | *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` |
42ecbf5e DJ |
3079 | break;; |
3080 | * ) break;; | |
3081 | esac | |
3082 | done | |
3083 | else | |
81ecdfbb RW |
3084 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
3085 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
3086 | as_fn_error "cannot compute suffix of executables: cannot compile and link | |
3087 | See \`config.log' for more details." "$LINENO" 5; } | |
42ecbf5e | 3088 | fi |
42ecbf5e | 3089 | rm -f conftest$ac_cv_exeext |
81ecdfbb RW |
3090 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 |
3091 | $as_echo "$ac_cv_exeext" >&6; } | |
42ecbf5e DJ |
3092 | |
3093 | rm -f conftest.$ac_ext | |
3094 | EXEEXT=$ac_cv_exeext | |
3095 | ac_exeext=$EXEEXT | |
81ecdfbb RW |
3096 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 |
3097 | $as_echo_n "checking for suffix of object files... " >&6; } | |
3098 | if test "${ac_cv_objext+set}" = set; then : | |
3099 | $as_echo_n "(cached) " >&6 | |
42ecbf5e | 3100 | else |
81ecdfbb | 3101 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
42ecbf5e DJ |
3102 | /* end confdefs.h. */ |
3103 | ||
3104 | int | |
3105 | main () | |
3106 | { | |
3107 | ||
3108 | ; | |
3109 | return 0; | |
3110 | } | |
3111 | _ACEOF | |
3112 | rm -f conftest.o conftest.obj | |
81ecdfbb RW |
3113 | if { { ac_try="$ac_compile" |
3114 | case "(($ac_try" in | |
3115 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
3116 | *) ac_try_echo=$ac_try;; | |
3117 | esac | |
3118 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
3119 | $as_echo "$ac_try_echo"; } >&5 | |
3120 | (eval "$ac_compile") 2>&5 | |
3121 | ac_status=$? | |
3122 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
3123 | test $ac_status = 0; }; then : | |
3124 | for ac_file in conftest.o conftest.obj conftest.*; do | |
3125 | test -f "$ac_file" || continue; | |
42ecbf5e | 3126 | case $ac_file in |
81ecdfbb | 3127 | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; |
42ecbf5e DJ |
3128 | *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` |
3129 | break;; | |
3130 | esac | |
3131 | done | |
3132 | else | |
81ecdfbb | 3133 | $as_echo "$as_me: failed program was:" >&5 |
42ecbf5e DJ |
3134 | sed 's/^/| /' conftest.$ac_ext >&5 |
3135 | ||
81ecdfbb RW |
3136 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
3137 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
3138 | as_fn_error "cannot compute suffix of object files: cannot compile | |
3139 | See \`config.log' for more details." "$LINENO" 5; } | |
42ecbf5e | 3140 | fi |
42ecbf5e DJ |
3141 | rm -f conftest.$ac_cv_objext conftest.$ac_ext |
3142 | fi | |
81ecdfbb RW |
3143 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 |
3144 | $as_echo "$ac_cv_objext" >&6; } | |
42ecbf5e DJ |
3145 | OBJEXT=$ac_cv_objext |
3146 | ac_objext=$OBJEXT | |
81ecdfbb RW |
3147 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 |
3148 | $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } | |
3149 | if test "${ac_cv_c_compiler_gnu+set}" = set; then : | |
3150 | $as_echo_n "(cached) " >&6 | |
42ecbf5e | 3151 | else |
81ecdfbb | 3152 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
42ecbf5e DJ |
3153 | /* end confdefs.h. */ |
3154 | ||
3155 | int | |
3156 | main () | |
3157 | { | |
3158 | #ifndef __GNUC__ | |
3159 | choke me | |
3160 | #endif | |
3161 | ||
3162 | ; | |
3163 | return 0; | |
3164 | } | |
3165 | _ACEOF | |
81ecdfbb | 3166 | if ac_fn_c_try_compile "$LINENO"; then : |
42ecbf5e DJ |
3167 | ac_compiler_gnu=yes |
3168 | else | |
81ecdfbb | 3169 | ac_compiler_gnu=no |
42ecbf5e | 3170 | fi |
81ecdfbb | 3171 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
42ecbf5e DJ |
3172 | ac_cv_c_compiler_gnu=$ac_compiler_gnu |
3173 | ||
3174 | fi | |
81ecdfbb RW |
3175 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 |
3176 | $as_echo "$ac_cv_c_compiler_gnu" >&6; } | |
3177 | if test $ac_compiler_gnu = yes; then | |
3178 | GCC=yes | |
3179 | else | |
3180 | GCC= | |
3181 | fi | |
42ecbf5e DJ |
3182 | ac_test_CFLAGS=${CFLAGS+set} |
3183 | ac_save_CFLAGS=$CFLAGS | |
81ecdfbb RW |
3184 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 |
3185 | $as_echo_n "checking whether $CC accepts -g... " >&6; } | |
3186 | if test "${ac_cv_prog_cc_g+set}" = set; then : | |
3187 | $as_echo_n "(cached) " >&6 | |
3188 | else | |
3189 | ac_save_c_werror_flag=$ac_c_werror_flag | |
3190 | ac_c_werror_flag=yes | |
3191 | ac_cv_prog_cc_g=no | |
3192 | CFLAGS="-g" | |
3193 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
42ecbf5e DJ |
3194 | /* end confdefs.h. */ |
3195 | ||
3196 | int | |
3197 | main () | |
3198 | { | |
3199 | ||
3200 | ; | |
3201 | return 0; | |
3202 | } | |
3203 | _ACEOF | |
81ecdfbb | 3204 | if ac_fn_c_try_compile "$LINENO"; then : |
42ecbf5e DJ |
3205 | ac_cv_prog_cc_g=yes |
3206 | else | |
81ecdfbb RW |
3207 | CFLAGS="" |
3208 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
3209 | /* end confdefs.h. */ | |
3210 | ||
3211 | int | |
3212 | main () | |
3213 | { | |
3214 | ||
3215 | ; | |
3216 | return 0; | |
3217 | } | |
3218 | _ACEOF | |
3219 | if ac_fn_c_try_compile "$LINENO"; then : | |
3220 | ||
3221 | else | |
3222 | ac_c_werror_flag=$ac_save_c_werror_flag | |
3223 | CFLAGS="-g" | |
3224 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
3225 | /* end confdefs.h. */ | |
3226 | ||
3227 | int | |
3228 | main () | |
3229 | { | |
42ecbf5e | 3230 | |
81ecdfbb RW |
3231 | ; |
3232 | return 0; | |
3233 | } | |
3234 | _ACEOF | |
3235 | if ac_fn_c_try_compile "$LINENO"; then : | |
3236 | ac_cv_prog_cc_g=yes | |
3237 | fi | |
3238 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
3239 | fi | |
3240 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
42ecbf5e | 3241 | fi |
81ecdfbb RW |
3242 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
3243 | ac_c_werror_flag=$ac_save_c_werror_flag | |
42ecbf5e | 3244 | fi |
81ecdfbb RW |
3245 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 |
3246 | $as_echo "$ac_cv_prog_cc_g" >&6; } | |
42ecbf5e DJ |
3247 | if test "$ac_test_CFLAGS" = set; then |
3248 | CFLAGS=$ac_save_CFLAGS | |
3249 | elif test $ac_cv_prog_cc_g = yes; then | |
3250 | if test "$GCC" = yes; then | |
3251 | CFLAGS="-g -O2" | |
3252 | else | |
3253 | CFLAGS="-g" | |
3254 | fi | |
3255 | else | |
3256 | if test "$GCC" = yes; then | |
3257 | CFLAGS="-O2" | |
3258 | else | |
3259 | CFLAGS= | |
3260 | fi | |
3261 | fi | |
81ecdfbb RW |
3262 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 |
3263 | $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } | |
3264 | if test "${ac_cv_prog_cc_c89+set}" = set; then : | |
3265 | $as_echo_n "(cached) " >&6 | |
42ecbf5e | 3266 | else |
81ecdfbb | 3267 | ac_cv_prog_cc_c89=no |
42ecbf5e | 3268 | ac_save_CC=$CC |
81ecdfbb | 3269 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
42ecbf5e DJ |
3270 | /* end confdefs.h. */ |
3271 | #include <stdarg.h> | |
3272 | #include <stdio.h> | |
3273 | #include <sys/types.h> | |
3274 | #include <sys/stat.h> | |
3275 | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | |
3276 | struct buf { int x; }; | |
3277 | FILE * (*rcsopen) (struct buf *, struct stat *, int); | |
3278 | static char *e (p, i) | |
3279 | char **p; | |
3280 | int i; | |
3281 | { | |
3282 | return p[i]; | |
3283 | } | |
3284 | static char *f (char * (*g) (char **, int), char **p, ...) | |
3285 | { | |
3286 | char *s; | |
3287 | va_list v; | |
3288 | va_start (v,p); | |
3289 | s = g (p, va_arg (v,int)); | |
3290 | va_end (v); | |
3291 | return s; | |
3292 | } | |
3293 | ||
3294 | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | |
3295 | function prototypes and stuff, but not '\xHH' hex character constants. | |
3296 | These don't provoke an error unfortunately, instead are silently treated | |
81ecdfbb | 3297 | as 'x'. The following induces an error, until -std is added to get |
42ecbf5e DJ |
3298 | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an |
3299 | array size at least. It's necessary to write '\x00'==0 to get something | |
81ecdfbb | 3300 | that's true only with -std. */ |
42ecbf5e DJ |
3301 | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; |
3302 | ||
81ecdfbb RW |
3303 | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters |
3304 | inside strings and character constants. */ | |
3305 | #define FOO(x) 'x' | |
3306 | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; | |
3307 | ||
42ecbf5e DJ |
3308 | int test (int i, double x); |
3309 | struct s1 {int (*f) (int a);}; | |
3310 | struct s2 {int (*f) (double a);}; | |
3311 | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | |
3312 | int argc; | |
3313 | char **argv; | |
3314 | int | |
3315 | main () | |
3316 | { | |
3317 | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | |
3318 | ; | |
3319 | return 0; | |
3320 | } | |
3321 | _ACEOF | |
81ecdfbb RW |
3322 | for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ |
3323 | -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" | |
42ecbf5e DJ |
3324 | do |
3325 | CC="$ac_save_CC $ac_arg" | |
81ecdfbb RW |
3326 | if ac_fn_c_try_compile "$LINENO"; then : |
3327 | ac_cv_prog_cc_c89=$ac_arg | |
42ecbf5e | 3328 | fi |
81ecdfbb RW |
3329 | rm -f core conftest.err conftest.$ac_objext |
3330 | test "x$ac_cv_prog_cc_c89" != "xno" && break | |
42ecbf5e | 3331 | done |
81ecdfbb | 3332 | rm -f conftest.$ac_ext |
42ecbf5e DJ |
3333 | CC=$ac_save_CC |
3334 | ||
3335 | fi | |
81ecdfbb RW |
3336 | # AC_CACHE_VAL |
3337 | case "x$ac_cv_prog_cc_c89" in | |
3338 | x) | |
3339 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 | |
3340 | $as_echo "none needed" >&6; } ;; | |
3341 | xno) | |
3342 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 | |
3343 | $as_echo "unsupported" >&6; } ;; | |
42ecbf5e | 3344 | *) |
81ecdfbb RW |
3345 | CC="$CC $ac_cv_prog_cc_c89" |
3346 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 | |
3347 | $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; | |
42ecbf5e | 3348 | esac |
81ecdfbb | 3349 | if test "x$ac_cv_prog_cc_c89" != xno; then : |
42ecbf5e | 3350 | |
42ecbf5e DJ |
3351 | fi |
3352 | ||
42ecbf5e DJ |
3353 | ac_ext=c |
3354 | ac_cpp='$CPP $CPPFLAGS' | |
3355 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
3356 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
3357 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
3358 | ||
3359 | ||
81ecdfbb RW |
3360 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5 |
3361 | $as_echo_n "checking for library containing strerror... " >&6; } | |
3362 | if test "${ac_cv_search_strerror+set}" = set; then : | |
3363 | $as_echo_n "(cached) " >&6 | |
42ecbf5e DJ |
3364 | else |
3365 | ac_func_search_save_LIBS=$LIBS | |
81ecdfbb | 3366 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
42ecbf5e DJ |
3367 | /* end confdefs.h. */ |
3368 | ||
81ecdfbb RW |
3369 | /* Override any GCC internal prototype to avoid an error. |
3370 | Use char because int might match the return type of a GCC | |
3371 | builtin and then its argument prototype would still apply. */ | |
42ecbf5e DJ |
3372 | #ifdef __cplusplus |
3373 | extern "C" | |
3374 | #endif | |
42ecbf5e DJ |
3375 | char strerror (); |
3376 | int | |
3377 | main () | |
3378 | { | |
81ecdfbb | 3379 | return strerror (); |
42ecbf5e DJ |
3380 | ; |
3381 | return 0; | |
3382 | } | |
3383 | _ACEOF | |
81ecdfbb RW |
3384 | for ac_lib in '' cposix; do |
3385 | if test -z "$ac_lib"; then | |
3386 | ac_res="none required" | |
3387 | else | |
3388 | ac_res=-l$ac_lib | |
42ecbf5e | 3389 | LIBS="-l$ac_lib $ac_func_search_save_LIBS" |
81ecdfbb RW |
3390 | fi |
3391 | if ac_fn_c_try_link "$LINENO"; then : | |
3392 | ac_cv_search_strerror=$ac_res | |
3393 | fi | |
3394 | rm -f core conftest.err conftest.$ac_objext \ | |
3395 | conftest$ac_exeext | |
3396 | if test "${ac_cv_search_strerror+set}" = set; then : | |
3397 | break | |
3398 | fi | |
3399 | done | |
3400 | if test "${ac_cv_search_strerror+set}" = set; then : | |
42ecbf5e | 3401 | |
42ecbf5e | 3402 | else |
81ecdfbb | 3403 | ac_cv_search_strerror=no |
42ecbf5e | 3404 | fi |
81ecdfbb | 3405 | rm conftest.$ac_ext |
42ecbf5e DJ |
3406 | LIBS=$ac_func_search_save_LIBS |
3407 | fi | |
81ecdfbb RW |
3408 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5 |
3409 | $as_echo "$ac_cv_search_strerror" >&6; } | |
3410 | ac_res=$ac_cv_search_strerror | |
3411 | if test "$ac_res" != no; then : | |
3412 | test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" | |
42ecbf5e DJ |
3413 | |
3414 | fi | |
e5a52504 MM |
3415 | |
3416 | ||
3417 | BFD_VERSION=`sed -n -e 's/^.._INIT_AUTOMAKE.*,[ ]*\([^ ]*\)[ ]*).*/\1/p' < ${srcdir}/../bfd/configure.in` | |
81ecdfbb RW |
3418 | am__api_version='1.11' |
3419 | ||
e5a52504 MM |
3420 | # Find a good install program. We prefer a C program (faster), |
3421 | # so one script is as good as another. But avoid the broken or | |
3422 | # incompatible versions: | |
3423 | # SysV /etc/install, /usr/sbin/install | |
3424 | # SunOS /usr/etc/install | |
3425 | # IRIX /sbin/install | |
3426 | # AIX /bin/install | |
42ecbf5e | 3427 | # AmigaOS /C/install, which installs bootblocks on floppy discs |
e5a52504 MM |
3428 | # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag |
3429 | # AFS /usr/afsws/bin/install, which mishandles nonexistent args | |
3430 | # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" | |
42ecbf5e | 3431 | # OS/2's system install, which has a completely different semantic |
e5a52504 | 3432 | # ./install, which can be erroneously created by make from ./install.sh. |
58c85be7 | 3433 | # Reject install programs that cannot install multiple files. |
81ecdfbb RW |
3434 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 |
3435 | $as_echo_n "checking for a BSD-compatible install... " >&6; } | |
e5a52504 | 3436 | if test -z "$INSTALL"; then |
81ecdfbb RW |
3437 | if test "${ac_cv_path_install+set}" = set; then : |
3438 | $as_echo_n "(cached) " >&6 | |
e5a52504 | 3439 | else |
42ecbf5e DJ |
3440 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
3441 | for as_dir in $PATH | |
3442 | do | |
3443 | IFS=$as_save_IFS | |
3444 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
3445 | # Account for people who put trailing slashes in PATH elements. |
3446 | case $as_dir/ in #(( | |
3447 | ./ | .// | /[cC]/* | \ | |
42ecbf5e | 3448 | /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ |
81ecdfbb | 3449 | ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ |
42ecbf5e DJ |
3450 | /usr/ucb/* ) ;; |
3451 | *) | |
3452 | # OSF1 and SCO ODT 3.0 have their own names for install. | |
3453 | # Don't use installbsd from OSF since it installs stuff as root | |
3454 | # by default. | |
3455 | for ac_prog in ginstall scoinst install; do | |
3456 | for ac_exec_ext in '' $ac_executable_extensions; do | |
81ecdfbb | 3457 | if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then |
252b5132 | 3458 | if test $ac_prog = install && |
42ecbf5e | 3459 | grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then |
252b5132 RH |
3460 | # AIX install. It has an incompatible calling convention. |
3461 | : | |
42ecbf5e DJ |
3462 | elif test $ac_prog = install && |
3463 | grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then | |
3464 | # program-specific install script used by HP pwplus--don't use. | |
3465 | : | |
252b5132 | 3466 | else |
58c85be7 RW |
3467 | rm -rf conftest.one conftest.two conftest.dir |
3468 | echo one > conftest.one | |
3469 | echo two > conftest.two | |
3470 | mkdir conftest.dir | |
3471 | if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && | |
3472 | test -s conftest.one && test -s conftest.two && | |
3473 | test -s conftest.dir/conftest.one && | |
3474 | test -s conftest.dir/conftest.two | |
3475 | then | |
3476 | ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" | |
3477 | break 3 | |
3478 | fi | |
252b5132 RH |
3479 | fi |
3480 | fi | |
3481 | done | |
42ecbf5e DJ |
3482 | done |
3483 | ;; | |
3484 | esac | |
81ecdfbb RW |
3485 | |
3486 | done | |
3487 | IFS=$as_save_IFS | |
42ecbf5e | 3488 | |
58c85be7 | 3489 | rm -rf conftest.one conftest.two conftest.dir |
252b5132 RH |
3490 | |
3491 | fi | |
3492 | if test "${ac_cv_path_install+set}" = set; then | |
42ecbf5e | 3493 | INSTALL=$ac_cv_path_install |
252b5132 | 3494 | else |
58c85be7 RW |
3495 | # As a last resort, use the slow shell script. Don't cache a |
3496 | # value for INSTALL within a source directory, because that will | |
252b5132 | 3497 | # break other packages using the cache if that directory is |
58c85be7 | 3498 | # removed, or if the value is a relative name. |
42ecbf5e | 3499 | INSTALL=$ac_install_sh |
252b5132 RH |
3500 | fi |
3501 | fi | |
81ecdfbb RW |
3502 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 |
3503 | $as_echo "$INSTALL" >&6; } | |
252b5132 RH |
3504 | |
3505 | # Use test -z because SunOS4 sh mishandles braces in ${var-val}. | |
3506 | # It thinks the first close brace ends the variable substitution. | |
3507 | test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' | |
3508 | ||
42ecbf5e | 3509 | test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' |
252b5132 RH |
3510 | |
3511 | test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' | |
3512 | ||
81ecdfbb RW |
3513 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 |
3514 | $as_echo_n "checking whether build environment is sane... " >&6; } | |
252b5132 RH |
3515 | # Just in case |
3516 | sleep 1 | |
42ecbf5e | 3517 | echo timestamp > conftest.file |
81ecdfbb RW |
3518 | # Reject unsafe characters in $srcdir or the absolute working directory |
3519 | # name. Accept space and tab only in the latter. | |
3520 | am_lf=' | |
3521 | ' | |
3522 | case `pwd` in | |
3523 | *[\\\"\#\$\&\'\`$am_lf]*) | |
3524 | as_fn_error "unsafe absolute working directory name" "$LINENO" 5;; | |
3525 | esac | |
3526 | case $srcdir in | |
3527 | *[\\\"\#\$\&\'\`$am_lf\ \ ]*) | |
3528 | as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; | |
3529 | esac | |
3530 | ||
252b5132 RH |
3531 | # Do `set' in a subshell so we don't clobber the current shell's |
3532 | # arguments. Must try -L first in case configure is actually a | |
3533 | # symlink; some systems play weird games with the mod time of symlinks | |
3534 | # (eg FreeBSD returns the mod time of the symlink's containing | |
3535 | # directory). | |
3536 | if ( | |
81ecdfbb | 3537 | set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` |
252b5132 RH |
3538 | if test "$*" = "X"; then |
3539 | # -L didn't work. | |
81ecdfbb | 3540 | set X `ls -t "$srcdir/configure" conftest.file` |
252b5132 | 3541 | fi |
42ecbf5e DJ |
3542 | rm -f conftest.file |
3543 | if test "$*" != "X $srcdir/configure conftest.file" \ | |
3544 | && test "$*" != "X conftest.file $srcdir/configure"; then | |
252b5132 RH |
3545 | |
3546 | # If neither matched, then we have a broken ls. This can happen | |
3547 | # if, for instance, CONFIG_SHELL is bash and it inherits a | |
3548 | # broken ls alias from the environment. This has actually | |
3549 | # happened. Such a system could not be considered "sane". | |
81ecdfbb RW |
3550 | as_fn_error "ls -t appears to fail. Make sure there is not a broken |
3551 | alias in your environment" "$LINENO" 5 | |
252b5132 RH |
3552 | fi |
3553 | ||
42ecbf5e | 3554 | test "$2" = conftest.file |
252b5132 RH |
3555 | ) |
3556 | then | |
3557 | # Ok. | |
3558 | : | |
3559 | else | |
81ecdfbb RW |
3560 | as_fn_error "newly created file is older than distributed files! |
3561 | Check your system clock" "$LINENO" 5 | |
252b5132 | 3562 | fi |
81ecdfbb RW |
3563 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
3564 | $as_echo "yes" >&6; } | |
252b5132 | 3565 | test "$program_prefix" != NONE && |
81ecdfbb | 3566 | program_transform_name="s&^&$program_prefix&;$program_transform_name" |
252b5132 RH |
3567 | # Use a double $ so make ignores it. |
3568 | test "$program_suffix" != NONE && | |
81ecdfbb RW |
3569 | program_transform_name="s&\$&$program_suffix&;$program_transform_name" |
3570 | # Double any \ or $. | |
42ecbf5e | 3571 | # By default was `s,x,x', remove it if useless. |
81ecdfbb RW |
3572 | ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' |
3573 | program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` | |
42ecbf5e DJ |
3574 | |
3575 | # expand $ac_aux_dir to an absolute path | |
3576 | am_aux_dir=`cd $ac_aux_dir && pwd` | |
3577 | ||
81ecdfbb RW |
3578 | if test x"${MISSING+set}" != xset; then |
3579 | case $am_aux_dir in | |
3580 | *\ * | *\ *) | |
3581 | MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; | |
3582 | *) | |
3583 | MISSING="\${SHELL} $am_aux_dir/missing" ;; | |
3584 | esac | |
3585 | fi | |
42ecbf5e DJ |
3586 | # Use eval to expand $SHELL |
3587 | if eval "$MISSING --run true"; then | |
3588 | am_missing_run="$MISSING --run " | |
3589 | else | |
3590 | am_missing_run= | |
81ecdfbb RW |
3591 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5 |
3592 | $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} | |
3593 | fi | |
3594 | ||
3595 | if test x"${install_sh}" != xset; then | |
3596 | case $am_aux_dir in | |
3597 | *\ * | *\ *) | |
3598 | install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; | |
3599 | *) | |
3600 | install_sh="\${SHELL} $am_aux_dir/install-sh" | |
3601 | esac | |
3602 | fi | |
3603 | ||
3604 | # Installed binaries are usually stripped using `strip' when the user | |
3605 | # run `make install-strip'. However `strip' might not be the right | |
3606 | # tool to use in cross-compilation environments, therefore Automake | |
3607 | # will honor the `STRIP' environment variable to overrule this program. | |
3608 | if test "$cross_compiling" != no; then | |
3609 | if test -n "$ac_tool_prefix"; then | |
3610 | # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. | |
3611 | set dummy ${ac_tool_prefix}strip; ac_word=$2 | |
3612 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | |
3613 | $as_echo_n "checking for $ac_word... " >&6; } | |
3614 | if test "${ac_cv_prog_STRIP+set}" = set; then : | |
3615 | $as_echo_n "(cached) " >&6 | |
3616 | else | |
3617 | if test -n "$STRIP"; then | |
3618 | ac_cv_prog_STRIP="$STRIP" # Let the user override the test. | |
3619 | else | |
3620 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
3621 | for as_dir in $PATH | |
3622 | do | |
3623 | IFS=$as_save_IFS | |
3624 | test -z "$as_dir" && as_dir=. | |
3625 | for ac_exec_ext in '' $ac_executable_extensions; do | |
3626 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
3627 | ac_cv_prog_STRIP="${ac_tool_prefix}strip" | |
3628 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
3629 | break 2 | |
3630 | fi | |
3631 | done | |
3632 | done | |
3633 | IFS=$as_save_IFS | |
3634 | ||
3635 | fi | |
3636 | fi | |
3637 | STRIP=$ac_cv_prog_STRIP | |
3638 | if test -n "$STRIP"; then | |
3639 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 | |
3640 | $as_echo "$STRIP" >&6; } | |
3641 | else | |
3642 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
3643 | $as_echo "no" >&6; } | |
3644 | fi | |
3645 | ||
3646 | ||
3647 | fi | |
3648 | if test -z "$ac_cv_prog_STRIP"; then | |
3649 | ac_ct_STRIP=$STRIP | |
3650 | # Extract the first word of "strip", so it can be a program name with args. | |
3651 | set dummy strip; ac_word=$2 | |
3652 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | |
3653 | $as_echo_n "checking for $ac_word... " >&6; } | |
3654 | if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then : | |
3655 | $as_echo_n "(cached) " >&6 | |
3656 | else | |
3657 | if test -n "$ac_ct_STRIP"; then | |
3658 | ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. | |
3659 | else | |
3660 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
3661 | for as_dir in $PATH | |
3662 | do | |
3663 | IFS=$as_save_IFS | |
3664 | test -z "$as_dir" && as_dir=. | |
3665 | for ac_exec_ext in '' $ac_executable_extensions; do | |
3666 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
3667 | ac_cv_prog_ac_ct_STRIP="strip" | |
3668 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
3669 | break 2 | |
3670 | fi | |
3671 | done | |
3672 | done | |
3673 | IFS=$as_save_IFS | |
3674 | ||
3675 | fi | |
3676 | fi | |
3677 | ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP | |
3678 | if test -n "$ac_ct_STRIP"; then | |
3679 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 | |
3680 | $as_echo "$ac_ct_STRIP" >&6; } | |
3681 | else | |
3682 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
3683 | $as_echo "no" >&6; } | |
3684 | fi | |
3685 | ||
3686 | if test "x$ac_ct_STRIP" = x; then | |
3687 | STRIP=":" | |
3688 | else | |
3689 | case $cross_compiling:$ac_tool_warned in | |
3690 | yes:) | |
3691 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
3692 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
3693 | ac_tool_warned=yes ;; | |
3694 | esac | |
3695 | STRIP=$ac_ct_STRIP | |
3696 | fi | |
3697 | else | |
3698 | STRIP="$ac_cv_prog_STRIP" | |
3699 | fi | |
3700 | ||
3701 | fi | |
3702 | INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" | |
3703 | ||
3704 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 | |
3705 | $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } | |
3706 | if test -z "$MKDIR_P"; then | |
3707 | if test "${ac_cv_path_mkdir+set}" = set; then : | |
3708 | $as_echo_n "(cached) " >&6 | |
3709 | else | |
3710 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
3711 | for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin | |
3712 | do | |
3713 | IFS=$as_save_IFS | |
3714 | test -z "$as_dir" && as_dir=. | |
3715 | for ac_prog in mkdir gmkdir; do | |
3716 | for ac_exec_ext in '' $ac_executable_extensions; do | |
3717 | { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue | |
3718 | case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( | |
3719 | 'mkdir (GNU coreutils) '* | \ | |
3720 | 'mkdir (coreutils) '* | \ | |
3721 | 'mkdir (fileutils) '4.1*) | |
3722 | ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext | |
3723 | break 3;; | |
3724 | esac | |
3725 | done | |
3726 | done | |
42ecbf5e | 3727 | done |
81ecdfbb RW |
3728 | IFS=$as_save_IFS |
3729 | ||
3730 | fi | |
3731 | ||
3732 | if test "${ac_cv_path_mkdir+set}" = set; then | |
3733 | MKDIR_P="$ac_cv_path_mkdir -p" | |
42ecbf5e | 3734 | else |
81ecdfbb RW |
3735 | # As a last resort, use the slow shell script. Don't cache a |
3736 | # value for MKDIR_P within a source directory, because that will | |
3737 | # break other packages using the cache if that directory is | |
3738 | # removed, or if the value is a relative name. | |
3739 | test -d ./--version && rmdir ./--version | |
3740 | MKDIR_P="$ac_install_sh -d" | |
42ecbf5e DJ |
3741 | fi |
3742 | fi | |
81ecdfbb RW |
3743 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 |
3744 | $as_echo "$MKDIR_P" >&6; } | |
3745 | ||
3746 | mkdir_p="$MKDIR_P" | |
3747 | case $mkdir_p in | |
3748 | [\\/$]* | ?:[\\/]*) ;; | |
3749 | */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; | |
3750 | esac | |
42ecbf5e DJ |
3751 | |
3752 | for ac_prog in gawk mawk nawk awk | |
3753 | do | |
3754 | # Extract the first word of "$ac_prog", so it can be a program name with args. | |
3755 | set dummy $ac_prog; ac_word=$2 | |
81ecdfbb RW |
3756 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
3757 | $as_echo_n "checking for $ac_word... " >&6; } | |
3758 | if test "${ac_cv_prog_AWK+set}" = set; then : | |
3759 | $as_echo_n "(cached) " >&6 | |
42ecbf5e DJ |
3760 | else |
3761 | if test -n "$AWK"; then | |
3762 | ac_cv_prog_AWK="$AWK" # Let the user override the test. | |
3763 | else | |
3764 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
3765 | for as_dir in $PATH | |
3766 | do | |
3767 | IFS=$as_save_IFS | |
3768 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
3769 | for ac_exec_ext in '' $ac_executable_extensions; do |
3770 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
42ecbf5e | 3771 | ac_cv_prog_AWK="$ac_prog" |
81ecdfbb | 3772 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
42ecbf5e DJ |
3773 | break 2 |
3774 | fi | |
3775 | done | |
81ecdfbb RW |
3776 | done |
3777 | IFS=$as_save_IFS | |
42ecbf5e DJ |
3778 | |
3779 | fi | |
3780 | fi | |
3781 | AWK=$ac_cv_prog_AWK | |
3782 | if test -n "$AWK"; then | |
81ecdfbb RW |
3783 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 |
3784 | $as_echo "$AWK" >&6; } | |
42ecbf5e | 3785 | else |
81ecdfbb RW |
3786 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
3787 | $as_echo "no" >&6; } | |
42ecbf5e | 3788 | fi |
252b5132 | 3789 | |
81ecdfbb | 3790 | |
42ecbf5e DJ |
3791 | test -n "$AWK" && break |
3792 | done | |
252b5132 | 3793 | |
81ecdfbb RW |
3794 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 |
3795 | $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } | |
3796 | set x ${MAKE-make} | |
3797 | ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` | |
3798 | if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then : | |
3799 | $as_echo_n "(cached) " >&6 | |
252b5132 | 3800 | else |
42ecbf5e | 3801 | cat >conftest.make <<\_ACEOF |
81ecdfbb | 3802 | SHELL = /bin/sh |
252b5132 | 3803 | all: |
81ecdfbb | 3804 | @echo '@@@%%%=$(MAKE)=@@@%%%' |
42ecbf5e | 3805 | _ACEOF |
252b5132 | 3806 | # GNU make sometimes prints "make[1]: Entering...", which would confuse us. |
81ecdfbb RW |
3807 | case `${MAKE-make} -f conftest.make 2>/dev/null` in |
3808 | *@@@%%%=?*=@@@%%%*) | |
3809 | eval ac_cv_prog_make_${ac_make}_set=yes;; | |
3810 | *) | |
3811 | eval ac_cv_prog_make_${ac_make}_set=no;; | |
3812 | esac | |
42ecbf5e | 3813 | rm -f conftest.make |
252b5132 | 3814 | fi |
81ecdfbb RW |
3815 | if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then |
3816 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | |
3817 | $as_echo "yes" >&6; } | |
252b5132 RH |
3818 | SET_MAKE= |
3819 | else | |
81ecdfbb RW |
3820 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
3821 | $as_echo "no" >&6; } | |
252b5132 RH |
3822 | SET_MAKE="MAKE=${MAKE-make}" |
3823 | fi | |
3824 | ||
42ecbf5e DJ |
3825 | rm -rf .tst 2>/dev/null |
3826 | mkdir .tst 2>/dev/null | |
3827 | if test -d .tst; then | |
3828 | am__leading_dot=. | |
3829 | else | |
3830 | am__leading_dot=_ | |
3831 | fi | |
3832 | rmdir .tst 2>/dev/null | |
3833 | ||
3834 | DEPDIR="${am__leading_dot}deps" | |
3835 | ||
81ecdfbb | 3836 | ac_config_commands="$ac_config_commands depfiles" |
42ecbf5e DJ |
3837 | |
3838 | ||
3839 | am_make=${MAKE-make} | |
3840 | cat > confinc << 'END' | |
3841 | am__doit: | |
81ecdfbb | 3842 | @echo this is the am__doit target |
42ecbf5e DJ |
3843 | .PHONY: am__doit |
3844 | END | |
3845 | # If we don't find an include directive, just comment out the code. | |
81ecdfbb RW |
3846 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5 |
3847 | $as_echo_n "checking for style of include used by $am_make... " >&6; } | |
42ecbf5e DJ |
3848 | am__include="#" |
3849 | am__quote= | |
3850 | _am_result=none | |
3851 | # First try GNU make style include. | |
3852 | echo "include confinc" > confmf | |
81ecdfbb RW |
3853 | # Ignore all kinds of additional output from `make'. |
3854 | case `$am_make -s -f confmf 2> /dev/null` in #( | |
3855 | *the\ am__doit\ target*) | |
3856 | am__include=include | |
3857 | am__quote= | |
3858 | _am_result=GNU | |
3859 | ;; | |
3860 | esac | |
42ecbf5e DJ |
3861 | # Now try BSD make style include. |
3862 | if test "$am__include" = "#"; then | |
3863 | echo '.include "confinc"' > confmf | |
81ecdfbb RW |
3864 | case `$am_make -s -f confmf 2> /dev/null` in #( |
3865 | *the\ am__doit\ target*) | |
3866 | am__include=.include | |
3867 | am__quote="\"" | |
3868 | _am_result=BSD | |
3869 | ;; | |
3870 | esac | |
42ecbf5e DJ |
3871 | fi |
3872 | ||
3873 | ||
81ecdfbb RW |
3874 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 |
3875 | $as_echo "$_am_result" >&6; } | |
42ecbf5e DJ |
3876 | rm -f confinc confmf |
3877 | ||
81ecdfbb RW |
3878 | # Check whether --enable-dependency-tracking was given. |
3879 | if test "${enable_dependency_tracking+set}" = set; then : | |
3880 | enableval=$enable_dependency_tracking; | |
3881 | fi | |
42ecbf5e | 3882 | |
42ecbf5e DJ |
3883 | if test "x$enable_dependency_tracking" != xno; then |
3884 | am_depcomp="$ac_aux_dir/depcomp" | |
3885 | AMDEPBACKSLASH='\' | |
3886 | fi | |
81ecdfbb | 3887 | if test "x$enable_dependency_tracking" != xno; then |
42ecbf5e DJ |
3888 | AMDEP_TRUE= |
3889 | AMDEP_FALSE='#' | |
3890 | else | |
3891 | AMDEP_TRUE='#' | |
3892 | AMDEP_FALSE= | |
3893 | fi | |
3894 | ||
e5a52504 | 3895 | |
81ecdfbb RW |
3896 | if test "`cd $srcdir && pwd`" != "`pwd`"; then |
3897 | # Use -I$(srcdir) only when $(srcdir) != ., so that make's output | |
3898 | # is not polluted with repeated "-I." | |
3899 | am__isrc=' -I$(srcdir)' | |
3900 | # test to see if srcdir already configured | |
3901 | if test -f $srcdir/config.status; then | |
3902 | as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 | |
3903 | fi | |
42ecbf5e | 3904 | fi |
252b5132 | 3905 | |
42ecbf5e DJ |
3906 | # test whether we have cygpath |
3907 | if test -z "$CYGPATH_W"; then | |
3908 | if (cygpath --version) >/dev/null 2>/dev/null; then | |
3909 | CYGPATH_W='cygpath -w' | |
3910 | else | |
3911 | CYGPATH_W=echo | |
3912 | fi | |
252b5132 | 3913 | fi |
42ecbf5e DJ |
3914 | |
3915 | ||
3916 | # Define the identity of the package. | |
3917 | PACKAGE=ld | |
3918 | VERSION=${BFD_VERSION} | |
3919 | ||
3920 | ||
3921 | cat >>confdefs.h <<_ACEOF | |
e5a52504 | 3922 | #define PACKAGE "$PACKAGE" |
42ecbf5e DJ |
3923 | _ACEOF |
3924 | ||
252b5132 | 3925 | |
42ecbf5e | 3926 | cat >>confdefs.h <<_ACEOF |
e5a52504 | 3927 | #define VERSION "$VERSION" |
42ecbf5e DJ |
3928 | _ACEOF |
3929 | ||
3930 | # Some tools Automake needs. | |
3931 | ||
3932 | ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} | |
3933 | ||
3934 | ||
3935 | AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} | |
3936 | ||
3937 | ||
3938 | AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} | |
3939 | ||
3940 | ||
3941 | AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} | |
3942 | ||
e5a52504 | 3943 | |
42ecbf5e | 3944 | MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} |
e5a52504 | 3945 | |
42ecbf5e DJ |
3946 | # We need awk for the "check" target. The system "awk" is bad on |
3947 | # some platforms. | |
3948 | # Always define AMTAR for backward compatibility. | |
3949 | ||
3950 | AMTAR=${AMTAR-"${am_missing_run}tar"} | |
3951 | ||
3952 | am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -' | |
3953 | ||
3954 | ||
3955 | ||
3956 | ||
3957 | depcc="$CC" am_compiler_list= | |
3958 | ||
81ecdfbb RW |
3959 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 |
3960 | $as_echo_n "checking dependency style of $depcc... " >&6; } | |
3961 | if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then : | |
3962 | $as_echo_n "(cached) " >&6 | |
42ecbf5e DJ |
3963 | else |
3964 | if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then | |
3965 | # We make a subdir and do the tests there. Otherwise we can end up | |
3966 | # making bogus files that we don't know about and never remove. For | |
3967 | # instance it was reported that on HP-UX the gcc test will end up | |
3968 | # making a dummy file named `D' -- because `-MD' means `put the output | |
3969 | # in D'. | |
3970 | mkdir conftest.dir | |
3971 | # Copy depcomp to subdir because otherwise we won't find it if we're | |
3972 | # using a relative directory. | |
3973 | cp "$am_depcomp" conftest.dir | |
3974 | cd conftest.dir | |
3975 | # We will build objects and dependencies in a subdirectory because | |
3976 | # it helps to detect inapplicable dependency modes. For instance | |
3977 | # both Tru64's cc and ICC support -MD to output dependencies as a | |
3978 | # side effect of compilation, but ICC will put the dependencies in | |
3979 | # the current directory while Tru64 will put them in the object | |
3980 | # directory. | |
3981 | mkdir sub | |
3982 | ||
3983 | am_cv_CC_dependencies_compiler_type=none | |
3984 | if test "$am_compiler_list" = ""; then | |
3985 | am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` | |
3986 | fi | |
81ecdfbb RW |
3987 | am__universal=false |
3988 | case " $depcc " in #( | |
3989 | *\ -arch\ *\ -arch\ *) am__universal=true ;; | |
3990 | esac | |
3991 | ||
42ecbf5e DJ |
3992 | for depmode in $am_compiler_list; do |
3993 | # Setup a source with many dependencies, because some compilers | |
3994 | # like to wrap large dependency lists on column 80 (with \), and | |
3995 | # we should not choose a depcomp mode which is confused by this. | |
3996 | # | |
3997 | # We need to recreate these files for each test, as the compiler may | |
3998 | # overwrite some of them when testing with obscure command lines. | |
3999 | # This happens at least with the AIX C compiler. | |
4000 | : > sub/conftest.c | |
4001 | for i in 1 2 3 4 5 6; do | |
4002 | echo '#include "conftst'$i'.h"' >> sub/conftest.c | |
4003 | # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with | |
4004 | # Solaris 8's {/usr,}/bin/sh. | |
4005 | touch sub/conftst$i.h | |
4006 | done | |
4007 | echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf | |
4008 | ||
81ecdfbb RW |
4009 | # We check with `-c' and `-o' for the sake of the "dashmstdout" |
4010 | # mode. It turns out that the SunPro C++ compiler does not properly | |
4011 | # handle `-M -o', and we need to detect this. Also, some Intel | |
4012 | # versions had trouble with output in subdirs | |
4013 | am__obj=sub/conftest.${OBJEXT-o} | |
4014 | am__minus_obj="-o $am__obj" | |
42ecbf5e | 4015 | case $depmode in |
81ecdfbb RW |
4016 | gcc) |
4017 | # This depmode causes a compiler race in universal mode. | |
4018 | test "$am__universal" = false || continue | |
4019 | ;; | |
42ecbf5e DJ |
4020 | nosideeffect) |
4021 | # after this tag, mechanisms are not by side-effect, so they'll | |
4022 | # only be used when explicitly requested | |
4023 | if test "x$enable_dependency_tracking" = xyes; then | |
4024 | continue | |
4025 | else | |
4026 | break | |
4027 | fi | |
4028 | ;; | |
81ecdfbb RW |
4029 | msvisualcpp | msvcmsys) |
4030 | # This compiler won't grok `-c -o', but also, the minuso test has | |
4031 | # not run yet. These depmodes are late enough in the game, and | |
4032 | # so weak that their functioning should not be impacted. | |
4033 | am__obj=conftest.${OBJEXT-o} | |
4034 | am__minus_obj= | |
4035 | ;; | |
42ecbf5e DJ |
4036 | none) break ;; |
4037 | esac | |
42ecbf5e | 4038 | if depmode=$depmode \ |
81ecdfbb | 4039 | source=sub/conftest.c object=$am__obj \ |
42ecbf5e | 4040 | depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ |
81ecdfbb | 4041 | $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ |
42ecbf5e | 4042 | >/dev/null 2>conftest.err && |
81ecdfbb | 4043 | grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && |
42ecbf5e | 4044 | grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && |
81ecdfbb | 4045 | grep $am__obj sub/conftest.Po > /dev/null 2>&1 && |
42ecbf5e DJ |
4046 | ${MAKE-make} -s -f confmf > /dev/null 2>&1; then |
4047 | # icc doesn't choke on unknown options, it will just issue warnings | |
4048 | # or remarks (even with -Werror). So we grep stderr for any message | |
4049 | # that says an option was ignored or not supported. | |
4050 | # When given -MP, icc 7.0 and 7.1 complain thusly: | |
4051 | # icc: Command line warning: ignoring option '-M'; no argument required | |
4052 | # The diagnosis changed in icc 8.0: | |
4053 | # icc: Command line remark: option '-MP' not supported | |
4054 | if (grep 'ignoring option' conftest.err || | |
4055 | grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else | |
4056 | am_cv_CC_dependencies_compiler_type=$depmode | |
4057 | break | |
4058 | fi | |
4059 | fi | |
4060 | done | |
2469cfa2 | 4061 | |
42ecbf5e DJ |
4062 | cd .. |
4063 | rm -rf conftest.dir | |
2469cfa2 | 4064 | else |
42ecbf5e DJ |
4065 | am_cv_CC_dependencies_compiler_type=none |
4066 | fi | |
4067 | ||
2469cfa2 | 4068 | fi |
81ecdfbb RW |
4069 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 |
4070 | $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } | |
42ecbf5e DJ |
4071 | CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type |
4072 | ||
81ecdfbb | 4073 | if |
42ecbf5e DJ |
4074 | test "x$enable_dependency_tracking" != xno \ |
4075 | && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then | |
4076 | am__fastdepCC_TRUE= | |
4077 | am__fastdepCC_FALSE='#' | |
2469cfa2 | 4078 | else |
42ecbf5e DJ |
4079 | am__fastdepCC_TRUE='#' |
4080 | am__fastdepCC_FALSE= | |
2469cfa2 | 4081 | fi |
2469cfa2 | 4082 | |
2469cfa2 | 4083 | |
e5a52504 | 4084 | |
42ecbf5e | 4085 | |
64ac50ac RW |
4086 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 |
4087 | $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } | |
4088 | # Check whether --enable-maintainer-mode was given. | |
4089 | if test "${enable_maintainer_mode+set}" = set; then : | |
4090 | enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval | |
4091 | else | |
4092 | USE_MAINTAINER_MODE=no | |
4093 | fi | |
4094 | ||
4095 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5 | |
4096 | $as_echo "$USE_MAINTAINER_MODE" >&6; } | |
4097 | if test $USE_MAINTAINER_MODE = yes; then | |
4098 | MAINTAINER_MODE_TRUE= | |
4099 | MAINTAINER_MODE_FALSE='#' | |
4100 | else | |
4101 | MAINTAINER_MODE_TRUE='#' | |
4102 | MAINTAINER_MODE_FALSE= | |
4103 | fi | |
4104 | ||
4105 | MAINT=$MAINTAINER_MODE_TRUE | |
4106 | ||
4107 | ||
4108 | ||
d7040cdb | 4109 | |
81ecdfbb RW |
4110 | # Check whether --with-lib-path was given. |
4111 | if test "${with_lib_path+set}" = set; then : | |
4112 | withval=$with_lib_path; LIB_PATH=$withval | |
4113 | fi | |
4114 | ||
4115 | # Check whether --enable-targets was given. | |
4116 | if test "${enable_targets+set}" = set; then : | |
4117 | enableval=$enable_targets; case "${enableval}" in | |
4118 | yes | "") as_fn_error "enable-targets option must specify target names or 'all'" "$LINENO" 5 | |
ce2cded5 L |
4119 | ;; |
4120 | no) enable_targets= ;; | |
4121 | *) enable_targets=$enableval ;; | |
4122 | esac | |
81ecdfbb RW |
4123 | fi |
4124 | # Check whether --enable-64-bit-bfd was given. | |
4125 | if test "${enable_64_bit_bfd+set}" = set; then : | |
4126 | enableval=$enable_64_bit_bfd; case "${enableval}" in | |
ce2cded5 L |
4127 | yes) want64=true ;; |
4128 | no) want64=false ;; | |
81ecdfbb | 4129 | *) as_fn_error "bad value ${enableval} for 64-bit-bfd option" "$LINENO" 5 ;; |
ce2cded5 | 4130 | esac |
2469cfa2 | 4131 | else |
ce2cded5 | 4132 | want64=false |
81ecdfbb | 4133 | fi |
d7040cdb SE |
4134 | |
4135 | ||
81ecdfbb RW |
4136 | # Check whether --with-sysroot was given. |
4137 | if test "${with_sysroot+set}" = set; then : | |
4138 | withval=$with_sysroot; | |
ce2cded5 L |
4139 | case ${with_sysroot} in |
4140 | yes) TARGET_SYSTEM_ROOT='${exec_prefix}/${target_alias}/sys-root' ;; | |
4141 | *) TARGET_SYSTEM_ROOT=$with_sysroot ;; | |
4142 | esac | |
d7040cdb | 4143 | |
ce2cded5 L |
4144 | TARGET_SYSTEM_ROOT_DEFINE='-DTARGET_SYSTEM_ROOT=\"$(TARGET_SYSTEM_ROOT)\"' |
4145 | use_sysroot=yes | |
d7040cdb | 4146 | |
ce2cded5 L |
4147 | if test "x$prefix" = xNONE; then |
4148 | test_prefix=/usr/local | |
4149 | else | |
4150 | test_prefix=$prefix | |
4151 | fi | |
4152 | if test "x$exec_prefix" = xNONE; then | |
4153 | test_exec_prefix=$test_prefix | |
4154 | else | |
4155 | test_exec_prefix=$exec_prefix | |
4156 | fi | |
4157 | case ${TARGET_SYSTEM_ROOT} in | |
4158 | "${test_prefix}"|"${test_prefix}/"*|\ | |
4159 | "${test_exec_prefix}"|"${test_exec_prefix}/"*|\ | |
4160 | '${prefix}'|'${prefix}/'*|\ | |
4161 | '${exec_prefix}'|'${exec_prefix}/'*) | |
4162 | t="$TARGET_SYSTEM_ROOT_DEFINE -DTARGET_SYSTEM_ROOT_RELOCATABLE" | |
4163 | TARGET_SYSTEM_ROOT_DEFINE="$t" | |
4164 | ;; | |
4165 | esac | |
d7040cdb | 4166 | |
e5a52504 | 4167 | else |
d7040cdb | 4168 | |
ce2cded5 L |
4169 | use_sysroot=no |
4170 | TARGET_SYSTEM_ROOT= | |
4171 | TARGET_SYSTEM_ROOT_DEFINE='-DTARGET_SYSTEM_ROOT=\"\"' | |
d7040cdb | 4172 | |
81ecdfbb RW |
4173 | fi |
4174 | ||
d7040cdb SE |
4175 | |
4176 | ||
4177 | ||
4178 | ||
4fda8867 NC |
4179 | # Check whether --enable-gold was given. |
4180 | if test "${enable_gold+set}" = set; then : | |
4181 | enableval=$enable_gold; case "${enableval}" in | |
4182 | yes|both/gold) | |
4183 | install_as_default=no | |
4184 | installed_linker=ld.bfd | |
4185 | ;; | |
4186 | both|both/ld) | |
4187 | install_as_default=yes | |
4188 | installed_linker=ld.bfd | |
4189 | ;; | |
4190 | *) | |
4191 | as_fn_error "invalid --enable-gold argument" "$LINENO" 5 | |
4192 | ;; | |
4193 | esac | |
4194 | else | |
4195 | install_as_default=ld | |
4196 | installed_linker=ld | |
4197 | fi | |
4198 | ||
4199 | ||
4200 | ||
4201 | ||
81ecdfbb RW |
4202 | # Check whether --enable-got was given. |
4203 | if test "${enable_got+set}" = set; then : | |
4204 | enableval=$enable_got; case "${enableval}" in | |
7fb9f789 | 4205 | target | single | negative | multigot) got_handling=$enableval ;; |
81ecdfbb | 4206 | *) as_fn_error "bad value ${enableval} for --enable-got option" "$LINENO" 5 ;; |
7fb9f789 NC |
4207 | esac |
4208 | else | |
4209 | got_handling=target | |
81ecdfbb RW |
4210 | fi |
4211 | ||
7fb9f789 NC |
4212 | |
4213 | case "${got_handling}" in | |
4214 | target) | |
4215 | ||
81ecdfbb | 4216 | $as_echo "#define GOT_HANDLING_DEFAULT GOT_HANDLING_TARGET_DEFAULT" >>confdefs.h |
7fb9f789 NC |
4217 | ;; |
4218 | single) | |
4219 | ||
81ecdfbb | 4220 | $as_echo "#define GOT_HANDLING_DEFAULT GOT_HANDLING_SINGLE" >>confdefs.h |
7fb9f789 NC |
4221 | ;; |
4222 | negative) | |
4223 | ||
81ecdfbb | 4224 | $as_echo "#define GOT_HANDLING_DEFAULT GOT_HANDLING_NEGATIVE" >>confdefs.h |
7fb9f789 NC |
4225 | ;; |
4226 | multigot) | |
4227 | ||
81ecdfbb | 4228 | $as_echo "#define GOT_HANDLING_DEFAULT GOT_HANDLING_MULTIGOT" >>confdefs.h |
7fb9f789 | 4229 | ;; |
81ecdfbb | 4230 | *) as_fn_error "bad value ${got_handling} for --enable-got option" "$LINENO" 5 ;; |
7fb9f789 NC |
4231 | esac |
4232 | ||
397841b5 AM |
4233 | ac_ext=c |
4234 | ac_cpp='$CPP $CPPFLAGS' | |
4235 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
4236 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
4237 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
4238 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 | |
4239 | $as_echo_n "checking how to run the C preprocessor... " >&6; } | |
4240 | # On Suns, sometimes $CPP names a directory. | |
4241 | if test -n "$CPP" && test -d "$CPP"; then | |
4242 | CPP= | |
ce2cded5 | 4243 | fi |
397841b5 AM |
4244 | if test -z "$CPP"; then |
4245 | if test "${ac_cv_prog_CPP+set}" = set; then : | |
4246 | $as_echo_n "(cached) " >&6 | |
4247 | else | |
4248 | # Double quotes because CPP needs to be expanded | |
4249 | for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" | |
4250 | do | |
4251 | ac_preproc_ok=false | |
4252 | for ac_c_preproc_warn_flag in '' yes | |
4253 | do | |
4254 | # Use a header file that comes with gcc, so configuring glibc | |
4255 | # with a fresh cross-compiler works. | |
4256 | # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
4257 | # <limits.h> exists even on freestanding compilers. | |
4258 | # On the NeXT, cc -E runs the code through the compiler's parser, | |
4259 | # not just through cpp. "Syntax error" is here to catch this case. | |
4260 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
4261 | /* end confdefs.h. */ | |
4262 | #ifdef __STDC__ | |
4263 | # include <limits.h> | |
4264 | #else | |
4265 | # include <assert.h> | |
4266 | #endif | |
4267 | Syntax error | |
4268 | _ACEOF | |
4269 | if ac_fn_c_try_cpp "$LINENO"; then : | |
d7040cdb | 4270 | |
397841b5 AM |
4271 | else |
4272 | # Broken: fails on valid input. | |
4273 | continue | |
ce2cded5 | 4274 | fi |
397841b5 | 4275 | rm -f conftest.err conftest.$ac_ext |
d7040cdb | 4276 | |
397841b5 AM |
4277 | # OK, works on sane cases. Now check whether nonexistent headers |
4278 | # can be detected and how. | |
4279 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
4280 | /* end confdefs.h. */ | |
4281 | #include <ac_nonexistent.h> | |
4282 | _ACEOF | |
4283 | if ac_fn_c_try_cpp "$LINENO"; then : | |
4284 | # Broken: success on invalid input. | |
4285 | continue | |
4286 | else | |
4287 | # Passes both tests. | |
4288 | ac_preproc_ok=: | |
4289 | break | |
ce2cded5 | 4290 | fi |
397841b5 | 4291 | rm -f conftest.err conftest.$ac_ext |
d7040cdb | 4292 | |
397841b5 AM |
4293 | done |
4294 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | |
4295 | rm -f conftest.err conftest.$ac_ext | |
4296 | if $ac_preproc_ok; then : | |
4297 | break | |
81ecdfbb RW |
4298 | fi |
4299 | ||
397841b5 AM |
4300 | done |
4301 | ac_cv_prog_CPP=$CPP | |
d7040cdb | 4302 | |
ce2cded5 | 4303 | fi |
397841b5 AM |
4304 | CPP=$ac_cv_prog_CPP |
4305 | else | |
4306 | ac_cv_prog_CPP=$CPP | |
4307 | fi | |
4308 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5 | |
4309 | $as_echo "$CPP" >&6; } | |
4310 | ac_preproc_ok=false | |
4311 | for ac_c_preproc_warn_flag in '' yes | |
4312 | do | |
4313 | # Use a header file that comes with gcc, so configuring glibc | |
4314 | # with a fresh cross-compiler works. | |
4315 | # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
4316 | # <limits.h> exists even on freestanding compilers. | |
4317 | # On the NeXT, cc -E runs the code through the compiler's parser, | |
4318 | # not just through cpp. "Syntax error" is here to catch this case. | |
4319 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
4320 | /* end confdefs.h. */ | |
4321 | #ifdef __STDC__ | |
4322 | # include <limits.h> | |
4323 | #else | |
4324 | # include <assert.h> | |
4325 | #endif | |
4326 | Syntax error | |
4327 | _ACEOF | |
4328 | if ac_fn_c_try_cpp "$LINENO"; then : | |
d7040cdb | 4329 | |
397841b5 AM |
4330 | else |
4331 | # Broken: fails on valid input. | |
4332 | continue | |
4333 | fi | |
4334 | rm -f conftest.err conftest.$ac_ext | |
2469cfa2 | 4335 | |
397841b5 AM |
4336 | # OK, works on sane cases. Now check whether nonexistent headers |
4337 | # can be detected and how. | |
4338 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
4339 | /* end confdefs.h. */ | |
4340 | #include <ac_nonexistent.h> | |
4341 | _ACEOF | |
4342 | if ac_fn_c_try_cpp "$LINENO"; then : | |
4343 | # Broken: success on invalid input. | |
4344 | continue | |
4345 | else | |
4346 | # Passes both tests. | |
4347 | ac_preproc_ok=: | |
4348 | break | |
4349 | fi | |
4350 | rm -f conftest.err conftest.$ac_ext | |
d7040cdb | 4351 | |
397841b5 AM |
4352 | done |
4353 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | |
4354 | rm -f conftest.err conftest.$ac_ext | |
4355 | if $ac_preproc_ok; then : | |
d7040cdb | 4356 | |
397841b5 AM |
4357 | else |
4358 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | |
4359 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
4360 | as_fn_error "C preprocessor \"$CPP\" fails sanity check | |
4361 | See \`config.log' for more details." "$LINENO" 5; } | |
ce2cded5 | 4362 | fi |
d7040cdb | 4363 | |
ce2cded5 L |
4364 | ac_ext=c |
4365 | ac_cpp='$CPP $CPPFLAGS' | |
4366 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
4367 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
4368 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
397841b5 AM |
4369 | |
4370 | ||
4371 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 | |
4372 | $as_echo_n "checking for grep that handles long lines and -e... " >&6; } | |
4373 | if test "${ac_cv_path_GREP+set}" = set; then : | |
81ecdfbb | 4374 | $as_echo_n "(cached) " >&6 |
d7040cdb | 4375 | else |
397841b5 AM |
4376 | if test -z "$GREP"; then |
4377 | ac_path_GREP_found=false | |
4378 | # Loop through the user's path and test for each of PROGNAME-LIST | |
4379 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
4380 | for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin | |
d7040cdb SE |
4381 | do |
4382 | IFS=$as_save_IFS | |
4383 | test -z "$as_dir" && as_dir=. | |
397841b5 | 4384 | for ac_prog in grep ggrep; do |
81ecdfbb | 4385 | for ac_exec_ext in '' $ac_executable_extensions; do |
397841b5 AM |
4386 | ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" |
4387 | { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue | |
4388 | # Check for GNU ac_path_GREP and select it if it is found. | |
4389 | # Check for GNU $ac_path_GREP | |
4390 | case `"$ac_path_GREP" --version 2>&1` in | |
4391 | *GNU*) | |
4392 | ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; | |
4393 | *) | |
4394 | ac_count=0 | |
4395 | $as_echo_n 0123456789 >"conftest.in" | |
4396 | while : | |
4397 | do | |
4398 | cat "conftest.in" "conftest.in" >"conftest.tmp" | |
4399 | mv "conftest.tmp" "conftest.in" | |
4400 | cp "conftest.in" "conftest.nl" | |
4401 | $as_echo 'GREP' >> "conftest.nl" | |
4402 | "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break | |
4403 | diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break | |
4404 | as_fn_arith $ac_count + 1 && ac_count=$as_val | |
4405 | if test $ac_count -gt ${ac_path_GREP_max-0}; then | |
4406 | # Best one so far, save it but keep looking for a better one | |
4407 | ac_cv_path_GREP="$ac_path_GREP" | |
4408 | ac_path_GREP_max=$ac_count | |
4409 | fi | |
4410 | # 10*(2^10) chars as input seems more than enough | |
4411 | test $ac_count -gt 10 && break | |
81ecdfbb | 4412 | done |
397841b5 AM |
4413 | rm -f conftest.in conftest.tmp conftest.nl conftest.out;; |
4414 | esac | |
d7040cdb | 4415 | |
397841b5 AM |
4416 | $ac_path_GREP_found && break 3 |
4417 | done | |
4418 | done | |
4419 | done | |
4420 | IFS=$as_save_IFS | |
4421 | if test -z "$ac_cv_path_GREP"; then | |
4422 | as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 | |
4423 | fi | |
d7040cdb | 4424 | else |
397841b5 | 4425 | ac_cv_path_GREP=$GREP |
d7040cdb | 4426 | fi |
d7040cdb | 4427 | |
252b5132 | 4428 | fi |
397841b5 AM |
4429 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 |
4430 | $as_echo "$ac_cv_path_GREP" >&6; } | |
4431 | GREP="$ac_cv_path_GREP" | |
4432 | ||
4433 | ||
4434 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 | |
4435 | $as_echo_n "checking for egrep... " >&6; } | |
4436 | if test "${ac_cv_path_EGREP+set}" = set; then : | |
4437 | $as_echo_n "(cached) " >&6 | |
4438 | else | |
4439 | if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 | |
4440 | then ac_cv_path_EGREP="$GREP -E" | |
4441 | else | |
4442 | if test -z "$EGREP"; then | |
4443 | ac_path_EGREP_found=false | |
4444 | # Loop through the user's path and test for each of PROGNAME-LIST | |
4445 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
4446 | for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin | |
4447 | do | |
4448 | IFS=$as_save_IFS | |
4449 | test -z "$as_dir" && as_dir=. | |
4450 | for ac_prog in egrep; do | |
4451 | for ac_exec_ext in '' $ac_executable_extensions; do | |
4452 | ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" | |
4453 | { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue | |
4454 | # Check for GNU ac_path_EGREP and select it if it is found. | |
4455 | # Check for GNU $ac_path_EGREP | |
4456 | case `"$ac_path_EGREP" --version 2>&1` in | |
4457 | *GNU*) | |
4458 | ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; | |
4459 | *) | |
4460 | ac_count=0 | |
4461 | $as_echo_n 0123456789 >"conftest.in" | |
4462 | while : | |
4463 | do | |
4464 | cat "conftest.in" "conftest.in" >"conftest.tmp" | |
4465 | mv "conftest.tmp" "conftest.in" | |
4466 | cp "conftest.in" "conftest.nl" | |
4467 | $as_echo 'EGREP' >> "conftest.nl" | |
4468 | "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break | |
4469 | diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break | |
4470 | as_fn_arith $ac_count + 1 && ac_count=$as_val | |
4471 | if test $ac_count -gt ${ac_path_EGREP_max-0}; then | |
4472 | # Best one so far, save it but keep looking for a better one | |
4473 | ac_cv_path_EGREP="$ac_path_EGREP" | |
4474 | ac_path_EGREP_max=$ac_count | |
4475 | fi | |
4476 | # 10*(2^10) chars as input seems more than enough | |
4477 | test $ac_count -gt 10 && break | |
4478 | done | |
4479 | rm -f conftest.in conftest.tmp conftest.nl conftest.out;; | |
4480 | esac | |
4481 | ||
4482 | $ac_path_EGREP_found && break 3 | |
4483 | done | |
4484 | done | |
4485 | done | |
4486 | IFS=$as_save_IFS | |
4487 | if test -z "$ac_cv_path_EGREP"; then | |
4488 | as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 | |
4489 | fi | |
4490 | else | |
4491 | ac_cv_path_EGREP=$EGREP | |
4492 | fi | |
4493 | ||
4494 | fi | |
4495 | fi | |
4496 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 | |
4497 | $as_echo "$ac_cv_path_EGREP" >&6; } | |
4498 | EGREP="$ac_cv_path_EGREP" | |
4499 | ||
4500 | ||
4501 | ||
4502 | GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes" | |
4503 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
4504 | /* end confdefs.h. */ | |
4505 | __GNUC__ | |
4506 | _ACEOF | |
4507 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
4508 | $EGREP "^[0-3]$" >/dev/null 2>&1; then : | |
4509 | ||
4510 | else | |
4511 | GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow" | |
4512 | fi | |
4513 | rm -f conftest* | |
4514 | ||
4515 | ||
4516 | # Check whether --enable-werror was given. | |
4517 | if test "${enable_werror+set}" = set; then : | |
4518 | enableval=$enable_werror; case "${enableval}" in | |
4519 | yes | y) ERROR_ON_WARNING="yes" ;; | |
4520 | no | n) ERROR_ON_WARNING="no" ;; | |
4521 | *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;; | |
4522 | esac | |
4523 | fi | |
4524 | ||
4525 | ||
4526 | # Disable -Wformat by default when using gcc on mingw | |
4527 | case "${host}" in | |
4528 | *-*-mingw32*) | |
4529 | if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then | |
4530 | GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format" | |
4531 | fi | |
4532 | ;; | |
4533 | *) ;; | |
4534 | esac | |
4535 | ||
4536 | # Enable -Werror by default when using gcc | |
4537 | if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then | |
4538 | ERROR_ON_WARNING=yes | |
4539 | fi | |
4540 | ||
4541 | NO_WERROR= | |
4542 | if test "${ERROR_ON_WARNING}" = yes ; then | |
4543 | GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror" | |
4544 | NO_WERROR="-Wno-error" | |
4545 | fi | |
4546 | ||
4547 | if test "${GCC}" = yes ; then | |
4548 | WARN_CFLAGS="${GCC_WARN_CFLAGS}" | |
4549 | fi | |
4550 | ||
4551 | # Check whether --enable-build-warnings was given. | |
4552 | if test "${enable_build_warnings+set}" = set; then : | |
4553 | enableval=$enable_build_warnings; case "${enableval}" in | |
4554 | yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}";; | |
4555 | no) if test "${GCC}" = yes ; then | |
4556 | WARN_CFLAGS="-w" | |
4557 | fi;; | |
4558 | ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"` | |
4559 | WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}";; | |
4560 | *,) t=`echo "${enableval}" | sed -e "s/,/ /g"` | |
4561 | WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}";; | |
4562 | *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`;; | |
4563 | esac | |
4564 | fi | |
4565 | ||
4566 | ||
4567 | if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then | |
4568 | echo "Setting warning flags = $WARN_CFLAGS" 6>&1 | |
4569 | fi | |
4570 | ||
4571 | ||
4572 | ||
4573 | ||
4574 | ||
4575 | ac_config_headers="$ac_config_headers config.h:config.in" | |
4576 | ||
4577 | ||
4578 | if test -z "$target" ; then | |
4579 | as_fn_error "Unrecognized target system type; please check config.sub." "$LINENO" 5 | |
4580 | fi | |
4581 | if test -z "$host" ; then | |
4582 | as_fn_error "Unrecognized host system type; please check config.sub." "$LINENO" 5 | |
4583 | fi | |
4584 | ||
4585 | # host-specific stuff: | |
4586 | ||
4587 | ac_ext=c | |
4588 | ac_cpp='$CPP $CPPFLAGS' | |
4589 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
4590 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
4591 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
4592 | if test -n "$ac_tool_prefix"; then | |
4593 | # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. | |
4594 | set dummy ${ac_tool_prefix}gcc; ac_word=$2 | |
4595 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | |
4596 | $as_echo_n "checking for $ac_word... " >&6; } | |
4597 | if test "${ac_cv_prog_CC+set}" = set; then : | |
4598 | $as_echo_n "(cached) " >&6 | |
4599 | else | |
4600 | if test -n "$CC"; then | |
4601 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
4602 | else | |
4603 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
4604 | for as_dir in $PATH | |
4605 | do | |
4606 | IFS=$as_save_IFS | |
4607 | test -z "$as_dir" && as_dir=. | |
4608 | for ac_exec_ext in '' $ac_executable_extensions; do | |
4609 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
4610 | ac_cv_prog_CC="${ac_tool_prefix}gcc" | |
4611 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
4612 | break 2 | |
4613 | fi | |
4614 | done | |
4615 | done | |
4616 | IFS=$as_save_IFS | |
4617 | ||
4618 | fi | |
4619 | fi | |
4620 | CC=$ac_cv_prog_CC | |
4621 | if test -n "$CC"; then | |
4622 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 | |
4623 | $as_echo "$CC" >&6; } | |
4624 | else | |
4625 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
4626 | $as_echo "no" >&6; } | |
4627 | fi | |
4628 | ||
4629 | ||
4630 | fi | |
4631 | if test -z "$ac_cv_prog_CC"; then | |
4632 | ac_ct_CC=$CC | |
4633 | # Extract the first word of "gcc", so it can be a program name with args. | |
4634 | set dummy gcc; ac_word=$2 | |
4635 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | |
4636 | $as_echo_n "checking for $ac_word... " >&6; } | |
81ecdfbb RW |
4637 | if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : |
4638 | $as_echo_n "(cached) " >&6 | |
252b5132 | 4639 | else |
ce2cded5 L |
4640 | if test -n "$ac_ct_CC"; then |
4641 | ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. | |
252b5132 | 4642 | else |
ce2cded5 L |
4643 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
4644 | for as_dir in $PATH | |
4645 | do | |
4646 | IFS=$as_save_IFS | |
4647 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
4648 | for ac_exec_ext in '' $ac_executable_extensions; do |
4649 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
ce2cded5 | 4650 | ac_cv_prog_ac_ct_CC="gcc" |
81ecdfbb | 4651 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
ce2cded5 L |
4652 | break 2 |
4653 | fi | |
4654 | done | |
81ecdfbb RW |
4655 | done |
4656 | IFS=$as_save_IFS | |
4657 | ||
252b5132 RH |
4658 | fi |
4659 | fi | |
ce2cded5 L |
4660 | ac_ct_CC=$ac_cv_prog_ac_ct_CC |
4661 | if test -n "$ac_ct_CC"; then | |
81ecdfbb RW |
4662 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 |
4663 | $as_echo "$ac_ct_CC" >&6; } | |
252b5132 | 4664 | else |
81ecdfbb RW |
4665 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
4666 | $as_echo "no" >&6; } | |
252b5132 | 4667 | fi |
ce2cded5 | 4668 | |
81ecdfbb RW |
4669 | if test "x$ac_ct_CC" = x; then |
4670 | CC="" | |
4671 | else | |
4672 | case $cross_compiling:$ac_tool_warned in | |
4673 | yes:) | |
4674 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
4675 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
4676 | ac_tool_warned=yes ;; | |
4677 | esac | |
4678 | CC=$ac_ct_CC | |
4679 | fi | |
252b5132 | 4680 | else |
ce2cded5 | 4681 | CC="$ac_cv_prog_CC" |
252b5132 | 4682 | fi |
d7040cdb | 4683 | |
ce2cded5 | 4684 | if test -z "$CC"; then |
81ecdfbb RW |
4685 | if test -n "$ac_tool_prefix"; then |
4686 | # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. | |
ce2cded5 | 4687 | set dummy ${ac_tool_prefix}cc; ac_word=$2 |
81ecdfbb RW |
4688 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4689 | $as_echo_n "checking for $ac_word... " >&6; } | |
4690 | if test "${ac_cv_prog_CC+set}" = set; then : | |
4691 | $as_echo_n "(cached) " >&6 | |
252b5132 | 4692 | else |
ce2cded5 L |
4693 | if test -n "$CC"; then |
4694 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
252b5132 | 4695 | else |
ce2cded5 L |
4696 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
4697 | for as_dir in $PATH | |
4698 | do | |
4699 | IFS=$as_save_IFS | |
4700 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
4701 | for ac_exec_ext in '' $ac_executable_extensions; do |
4702 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
ce2cded5 | 4703 | ac_cv_prog_CC="${ac_tool_prefix}cc" |
81ecdfbb | 4704 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
ce2cded5 L |
4705 | break 2 |
4706 | fi | |
4707 | done | |
81ecdfbb RW |
4708 | done |
4709 | IFS=$as_save_IFS | |
ce2cded5 | 4710 | |
252b5132 RH |
4711 | fi |
4712 | fi | |
ce2cded5 L |
4713 | CC=$ac_cv_prog_CC |
4714 | if test -n "$CC"; then | |
81ecdfbb RW |
4715 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 |
4716 | $as_echo "$CC" >&6; } | |
ce2cded5 | 4717 | else |
81ecdfbb RW |
4718 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
4719 | $as_echo "no" >&6; } | |
ce2cded5 L |
4720 | fi |
4721 | ||
ce2cded5 | 4722 | |
81ecdfbb | 4723 | fi |
ce2cded5 L |
4724 | fi |
4725 | if test -z "$CC"; then | |
4726 | # Extract the first word of "cc", so it can be a program name with args. | |
4727 | set dummy cc; ac_word=$2 | |
81ecdfbb RW |
4728 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4729 | $as_echo_n "checking for $ac_word... " >&6; } | |
4730 | if test "${ac_cv_prog_CC+set}" = set; then : | |
4731 | $as_echo_n "(cached) " >&6 | |
ce2cded5 L |
4732 | else |
4733 | if test -n "$CC"; then | |
4734 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
4735 | else | |
4736 | ac_prog_rejected=no | |
4737 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
4738 | for as_dir in $PATH | |
4739 | do | |
4740 | IFS=$as_save_IFS | |
4741 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
4742 | for ac_exec_ext in '' $ac_executable_extensions; do |
4743 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
ce2cded5 L |
4744 | if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then |
4745 | ac_prog_rejected=yes | |
4746 | continue | |
4747 | fi | |
4748 | ac_cv_prog_CC="cc" | |
81ecdfbb | 4749 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
ce2cded5 L |
4750 | break 2 |
4751 | fi | |
4752 | done | |
81ecdfbb RW |
4753 | done |
4754 | IFS=$as_save_IFS | |
ce2cded5 L |
4755 | |
4756 | if test $ac_prog_rejected = yes; then | |
4757 | # We found a bogon in the path, so make sure we never use it. | |
4758 | set dummy $ac_cv_prog_CC | |
4759 | shift | |
4760 | if test $# != 0; then | |
4761 | # We chose a different compiler from the bogus one. | |
4762 | # However, it has the same basename, so the bogon will be chosen | |
4763 | # first if we set CC to just the basename; use the full file name. | |
4764 | shift | |
4765 | ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" | |
4766 | fi | |
4767 | fi | |
4768 | fi | |
4769 | fi | |
4770 | CC=$ac_cv_prog_CC | |
4771 | if test -n "$CC"; then | |
81ecdfbb RW |
4772 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 |
4773 | $as_echo "$CC" >&6; } | |
ce2cded5 | 4774 | else |
81ecdfbb RW |
4775 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
4776 | $as_echo "no" >&6; } | |
ce2cded5 L |
4777 | fi |
4778 | ||
81ecdfbb | 4779 | |
ce2cded5 L |
4780 | fi |
4781 | if test -z "$CC"; then | |
d7040cdb | 4782 | if test -n "$ac_tool_prefix"; then |
81ecdfbb | 4783 | for ac_prog in cl.exe |
d7040cdb SE |
4784 | do |
4785 | # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. | |
4786 | set dummy $ac_tool_prefix$ac_prog; ac_word=$2 | |
81ecdfbb RW |
4787 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4788 | $as_echo_n "checking for $ac_word... " >&6; } | |
4789 | if test "${ac_cv_prog_CC+set}" = set; then : | |
4790 | $as_echo_n "(cached) " >&6 | |
d7040cdb | 4791 | else |
ce2cded5 L |
4792 | if test -n "$CC"; then |
4793 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
d7040cdb SE |
4794 | else |
4795 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
4796 | for as_dir in $PATH | |
4797 | do | |
4798 | IFS=$as_save_IFS | |
4799 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
4800 | for ac_exec_ext in '' $ac_executable_extensions; do |
4801 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
ce2cded5 | 4802 | ac_cv_prog_CC="$ac_tool_prefix$ac_prog" |
81ecdfbb | 4803 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
d7040cdb SE |
4804 | break 2 |
4805 | fi | |
4806 | done | |
81ecdfbb RW |
4807 | done |
4808 | IFS=$as_save_IFS | |
d7040cdb SE |
4809 | |
4810 | fi | |
4811 | fi | |
ce2cded5 L |
4812 | CC=$ac_cv_prog_CC |
4813 | if test -n "$CC"; then | |
81ecdfbb RW |
4814 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 |
4815 | $as_echo "$CC" >&6; } | |
d7040cdb | 4816 | else |
81ecdfbb RW |
4817 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
4818 | $as_echo "no" >&6; } | |
d7040cdb SE |
4819 | fi |
4820 | ||
81ecdfbb | 4821 | |
ce2cded5 | 4822 | test -n "$CC" && break |
d7040cdb SE |
4823 | done |
4824 | fi | |
ce2cded5 L |
4825 | if test -z "$CC"; then |
4826 | ac_ct_CC=$CC | |
81ecdfbb | 4827 | for ac_prog in cl.exe |
d7040cdb SE |
4828 | do |
4829 | # Extract the first word of "$ac_prog", so it can be a program name with args. | |
4830 | set dummy $ac_prog; ac_word=$2 | |
81ecdfbb RW |
4831 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4832 | $as_echo_n "checking for $ac_word... " >&6; } | |
4833 | if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : | |
4834 | $as_echo_n "(cached) " >&6 | |
d7040cdb | 4835 | else |
ce2cded5 L |
4836 | if test -n "$ac_ct_CC"; then |
4837 | ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. | |
d7040cdb SE |
4838 | else |
4839 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
4840 | for as_dir in $PATH | |
4841 | do | |
4842 | IFS=$as_save_IFS | |
4843 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
4844 | for ac_exec_ext in '' $ac_executable_extensions; do |
4845 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
ce2cded5 | 4846 | ac_cv_prog_ac_ct_CC="$ac_prog" |
81ecdfbb | 4847 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
d7040cdb SE |
4848 | break 2 |
4849 | fi | |
4850 | done | |
81ecdfbb RW |
4851 | done |
4852 | IFS=$as_save_IFS | |
d7040cdb SE |
4853 | |
4854 | fi | |
4855 | fi | |
ce2cded5 L |
4856 | ac_ct_CC=$ac_cv_prog_ac_ct_CC |
4857 | if test -n "$ac_ct_CC"; then | |
81ecdfbb RW |
4858 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 |
4859 | $as_echo "$ac_ct_CC" >&6; } | |
d7040cdb | 4860 | else |
81ecdfbb RW |
4861 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
4862 | $as_echo "no" >&6; } | |
d7040cdb SE |
4863 | fi |
4864 | ||
81ecdfbb | 4865 | |
ce2cded5 | 4866 | test -n "$ac_ct_CC" && break |
d7040cdb | 4867 | done |
d7040cdb | 4868 | |
81ecdfbb RW |
4869 | if test "x$ac_ct_CC" = x; then |
4870 | CC="" | |
4871 | else | |
4872 | case $cross_compiling:$ac_tool_warned in | |
4873 | yes:) | |
4874 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
4875 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
4876 | ac_tool_warned=yes ;; | |
4877 | esac | |
4878 | CC=$ac_ct_CC | |
4879 | fi | |
d7040cdb SE |
4880 | fi |
4881 | ||
d7040cdb | 4882 | fi |
d7040cdb SE |
4883 | |
4884 | ||
81ecdfbb RW |
4885 | test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
4886 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
4887 | as_fn_error "no acceptable C compiler found in \$PATH | |
4888 | See \`config.log' for more details." "$LINENO" 5; } | |
d7040cdb | 4889 | |
ce2cded5 | 4890 | # Provide some information about the compiler. |
81ecdfbb RW |
4891 | $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 |
4892 | set X $ac_compile | |
4893 | ac_compiler=$2 | |
4894 | for ac_option in --version -v -V -qversion; do | |
4895 | { { ac_try="$ac_compiler $ac_option >&5" | |
4896 | case "(($ac_try" in | |
4897 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
4898 | *) ac_try_echo=$ac_try;; | |
4899 | esac | |
4900 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
4901 | $as_echo "$ac_try_echo"; } >&5 | |
4902 | (eval "$ac_compiler $ac_option >&5") 2>conftest.err | |
ce2cded5 | 4903 | ac_status=$? |
81ecdfbb RW |
4904 | if test -s conftest.err; then |
4905 | sed '10a\ | |
4906 | ... rest of stderr output deleted ... | |
4907 | 10q' conftest.err >conftest.er1 | |
4908 | cat conftest.er1 >&5 | |
4909 | rm -f conftest.er1 conftest.err | |
4910 | fi | |
4911 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
4912 | test $ac_status = 0; } | |
4913 | done | |
d7040cdb | 4914 | |
81ecdfbb RW |
4915 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 |
4916 | $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } | |
4917 | if test "${ac_cv_c_compiler_gnu+set}" = set; then : | |
4918 | $as_echo_n "(cached) " >&6 | |
d7040cdb | 4919 | else |
81ecdfbb | 4920 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
ce2cded5 | 4921 | /* end confdefs.h. */ |
d7040cdb | 4922 | |
ce2cded5 L |
4923 | int |
4924 | main () | |
4925 | { | |
4926 | #ifndef __GNUC__ | |
4927 | choke me | |
4928 | #endif | |
4929 | ||
4930 | ; | |
4931 | return 0; | |
4932 | } | |
4933 | _ACEOF | |
81ecdfbb | 4934 | if ac_fn_c_try_compile "$LINENO"; then : |
ce2cded5 | 4935 | ac_compiler_gnu=yes |
d7040cdb | 4936 | else |
81ecdfbb | 4937 | ac_compiler_gnu=no |
d7040cdb | 4938 | fi |
81ecdfbb | 4939 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
ce2cded5 | 4940 | ac_cv_c_compiler_gnu=$ac_compiler_gnu |
d7040cdb | 4941 | |
ce2cded5 | 4942 | fi |
81ecdfbb RW |
4943 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 |
4944 | $as_echo "$ac_cv_c_compiler_gnu" >&6; } | |
4945 | if test $ac_compiler_gnu = yes; then | |
4946 | GCC=yes | |
4947 | else | |
4948 | GCC= | |
4949 | fi | |
ce2cded5 L |
4950 | ac_test_CFLAGS=${CFLAGS+set} |
4951 | ac_save_CFLAGS=$CFLAGS | |
81ecdfbb RW |
4952 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 |
4953 | $as_echo_n "checking whether $CC accepts -g... " >&6; } | |
4954 | if test "${ac_cv_prog_cc_g+set}" = set; then : | |
4955 | $as_echo_n "(cached) " >&6 | |
4956 | else | |
4957 | ac_save_c_werror_flag=$ac_c_werror_flag | |
4958 | ac_c_werror_flag=yes | |
4959 | ac_cv_prog_cc_g=no | |
4960 | CFLAGS="-g" | |
4961 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
ce2cded5 | 4962 | /* end confdefs.h. */ |
d7040cdb | 4963 | |
ce2cded5 L |
4964 | int |
4965 | main () | |
4966 | { | |
d7040cdb | 4967 | |
ce2cded5 L |
4968 | ; |
4969 | return 0; | |
4970 | } | |
4971 | _ACEOF | |
81ecdfbb | 4972 | if ac_fn_c_try_compile "$LINENO"; then : |
ce2cded5 L |
4973 | ac_cv_prog_cc_g=yes |
4974 | else | |
81ecdfbb RW |
4975 | CFLAGS="" |
4976 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
4977 | /* end confdefs.h. */ | |
4978 | ||
4979 | int | |
4980 | main () | |
4981 | { | |
4982 | ||
4983 | ; | |
4984 | return 0; | |
4985 | } | |
4986 | _ACEOF | |
4987 | if ac_fn_c_try_compile "$LINENO"; then : | |
4988 | ||
4989 | else | |
4990 | ac_c_werror_flag=$ac_save_c_werror_flag | |
4991 | CFLAGS="-g" | |
4992 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
4993 | /* end confdefs.h. */ | |
4994 | ||
4995 | int | |
4996 | main () | |
4997 | { | |
d7040cdb | 4998 | |
81ecdfbb RW |
4999 | ; |
5000 | return 0; | |
5001 | } | |
5002 | _ACEOF | |
5003 | if ac_fn_c_try_compile "$LINENO"; then : | |
5004 | ac_cv_prog_cc_g=yes | |
5005 | fi | |
5006 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
5007 | fi | |
5008 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
d7040cdb | 5009 | fi |
81ecdfbb RW |
5010 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
5011 | ac_c_werror_flag=$ac_save_c_werror_flag | |
ce2cded5 | 5012 | fi |
81ecdfbb RW |
5013 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 |
5014 | $as_echo "$ac_cv_prog_cc_g" >&6; } | |
ce2cded5 L |
5015 | if test "$ac_test_CFLAGS" = set; then |
5016 | CFLAGS=$ac_save_CFLAGS | |
5017 | elif test $ac_cv_prog_cc_g = yes; then | |
5018 | if test "$GCC" = yes; then | |
5019 | CFLAGS="-g -O2" | |
5020 | else | |
5021 | CFLAGS="-g" | |
5022 | fi | |
d7040cdb | 5023 | else |
ce2cded5 L |
5024 | if test "$GCC" = yes; then |
5025 | CFLAGS="-O2" | |
5026 | else | |
5027 | CFLAGS= | |
5028 | fi | |
d7040cdb | 5029 | fi |
81ecdfbb RW |
5030 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 |
5031 | $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } | |
5032 | if test "${ac_cv_prog_cc_c89+set}" = set; then : | |
5033 | $as_echo_n "(cached) " >&6 | |
d7040cdb | 5034 | else |
81ecdfbb | 5035 | ac_cv_prog_cc_c89=no |
ce2cded5 | 5036 | ac_save_CC=$CC |
81ecdfbb | 5037 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
ce2cded5 L |
5038 | /* end confdefs.h. */ |
5039 | #include <stdarg.h> | |
5040 | #include <stdio.h> | |
5041 | #include <sys/types.h> | |
5042 | #include <sys/stat.h> | |
5043 | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | |
5044 | struct buf { int x; }; | |
5045 | FILE * (*rcsopen) (struct buf *, struct stat *, int); | |
5046 | static char *e (p, i) | |
5047 | char **p; | |
5048 | int i; | |
5049 | { | |
5050 | return p[i]; | |
5051 | } | |
5052 | static char *f (char * (*g) (char **, int), char **p, ...) | |
5053 | { | |
5054 | char *s; | |
5055 | va_list v; | |
5056 | va_start (v,p); | |
5057 | s = g (p, va_arg (v,int)); | |
5058 | va_end (v); | |
5059 | return s; | |
5060 | } | |
d7040cdb | 5061 | |
ce2cded5 L |
5062 | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has |
5063 | function prototypes and stuff, but not '\xHH' hex character constants. | |
5064 | These don't provoke an error unfortunately, instead are silently treated | |
81ecdfbb | 5065 | as 'x'. The following induces an error, until -std is added to get |
ce2cded5 L |
5066 | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an |
5067 | array size at least. It's necessary to write '\x00'==0 to get something | |
81ecdfbb | 5068 | that's true only with -std. */ |
ce2cded5 | 5069 | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; |
d7040cdb | 5070 | |
81ecdfbb RW |
5071 | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters |
5072 | inside strings and character constants. */ | |
5073 | #define FOO(x) 'x' | |
5074 | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; | |
5075 | ||
ce2cded5 L |
5076 | int test (int i, double x); |
5077 | struct s1 {int (*f) (int a);}; | |
5078 | struct s2 {int (*f) (double a);}; | |
5079 | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | |
5080 | int argc; | |
5081 | char **argv; | |
5082 | int | |
5083 | main () | |
5084 | { | |
5085 | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | |
5086 | ; | |
5087 | return 0; | |
5088 | } | |
5089 | _ACEOF | |
81ecdfbb RW |
5090 | for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ |
5091 | -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" | |
ce2cded5 L |
5092 | do |
5093 | CC="$ac_save_CC $ac_arg" | |
81ecdfbb RW |
5094 | if ac_fn_c_try_compile "$LINENO"; then : |
5095 | ac_cv_prog_cc_c89=$ac_arg | |
ce2cded5 | 5096 | fi |
81ecdfbb RW |
5097 | rm -f core conftest.err conftest.$ac_objext |
5098 | test "x$ac_cv_prog_cc_c89" != "xno" && break | |
ce2cded5 | 5099 | done |
81ecdfbb | 5100 | rm -f conftest.$ac_ext |
ce2cded5 | 5101 | CC=$ac_save_CC |
d7040cdb | 5102 | |
ce2cded5 | 5103 | fi |
81ecdfbb RW |
5104 | # AC_CACHE_VAL |
5105 | case "x$ac_cv_prog_cc_c89" in | |
5106 | x) | |
5107 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 | |
5108 | $as_echo "none needed" >&6; } ;; | |
5109 | xno) | |
5110 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 | |
5111 | $as_echo "unsupported" >&6; } ;; | |
ce2cded5 | 5112 | *) |
81ecdfbb RW |
5113 | CC="$CC $ac_cv_prog_cc_c89" |
5114 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 | |
5115 | $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; | |
d7040cdb | 5116 | esac |
81ecdfbb | 5117 | if test "x$ac_cv_prog_cc_c89" != xno; then : |
d7040cdb | 5118 | |
ce2cded5 | 5119 | fi |
d7040cdb | 5120 | |
ce2cded5 L |
5121 | ac_ext=c |
5122 | ac_cpp='$CPP $CPPFLAGS' | |
5123 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
5124 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
5125 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
d7040cdb | 5126 | |
81ecdfbb RW |
5127 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 |
5128 | $as_echo_n "checking for ANSI C header files... " >&6; } | |
5129 | if test "${ac_cv_header_stdc+set}" = set; then : | |
5130 | $as_echo_n "(cached) " >&6 | |
5131 | else | |
5132 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
5133 | /* end confdefs.h. */ | |
5134 | #include <stdlib.h> | |
5135 | #include <stdarg.h> | |
5136 | #include <string.h> | |
5137 | #include <float.h> | |
5138 | ||
5139 | int | |
5140 | main () | |
5141 | { | |
5142 | ||
5143 | ; | |
5144 | return 0; | |
5145 | } | |
5146 | _ACEOF | |
5147 | if ac_fn_c_try_compile "$LINENO"; then : | |
5148 | ac_cv_header_stdc=yes | |
5149 | else | |
5150 | ac_cv_header_stdc=no | |
7357c5b6 | 5151 | fi |
81ecdfbb | 5152 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
42ecbf5e | 5153 | |
7357c5b6 AM |
5154 | if test $ac_cv_header_stdc = yes; then |
5155 | # SunOS 4.x string.h does not declare mem*, contrary to ANSI. | |
81ecdfbb | 5156 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
7357c5b6 AM |
5157 | /* end confdefs.h. */ |
5158 | #include <string.h> | |
ac48eca1 | 5159 | |
7357c5b6 AM |
5160 | _ACEOF |
5161 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
81ecdfbb RW |
5162 | $EGREP "memchr" >/dev/null 2>&1; then : |
5163 | ||
7357c5b6 AM |
5164 | else |
5165 | ac_cv_header_stdc=no | |
5166 | fi | |
5167 | rm -f conftest* | |
252b5132 | 5168 | |
7357c5b6 | 5169 | fi |
252b5132 | 5170 | |
7357c5b6 AM |
5171 | if test $ac_cv_header_stdc = yes; then |
5172 | # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. | |
81ecdfbb | 5173 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
7357c5b6 AM |
5174 | /* end confdefs.h. */ |
5175 | #include <stdlib.h> | |
42ecbf5e | 5176 | |
7357c5b6 AM |
5177 | _ACEOF |
5178 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
81ecdfbb RW |
5179 | $EGREP "free" >/dev/null 2>&1; then : |
5180 | ||
7357c5b6 AM |
5181 | else |
5182 | ac_cv_header_stdc=no | |
5183 | fi | |
5184 | rm -f conftest* | |
ac48eca1 | 5185 | |
7357c5b6 | 5186 | fi |
d7040cdb | 5187 | |
7357c5b6 AM |
5188 | if test $ac_cv_header_stdc = yes; then |
5189 | # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. | |
81ecdfbb | 5190 | if test "$cross_compiling" = yes; then : |
7357c5b6 AM |
5191 | : |
5192 | else | |
81ecdfbb | 5193 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
7357c5b6 AM |
5194 | /* end confdefs.h. */ |
5195 | #include <ctype.h> | |
81ecdfbb | 5196 | #include <stdlib.h> |
7357c5b6 AM |
5197 | #if ((' ' & 0x0FF) == 0x020) |
5198 | # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') | |
5199 | # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) | |
5200 | #else | |
5201 | # define ISLOWER(c) \ | |
5202 | (('a' <= (c) && (c) <= 'i') \ | |
5203 | || ('j' <= (c) && (c) <= 'r') \ | |
5204 | || ('s' <= (c) && (c) <= 'z')) | |
5205 | # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) | |
5206 | #endif | |
d7040cdb | 5207 | |
7357c5b6 AM |
5208 | #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) |
5209 | int | |
5210 | main () | |
5211 | { | |
5212 | int i; | |
5213 | for (i = 0; i < 256; i++) | |
5214 | if (XOR (islower (i), ISLOWER (i)) | |
5215 | || toupper (i) != TOUPPER (i)) | |
81ecdfbb RW |
5216 | return 2; |
5217 | return 0; | |
7357c5b6 AM |
5218 | } |
5219 | _ACEOF | |
81ecdfbb | 5220 | if ac_fn_c_try_run "$LINENO"; then : |
7357c5b6 | 5221 | |
81ecdfbb RW |
5222 | else |
5223 | ac_cv_header_stdc=no | |
252b5132 | 5224 | fi |
81ecdfbb RW |
5225 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ |
5226 | conftest.$ac_objext conftest.beam conftest.$ac_ext | |
7357c5b6 | 5227 | fi |
81ecdfbb | 5228 | |
7357c5b6 AM |
5229 | fi |
5230 | fi | |
81ecdfbb RW |
5231 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5 |
5232 | $as_echo "$ac_cv_header_stdc" >&6; } | |
7357c5b6 | 5233 | if test $ac_cv_header_stdc = yes; then |
252b5132 | 5234 | |
81ecdfbb | 5235 | $as_echo "#define STDC_HEADERS 1" >>confdefs.h |
252b5132 | 5236 | |
ce2cded5 | 5237 | fi |
252b5132 | 5238 | |
7357c5b6 | 5239 | # On IRIX 5.3, sys/types and inttypes.h are conflicting. |
7357c5b6 AM |
5240 | for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ |
5241 | inttypes.h stdint.h unistd.h | |
81ecdfbb RW |
5242 | do : |
5243 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
5244 | ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default | |
5245 | " | |
5246 | eval as_val=\$$as_ac_Header | |
5247 | if test "x$as_val" = x""yes; then : | |
7357c5b6 | 5248 | cat >>confdefs.h <<_ACEOF |
81ecdfbb | 5249 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
7357c5b6 | 5250 | _ACEOF |
42ecbf5e | 5251 | |
7357c5b6 | 5252 | fi |
42ecbf5e | 5253 | |
7357c5b6 | 5254 | done |
42ecbf5e DJ |
5255 | |
5256 | ||
5257 | ||
81ecdfbb RW |
5258 | ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default" |
5259 | if test "x$ac_cv_header_minix_config_h" = x""yes; then : | |
7357c5b6 | 5260 | MINIX=yes |
ce2cded5 | 5261 | else |
7357c5b6 | 5262 | MINIX= |
ce2cded5 | 5263 | fi |
42ecbf5e | 5264 | |
e5a52504 | 5265 | |
7357c5b6 AM |
5266 | if test "$MINIX" = yes; then |
5267 | ||
81ecdfbb | 5268 | $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h |
d7040cdb | 5269 | |
d7040cdb | 5270 | |
81ecdfbb | 5271 | $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h |
d7040cdb | 5272 | |
d7040cdb | 5273 | |
81ecdfbb | 5274 | $as_echo "#define _MINIX 1" >>confdefs.h |
d7040cdb | 5275 | |
7357c5b6 | 5276 | fi |
d7040cdb | 5277 | |
d7040cdb | 5278 | |
81ecdfbb RW |
5279 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5 |
5280 | $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; } | |
5281 | if test "${ac_cv_safe_to_define___extensions__+set}" = set; then : | |
5282 | $as_echo_n "(cached) " >&6 | |
ce2cded5 | 5283 | else |
81ecdfbb | 5284 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
7357c5b6 AM |
5285 | /* end confdefs.h. */ |
5286 | ||
5287 | # define __EXTENSIONS__ 1 | |
5288 | $ac_includes_default | |
5289 | int | |
5290 | main () | |
5291 | { | |
5292 | ||
5293 | ; | |
5294 | return 0; | |
5295 | } | |
5296 | _ACEOF | |
81ecdfbb | 5297 | if ac_fn_c_try_compile "$LINENO"; then : |
7357c5b6 | 5298 | ac_cv_safe_to_define___extensions__=yes |
ce2cded5 | 5299 | else |
81ecdfbb | 5300 | ac_cv_safe_to_define___extensions__=no |
ce2cded5 | 5301 | fi |
81ecdfbb | 5302 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
ce2cded5 | 5303 | fi |
81ecdfbb RW |
5304 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5 |
5305 | $as_echo "$ac_cv_safe_to_define___extensions__" >&6; } | |
7357c5b6 | 5306 | test $ac_cv_safe_to_define___extensions__ = yes && |
81ecdfbb | 5307 | $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h |
7357c5b6 | 5308 | |
81ecdfbb | 5309 | $as_echo "#define _ALL_SOURCE 1" >>confdefs.h |
7357c5b6 | 5310 | |
81ecdfbb | 5311 | $as_echo "#define _GNU_SOURCE 1" >>confdefs.h |
7357c5b6 | 5312 | |
81ecdfbb RW |
5313 | $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h |
5314 | ||
5315 | $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h | |
7357c5b6 | 5316 | |
7357c5b6 AM |
5317 | |
5318 | ||
d053aef8 | 5319 | |
da2f07f1 | 5320 | |
3388710e JM |
5321 | # The tests for host and target for $enable_largefile require |
5322 | # canonical names. | |
5323 | ||
5324 | ||
5325 | ||
da2f07f1 JK |
5326 | # As the $enable_largefile decision depends on --enable-plugins we must set it |
5327 | # even in directories otherwise not depending on the $plugins option. | |
5328 | ||
5329 | ||
5330 | # Check whether --enable-plugins was given. | |
5331 | if test "${enable_plugins+set}" = set; then : | |
5332 | enableval=$enable_plugins; case "${enableval}" in | |
5333 | yes | "") plugins=yes ;; | |
5334 | no) plugins=no ;; | |
5335 | *) plugins=yes ;; | |
5336 | esac | |
5337 | else | |
5338 | plugins=no | |
5339 | fi | |
5340 | ||
5341 | ||
5342 | ||
5343 | case "${host}" in | |
5344 | sparc-*-solaris*|i[3-7]86-*-solaris*) | |
5345 | # On native 32bit sparc and ia32 solaris, large-file and procfs support | |
5346 | # are mutually exclusive; and without procfs support, the bfd/ elf module | |
5347 | # cannot provide certain routines such as elfcore_write_prpsinfo | |
5348 | # or elfcore_write_prstatus. So unless the user explicitly requested | |
5349 | # large-file support through the --enable-largefile switch, disable | |
5350 | # large-file support in favor of procfs support. | |
5351 | test "${target}" = "${host}" -a "x$plugins" = xno \ | |
5352 | && : ${enable_largefile="no"} | |
5353 | ;; | |
5354 | esac | |
5355 | ||
81ecdfbb RW |
5356 | # Check whether --enable-largefile was given. |
5357 | if test "${enable_largefile+set}" = set; then : | |
5358 | enableval=$enable_largefile; | |
5359 | fi | |
5360 | ||
d053aef8 JK |
5361 | if test "$enable_largefile" != no; then |
5362 | ||
81ecdfbb RW |
5363 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5 |
5364 | $as_echo_n "checking for special C compiler options needed for large files... " >&6; } | |
5365 | if test "${ac_cv_sys_largefile_CC+set}" = set; then : | |
5366 | $as_echo_n "(cached) " >&6 | |
d053aef8 JK |
5367 | else |
5368 | ac_cv_sys_largefile_CC=no | |
5369 | if test "$GCC" != yes; then | |
5370 | ac_save_CC=$CC | |
5371 | while :; do | |
81ecdfbb RW |
5372 | # IRIX 6.2 and later do not support large files by default, |
5373 | # so use the C compiler's -n32 option if that helps. | |
5374 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
d053aef8 JK |
5375 | /* end confdefs.h. */ |
5376 | #include <sys/types.h> | |
5377 | /* Check that off_t can represent 2**63 - 1 correctly. | |
5378 | We can't simply define LARGE_OFF_T to be 9223372036854775807, | |
5379 | since some C++ compilers masquerading as C compilers | |
5380 | incorrectly reject 9223372036854775807. */ | |
5381 | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | |
5382 | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | |
5383 | && LARGE_OFF_T % 2147483647 == 1) | |
5384 | ? 1 : -1]; | |
5385 | int | |
5386 | main () | |
5387 | { | |
5388 | ||
5389 | ; | |
5390 | return 0; | |
5391 | } | |
5392 | _ACEOF | |
81ecdfbb | 5393 | if ac_fn_c_try_compile "$LINENO"; then : |
d053aef8 | 5394 | break |
d053aef8 | 5395 | fi |
81ecdfbb RW |
5396 | rm -f core conftest.err conftest.$ac_objext |
5397 | CC="$CC -n32" | |
5398 | if ac_fn_c_try_compile "$LINENO"; then : | |
d053aef8 | 5399 | ac_cv_sys_largefile_CC=' -n32'; break |
d053aef8 | 5400 | fi |
81ecdfbb | 5401 | rm -f core conftest.err conftest.$ac_objext |
d053aef8 JK |
5402 | break |
5403 | done | |
5404 | CC=$ac_save_CC | |
5405 | rm -f conftest.$ac_ext | |
5406 | fi | |
5407 | fi | |
81ecdfbb RW |
5408 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5 |
5409 | $as_echo "$ac_cv_sys_largefile_CC" >&6; } | |
d053aef8 JK |
5410 | if test "$ac_cv_sys_largefile_CC" != no; then |
5411 | CC=$CC$ac_cv_sys_largefile_CC | |
5412 | fi | |
5413 | ||
81ecdfbb RW |
5414 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5 |
5415 | $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; } | |
5416 | if test "${ac_cv_sys_file_offset_bits+set}" = set; then : | |
5417 | $as_echo_n "(cached) " >&6 | |
d053aef8 JK |
5418 | else |
5419 | while :; do | |
81ecdfbb | 5420 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
d053aef8 JK |
5421 | /* end confdefs.h. */ |
5422 | #include <sys/types.h> | |
5423 | /* Check that off_t can represent 2**63 - 1 correctly. | |
5424 | We can't simply define LARGE_OFF_T to be 9223372036854775807, | |
5425 | since some C++ compilers masquerading as C compilers | |
5426 | incorrectly reject 9223372036854775807. */ | |
5427 | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | |
5428 | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | |
5429 | && LARGE_OFF_T % 2147483647 == 1) | |
5430 | ? 1 : -1]; | |
5431 | int | |
5432 | main () | |
5433 | { | |
5434 | ||
5435 | ; | |
5436 | return 0; | |
5437 | } | |
5438 | _ACEOF | |
81ecdfbb RW |
5439 | if ac_fn_c_try_compile "$LINENO"; then : |
5440 | ac_cv_sys_file_offset_bits=no; break | |
d053aef8 | 5441 | fi |
81ecdfbb RW |
5442 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
5443 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
d053aef8 JK |
5444 | /* end confdefs.h. */ |
5445 | #define _FILE_OFFSET_BITS 64 | |
5446 | #include <sys/types.h> | |
5447 | /* Check that off_t can represent 2**63 - 1 correctly. | |
5448 | We can't simply define LARGE_OFF_T to be 9223372036854775807, | |
5449 | since some C++ compilers masquerading as C compilers | |
5450 | incorrectly reject 9223372036854775807. */ | |
5451 | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | |
5452 | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | |
5453 | && LARGE_OFF_T % 2147483647 == 1) | |
5454 | ? 1 : -1]; | |
5455 | int | |
5456 | main () | |
5457 | { | |
5458 | ||
5459 | ; | |
5460 | return 0; | |
5461 | } | |
5462 | _ACEOF | |
81ecdfbb | 5463 | if ac_fn_c_try_compile "$LINENO"; then : |
d053aef8 | 5464 | ac_cv_sys_file_offset_bits=64; break |
d053aef8 | 5465 | fi |
81ecdfbb RW |
5466 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
5467 | ac_cv_sys_file_offset_bits=unknown | |
d053aef8 JK |
5468 | break |
5469 | done | |
5470 | fi | |
81ecdfbb RW |
5471 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5 |
5472 | $as_echo "$ac_cv_sys_file_offset_bits" >&6; } | |
5473 | case $ac_cv_sys_file_offset_bits in #( | |
5474 | no | unknown) ;; | |
5475 | *) | |
d053aef8 JK |
5476 | cat >>confdefs.h <<_ACEOF |
5477 | #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits | |
5478 | _ACEOF | |
81ecdfbb RW |
5479 | ;; |
5480 | esac | |
5481 | rm -rf conftest* | |
5482 | if test $ac_cv_sys_file_offset_bits = unknown; then | |
5483 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5 | |
5484 | $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; } | |
5485 | if test "${ac_cv_sys_large_files+set}" = set; then : | |
5486 | $as_echo_n "(cached) " >&6 | |
d053aef8 JK |
5487 | else |
5488 | while :; do | |
81ecdfbb | 5489 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
d053aef8 JK |
5490 | /* end confdefs.h. */ |
5491 | #include <sys/types.h> | |
5492 | /* Check that off_t can represent 2**63 - 1 correctly. | |
5493 | We can't simply define LARGE_OFF_T to be 9223372036854775807, | |
5494 | since some C++ compilers masquerading as C compilers | |
5495 | incorrectly reject 9223372036854775807. */ | |
5496 | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | |
5497 | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | |
5498 | && LARGE_OFF_T % 2147483647 == 1) | |
5499 | ? 1 : -1]; | |
5500 | int | |
5501 | main () | |
5502 | { | |
5503 | ||
5504 | ; | |
5505 | return 0; | |
5506 | } | |
5507 | _ACEOF | |
81ecdfbb RW |
5508 | if ac_fn_c_try_compile "$LINENO"; then : |
5509 | ac_cv_sys_large_files=no; break | |
d053aef8 | 5510 | fi |
81ecdfbb RW |
5511 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
5512 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
d053aef8 JK |
5513 | /* end confdefs.h. */ |
5514 | #define _LARGE_FILES 1 | |
5515 | #include <sys/types.h> | |
5516 | /* Check that off_t can represent 2**63 - 1 correctly. | |
5517 | We can't simply define LARGE_OFF_T to be 9223372036854775807, | |
5518 | since some C++ compilers masquerading as C compilers | |
5519 | incorrectly reject 9223372036854775807. */ | |
5520 | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | |
5521 | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | |
5522 | && LARGE_OFF_T % 2147483647 == 1) | |
5523 | ? 1 : -1]; | |
5524 | int | |
5525 | main () | |
5526 | { | |
5527 | ||
5528 | ; | |
5529 | return 0; | |
5530 | } | |
5531 | _ACEOF | |
81ecdfbb | 5532 | if ac_fn_c_try_compile "$LINENO"; then : |
d053aef8 | 5533 | ac_cv_sys_large_files=1; break |
d053aef8 | 5534 | fi |
81ecdfbb RW |
5535 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
5536 | ac_cv_sys_large_files=unknown | |
d053aef8 JK |
5537 | break |
5538 | done | |
5539 | fi | |
81ecdfbb RW |
5540 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5 |
5541 | $as_echo "$ac_cv_sys_large_files" >&6; } | |
5542 | case $ac_cv_sys_large_files in #( | |
5543 | no | unknown) ;; | |
5544 | *) | |
d053aef8 JK |
5545 | cat >>confdefs.h <<_ACEOF |
5546 | #define _LARGE_FILES $ac_cv_sys_large_files | |
5547 | _ACEOF | |
81ecdfbb RW |
5548 | ;; |
5549 | esac | |
5550 | rm -rf conftest* | |
5551 | fi | |
d053aef8 JK |
5552 | fi |
5553 | ||
42ecbf5e | 5554 | |
42ecbf5e | 5555 | |
da2f07f1 | 5556 | |
b214d478 SE |
5557 | case `pwd` in |
5558 | *\ * | *\ *) | |
81ecdfbb RW |
5559 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5 |
5560 | $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;; | |
b214d478 | 5561 | esac |
252b5132 | 5562 | |
42ecbf5e | 5563 | |
d7040cdb | 5564 | |
3725885a RW |
5565 | macro_version='2.2.7a' |
5566 | macro_revision='1.3134' | |
d7040cdb | 5567 | |
d7040cdb SE |
5568 | |
5569 | ||
d7040cdb | 5570 | |
d7040cdb | 5571 | |
42ecbf5e | 5572 | |
d7040cdb | 5573 | |
252b5132 | 5574 | |
252b5132 | 5575 | |
252b5132 | 5576 | |
252b5132 RH |
5577 | |
5578 | ||
ce2cded5 | 5579 | |
b214d478 | 5580 | ltmain="$ac_aux_dir/ltmain.sh" |
ce2cded5 | 5581 | |
3725885a RW |
5582 | # Backslashify metacharacters that are still active within |
5583 | # double-quoted strings. | |
5584 | sed_quote_subst='s/\(["`$\\]\)/\\\1/g' | |
5585 | ||
5586 | # Same as above, but do not quote variable references. | |
5587 | double_quote_subst='s/\(["`\\]\)/\\\1/g' | |
5588 | ||
5589 | # Sed substitution to delay expansion of an escaped shell variable in a | |
5590 | # double_quote_subst'ed string. | |
5591 | delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' | |
5592 | ||
5593 | # Sed substitution to delay expansion of an escaped single quote. | |
5594 | delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' | |
5595 | ||
5596 | # Sed substitution to avoid accidental globbing in evaled expressions | |
5597 | no_glob_subst='s/\*/\\\*/g' | |
5598 | ||
5599 | ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' | |
5600 | ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO | |
5601 | ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO | |
5602 | ||
5603 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 | |
5604 | $as_echo_n "checking how to print strings... " >&6; } | |
5605 | # Test print first, because it will be a builtin if present. | |
5606 | if test "X`print -r -- -n 2>/dev/null`" = X-n && \ | |
5607 | test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then | |
5608 | ECHO='print -r --' | |
5609 | elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then | |
5610 | ECHO='printf %s\n' | |
5611 | else | |
5612 | # Use this function as a fallback that always works. | |
5613 | func_fallback_echo () | |
5614 | { | |
5615 | eval 'cat <<_LTECHO_EOF | |
5616 | $1 | |
5617 | _LTECHO_EOF' | |
5618 | } | |
5619 | ECHO='func_fallback_echo' | |
5620 | fi | |
5621 | ||
5622 | # func_echo_all arg... | |
5623 | # Invoke $ECHO with all args, space-separated. | |
5624 | func_echo_all () | |
5625 | { | |
5626 | $ECHO "" | |
5627 | } | |
5628 | ||
5629 | case "$ECHO" in | |
5630 | printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5 | |
5631 | $as_echo "printf" >&6; } ;; | |
5632 | print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5 | |
5633 | $as_echo "print -r" >&6; } ;; | |
5634 | *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5 | |
5635 | $as_echo "cat" >&6; } ;; | |
5636 | esac | |
5637 | ||
5638 | ||
5639 | ||
5640 | ||
5641 | ||
5642 | ||
5643 | ||
5644 | ||
5645 | ||
5646 | ||
5647 | ||
5648 | ||
5649 | ||
5650 | ||
81ecdfbb RW |
5651 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 |
5652 | $as_echo_n "checking for a sed that does not truncate output... " >&6; } | |
5653 | if test "${ac_cv_path_SED+set}" = set; then : | |
5654 | $as_echo_n "(cached) " >&6 | |
5655 | else | |
5656 | ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ | |
5657 | for ac_i in 1 2 3 4 5 6 7; do | |
5658 | ac_script="$ac_script$as_nl$ac_script" | |
5659 | done | |
5660 | echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed | |
5661 | { ac_script=; unset ac_script;} | |
5662 | if test -z "$SED"; then | |
5663 | ac_path_SED_found=false | |
5664 | # Loop through the user's path and test for each of PROGNAME-LIST | |
5665 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
7357c5b6 AM |
5666 | for as_dir in $PATH |
5667 | do | |
5668 | IFS=$as_save_IFS | |
5669 | test -z "$as_dir" && as_dir=. | |
81ecdfbb | 5670 | for ac_prog in sed gsed; do |
7357c5b6 | 5671 | for ac_exec_ext in '' $ac_executable_extensions; do |
81ecdfbb RW |
5672 | ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" |
5673 | { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue | |
5674 | # Check for GNU ac_path_SED and select it if it is found. | |
5675 | # Check for GNU $ac_path_SED | |
5676 | case `"$ac_path_SED" --version 2>&1` in | |
5677 | *GNU*) | |
5678 | ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; | |
5679 | *) | |
5680 | ac_count=0 | |
5681 | $as_echo_n 0123456789 >"conftest.in" | |
5682 | while : | |
5683 | do | |
5684 | cat "conftest.in" "conftest.in" >"conftest.tmp" | |
5685 | mv "conftest.tmp" "conftest.in" | |
5686 | cp "conftest.in" "conftest.nl" | |
5687 | $as_echo '' >> "conftest.nl" | |
5688 | "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break | |
5689 | diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break | |
5690 | as_fn_arith $ac_count + 1 && ac_count=$as_val | |
5691 | if test $ac_count -gt ${ac_path_SED_max-0}; then | |
5692 | # Best one so far, save it but keep looking for a better one | |
5693 | ac_cv_path_SED="$ac_path_SED" | |
5694 | ac_path_SED_max=$ac_count | |
5695 | fi | |
5696 | # 10*(2^10) chars as input seems more than enough | |
5697 | test $ac_count -gt 10 && break | |
5698 | done | |
5699 | rm -f conftest.in conftest.tmp conftest.nl conftest.out;; | |
5700 | esac | |
5701 | ||
5702 | $ac_path_SED_found && break 3 | |
7357c5b6 AM |
5703 | done |
5704 | done | |
81ecdfbb | 5705 | done |
7357c5b6 | 5706 | IFS=$as_save_IFS |
81ecdfbb RW |
5707 | if test -z "$ac_cv_path_SED"; then |
5708 | as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5 | |
ce2cded5 | 5709 | fi |
81ecdfbb RW |
5710 | else |
5711 | ac_cv_path_SED=$SED | |
7357c5b6 | 5712 | fi |
20e95c23 | 5713 | |
81ecdfbb RW |
5714 | fi |
5715 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5 | |
5716 | $as_echo "$ac_cv_path_SED" >&6; } | |
5717 | SED="$ac_cv_path_SED" | |
5718 | rm -f conftest.sed | |
20e95c23 | 5719 | |
7357c5b6 AM |
5720 | test -z "$SED" && SED=sed |
5721 | Xsed="$SED -e 1s/^X//" | |
20e95c23 DJ |
5722 | |
5723 | ||
5724 | ||
5725 | ||
5726 | ||
5727 | ||
20e95c23 | 5728 | |
20e95c23 | 5729 | |
d7040cdb | 5730 | |
d7040cdb | 5731 | |
7357c5b6 | 5732 | |
81ecdfbb RW |
5733 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5 |
5734 | $as_echo_n "checking for fgrep... " >&6; } | |
5735 | if test "${ac_cv_path_FGREP+set}" = set; then : | |
5736 | $as_echo_n "(cached) " >&6 | |
7357c5b6 | 5737 | else |
81ecdfbb RW |
5738 | if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1 |
5739 | then ac_cv_path_FGREP="$GREP -F" | |
5740 | else | |
5741 | if test -z "$FGREP"; then | |
5742 | ac_path_FGREP_found=false | |
5743 | # Loop through the user's path and test for each of PROGNAME-LIST | |
5744 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
5745 | for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin | |
5746 | do | |
5747 | IFS=$as_save_IFS | |
5748 | test -z "$as_dir" && as_dir=. | |
5749 | for ac_prog in fgrep; do | |
5750 | for ac_exec_ext in '' $ac_executable_extensions; do | |
5751 | ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext" | |
5752 | { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue | |
5753 | # Check for GNU ac_path_FGREP and select it if it is found. | |
5754 | # Check for GNU $ac_path_FGREP | |
5755 | case `"$ac_path_FGREP" --version 2>&1` in | |
5756 | *GNU*) | |
5757 | ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;; | |
5758 | *) | |
5759 | ac_count=0 | |
5760 | $as_echo_n 0123456789 >"conftest.in" | |
5761 | while : | |
5762 | do | |
5763 | cat "conftest.in" "conftest.in" >"conftest.tmp" | |
5764 | mv "conftest.tmp" "conftest.in" | |
5765 | cp "conftest.in" "conftest.nl" | |
5766 | $as_echo 'FGREP' >> "conftest.nl" | |
5767 | "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break | |
5768 | diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break | |
5769 | as_fn_arith $ac_count + 1 && ac_count=$as_val | |
5770 | if test $ac_count -gt ${ac_path_FGREP_max-0}; then | |
5771 | # Best one so far, save it but keep looking for a better one | |
5772 | ac_cv_path_FGREP="$ac_path_FGREP" | |
5773 | ac_path_FGREP_max=$ac_count | |
7357c5b6 | 5774 | fi |
81ecdfbb RW |
5775 | # 10*(2^10) chars as input seems more than enough |
5776 | test $ac_count -gt 10 && break | |
5777 | done | |
5778 | rm -f conftest.in conftest.tmp conftest.nl conftest.out;; | |
5779 | esac | |
5780 | ||
5781 | $ac_path_FGREP_found && break 3 | |
5782 | done | |
5783 | done | |
5784 | done | |
5785 | IFS=$as_save_IFS | |
5786 | if test -z "$ac_cv_path_FGREP"; then | |
5787 | as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 | |
5788 | fi | |
5789 | else | |
5790 | ac_cv_path_FGREP=$FGREP | |
5791 | fi | |
5792 | ||
5793 | fi | |
20e95c23 | 5794 | fi |
81ecdfbb RW |
5795 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5 |
5796 | $as_echo "$ac_cv_path_FGREP" >&6; } | |
5797 | FGREP="$ac_cv_path_FGREP" | |
7357c5b6 AM |
5798 | |
5799 | ||
5800 | test -z "$GREP" && GREP=grep | |
5801 | ||
d7040cdb SE |
5802 | |
5803 | ||
5804 | ||
5805 | ||
5806 | ||
5807 | ||
5808 | ||
5809 | ||
5810 | ||
5811 | ||
5812 | ||
20e95c23 | 5813 | |
ce2cded5 | 5814 | |
d7040cdb | 5815 | |
7357c5b6 AM |
5816 | |
5817 | ||
5818 | ||
5819 | ||
81ecdfbb RW |
5820 | # Check whether --with-gnu-ld was given. |
5821 | if test "${with_gnu_ld+set}" = set; then : | |
5822 | withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes | |
7357c5b6 AM |
5823 | else |
5824 | with_gnu_ld=no | |
81ecdfbb RW |
5825 | fi |
5826 | ||
7357c5b6 AM |
5827 | ac_prog=ld |
5828 | if test "$GCC" = yes; then | |
5829 | # Check if gcc -print-prog-name=ld gives a path. | |
81ecdfbb RW |
5830 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5 |
5831 | $as_echo_n "checking for ld used by $CC... " >&6; } | |
7357c5b6 AM |
5832 | case $host in |
5833 | *-*-mingw*) | |
5834 | # gcc leaves a trailing carriage return which upsets mingw | |
5835 | ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; | |
5836 | *) | |
5837 | ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; | |
5838 | esac | |
5839 | case $ac_prog in | |
5840 | # Accept absolute paths. | |
5841 | [\\/]* | ?:[\\/]*) | |
5842 | re_direlt='/[^/][^/]*/\.\./' | |
5843 | # Canonicalize the pathname of ld | |
5844 | ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` | |
5845 | while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do | |
5846 | ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` | |
5847 | done | |
5848 | test -z "$LD" && LD="$ac_prog" | |
5849 | ;; | |
5850 | "") | |
5851 | # If it fails, then pretend we aren't using GCC. | |
5852 | ac_prog=ld | |
5853 | ;; | |
5854 | *) | |
5855 | # If it is relative, then search for the first ld in PATH. | |
5856 | with_gnu_ld=unknown | |
5857 | ;; | |
5858 | esac | |
5859 | elif test "$with_gnu_ld" = yes; then | |
81ecdfbb RW |
5860 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5 |
5861 | $as_echo_n "checking for GNU ld... " >&6; } | |
7357c5b6 | 5862 | else |
81ecdfbb RW |
5863 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 |
5864 | $as_echo_n "checking for non-GNU ld... " >&6; } | |
ce2cded5 | 5865 | fi |
81ecdfbb RW |
5866 | if test "${lt_cv_path_LD+set}" = set; then : |
5867 | $as_echo_n "(cached) " >&6 | |
ce2cded5 | 5868 | else |
7357c5b6 AM |
5869 | if test -z "$LD"; then |
5870 | lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR | |
5871 | for ac_dir in $PATH; do | |
5872 | IFS="$lt_save_ifs" | |
5873 | test -z "$ac_dir" && ac_dir=. | |
5874 | if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then | |
5875 | lt_cv_path_LD="$ac_dir/$ac_prog" | |
5876 | # Check to see if the program is GNU ld. I'd rather use --version, | |
5877 | # but apparently some variants of GNU ld only accept -v. | |
5878 | # Break only if it was the GNU/non-GNU ld that we prefer. | |
5879 | case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in | |
5880 | *GNU* | *'with BFD'*) | |
5881 | test "$with_gnu_ld" != no && break | |
5882 | ;; | |
5883 | *) | |
5884 | test "$with_gnu_ld" != yes && break | |
5885 | ;; | |
5886 | esac | |
5887 | fi | |
5888 | done | |
5889 | IFS="$lt_save_ifs" | |
ce2cded5 | 5890 | else |
7357c5b6 | 5891 | lt_cv_path_LD="$LD" # Let the user override the test with a path. |
ce2cded5 L |
5892 | fi |
5893 | fi | |
7357c5b6 AM |
5894 | |
5895 | LD="$lt_cv_path_LD" | |
5896 | if test -n "$LD"; then | |
81ecdfbb RW |
5897 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5 |
5898 | $as_echo "$LD" >&6; } | |
ce2cded5 | 5899 | else |
81ecdfbb RW |
5900 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
5901 | $as_echo "no" >&6; } | |
ce2cded5 | 5902 | fi |
81ecdfbb RW |
5903 | test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5 |
5904 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 | |
5905 | $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } | |
5906 | if test "${lt_cv_prog_gnu_ld+set}" = set; then : | |
5907 | $as_echo_n "(cached) " >&6 | |
ce2cded5 | 5908 | else |
7357c5b6 AM |
5909 | # I'd rather use --version here, but apparently some GNU lds only accept -v. |
5910 | case `$LD -v 2>&1 </dev/null` in | |
5911 | *GNU* | *'with BFD'*) | |
5912 | lt_cv_prog_gnu_ld=yes | |
5913 | ;; | |
5914 | *) | |
5915 | lt_cv_prog_gnu_ld=no | |
5916 | ;; | |
5917 | esac | |
ce2cded5 | 5918 | fi |
81ecdfbb RW |
5919 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5 |
5920 | $as_echo "$lt_cv_prog_gnu_ld" >&6; } | |
7357c5b6 | 5921 | with_gnu_ld=$lt_cv_prog_gnu_ld |
d7040cdb SE |
5922 | |
5923 | ||
5924 | ||
5925 | ||
5926 | ||
5927 | ||
5928 | ||
5929 | ||
5930 | ||
81ecdfbb RW |
5931 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5 |
5932 | $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; } | |
5933 | if test "${lt_cv_path_NM+set}" = set; then : | |
5934 | $as_echo_n "(cached) " >&6 | |
ce2cded5 | 5935 | else |
7357c5b6 AM |
5936 | if test -n "$NM"; then |
5937 | # Let the user override the test. | |
5938 | lt_cv_path_NM="$NM" | |
ce2cded5 | 5939 | else |
7357c5b6 AM |
5940 | lt_nm_to_check="${ac_tool_prefix}nm" |
5941 | if test -n "$ac_tool_prefix" && test "$build" = "$host"; then | |
5942 | lt_nm_to_check="$lt_nm_to_check nm" | |
20e95c23 | 5943 | fi |
7357c5b6 AM |
5944 | for lt_tmp_nm in $lt_nm_to_check; do |
5945 | lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR | |
5946 | for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do | |
5947 | IFS="$lt_save_ifs" | |
5948 | test -z "$ac_dir" && ac_dir=. | |
5949 | tmp_nm="$ac_dir/$lt_tmp_nm" | |
5950 | if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then | |
5951 | # Check to see if the nm accepts a BSD-compat flag. | |
5952 | # Adding the `sed 1q' prevents false positives on HP-UX, which says: | |
5953 | # nm: unknown option "B" ignored | |
5954 | # Tru64's nm complains that /dev/null is an invalid object file | |
5955 | case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in | |
5956 | */dev/null* | *'Invalid file or object type'*) | |
5957 | lt_cv_path_NM="$tmp_nm -B" | |
5958 | break | |
5959 | ;; | |
5960 | *) | |
5961 | case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in | |
5962 | */dev/null*) | |
5963 | lt_cv_path_NM="$tmp_nm -p" | |
5964 | break | |
5965 | ;; | |
5966 | *) | |
5967 | lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but | |
5968 | continue # so that we can try to find one that supports BSD flags | |
5969 | ;; | |
5970 | esac | |
5971 | ;; | |
5972 | esac | |
5973 | fi | |
5974 | done | |
5975 | IFS="$lt_save_ifs" | |
5976 | done | |
5977 | : ${lt_cv_path_NM=no} | |
ce2cded5 L |
5978 | fi |
5979 | fi | |
81ecdfbb RW |
5980 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5 |
5981 | $as_echo "$lt_cv_path_NM" >&6; } | |
7357c5b6 AM |
5982 | if test "$lt_cv_path_NM" != "no"; then |
5983 | NM="$lt_cv_path_NM" | |
ce2cded5 | 5984 | else |
7357c5b6 | 5985 | # Didn't find any BSD compatible name lister, look for dumpbin. |
3725885a RW |
5986 | if test -n "$DUMPBIN"; then : |
5987 | # Let the user override the test. | |
5988 | else | |
5989 | if test -n "$ac_tool_prefix"; then | |
5990 | for ac_prog in dumpbin "link -dump" | |
7357c5b6 AM |
5991 | do |
5992 | # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. | |
5993 | set dummy $ac_tool_prefix$ac_prog; ac_word=$2 | |
81ecdfbb RW |
5994 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
5995 | $as_echo_n "checking for $ac_word... " >&6; } | |
5996 | if test "${ac_cv_prog_DUMPBIN+set}" = set; then : | |
5997 | $as_echo_n "(cached) " >&6 | |
20e95c23 | 5998 | else |
7357c5b6 AM |
5999 | if test -n "$DUMPBIN"; then |
6000 | ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test. | |
ce2cded5 L |
6001 | else |
6002 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
6003 | for as_dir in $PATH | |
6004 | do | |
6005 | IFS=$as_save_IFS | |
6006 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
6007 | for ac_exec_ext in '' $ac_executable_extensions; do |
6008 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
7357c5b6 | 6009 | ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog" |
81ecdfbb | 6010 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
ce2cded5 L |
6011 | break 2 |
6012 | fi | |
6013 | done | |
81ecdfbb RW |
6014 | done |
6015 | IFS=$as_save_IFS | |
d7040cdb | 6016 | |
20e95c23 | 6017 | fi |
ce2cded5 | 6018 | fi |
7357c5b6 AM |
6019 | DUMPBIN=$ac_cv_prog_DUMPBIN |
6020 | if test -n "$DUMPBIN"; then | |
81ecdfbb RW |
6021 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5 |
6022 | $as_echo "$DUMPBIN" >&6; } | |
42ecbf5e | 6023 | else |
81ecdfbb RW |
6024 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
6025 | $as_echo "no" >&6; } | |
42ecbf5e DJ |
6026 | fi |
6027 | ||
81ecdfbb | 6028 | |
7357c5b6 AM |
6029 | test -n "$DUMPBIN" && break |
6030 | done | |
ce2cded5 | 6031 | fi |
7357c5b6 AM |
6032 | if test -z "$DUMPBIN"; then |
6033 | ac_ct_DUMPBIN=$DUMPBIN | |
3725885a | 6034 | for ac_prog in dumpbin "link -dump" |
7357c5b6 AM |
6035 | do |
6036 | # Extract the first word of "$ac_prog", so it can be a program name with args. | |
6037 | set dummy $ac_prog; ac_word=$2 | |
81ecdfbb RW |
6038 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
6039 | $as_echo_n "checking for $ac_word... " >&6; } | |
6040 | if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then : | |
6041 | $as_echo_n "(cached) " >&6 | |
42ecbf5e | 6042 | else |
7357c5b6 AM |
6043 | if test -n "$ac_ct_DUMPBIN"; then |
6044 | ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test. | |
ce2cded5 L |
6045 | else |
6046 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
6047 | for as_dir in $PATH | |
6048 | do | |
6049 | IFS=$as_save_IFS | |
6050 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
6051 | for ac_exec_ext in '' $ac_executable_extensions; do |
6052 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
7357c5b6 | 6053 | ac_cv_prog_ac_ct_DUMPBIN="$ac_prog" |
81ecdfbb | 6054 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
ce2cded5 L |
6055 | break 2 |
6056 | fi | |
6057 | done | |
81ecdfbb RW |
6058 | done |
6059 | IFS=$as_save_IFS | |
d7040cdb | 6060 | |
ce2cded5 L |
6061 | fi |
6062 | fi | |
7357c5b6 AM |
6063 | ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN |
6064 | if test -n "$ac_ct_DUMPBIN"; then | |
81ecdfbb RW |
6065 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5 |
6066 | $as_echo "$ac_ct_DUMPBIN" >&6; } | |
ce2cded5 | 6067 | else |
81ecdfbb RW |
6068 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
6069 | $as_echo "no" >&6; } | |
ce2cded5 | 6070 | fi |
d7040cdb | 6071 | |
81ecdfbb | 6072 | |
7357c5b6 | 6073 | test -n "$ac_ct_DUMPBIN" && break |
ce2cded5 | 6074 | done |
d7040cdb | 6075 | |
81ecdfbb RW |
6076 | if test "x$ac_ct_DUMPBIN" = x; then |
6077 | DUMPBIN=":" | |
6078 | else | |
6079 | case $cross_compiling:$ac_tool_warned in | |
6080 | yes:) | |
6081 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
6082 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
6083 | ac_tool_warned=yes ;; | |
6084 | esac | |
6085 | DUMPBIN=$ac_ct_DUMPBIN | |
6086 | fi | |
ce2cded5 | 6087 | fi |
7357c5b6 | 6088 | |
3725885a RW |
6089 | case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in |
6090 | *COFF*) | |
6091 | DUMPBIN="$DUMPBIN -symbols" | |
6092 | ;; | |
6093 | *) | |
6094 | DUMPBIN=: | |
6095 | ;; | |
6096 | esac | |
6097 | fi | |
7357c5b6 AM |
6098 | |
6099 | if test "$DUMPBIN" != ":"; then | |
6100 | NM="$DUMPBIN" | |
6101 | fi | |
ce2cded5 | 6102 | fi |
7357c5b6 AM |
6103 | test -z "$NM" && NM=nm |
6104 | ||
6105 | ||
6106 | ||
6107 | ||
6108 | ||
6109 | ||
81ecdfbb RW |
6110 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5 |
6111 | $as_echo_n "checking the name lister ($NM) interface... " >&6; } | |
6112 | if test "${lt_cv_nm_interface+set}" = set; then : | |
6113 | $as_echo_n "(cached) " >&6 | |
20e95c23 | 6114 | else |
7357c5b6 AM |
6115 | lt_cv_nm_interface="BSD nm" |
6116 | echo "int some_variable = 0;" > conftest.$ac_ext | |
3725885a | 6117 | (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5) |
7357c5b6 AM |
6118 | (eval "$ac_compile" 2>conftest.err) |
6119 | cat conftest.err >&5 | |
3725885a | 6120 | (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5) |
7357c5b6 AM |
6121 | (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) |
6122 | cat conftest.err >&5 | |
3725885a | 6123 | (eval echo "\"\$as_me:$LINENO: output\"" >&5) |
7357c5b6 AM |
6124 | cat conftest.out >&5 |
6125 | if $GREP 'External.*some_variable' conftest.out > /dev/null; then | |
6126 | lt_cv_nm_interface="MS dumpbin" | |
6127 | fi | |
6128 | rm -f conftest* | |
20e95c23 | 6129 | fi |
81ecdfbb RW |
6130 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5 |
6131 | $as_echo "$lt_cv_nm_interface" >&6; } | |
20e95c23 | 6132 | |
81ecdfbb RW |
6133 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5 |
6134 | $as_echo_n "checking whether ln -s works... " >&6; } | |
7357c5b6 AM |
6135 | LN_S=$as_ln_s |
6136 | if test "$LN_S" = "ln -s"; then | |
81ecdfbb RW |
6137 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
6138 | $as_echo "yes" >&6; } | |
ce2cded5 | 6139 | else |
81ecdfbb RW |
6140 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5 |
6141 | $as_echo "no, using $LN_S" >&6; } | |
d7040cdb | 6142 | fi |
20e95c23 | 6143 | |
7357c5b6 | 6144 | # find the maximum length of command line arguments |
81ecdfbb RW |
6145 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5 |
6146 | $as_echo_n "checking the maximum length of command line arguments... " >&6; } | |
6147 | if test "${lt_cv_sys_max_cmd_len+set}" = set; then : | |
6148 | $as_echo_n "(cached) " >&6 | |
7357c5b6 AM |
6149 | else |
6150 | i=0 | |
6151 | teststring="ABCD" | |
20e95c23 | 6152 | |
7357c5b6 AM |
6153 | case $build_os in |
6154 | msdosdjgpp*) | |
6155 | # On DJGPP, this test can blow up pretty badly due to problems in libc | |
6156 | # (any single argument exceeding 2000 bytes causes a buffer overrun | |
6157 | # during glob expansion). Even if it were fixed, the result of this | |
6158 | # check would be larger than it should be. | |
6159 | lt_cv_sys_max_cmd_len=12288; # 12K is about right | |
6160 | ;; | |
20e95c23 | 6161 | |
7357c5b6 AM |
6162 | gnu*) |
6163 | # Under GNU Hurd, this test is not required because there is | |
6164 | # no limit to the length of command line arguments. | |
6165 | # Libtool will interpret -1 as no limit whatsoever | |
6166 | lt_cv_sys_max_cmd_len=-1; | |
6167 | ;; | |
20e95c23 | 6168 | |
b214d478 | 6169 | cygwin* | mingw* | cegcc*) |
7357c5b6 AM |
6170 | # On Win9x/ME, this test blows up -- it succeeds, but takes |
6171 | # about 5 minutes as the teststring grows exponentially. | |
6172 | # Worse, since 9x/ME are not pre-emptively multitasking, | |
6173 | # you end up with a "frozen" computer, even though with patience | |
6174 | # the test eventually succeeds (with a max line length of 256k). | |
6175 | # Instead, let's just punt: use the minimum linelength reported by | |
6176 | # all of the supported platforms: 8192 (on NT/2K/XP). | |
6177 | lt_cv_sys_max_cmd_len=8192; | |
6178 | ;; | |
20e95c23 | 6179 | |
3725885a RW |
6180 | mint*) |
6181 | # On MiNT this can take a long time and run out of memory. | |
6182 | lt_cv_sys_max_cmd_len=8192; | |
6183 | ;; | |
6184 | ||
7357c5b6 AM |
6185 | amigaos*) |
6186 | # On AmigaOS with pdksh, this test takes hours, literally. | |
6187 | # So we just punt and use a minimum line length of 8192. | |
6188 | lt_cv_sys_max_cmd_len=8192; | |
6189 | ;; | |
20e95c23 | 6190 | |
7357c5b6 AM |
6191 | netbsd* | freebsd* | openbsd* | darwin* | dragonfly*) |
6192 | # This has been around since 386BSD, at least. Likely further. | |
6193 | if test -x /sbin/sysctl; then | |
6194 | lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` | |
6195 | elif test -x /usr/sbin/sysctl; then | |
6196 | lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` | |
6197 | else | |
6198 | lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs | |
6199 | fi | |
6200 | # And add a safety zone | |
6201 | lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` | |
6202 | lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` | |
6203 | ;; | |
d7040cdb | 6204 | |
7357c5b6 AM |
6205 | interix*) |
6206 | # We know the value 262144 and hardcode it with a safety zone (like BSD) | |
6207 | lt_cv_sys_max_cmd_len=196608 | |
6208 | ;; | |
d7040cdb | 6209 | |
7357c5b6 AM |
6210 | osf*) |
6211 | # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure | |
6212 | # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not | |
6213 | # nice to cause kernel panics so lets avoid the loop below. | |
6214 | # First set a reasonable default. | |
6215 | lt_cv_sys_max_cmd_len=16384 | |
6216 | # | |
6217 | if test -x /sbin/sysconfig; then | |
6218 | case `/sbin/sysconfig -q proc exec_disable_arg_limit` in | |
6219 | *1*) lt_cv_sys_max_cmd_len=-1 ;; | |
6220 | esac | |
6221 | fi | |
6222 | ;; | |
6223 | sco3.2v5*) | |
6224 | lt_cv_sys_max_cmd_len=102400 | |
6225 | ;; | |
6226 | sysv5* | sco5v6* | sysv4.2uw2*) | |
6227 | kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` | |
6228 | if test -n "$kargmax"; then | |
6229 | lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'` | |
6230 | else | |
6231 | lt_cv_sys_max_cmd_len=32768 | |
6232 | fi | |
ce2cded5 L |
6233 | ;; |
6234 | *) | |
b214d478 SE |
6235 | lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` |
6236 | if test -n "$lt_cv_sys_max_cmd_len"; then | |
7357c5b6 AM |
6237 | lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` |
6238 | lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` | |
6239 | else | |
6240 | # Make teststring a little bigger before we do anything with it. | |
6241 | # a 1K string should be a reasonable start. | |
6242 | for i in 1 2 3 4 5 6 7 8 ; do | |
6243 | teststring=$teststring$teststring | |
6244 | done | |
6245 | SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} | |
6246 | # If test is not a shell built-in, we'll probably end up computing a | |
6247 | # maximum length that is only half of the actual maximum length, but | |
6248 | # we can't tell. | |
3725885a RW |
6249 | while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \ |
6250 | = "X$teststring$teststring"; } >/dev/null 2>&1 && | |
7357c5b6 AM |
6251 | test $i != 17 # 1/2 MB should be enough |
6252 | do | |
6253 | i=`expr $i + 1` | |
6254 | teststring=$teststring$teststring | |
6255 | done | |
6256 | # Only check the string length outside the loop. | |
6257 | lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` | |
6258 | teststring= | |
6259 | # Add a significant safety factor because C++ compilers can tack on | |
6260 | # massive amounts of additional arguments before passing them to the | |
6261 | # linker. It appears as though 1/2 is a usable value. | |
6262 | lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` | |
6263 | fi | |
ce2cded5 L |
6264 | ;; |
6265 | esac | |
d7040cdb | 6266 | |
7357c5b6 | 6267 | fi |
d7040cdb | 6268 | |
7357c5b6 | 6269 | if test -n $lt_cv_sys_max_cmd_len ; then |
81ecdfbb RW |
6270 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5 |
6271 | $as_echo "$lt_cv_sys_max_cmd_len" >&6; } | |
7357c5b6 | 6272 | else |
81ecdfbb RW |
6273 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5 |
6274 | $as_echo "none" >&6; } | |
7357c5b6 AM |
6275 | fi |
6276 | max_cmd_len=$lt_cv_sys_max_cmd_len | |
d7040cdb SE |
6277 | |
6278 | ||
6279 | ||
6280 | ||
6281 | ||
d7040cdb | 6282 | |
7357c5b6 AM |
6283 | : ${CP="cp -f"} |
6284 | : ${MV="mv -f"} | |
6285 | : ${RM="rm -f"} | |
d7040cdb | 6286 | |
81ecdfbb RW |
6287 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5 |
6288 | $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; } | |
7357c5b6 AM |
6289 | # Try some XSI features |
6290 | xsi_shell=no | |
6291 | ( _lt_dummy="a/b/c" | |
6292 | test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \ | |
b214d478 SE |
6293 | = c,a/b,, \ |
6294 | && eval 'test $(( 1 + 1 )) -eq 2 \ | |
6295 | && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ | |
7357c5b6 | 6296 | && xsi_shell=yes |
81ecdfbb RW |
6297 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5 |
6298 | $as_echo "$xsi_shell" >&6; } | |
d7040cdb | 6299 | |
d7040cdb | 6300 | |
81ecdfbb RW |
6301 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5 |
6302 | $as_echo_n "checking whether the shell understands \"+=\"... " >&6; } | |
7357c5b6 AM |
6303 | lt_shell_append=no |
6304 | ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \ | |
6305 | >/dev/null 2>&1 \ | |
6306 | && lt_shell_append=yes | |
81ecdfbb RW |
6307 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5 |
6308 | $as_echo "$lt_shell_append" >&6; } | |
d7040cdb SE |
6309 | |
6310 | ||
7357c5b6 AM |
6311 | if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then |
6312 | lt_unset=unset | |
6313 | else | |
6314 | lt_unset=false | |
6315 | fi | |
d7040cdb | 6316 | |
d7040cdb | 6317 | |
d7040cdb | 6318 | |
d7040cdb | 6319 | |
d7040cdb | 6320 | |
7357c5b6 AM |
6321 | # test EBCDIC or ASCII |
6322 | case `echo X|tr X '\101'` in | |
6323 | A) # ASCII based system | |
6324 | # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr | |
6325 | lt_SP2NL='tr \040 \012' | |
6326 | lt_NL2SP='tr \015\012 \040\040' | |
6327 | ;; | |
6328 | *) # EBCDIC based system | |
6329 | lt_SP2NL='tr \100 \n' | |
6330 | lt_NL2SP='tr \r\n \100\100' | |
6331 | ;; | |
6332 | esac | |
42ecbf5e | 6333 | |
d7040cdb SE |
6334 | |
6335 | ||
6336 | ||
6337 | ||
6338 | ||
6339 | ||
d7040cdb | 6340 | |
d7040cdb | 6341 | |
81ecdfbb RW |
6342 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 |
6343 | $as_echo_n "checking for $LD option to reload object files... " >&6; } | |
6344 | if test "${lt_cv_ld_reload_flag+set}" = set; then : | |
6345 | $as_echo_n "(cached) " >&6 | |
7357c5b6 AM |
6346 | else |
6347 | lt_cv_ld_reload_flag='-r' | |
6348 | fi | |
81ecdfbb RW |
6349 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5 |
6350 | $as_echo "$lt_cv_ld_reload_flag" >&6; } | |
7357c5b6 AM |
6351 | reload_flag=$lt_cv_ld_reload_flag |
6352 | case $reload_flag in | |
6353 | "" | " "*) ;; | |
6354 | *) reload_flag=" $reload_flag" ;; | |
6355 | esac | |
6356 | reload_cmds='$LD$reload_flag -o $output$reload_objs' | |
6357 | case $host_os in | |
6358 | darwin*) | |
6359 | if test "$GCC" = yes; then | |
6360 | reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' | |
6361 | else | |
6362 | reload_cmds='$LD$reload_flag -o $output$reload_objs' | |
6363 | fi | |
6364 | ;; | |
6365 | esac | |
d7040cdb | 6366 | |
d7040cdb | 6367 | |
d7040cdb | 6368 | |
d7040cdb | 6369 | |
d7040cdb | 6370 | |
d7040cdb | 6371 | |
d7040cdb | 6372 | |
d7040cdb | 6373 | |
d7040cdb | 6374 | |
b214d478 SE |
6375 | if test -n "$ac_tool_prefix"; then |
6376 | # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args. | |
6377 | set dummy ${ac_tool_prefix}objdump; ac_word=$2 | |
81ecdfbb RW |
6378 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
6379 | $as_echo_n "checking for $ac_word... " >&6; } | |
6380 | if test "${ac_cv_prog_OBJDUMP+set}" = set; then : | |
6381 | $as_echo_n "(cached) " >&6 | |
b214d478 SE |
6382 | else |
6383 | if test -n "$OBJDUMP"; then | |
6384 | ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test. | |
6385 | else | |
6386 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
6387 | for as_dir in $PATH | |
6388 | do | |
6389 | IFS=$as_save_IFS | |
6390 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
6391 | for ac_exec_ext in '' $ac_executable_extensions; do |
6392 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
b214d478 | 6393 | ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" |
81ecdfbb | 6394 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
b214d478 SE |
6395 | break 2 |
6396 | fi | |
6397 | done | |
81ecdfbb RW |
6398 | done |
6399 | IFS=$as_save_IFS | |
b214d478 SE |
6400 | |
6401 | fi | |
6402 | fi | |
6403 | OBJDUMP=$ac_cv_prog_OBJDUMP | |
6404 | if test -n "$OBJDUMP"; then | |
81ecdfbb RW |
6405 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5 |
6406 | $as_echo "$OBJDUMP" >&6; } | |
b214d478 | 6407 | else |
81ecdfbb RW |
6408 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
6409 | $as_echo "no" >&6; } | |
b214d478 SE |
6410 | fi |
6411 | ||
81ecdfbb | 6412 | |
b214d478 SE |
6413 | fi |
6414 | if test -z "$ac_cv_prog_OBJDUMP"; then | |
6415 | ac_ct_OBJDUMP=$OBJDUMP | |
6416 | # Extract the first word of "objdump", so it can be a program name with args. | |
6417 | set dummy objdump; ac_word=$2 | |
81ecdfbb RW |
6418 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
6419 | $as_echo_n "checking for $ac_word... " >&6; } | |
6420 | if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then : | |
6421 | $as_echo_n "(cached) " >&6 | |
b214d478 SE |
6422 | else |
6423 | if test -n "$ac_ct_OBJDUMP"; then | |
6424 | ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test. | |
6425 | else | |
6426 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
6427 | for as_dir in $PATH | |
6428 | do | |
6429 | IFS=$as_save_IFS | |
6430 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
6431 | for ac_exec_ext in '' $ac_executable_extensions; do |
6432 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
b214d478 | 6433 | ac_cv_prog_ac_ct_OBJDUMP="objdump" |
81ecdfbb | 6434 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
b214d478 SE |
6435 | break 2 |
6436 | fi | |
6437 | done | |
81ecdfbb RW |
6438 | done |
6439 | IFS=$as_save_IFS | |
b214d478 | 6440 | |
b214d478 SE |
6441 | fi |
6442 | fi | |
6443 | ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP | |
6444 | if test -n "$ac_ct_OBJDUMP"; then | |
81ecdfbb RW |
6445 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5 |
6446 | $as_echo "$ac_ct_OBJDUMP" >&6; } | |
b214d478 | 6447 | else |
81ecdfbb RW |
6448 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
6449 | $as_echo "no" >&6; } | |
b214d478 SE |
6450 | fi |
6451 | ||
81ecdfbb RW |
6452 | if test "x$ac_ct_OBJDUMP" = x; then |
6453 | OBJDUMP="false" | |
6454 | else | |
6455 | case $cross_compiling:$ac_tool_warned in | |
6456 | yes:) | |
6457 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
6458 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
6459 | ac_tool_warned=yes ;; | |
6460 | esac | |
6461 | OBJDUMP=$ac_ct_OBJDUMP | |
6462 | fi | |
b214d478 SE |
6463 | else |
6464 | OBJDUMP="$ac_cv_prog_OBJDUMP" | |
6465 | fi | |
6466 | ||
6467 | test -z "$OBJDUMP" && OBJDUMP=objdump | |
6468 | ||
6469 | ||
6470 | ||
6471 | ||
6472 | ||
6473 | ||
6474 | ||
6475 | ||
d7040cdb | 6476 | |
81ecdfbb RW |
6477 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5 |
6478 | $as_echo_n "checking how to recognize dependent libraries... " >&6; } | |
6479 | if test "${lt_cv_deplibs_check_method+set}" = set; then : | |
6480 | $as_echo_n "(cached) " >&6 | |
ce2cded5 | 6481 | else |
7357c5b6 AM |
6482 | lt_cv_file_magic_cmd='$MAGIC_CMD' |
6483 | lt_cv_file_magic_test_file= | |
6484 | lt_cv_deplibs_check_method='unknown' | |
6485 | # Need to set the preceding variable on all platforms that support | |
6486 | # interlibrary dependencies. | |
6487 | # 'none' -- dependencies not supported. | |
6488 | # `unknown' -- same as none, but documents that we really don't know. | |
6489 | # 'pass_all' -- all dependencies passed with no checks. | |
6490 | # 'test_compile' -- check by making test program. | |
6491 | # 'file_magic [[regex]]' -- check by looking for files in library path | |
6492 | # which responds to the $file_magic_cmd with a given extended regex. | |
6493 | # If you have `file' or equivalent on your system and you're not sure | |
6494 | # whether `pass_all' will *always* work, you probably want this one. | |
d7040cdb | 6495 | |
ce2cded5 | 6496 | case $host_os in |
7357c5b6 AM |
6497 | aix[4-9]*) |
6498 | lt_cv_deplibs_check_method=pass_all | |
ce2cded5 | 6499 | ;; |
7357c5b6 AM |
6500 | |
6501 | beos*) | |
6502 | lt_cv_deplibs_check_method=pass_all | |
ce2cded5 | 6503 | ;; |
7357c5b6 AM |
6504 | |
6505 | bsdi[45]*) | |
6506 | lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)' | |
6507 | lt_cv_file_magic_cmd='/usr/bin/file -L' | |
6508 | lt_cv_file_magic_test_file=/shlib/libc.so | |
ce2cded5 | 6509 | ;; |
7357c5b6 AM |
6510 | |
6511 | cygwin*) | |
6512 | # func_win32_libid is a shell function defined in ltmain.sh | |
6513 | lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' | |
6514 | lt_cv_file_magic_cmd='func_win32_libid' | |
ce2cded5 | 6515 | ;; |
7357c5b6 AM |
6516 | |
6517 | mingw* | pw32*) | |
6518 | # Base MSYS/MinGW do not provide the 'file' command needed by | |
6519 | # func_win32_libid shell function, so use a weaker test based on 'objdump', | |
6520 | # unless we find 'file', for example because we are cross-compiling. | |
3725885a RW |
6521 | # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin. |
6522 | if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then | |
7357c5b6 AM |
6523 | lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' |
6524 | lt_cv_file_magic_cmd='func_win32_libid' | |
6525 | else | |
6526 | lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?' | |
6527 | lt_cv_file_magic_cmd='$OBJDUMP -f' | |
6528 | fi | |
ce2cded5 | 6529 | ;; |
7357c5b6 | 6530 | |
3725885a | 6531 | cegcc*) |
b214d478 SE |
6532 | # use the weaker test based on 'objdump'. See mingw*. |
6533 | lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' | |
6534 | lt_cv_file_magic_cmd='$OBJDUMP -f' | |
6535 | ;; | |
6536 | ||
7357c5b6 AM |
6537 | darwin* | rhapsody*) |
6538 | lt_cv_deplibs_check_method=pass_all | |
ce2cded5 | 6539 | ;; |
7357c5b6 AM |
6540 | |
6541 | freebsd* | dragonfly*) | |
6542 | if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then | |
6543 | case $host_cpu in | |
6544 | i*86 ) | |
6545 | # Not sure whether the presence of OpenBSD here was a mistake. | |
6546 | # Let's accept both of them until this is cleared up. | |
6547 | lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library' | |
6548 | lt_cv_file_magic_cmd=/usr/bin/file | |
6549 | lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` | |
6550 | ;; | |
6551 | esac | |
6552 | else | |
6553 | lt_cv_deplibs_check_method=pass_all | |
6554 | fi | |
ce2cded5 | 6555 | ;; |
7357c5b6 AM |
6556 | |
6557 | gnu*) | |
6558 | lt_cv_deplibs_check_method=pass_all | |
ce2cded5 | 6559 | ;; |
7357c5b6 | 6560 | |
3725885a RW |
6561 | haiku*) |
6562 | lt_cv_deplibs_check_method=pass_all | |
6563 | ;; | |
6564 | ||
7357c5b6 AM |
6565 | hpux10.20* | hpux11*) |
6566 | lt_cv_file_magic_cmd=/usr/bin/file | |
6567 | case $host_cpu in | |
6568 | ia64*) | |
6569 | lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64' | |
6570 | lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so | |
6571 | ;; | |
6572 | hppa*64*) | |
3725885a | 6573 | lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]' |
7357c5b6 AM |
6574 | lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl |
6575 | ;; | |
6576 | *) | |
3725885a | 6577 | lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library' |
7357c5b6 AM |
6578 | lt_cv_file_magic_test_file=/usr/lib/libc.sl |
6579 | ;; | |
6580 | esac | |
ce2cded5 | 6581 | ;; |
d7040cdb | 6582 | |
7357c5b6 AM |
6583 | interix[3-9]*) |
6584 | # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here | |
6585 | lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$' | |
6586 | ;; | |
d7040cdb | 6587 | |
7357c5b6 AM |
6588 | irix5* | irix6* | nonstopux*) |
6589 | case $LD in | |
6590 | *-32|*"-32 ") libmagic=32-bit;; | |
6591 | *-n32|*"-n32 ") libmagic=N32;; | |
6592 | *-64|*"-64 ") libmagic=64-bit;; | |
6593 | *) libmagic=never-match;; | |
6594 | esac | |
6595 | lt_cv_deplibs_check_method=pass_all | |
6596 | ;; | |
d7040cdb | 6597 | |
7357c5b6 | 6598 | # This must be Linux ELF. |
58e24671 | 6599 | linux* | k*bsd*-gnu | kopensolaris*-gnu) |
7357c5b6 AM |
6600 | lt_cv_deplibs_check_method=pass_all |
6601 | ;; | |
d7040cdb | 6602 | |
7357c5b6 AM |
6603 | netbsd*) |
6604 | if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then | |
6605 | lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' | |
6606 | else | |
6607 | lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$' | |
6608 | fi | |
ce2cded5 | 6609 | ;; |
d7040cdb | 6610 | |
7357c5b6 AM |
6611 | newos6*) |
6612 | lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)' | |
6613 | lt_cv_file_magic_cmd=/usr/bin/file | |
6614 | lt_cv_file_magic_test_file=/usr/lib/libnls.so | |
6615 | ;; | |
d7040cdb | 6616 | |
7357c5b6 AM |
6617 | *nto* | *qnx*) |
6618 | lt_cv_deplibs_check_method=pass_all | |
6619 | ;; | |
d7040cdb | 6620 | |
7357c5b6 AM |
6621 | openbsd*) |
6622 | if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then | |
6623 | lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' | |
ce2cded5 | 6624 | else |
7357c5b6 | 6625 | lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' |
ce2cded5 | 6626 | fi |
7357c5b6 | 6627 | ;; |
d7040cdb | 6628 | |
7357c5b6 AM |
6629 | osf3* | osf4* | osf5*) |
6630 | lt_cv_deplibs_check_method=pass_all | |
6631 | ;; | |
d7040cdb | 6632 | |
7357c5b6 AM |
6633 | rdos*) |
6634 | lt_cv_deplibs_check_method=pass_all | |
6635 | ;; | |
d7040cdb | 6636 | |
7357c5b6 AM |
6637 | solaris*) |
6638 | lt_cv_deplibs_check_method=pass_all | |
6639 | ;; | |
d7040cdb | 6640 | |
7357c5b6 AM |
6641 | sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) |
6642 | lt_cv_deplibs_check_method=pass_all | |
6643 | ;; | |
d7040cdb | 6644 | |
7357c5b6 AM |
6645 | sysv4 | sysv4.3*) |
6646 | case $host_vendor in | |
6647 | motorola) | |
6648 | 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]' | |
6649 | lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` | |
6650 | ;; | |
6651 | ncr) | |
6652 | lt_cv_deplibs_check_method=pass_all | |
6653 | ;; | |
6654 | sequent) | |
6655 | lt_cv_file_magic_cmd='/bin/file' | |
6656 | lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' | |
6657 | ;; | |
6658 | sni) | |
6659 | lt_cv_file_magic_cmd='/bin/file' | |
6660 | lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib" | |
6661 | lt_cv_file_magic_test_file=/lib/libc.so | |
6662 | ;; | |
6663 | siemens) | |
6664 | lt_cv_deplibs_check_method=pass_all | |
6665 | ;; | |
6666 | pc) | |
6667 | lt_cv_deplibs_check_method=pass_all | |
6668 | ;; | |
6669 | esac | |
6670 | ;; | |
d7040cdb | 6671 | |
7357c5b6 AM |
6672 | tpf*) |
6673 | lt_cv_deplibs_check_method=pass_all | |
6674 | ;; | |
6675 | esac | |
d7040cdb | 6676 | |
7357c5b6 | 6677 | fi |
81ecdfbb RW |
6678 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 |
6679 | $as_echo "$lt_cv_deplibs_check_method" >&6; } | |
7357c5b6 AM |
6680 | file_magic_cmd=$lt_cv_file_magic_cmd |
6681 | deplibs_check_method=$lt_cv_deplibs_check_method | |
6682 | test -z "$deplibs_check_method" && deplibs_check_method=unknown | |
d7040cdb SE |
6683 | |
6684 | ||
6685 | ||
7357c5b6 AM |
6686 | |
6687 | ||
6688 | ||
6689 | ||
6690 | ||
6691 | ||
6692 | ||
6693 | ||
6694 | ||
6695 | if test -n "$ac_tool_prefix"; then | |
6696 | # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. | |
6697 | set dummy ${ac_tool_prefix}ar; ac_word=$2 | |
81ecdfbb RW |
6698 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
6699 | $as_echo_n "checking for $ac_word... " >&6; } | |
6700 | if test "${ac_cv_prog_AR+set}" = set; then : | |
6701 | $as_echo_n "(cached) " >&6 | |
7357c5b6 AM |
6702 | else |
6703 | if test -n "$AR"; then | |
6704 | ac_cv_prog_AR="$AR" # Let the user override the test. | |
6705 | else | |
6706 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
6707 | for as_dir in $PATH | |
6708 | do | |
6709 | IFS=$as_save_IFS | |
6710 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
6711 | for ac_exec_ext in '' $ac_executable_extensions; do |
6712 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
7357c5b6 | 6713 | ac_cv_prog_AR="${ac_tool_prefix}ar" |
81ecdfbb | 6714 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
7357c5b6 | 6715 | break 2 |
ce2cded5 L |
6716 | fi |
6717 | done | |
81ecdfbb RW |
6718 | done |
6719 | IFS=$as_save_IFS | |
d7040cdb | 6720 | |
42ecbf5e | 6721 | fi |
ce2cded5 | 6722 | fi |
7357c5b6 AM |
6723 | AR=$ac_cv_prog_AR |
6724 | if test -n "$AR"; then | |
81ecdfbb RW |
6725 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 |
6726 | $as_echo "$AR" >&6; } | |
42ecbf5e | 6727 | else |
81ecdfbb RW |
6728 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
6729 | $as_echo "no" >&6; } | |
42ecbf5e DJ |
6730 | fi |
6731 | ||
81ecdfbb | 6732 | |
7357c5b6 AM |
6733 | fi |
6734 | if test -z "$ac_cv_prog_AR"; then | |
6735 | ac_ct_AR=$AR | |
6736 | # Extract the first word of "ar", so it can be a program name with args. | |
6737 | set dummy ar; ac_word=$2 | |
81ecdfbb RW |
6738 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
6739 | $as_echo_n "checking for $ac_word... " >&6; } | |
6740 | if test "${ac_cv_prog_ac_ct_AR+set}" = set; then : | |
6741 | $as_echo_n "(cached) " >&6 | |
7357c5b6 AM |
6742 | else |
6743 | if test -n "$ac_ct_AR"; then | |
6744 | ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. | |
6745 | else | |
6746 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
6747 | for as_dir in $PATH | |
6748 | do | |
6749 | IFS=$as_save_IFS | |
6750 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
6751 | for ac_exec_ext in '' $ac_executable_extensions; do |
6752 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
7357c5b6 | 6753 | ac_cv_prog_ac_ct_AR="ar" |
81ecdfbb | 6754 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
7357c5b6 AM |
6755 | break 2 |
6756 | fi | |
6757 | done | |
81ecdfbb RW |
6758 | done |
6759 | IFS=$as_save_IFS | |
42ecbf5e | 6760 | |
7357c5b6 AM |
6761 | fi |
6762 | fi | |
6763 | ac_ct_AR=$ac_cv_prog_ac_ct_AR | |
6764 | if test -n "$ac_ct_AR"; then | |
81ecdfbb RW |
6765 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5 |
6766 | $as_echo "$ac_ct_AR" >&6; } | |
7357c5b6 | 6767 | else |
81ecdfbb RW |
6768 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
6769 | $as_echo "no" >&6; } | |
7357c5b6 | 6770 | fi |
d7040cdb | 6771 | |
81ecdfbb RW |
6772 | if test "x$ac_ct_AR" = x; then |
6773 | AR="false" | |
6774 | else | |
6775 | case $cross_compiling:$ac_tool_warned in | |
6776 | yes:) | |
6777 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
6778 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
6779 | ac_tool_warned=yes ;; | |
6780 | esac | |
6781 | AR=$ac_ct_AR | |
6782 | fi | |
7357c5b6 AM |
6783 | else |
6784 | AR="$ac_cv_prog_AR" | |
6785 | fi | |
d7040cdb | 6786 | |
7357c5b6 AM |
6787 | test -z "$AR" && AR=ar |
6788 | test -z "$AR_FLAGS" && AR_FLAGS=cru | |
d7040cdb SE |
6789 | |
6790 | ||
6791 | ||
20e95c23 | 6792 | |
d7040cdb | 6793 | |
d7040cdb SE |
6794 | |
6795 | ||
6796 | ||
6797 | ||
6798 | ||
6799 | ||
7357c5b6 AM |
6800 | if test -n "$ac_tool_prefix"; then |
6801 | # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. | |
6802 | set dummy ${ac_tool_prefix}strip; ac_word=$2 | |
81ecdfbb RW |
6803 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
6804 | $as_echo_n "checking for $ac_word... " >&6; } | |
6805 | if test "${ac_cv_prog_STRIP+set}" = set; then : | |
6806 | $as_echo_n "(cached) " >&6 | |
7357c5b6 AM |
6807 | else |
6808 | if test -n "$STRIP"; then | |
6809 | ac_cv_prog_STRIP="$STRIP" # Let the user override the test. | |
6810 | else | |
6811 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
6812 | for as_dir in $PATH | |
6813 | do | |
6814 | IFS=$as_save_IFS | |
6815 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
6816 | for ac_exec_ext in '' $ac_executable_extensions; do |
6817 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
7357c5b6 | 6818 | ac_cv_prog_STRIP="${ac_tool_prefix}strip" |
81ecdfbb | 6819 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
7357c5b6 | 6820 | break 2 |
ce2cded5 | 6821 | fi |
7357c5b6 | 6822 | done |
81ecdfbb RW |
6823 | done |
6824 | IFS=$as_save_IFS | |
d7040cdb | 6825 | |
7357c5b6 AM |
6826 | fi |
6827 | fi | |
6828 | STRIP=$ac_cv_prog_STRIP | |
6829 | if test -n "$STRIP"; then | |
81ecdfbb RW |
6830 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 |
6831 | $as_echo "$STRIP" >&6; } | |
7357c5b6 | 6832 | else |
81ecdfbb RW |
6833 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
6834 | $as_echo "no" >&6; } | |
7357c5b6 AM |
6835 | fi |
6836 | ||
81ecdfbb | 6837 | |
7357c5b6 AM |
6838 | fi |
6839 | if test -z "$ac_cv_prog_STRIP"; then | |
6840 | ac_ct_STRIP=$STRIP | |
6841 | # Extract the first word of "strip", so it can be a program name with args. | |
6842 | set dummy strip; ac_word=$2 | |
81ecdfbb RW |
6843 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
6844 | $as_echo_n "checking for $ac_word... " >&6; } | |
6845 | if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then : | |
6846 | $as_echo_n "(cached) " >&6 | |
7357c5b6 AM |
6847 | else |
6848 | if test -n "$ac_ct_STRIP"; then | |
6849 | ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. | |
6850 | else | |
6851 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
6852 | for as_dir in $PATH | |
6853 | do | |
6854 | IFS=$as_save_IFS | |
6855 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
6856 | for ac_exec_ext in '' $ac_executable_extensions; do |
6857 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
7357c5b6 | 6858 | ac_cv_prog_ac_ct_STRIP="strip" |
81ecdfbb | 6859 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
7357c5b6 | 6860 | break 2 |
ce2cded5 | 6861 | fi |
7357c5b6 | 6862 | done |
81ecdfbb RW |
6863 | done |
6864 | IFS=$as_save_IFS | |
d7040cdb | 6865 | |
7357c5b6 AM |
6866 | fi |
6867 | fi | |
6868 | ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP | |
6869 | if test -n "$ac_ct_STRIP"; then | |
81ecdfbb RW |
6870 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 |
6871 | $as_echo "$ac_ct_STRIP" >&6; } | |
20e95c23 | 6872 | else |
81ecdfbb RW |
6873 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
6874 | $as_echo "no" >&6; } | |
7357c5b6 | 6875 | fi |
d7040cdb | 6876 | |
81ecdfbb RW |
6877 | if test "x$ac_ct_STRIP" = x; then |
6878 | STRIP=":" | |
6879 | else | |
6880 | case $cross_compiling:$ac_tool_warned in | |
6881 | yes:) | |
6882 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
6883 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
6884 | ac_tool_warned=yes ;; | |
6885 | esac | |
6886 | STRIP=$ac_ct_STRIP | |
6887 | fi | |
7357c5b6 AM |
6888 | else |
6889 | STRIP="$ac_cv_prog_STRIP" | |
6890 | fi | |
d7040cdb | 6891 | |
7357c5b6 | 6892 | test -z "$STRIP" && STRIP=: |
d7040cdb | 6893 | |
d7040cdb SE |
6894 | |
6895 | ||
6896 | ||
d7040cdb | 6897 | |
7357c5b6 AM |
6898 | |
6899 | if test -n "$ac_tool_prefix"; then | |
6900 | # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. | |
6901 | set dummy ${ac_tool_prefix}ranlib; ac_word=$2 | |
81ecdfbb RW |
6902 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
6903 | $as_echo_n "checking for $ac_word... " >&6; } | |
6904 | if test "${ac_cv_prog_RANLIB+set}" = set; then : | |
6905 | $as_echo_n "(cached) " >&6 | |
ce2cded5 | 6906 | else |
7357c5b6 AM |
6907 | if test -n "$RANLIB"; then |
6908 | ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. | |
6909 | else | |
6910 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
6911 | for as_dir in $PATH | |
ce2cded5 | 6912 | do |
7357c5b6 AM |
6913 | IFS=$as_save_IFS |
6914 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
6915 | for ac_exec_ext in '' $ac_executable_extensions; do |
6916 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
7357c5b6 | 6917 | ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" |
81ecdfbb | 6918 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
7357c5b6 | 6919 | break 2 |
ce2cded5 | 6920 | fi |
7357c5b6 | 6921 | done |
81ecdfbb RW |
6922 | done |
6923 | IFS=$as_save_IFS | |
7357c5b6 | 6924 | |
ce2cded5 | 6925 | fi |
7357c5b6 AM |
6926 | fi |
6927 | RANLIB=$ac_cv_prog_RANLIB | |
6928 | if test -n "$RANLIB"; then | |
81ecdfbb RW |
6929 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 |
6930 | $as_echo "$RANLIB" >&6; } | |
ce2cded5 | 6931 | else |
81ecdfbb RW |
6932 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
6933 | $as_echo "no" >&6; } | |
ce2cded5 | 6934 | fi |
d7040cdb | 6935 | |
81ecdfbb | 6936 | |
7357c5b6 AM |
6937 | fi |
6938 | if test -z "$ac_cv_prog_RANLIB"; then | |
6939 | ac_ct_RANLIB=$RANLIB | |
6940 | # Extract the first word of "ranlib", so it can be a program name with args. | |
6941 | set dummy ranlib; ac_word=$2 | |
81ecdfbb RW |
6942 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
6943 | $as_echo_n "checking for $ac_word... " >&6; } | |
6944 | if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then : | |
6945 | $as_echo_n "(cached) " >&6 | |
ce2cded5 | 6946 | else |
7357c5b6 AM |
6947 | if test -n "$ac_ct_RANLIB"; then |
6948 | ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. | |
6949 | else | |
6950 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
6951 | for as_dir in $PATH | |
6952 | do | |
6953 | IFS=$as_save_IFS | |
6954 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
6955 | for ac_exec_ext in '' $ac_executable_extensions; do |
6956 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
7357c5b6 | 6957 | ac_cv_prog_ac_ct_RANLIB="ranlib" |
81ecdfbb | 6958 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
7357c5b6 AM |
6959 | break 2 |
6960 | fi | |
6961 | done | |
81ecdfbb RW |
6962 | done |
6963 | IFS=$as_save_IFS | |
7357c5b6 | 6964 | |
ce2cded5 | 6965 | fi |
7357c5b6 AM |
6966 | fi |
6967 | ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB | |
6968 | if test -n "$ac_ct_RANLIB"; then | |
81ecdfbb RW |
6969 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 |
6970 | $as_echo "$ac_ct_RANLIB" >&6; } | |
ce2cded5 | 6971 | else |
81ecdfbb RW |
6972 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
6973 | $as_echo "no" >&6; } | |
ce2cded5 | 6974 | fi |
d7040cdb | 6975 | |
81ecdfbb RW |
6976 | if test "x$ac_ct_RANLIB" = x; then |
6977 | RANLIB=":" | |
6978 | else | |
6979 | case $cross_compiling:$ac_tool_warned in | |
6980 | yes:) | |
6981 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
6982 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
6983 | ac_tool_warned=yes ;; | |
6984 | esac | |
6985 | RANLIB=$ac_ct_RANLIB | |
6986 | fi | |
7357c5b6 AM |
6987 | else |
6988 | RANLIB="$ac_cv_prog_RANLIB" | |
ce2cded5 | 6989 | fi |
d7040cdb | 6990 | |
7357c5b6 | 6991 | test -z "$RANLIB" && RANLIB=: |
d7040cdb | 6992 | |
7357c5b6 AM |
6993 | |
6994 | ||
6995 | ||
6996 | ||
6997 | ||
6998 | # Determine commands to create old-style static archives. | |
b214d478 | 6999 | old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' |
7357c5b6 AM |
7000 | old_postinstall_cmds='chmod 644 $oldlib' |
7001 | old_postuninstall_cmds= | |
7002 | ||
7003 | if test -n "$RANLIB"; then | |
7004 | case $host_os in | |
7005 | openbsd*) | |
7006 | old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib" | |
7007 | ;; | |
7008 | *) | |
7009 | old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib" | |
7010 | ;; | |
7011 | esac | |
7012 | old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib" | |
ce2cded5 | 7013 | fi |
7357c5b6 | 7014 | |
3725885a RW |
7015 | case $host_os in |
7016 | darwin*) | |
7017 | lock_old_archive_extraction=yes ;; | |
7018 | *) | |
7019 | lock_old_archive_extraction=no ;; | |
7020 | esac | |
7021 | ||
7022 | ||
7023 | ||
7024 | ||
7025 | ||
7026 | ||
7357c5b6 AM |
7027 | |
7028 | ||
7029 | ||
7030 | ||
7031 | ||
7032 | ||
7033 | ||
7034 | ||
7035 | ||
7036 | ||
7037 | ||
7038 | ||
7039 | ||
7040 | ||
7041 | ||
7042 | ||
7043 | ||
7044 | ||
7045 | ||
7046 | ||
7047 | ||
7048 | ||
7049 | ||
7050 | ||
7051 | ||
7052 | ||
7053 | ||
7054 | ||
7055 | ||
7056 | ||
7057 | ||
7058 | ||
7059 | ||
7060 | # If no C compiler was specified, use CC. | |
7061 | LTCC=${LTCC-"$CC"} | |
7062 | ||
7063 | # If no C compiler flags were specified, use CFLAGS. | |
7064 | LTCFLAGS=${LTCFLAGS-"$CFLAGS"} | |
7065 | ||
7066 | # Allow CC to be a program name with arguments. | |
7067 | compiler=$CC | |
7068 | ||
7069 | ||
7070 | # Check for command to grab the raw symbol name followed by C symbol from nm. | |
81ecdfbb RW |
7071 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5 |
7072 | $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; } | |
7073 | if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then : | |
7074 | $as_echo_n "(cached) " >&6 | |
ce2cded5 | 7075 | else |
d7040cdb | 7076 | |
7357c5b6 AM |
7077 | # These are sane defaults that work on at least a few old systems. |
7078 | # [They come from Ultrix. What could be older than Ultrix?!! ;)] | |
d7040cdb | 7079 | |
7357c5b6 AM |
7080 | # Character class describing NM global symbol codes. |
7081 | symcode='[BCDEGRST]' | |
7082 | ||
7083 | # Regexp to match symbols that can be accessed directly from C. | |
7084 | sympat='\([_A-Za-z][_A-Za-z0-9]*\)' | |
7085 | ||
7086 | # Define system-specific variables. | |
7087 | case $host_os in | |
7088 | aix*) | |
7089 | symcode='[BCDT]' | |
7090 | ;; | |
b214d478 | 7091 | cygwin* | mingw* | pw32* | cegcc*) |
7357c5b6 AM |
7092 | symcode='[ABCDGISTW]' |
7093 | ;; | |
7094 | hpux*) | |
7095 | if test "$host_cpu" = ia64; then | |
7096 | symcode='[ABCDEGRST]' | |
ce2cded5 | 7097 | fi |
7357c5b6 AM |
7098 | ;; |
7099 | irix* | nonstopux*) | |
7100 | symcode='[BCDEGRST]' | |
7101 | ;; | |
7102 | osf*) | |
7103 | symcode='[BCDEGQRST]' | |
7104 | ;; | |
7105 | solaris*) | |
7106 | symcode='[BDRT]' | |
7107 | ;; | |
7108 | sco3.2v5*) | |
7109 | symcode='[DT]' | |
7110 | ;; | |
7111 | sysv4.2uw2*) | |
7112 | symcode='[DT]' | |
7113 | ;; | |
7114 | sysv5* | sco5v6* | unixware* | OpenUNIX*) | |
7115 | symcode='[ABDT]' | |
7116 | ;; | |
7117 | sysv4) | |
7118 | symcode='[DFNSTU]' | |
7119 | ;; | |
7120 | esac | |
d7040cdb | 7121 | |
7357c5b6 AM |
7122 | # If we're using GNU nm, then use its standard symbol codes. |
7123 | case `$NM -V 2>&1` in | |
7124 | *GNU* | *'with BFD'*) | |
7125 | symcode='[ABCDGIRSTW]' ;; | |
7126 | esac | |
d7040cdb | 7127 | |
7357c5b6 AM |
7128 | # Transform an extracted symbol line into a proper C declaration. |
7129 | # Some systems (esp. on ia64) link data and code symbols differently, | |
7130 | # so use this general approach. | |
7131 | lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" | |
7132 | ||
7133 | # Transform an extracted symbol line into symbol name and symbol address | |
7134 | lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'" | |
b214d478 | 7135 | 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'" |
7357c5b6 AM |
7136 | |
7137 | # Handle CRLF in mingw tool chain | |
7138 | opt_cr= | |
7139 | case $build_os in | |
7140 | mingw*) | |
7141 | opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp | |
7142 | ;; | |
7143 | esac | |
d7040cdb | 7144 | |
7357c5b6 AM |
7145 | # Try without a prefix underscore, then with it. |
7146 | for ac_symprfx in "" "_"; do | |
d7040cdb | 7147 | |
7357c5b6 AM |
7148 | # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. |
7149 | symxfrm="\\1 $ac_symprfx\\2 \\2" | |
d7040cdb | 7150 | |
7357c5b6 AM |
7151 | # Write the raw and C identifiers. |
7152 | if test "$lt_cv_nm_interface" = "MS dumpbin"; then | |
7153 | # Fake it for dumpbin and say T for any non-static function | |
7154 | # and D for any global variable. | |
7155 | # Also find C++ and __fastcall symbols from MSVC++, | |
7156 | # which start with @ or ?. | |
7157 | lt_cv_sys_global_symbol_pipe="$AWK '"\ | |
7158 | " {last_section=section; section=\$ 3};"\ | |
7159 | " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ | |
7160 | " \$ 0!~/External *\|/{next};"\ | |
7161 | " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ | |
7162 | " {if(hide[section]) next};"\ | |
7163 | " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\ | |
7164 | " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\ | |
7165 | " s[1]~/^[@?]/{print s[1], s[1]; next};"\ | |
7166 | " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\ | |
7167 | " ' prfx=^$ac_symprfx" | |
7168 | else | |
7169 | lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" | |
7170 | fi | |
d7040cdb | 7171 | |
7357c5b6 AM |
7172 | # Check to see that the pipe works correctly. |
7173 | pipe_works=no | |
d7040cdb | 7174 | |
7357c5b6 AM |
7175 | rm -f conftest* |
7176 | cat > conftest.$ac_ext <<_LT_EOF | |
7177 | #ifdef __cplusplus | |
7178 | extern "C" { | |
7179 | #endif | |
7180 | char nm_test_var; | |
7181 | void nm_test_func(void); | |
7182 | void nm_test_func(void){} | |
7183 | #ifdef __cplusplus | |
20e95c23 | 7184 | } |
7357c5b6 AM |
7185 | #endif |
7186 | int main(){nm_test_var='a';nm_test_func();return(0);} | |
7187 | _LT_EOF | |
7188 | ||
81ecdfbb | 7189 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
7357c5b6 | 7190 | (eval $ac_compile) 2>&5 |
20e95c23 | 7191 | ac_status=$? |
81ecdfbb RW |
7192 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
7193 | test $ac_status = 0; }; then | |
7357c5b6 AM |
7194 | # Now try to grab the symbols. |
7195 | nlist=conftest.nm | |
3725885a RW |
7196 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5 |
7197 | (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5 | |
20e95c23 | 7198 | ac_status=$? |
81ecdfbb RW |
7199 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
7200 | test $ac_status = 0; } && test -s "$nlist"; then | |
7357c5b6 AM |
7201 | # Try sorting and uniquifying the output. |
7202 | if sort "$nlist" | uniq > "$nlist"T; then | |
7203 | mv -f "$nlist"T "$nlist" | |
7204 | else | |
7205 | rm -f "$nlist"T | |
7206 | fi | |
d7040cdb | 7207 | |
7357c5b6 AM |
7208 | # Make sure that we snagged all the symbols we need. |
7209 | if $GREP ' nm_test_var$' "$nlist" >/dev/null; then | |
7210 | if $GREP ' nm_test_func$' "$nlist" >/dev/null; then | |
7211 | cat <<_LT_EOF > conftest.$ac_ext | |
7212 | #ifdef __cplusplus | |
7213 | extern "C" { | |
7214 | #endif | |
ce2cded5 | 7215 | |
7357c5b6 AM |
7216 | _LT_EOF |
7217 | # Now generate the symbol file. | |
7218 | eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext' | |
ce2cded5 | 7219 | |
7357c5b6 | 7220 | cat <<_LT_EOF >> conftest.$ac_ext |
42ecbf5e | 7221 | |
7357c5b6 AM |
7222 | /* The mapping between symbol names and symbols. */ |
7223 | const struct { | |
7224 | const char *name; | |
7225 | void *address; | |
7226 | } | |
7227 | lt__PROGRAM__LTX_preloaded_symbols[] = | |
7228 | { | |
7229 | { "@PROGRAM@", (void *) 0 }, | |
7230 | _LT_EOF | |
7231 | $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext | |
7232 | cat <<\_LT_EOF >> conftest.$ac_ext | |
7233 | {0, (void *) 0} | |
7234 | }; | |
d7040cdb | 7235 | |
7357c5b6 AM |
7236 | /* This works around a problem in FreeBSD linker */ |
7237 | #ifdef FREEBSD_WORKAROUND | |
7238 | static const void *lt_preloaded_setup() { | |
7239 | return lt__PROGRAM__LTX_preloaded_symbols; | |
7240 | } | |
ce2cded5 | 7241 | #endif |
42ecbf5e | 7242 | |
7357c5b6 | 7243 | #ifdef __cplusplus |
ce2cded5 | 7244 | } |
7357c5b6 AM |
7245 | #endif |
7246 | _LT_EOF | |
7247 | # Now try linking the two files. | |
7248 | mv conftest.$ac_objext conftstm.$ac_objext | |
7249 | lt_save_LIBS="$LIBS" | |
7250 | lt_save_CFLAGS="$CFLAGS" | |
7251 | LIBS="conftstm.$ac_objext" | |
7252 | CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" | |
81ecdfbb | 7253 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 |
ce2cded5 L |
7254 | (eval $ac_link) 2>&5 |
7255 | ac_status=$? | |
81ecdfbb RW |
7256 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
7257 | test $ac_status = 0; } && test -s conftest${ac_exeext}; then | |
7357c5b6 AM |
7258 | pipe_works=yes |
7259 | fi | |
7260 | LIBS="$lt_save_LIBS" | |
7261 | CFLAGS="$lt_save_CFLAGS" | |
7262 | else | |
7263 | echo "cannot find nm_test_func in $nlist" >&5 | |
7264 | fi | |
7265 | else | |
7266 | echo "cannot find nm_test_var in $nlist" >&5 | |
7267 | fi | |
7268 | else | |
7269 | echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5 | |
7270 | fi | |
7271 | else | |
7272 | echo "$progname: failed program was:" >&5 | |
7273 | cat conftest.$ac_ext >&5 | |
7274 | fi | |
b214d478 | 7275 | rm -rf conftest* conftst* |
7357c5b6 AM |
7276 | |
7277 | # Do not use the global_symbol_pipe unless it works. | |
7278 | if test "$pipe_works" = yes; then | |
7279 | break | |
7280 | else | |
7281 | lt_cv_sys_global_symbol_pipe= | |
7282 | fi | |
7283 | done | |
42ecbf5e | 7284 | |
ce2cded5 | 7285 | fi |
7357c5b6 AM |
7286 | |
7287 | if test -z "$lt_cv_sys_global_symbol_pipe"; then | |
7288 | lt_cv_sys_global_symbol_to_cdecl= | |
ce2cded5 | 7289 | fi |
7357c5b6 | 7290 | if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then |
81ecdfbb RW |
7291 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5 |
7292 | $as_echo "failed" >&6; } | |
7357c5b6 | 7293 | else |
81ecdfbb RW |
7294 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5 |
7295 | $as_echo "ok" >&6; } | |
ce2cded5 | 7296 | fi |
e5a52504 | 7297 | |
d7040cdb | 7298 | |
e5a52504 | 7299 | |
d7040cdb | 7300 | |
d7040cdb | 7301 | |
d7040cdb | 7302 | |
d7040cdb | 7303 | |
d7040cdb | 7304 | |
d7040cdb | 7305 | |
d7040cdb | 7306 | |
d7040cdb | 7307 | |
d7040cdb | 7308 | |
7357c5b6 AM |
7309 | |
7310 | ||
7311 | ||
b214d478 SE |
7312 | |
7313 | ||
7314 | ||
7315 | ||
7316 | ||
7357c5b6 AM |
7317 | |
7318 | ||
81ecdfbb RW |
7319 | # Check whether --enable-libtool-lock was given. |
7320 | if test "${enable_libtool_lock+set}" = set; then : | |
7321 | enableval=$enable_libtool_lock; | |
7322 | fi | |
7357c5b6 | 7323 | |
7357c5b6 AM |
7324 | test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes |
7325 | ||
7326 | # Some flags need to be propagated to the compiler or linker for good | |
7327 | # libtool support. | |
7328 | case $host in | |
7329 | ia64-*-hpux*) | |
7330 | # Find out which ABI we are using. | |
7331 | echo 'int i;' > conftest.$ac_ext | |
81ecdfbb | 7332 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
7357c5b6 AM |
7333 | (eval $ac_compile) 2>&5 |
7334 | ac_status=$? | |
81ecdfbb RW |
7335 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
7336 | test $ac_status = 0; }; then | |
7357c5b6 AM |
7337 | case `/usr/bin/file conftest.$ac_objext` in |
7338 | *ELF-32*) | |
7339 | HPUX_IA64_MODE="32" | |
7340 | ;; | |
7341 | *ELF-64*) | |
7342 | HPUX_IA64_MODE="64" | |
7343 | ;; | |
7344 | esac | |
7345 | fi | |
7346 | rm -rf conftest* | |
7347 | ;; | |
7348 | *-*-irix6*) | |
7349 | # Find out which ABI we are using. | |
3725885a | 7350 | echo '#line '$LINENO' "configure"' > conftest.$ac_ext |
81ecdfbb | 7351 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
7357c5b6 AM |
7352 | (eval $ac_compile) 2>&5 |
7353 | ac_status=$? | |
81ecdfbb RW |
7354 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
7355 | test $ac_status = 0; }; then | |
7357c5b6 AM |
7356 | if test "$lt_cv_prog_gnu_ld" = yes; then |
7357 | case `/usr/bin/file conftest.$ac_objext` in | |
7358 | *32-bit*) | |
7359 | LD="${LD-ld} -melf32bsmip" | |
7360 | ;; | |
7361 | *N32*) | |
7362 | LD="${LD-ld} -melf32bmipn32" | |
7363 | ;; | |
7364 | *64-bit*) | |
7365 | LD="${LD-ld} -melf64bmip" | |
7366 | ;; | |
7367 | esac | |
7368 | else | |
7369 | case `/usr/bin/file conftest.$ac_objext` in | |
7370 | *32-bit*) | |
7371 | LD="${LD-ld} -32" | |
7372 | ;; | |
7373 | *N32*) | |
7374 | LD="${LD-ld} -n32" | |
7375 | ;; | |
7376 | *64-bit*) | |
7377 | LD="${LD-ld} -64" | |
7378 | ;; | |
7379 | esac | |
7380 | fi | |
7381 | fi | |
7382 | rm -rf conftest* | |
7383 | ;; | |
7384 | ||
7385 | x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \ | |
7386 | s390*-*linux*|s390*-*tpf*|sparc*-*linux*) | |
7387 | # Find out which ABI we are using. | |
7388 | echo 'int i;' > conftest.$ac_ext | |
81ecdfbb | 7389 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
7357c5b6 AM |
7390 | (eval $ac_compile) 2>&5 |
7391 | ac_status=$? | |
81ecdfbb RW |
7392 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
7393 | test $ac_status = 0; }; then | |
7357c5b6 AM |
7394 | case `/usr/bin/file conftest.o` in |
7395 | *32-bit*) | |
7396 | case $host in | |
7397 | x86_64-*kfreebsd*-gnu) | |
7398 | LD="${LD-ld} -m elf_i386_fbsd" | |
7399 | ;; | |
7400 | x86_64-*linux*) | |
7401 | LD="${LD-ld} -m elf_i386" | |
7402 | ;; | |
7403 | ppc64-*linux*|powerpc64-*linux*) | |
7404 | LD="${LD-ld} -m elf32ppclinux" | |
7405 | ;; | |
7406 | s390x-*linux*) | |
7407 | LD="${LD-ld} -m elf_s390" | |
7408 | ;; | |
7409 | sparc64-*linux*) | |
7410 | LD="${LD-ld} -m elf32_sparc" | |
7411 | ;; | |
7412 | esac | |
7413 | ;; | |
7414 | *64-bit*) | |
7415 | case $host in | |
7416 | x86_64-*kfreebsd*-gnu) | |
7417 | LD="${LD-ld} -m elf_x86_64_fbsd" | |
7418 | ;; | |
7419 | x86_64-*linux*) | |
7420 | LD="${LD-ld} -m elf_x86_64" | |
7421 | ;; | |
7422 | ppc*-*linux*|powerpc*-*linux*) | |
7423 | LD="${LD-ld} -m elf64ppc" | |
7424 | ;; | |
7425 | s390*-*linux*|s390*-*tpf*) | |
7426 | LD="${LD-ld} -m elf64_s390" | |
7427 | ;; | |
7428 | sparc*-*linux*) | |
7429 | LD="${LD-ld} -m elf64_sparc" | |
7430 | ;; | |
7431 | esac | |
7432 | ;; | |
7433 | esac | |
7434 | fi | |
7435 | rm -rf conftest* | |
7436 | ;; | |
7437 | ||
7438 | *-*-sco3.2v5*) | |
7439 | # On SCO OpenServer 5, we need -belf to get full-featured binaries. | |
7440 | SAVE_CFLAGS="$CFLAGS" | |
7441 | CFLAGS="$CFLAGS -belf" | |
81ecdfbb RW |
7442 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5 |
7443 | $as_echo_n "checking whether the C compiler needs -belf... " >&6; } | |
7444 | if test "${lt_cv_cc_needs_belf+set}" = set; then : | |
7445 | $as_echo_n "(cached) " >&6 | |
ce2cded5 | 7446 | else |
7357c5b6 AM |
7447 | ac_ext=c |
7448 | ac_cpp='$CPP $CPPFLAGS' | |
7449 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
7450 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
7451 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
7452 | ||
81ecdfbb | 7453 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
ce2cded5 | 7454 | /* end confdefs.h. */ |
d7040cdb | 7455 | |
7357c5b6 AM |
7456 | int |
7457 | main () | |
7458 | { | |
7459 | ||
7460 | ; | |
7461 | return 0; | |
7462 | } | |
ce2cded5 | 7463 | _ACEOF |
81ecdfbb | 7464 | if ac_fn_c_try_link "$LINENO"; then : |
7357c5b6 | 7465 | lt_cv_cc_needs_belf=yes |
ce2cded5 | 7466 | else |
81ecdfbb | 7467 | lt_cv_cc_needs_belf=no |
ce2cded5 | 7468 | fi |
81ecdfbb RW |
7469 | rm -f core conftest.err conftest.$ac_objext \ |
7470 | conftest$ac_exeext conftest.$ac_ext | |
7357c5b6 AM |
7471 | ac_ext=c |
7472 | ac_cpp='$CPP $CPPFLAGS' | |
7473 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
7474 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
7475 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
d7040cdb | 7476 | |
b214d478 | 7477 | fi |
81ecdfbb RW |
7478 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5 |
7479 | $as_echo "$lt_cv_cc_needs_belf" >&6; } | |
b214d478 SE |
7480 | if test x"$lt_cv_cc_needs_belf" != x"yes"; then |
7481 | # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf | |
7482 | CFLAGS="$SAVE_CFLAGS" | |
7483 | fi | |
7484 | ;; | |
7485 | sparc*-*solaris*) | |
7486 | # Find out which ABI we are using. | |
7487 | echo 'int i;' > conftest.$ac_ext | |
81ecdfbb | 7488 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
b214d478 SE |
7489 | (eval $ac_compile) 2>&5 |
7490 | ac_status=$? | |
81ecdfbb RW |
7491 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
7492 | test $ac_status = 0; }; then | |
b214d478 SE |
7493 | case `/usr/bin/file conftest.o` in |
7494 | *64-bit*) | |
7495 | case $lt_cv_prog_gnu_ld in | |
7496 | yes*) LD="${LD-ld} -m elf64_sparc" ;; | |
7497 | *) | |
7498 | if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then | |
7499 | LD="${LD-ld} -64" | |
7500 | fi | |
7501 | ;; | |
7502 | esac | |
7503 | ;; | |
7504 | esac | |
7505 | fi | |
7506 | rm -rf conftest* | |
7507 | ;; | |
7508 | esac | |
7509 | ||
7510 | need_locks="$enable_libtool_lock" | |
7511 | ||
7512 | ||
7513 | case $host_os in | |
7514 | rhapsody* | darwin*) | |
7515 | if test -n "$ac_tool_prefix"; then | |
7516 | # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args. | |
7517 | set dummy ${ac_tool_prefix}dsymutil; ac_word=$2 | |
81ecdfbb RW |
7518 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
7519 | $as_echo_n "checking for $ac_word... " >&6; } | |
7520 | if test "${ac_cv_prog_DSYMUTIL+set}" = set; then : | |
7521 | $as_echo_n "(cached) " >&6 | |
b214d478 SE |
7522 | else |
7523 | if test -n "$DSYMUTIL"; then | |
7524 | ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test. | |
7525 | else | |
7526 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
7527 | for as_dir in $PATH | |
7528 | do | |
7529 | IFS=$as_save_IFS | |
7530 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
7531 | for ac_exec_ext in '' $ac_executable_extensions; do |
7532 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
b214d478 | 7533 | ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil" |
81ecdfbb | 7534 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
b214d478 SE |
7535 | break 2 |
7536 | fi | |
7537 | done | |
81ecdfbb RW |
7538 | done |
7539 | IFS=$as_save_IFS | |
b214d478 SE |
7540 | |
7541 | fi | |
7542 | fi | |
7543 | DSYMUTIL=$ac_cv_prog_DSYMUTIL | |
7544 | if test -n "$DSYMUTIL"; then | |
81ecdfbb RW |
7545 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5 |
7546 | $as_echo "$DSYMUTIL" >&6; } | |
b214d478 | 7547 | else |
81ecdfbb RW |
7548 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
7549 | $as_echo "no" >&6; } | |
b214d478 SE |
7550 | fi |
7551 | ||
81ecdfbb | 7552 | |
b214d478 SE |
7553 | fi |
7554 | if test -z "$ac_cv_prog_DSYMUTIL"; then | |
7555 | ac_ct_DSYMUTIL=$DSYMUTIL | |
7556 | # Extract the first word of "dsymutil", so it can be a program name with args. | |
7557 | set dummy dsymutil; ac_word=$2 | |
81ecdfbb RW |
7558 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
7559 | $as_echo_n "checking for $ac_word... " >&6; } | |
7560 | if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then : | |
7561 | $as_echo_n "(cached) " >&6 | |
b214d478 SE |
7562 | else |
7563 | if test -n "$ac_ct_DSYMUTIL"; then | |
7564 | ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test. | |
7565 | else | |
7566 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
7567 | for as_dir in $PATH | |
7568 | do | |
7569 | IFS=$as_save_IFS | |
7570 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
7571 | for ac_exec_ext in '' $ac_executable_extensions; do |
7572 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
b214d478 | 7573 | ac_cv_prog_ac_ct_DSYMUTIL="dsymutil" |
81ecdfbb | 7574 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
b214d478 SE |
7575 | break 2 |
7576 | fi | |
7577 | done | |
81ecdfbb RW |
7578 | done |
7579 | IFS=$as_save_IFS | |
b214d478 | 7580 | |
b214d478 SE |
7581 | fi |
7582 | fi | |
7583 | ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL | |
7584 | if test -n "$ac_ct_DSYMUTIL"; then | |
81ecdfbb RW |
7585 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5 |
7586 | $as_echo "$ac_ct_DSYMUTIL" >&6; } | |
b214d478 | 7587 | else |
81ecdfbb RW |
7588 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
7589 | $as_echo "no" >&6; } | |
b214d478 SE |
7590 | fi |
7591 | ||
81ecdfbb RW |
7592 | if test "x$ac_ct_DSYMUTIL" = x; then |
7593 | DSYMUTIL=":" | |
7594 | else | |
7595 | case $cross_compiling:$ac_tool_warned in | |
7596 | yes:) | |
7597 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
7598 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
7599 | ac_tool_warned=yes ;; | |
7600 | esac | |
7601 | DSYMUTIL=$ac_ct_DSYMUTIL | |
7602 | fi | |
b214d478 SE |
7603 | else |
7604 | DSYMUTIL="$ac_cv_prog_DSYMUTIL" | |
7605 | fi | |
7606 | ||
7607 | if test -n "$ac_tool_prefix"; then | |
7608 | # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args. | |
7609 | set dummy ${ac_tool_prefix}nmedit; ac_word=$2 | |
81ecdfbb RW |
7610 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
7611 | $as_echo_n "checking for $ac_word... " >&6; } | |
7612 | if test "${ac_cv_prog_NMEDIT+set}" = set; then : | |
7613 | $as_echo_n "(cached) " >&6 | |
b214d478 SE |
7614 | else |
7615 | if test -n "$NMEDIT"; then | |
7616 | ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test. | |
7617 | else | |
7618 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
7619 | for as_dir in $PATH | |
7620 | do | |
7621 | IFS=$as_save_IFS | |
7622 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
7623 | for ac_exec_ext in '' $ac_executable_extensions; do |
7624 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
b214d478 | 7625 | ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit" |
81ecdfbb | 7626 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
b214d478 SE |
7627 | break 2 |
7628 | fi | |
7629 | done | |
81ecdfbb RW |
7630 | done |
7631 | IFS=$as_save_IFS | |
b214d478 SE |
7632 | |
7633 | fi | |
7634 | fi | |
7635 | NMEDIT=$ac_cv_prog_NMEDIT | |
7636 | if test -n "$NMEDIT"; then | |
81ecdfbb RW |
7637 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5 |
7638 | $as_echo "$NMEDIT" >&6; } | |
b214d478 | 7639 | else |
81ecdfbb RW |
7640 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
7641 | $as_echo "no" >&6; } | |
b214d478 SE |
7642 | fi |
7643 | ||
81ecdfbb | 7644 | |
b214d478 SE |
7645 | fi |
7646 | if test -z "$ac_cv_prog_NMEDIT"; then | |
7647 | ac_ct_NMEDIT=$NMEDIT | |
7648 | # Extract the first word of "nmedit", so it can be a program name with args. | |
7649 | set dummy nmedit; ac_word=$2 | |
81ecdfbb RW |
7650 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
7651 | $as_echo_n "checking for $ac_word... " >&6; } | |
7652 | if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then : | |
7653 | $as_echo_n "(cached) " >&6 | |
b214d478 SE |
7654 | else |
7655 | if test -n "$ac_ct_NMEDIT"; then | |
7656 | ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test. | |
7657 | else | |
7658 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
7659 | for as_dir in $PATH | |
7660 | do | |
7661 | IFS=$as_save_IFS | |
7662 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
7663 | for ac_exec_ext in '' $ac_executable_extensions; do |
7664 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
b214d478 | 7665 | ac_cv_prog_ac_ct_NMEDIT="nmedit" |
81ecdfbb | 7666 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
b214d478 SE |
7667 | break 2 |
7668 | fi | |
7669 | done | |
81ecdfbb RW |
7670 | done |
7671 | IFS=$as_save_IFS | |
b214d478 | 7672 | |
b214d478 SE |
7673 | fi |
7674 | fi | |
7675 | ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT | |
7676 | if test -n "$ac_ct_NMEDIT"; then | |
81ecdfbb RW |
7677 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5 |
7678 | $as_echo "$ac_ct_NMEDIT" >&6; } | |
b214d478 | 7679 | else |
81ecdfbb RW |
7680 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
7681 | $as_echo "no" >&6; } | |
b214d478 SE |
7682 | fi |
7683 | ||
81ecdfbb RW |
7684 | if test "x$ac_ct_NMEDIT" = x; then |
7685 | NMEDIT=":" | |
7686 | else | |
7687 | case $cross_compiling:$ac_tool_warned in | |
7688 | yes:) | |
7689 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
7690 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
7691 | ac_tool_warned=yes ;; | |
7692 | esac | |
7693 | NMEDIT=$ac_ct_NMEDIT | |
7694 | fi | |
b214d478 SE |
7695 | else |
7696 | NMEDIT="$ac_cv_prog_NMEDIT" | |
7697 | fi | |
7698 | ||
7699 | if test -n "$ac_tool_prefix"; then | |
7700 | # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args. | |
7701 | set dummy ${ac_tool_prefix}lipo; ac_word=$2 | |
81ecdfbb RW |
7702 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
7703 | $as_echo_n "checking for $ac_word... " >&6; } | |
7704 | if test "${ac_cv_prog_LIPO+set}" = set; then : | |
7705 | $as_echo_n "(cached) " >&6 | |
b214d478 SE |
7706 | else |
7707 | if test -n "$LIPO"; then | |
7708 | ac_cv_prog_LIPO="$LIPO" # Let the user override the test. | |
7709 | else | |
7710 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
7711 | for as_dir in $PATH | |
7712 | do | |
7713 | IFS=$as_save_IFS | |
7714 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
7715 | for ac_exec_ext in '' $ac_executable_extensions; do |
7716 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
b214d478 | 7717 | ac_cv_prog_LIPO="${ac_tool_prefix}lipo" |
81ecdfbb | 7718 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
b214d478 SE |
7719 | break 2 |
7720 | fi | |
7721 | done | |
81ecdfbb RW |
7722 | done |
7723 | IFS=$as_save_IFS | |
b214d478 SE |
7724 | |
7725 | fi | |
7726 | fi | |
7727 | LIPO=$ac_cv_prog_LIPO | |
7728 | if test -n "$LIPO"; then | |
81ecdfbb RW |
7729 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5 |
7730 | $as_echo "$LIPO" >&6; } | |
b214d478 | 7731 | else |
81ecdfbb RW |
7732 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
7733 | $as_echo "no" >&6; } | |
b214d478 SE |
7734 | fi |
7735 | ||
81ecdfbb | 7736 | |
b214d478 SE |
7737 | fi |
7738 | if test -z "$ac_cv_prog_LIPO"; then | |
7739 | ac_ct_LIPO=$LIPO | |
7740 | # Extract the first word of "lipo", so it can be a program name with args. | |
7741 | set dummy lipo; ac_word=$2 | |
81ecdfbb RW |
7742 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
7743 | $as_echo_n "checking for $ac_word... " >&6; } | |
7744 | if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then : | |
7745 | $as_echo_n "(cached) " >&6 | |
b214d478 SE |
7746 | else |
7747 | if test -n "$ac_ct_LIPO"; then | |
7748 | ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test. | |
7749 | else | |
7750 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
7751 | for as_dir in $PATH | |
7752 | do | |
7753 | IFS=$as_save_IFS | |
7754 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
7755 | for ac_exec_ext in '' $ac_executable_extensions; do |
7756 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
b214d478 | 7757 | ac_cv_prog_ac_ct_LIPO="lipo" |
81ecdfbb | 7758 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
b214d478 SE |
7759 | break 2 |
7760 | fi | |
7761 | done | |
81ecdfbb RW |
7762 | done |
7763 | IFS=$as_save_IFS | |
b214d478 | 7764 | |
b214d478 SE |
7765 | fi |
7766 | fi | |
7767 | ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO | |
7768 | if test -n "$ac_ct_LIPO"; then | |
81ecdfbb RW |
7769 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5 |
7770 | $as_echo "$ac_ct_LIPO" >&6; } | |
b214d478 | 7771 | else |
81ecdfbb RW |
7772 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
7773 | $as_echo "no" >&6; } | |
b214d478 SE |
7774 | fi |
7775 | ||
81ecdfbb RW |
7776 | if test "x$ac_ct_LIPO" = x; then |
7777 | LIPO=":" | |
7778 | else | |
7779 | case $cross_compiling:$ac_tool_warned in | |
7780 | yes:) | |
7781 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
7782 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
7783 | ac_tool_warned=yes ;; | |
7784 | esac | |
7785 | LIPO=$ac_ct_LIPO | |
7786 | fi | |
b214d478 SE |
7787 | else |
7788 | LIPO="$ac_cv_prog_LIPO" | |
7789 | fi | |
7790 | ||
7791 | if test -n "$ac_tool_prefix"; then | |
7792 | # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args. | |
7793 | set dummy ${ac_tool_prefix}otool; ac_word=$2 | |
81ecdfbb RW |
7794 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
7795 | $as_echo_n "checking for $ac_word... " >&6; } | |
7796 | if test "${ac_cv_prog_OTOOL+set}" = set; then : | |
7797 | $as_echo_n "(cached) " >&6 | |
b214d478 SE |
7798 | else |
7799 | if test -n "$OTOOL"; then | |
7800 | ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test. | |
7801 | else | |
7802 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
7803 | for as_dir in $PATH | |
7804 | do | |
7805 | IFS=$as_save_IFS | |
7806 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
7807 | for ac_exec_ext in '' $ac_executable_extensions; do |
7808 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
b214d478 | 7809 | ac_cv_prog_OTOOL="${ac_tool_prefix}otool" |
81ecdfbb | 7810 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
b214d478 SE |
7811 | break 2 |
7812 | fi | |
7813 | done | |
81ecdfbb RW |
7814 | done |
7815 | IFS=$as_save_IFS | |
b214d478 SE |
7816 | |
7817 | fi | |
7818 | fi | |
7819 | OTOOL=$ac_cv_prog_OTOOL | |
7820 | if test -n "$OTOOL"; then | |
81ecdfbb RW |
7821 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5 |
7822 | $as_echo "$OTOOL" >&6; } | |
b214d478 | 7823 | else |
81ecdfbb RW |
7824 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
7825 | $as_echo "no" >&6; } | |
b214d478 SE |
7826 | fi |
7827 | ||
81ecdfbb | 7828 | |
b214d478 SE |
7829 | fi |
7830 | if test -z "$ac_cv_prog_OTOOL"; then | |
7831 | ac_ct_OTOOL=$OTOOL | |
7832 | # Extract the first word of "otool", so it can be a program name with args. | |
7833 | set dummy otool; ac_word=$2 | |
81ecdfbb RW |
7834 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
7835 | $as_echo_n "checking for $ac_word... " >&6; } | |
7836 | if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then : | |
7837 | $as_echo_n "(cached) " >&6 | |
b214d478 SE |
7838 | else |
7839 | if test -n "$ac_ct_OTOOL"; then | |
7840 | ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test. | |
7841 | else | |
7842 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
7843 | for as_dir in $PATH | |
7844 | do | |
7845 | IFS=$as_save_IFS | |
7846 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
7847 | for ac_exec_ext in '' $ac_executable_extensions; do |
7848 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
b214d478 | 7849 | ac_cv_prog_ac_ct_OTOOL="otool" |
81ecdfbb | 7850 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
b214d478 SE |
7851 | break 2 |
7852 | fi | |
7853 | done | |
81ecdfbb RW |
7854 | done |
7855 | IFS=$as_save_IFS | |
b214d478 | 7856 | |
b214d478 SE |
7857 | fi |
7858 | fi | |
7859 | ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL | |
7860 | if test -n "$ac_ct_OTOOL"; then | |
81ecdfbb RW |
7861 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5 |
7862 | $as_echo "$ac_ct_OTOOL" >&6; } | |
b214d478 | 7863 | else |
81ecdfbb RW |
7864 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
7865 | $as_echo "no" >&6; } | |
b214d478 SE |
7866 | fi |
7867 | ||
81ecdfbb RW |
7868 | if test "x$ac_ct_OTOOL" = x; then |
7869 | OTOOL=":" | |
7870 | else | |
7871 | case $cross_compiling:$ac_tool_warned in | |
7872 | yes:) | |
7873 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
7874 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
7875 | ac_tool_warned=yes ;; | |
7876 | esac | |
7877 | OTOOL=$ac_ct_OTOOL | |
7878 | fi | |
b214d478 SE |
7879 | else |
7880 | OTOOL="$ac_cv_prog_OTOOL" | |
7881 | fi | |
7882 | ||
7883 | if test -n "$ac_tool_prefix"; then | |
7884 | # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args. | |
7885 | set dummy ${ac_tool_prefix}otool64; ac_word=$2 | |
81ecdfbb RW |
7886 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
7887 | $as_echo_n "checking for $ac_word... " >&6; } | |
7888 | if test "${ac_cv_prog_OTOOL64+set}" = set; then : | |
7889 | $as_echo_n "(cached) " >&6 | |
b214d478 SE |
7890 | else |
7891 | if test -n "$OTOOL64"; then | |
7892 | ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test. | |
7893 | else | |
7894 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
7895 | for as_dir in $PATH | |
7896 | do | |
7897 | IFS=$as_save_IFS | |
7898 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
7899 | for ac_exec_ext in '' $ac_executable_extensions; do |
7900 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
b214d478 | 7901 | ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64" |
81ecdfbb | 7902 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
b214d478 SE |
7903 | break 2 |
7904 | fi | |
7905 | done | |
81ecdfbb RW |
7906 | done |
7907 | IFS=$as_save_IFS | |
b214d478 SE |
7908 | |
7909 | fi | |
7910 | fi | |
7911 | OTOOL64=$ac_cv_prog_OTOOL64 | |
7912 | if test -n "$OTOOL64"; then | |
81ecdfbb RW |
7913 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5 |
7914 | $as_echo "$OTOOL64" >&6; } | |
b214d478 | 7915 | else |
81ecdfbb RW |
7916 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
7917 | $as_echo "no" >&6; } | |
b214d478 SE |
7918 | fi |
7919 | ||
81ecdfbb | 7920 | |
b214d478 SE |
7921 | fi |
7922 | if test -z "$ac_cv_prog_OTOOL64"; then | |
7923 | ac_ct_OTOOL64=$OTOOL64 | |
7924 | # Extract the first word of "otool64", so it can be a program name with args. | |
7925 | set dummy otool64; ac_word=$2 | |
81ecdfbb RW |
7926 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
7927 | $as_echo_n "checking for $ac_word... " >&6; } | |
7928 | if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then : | |
7929 | $as_echo_n "(cached) " >&6 | |
b214d478 SE |
7930 | else |
7931 | if test -n "$ac_ct_OTOOL64"; then | |
7932 | ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test. | |
7933 | else | |
7934 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
7935 | for as_dir in $PATH | |
7936 | do | |
7937 | IFS=$as_save_IFS | |
7938 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
7939 | for ac_exec_ext in '' $ac_executable_extensions; do |
7940 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
b214d478 | 7941 | ac_cv_prog_ac_ct_OTOOL64="otool64" |
81ecdfbb | 7942 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
b214d478 SE |
7943 | break 2 |
7944 | fi | |
7945 | done | |
81ecdfbb RW |
7946 | done |
7947 | IFS=$as_save_IFS | |
b214d478 | 7948 | |
b214d478 SE |
7949 | fi |
7950 | fi | |
7951 | ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64 | |
7952 | if test -n "$ac_ct_OTOOL64"; then | |
81ecdfbb RW |
7953 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5 |
7954 | $as_echo "$ac_ct_OTOOL64" >&6; } | |
b214d478 | 7955 | else |
81ecdfbb RW |
7956 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
7957 | $as_echo "no" >&6; } | |
b214d478 SE |
7958 | fi |
7959 | ||
81ecdfbb RW |
7960 | if test "x$ac_ct_OTOOL64" = x; then |
7961 | OTOOL64=":" | |
7962 | else | |
7963 | case $cross_compiling:$ac_tool_warned in | |
7964 | yes:) | |
7965 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
7966 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
7967 | ac_tool_warned=yes ;; | |
7968 | esac | |
7969 | OTOOL64=$ac_ct_OTOOL64 | |
7970 | fi | |
b214d478 SE |
7971 | else |
7972 | OTOOL64="$ac_cv_prog_OTOOL64" | |
7973 | fi | |
7974 | ||
7975 | ||
7976 | ||
7977 | ||
7978 | ||
7979 | ||
7980 | ||
7981 | ||
7982 | ||
7983 | ||
7984 | ||
7985 | ||
7986 | ||
7987 | ||
7988 | ||
7989 | ||
7990 | ||
7991 | ||
7992 | ||
7993 | ||
7994 | ||
7995 | ||
7996 | ||
7997 | ||
7998 | ||
7999 | ||
8000 | ||
81ecdfbb RW |
8001 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5 |
8002 | $as_echo_n "checking for -single_module linker flag... " >&6; } | |
8003 | if test "${lt_cv_apple_cc_single_mod+set}" = set; then : | |
8004 | $as_echo_n "(cached) " >&6 | |
b214d478 SE |
8005 | else |
8006 | lt_cv_apple_cc_single_mod=no | |
8007 | if test -z "${LT_MULTI_MODULE}"; then | |
8008 | # By default we will add the -single_module flag. You can override | |
8009 | # by either setting the environment variable LT_MULTI_MODULE | |
8010 | # non-empty at configure time, or by adding -multi_module to the | |
8011 | # link flags. | |
8012 | rm -rf libconftest.dylib* | |
8013 | echo "int foo(void){return 1;}" > conftest.c | |
8014 | echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ | |
8015 | -dynamiclib -Wl,-single_module conftest.c" >&5 | |
8016 | $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ | |
8017 | -dynamiclib -Wl,-single_module conftest.c 2>conftest.err | |
8018 | _lt_result=$? | |
8019 | if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then | |
8020 | lt_cv_apple_cc_single_mod=yes | |
8021 | else | |
8022 | cat conftest.err >&5 | |
8023 | fi | |
8024 | rm -rf libconftest.dylib* | |
8025 | rm -f conftest.* | |
8026 | fi | |
8027 | fi | |
81ecdfbb RW |
8028 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5 |
8029 | $as_echo "$lt_cv_apple_cc_single_mod" >&6; } | |
8030 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5 | |
8031 | $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; } | |
8032 | if test "${lt_cv_ld_exported_symbols_list+set}" = set; then : | |
8033 | $as_echo_n "(cached) " >&6 | |
b214d478 SE |
8034 | else |
8035 | lt_cv_ld_exported_symbols_list=no | |
8036 | save_LDFLAGS=$LDFLAGS | |
8037 | echo "_main" > conftest.sym | |
8038 | LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" | |
81ecdfbb | 8039 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
b214d478 SE |
8040 | /* end confdefs.h. */ |
8041 | ||
8042 | int | |
8043 | main () | |
8044 | { | |
8045 | ||
8046 | ; | |
8047 | return 0; | |
8048 | } | |
8049 | _ACEOF | |
81ecdfbb | 8050 | if ac_fn_c_try_link "$LINENO"; then : |
b214d478 SE |
8051 | lt_cv_ld_exported_symbols_list=yes |
8052 | else | |
81ecdfbb | 8053 | lt_cv_ld_exported_symbols_list=no |
b214d478 | 8054 | fi |
81ecdfbb RW |
8055 | rm -f core conftest.err conftest.$ac_objext \ |
8056 | conftest$ac_exeext conftest.$ac_ext | |
b214d478 SE |
8057 | LDFLAGS="$save_LDFLAGS" |
8058 | ||
8059 | fi | |
81ecdfbb RW |
8060 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5 |
8061 | $as_echo "$lt_cv_ld_exported_symbols_list" >&6; } | |
3725885a RW |
8062 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5 |
8063 | $as_echo_n "checking for -force_load linker flag... " >&6; } | |
8064 | if test "${lt_cv_ld_force_load+set}" = set; then : | |
8065 | $as_echo_n "(cached) " >&6 | |
8066 | else | |
8067 | lt_cv_ld_force_load=no | |
8068 | cat > conftest.c << _LT_EOF | |
8069 | int forced_loaded() { return 2;} | |
8070 | _LT_EOF | |
8071 | echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5 | |
8072 | $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 | |
8073 | echo "$AR cru libconftest.a conftest.o" >&5 | |
8074 | $AR cru libconftest.a conftest.o 2>&5 | |
8075 | cat > conftest.c << _LT_EOF | |
8076 | int main() { return 0;} | |
8077 | _LT_EOF | |
8078 | echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5 | |
8079 | $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err | |
8080 | _lt_result=$? | |
8081 | if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then | |
8082 | lt_cv_ld_force_load=yes | |
8083 | else | |
8084 | cat conftest.err >&5 | |
8085 | fi | |
8086 | rm -f conftest.err libconftest.a conftest conftest.c | |
8087 | rm -rf conftest.dSYM | |
8088 | ||
8089 | fi | |
8090 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5 | |
8091 | $as_echo "$lt_cv_ld_force_load" >&6; } | |
b214d478 SE |
8092 | case $host_os in |
8093 | rhapsody* | darwin1.[012]) | |
8094 | _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;; | |
8095 | darwin1.*) | |
8096 | _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; | |
8097 | darwin*) # darwin 5.x on | |
8098 | # if running on 10.5 or later, the deployment target defaults | |
8099 | # to the OS version, if on x86, and 10.4, the deployment | |
8100 | # target defaults to 10.4. Don't you love it? | |
8101 | case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in | |
8102 | 10.0,*86*-darwin8*|10.0,*-darwin[91]*) | |
8103 | _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; | |
8104 | 10.[012]*) | |
8105 | _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; | |
8106 | 10.*) | |
8107 | _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; | |
8108 | esac | |
8109 | ;; | |
8110 | esac | |
8111 | if test "$lt_cv_apple_cc_single_mod" = "yes"; then | |
8112 | _lt_dar_single_mod='$single_module' | |
8113 | fi | |
8114 | if test "$lt_cv_ld_exported_symbols_list" = "yes"; then | |
8115 | _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym' | |
8116 | else | |
8117 | _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}' | |
8118 | fi | |
3725885a | 8119 | if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then |
b214d478 SE |
8120 | _lt_dsymutil='~$DSYMUTIL $lib || :' |
8121 | else | |
8122 | _lt_dsymutil= | |
8123 | fi | |
8124 | ;; | |
8125 | esac | |
8126 | ||
b214d478 | 8127 | for ac_header in dlfcn.h |
81ecdfbb RW |
8128 | do : |
8129 | ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default | |
8130 | " | |
8131 | if test "x$ac_cv_header_dlfcn_h" = x""yes; then : | |
b214d478 | 8132 | cat >>confdefs.h <<_ACEOF |
81ecdfbb | 8133 | #define HAVE_DLFCN_H 1 |
b214d478 SE |
8134 | _ACEOF |
8135 | ||
8136 | fi | |
8137 | ||
8138 | done | |
8139 | ||
8140 | ||
8141 | ||
3725885a RW |
8142 | |
8143 | ||
b214d478 SE |
8144 | # Set options |
8145 | ||
8146 | ||
8147 | ||
8148 | enable_dlopen=no | |
8149 | ||
8150 | ||
8151 | enable_win32_dll=no | |
8152 | ||
8153 | ||
81ecdfbb RW |
8154 | # Check whether --enable-shared was given. |
8155 | if test "${enable_shared+set}" = set; then : | |
8156 | enableval=$enable_shared; p=${PACKAGE-default} | |
b214d478 SE |
8157 | case $enableval in |
8158 | yes) enable_shared=yes ;; | |
8159 | no) enable_shared=no ;; | |
8160 | *) | |
8161 | enable_shared=no | |
8162 | # Look at the argument we got. We use all the common list separators. | |
8163 | lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," | |
8164 | for pkg in $enableval; do | |
8165 | IFS="$lt_save_ifs" | |
8166 | if test "X$pkg" = "X$p"; then | |
8167 | enable_shared=yes | |
8168 | fi | |
8169 | done | |
8170 | IFS="$lt_save_ifs" | |
8171 | ;; | |
8172 | esac | |
8173 | else | |
8174 | enable_shared=yes | |
81ecdfbb | 8175 | fi |
b214d478 SE |
8176 | |
8177 | ||
8178 | ||
8179 | ||
8180 | ||
8181 | ||
8182 | ||
8183 | ||
81ecdfbb RW |
8184 | |
8185 | # Check whether --enable-static was given. | |
8186 | if test "${enable_static+set}" = set; then : | |
8187 | enableval=$enable_static; p=${PACKAGE-default} | |
b214d478 SE |
8188 | case $enableval in |
8189 | yes) enable_static=yes ;; | |
8190 | no) enable_static=no ;; | |
8191 | *) | |
8192 | enable_static=no | |
8193 | # Look at the argument we got. We use all the common list separators. | |
8194 | lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," | |
8195 | for pkg in $enableval; do | |
8196 | IFS="$lt_save_ifs" | |
8197 | if test "X$pkg" = "X$p"; then | |
8198 | enable_static=yes | |
8199 | fi | |
8200 | done | |
8201 | IFS="$lt_save_ifs" | |
8202 | ;; | |
8203 | esac | |
8204 | else | |
8205 | enable_static=yes | |
81ecdfbb | 8206 | fi |
b214d478 SE |
8207 | |
8208 | ||
8209 | ||
8210 | ||
8211 | ||
8212 | ||
8213 | ||
8214 | ||
8215 | ||
81ecdfbb RW |
8216 | |
8217 | # Check whether --with-pic was given. | |
8218 | if test "${with_pic+set}" = set; then : | |
8219 | withval=$with_pic; pic_mode="$withval" | |
b214d478 SE |
8220 | else |
8221 | pic_mode=default | |
81ecdfbb RW |
8222 | fi |
8223 | ||
b214d478 SE |
8224 | |
8225 | test -z "$pic_mode" && pic_mode=default | |
8226 | ||
8227 | ||
8228 | ||
8229 | ||
8230 | ||
8231 | ||
8232 | ||
81ecdfbb RW |
8233 | # Check whether --enable-fast-install was given. |
8234 | if test "${enable_fast_install+set}" = set; then : | |
8235 | enableval=$enable_fast_install; p=${PACKAGE-default} | |
b214d478 SE |
8236 | case $enableval in |
8237 | yes) enable_fast_install=yes ;; | |
8238 | no) enable_fast_install=no ;; | |
8239 | *) | |
8240 | enable_fast_install=no | |
8241 | # Look at the argument we got. We use all the common list separators. | |
8242 | lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," | |
8243 | for pkg in $enableval; do | |
8244 | IFS="$lt_save_ifs" | |
8245 | if test "X$pkg" = "X$p"; then | |
8246 | enable_fast_install=yes | |
8247 | fi | |
8248 | done | |
8249 | IFS="$lt_save_ifs" | |
7357c5b6 AM |
8250 | ;; |
8251 | esac | |
b214d478 SE |
8252 | else |
8253 | enable_fast_install=yes | |
81ecdfbb RW |
8254 | fi |
8255 | ||
ce2cded5 | 8256 | |
ce2cded5 L |
8257 | |
8258 | ||
ce2cded5 | 8259 | |
42ecbf5e | 8260 | |
d7040cdb | 8261 | |
d7040cdb | 8262 | |
d7040cdb | 8263 | |
d7040cdb | 8264 | |
d7040cdb | 8265 | |
ce2cded5 L |
8266 | # This can be used to rebuild libtool when needed |
8267 | LIBTOOL_DEPS="$ltmain" | |
d7040cdb | 8268 | |
ce2cded5 L |
8269 | # Always use our own libtool. |
8270 | LIBTOOL='$(SHELL) $(top_builddir)/libtool' | |
d7040cdb | 8271 | |
d7040cdb | 8272 | |
d7040cdb | 8273 | |
d7040cdb | 8274 | |
d7040cdb | 8275 | |
d7040cdb | 8276 | |
d7040cdb | 8277 | |
d7040cdb | 8278 | |
d7040cdb | 8279 | |
d7040cdb | 8280 | |
d7040cdb | 8281 | |
d7040cdb | 8282 | |
d7040cdb | 8283 | |
d7040cdb | 8284 | |
d7040cdb | 8285 | |
d7040cdb | 8286 | |
d7040cdb SE |
8287 | |
8288 | ||
8289 | ||
8290 | ||
8291 | ||
8292 | ||
8293 | ||
3725885a | 8294 | |
d7040cdb SE |
8295 | |
8296 | ||
ce2cded5 | 8297 | test -z "$LN_S" && LN_S="ln -s" |
d7040cdb SE |
8298 | |
8299 | ||
8300 | ||
8301 | ||
8302 | ||
8303 | ||
d7040cdb SE |
8304 | |
8305 | ||
8306 | ||
8307 | ||
8308 | ||
8309 | ||
8310 | ||
8311 | ||
ce2cded5 L |
8312 | if test -n "${ZSH_VERSION+set}" ; then |
8313 | setopt NO_GLOB_SUBST | |
8314 | fi | |
d7040cdb | 8315 | |
81ecdfbb RW |
8316 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5 |
8317 | $as_echo_n "checking for objdir... " >&6; } | |
8318 | if test "${lt_cv_objdir+set}" = set; then : | |
8319 | $as_echo_n "(cached) " >&6 | |
ce2cded5 L |
8320 | else |
8321 | rm -f .libs 2>/dev/null | |
8322 | mkdir .libs 2>/dev/null | |
8323 | if test -d .libs; then | |
8324 | lt_cv_objdir=.libs | |
8325 | else | |
8326 | # MS-DOS does not allow filenames that begin with a dot. | |
8327 | lt_cv_objdir=_libs | |
8328 | fi | |
8329 | rmdir .libs 2>/dev/null | |
8330 | fi | |
81ecdfbb RW |
8331 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5 |
8332 | $as_echo "$lt_cv_objdir" >&6; } | |
ce2cded5 | 8333 | objdir=$lt_cv_objdir |
d7040cdb SE |
8334 | |
8335 | ||
8336 | ||
8337 | ||
8338 | ||
ce2cded5 L |
8339 | cat >>confdefs.h <<_ACEOF |
8340 | #define LT_OBJDIR "$lt_cv_objdir/" | |
8341 | _ACEOF | |
d7040cdb SE |
8342 | |
8343 | ||
8344 | ||
8345 | ||
ce2cded5 L |
8346 | case $host_os in |
8347 | aix3*) | |
8348 | # AIX sometimes has problems with the GCC collect2 program. For some | |
8349 | # reason, if we set the COLLECT_NAMES environment variable, the problems | |
8350 | # vanish in a puff of smoke. | |
8351 | if test "X${COLLECT_NAMES+set}" != Xset; then | |
8352 | COLLECT_NAMES= | |
8353 | export COLLECT_NAMES | |
8354 | fi | |
8355 | ;; | |
8356 | esac | |
d7040cdb | 8357 | |
ce2cded5 L |
8358 | # Global variables: |
8359 | ofile=libtool | |
8360 | can_build_shared=yes | |
d7040cdb | 8361 | |
ce2cded5 L |
8362 | # All known linkers require a `.a' archive for static linking (except MSVC, |
8363 | # which needs '.lib'). | |
8364 | libext=a | |
d7040cdb | 8365 | |
ce2cded5 | 8366 | with_gnu_ld="$lt_cv_prog_gnu_ld" |
d7040cdb | 8367 | |
ce2cded5 L |
8368 | old_CC="$CC" |
8369 | old_CFLAGS="$CFLAGS" | |
d7040cdb | 8370 | |
ce2cded5 L |
8371 | # Set sane defaults for various variables |
8372 | test -z "$CC" && CC=cc | |
8373 | test -z "$LTCC" && LTCC=$CC | |
8374 | test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS | |
8375 | test -z "$LD" && LD=ld | |
8376 | test -z "$ac_objext" && ac_objext=o | |
d7040cdb | 8377 | |
ce2cded5 L |
8378 | for cc_temp in $compiler""; do |
8379 | case $cc_temp in | |
8380 | compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; | |
8381 | distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; | |
8382 | \-*) ;; | |
8383 | *) break;; | |
8384 | esac | |
8385 | done | |
3725885a | 8386 | cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` |
d7040cdb SE |
8387 | |
8388 | ||
ce2cded5 L |
8389 | # Only perform the check for file, if the check method requires it |
8390 | test -z "$MAGIC_CMD" && MAGIC_CMD=file | |
8391 | case $deplibs_check_method in | |
8392 | file_magic*) | |
8393 | if test "$file_magic_cmd" = '$MAGIC_CMD'; then | |
81ecdfbb RW |
8394 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5 |
8395 | $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; } | |
8396 | if test "${lt_cv_path_MAGIC_CMD+set}" = set; then : | |
8397 | $as_echo_n "(cached) " >&6 | |
ce2cded5 L |
8398 | else |
8399 | case $MAGIC_CMD in | |
8400 | [\\/*] | ?:[\\/]*) | |
8401 | lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. | |
8402 | ;; | |
8403 | *) | |
8404 | lt_save_MAGIC_CMD="$MAGIC_CMD" | |
8405 | lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR | |
8406 | ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" | |
8407 | for ac_dir in $ac_dummy; do | |
8408 | IFS="$lt_save_ifs" | |
8409 | test -z "$ac_dir" && ac_dir=. | |
8410 | if test -f $ac_dir/${ac_tool_prefix}file; then | |
8411 | lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file" | |
8412 | if test -n "$file_magic_test_file"; then | |
8413 | case $deplibs_check_method in | |
8414 | "file_magic "*) | |
8415 | file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` | |
8416 | MAGIC_CMD="$lt_cv_path_MAGIC_CMD" | |
8417 | if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | | |
8418 | $EGREP "$file_magic_regex" > /dev/null; then | |
8419 | : | |
8420 | else | |
8421 | cat <<_LT_EOF 1>&2 | |
d7040cdb | 8422 | |
ce2cded5 L |
8423 | *** Warning: the command libtool uses to detect shared libraries, |
8424 | *** $file_magic_cmd, produces output that libtool cannot recognize. | |
8425 | *** The result is that libtool may fail to recognize shared libraries | |
8426 | *** as such. This will affect the creation of libtool libraries that | |
8427 | *** depend on shared libraries, but programs linked with such libtool | |
8428 | *** libraries will work regardless of this problem. Nevertheless, you | |
8429 | *** may want to report the problem to your system manager and/or to | |
8430 | *** [email protected] | |
d7040cdb | 8431 | |
ce2cded5 L |
8432 | _LT_EOF |
8433 | fi ;; | |
8434 | esac | |
8435 | fi | |
8436 | break | |
8437 | fi | |
8438 | done | |
8439 | IFS="$lt_save_ifs" | |
8440 | MAGIC_CMD="$lt_save_MAGIC_CMD" | |
8441 | ;; | |
8442 | esac | |
8443 | fi | |
d7040cdb | 8444 | |
ce2cded5 L |
8445 | MAGIC_CMD="$lt_cv_path_MAGIC_CMD" |
8446 | if test -n "$MAGIC_CMD"; then | |
81ecdfbb RW |
8447 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 |
8448 | $as_echo "$MAGIC_CMD" >&6; } | |
ce2cded5 | 8449 | else |
81ecdfbb RW |
8450 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
8451 | $as_echo "no" >&6; } | |
ce2cded5 | 8452 | fi |
d7040cdb SE |
8453 | |
8454 | ||
8455 | ||
8456 | ||
8457 | ||
ce2cded5 L |
8458 | if test -z "$lt_cv_path_MAGIC_CMD"; then |
8459 | if test -n "$ac_tool_prefix"; then | |
81ecdfbb RW |
8460 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5 |
8461 | $as_echo_n "checking for file... " >&6; } | |
8462 | if test "${lt_cv_path_MAGIC_CMD+set}" = set; then : | |
8463 | $as_echo_n "(cached) " >&6 | |
ce2cded5 L |
8464 | else |
8465 | case $MAGIC_CMD in | |
8466 | [\\/*] | ?:[\\/]*) | |
8467 | lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. | |
8468 | ;; | |
8469 | *) | |
8470 | lt_save_MAGIC_CMD="$MAGIC_CMD" | |
8471 | lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR | |
8472 | ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" | |
8473 | for ac_dir in $ac_dummy; do | |
8474 | IFS="$lt_save_ifs" | |
8475 | test -z "$ac_dir" && ac_dir=. | |
8476 | if test -f $ac_dir/file; then | |
8477 | lt_cv_path_MAGIC_CMD="$ac_dir/file" | |
8478 | if test -n "$file_magic_test_file"; then | |
8479 | case $deplibs_check_method in | |
8480 | "file_magic "*) | |
8481 | file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` | |
8482 | MAGIC_CMD="$lt_cv_path_MAGIC_CMD" | |
8483 | if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | | |
8484 | $EGREP "$file_magic_regex" > /dev/null; then | |
8485 | : | |
8486 | else | |
8487 | cat <<_LT_EOF 1>&2 | |
d7040cdb | 8488 | |
ce2cded5 L |
8489 | *** Warning: the command libtool uses to detect shared libraries, |
8490 | *** $file_magic_cmd, produces output that libtool cannot recognize. | |
8491 | *** The result is that libtool may fail to recognize shared libraries | |
8492 | *** as such. This will affect the creation of libtool libraries that | |
8493 | *** depend on shared libraries, but programs linked with such libtool | |
8494 | *** libraries will work regardless of this problem. Nevertheless, you | |
8495 | *** may want to report the problem to your system manager and/or to | |
8496 | *** [email protected] | |
d7040cdb | 8497 | |
ce2cded5 L |
8498 | _LT_EOF |
8499 | fi ;; | |
8500 | esac | |
8501 | fi | |
8502 | break | |
8503 | fi | |
8504 | done | |
8505 | IFS="$lt_save_ifs" | |
8506 | MAGIC_CMD="$lt_save_MAGIC_CMD" | |
8507 | ;; | |
8508 | esac | |
8509 | fi | |
d7040cdb | 8510 | |
ce2cded5 L |
8511 | MAGIC_CMD="$lt_cv_path_MAGIC_CMD" |
8512 | if test -n "$MAGIC_CMD"; then | |
81ecdfbb RW |
8513 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 |
8514 | $as_echo "$MAGIC_CMD" >&6; } | |
ce2cded5 | 8515 | else |
81ecdfbb RW |
8516 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
8517 | $as_echo "no" >&6; } | |
ce2cded5 | 8518 | fi |
d7040cdb SE |
8519 | |
8520 | ||
ce2cded5 L |
8521 | else |
8522 | MAGIC_CMD=: | |
8523 | fi | |
8524 | fi | |
d7040cdb | 8525 | |
ce2cded5 L |
8526 | fi |
8527 | ;; | |
8528 | esac | |
d7040cdb | 8529 | |
ce2cded5 | 8530 | # Use C for the default configuration in the libtool script |
d7040cdb | 8531 | |
ce2cded5 L |
8532 | lt_save_CC="$CC" |
8533 | ac_ext=c | |
8534 | ac_cpp='$CPP $CPPFLAGS' | |
8535 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
8536 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
8537 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
d7040cdb SE |
8538 | |
8539 | ||
ce2cded5 L |
8540 | # Source file extension for C test sources. |
8541 | ac_ext=c | |
d7040cdb | 8542 | |
ce2cded5 L |
8543 | # Object file extension for compiled C test sources. |
8544 | objext=o | |
8545 | objext=$objext | |
d7040cdb | 8546 | |
ce2cded5 L |
8547 | # Code to be used in simple compile tests |
8548 | lt_simple_compile_test_code="int some_variable = 0;" | |
d7040cdb | 8549 | |
ce2cded5 L |
8550 | # Code to be used in simple link tests |
8551 | lt_simple_link_test_code='int main(){return(0);}' | |
d7040cdb SE |
8552 | |
8553 | ||
8554 | ||
8555 | ||
8556 | ||
8557 | ||
8558 | ||
ce2cded5 L |
8559 | # If no C compiler was specified, use CC. |
8560 | LTCC=${LTCC-"$CC"} | |
d7040cdb | 8561 | |
ce2cded5 L |
8562 | # If no C compiler flags were specified, use CFLAGS. |
8563 | LTCFLAGS=${LTCFLAGS-"$CFLAGS"} | |
d7040cdb | 8564 | |
ce2cded5 L |
8565 | # Allow CC to be a program name with arguments. |
8566 | compiler=$CC | |
d7040cdb | 8567 | |
ce2cded5 L |
8568 | # Save the default compiler, since it gets overwritten when the other |
8569 | # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP. | |
8570 | compiler_DEFAULT=$CC | |
d7040cdb | 8571 | |
ce2cded5 L |
8572 | # save warnings/boilerplate of simple test code |
8573 | ac_outfile=conftest.$ac_objext | |
8574 | echo "$lt_simple_compile_test_code" >conftest.$ac_ext | |
8575 | eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err | |
8576 | _lt_compiler_boilerplate=`cat conftest.err` | |
8577 | $RM conftest* | |
d7040cdb | 8578 | |
ce2cded5 L |
8579 | ac_outfile=conftest.$ac_objext |
8580 | echo "$lt_simple_link_test_code" >conftest.$ac_ext | |
8581 | eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err | |
8582 | _lt_linker_boilerplate=`cat conftest.err` | |
b214d478 | 8583 | $RM -r conftest* |
d7040cdb SE |
8584 | |
8585 | ||
ce2cded5 L |
8586 | ## CAVEAT EMPTOR: |
8587 | ## There is no encapsulation within the following macros, do not change | |
8588 | ## the running order or otherwise move them around unless you know exactly | |
8589 | ## what you are doing... | |
8590 | if test -n "$compiler"; then | |
d7040cdb | 8591 | |
ce2cded5 | 8592 | lt_prog_compiler_no_builtin_flag= |
d7040cdb | 8593 | |
ce2cded5 | 8594 | if test "$GCC" = yes; then |
3725885a RW |
8595 | case $cc_basename in |
8596 | nvcc*) | |
8597 | lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;; | |
8598 | *) | |
8599 | lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;; | |
8600 | esac | |
d7040cdb | 8601 | |
81ecdfbb RW |
8602 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 |
8603 | $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; } | |
8604 | if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then : | |
8605 | $as_echo_n "(cached) " >&6 | |
ce2cded5 L |
8606 | else |
8607 | lt_cv_prog_compiler_rtti_exceptions=no | |
8608 | ac_outfile=conftest.$ac_objext | |
8609 | echo "$lt_simple_compile_test_code" > conftest.$ac_ext | |
8610 | lt_compiler_flag="-fno-rtti -fno-exceptions" | |
8611 | # Insert the option either (1) after the last *FLAGS variable, or | |
8612 | # (2) before a word containing "conftest.", or (3) at the end. | |
8613 | # Note that $ac_compile itself does not contain backslashes and begins | |
8614 | # with a dollar sign (not a hyphen), so the echo should work correctly. | |
8615 | # The option is referenced via a variable to avoid confusing sed. | |
8616 | lt_compile=`echo "$ac_compile" | $SED \ | |
8617 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | |
8618 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | |
8619 | -e 's:$: $lt_compiler_flag:'` | |
3725885a | 8620 | (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) |
ce2cded5 L |
8621 | (eval "$lt_compile" 2>conftest.err) |
8622 | ac_status=$? | |
8623 | cat conftest.err >&5 | |
3725885a | 8624 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
ce2cded5 L |
8625 | if (exit $ac_status) && test -s "$ac_outfile"; then |
8626 | # The compiler can only warn and ignore the option if not recognized | |
8627 | # So say no if there are warnings other than the usual output. | |
3725885a | 8628 | $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp |
ce2cded5 L |
8629 | $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 |
8630 | if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then | |
8631 | lt_cv_prog_compiler_rtti_exceptions=yes | |
8632 | fi | |
8633 | fi | |
8634 | $RM conftest* | |
d7040cdb | 8635 | |
ce2cded5 | 8636 | fi |
81ecdfbb RW |
8637 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 |
8638 | $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; } | |
d7040cdb | 8639 | |
ce2cded5 L |
8640 | if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then |
8641 | lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions" | |
8642 | else | |
8643 | : | |
8644 | fi | |
d7040cdb | 8645 | |
ce2cded5 | 8646 | fi |
d7040cdb SE |
8647 | |
8648 | ||
8649 | ||
8650 | ||
8651 | ||
8652 | ||
ce2cded5 L |
8653 | lt_prog_compiler_wl= |
8654 | lt_prog_compiler_pic= | |
8655 | lt_prog_compiler_static= | |
d7040cdb | 8656 | |
81ecdfbb RW |
8657 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5 |
8658 | $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | |
d7040cdb | 8659 | |
ce2cded5 L |
8660 | if test "$GCC" = yes; then |
8661 | lt_prog_compiler_wl='-Wl,' | |
8662 | lt_prog_compiler_static='-static' | |
d7040cdb | 8663 | |
ce2cded5 L |
8664 | case $host_os in |
8665 | aix*) | |
8666 | # All AIX code is PIC. | |
8667 | if test "$host_cpu" = ia64; then | |
8668 | # AIX 5 now supports IA64 processor | |
8669 | lt_prog_compiler_static='-Bstatic' | |
8670 | fi | |
8671 | ;; | |
d7040cdb | 8672 | |
ce2cded5 | 8673 | amigaos*) |
b214d478 SE |
8674 | case $host_cpu in |
8675 | powerpc) | |
8676 | # see comment about AmigaOS4 .so support | |
8677 | lt_prog_compiler_pic='-fPIC' | |
8678 | ;; | |
8679 | m68k) | |
8680 | # FIXME: we need at least 68020 code to build shared libraries, but | |
8681 | # adding the `-m68020' flag to GCC prevents building anything better, | |
8682 | # like `-m68040'. | |
8683 | lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4' | |
8684 | ;; | |
8685 | esac | |
ce2cded5 | 8686 | ;; |
d7040cdb | 8687 | |
ce2cded5 L |
8688 | beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) |
8689 | # PIC is the default for these OSes. | |
8690 | ;; | |
d7040cdb | 8691 | |
b214d478 | 8692 | mingw* | cygwin* | pw32* | os2* | cegcc*) |
ce2cded5 L |
8693 | # This hack is so that the source file can tell whether it is being |
8694 | # built for inclusion in a dll (and should export symbols for example). | |
8695 | # Although the cygwin gcc ignores -fPIC, still need this for old-style | |
8696 | # (--disable-auto-import) libraries | |
8697 | lt_prog_compiler_pic='-DDLL_EXPORT' | |
8698 | ;; | |
d7040cdb | 8699 | |
ce2cded5 L |
8700 | darwin* | rhapsody*) |
8701 | # PIC is the default on this platform | |
8702 | # Common symbols not allowed in MH_DYLIB files | |
8703 | lt_prog_compiler_pic='-fno-common' | |
8704 | ;; | |
d7040cdb | 8705 | |
3725885a RW |
8706 | haiku*) |
8707 | # PIC is the default for Haiku. | |
8708 | # The "-static" flag exists, but is broken. | |
8709 | lt_prog_compiler_static= | |
8710 | ;; | |
8711 | ||
ce2cded5 | 8712 | hpux*) |
b214d478 SE |
8713 | # PIC is the default for 64-bit PA HP-UX, but not for 32-bit |
8714 | # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag | |
8715 | # sets the default TLS model and affects inlining. | |
ce2cded5 | 8716 | case $host_cpu in |
b214d478 | 8717 | hppa*64*) |
ce2cded5 L |
8718 | # +Z the default |
8719 | ;; | |
8720 | *) | |
8721 | lt_prog_compiler_pic='-fPIC' | |
8722 | ;; | |
8723 | esac | |
8724 | ;; | |
d7040cdb | 8725 | |
ce2cded5 L |
8726 | interix[3-9]*) |
8727 | # Interix 3.x gcc -fpic/-fPIC options generate broken code. | |
8728 | # Instead, we relocate shared libraries at runtime. | |
8729 | ;; | |
d7040cdb | 8730 | |
ce2cded5 L |
8731 | msdosdjgpp*) |
8732 | # Just because we use GCC doesn't mean we suddenly get shared libraries | |
8733 | # on systems that don't support them. | |
8734 | lt_prog_compiler_can_build_shared=no | |
8735 | enable_shared=no | |
8736 | ;; | |
d7040cdb | 8737 | |
ce2cded5 L |
8738 | *nto* | *qnx*) |
8739 | # QNX uses GNU C++, but need to define -shared option too, otherwise | |
8740 | # it will coredump. | |
8741 | lt_prog_compiler_pic='-fPIC -shared' | |
8742 | ;; | |
d7040cdb | 8743 | |
ce2cded5 L |
8744 | sysv4*MP*) |
8745 | if test -d /usr/nec; then | |
8746 | lt_prog_compiler_pic=-Kconform_pic | |
8747 | fi | |
8748 | ;; | |
d7040cdb | 8749 | |
ce2cded5 L |
8750 | *) |
8751 | lt_prog_compiler_pic='-fPIC' | |
8752 | ;; | |
8753 | esac | |
3725885a RW |
8754 | |
8755 | case $cc_basename in | |
8756 | nvcc*) # Cuda Compiler Driver 2.2 | |
8757 | lt_prog_compiler_wl='-Xlinker ' | |
8758 | lt_prog_compiler_pic='-Xcompiler -fPIC' | |
8759 | ;; | |
8760 | esac | |
ce2cded5 L |
8761 | else |
8762 | # PORTME Check for flag to pass linker flags through the system compiler. | |
8763 | case $host_os in | |
8764 | aix*) | |
8765 | lt_prog_compiler_wl='-Wl,' | |
8766 | if test "$host_cpu" = ia64; then | |
8767 | # AIX 5 now supports IA64 processor | |
8768 | lt_prog_compiler_static='-Bstatic' | |
8769 | else | |
8770 | lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp' | |
8771 | fi | |
8772 | ;; | |
d7040cdb | 8773 | |
b214d478 | 8774 | mingw* | cygwin* | pw32* | os2* | cegcc*) |
ce2cded5 L |
8775 | # This hack is so that the source file can tell whether it is being |
8776 | # built for inclusion in a dll (and should export symbols for example). | |
8777 | lt_prog_compiler_pic='-DDLL_EXPORT' | |
8778 | ;; | |
d7040cdb | 8779 | |
ce2cded5 L |
8780 | hpux9* | hpux10* | hpux11*) |
8781 | lt_prog_compiler_wl='-Wl,' | |
8782 | # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but | |
8783 | # not for PA HP-UX. | |
8784 | case $host_cpu in | |
8785 | hppa*64*|ia64*) | |
8786 | # +Z the default | |
8787 | ;; | |
8788 | *) | |
8789 | lt_prog_compiler_pic='+Z' | |
8790 | ;; | |
8791 | esac | |
8792 | # Is there a better lt_prog_compiler_static that works with the bundled CC? | |
8793 | lt_prog_compiler_static='${wl}-a ${wl}archive' | |
8794 | ;; | |
d7040cdb | 8795 | |
ce2cded5 L |
8796 | irix5* | irix6* | nonstopux*) |
8797 | lt_prog_compiler_wl='-Wl,' | |
8798 | # PIC (with -KPIC) is the default. | |
8799 | lt_prog_compiler_static='-non_shared' | |
8800 | ;; | |
d7040cdb | 8801 | |
58e24671 | 8802 | linux* | k*bsd*-gnu | kopensolaris*-gnu) |
ce2cded5 | 8803 | case $cc_basename in |
b214d478 SE |
8804 | # old Intel for x86_64 which still supported -KPIC. |
8805 | ecc*) | |
ce2cded5 L |
8806 | lt_prog_compiler_wl='-Wl,' |
8807 | lt_prog_compiler_pic='-KPIC' | |
8808 | lt_prog_compiler_static='-static' | |
8809 | ;; | |
b214d478 SE |
8810 | # icc used to be incompatible with GCC. |
8811 | # ICC 10 doesn't accept -KPIC any more. | |
8812 | icc* | ifort*) | |
8813 | lt_prog_compiler_wl='-Wl,' | |
8814 | lt_prog_compiler_pic='-fPIC' | |
8815 | lt_prog_compiler_static='-static' | |
8816 | ;; | |
8817 | # Lahey Fortran 8.1. | |
8818 | lf95*) | |
8819 | lt_prog_compiler_wl='-Wl,' | |
8820 | lt_prog_compiler_pic='--shared' | |
8821 | lt_prog_compiler_static='--static' | |
8822 | ;; | |
3725885a | 8823 | pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) |
ce2cded5 L |
8824 | # Portland Group compilers (*not* the Pentium gcc compiler, |
8825 | # which looks to be a dead project) | |
8826 | lt_prog_compiler_wl='-Wl,' | |
8827 | lt_prog_compiler_pic='-fpic' | |
8828 | lt_prog_compiler_static='-Bstatic' | |
8829 | ;; | |
8830 | ccc*) | |
8831 | lt_prog_compiler_wl='-Wl,' | |
8832 | # All Alpha code is PIC. | |
8833 | lt_prog_compiler_static='-non_shared' | |
8834 | ;; | |
3725885a RW |
8835 | xl* | bgxl* | bgf* | mpixl*) |
8836 | # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene | |
b214d478 SE |
8837 | lt_prog_compiler_wl='-Wl,' |
8838 | lt_prog_compiler_pic='-qpic' | |
8839 | lt_prog_compiler_static='-qstaticlink' | |
8840 | ;; | |
ce2cded5 L |
8841 | *) |
8842 | case `$CC -V 2>&1 | sed 5q` in | |
3725885a RW |
8843 | *Sun\ F* | *Sun*Fortran*) |
8844 | # Sun Fortran 8.3 passes all unrecognized flags to the linker | |
ce2cded5 L |
8845 | lt_prog_compiler_pic='-KPIC' |
8846 | lt_prog_compiler_static='-Bstatic' | |
3725885a | 8847 | lt_prog_compiler_wl='' |
ce2cded5 | 8848 | ;; |
3725885a RW |
8849 | *Sun\ C*) |
8850 | # Sun C 5.9 | |
ce2cded5 L |
8851 | lt_prog_compiler_pic='-KPIC' |
8852 | lt_prog_compiler_static='-Bstatic' | |
3725885a | 8853 | lt_prog_compiler_wl='-Wl,' |
ce2cded5 L |
8854 | ;; |
8855 | esac | |
8856 | ;; | |
8857 | esac | |
8858 | ;; | |
d7040cdb | 8859 | |
ce2cded5 L |
8860 | newsos6) |
8861 | lt_prog_compiler_pic='-KPIC' | |
8862 | lt_prog_compiler_static='-Bstatic' | |
8863 | ;; | |
d7040cdb | 8864 | |
ce2cded5 L |
8865 | *nto* | *qnx*) |
8866 | # QNX uses GNU C++, but need to define -shared option too, otherwise | |
8867 | # it will coredump. | |
8868 | lt_prog_compiler_pic='-fPIC -shared' | |
8869 | ;; | |
d7040cdb | 8870 | |
ce2cded5 L |
8871 | osf3* | osf4* | osf5*) |
8872 | lt_prog_compiler_wl='-Wl,' | |
8873 | # All OSF/1 code is PIC. | |
8874 | lt_prog_compiler_static='-non_shared' | |
8875 | ;; | |
d7040cdb | 8876 | |
ce2cded5 L |
8877 | rdos*) |
8878 | lt_prog_compiler_static='-non_shared' | |
8879 | ;; | |
d7040cdb | 8880 | |
ce2cded5 L |
8881 | solaris*) |
8882 | lt_prog_compiler_pic='-KPIC' | |
8883 | lt_prog_compiler_static='-Bstatic' | |
8884 | case $cc_basename in | |
8885 | f77* | f90* | f95*) | |
8886 | lt_prog_compiler_wl='-Qoption ld ';; | |
8887 | *) | |
8888 | lt_prog_compiler_wl='-Wl,';; | |
8889 | esac | |
8890 | ;; | |
d7040cdb | 8891 | |
ce2cded5 L |
8892 | sunos4*) |
8893 | lt_prog_compiler_wl='-Qoption ld ' | |
8894 | lt_prog_compiler_pic='-PIC' | |
8895 | lt_prog_compiler_static='-Bstatic' | |
8896 | ;; | |
d7040cdb | 8897 | |
ce2cded5 L |
8898 | sysv4 | sysv4.2uw2* | sysv4.3*) |
8899 | lt_prog_compiler_wl='-Wl,' | |
8900 | lt_prog_compiler_pic='-KPIC' | |
8901 | lt_prog_compiler_static='-Bstatic' | |
8902 | ;; | |
d7040cdb | 8903 | |
ce2cded5 L |
8904 | sysv4*MP*) |
8905 | if test -d /usr/nec ;then | |
8906 | lt_prog_compiler_pic='-Kconform_pic' | |
8907 | lt_prog_compiler_static='-Bstatic' | |
8908 | fi | |
8909 | ;; | |
d7040cdb | 8910 | |
ce2cded5 L |
8911 | sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) |
8912 | lt_prog_compiler_wl='-Wl,' | |
8913 | lt_prog_compiler_pic='-KPIC' | |
8914 | lt_prog_compiler_static='-Bstatic' | |
8915 | ;; | |
d7040cdb | 8916 | |
ce2cded5 L |
8917 | unicos*) |
8918 | lt_prog_compiler_wl='-Wl,' | |
8919 | lt_prog_compiler_can_build_shared=no | |
8920 | ;; | |
d7040cdb | 8921 | |
ce2cded5 L |
8922 | uts4*) |
8923 | lt_prog_compiler_pic='-pic' | |
8924 | lt_prog_compiler_static='-Bstatic' | |
8925 | ;; | |
d7040cdb | 8926 | |
ce2cded5 L |
8927 | *) |
8928 | lt_prog_compiler_can_build_shared=no | |
8929 | ;; | |
8930 | esac | |
8931 | fi | |
d7040cdb | 8932 | |
ce2cded5 L |
8933 | case $host_os in |
8934 | # For platforms which do not support PIC, -DPIC is meaningless: | |
8935 | *djgpp*) | |
8936 | lt_prog_compiler_pic= | |
8937 | ;; | |
8938 | *) | |
8939 | lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" | |
8940 | ;; | |
8941 | esac | |
81ecdfbb RW |
8942 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5 |
8943 | $as_echo "$lt_prog_compiler_pic" >&6; } | |
d7040cdb SE |
8944 | |
8945 | ||
8946 | ||
8947 | ||
8948 | ||
8949 | ||
ce2cded5 L |
8950 | # |
8951 | # Check to make sure the PIC flag actually works. | |
8952 | # | |
8953 | if test -n "$lt_prog_compiler_pic"; then | |
81ecdfbb RW |
8954 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 |
8955 | $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; } | |
8956 | if test "${lt_cv_prog_compiler_pic_works+set}" = set; then : | |
8957 | $as_echo_n "(cached) " >&6 | |
ce2cded5 | 8958 | else |
b214d478 | 8959 | lt_cv_prog_compiler_pic_works=no |
ce2cded5 L |
8960 | ac_outfile=conftest.$ac_objext |
8961 | echo "$lt_simple_compile_test_code" > conftest.$ac_ext | |
8962 | lt_compiler_flag="$lt_prog_compiler_pic -DPIC" | |
8963 | # Insert the option either (1) after the last *FLAGS variable, or | |
8964 | # (2) before a word containing "conftest.", or (3) at the end. | |
8965 | # Note that $ac_compile itself does not contain backslashes and begins | |
8966 | # with a dollar sign (not a hyphen), so the echo should work correctly. | |
8967 | # The option is referenced via a variable to avoid confusing sed. | |
8968 | lt_compile=`echo "$ac_compile" | $SED \ | |
8969 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | |
8970 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | |
8971 | -e 's:$: $lt_compiler_flag:'` | |
3725885a | 8972 | (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) |
ce2cded5 L |
8973 | (eval "$lt_compile" 2>conftest.err) |
8974 | ac_status=$? | |
8975 | cat conftest.err >&5 | |
3725885a | 8976 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
ce2cded5 L |
8977 | if (exit $ac_status) && test -s "$ac_outfile"; then |
8978 | # The compiler can only warn and ignore the option if not recognized | |
8979 | # So say no if there are warnings other than the usual output. | |
3725885a | 8980 | $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp |
ce2cded5 L |
8981 | $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 |
8982 | if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then | |
b214d478 | 8983 | lt_cv_prog_compiler_pic_works=yes |
ce2cded5 L |
8984 | fi |
8985 | fi | |
8986 | $RM conftest* | |
d7040cdb | 8987 | |
ce2cded5 | 8988 | fi |
81ecdfbb RW |
8989 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5 |
8990 | $as_echo "$lt_cv_prog_compiler_pic_works" >&6; } | |
ce2cded5 | 8991 | |
b214d478 | 8992 | if test x"$lt_cv_prog_compiler_pic_works" = xyes; then |
ce2cded5 L |
8993 | case $lt_prog_compiler_pic in |
8994 | "" | " "*) ;; | |
8995 | *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;; | |
8996 | esac | |
8997 | else | |
8998 | lt_prog_compiler_pic= | |
8999 | lt_prog_compiler_can_build_shared=no | |
9000 | fi | |
9001 | ||
9002 | fi | |
d7040cdb SE |
9003 | |
9004 | ||
9005 | ||
9006 | ||
9007 | ||
9008 | ||
ce2cded5 L |
9009 | # |
9010 | # Check to make sure the static flag actually works. | |
9011 | # | |
9012 | wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\" | |
81ecdfbb RW |
9013 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5 |
9014 | $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } | |
9015 | if test "${lt_cv_prog_compiler_static_works+set}" = set; then : | |
9016 | $as_echo_n "(cached) " >&6 | |
ce2cded5 | 9017 | else |
b214d478 | 9018 | lt_cv_prog_compiler_static_works=no |
ce2cded5 L |
9019 | save_LDFLAGS="$LDFLAGS" |
9020 | LDFLAGS="$LDFLAGS $lt_tmp_static_flag" | |
9021 | echo "$lt_simple_link_test_code" > conftest.$ac_ext | |
9022 | if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then | |
9023 | # The linker can only warn and ignore the option if not recognized | |
9024 | # So say no if there are warnings | |
9025 | if test -s conftest.err; then | |
9026 | # Append any errors to the config.log. | |
9027 | cat conftest.err 1>&5 | |
3725885a | 9028 | $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp |
ce2cded5 L |
9029 | $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 |
9030 | if diff conftest.exp conftest.er2 >/dev/null; then | |
b214d478 | 9031 | lt_cv_prog_compiler_static_works=yes |
ce2cded5 L |
9032 | fi |
9033 | else | |
b214d478 | 9034 | lt_cv_prog_compiler_static_works=yes |
ce2cded5 L |
9035 | fi |
9036 | fi | |
b214d478 | 9037 | $RM -r conftest* |
ce2cded5 | 9038 | LDFLAGS="$save_LDFLAGS" |
d7040cdb | 9039 | |
ce2cded5 | 9040 | fi |
81ecdfbb RW |
9041 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5 |
9042 | $as_echo "$lt_cv_prog_compiler_static_works" >&6; } | |
d7040cdb | 9043 | |
b214d478 | 9044 | if test x"$lt_cv_prog_compiler_static_works" = xyes; then |
ce2cded5 L |
9045 | : |
9046 | else | |
9047 | lt_prog_compiler_static= | |
9048 | fi | |
d7040cdb SE |
9049 | |
9050 | ||
9051 | ||
9052 | ||
9053 | ||
9054 | ||
9055 | ||
81ecdfbb RW |
9056 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 |
9057 | $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } | |
9058 | if test "${lt_cv_prog_compiler_c_o+set}" = set; then : | |
9059 | $as_echo_n "(cached) " >&6 | |
ce2cded5 L |
9060 | else |
9061 | lt_cv_prog_compiler_c_o=no | |
9062 | $RM -r conftest 2>/dev/null | |
9063 | mkdir conftest | |
9064 | cd conftest | |
9065 | mkdir out | |
9066 | echo "$lt_simple_compile_test_code" > conftest.$ac_ext | |
d7040cdb | 9067 | |
ce2cded5 L |
9068 | lt_compiler_flag="-o out/conftest2.$ac_objext" |
9069 | # Insert the option either (1) after the last *FLAGS variable, or | |
9070 | # (2) before a word containing "conftest.", or (3) at the end. | |
9071 | # Note that $ac_compile itself does not contain backslashes and begins | |
9072 | # with a dollar sign (not a hyphen), so the echo should work correctly. | |
9073 | lt_compile=`echo "$ac_compile" | $SED \ | |
9074 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | |
9075 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | |
9076 | -e 's:$: $lt_compiler_flag:'` | |
3725885a | 9077 | (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) |
ce2cded5 L |
9078 | (eval "$lt_compile" 2>out/conftest.err) |
9079 | ac_status=$? | |
9080 | cat out/conftest.err >&5 | |
3725885a | 9081 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
ce2cded5 L |
9082 | if (exit $ac_status) && test -s out/conftest2.$ac_objext |
9083 | then | |
9084 | # The compiler can only warn and ignore the option if not recognized | |
9085 | # So say no if there are warnings | |
3725885a | 9086 | $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp |
ce2cded5 L |
9087 | $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 |
9088 | if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then | |
9089 | lt_cv_prog_compiler_c_o=yes | |
9090 | fi | |
9091 | fi | |
9092 | chmod u+w . 2>&5 | |
9093 | $RM conftest* | |
9094 | # SGI C++ compiler will create directory out/ii_files/ for | |
9095 | # template instantiation | |
9096 | test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files | |
9097 | $RM out/* && rmdir out | |
9098 | cd .. | |
9099 | $RM -r conftest | |
9100 | $RM conftest* | |
d7040cdb | 9101 | |
ce2cded5 | 9102 | fi |
81ecdfbb RW |
9103 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 |
9104 | $as_echo "$lt_cv_prog_compiler_c_o" >&6; } | |
d7040cdb SE |
9105 | |
9106 | ||
9107 | ||
9108 | ||
9109 | ||
9110 | ||
81ecdfbb RW |
9111 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 |
9112 | $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } | |
9113 | if test "${lt_cv_prog_compiler_c_o+set}" = set; then : | |
9114 | $as_echo_n "(cached) " >&6 | |
ce2cded5 L |
9115 | else |
9116 | lt_cv_prog_compiler_c_o=no | |
9117 | $RM -r conftest 2>/dev/null | |
9118 | mkdir conftest | |
9119 | cd conftest | |
9120 | mkdir out | |
9121 | echo "$lt_simple_compile_test_code" > conftest.$ac_ext | |
d7040cdb | 9122 | |
ce2cded5 L |
9123 | lt_compiler_flag="-o out/conftest2.$ac_objext" |
9124 | # Insert the option either (1) after the last *FLAGS variable, or | |
9125 | # (2) before a word containing "conftest.", or (3) at the end. | |
9126 | # Note that $ac_compile itself does not contain backslashes and begins | |
9127 | # with a dollar sign (not a hyphen), so the echo should work correctly. | |
9128 | lt_compile=`echo "$ac_compile" | $SED \ | |
9129 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | |
9130 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | |
9131 | -e 's:$: $lt_compiler_flag:'` | |
3725885a | 9132 | (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) |
ce2cded5 L |
9133 | (eval "$lt_compile" 2>out/conftest.err) |
9134 | ac_status=$? | |
9135 | cat out/conftest.err >&5 | |
3725885a | 9136 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
ce2cded5 L |
9137 | if (exit $ac_status) && test -s out/conftest2.$ac_objext |
9138 | then | |
9139 | # The compiler can only warn and ignore the option if not recognized | |
9140 | # So say no if there are warnings | |
3725885a | 9141 | $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp |
ce2cded5 L |
9142 | $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 |
9143 | if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then | |
9144 | lt_cv_prog_compiler_c_o=yes | |
9145 | fi | |
9146 | fi | |
9147 | chmod u+w . 2>&5 | |
9148 | $RM conftest* | |
9149 | # SGI C++ compiler will create directory out/ii_files/ for | |
9150 | # template instantiation | |
9151 | test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files | |
9152 | $RM out/* && rmdir out | |
9153 | cd .. | |
9154 | $RM -r conftest | |
9155 | $RM conftest* | |
9156 | ||
9157 | fi | |
81ecdfbb RW |
9158 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 |
9159 | $as_echo "$lt_cv_prog_compiler_c_o" >&6; } | |
ce2cded5 L |
9160 | |
9161 | ||
9162 | ||
9163 | ||
9164 | hard_links="nottested" | |
9165 | if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then | |
9166 | # do not overwrite the value of need_locks provided by the user | |
81ecdfbb RW |
9167 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5 |
9168 | $as_echo_n "checking if we can lock with hard links... " >&6; } | |
ce2cded5 L |
9169 | hard_links=yes |
9170 | $RM conftest* | |
9171 | ln conftest.a conftest.b 2>/dev/null && hard_links=no | |
9172 | touch conftest.a | |
9173 | ln conftest.a conftest.b 2>&5 || hard_links=no | |
9174 | ln conftest.a conftest.b 2>/dev/null && hard_links=no | |
81ecdfbb RW |
9175 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5 |
9176 | $as_echo "$hard_links" >&6; } | |
ce2cded5 | 9177 | if test "$hard_links" = no; then |
81ecdfbb RW |
9178 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 |
9179 | $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} | |
ce2cded5 | 9180 | need_locks=warn |
d7040cdb | 9181 | fi |
d7040cdb | 9182 | else |
ce2cded5 | 9183 | need_locks=no |
d7040cdb | 9184 | fi |
d7040cdb | 9185 | |
d7040cdb | 9186 | |
d7040cdb | 9187 | |
d7040cdb | 9188 | |
d7040cdb | 9189 | |
d7040cdb | 9190 | |
81ecdfbb RW |
9191 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5 |
9192 | $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } | |
d7040cdb | 9193 | |
ce2cded5 L |
9194 | runpath_var= |
9195 | allow_undefined_flag= | |
9196 | always_export_symbols=no | |
9197 | archive_cmds= | |
9198 | archive_expsym_cmds= | |
9199 | compiler_needs_object=no | |
9200 | enable_shared_with_static_runtimes=no | |
9201 | export_dynamic_flag_spec= | |
9202 | export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' | |
9203 | hardcode_automatic=no | |
9204 | hardcode_direct=no | |
9205 | hardcode_direct_absolute=no | |
9206 | hardcode_libdir_flag_spec= | |
9207 | hardcode_libdir_flag_spec_ld= | |
9208 | hardcode_libdir_separator= | |
9209 | hardcode_minus_L=no | |
9210 | hardcode_shlibpath_var=unsupported | |
9211 | inherit_rpath=no | |
9212 | link_all_deplibs=unknown | |
9213 | module_cmds= | |
9214 | module_expsym_cmds= | |
9215 | old_archive_from_new_cmds= | |
9216 | old_archive_from_expsyms_cmds= | |
9217 | thread_safe_flag_spec= | |
9218 | whole_archive_flag_spec= | |
9219 | # include_expsyms should be a list of space-separated symbols to be *always* | |
9220 | # included in the symbol list | |
9221 | include_expsyms= | |
9222 | # exclude_expsyms can be an extended regexp of symbols to exclude | |
9223 | # it will be wrapped by ` (' and `)$', so one must not match beginning or | |
9224 | # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', | |
9225 | # as well as any symbol that contains `d'. | |
b214d478 | 9226 | exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' |
ce2cded5 L |
9227 | # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out |
9228 | # platforms (ab)use it in PIC code, but their linkers get confused if | |
9229 | # the symbol is explicitly referenced. Since portable code cannot | |
9230 | # rely on this symbol name, it's probably fine to never include it in | |
9231 | # preloaded symbol tables. | |
b214d478 | 9232 | # Exclude shared library initialization/finalization symbols. |
ce2cded5 | 9233 | extract_expsyms_cmds= |
d7040cdb | 9234 | |
ce2cded5 | 9235 | case $host_os in |
b214d478 | 9236 | cygwin* | mingw* | pw32* | cegcc*) |
ce2cded5 L |
9237 | # FIXME: the MSVC++ port hasn't been tested in a loooong time |
9238 | # When not using gcc, we currently assume that we are using | |
9239 | # Microsoft Visual C++. | |
9240 | if test "$GCC" != yes; then | |
9241 | with_gnu_ld=no | |
9242 | fi | |
d7040cdb | 9243 | ;; |
ce2cded5 L |
9244 | interix*) |
9245 | # we just hope/assume this is gcc and not c89 (= MSVC++) | |
9246 | with_gnu_ld=yes | |
9247 | ;; | |
9248 | openbsd*) | |
9249 | with_gnu_ld=no | |
d7040cdb SE |
9250 | ;; |
9251 | esac | |
d7040cdb | 9252 | |
ce2cded5 | 9253 | ld_shlibs=yes |
3725885a RW |
9254 | |
9255 | # On some targets, GNU ld is compatible enough with the native linker | |
9256 | # that we're better off using the native interface for both. | |
9257 | lt_use_gnu_ld_interface=no | |
ce2cded5 | 9258 | if test "$with_gnu_ld" = yes; then |
3725885a RW |
9259 | case $host_os in |
9260 | aix*) | |
9261 | # The AIX port of GNU ld has always aspired to compatibility | |
9262 | # with the native linker. However, as the warning in the GNU ld | |
9263 | # block says, versions before 2.19.5* couldn't really create working | |
9264 | # shared libraries, regardless of the interface used. | |
9265 | case `$LD -v 2>&1` in | |
9266 | *\ \(GNU\ Binutils\)\ 2.19.5*) ;; | |
9267 | *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;; | |
9268 | *\ \(GNU\ Binutils\)\ [3-9]*) ;; | |
9269 | *) | |
9270 | lt_use_gnu_ld_interface=yes | |
9271 | ;; | |
9272 | esac | |
9273 | ;; | |
9274 | *) | |
9275 | lt_use_gnu_ld_interface=yes | |
9276 | ;; | |
9277 | esac | |
9278 | fi | |
9279 | ||
9280 | if test "$lt_use_gnu_ld_interface" = yes; then | |
ce2cded5 L |
9281 | # If archive_cmds runs LD, not CC, wlarc should be empty |
9282 | wlarc='${wl}' | |
d7040cdb | 9283 | |
ce2cded5 L |
9284 | # Set some defaults for GNU ld with shared library support. These |
9285 | # are reset later if shared libraries are not supported. Putting them | |
9286 | # here allows them to be overridden if necessary. | |
9287 | runpath_var=LD_RUN_PATH | |
9288 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' | |
9289 | export_dynamic_flag_spec='${wl}--export-dynamic' | |
9290 | # ancient GNU ld didn't support --whole-archive et. al. | |
9291 | if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then | |
9292 | whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' | |
9293 | else | |
9294 | whole_archive_flag_spec= | |
9295 | fi | |
9296 | supports_anon_versioning=no | |
9297 | case `$LD -v 2>&1` in | |
3725885a | 9298 | *GNU\ gold*) supports_anon_versioning=yes ;; |
ce2cded5 L |
9299 | *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 |
9300 | *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... | |
9301 | *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... | |
9302 | *\ 2.11.*) ;; # other 2.11 versions | |
9303 | *) supports_anon_versioning=yes ;; | |
9304 | esac | |
d7040cdb | 9305 | |
ce2cded5 L |
9306 | # See if GNU ld supports shared libraries. |
9307 | case $host_os in | |
50e7d84b | 9308 | aix[3-9]*) |
ce2cded5 L |
9309 | # On AIX/PPC, the GNU linker is very broken |
9310 | if test "$host_cpu" != ia64; then | |
9311 | ld_shlibs=no | |
9312 | cat <<_LT_EOF 1>&2 | |
d7040cdb | 9313 | |
3725885a | 9314 | *** Warning: the GNU linker, at least up to release 2.19, is reported |
ce2cded5 L |
9315 | *** to be unable to reliably create shared libraries on AIX. |
9316 | *** Therefore, libtool is disabling shared libraries support. If you | |
3725885a RW |
9317 | *** really care for shared libraries, you may want to install binutils |
9318 | *** 2.20 or above, or modify your PATH so that a non-GNU linker is found. | |
9319 | *** You will then need to restart the configuration process. | |
d7040cdb | 9320 | |
ce2cded5 L |
9321 | _LT_EOF |
9322 | fi | |
d7040cdb | 9323 | ;; |
d7040cdb | 9324 | |
ce2cded5 | 9325 | amigaos*) |
b214d478 SE |
9326 | case $host_cpu in |
9327 | powerpc) | |
9328 | # see comment about AmigaOS4 .so support | |
9329 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' | |
9330 | archive_expsym_cmds='' | |
9331 | ;; | |
9332 | m68k) | |
9333 | 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)' | |
9334 | hardcode_libdir_flag_spec='-L$libdir' | |
9335 | hardcode_minus_L=yes | |
9336 | ;; | |
9337 | esac | |
ce2cded5 | 9338 | ;; |
d7040cdb | 9339 | |
ce2cded5 L |
9340 | beos*) |
9341 | if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | |
9342 | allow_undefined_flag=unsupported | |
9343 | # Joseph Beckenbach <[email protected]> says some releases of gcc | |
9344 | # support --undefined. This deserves some investigation. FIXME | |
9345 | archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' | |
9346 | else | |
9347 | ld_shlibs=no | |
9348 | fi | |
9349 | ;; | |
d7040cdb | 9350 | |
b214d478 | 9351 | cygwin* | mingw* | pw32* | cegcc*) |
ce2cded5 L |
9352 | # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless, |
9353 | # as there is no search path for DLLs. | |
9354 | hardcode_libdir_flag_spec='-L$libdir' | |
3725885a | 9355 | export_dynamic_flag_spec='${wl}--export-all-symbols' |
ce2cded5 L |
9356 | allow_undefined_flag=unsupported |
9357 | always_export_symbols=no | |
9358 | enable_shared_with_static_runtimes=yes | |
9359 | export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' | |
9360 | ||
9361 | if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then | |
9362 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' | |
9363 | # If the export-symbols file already is a .def file (1st line | |
9364 | # is EXPORTS), use it as is; otherwise, prepend... | |
9365 | archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then | |
9366 | cp $export_symbols $output_objdir/$soname.def; | |
d7040cdb | 9367 | else |
ce2cded5 L |
9368 | echo EXPORTS > $output_objdir/$soname.def; |
9369 | cat $export_symbols >> $output_objdir/$soname.def; | |
9370 | fi~ | |
9371 | $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' | |
9372 | else | |
9373 | ld_shlibs=no | |
9374 | fi | |
9375 | ;; | |
d7040cdb | 9376 | |
3725885a RW |
9377 | haiku*) |
9378 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' | |
9379 | link_all_deplibs=yes | |
9380 | ;; | |
9381 | ||
ce2cded5 L |
9382 | interix[3-9]*) |
9383 | hardcode_direct=no | |
9384 | hardcode_shlibpath_var=no | |
9385 | hardcode_libdir_flag_spec='${wl}-rpath,$libdir' | |
9386 | export_dynamic_flag_spec='${wl}-E' | |
9387 | # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. | |
9388 | # Instead, shared libraries are loaded at an image base (0x10000000 by | |
9389 | # default) and relocated if they conflict, which is a slow very memory | |
9390 | # consuming and fragmenting process. To avoid this, we pick a random, | |
9391 | # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link | |
9392 | # time. Moving up from 0x10000000 also allows more sbrk(2) space. | |
9393 | archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' | |
9394 | 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' | |
9395 | ;; | |
d7040cdb | 9396 | |
58e24671 | 9397 | gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) |
ce2cded5 L |
9398 | tmp_diet=no |
9399 | if test "$host_os" = linux-dietlibc; then | |
9400 | case $cc_basename in | |
9401 | diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) | |
9402 | esac | |
9403 | fi | |
9404 | if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ | |
9405 | && test "$tmp_diet" = no | |
9406 | then | |
9407 | tmp_addflag= | |
b214d478 | 9408 | tmp_sharedflag='-shared' |
ce2cded5 L |
9409 | case $cc_basename,$host_cpu in |
9410 | pgcc*) # Portland Group C compiler | |
3725885a | 9411 | whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' |
ce2cded5 L |
9412 | tmp_addflag=' $pic_flag' |
9413 | ;; | |
3725885a RW |
9414 | pgf77* | pgf90* | pgf95* | pgfortran*) |
9415 | # Portland Group f77 and f90 compilers | |
9416 | whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' | |
ce2cded5 L |
9417 | tmp_addflag=' $pic_flag -Mnomain' ;; |
9418 | ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 | |
9419 | tmp_addflag=' -i_dynamic' ;; | |
9420 | efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 | |
9421 | tmp_addflag=' -i_dynamic -nofor_main' ;; | |
9422 | ifc* | ifort*) # Intel Fortran compiler | |
9423 | tmp_addflag=' -nofor_main' ;; | |
b214d478 SE |
9424 | lf95*) # Lahey Fortran 8.1 |
9425 | whole_archive_flag_spec= | |
9426 | tmp_sharedflag='--shared' ;; | |
3725885a | 9427 | xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below) |
b214d478 SE |
9428 | tmp_sharedflag='-qmkshrobj' |
9429 | tmp_addflag= ;; | |
3725885a RW |
9430 | nvcc*) # Cuda Compiler Driver 2.2 |
9431 | whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' | |
9432 | compiler_needs_object=yes | |
9433 | ;; | |
ce2cded5 L |
9434 | esac |
9435 | case `$CC -V 2>&1 | sed 5q` in | |
9436 | *Sun\ C*) # Sun C 5.9 | |
3725885a | 9437 | whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' |
ce2cded5 L |
9438 | compiler_needs_object=yes |
9439 | tmp_sharedflag='-G' ;; | |
9440 | *Sun\ F*) # Sun Fortran 8.3 | |
9441 | tmp_sharedflag='-G' ;; | |
ce2cded5 L |
9442 | esac |
9443 | archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' | |
d7040cdb | 9444 | |
ce2cded5 L |
9445 | if test "x$supports_anon_versioning" = xyes; then |
9446 | archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ | |
9447 | cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ | |
9448 | echo "local: *; };" >> $output_objdir/$libname.ver~ | |
9449 | $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' | |
9450 | fi | |
b214d478 SE |
9451 | |
9452 | case $cc_basename in | |
3725885a | 9453 | xlf* | bgf* | bgxlf* | mpixlf*) |
b214d478 SE |
9454 | # IBM XL Fortran 10.1 on PPC cannot create shared libs itself |
9455 | whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' | |
9456 | hardcode_libdir_flag_spec= | |
9457 | hardcode_libdir_flag_spec_ld='-rpath $libdir' | |
9458 | archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib' | |
9459 | if test "x$supports_anon_versioning" = xyes; then | |
9460 | archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ | |
9461 | cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ | |
9462 | echo "local: *; };" >> $output_objdir/$libname.ver~ | |
9463 | $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' | |
9464 | fi | |
9465 | ;; | |
9466 | esac | |
ce2cded5 L |
9467 | else |
9468 | ld_shlibs=no | |
9469 | fi | |
9470 | ;; | |
d7040cdb | 9471 | |
ce2cded5 L |
9472 | netbsd*) |
9473 | if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then | |
9474 | archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' | |
9475 | wlarc= | |
9476 | else | |
9477 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' | |
9478 | archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' | |
9479 | fi | |
9480 | ;; | |
9481 | ||
9482 | solaris*) | |
9483 | if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then | |
9484 | ld_shlibs=no | |
9485 | cat <<_LT_EOF 1>&2 | |
9486 | ||
9487 | *** Warning: The releases 2.8.* of the GNU linker cannot reliably | |
9488 | *** create shared libraries on Solaris systems. Therefore, libtool | |
9489 | *** is disabling shared libraries support. We urge you to upgrade GNU | |
9490 | *** binutils to release 2.9.1 or newer. Another option is to modify | |
9491 | *** your PATH or compiler configuration so that the native linker is | |
9492 | *** used, and then restart. | |
9493 | ||
9494 | _LT_EOF | |
9495 | elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | |
9496 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' | |
9497 | archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' | |
9498 | else | |
9499 | ld_shlibs=no | |
9500 | fi | |
9501 | ;; | |
9502 | ||
9503 | sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) | |
9504 | case `$LD -v 2>&1` in | |
9505 | *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) | |
9506 | ld_shlibs=no | |
9507 | cat <<_LT_EOF 1>&2 | |
9508 | ||
9509 | *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not | |
9510 | *** reliably create shared libraries on SCO systems. Therefore, libtool | |
9511 | *** is disabling shared libraries support. We urge you to upgrade GNU | |
9512 | *** binutils to release 2.16.91.0.3 or newer. Another option is to modify | |
9513 | *** your PATH or compiler configuration so that the native linker is | |
9514 | *** used, and then restart. | |
9515 | ||
9516 | _LT_EOF | |
9517 | ;; | |
9518 | *) | |
9519 | # For security reasons, it is highly recommended that you always | |
9520 | # use absolute paths for naming shared libraries, and exclude the | |
9521 | # DT_RUNPATH tag from executables and libraries. But doing so | |
9522 | # requires that you compile everything twice, which is a pain. | |
9523 | if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | |
9524 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' | |
9525 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' | |
9526 | archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' | |
9527 | else | |
9528 | ld_shlibs=no | |
9529 | fi | |
9530 | ;; | |
9531 | esac | |
9532 | ;; | |
9533 | ||
9534 | sunos4*) | |
9535 | archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' | |
9536 | wlarc= | |
9537 | hardcode_direct=yes | |
9538 | hardcode_shlibpath_var=no | |
9539 | ;; | |
9540 | ||
9541 | *) | |
9542 | if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | |
9543 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' | |
9544 | archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' | |
9545 | else | |
9546 | ld_shlibs=no | |
9547 | fi | |
9548 | ;; | |
9549 | esac | |
9550 | ||
9551 | if test "$ld_shlibs" = no; then | |
9552 | runpath_var= | |
9553 | hardcode_libdir_flag_spec= | |
9554 | export_dynamic_flag_spec= | |
9555 | whole_archive_flag_spec= | |
9556 | fi | |
9557 | else | |
9558 | # PORTME fill in a description of your system's linker (not GNU ld) | |
9559 | case $host_os in | |
9560 | aix3*) | |
9561 | allow_undefined_flag=unsupported | |
9562 | always_export_symbols=yes | |
9563 | 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' | |
9564 | # Note: this linker hardcodes the directories in LIBPATH if there | |
9565 | # are no directories specified by -L. | |
9566 | hardcode_minus_L=yes | |
9567 | if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then | |
9568 | # Neither direct hardcoding nor static linking is supported with a | |
9569 | # broken collect2. | |
9570 | hardcode_direct=unsupported | |
9571 | fi | |
9572 | ;; | |
9573 | ||
50e7d84b | 9574 | aix[4-9]*) |
ce2cded5 L |
9575 | if test "$host_cpu" = ia64; then |
9576 | # On IA64, the linker does run time linking by default, so we don't | |
9577 | # have to do anything special. | |
9578 | aix_use_runtimelinking=no | |
9579 | exp_sym_flag='-Bexport' | |
9580 | no_entry_flag="" | |
9581 | else | |
9582 | # If we're using GNU nm, then we don't want the "-C" option. | |
9583 | # -C means demangle to AIX nm, but means don't demangle with GNU nm | |
3725885a RW |
9584 | # Also, AIX nm treats weak defined symbols like other global |
9585 | # defined symbols, whereas GNU nm marks them as "W". | |
ce2cded5 | 9586 | if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then |
3725885a | 9587 | export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' |
ce2cded5 L |
9588 | else |
9589 | 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' | |
9590 | fi | |
9591 | aix_use_runtimelinking=no | |
9592 | ||
9593 | # Test if we are trying to use run time linking or normal | |
9594 | # AIX style linking. If -brtl is somewhere in LDFLAGS, we | |
9595 | # need to do runtime linking. | |
50e7d84b | 9596 | case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*) |
ce2cded5 L |
9597 | for ld_flag in $LDFLAGS; do |
9598 | if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then | |
9599 | aix_use_runtimelinking=yes | |
9600 | break | |
9601 | fi | |
9602 | done | |
9603 | ;; | |
9604 | esac | |
9605 | ||
9606 | exp_sym_flag='-bexport' | |
9607 | no_entry_flag='-bnoentry' | |
9608 | fi | |
9609 | ||
9610 | # When large executables or shared objects are built, AIX ld can | |
9611 | # have problems creating the table of contents. If linking a library | |
9612 | # or program results in "error TOC overflow" add -mminimal-toc to | |
9613 | # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not | |
9614 | # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. | |
9615 | ||
9616 | archive_cmds='' | |
9617 | hardcode_direct=yes | |
9618 | hardcode_direct_absolute=yes | |
9619 | hardcode_libdir_separator=':' | |
9620 | link_all_deplibs=yes | |
9621 | file_list_spec='${wl}-f,' | |
9622 | ||
9623 | if test "$GCC" = yes; then | |
9624 | case $host_os in aix4.[012]|aix4.[012].*) | |
9625 | # We only want to do this on AIX 4.2 and lower, the check | |
9626 | # below for broken collect2 doesn't work under 4.3+ | |
9627 | collect2name=`${CC} -print-prog-name=collect2` | |
9628 | if test -f "$collect2name" && | |
9629 | strings "$collect2name" | $GREP resolve_lib_name >/dev/null | |
9630 | then | |
9631 | # We have reworked collect2 | |
9632 | : | |
9633 | else | |
9634 | # We have old collect2 | |
9635 | hardcode_direct=unsupported | |
9636 | # It fails to find uninstalled libraries when the uninstalled | |
9637 | # path is not listed in the libpath. Setting hardcode_minus_L | |
9638 | # to unsupported forces relinking | |
9639 | hardcode_minus_L=yes | |
9640 | hardcode_libdir_flag_spec='-L$libdir' | |
9641 | hardcode_libdir_separator= | |
9642 | fi | |
9643 | ;; | |
9644 | esac | |
9645 | shared_flag='-shared' | |
9646 | if test "$aix_use_runtimelinking" = yes; then | |
9647 | shared_flag="$shared_flag "'${wl}-G' | |
9648 | fi | |
9649 | else | |
9650 | # not using gcc | |
9651 | if test "$host_cpu" = ia64; then | |
9652 | # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release | |
9653 | # chokes on -Wl,-G. The following line is correct: | |
9654 | shared_flag='-G' | |
9655 | else | |
9656 | if test "$aix_use_runtimelinking" = yes; then | |
9657 | shared_flag='${wl}-G' | |
9658 | else | |
9659 | shared_flag='${wl}-bM:SRE' | |
9660 | fi | |
9661 | fi | |
9662 | fi | |
9663 | ||
b214d478 | 9664 | export_dynamic_flag_spec='${wl}-bexpall' |
ce2cded5 L |
9665 | # It seems that -bexpall does not export symbols beginning with |
9666 | # underscore (_), so it is better to generate a list of symbols to export. | |
9667 | always_export_symbols=yes | |
9668 | if test "$aix_use_runtimelinking" = yes; then | |
9669 | # Warning - without using the other runtime loading flags (-brtl), | |
9670 | # -berok will link without error, but may produce a broken library. | |
9671 | allow_undefined_flag='-berok' | |
9672 | # Determine the default libpath from the value encoded in an | |
9673 | # empty executable. | |
81ecdfbb | 9674 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
ce2cded5 L |
9675 | /* end confdefs.h. */ |
9676 | ||
9677 | int | |
9678 | main () | |
9679 | { | |
9680 | ||
9681 | ; | |
9682 | return 0; | |
9683 | } | |
9684 | _ACEOF | |
81ecdfbb | 9685 | if ac_fn_c_try_link "$LINENO"; then : |
d7040cdb | 9686 | |
ce2cded5 L |
9687 | lt_aix_libpath_sed=' |
9688 | /Import File Strings/,/^$/ { | |
9689 | /^0/ { | |
9690 | s/^0 *\(.*\)$/\1/ | |
9691 | p | |
9692 | } | |
9693 | }' | |
9694 | aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` | |
9695 | # Check for a 64-bit object if we didn't find anything. | |
9696 | if test -z "$aix_libpath"; then | |
9697 | aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` | |
9698 | fi | |
d7040cdb | 9699 | fi |
81ecdfbb RW |
9700 | rm -f core conftest.err conftest.$ac_objext \ |
9701 | conftest$ac_exeext conftest.$ac_ext | |
ce2cded5 | 9702 | if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
d7040cdb | 9703 | |
ce2cded5 | 9704 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" |
3725885a | 9705 | archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" |
ce2cded5 L |
9706 | else |
9707 | if test "$host_cpu" = ia64; then | |
9708 | hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib' | |
9709 | allow_undefined_flag="-z nodefs" | |
9710 | 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" | |
9711 | else | |
9712 | # Determine the default libpath from the value encoded in an | |
9713 | # empty executable. | |
81ecdfbb | 9714 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
ce2cded5 | 9715 | /* end confdefs.h. */ |
d7040cdb | 9716 | |
ce2cded5 L |
9717 | int |
9718 | main () | |
9719 | { | |
d7040cdb | 9720 | |
ce2cded5 L |
9721 | ; |
9722 | return 0; | |
9723 | } | |
9724 | _ACEOF | |
81ecdfbb | 9725 | if ac_fn_c_try_link "$LINENO"; then : |
d7040cdb | 9726 | |
ce2cded5 L |
9727 | lt_aix_libpath_sed=' |
9728 | /Import File Strings/,/^$/ { | |
9729 | /^0/ { | |
9730 | s/^0 *\(.*\)$/\1/ | |
9731 | p | |
9732 | } | |
9733 | }' | |
9734 | aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` | |
9735 | # Check for a 64-bit object if we didn't find anything. | |
9736 | if test -z "$aix_libpath"; then | |
9737 | aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` | |
9738 | fi | |
ce2cded5 | 9739 | fi |
81ecdfbb RW |
9740 | rm -f core conftest.err conftest.$ac_objext \ |
9741 | conftest$ac_exeext conftest.$ac_ext | |
ce2cded5 | 9742 | if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
d7040cdb | 9743 | |
ce2cded5 L |
9744 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" |
9745 | # Warning - without using the other run time loading flags, | |
9746 | # -berok will link without error, but may produce a broken library. | |
9747 | no_undefined_flag=' ${wl}-bernotok' | |
9748 | allow_undefined_flag=' ${wl}-berok' | |
3725885a RW |
9749 | if test "$with_gnu_ld" = yes; then |
9750 | # We only use this code for GNU lds that support --whole-archive. | |
9751 | whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive' | |
9752 | else | |
9753 | # Exported symbols can be pulled into shared objects from archives | |
9754 | whole_archive_flag_spec='$convenience' | |
9755 | fi | |
ce2cded5 L |
9756 | archive_cmds_need_lc=yes |
9757 | # This is similar to how AIX traditionally builds its shared libraries. | |
9758 | 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' | |
9759 | fi | |
9760 | fi | |
9761 | ;; | |
d7040cdb | 9762 | |
ce2cded5 | 9763 | amigaos*) |
b214d478 SE |
9764 | case $host_cpu in |
9765 | powerpc) | |
9766 | # see comment about AmigaOS4 .so support | |
9767 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' | |
9768 | archive_expsym_cmds='' | |
9769 | ;; | |
9770 | m68k) | |
9771 | 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)' | |
9772 | hardcode_libdir_flag_spec='-L$libdir' | |
9773 | hardcode_minus_L=yes | |
9774 | ;; | |
9775 | esac | |
ce2cded5 L |
9776 | ;; |
9777 | ||
9778 | bsdi[45]*) | |
9779 | export_dynamic_flag_spec=-rdynamic | |
9780 | ;; | |
9781 | ||
b214d478 | 9782 | cygwin* | mingw* | pw32* | cegcc*) |
ce2cded5 L |
9783 | # When not using gcc, we currently assume that we are using |
9784 | # Microsoft Visual C++. | |
9785 | # hardcode_libdir_flag_spec is actually meaningless, as there is | |
9786 | # no search path for DLLs. | |
9787 | hardcode_libdir_flag_spec=' ' | |
9788 | allow_undefined_flag=unsupported | |
9789 | # Tell ltmain to make .lib files, not .a files. | |
9790 | libext=lib | |
9791 | # Tell ltmain to make .dll files, not .so files. | |
9792 | shrext_cmds=".dll" | |
9793 | # FIXME: Setting linknames here is a bad hack. | |
3725885a | 9794 | archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' |
ce2cded5 L |
9795 | # The linker will automatically build a .lib file if we build a DLL. |
9796 | old_archive_from_new_cmds='true' | |
9797 | # FIXME: Should let the user specify the lib program. | |
9798 | old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs' | |
9799 | fix_srcfile_path='`cygpath -w "$srcfile"`' | |
9800 | enable_shared_with_static_runtimes=yes | |
9801 | ;; | |
9802 | ||
9803 | darwin* | rhapsody*) | |
d7040cdb | 9804 | |
b214d478 SE |
9805 | |
9806 | archive_cmds_need_lc=no | |
9807 | hardcode_direct=no | |
9808 | hardcode_automatic=yes | |
9809 | hardcode_shlibpath_var=unsupported | |
3725885a RW |
9810 | if test "$lt_cv_ld_force_load" = "yes"; then |
9811 | whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' | |
9812 | else | |
9813 | whole_archive_flag_spec='' | |
9814 | fi | |
b214d478 SE |
9815 | link_all_deplibs=yes |
9816 | allow_undefined_flag="$_lt_dar_allow_undefined" | |
9817 | case $cc_basename in | |
9818 | ifort*) _lt_dar_can_shared=yes ;; | |
9819 | *) _lt_dar_can_shared=$GCC ;; | |
9820 | esac | |
9821 | if test "$_lt_dar_can_shared" = "yes"; then | |
3725885a | 9822 | output_verbose_link_cmd=func_echo_all |
b214d478 SE |
9823 | archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" |
9824 | module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}" | |
9825 | 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}" | |
9826 | 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}" | |
9827 | ||
9828 | else | |
9829 | ld_shlibs=no | |
9830 | fi | |
9831 | ||
ce2cded5 | 9832 | ;; |
d7040cdb | 9833 | |
ce2cded5 L |
9834 | dgux*) |
9835 | archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' | |
9836 | hardcode_libdir_flag_spec='-L$libdir' | |
9837 | hardcode_shlibpath_var=no | |
9838 | ;; | |
d7040cdb | 9839 | |
ce2cded5 L |
9840 | freebsd1*) |
9841 | ld_shlibs=no | |
9842 | ;; | |
d7040cdb | 9843 | |
ce2cded5 L |
9844 | # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor |
9845 | # support. Future versions do this automatically, but an explicit c++rt0.o | |
9846 | # does not break anything, and helps significantly (at the cost of a little | |
9847 | # extra space). | |
9848 | freebsd2.2*) | |
9849 | archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' | |
9850 | hardcode_libdir_flag_spec='-R$libdir' | |
9851 | hardcode_direct=yes | |
9852 | hardcode_shlibpath_var=no | |
d7040cdb | 9853 | ;; |
d7040cdb | 9854 | |
ce2cded5 L |
9855 | # Unfortunately, older versions of FreeBSD 2 do not have this feature. |
9856 | freebsd2*) | |
9857 | archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' | |
9858 | hardcode_direct=yes | |
9859 | hardcode_minus_L=yes | |
9860 | hardcode_shlibpath_var=no | |
9861 | ;; | |
d7040cdb | 9862 | |
ce2cded5 L |
9863 | # FreeBSD 3 and greater uses gcc -shared to do shared libraries. |
9864 | freebsd* | dragonfly*) | |
9865 | archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' | |
9866 | hardcode_libdir_flag_spec='-R$libdir' | |
9867 | hardcode_direct=yes | |
9868 | hardcode_shlibpath_var=no | |
9869 | ;; | |
d7040cdb | 9870 | |
ce2cded5 L |
9871 | hpux9*) |
9872 | if test "$GCC" = yes; then | |
9873 | 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' | |
9874 | else | |
9875 | 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' | |
9876 | fi | |
9877 | hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' | |
9878 | hardcode_libdir_separator=: | |
9879 | hardcode_direct=yes | |
d7040cdb | 9880 | |
ce2cded5 L |
9881 | # hardcode_minus_L: Not really in the search PATH, |
9882 | # but as the default location of the library. | |
9883 | hardcode_minus_L=yes | |
9884 | export_dynamic_flag_spec='${wl}-E' | |
9885 | ;; | |
d7040cdb | 9886 | |
ce2cded5 | 9887 | hpux10*) |
3725885a | 9888 | if test "$GCC" = yes && test "$with_gnu_ld" = no; then |
ce2cded5 L |
9889 | archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' |
9890 | else | |
9891 | archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' | |
9892 | fi | |
9893 | if test "$with_gnu_ld" = no; then | |
9894 | hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' | |
9895 | hardcode_libdir_flag_spec_ld='+b $libdir' | |
9896 | hardcode_libdir_separator=: | |
9897 | hardcode_direct=yes | |
9898 | hardcode_direct_absolute=yes | |
9899 | export_dynamic_flag_spec='${wl}-E' | |
9900 | # hardcode_minus_L: Not really in the search PATH, | |
9901 | # but as the default location of the library. | |
9902 | hardcode_minus_L=yes | |
9903 | fi | |
9904 | ;; | |
d7040cdb | 9905 | |
ce2cded5 | 9906 | hpux11*) |
3725885a | 9907 | if test "$GCC" = yes && test "$with_gnu_ld" = no; then |
ce2cded5 L |
9908 | case $host_cpu in |
9909 | hppa*64*) | |
9910 | archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' | |
9911 | ;; | |
9912 | ia64*) | |
b214d478 | 9913 | archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' |
ce2cded5 L |
9914 | ;; |
9915 | *) | |
9916 | archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' | |
9917 | ;; | |
9918 | esac | |
9919 | else | |
9920 | case $host_cpu in | |
9921 | hppa*64*) | |
9922 | archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' | |
9923 | ;; | |
9924 | ia64*) | |
9925 | archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' | |
9926 | ;; | |
9927 | *) | |
3725885a RW |
9928 | |
9929 | # Older versions of the 11.00 compiler do not understand -b yet | |
9930 | # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does) | |
9931 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5 | |
9932 | $as_echo_n "checking if $CC understands -b... " >&6; } | |
9933 | if test "${lt_cv_prog_compiler__b+set}" = set; then : | |
9934 | $as_echo_n "(cached) " >&6 | |
9935 | else | |
9936 | lt_cv_prog_compiler__b=no | |
9937 | save_LDFLAGS="$LDFLAGS" | |
9938 | LDFLAGS="$LDFLAGS -b" | |
9939 | echo "$lt_simple_link_test_code" > conftest.$ac_ext | |
9940 | if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then | |
9941 | # The linker can only warn and ignore the option if not recognized | |
9942 | # So say no if there are warnings | |
9943 | if test -s conftest.err; then | |
9944 | # Append any errors to the config.log. | |
9945 | cat conftest.err 1>&5 | |
9946 | $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp | |
9947 | $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 | |
9948 | if diff conftest.exp conftest.er2 >/dev/null; then | |
9949 | lt_cv_prog_compiler__b=yes | |
9950 | fi | |
9951 | else | |
9952 | lt_cv_prog_compiler__b=yes | |
9953 | fi | |
9954 | fi | |
9955 | $RM -r conftest* | |
9956 | LDFLAGS="$save_LDFLAGS" | |
9957 | ||
9958 | fi | |
9959 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5 | |
9960 | $as_echo "$lt_cv_prog_compiler__b" >&6; } | |
9961 | ||
9962 | if test x"$lt_cv_prog_compiler__b" = xyes; then | |
9963 | archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' | |
9964 | else | |
9965 | archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' | |
9966 | fi | |
9967 | ||
ce2cded5 L |
9968 | ;; |
9969 | esac | |
9970 | fi | |
9971 | if test "$with_gnu_ld" = no; then | |
9972 | hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' | |
9973 | hardcode_libdir_separator=: | |
d7040cdb | 9974 | |
ce2cded5 L |
9975 | case $host_cpu in |
9976 | hppa*64*|ia64*) | |
9977 | hardcode_direct=no | |
9978 | hardcode_shlibpath_var=no | |
9979 | ;; | |
9980 | *) | |
9981 | hardcode_direct=yes | |
9982 | hardcode_direct_absolute=yes | |
9983 | export_dynamic_flag_spec='${wl}-E' | |
d7040cdb | 9984 | |
ce2cded5 L |
9985 | # hardcode_minus_L: Not really in the search PATH, |
9986 | # but as the default location of the library. | |
9987 | hardcode_minus_L=yes | |
9988 | ;; | |
9989 | esac | |
9990 | fi | |
9991 | ;; | |
d7040cdb | 9992 | |
ce2cded5 L |
9993 | irix5* | irix6* | nonstopux*) |
9994 | if test "$GCC" = yes; then | |
3725885a | 9995 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' |
ce2cded5 L |
9996 | # Try to use the -exported_symbol ld option, if it does not |
9997 | # work, assume that -exports_file does not work either and | |
9998 | # implicitly export all symbols. | |
9999 | save_LDFLAGS="$LDFLAGS" | |
10000 | LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null" | |
81ecdfbb RW |
10001 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
10002 | /* end confdefs.h. */ | |
ce2cded5 L |
10003 | int foo(void) {} |
10004 | _ACEOF | |
81ecdfbb | 10005 | if ac_fn_c_try_link "$LINENO"; then : |
3725885a | 10006 | archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib' |
d7040cdb | 10007 | |
ce2cded5 | 10008 | fi |
81ecdfbb RW |
10009 | rm -f core conftest.err conftest.$ac_objext \ |
10010 | conftest$ac_exeext conftest.$ac_ext | |
ce2cded5 L |
10011 | LDFLAGS="$save_LDFLAGS" |
10012 | else | |
3725885a RW |
10013 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' |
10014 | archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' | |
ce2cded5 L |
10015 | fi |
10016 | archive_cmds_need_lc='no' | |
10017 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' | |
10018 | hardcode_libdir_separator=: | |
10019 | inherit_rpath=yes | |
10020 | link_all_deplibs=yes | |
10021 | ;; | |
d7040cdb | 10022 | |
ce2cded5 L |
10023 | netbsd*) |
10024 | if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then | |
10025 | archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out | |
10026 | else | |
10027 | archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF | |
10028 | fi | |
10029 | hardcode_libdir_flag_spec='-R$libdir' | |
10030 | hardcode_direct=yes | |
10031 | hardcode_shlibpath_var=no | |
10032 | ;; | |
d7040cdb | 10033 | |
ce2cded5 L |
10034 | newsos6) |
10035 | archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' | |
10036 | hardcode_direct=yes | |
10037 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' | |
10038 | hardcode_libdir_separator=: | |
10039 | hardcode_shlibpath_var=no | |
10040 | ;; | |
d7040cdb | 10041 | |
ce2cded5 L |
10042 | *nto* | *qnx*) |
10043 | ;; | |
d7040cdb | 10044 | |
ce2cded5 | 10045 | openbsd*) |
b214d478 SE |
10046 | if test -f /usr/libexec/ld.so; then |
10047 | hardcode_direct=yes | |
10048 | hardcode_shlibpath_var=no | |
10049 | hardcode_direct_absolute=yes | |
10050 | if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then | |
ce2cded5 | 10051 | archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' |
b214d478 | 10052 | archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' |
ce2cded5 | 10053 | hardcode_libdir_flag_spec='${wl}-rpath,$libdir' |
b214d478 SE |
10054 | export_dynamic_flag_spec='${wl}-E' |
10055 | else | |
10056 | case $host_os in | |
10057 | openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) | |
10058 | archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' | |
10059 | hardcode_libdir_flag_spec='-R$libdir' | |
10060 | ;; | |
10061 | *) | |
10062 | archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' | |
10063 | hardcode_libdir_flag_spec='${wl}-rpath,$libdir' | |
10064 | ;; | |
10065 | esac | |
10066 | fi | |
10067 | else | |
10068 | ld_shlibs=no | |
ce2cded5 L |
10069 | fi |
10070 | ;; | |
d7040cdb | 10071 | |
ce2cded5 L |
10072 | os2*) |
10073 | hardcode_libdir_flag_spec='-L$libdir' | |
10074 | hardcode_minus_L=yes | |
10075 | allow_undefined_flag=unsupported | |
3725885a | 10076 | 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' |
ce2cded5 L |
10077 | old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' |
10078 | ;; | |
d7040cdb | 10079 | |
ce2cded5 L |
10080 | osf3*) |
10081 | if test "$GCC" = yes; then | |
10082 | allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' | |
3725885a | 10083 | archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' |
ce2cded5 L |
10084 | else |
10085 | allow_undefined_flag=' -expect_unresolved \*' | |
3725885a | 10086 | archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' |
ce2cded5 L |
10087 | fi |
10088 | archive_cmds_need_lc='no' | |
10089 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' | |
10090 | hardcode_libdir_separator=: | |
10091 | ;; | |
d7040cdb | 10092 | |
ce2cded5 L |
10093 | osf4* | osf5*) # as osf3* with the addition of -msym flag |
10094 | if test "$GCC" = yes; then | |
10095 | allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' | |
3725885a | 10096 | archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' |
ce2cded5 L |
10097 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' |
10098 | else | |
10099 | allow_undefined_flag=' -expect_unresolved \*' | |
3725885a | 10100 | archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' |
ce2cded5 | 10101 | archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ |
3725885a | 10102 | $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp' |
d7040cdb | 10103 | |
ce2cded5 L |
10104 | # Both c and cxx compiler support -rpath directly |
10105 | hardcode_libdir_flag_spec='-rpath $libdir' | |
10106 | fi | |
10107 | archive_cmds_need_lc='no' | |
10108 | hardcode_libdir_separator=: | |
10109 | ;; | |
d7040cdb | 10110 | |
ce2cded5 L |
10111 | solaris*) |
10112 | no_undefined_flag=' -z defs' | |
10113 | if test "$GCC" = yes; then | |
10114 | wlarc='${wl}' | |
10115 | archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' | |
10116 | archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ | |
10117 | $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' | |
10118 | else | |
10119 | case `$CC -V 2>&1` in | |
10120 | *"Compilers 5.0"*) | |
10121 | wlarc='' | |
10122 | archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' | |
10123 | archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ | |
10124 | $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp' | |
10125 | ;; | |
10126 | *) | |
10127 | wlarc='${wl}' | |
10128 | archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags' | |
10129 | archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ | |
10130 | $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' | |
10131 | ;; | |
10132 | esac | |
10133 | fi | |
10134 | hardcode_libdir_flag_spec='-R$libdir' | |
10135 | hardcode_shlibpath_var=no | |
10136 | case $host_os in | |
10137 | solaris2.[0-5] | solaris2.[0-5].*) ;; | |
10138 | *) | |
10139 | # The compiler driver will combine and reorder linker options, | |
10140 | # but understands `-z linker_flag'. GCC discards it without `$wl', | |
10141 | # but is careful enough not to reorder. | |
10142 | # Supported since Solaris 2.6 (maybe 2.5.1?) | |
10143 | if test "$GCC" = yes; then | |
10144 | whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' | |
10145 | else | |
10146 | whole_archive_flag_spec='-z allextract$convenience -z defaultextract' | |
10147 | fi | |
10148 | ;; | |
10149 | esac | |
10150 | link_all_deplibs=yes | |
10151 | ;; | |
d7040cdb | 10152 | |
ce2cded5 L |
10153 | sunos4*) |
10154 | if test "x$host_vendor" = xsequent; then | |
10155 | # Use $CC to link under sequent, because it throws in some extra .o | |
10156 | # files that make .init and .fini sections work. | |
10157 | archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' | |
10158 | else | |
10159 | archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' | |
10160 | fi | |
10161 | hardcode_libdir_flag_spec='-L$libdir' | |
10162 | hardcode_direct=yes | |
10163 | hardcode_minus_L=yes | |
10164 | hardcode_shlibpath_var=no | |
10165 | ;; | |
d7040cdb | 10166 | |
ce2cded5 L |
10167 | sysv4) |
10168 | case $host_vendor in | |
10169 | sni) | |
10170 | archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' | |
10171 | hardcode_direct=yes # is this really true??? | |
10172 | ;; | |
10173 | siemens) | |
10174 | ## LD is ld it makes a PLAMLIB | |
10175 | ## CC just makes a GrossModule. | |
10176 | archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags' | |
10177 | reload_cmds='$CC -r -o $output$reload_objs' | |
10178 | hardcode_direct=no | |
10179 | ;; | |
10180 | motorola) | |
10181 | archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' | |
10182 | hardcode_direct=no #Motorola manual says yes, but my tests say they lie | |
10183 | ;; | |
10184 | esac | |
10185 | runpath_var='LD_RUN_PATH' | |
10186 | hardcode_shlibpath_var=no | |
10187 | ;; | |
d7040cdb | 10188 | |
ce2cded5 L |
10189 | sysv4.3*) |
10190 | archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' | |
10191 | hardcode_shlibpath_var=no | |
10192 | export_dynamic_flag_spec='-Bexport' | |
10193 | ;; | |
d7040cdb | 10194 | |
ce2cded5 L |
10195 | sysv4*MP*) |
10196 | if test -d /usr/nec; then | |
10197 | archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' | |
10198 | hardcode_shlibpath_var=no | |
10199 | runpath_var=LD_RUN_PATH | |
10200 | hardcode_runpath_var=yes | |
10201 | ld_shlibs=yes | |
10202 | fi | |
10203 | ;; | |
d7040cdb | 10204 | |
ce2cded5 L |
10205 | sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) |
10206 | no_undefined_flag='${wl}-z,text' | |
10207 | archive_cmds_need_lc=no | |
10208 | hardcode_shlibpath_var=no | |
10209 | runpath_var='LD_RUN_PATH' | |
d7040cdb | 10210 | |
ce2cded5 L |
10211 | if test "$GCC" = yes; then |
10212 | archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' | |
10213 | archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' | |
10214 | else | |
10215 | archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' | |
10216 | archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' | |
10217 | fi | |
10218 | ;; | |
d7040cdb | 10219 | |
ce2cded5 L |
10220 | sysv5* | sco3.2v5* | sco5v6*) |
10221 | # Note: We can NOT use -z defs as we might desire, because we do not | |
10222 | # link with -lc, and that would cause any symbols used from libc to | |
10223 | # always be unresolved, which means just about no library would | |
10224 | # ever link correctly. If we're not using GNU ld we use -z text | |
10225 | # though, which does catch some bad symbols but isn't as heavy-handed | |
10226 | # as -z defs. | |
10227 | no_undefined_flag='${wl}-z,text' | |
10228 | allow_undefined_flag='${wl}-z,nodefs' | |
10229 | archive_cmds_need_lc=no | |
10230 | hardcode_shlibpath_var=no | |
10231 | hardcode_libdir_flag_spec='${wl}-R,$libdir' | |
10232 | hardcode_libdir_separator=':' | |
10233 | link_all_deplibs=yes | |
10234 | export_dynamic_flag_spec='${wl}-Bexport' | |
10235 | runpath_var='LD_RUN_PATH' | |
d7040cdb | 10236 | |
ce2cded5 L |
10237 | if test "$GCC" = yes; then |
10238 | archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' | |
10239 | archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' | |
10240 | else | |
10241 | archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' | |
10242 | archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' | |
10243 | fi | |
10244 | ;; | |
d7040cdb | 10245 | |
ce2cded5 L |
10246 | uts4*) |
10247 | archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' | |
10248 | hardcode_libdir_flag_spec='-L$libdir' | |
10249 | hardcode_shlibpath_var=no | |
10250 | ;; | |
d7040cdb | 10251 | |
ce2cded5 L |
10252 | *) |
10253 | ld_shlibs=no | |
10254 | ;; | |
10255 | esac | |
d7040cdb | 10256 | |
ce2cded5 L |
10257 | if test x$host_vendor = xsni; then |
10258 | case $host in | |
10259 | sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) | |
10260 | export_dynamic_flag_spec='${wl}-Blargedynsym' | |
10261 | ;; | |
10262 | esac | |
10263 | fi | |
10264 | fi | |
d7040cdb | 10265 | |
81ecdfbb RW |
10266 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5 |
10267 | $as_echo "$ld_shlibs" >&6; } | |
ce2cded5 | 10268 | test "$ld_shlibs" = no && can_build_shared=no |
d7040cdb | 10269 | |
ce2cded5 | 10270 | with_gnu_ld=$with_gnu_ld |
d7040cdb SE |
10271 | |
10272 | ||
10273 | ||
10274 | ||
10275 | ||
10276 | ||
10277 | ||
10278 | ||
10279 | ||
10280 | ||
10281 | ||
10282 | ||
10283 | ||
10284 | ||
10285 | ||
ce2cded5 L |
10286 | # |
10287 | # Do we need to explicitly link libc? | |
10288 | # | |
10289 | case "x$archive_cmds_need_lc" in | |
10290 | x|xyes) | |
10291 | # Assume -lc should be added | |
10292 | archive_cmds_need_lc=yes | |
d7040cdb | 10293 | |
ce2cded5 L |
10294 | if test "$enable_shared" = yes && test "$GCC" = yes; then |
10295 | case $archive_cmds in | |
10296 | *'~'*) | |
10297 | # FIXME: we may have to deal with multi-command sequences. | |
10298 | ;; | |
10299 | '$CC '*) | |
10300 | # Test whether the compiler implicitly links with -lc since on some | |
10301 | # systems, -lgcc has to come before -lc. If gcc already passes -lc | |
10302 | # to ld, don't add -lc before -lgcc. | |
81ecdfbb RW |
10303 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5 |
10304 | $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; } | |
10305 | if test "${lt_cv_archive_cmds_need_lc+set}" = set; then : | |
10306 | $as_echo_n "(cached) " >&6 | |
39144654 RW |
10307 | else |
10308 | $RM conftest* | |
10309 | echo "$lt_simple_compile_test_code" > conftest.$ac_ext | |
d7040cdb | 10310 | |
81ecdfbb | 10311 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
ce2cded5 L |
10312 | (eval $ac_compile) 2>&5 |
10313 | ac_status=$? | |
81ecdfbb RW |
10314 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
10315 | test $ac_status = 0; } 2>conftest.err; then | |
39144654 RW |
10316 | soname=conftest |
10317 | lib=conftest | |
10318 | libobjs=conftest.$ac_objext | |
10319 | deplibs= | |
10320 | wl=$lt_prog_compiler_wl | |
10321 | pic_flag=$lt_prog_compiler_pic | |
10322 | compiler_flags=-v | |
10323 | linker_flags=-v | |
10324 | verstring= | |
10325 | output_objdir=. | |
10326 | libname=conftest | |
10327 | lt_save_allow_undefined_flag=$allow_undefined_flag | |
10328 | allow_undefined_flag= | |
81ecdfbb | 10329 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5 |
ce2cded5 L |
10330 | (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5 |
10331 | ac_status=$? | |
81ecdfbb RW |
10332 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
10333 | test $ac_status = 0; } | |
39144654 RW |
10334 | then |
10335 | lt_cv_archive_cmds_need_lc=no | |
10336 | else | |
10337 | lt_cv_archive_cmds_need_lc=yes | |
10338 | fi | |
10339 | allow_undefined_flag=$lt_save_allow_undefined_flag | |
10340 | else | |
10341 | cat conftest.err 1>&5 | |
10342 | fi | |
10343 | $RM conftest* | |
10344 | ||
10345 | fi | |
81ecdfbb RW |
10346 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5 |
10347 | $as_echo "$lt_cv_archive_cmds_need_lc" >&6; } | |
39144654 | 10348 | archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc |
ce2cded5 L |
10349 | ;; |
10350 | esac | |
10351 | fi | |
10352 | ;; | |
10353 | esac | |
d7040cdb SE |
10354 | |
10355 | ||
10356 | ||
10357 | ||
10358 | ||
10359 | ||
10360 | ||
10361 | ||
10362 | ||
10363 | ||
10364 | ||
10365 | ||
10366 | ||
10367 | ||
10368 | ||
10369 | ||
10370 | ||
10371 | ||
10372 | ||
10373 | ||
10374 | ||
10375 | ||
10376 | ||
10377 | ||
10378 | ||
10379 | ||
10380 | ||
d7040cdb | 10381 | |
d7040cdb | 10382 | |
d7040cdb SE |
10383 | |
10384 | ||
10385 | ||
10386 | ||
10387 | ||
10388 | ||
d7040cdb | 10389 | |
d7040cdb | 10390 | |
d7040cdb | 10391 | |
d7040cdb | 10392 | |
d7040cdb | 10393 | |
d7040cdb | 10394 | |
d7040cdb | 10395 | |
d7040cdb | 10396 | |
d7040cdb | 10397 | |
d7040cdb | 10398 | |
d7040cdb | 10399 | |
d7040cdb | 10400 | |
d7040cdb | 10401 | |
d7040cdb | 10402 | |
d7040cdb | 10403 | |
d7040cdb | 10404 | |
d7040cdb | 10405 | |
d7040cdb | 10406 | |
d7040cdb | 10407 | |
d7040cdb | 10408 | |
d7040cdb | 10409 | |
d7040cdb | 10410 | |
d7040cdb | 10411 | |
d7040cdb | 10412 | |
d7040cdb | 10413 | |
d7040cdb | 10414 | |
d7040cdb | 10415 | |
d7040cdb | 10416 | |
ce2cded5 L |
10417 | |
10418 | ||
10419 | ||
10420 | ||
10421 | ||
10422 | ||
10423 | ||
10424 | ||
10425 | ||
10426 | ||
10427 | ||
10428 | ||
10429 | ||
10430 | ||
10431 | ||
10432 | ||
10433 | ||
10434 | ||
10435 | ||
10436 | ||
10437 | ||
10438 | ||
10439 | ||
10440 | ||
10441 | ||
10442 | ||
10443 | ||
10444 | ||
10445 | ||
10446 | ||
10447 | ||
10448 | ||
10449 | ||
10450 | ||
10451 | ||
10452 | ||
10453 | ||
10454 | ||
10455 | ||
10456 | ||
10457 | ||
10458 | ||
10459 | ||
10460 | ||
10461 | ||
10462 | ||
10463 | ||
10464 | ||
10465 | ||
10466 | ||
10467 | ||
10468 | ||
10469 | ||
10470 | ||
10471 | ||
10472 | ||
10473 | ||
10474 | ||
10475 | ||
10476 | ||
10477 | ||
10478 | ||
10479 | ||
10480 | ||
10481 | ||
10482 | ||
10483 | ||
10484 | ||
10485 | ||
10486 | ||
10487 | ||
10488 | ||
10489 | ||
10490 | ||
10491 | ||
10492 | ||
10493 | ||
10494 | ||
10495 | ||
10496 | ||
10497 | ||
10498 | ||
10499 | ||
10500 | ||
10501 | ||
10502 | ||
10503 | ||
10504 | ||
10505 | ||
10506 | ||
10507 | ||
10508 | ||
10509 | ||
10510 | ||
81ecdfbb RW |
10511 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5 |
10512 | $as_echo_n "checking dynamic linker characteristics... " >&6; } | |
b214d478 SE |
10513 | |
10514 | if test "$GCC" = yes; then | |
ce2cded5 L |
10515 | case $host_os in |
10516 | darwin*) lt_awk_arg="/^libraries:/,/LR/" ;; | |
10517 | *) lt_awk_arg="/^libraries:/" ;; | |
10518 | esac | |
3725885a RW |
10519 | case $host_os in |
10520 | mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;; | |
10521 | *) lt_sed_strip_eq="s,=/,/,g" ;; | |
10522 | esac | |
10523 | lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` | |
10524 | case $lt_search_path_spec in | |
10525 | *\;*) | |
ce2cded5 L |
10526 | # if the path contains ";" then we assume it to be the separator |
10527 | # otherwise default to the standard path separator (i.e. ":") - it is | |
10528 | # assumed that no part of a normal pathname contains ";" but that should | |
10529 | # okay in the real world where ";" in dirpaths is itself problematic. | |
3725885a RW |
10530 | lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` |
10531 | ;; | |
10532 | *) | |
10533 | lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` | |
10534 | ;; | |
10535 | esac | |
ce2cded5 L |
10536 | # Ok, now we have the path, separated by spaces, we can step through it |
10537 | # and add multilib dir if necessary. | |
10538 | lt_tmp_lt_search_path_spec= | |
10539 | lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` | |
10540 | for lt_sys_path in $lt_search_path_spec; do | |
10541 | if test -d "$lt_sys_path/$lt_multi_os_dir"; then | |
10542 | lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir" | |
10543 | else | |
10544 | test -d "$lt_sys_path" && \ | |
10545 | lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" | |
10546 | fi | |
10547 | done | |
3725885a | 10548 | lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk ' |
ce2cded5 L |
10549 | BEGIN {RS=" "; FS="/|\n";} { |
10550 | lt_foo=""; | |
10551 | lt_count=0; | |
10552 | for (lt_i = NF; lt_i > 0; lt_i--) { | |
10553 | if ($lt_i != "" && $lt_i != ".") { | |
10554 | if ($lt_i == "..") { | |
10555 | lt_count++; | |
10556 | } else { | |
10557 | if (lt_count == 0) { | |
10558 | lt_foo="/" $lt_i lt_foo; | |
10559 | } else { | |
10560 | lt_count--; | |
10561 | } | |
10562 | } | |
10563 | } | |
10564 | } | |
10565 | if (lt_foo != "") { lt_freq[lt_foo]++; } | |
10566 | if (lt_freq[lt_foo] == 1) { print lt_foo; } | |
10567 | }'` | |
3725885a RW |
10568 | # AWK program above erroneously prepends '/' to C:/dos/paths |
10569 | # for these hosts. | |
10570 | case $host_os in | |
10571 | mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\ | |
10572 | $SED 's,/\([A-Za-z]:\),\1,g'` ;; | |
10573 | esac | |
10574 | sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` | |
d7040cdb | 10575 | else |
ce2cded5 L |
10576 | sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" |
10577 | fi | |
10578 | library_names_spec= | |
10579 | libname_spec='lib$name' | |
10580 | soname_spec= | |
10581 | shrext_cmds=".so" | |
10582 | postinstall_cmds= | |
10583 | postuninstall_cmds= | |
10584 | finish_cmds= | |
10585 | finish_eval= | |
10586 | shlibpath_var= | |
10587 | shlibpath_overrides_runpath=unknown | |
10588 | version_type=none | |
10589 | dynamic_linker="$host_os ld.so" | |
10590 | sys_lib_dlsearch_path_spec="/lib /usr/lib" | |
10591 | need_lib_prefix=unknown | |
10592 | hardcode_into_libs=no | |
10593 | ||
10594 | # when you set need_version to no, make sure it does not cause -set_version | |
10595 | # flags to be left without arguments | |
10596 | need_version=unknown | |
10597 | ||
10598 | case $host_os in | |
10599 | aix3*) | |
10600 | version_type=linux | |
10601 | library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' | |
10602 | shlibpath_var=LIBPATH | |
10603 | ||
10604 | # AIX 3 has no versioning support, so we append a major version to the name. | |
10605 | soname_spec='${libname}${release}${shared_ext}$major' | |
10606 | ;; | |
10607 | ||
50e7d84b | 10608 | aix[4-9]*) |
ce2cded5 L |
10609 | version_type=linux |
10610 | need_lib_prefix=no | |
10611 | need_version=no | |
10612 | hardcode_into_libs=yes | |
10613 | if test "$host_cpu" = ia64; then | |
10614 | # AIX 5 supports IA64 | |
10615 | library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' | |
10616 | shlibpath_var=LD_LIBRARY_PATH | |
10617 | else | |
10618 | # With GCC up to 2.95.x, collect2 would create an import file | |
10619 | # for dependence libraries. The import file would start with | |
10620 | # the line `#! .'. This would cause the generated library to | |
10621 | # depend on `.', always an invalid library. This was fixed in | |
10622 | # development snapshots of GCC prior to 3.0. | |
10623 | case $host_os in | |
10624 | aix4 | aix4.[01] | aix4.[01].*) | |
10625 | if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' | |
10626 | echo ' yes ' | |
10627 | echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then | |
10628 | : | |
10629 | else | |
10630 | can_build_shared=no | |
10631 | fi | |
10632 | ;; | |
10633 | esac | |
10634 | # AIX (on Power*) has no versioning support, so currently we can not hardcode correct | |
10635 | # soname into executable. Probably we can add versioning support to | |
10636 | # collect2, so additional links can be useful in future. | |
10637 | if test "$aix_use_runtimelinking" = yes; then | |
10638 | # If using run time linking (on AIX 4.2 or later) use lib<name>.so | |
10639 | # instead of lib<name>.a to let people know that these are not | |
10640 | # typical AIX shared libraries. | |
10641 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
10642 | else | |
10643 | # We preserve .a as extension for shared libraries through AIX4.2 | |
10644 | # and later when we are not doing run time linking. | |
10645 | library_names_spec='${libname}${release}.a $libname.a' | |
10646 | soname_spec='${libname}${release}${shared_ext}$major' | |
10647 | fi | |
10648 | shlibpath_var=LIBPATH | |
10649 | fi | |
10650 | ;; | |
10651 | ||
10652 | amigaos*) | |
b214d478 SE |
10653 | case $host_cpu in |
10654 | powerpc) | |
10655 | # Since July 2007 AmigaOS4 officially supports .so libraries. | |
10656 | # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. | |
10657 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
10658 | ;; | |
10659 | m68k) | |
ce2cded5 L |
10660 | library_names_spec='$libname.ixlibrary $libname.a' |
10661 | # Create ${libname}_ixlibrary.a entries in /sys/libs. | |
3725885a | 10662 | finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' |
b214d478 SE |
10663 | ;; |
10664 | esac | |
ce2cded5 L |
10665 | ;; |
10666 | ||
10667 | beos*) | |
10668 | library_names_spec='${libname}${shared_ext}' | |
10669 | dynamic_linker="$host_os ld.so" | |
10670 | shlibpath_var=LIBRARY_PATH | |
10671 | ;; | |
10672 | ||
10673 | bsdi[45]*) | |
10674 | version_type=linux | |
10675 | need_version=no | |
10676 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
10677 | soname_spec='${libname}${release}${shared_ext}$major' | |
10678 | finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' | |
10679 | shlibpath_var=LD_LIBRARY_PATH | |
10680 | sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" | |
10681 | sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" | |
10682 | # the default ld.so.conf also contains /usr/contrib/lib and | |
10683 | # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow | |
10684 | # libtool to hard-code these into programs | |
10685 | ;; | |
10686 | ||
b214d478 | 10687 | cygwin* | mingw* | pw32* | cegcc*) |
ce2cded5 L |
10688 | version_type=windows |
10689 | shrext_cmds=".dll" | |
10690 | need_version=no | |
10691 | need_lib_prefix=no | |
10692 | ||
b214d478 SE |
10693 | case $GCC,$host_os in |
10694 | yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*) | |
ce2cded5 L |
10695 | library_names_spec='$libname.dll.a' |
10696 | # DLL is installed to $(libdir)/../bin by postinstall_cmds | |
10697 | postinstall_cmds='base_file=`basename \${file}`~ | |
10698 | dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ | |
10699 | dldir=$destdir/`dirname \$dlpath`~ | |
10700 | test -d \$dldir || mkdir -p \$dldir~ | |
10701 | $install_prog $dir/$dlname \$dldir/$dlname~ | |
10702 | chmod a+x \$dldir/$dlname~ | |
10703 | if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then | |
10704 | eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; | |
10705 | fi' | |
10706 | postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ | |
10707 | dlpath=$dir/\$dldll~ | |
10708 | $RM \$dlpath' | |
10709 | shlibpath_overrides_runpath=yes | |
10710 | ||
10711 | case $host_os in | |
10712 | cygwin*) | |
10713 | # Cygwin DLLs use 'cyg' prefix rather than 'lib' | |
10714 | soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' | |
3725885a RW |
10715 | |
10716 | sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api" | |
ce2cded5 | 10717 | ;; |
b214d478 | 10718 | mingw* | cegcc*) |
ce2cded5 L |
10719 | # MinGW DLLs use traditional 'lib' prefix |
10720 | soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' | |
ce2cded5 L |
10721 | ;; |
10722 | pw32*) | |
10723 | # pw32 DLLs use 'pw' prefix rather than 'lib' | |
10724 | library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' | |
10725 | ;; | |
10726 | esac | |
10727 | ;; | |
10728 | ||
10729 | *) | |
10730 | library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' | |
10731 | ;; | |
10732 | esac | |
10733 | dynamic_linker='Win32 ld.exe' | |
10734 | # FIXME: first we should search . and the directory the executable is in | |
10735 | shlibpath_var=PATH | |
10736 | ;; | |
10737 | ||
10738 | darwin* | rhapsody*) | |
10739 | dynamic_linker="$host_os dyld" | |
10740 | version_type=darwin | |
10741 | need_lib_prefix=no | |
10742 | need_version=no | |
10743 | library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext' | |
10744 | soname_spec='${libname}${release}${major}$shared_ext' | |
10745 | shlibpath_overrides_runpath=yes | |
10746 | shlibpath_var=DYLD_LIBRARY_PATH | |
10747 | shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' | |
10748 | ||
10749 | sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib" | |
10750 | sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' | |
10751 | ;; | |
10752 | ||
10753 | dgux*) | |
10754 | version_type=linux | |
10755 | need_lib_prefix=no | |
10756 | need_version=no | |
10757 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' | |
10758 | soname_spec='${libname}${release}${shared_ext}$major' | |
10759 | shlibpath_var=LD_LIBRARY_PATH | |
10760 | ;; | |
10761 | ||
10762 | freebsd1*) | |
10763 | dynamic_linker=no | |
10764 | ;; | |
10765 | ||
10766 | freebsd* | dragonfly*) | |
10767 | # DragonFly does not have aout. When/if they implement a new | |
10768 | # versioning mechanism, adjust this. | |
10769 | if test -x /usr/bin/objformat; then | |
10770 | objformat=`/usr/bin/objformat` | |
10771 | else | |
10772 | case $host_os in | |
10773 | freebsd[123]*) objformat=aout ;; | |
10774 | *) objformat=elf ;; | |
10775 | esac | |
10776 | fi | |
10777 | version_type=freebsd-$objformat | |
10778 | case $version_type in | |
10779 | freebsd-elf*) | |
10780 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' | |
10781 | need_version=no | |
10782 | need_lib_prefix=no | |
10783 | ;; | |
10784 | freebsd-*) | |
10785 | library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' | |
10786 | need_version=yes | |
10787 | ;; | |
10788 | esac | |
10789 | shlibpath_var=LD_LIBRARY_PATH | |
10790 | case $host_os in | |
10791 | freebsd2*) | |
10792 | shlibpath_overrides_runpath=yes | |
10793 | ;; | |
10794 | freebsd3.[01]* | freebsdelf3.[01]*) | |
10795 | shlibpath_overrides_runpath=yes | |
10796 | hardcode_into_libs=yes | |
10797 | ;; | |
10798 | freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ | |
10799 | freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) | |
10800 | shlibpath_overrides_runpath=no | |
10801 | hardcode_into_libs=yes | |
10802 | ;; | |
10803 | *) # from 4.6 on, and DragonFly | |
10804 | shlibpath_overrides_runpath=yes | |
10805 | hardcode_into_libs=yes | |
10806 | ;; | |
10807 | esac | |
10808 | ;; | |
10809 | ||
10810 | gnu*) | |
10811 | version_type=linux | |
10812 | need_lib_prefix=no | |
10813 | need_version=no | |
10814 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' | |
10815 | soname_spec='${libname}${release}${shared_ext}$major' | |
10816 | shlibpath_var=LD_LIBRARY_PATH | |
10817 | hardcode_into_libs=yes | |
10818 | ;; | |
10819 | ||
3725885a RW |
10820 | haiku*) |
10821 | version_type=linux | |
10822 | need_lib_prefix=no | |
10823 | need_version=no | |
10824 | dynamic_linker="$host_os runtime_loader" | |
10825 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' | |
10826 | soname_spec='${libname}${release}${shared_ext}$major' | |
10827 | shlibpath_var=LIBRARY_PATH | |
10828 | shlibpath_overrides_runpath=yes | |
10829 | sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib' | |
10830 | hardcode_into_libs=yes | |
10831 | ;; | |
10832 | ||
ce2cded5 L |
10833 | hpux9* | hpux10* | hpux11*) |
10834 | # Give a soname corresponding to the major version so that dld.sl refuses to | |
10835 | # link against other versions. | |
10836 | version_type=sunos | |
10837 | need_lib_prefix=no | |
10838 | need_version=no | |
10839 | case $host_cpu in | |
10840 | ia64*) | |
10841 | shrext_cmds='.so' | |
10842 | hardcode_into_libs=yes | |
10843 | dynamic_linker="$host_os dld.so" | |
10844 | shlibpath_var=LD_LIBRARY_PATH | |
10845 | shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. | |
10846 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
10847 | soname_spec='${libname}${release}${shared_ext}$major' | |
10848 | if test "X$HPUX_IA64_MODE" = X32; then | |
10849 | sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" | |
10850 | else | |
10851 | sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" | |
10852 | fi | |
10853 | sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec | |
10854 | ;; | |
10855 | hppa*64*) | |
10856 | shrext_cmds='.sl' | |
10857 | hardcode_into_libs=yes | |
10858 | dynamic_linker="$host_os dld.sl" | |
10859 | shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH | |
10860 | shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. | |
10861 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
10862 | soname_spec='${libname}${release}${shared_ext}$major' | |
10863 | sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" | |
10864 | sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec | |
10865 | ;; | |
10866 | *) | |
10867 | shrext_cmds='.sl' | |
10868 | dynamic_linker="$host_os dld.sl" | |
10869 | shlibpath_var=SHLIB_PATH | |
10870 | shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH | |
10871 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
10872 | soname_spec='${libname}${release}${shared_ext}$major' | |
10873 | ;; | |
10874 | esac | |
3725885a | 10875 | # HP-UX runs *really* slowly unless shared libraries are mode 555, ... |
ce2cded5 | 10876 | postinstall_cmds='chmod 555 $lib' |
3725885a RW |
10877 | # or fails outright, so override atomically: |
10878 | install_override_mode=555 | |
ce2cded5 L |
10879 | ;; |
10880 | ||
10881 | interix[3-9]*) | |
10882 | version_type=linux | |
10883 | need_lib_prefix=no | |
10884 | need_version=no | |
10885 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' | |
10886 | soname_spec='${libname}${release}${shared_ext}$major' | |
10887 | dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' | |
10888 | shlibpath_var=LD_LIBRARY_PATH | |
10889 | shlibpath_overrides_runpath=no | |
10890 | hardcode_into_libs=yes | |
10891 | ;; | |
10892 | ||
10893 | irix5* | irix6* | nonstopux*) | |
10894 | case $host_os in | |
10895 | nonstopux*) version_type=nonstopux ;; | |
10896 | *) | |
10897 | if test "$lt_cv_prog_gnu_ld" = yes; then | |
10898 | version_type=linux | |
10899 | else | |
10900 | version_type=irix | |
10901 | fi ;; | |
10902 | esac | |
10903 | need_lib_prefix=no | |
10904 | need_version=no | |
10905 | soname_spec='${libname}${release}${shared_ext}$major' | |
10906 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' | |
10907 | case $host_os in | |
10908 | irix5* | nonstopux*) | |
10909 | libsuff= shlibsuff= | |
10910 | ;; | |
10911 | *) | |
10912 | case $LD in # libtool.m4 will add one of these switches to LD | |
10913 | *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") | |
10914 | libsuff= shlibsuff= libmagic=32-bit;; | |
10915 | *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") | |
10916 | libsuff=32 shlibsuff=N32 libmagic=N32;; | |
10917 | *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") | |
10918 | libsuff=64 shlibsuff=64 libmagic=64-bit;; | |
10919 | *) libsuff= shlibsuff= libmagic=never-match;; | |
10920 | esac | |
10921 | ;; | |
10922 | esac | |
10923 | shlibpath_var=LD_LIBRARY${shlibsuff}_PATH | |
10924 | shlibpath_overrides_runpath=no | |
10925 | sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" | |
10926 | sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" | |
10927 | hardcode_into_libs=yes | |
10928 | ;; | |
10929 | ||
10930 | # No shared lib support for Linux oldld, aout, or coff. | |
10931 | linux*oldld* | linux*aout* | linux*coff*) | |
10932 | dynamic_linker=no | |
10933 | ;; | |
10934 | ||
10935 | # This must be Linux ELF. | |
58e24671 | 10936 | linux* | k*bsd*-gnu | kopensolaris*-gnu) |
ce2cded5 L |
10937 | version_type=linux |
10938 | need_lib_prefix=no | |
10939 | need_version=no | |
10940 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
10941 | soname_spec='${libname}${release}${shared_ext}$major' | |
10942 | finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' | |
10943 | shlibpath_var=LD_LIBRARY_PATH | |
10944 | shlibpath_overrides_runpath=no | |
39144654 | 10945 | |
ce2cded5 | 10946 | # Some binutils ld are patched to set DT_RUNPATH |
81ecdfbb RW |
10947 | if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then : |
10948 | $as_echo_n "(cached) " >&6 | |
39144654 RW |
10949 | else |
10950 | lt_cv_shlibpath_overrides_runpath=no | |
10951 | save_LDFLAGS=$LDFLAGS | |
10952 | save_libdir=$libdir | |
10953 | eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \ | |
10954 | LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\"" | |
81ecdfbb | 10955 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
d7040cdb SE |
10956 | /* end confdefs.h. */ |
10957 | ||
d7040cdb SE |
10958 | int |
10959 | main () | |
10960 | { | |
ce2cded5 | 10961 | |
d7040cdb SE |
10962 | ; |
10963 | return 0; | |
10964 | } | |
10965 | _ACEOF | |
81ecdfbb RW |
10966 | if ac_fn_c_try_link "$LINENO"; then : |
10967 | if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then : | |
39144654 | 10968 | lt_cv_shlibpath_overrides_runpath=yes |
d7040cdb | 10969 | fi |
d7040cdb | 10970 | fi |
81ecdfbb RW |
10971 | rm -f core conftest.err conftest.$ac_objext \ |
10972 | conftest$ac_exeext conftest.$ac_ext | |
39144654 RW |
10973 | LDFLAGS=$save_LDFLAGS |
10974 | libdir=$save_libdir | |
10975 | ||
10976 | fi | |
10977 | ||
10978 | shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath | |
d7040cdb | 10979 | |
ce2cded5 L |
10980 | # This implies no fast_install, which is unacceptable. |
10981 | # Some rework will be needed to allow for fast_install | |
10982 | # before this can be enabled. | |
10983 | hardcode_into_libs=yes | |
d7040cdb | 10984 | |
ce2cded5 L |
10985 | # Append ld.so.conf contents to the search path |
10986 | if test -f /etc/ld.so.conf; then | |
3725885a | 10987 | lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` |
ce2cded5 L |
10988 | sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" |
10989 | fi | |
d7040cdb | 10990 | |
ce2cded5 L |
10991 | # We used to test for /lib/ld.so.1 and disable shared libraries on |
10992 | # powerpc, because MkLinux only supported shared libraries with the | |
10993 | # GNU dynamic linker. Since this was broken with cross compilers, | |
10994 | # most powerpc-linux boxes support dynamic linking these days and | |
10995 | # people can always --disable-shared, the test was removed, and we | |
10996 | # assume the GNU/Linux dynamic linker is in use. | |
10997 | dynamic_linker='GNU/Linux ld.so' | |
10998 | ;; | |
d7040cdb | 10999 | |
ce2cded5 L |
11000 | netbsd*) |
11001 | version_type=sunos | |
11002 | need_lib_prefix=no | |
11003 | need_version=no | |
11004 | if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then | |
11005 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' | |
11006 | finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' | |
11007 | dynamic_linker='NetBSD (a.out) ld.so' | |
11008 | else | |
11009 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' | |
11010 | soname_spec='${libname}${release}${shared_ext}$major' | |
11011 | dynamic_linker='NetBSD ld.elf_so' | |
11012 | fi | |
11013 | shlibpath_var=LD_LIBRARY_PATH | |
11014 | shlibpath_overrides_runpath=yes | |
11015 | hardcode_into_libs=yes | |
11016 | ;; | |
d7040cdb | 11017 | |
ce2cded5 L |
11018 | newsos6) |
11019 | version_type=linux | |
11020 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
11021 | shlibpath_var=LD_LIBRARY_PATH | |
11022 | shlibpath_overrides_runpath=yes | |
11023 | ;; | |
d7040cdb | 11024 | |
ce2cded5 L |
11025 | *nto* | *qnx*) |
11026 | version_type=qnx | |
11027 | need_lib_prefix=no | |
11028 | need_version=no | |
11029 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
11030 | soname_spec='${libname}${release}${shared_ext}$major' | |
11031 | shlibpath_var=LD_LIBRARY_PATH | |
11032 | shlibpath_overrides_runpath=no | |
11033 | hardcode_into_libs=yes | |
11034 | dynamic_linker='ldqnx.so' | |
11035 | ;; | |
d7040cdb | 11036 | |
ce2cded5 L |
11037 | openbsd*) |
11038 | version_type=sunos | |
11039 | sys_lib_dlsearch_path_spec="/usr/lib" | |
11040 | need_lib_prefix=no | |
11041 | # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs. | |
11042 | case $host_os in | |
11043 | openbsd3.3 | openbsd3.3.*) need_version=yes ;; | |
11044 | *) need_version=no ;; | |
11045 | esac | |
11046 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' | |
11047 | finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' | |
11048 | shlibpath_var=LD_LIBRARY_PATH | |
11049 | if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then | |
11050 | case $host_os in | |
11051 | openbsd2.[89] | openbsd2.[89].*) | |
11052 | shlibpath_overrides_runpath=no | |
11053 | ;; | |
11054 | *) | |
11055 | shlibpath_overrides_runpath=yes | |
11056 | ;; | |
11057 | esac | |
11058 | else | |
11059 | shlibpath_overrides_runpath=yes | |
11060 | fi | |
11061 | ;; | |
d7040cdb | 11062 | |
ce2cded5 L |
11063 | os2*) |
11064 | libname_spec='$name' | |
11065 | shrext_cmds=".dll" | |
11066 | need_lib_prefix=no | |
11067 | library_names_spec='$libname${shared_ext} $libname.a' | |
11068 | dynamic_linker='OS/2 ld.exe' | |
11069 | shlibpath_var=LIBPATH | |
11070 | ;; | |
d7040cdb | 11071 | |
ce2cded5 L |
11072 | osf3* | osf4* | osf5*) |
11073 | version_type=osf | |
11074 | need_lib_prefix=no | |
11075 | need_version=no | |
11076 | soname_spec='${libname}${release}${shared_ext}$major' | |
11077 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
11078 | shlibpath_var=LD_LIBRARY_PATH | |
11079 | sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" | |
11080 | sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" | |
11081 | ;; | |
d7040cdb | 11082 | |
ce2cded5 L |
11083 | rdos*) |
11084 | dynamic_linker=no | |
11085 | ;; | |
d7040cdb | 11086 | |
ce2cded5 L |
11087 | solaris*) |
11088 | version_type=linux | |
11089 | need_lib_prefix=no | |
11090 | need_version=no | |
11091 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
11092 | soname_spec='${libname}${release}${shared_ext}$major' | |
11093 | shlibpath_var=LD_LIBRARY_PATH | |
11094 | shlibpath_overrides_runpath=yes | |
11095 | hardcode_into_libs=yes | |
11096 | # ldd complains unless libraries are executable | |
11097 | postinstall_cmds='chmod +x $lib' | |
11098 | ;; | |
d7040cdb | 11099 | |
ce2cded5 L |
11100 | sunos4*) |
11101 | version_type=sunos | |
11102 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' | |
11103 | finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' | |
11104 | shlibpath_var=LD_LIBRARY_PATH | |
11105 | shlibpath_overrides_runpath=yes | |
11106 | if test "$with_gnu_ld" = yes; then | |
11107 | need_lib_prefix=no | |
11108 | fi | |
11109 | need_version=yes | |
11110 | ;; | |
d7040cdb | 11111 | |
ce2cded5 L |
11112 | sysv4 | sysv4.3*) |
11113 | version_type=linux | |
11114 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
11115 | soname_spec='${libname}${release}${shared_ext}$major' | |
11116 | shlibpath_var=LD_LIBRARY_PATH | |
11117 | case $host_vendor in | |
11118 | sni) | |
11119 | shlibpath_overrides_runpath=no | |
11120 | need_lib_prefix=no | |
11121 | runpath_var=LD_RUN_PATH | |
11122 | ;; | |
11123 | siemens) | |
11124 | need_lib_prefix=no | |
11125 | ;; | |
11126 | motorola) | |
11127 | need_lib_prefix=no | |
11128 | need_version=no | |
11129 | shlibpath_overrides_runpath=no | |
11130 | sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' | |
11131 | ;; | |
11132 | esac | |
11133 | ;; | |
d7040cdb | 11134 | |
ce2cded5 L |
11135 | sysv4*MP*) |
11136 | if test -d /usr/nec ;then | |
11137 | version_type=linux | |
11138 | library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' | |
11139 | soname_spec='$libname${shared_ext}.$major' | |
11140 | shlibpath_var=LD_LIBRARY_PATH | |
11141 | fi | |
11142 | ;; | |
d7040cdb | 11143 | |
ce2cded5 L |
11144 | sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) |
11145 | version_type=freebsd-elf | |
11146 | need_lib_prefix=no | |
11147 | need_version=no | |
11148 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' | |
11149 | soname_spec='${libname}${release}${shared_ext}$major' | |
11150 | shlibpath_var=LD_LIBRARY_PATH | |
11151 | shlibpath_overrides_runpath=yes | |
11152 | hardcode_into_libs=yes | |
11153 | if test "$with_gnu_ld" = yes; then | |
11154 | sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' | |
11155 | else | |
11156 | sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' | |
11157 | case $host_os in | |
11158 | sco3.2v5*) | |
11159 | sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" | |
11160 | ;; | |
11161 | esac | |
11162 | fi | |
11163 | sys_lib_dlsearch_path_spec='/usr/lib' | |
11164 | ;; | |
d7040cdb | 11165 | |
ce2cded5 L |
11166 | tpf*) |
11167 | # TPF is a cross-target only. Preferred cross-host = GNU/Linux. | |
11168 | version_type=linux | |
11169 | need_lib_prefix=no | |
11170 | need_version=no | |
b214d478 | 11171 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' |
ce2cded5 L |
11172 | shlibpath_var=LD_LIBRARY_PATH |
11173 | shlibpath_overrides_runpath=no | |
11174 | hardcode_into_libs=yes | |
11175 | ;; | |
d7040cdb | 11176 | |
ce2cded5 L |
11177 | uts4*) |
11178 | version_type=linux | |
11179 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
11180 | soname_spec='${libname}${release}${shared_ext}$major' | |
11181 | shlibpath_var=LD_LIBRARY_PATH | |
11182 | ;; | |
d7040cdb | 11183 | |
ce2cded5 L |
11184 | *) |
11185 | dynamic_linker=no | |
11186 | ;; | |
11187 | esac | |
81ecdfbb RW |
11188 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5 |
11189 | $as_echo "$dynamic_linker" >&6; } | |
ce2cded5 L |
11190 | test "$dynamic_linker" = no && can_build_shared=no |
11191 | ||
11192 | variables_saved_for_relink="PATH $shlibpath_var $runpath_var" | |
11193 | if test "$GCC" = yes; then | |
11194 | variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" | |
d7040cdb SE |
11195 | fi |
11196 | ||
b214d478 SE |
11197 | if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then |
11198 | sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" | |
11199 | fi | |
11200 | if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then | |
11201 | sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec" | |
11202 | fi | |
11203 | ||
d7040cdb SE |
11204 | |
11205 | ||
11206 | ||
11207 | ||
11208 | ||
11209 | ||
11210 | ||
11211 | ||
11212 | ||
11213 | ||
11214 | ||
d7040cdb | 11215 | |
d7040cdb | 11216 | |
d7040cdb | 11217 | |
d7040cdb | 11218 | |
d7040cdb SE |
11219 | |
11220 | ||
11221 | ||
11222 | ||
d7040cdb | 11223 | |
d7040cdb SE |
11224 | |
11225 | ||
11226 | ||
11227 | ||
11228 | ||
11229 | ||
11230 | ||
11231 | ||
11232 | ||
11233 | ||
11234 | ||
11235 | ||
11236 | ||
d7040cdb SE |
11237 | |
11238 | ||
11239 | ||
11240 | ||
d7040cdb SE |
11241 | |
11242 | ||
11243 | ||
11244 | ||
d7040cdb | 11245 | |
d7040cdb | 11246 | |
d7040cdb | 11247 | |
d7040cdb | 11248 | |
d7040cdb | 11249 | |
d7040cdb | 11250 | |
d7040cdb | 11251 | |
d7040cdb SE |
11252 | |
11253 | ||
11254 | ||
11255 | ||
11256 | ||
d7040cdb | 11257 | |
d7040cdb | 11258 | |
d7040cdb | 11259 | |
d7040cdb | 11260 | |
d7040cdb | 11261 | |
d7040cdb | 11262 | |
d7040cdb SE |
11263 | |
11264 | ||
11265 | ||
11266 | ||
11267 | ||
d7040cdb SE |
11268 | |
11269 | ||
d7040cdb | 11270 | |
d7040cdb | 11271 | |
d7040cdb | 11272 | |
d7040cdb | 11273 | |
ce2cded5 L |
11274 | |
11275 | ||
11276 | ||
11277 | ||
11278 | ||
11279 | ||
11280 | ||
11281 | ||
11282 | ||
11283 | ||
3725885a RW |
11284 | |
11285 | ||
11286 | ||
11287 | ||
11288 | ||
ce2cded5 L |
11289 | |
11290 | ||
11291 | ||
11292 | ||
11293 | ||
11294 | ||
81ecdfbb RW |
11295 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5 |
11296 | $as_echo_n "checking how to hardcode library paths into programs... " >&6; } | |
ce2cded5 L |
11297 | hardcode_action= |
11298 | if test -n "$hardcode_libdir_flag_spec" || | |
11299 | test -n "$runpath_var" || | |
11300 | test "X$hardcode_automatic" = "Xyes" ; then | |
11301 | ||
11302 | # We can hardcode non-existent directories. | |
11303 | if test "$hardcode_direct" != no && | |
11304 | # If the only mechanism to avoid hardcoding is shlibpath_var, we | |
11305 | # have to relink, otherwise we might link with an installed library | |
11306 | # when we should be linking with a yet-to-be-installed one | |
11307 | ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no && | |
11308 | test "$hardcode_minus_L" != no; then | |
11309 | # Linking always hardcodes the temporary library directory. | |
11310 | hardcode_action=relink | |
11311 | else | |
11312 | # We can link without hardcoding, and we can hardcode nonexisting dirs. | |
11313 | hardcode_action=immediate | |
d7040cdb | 11314 | fi |
d7040cdb | 11315 | else |
ce2cded5 L |
11316 | # We cannot hardcode anything, or else we can only hardcode existing |
11317 | # directories. | |
11318 | hardcode_action=unsupported | |
d7040cdb | 11319 | fi |
81ecdfbb RW |
11320 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5 |
11321 | $as_echo "$hardcode_action" >&6; } | |
d7040cdb | 11322 | |
ce2cded5 L |
11323 | if test "$hardcode_action" = relink || |
11324 | test "$inherit_rpath" = yes; then | |
11325 | # Fast installation is not supported | |
11326 | enable_fast_install=no | |
11327 | elif test "$shlibpath_overrides_runpath" = yes || | |
11328 | test "$enable_shared" = no; then | |
11329 | # Fast installation is not necessary | |
11330 | enable_fast_install=needless | |
d7040cdb SE |
11331 | fi |
11332 | ||
d7040cdb | 11333 | |
d7040cdb | 11334 | |
d7040cdb | 11335 | |
d7040cdb | 11336 | |
d7040cdb | 11337 | |
ce2cded5 L |
11338 | if test "x$enable_dlopen" != xyes; then |
11339 | enable_dlopen=unknown | |
11340 | enable_dlopen_self=unknown | |
11341 | enable_dlopen_self_static=unknown | |
d7040cdb | 11342 | else |
ce2cded5 L |
11343 | lt_cv_dlopen=no |
11344 | lt_cv_dlopen_libs= | |
d7040cdb | 11345 | |
ce2cded5 L |
11346 | case $host_os in |
11347 | beos*) | |
11348 | lt_cv_dlopen="load_add_on" | |
11349 | lt_cv_dlopen_libs= | |
11350 | lt_cv_dlopen_self=yes | |
11351 | ;; | |
d7040cdb | 11352 | |
b214d478 | 11353 | mingw* | pw32* | cegcc*) |
ce2cded5 L |
11354 | lt_cv_dlopen="LoadLibrary" |
11355 | lt_cv_dlopen_libs= | |
11356 | ;; | |
11357 | ||
11358 | cygwin*) | |
11359 | lt_cv_dlopen="dlopen" | |
11360 | lt_cv_dlopen_libs= | |
11361 | ;; | |
11362 | ||
11363 | darwin*) | |
11364 | # if libdl is installed we need to link against it | |
81ecdfbb RW |
11365 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 |
11366 | $as_echo_n "checking for dlopen in -ldl... " >&6; } | |
11367 | if test "${ac_cv_lib_dl_dlopen+set}" = set; then : | |
11368 | $as_echo_n "(cached) " >&6 | |
d7040cdb | 11369 | else |
ce2cded5 L |
11370 | ac_check_lib_save_LIBS=$LIBS |
11371 | LIBS="-ldl $LIBS" | |
81ecdfbb | 11372 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
ce2cded5 L |
11373 | /* end confdefs.h. */ |
11374 | ||
81ecdfbb RW |
11375 | /* Override any GCC internal prototype to avoid an error. |
11376 | Use char because int might match the return type of a GCC | |
11377 | builtin and then its argument prototype would still apply. */ | |
ce2cded5 L |
11378 | #ifdef __cplusplus |
11379 | extern "C" | |
11380 | #endif | |
ce2cded5 L |
11381 | char dlopen (); |
11382 | int | |
11383 | main () | |
11384 | { | |
81ecdfbb | 11385 | return dlopen (); |
ce2cded5 L |
11386 | ; |
11387 | return 0; | |
11388 | } | |
11389 | _ACEOF | |
81ecdfbb | 11390 | if ac_fn_c_try_link "$LINENO"; then : |
ce2cded5 L |
11391 | ac_cv_lib_dl_dlopen=yes |
11392 | else | |
81ecdfbb | 11393 | ac_cv_lib_dl_dlopen=no |
d7040cdb | 11394 | fi |
81ecdfbb RW |
11395 | rm -f core conftest.err conftest.$ac_objext \ |
11396 | conftest$ac_exeext conftest.$ac_ext | |
ce2cded5 | 11397 | LIBS=$ac_check_lib_save_LIBS |
d7040cdb | 11398 | fi |
81ecdfbb RW |
11399 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 |
11400 | $as_echo "$ac_cv_lib_dl_dlopen" >&6; } | |
11401 | if test "x$ac_cv_lib_dl_dlopen" = x""yes; then : | |
ce2cded5 | 11402 | lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" |
d7040cdb | 11403 | else |
d7040cdb | 11404 | |
ce2cded5 L |
11405 | lt_cv_dlopen="dyld" |
11406 | lt_cv_dlopen_libs= | |
11407 | lt_cv_dlopen_self=yes | |
11408 | ||
d7040cdb | 11409 | fi |
ce2cded5 L |
11410 | |
11411 | ;; | |
11412 | ||
11413 | *) | |
81ecdfbb RW |
11414 | ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load" |
11415 | if test "x$ac_cv_func_shl_load" = x""yes; then : | |
ce2cded5 L |
11416 | lt_cv_dlopen="shl_load" |
11417 | else | |
81ecdfbb RW |
11418 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5 |
11419 | $as_echo_n "checking for shl_load in -ldld... " >&6; } | |
11420 | if test "${ac_cv_lib_dld_shl_load+set}" = set; then : | |
11421 | $as_echo_n "(cached) " >&6 | |
ce2cded5 L |
11422 | else |
11423 | ac_check_lib_save_LIBS=$LIBS | |
11424 | LIBS="-ldld $LIBS" | |
81ecdfbb | 11425 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
ce2cded5 | 11426 | /* end confdefs.h. */ |
d7040cdb | 11427 | |
81ecdfbb RW |
11428 | /* Override any GCC internal prototype to avoid an error. |
11429 | Use char because int might match the return type of a GCC | |
11430 | builtin and then its argument prototype would still apply. */ | |
ce2cded5 L |
11431 | #ifdef __cplusplus |
11432 | extern "C" | |
11433 | #endif | |
ce2cded5 L |
11434 | char shl_load (); |
11435 | int | |
11436 | main () | |
11437 | { | |
81ecdfbb | 11438 | return shl_load (); |
ce2cded5 L |
11439 | ; |
11440 | return 0; | |
11441 | } | |
11442 | _ACEOF | |
81ecdfbb | 11443 | if ac_fn_c_try_link "$LINENO"; then : |
ce2cded5 L |
11444 | ac_cv_lib_dld_shl_load=yes |
11445 | else | |
81ecdfbb | 11446 | ac_cv_lib_dld_shl_load=no |
ce2cded5 | 11447 | fi |
81ecdfbb RW |
11448 | rm -f core conftest.err conftest.$ac_objext \ |
11449 | conftest$ac_exeext conftest.$ac_ext | |
ce2cded5 L |
11450 | LIBS=$ac_check_lib_save_LIBS |
11451 | fi | |
81ecdfbb RW |
11452 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5 |
11453 | $as_echo "$ac_cv_lib_dld_shl_load" >&6; } | |
11454 | if test "x$ac_cv_lib_dld_shl_load" = x""yes; then : | |
b214d478 | 11455 | lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld" |
ce2cded5 | 11456 | else |
81ecdfbb RW |
11457 | ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen" |
11458 | if test "x$ac_cv_func_dlopen" = x""yes; then : | |
ce2cded5 L |
11459 | lt_cv_dlopen="dlopen" |
11460 | else | |
81ecdfbb RW |
11461 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 |
11462 | $as_echo_n "checking for dlopen in -ldl... " >&6; } | |
11463 | if test "${ac_cv_lib_dl_dlopen+set}" = set; then : | |
11464 | $as_echo_n "(cached) " >&6 | |
d7040cdb | 11465 | else |
ce2cded5 L |
11466 | ac_check_lib_save_LIBS=$LIBS |
11467 | LIBS="-ldl $LIBS" | |
81ecdfbb | 11468 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
d7040cdb SE |
11469 | /* end confdefs.h. */ |
11470 | ||
81ecdfbb RW |
11471 | /* Override any GCC internal prototype to avoid an error. |
11472 | Use char because int might match the return type of a GCC | |
11473 | builtin and then its argument prototype would still apply. */ | |
ce2cded5 L |
11474 | #ifdef __cplusplus |
11475 | extern "C" | |
11476 | #endif | |
ce2cded5 | 11477 | char dlopen (); |
d7040cdb SE |
11478 | int |
11479 | main () | |
11480 | { | |
81ecdfbb | 11481 | return dlopen (); |
d7040cdb SE |
11482 | ; |
11483 | return 0; | |
11484 | } | |
11485 | _ACEOF | |
81ecdfbb | 11486 | if ac_fn_c_try_link "$LINENO"; then : |
ce2cded5 | 11487 | ac_cv_lib_dl_dlopen=yes |
d7040cdb | 11488 | else |
81ecdfbb | 11489 | ac_cv_lib_dl_dlopen=no |
d7040cdb | 11490 | fi |
81ecdfbb RW |
11491 | rm -f core conftest.err conftest.$ac_objext \ |
11492 | conftest$ac_exeext conftest.$ac_ext | |
ce2cded5 | 11493 | LIBS=$ac_check_lib_save_LIBS |
d7040cdb | 11494 | fi |
81ecdfbb RW |
11495 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 |
11496 | $as_echo "$ac_cv_lib_dl_dlopen" >&6; } | |
11497 | if test "x$ac_cv_lib_dl_dlopen" = x""yes; then : | |
ce2cded5 | 11498 | lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" |
d7040cdb | 11499 | else |
81ecdfbb RW |
11500 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5 |
11501 | $as_echo_n "checking for dlopen in -lsvld... " >&6; } | |
11502 | if test "${ac_cv_lib_svld_dlopen+set}" = set; then : | |
11503 | $as_echo_n "(cached) " >&6 | |
d7040cdb | 11504 | else |
ce2cded5 L |
11505 | ac_check_lib_save_LIBS=$LIBS |
11506 | LIBS="-lsvld $LIBS" | |
81ecdfbb | 11507 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
d7040cdb | 11508 | /* end confdefs.h. */ |
d7040cdb | 11509 | |
81ecdfbb RW |
11510 | /* Override any GCC internal prototype to avoid an error. |
11511 | Use char because int might match the return type of a GCC | |
11512 | builtin and then its argument prototype would still apply. */ | |
ce2cded5 L |
11513 | #ifdef __cplusplus |
11514 | extern "C" | |
11515 | #endif | |
ce2cded5 | 11516 | char dlopen (); |
d7040cdb SE |
11517 | int |
11518 | main () | |
11519 | { | |
81ecdfbb | 11520 | return dlopen (); |
d7040cdb SE |
11521 | ; |
11522 | return 0; | |
11523 | } | |
11524 | _ACEOF | |
81ecdfbb | 11525 | if ac_fn_c_try_link "$LINENO"; then : |
ce2cded5 | 11526 | ac_cv_lib_svld_dlopen=yes |
d7040cdb | 11527 | else |
81ecdfbb | 11528 | ac_cv_lib_svld_dlopen=no |
d7040cdb | 11529 | fi |
81ecdfbb RW |
11530 | rm -f core conftest.err conftest.$ac_objext \ |
11531 | conftest$ac_exeext conftest.$ac_ext | |
ce2cded5 | 11532 | LIBS=$ac_check_lib_save_LIBS |
d7040cdb | 11533 | fi |
81ecdfbb RW |
11534 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5 |
11535 | $as_echo "$ac_cv_lib_svld_dlopen" >&6; } | |
11536 | if test "x$ac_cv_lib_svld_dlopen" = x""yes; then : | |
ce2cded5 L |
11537 | lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld" |
11538 | else | |
81ecdfbb RW |
11539 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5 |
11540 | $as_echo_n "checking for dld_link in -ldld... " >&6; } | |
11541 | if test "${ac_cv_lib_dld_dld_link+set}" = set; then : | |
11542 | $as_echo_n "(cached) " >&6 | |
ce2cded5 L |
11543 | else |
11544 | ac_check_lib_save_LIBS=$LIBS | |
11545 | LIBS="-ldld $LIBS" | |
81ecdfbb | 11546 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
ce2cded5 L |
11547 | /* end confdefs.h. */ |
11548 | ||
81ecdfbb RW |
11549 | /* Override any GCC internal prototype to avoid an error. |
11550 | Use char because int might match the return type of a GCC | |
11551 | builtin and then its argument prototype would still apply. */ | |
ce2cded5 L |
11552 | #ifdef __cplusplus |
11553 | extern "C" | |
11554 | #endif | |
ce2cded5 | 11555 | char dld_link (); |
d7040cdb SE |
11556 | int |
11557 | main () | |
11558 | { | |
81ecdfbb | 11559 | return dld_link (); |
d7040cdb SE |
11560 | ; |
11561 | return 0; | |
11562 | } | |
11563 | _ACEOF | |
81ecdfbb | 11564 | if ac_fn_c_try_link "$LINENO"; then : |
ce2cded5 | 11565 | ac_cv_lib_dld_dld_link=yes |
d7040cdb | 11566 | else |
81ecdfbb | 11567 | ac_cv_lib_dld_dld_link=no |
d7040cdb | 11568 | fi |
81ecdfbb RW |
11569 | rm -f core conftest.err conftest.$ac_objext \ |
11570 | conftest$ac_exeext conftest.$ac_ext | |
ce2cded5 L |
11571 | LIBS=$ac_check_lib_save_LIBS |
11572 | fi | |
81ecdfbb RW |
11573 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5 |
11574 | $as_echo "$ac_cv_lib_dld_dld_link" >&6; } | |
11575 | if test "x$ac_cv_lib_dld_dld_link" = x""yes; then : | |
b214d478 | 11576 | lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld" |
ce2cded5 L |
11577 | fi |
11578 | ||
11579 | ||
11580 | fi | |
11581 | ||
11582 | ||
11583 | fi | |
11584 | ||
11585 | ||
11586 | fi | |
11587 | ||
11588 | ||
11589 | fi | |
11590 | ||
11591 | ||
11592 | fi | |
11593 | ||
11594 | ;; | |
11595 | esac | |
11596 | ||
11597 | if test "x$lt_cv_dlopen" != xno; then | |
11598 | enable_dlopen=yes | |
11599 | else | |
11600 | enable_dlopen=no | |
11601 | fi | |
11602 | ||
11603 | case $lt_cv_dlopen in | |
11604 | dlopen) | |
11605 | save_CPPFLAGS="$CPPFLAGS" | |
11606 | test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" | |
11607 | ||
11608 | save_LDFLAGS="$LDFLAGS" | |
11609 | wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" | |
11610 | ||
11611 | save_LIBS="$LIBS" | |
11612 | LIBS="$lt_cv_dlopen_libs $LIBS" | |
11613 | ||
81ecdfbb RW |
11614 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5 |
11615 | $as_echo_n "checking whether a program can dlopen itself... " >&6; } | |
11616 | if test "${lt_cv_dlopen_self+set}" = set; then : | |
11617 | $as_echo_n "(cached) " >&6 | |
ce2cded5 L |
11618 | else |
11619 | if test "$cross_compiling" = yes; then : | |
11620 | lt_cv_dlopen_self=cross | |
11621 | else | |
11622 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | |
11623 | lt_status=$lt_dlunknown | |
11624 | cat > conftest.$ac_ext <<_LT_EOF | |
5d3236ee | 11625 | #line 11625 "configure" |
ce2cded5 L |
11626 | #include "confdefs.h" |
11627 | ||
11628 | #if HAVE_DLFCN_H | |
11629 | #include <dlfcn.h> | |
11630 | #endif | |
11631 | ||
11632 | #include <stdio.h> | |
11633 | ||
11634 | #ifdef RTLD_GLOBAL | |
11635 | # define LT_DLGLOBAL RTLD_GLOBAL | |
11636 | #else | |
11637 | # ifdef DL_GLOBAL | |
11638 | # define LT_DLGLOBAL DL_GLOBAL | |
11639 | # else | |
11640 | # define LT_DLGLOBAL 0 | |
11641 | # endif | |
11642 | #endif | |
11643 | ||
11644 | /* We may have to define LT_DLLAZY_OR_NOW in the command line if we | |
11645 | find out it does not work in some platform. */ | |
11646 | #ifndef LT_DLLAZY_OR_NOW | |
11647 | # ifdef RTLD_LAZY | |
11648 | # define LT_DLLAZY_OR_NOW RTLD_LAZY | |
11649 | # else | |
11650 | # ifdef DL_LAZY | |
11651 | # define LT_DLLAZY_OR_NOW DL_LAZY | |
11652 | # else | |
11653 | # ifdef RTLD_NOW | |
11654 | # define LT_DLLAZY_OR_NOW RTLD_NOW | |
11655 | # else | |
11656 | # ifdef DL_NOW | |
11657 | # define LT_DLLAZY_OR_NOW DL_NOW | |
11658 | # else | |
11659 | # define LT_DLLAZY_OR_NOW 0 | |
11660 | # endif | |
11661 | # endif | |
11662 | # endif | |
11663 | # endif | |
11664 | #endif | |
11665 | ||
3725885a RW |
11666 | /* When -fvisbility=hidden is used, assume the code has been annotated |
11667 | correspondingly for the symbols needed. */ | |
11668 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) | |
11669 | void fnord () __attribute__((visibility("default"))); | |
11670 | #endif | |
11671 | ||
11672 | void fnord () { int i=42; } | |
ce2cded5 | 11673 | int main () |
d7040cdb | 11674 | { |
ce2cded5 L |
11675 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); |
11676 | int status = $lt_dlunknown; | |
11677 | ||
11678 | if (self) | |
11679 | { | |
11680 | if (dlsym (self,"fnord")) status = $lt_dlno_uscore; | |
3725885a RW |
11681 | else |
11682 | { | |
11683 | if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; | |
11684 | else puts (dlerror ()); | |
11685 | } | |
ce2cded5 L |
11686 | /* dlclose (self); */ |
11687 | } | |
11688 | else | |
11689 | puts (dlerror ()); | |
11690 | ||
b214d478 | 11691 | return status; |
d7040cdb | 11692 | } |
ce2cded5 | 11693 | _LT_EOF |
81ecdfbb | 11694 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 |
ce2cded5 | 11695 | (eval $ac_link) 2>&5 |
d7040cdb | 11696 | ac_status=$? |
81ecdfbb RW |
11697 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
11698 | test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then | |
ce2cded5 L |
11699 | (./conftest; exit; ) >&5 2>/dev/null |
11700 | lt_status=$? | |
11701 | case x$lt_status in | |
11702 | x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;; | |
11703 | x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;; | |
11704 | x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;; | |
11705 | esac | |
11706 | else : | |
11707 | # compilation failed | |
11708 | lt_cv_dlopen_self=no | |
11709 | fi | |
11710 | fi | |
11711 | rm -fr conftest* | |
11712 | ||
11713 | ||
11714 | fi | |
81ecdfbb RW |
11715 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5 |
11716 | $as_echo "$lt_cv_dlopen_self" >&6; } | |
ce2cded5 L |
11717 | |
11718 | if test "x$lt_cv_dlopen_self" = xyes; then | |
11719 | wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" | |
81ecdfbb RW |
11720 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5 |
11721 | $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; } | |
11722 | if test "${lt_cv_dlopen_self_static+set}" = set; then : | |
11723 | $as_echo_n "(cached) " >&6 | |
ce2cded5 L |
11724 | else |
11725 | if test "$cross_compiling" = yes; then : | |
11726 | lt_cv_dlopen_self_static=cross | |
11727 | else | |
11728 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | |
11729 | lt_status=$lt_dlunknown | |
11730 | cat > conftest.$ac_ext <<_LT_EOF | |
5d3236ee | 11731 | #line 11731 "configure" |
ce2cded5 L |
11732 | #include "confdefs.h" |
11733 | ||
11734 | #if HAVE_DLFCN_H | |
11735 | #include <dlfcn.h> | |
11736 | #endif | |
11737 | ||
11738 | #include <stdio.h> | |
11739 | ||
11740 | #ifdef RTLD_GLOBAL | |
11741 | # define LT_DLGLOBAL RTLD_GLOBAL | |
11742 | #else | |
11743 | # ifdef DL_GLOBAL | |
11744 | # define LT_DLGLOBAL DL_GLOBAL | |
11745 | # else | |
11746 | # define LT_DLGLOBAL 0 | |
11747 | # endif | |
11748 | #endif | |
11749 | ||
11750 | /* We may have to define LT_DLLAZY_OR_NOW in the command line if we | |
11751 | find out it does not work in some platform. */ | |
11752 | #ifndef LT_DLLAZY_OR_NOW | |
11753 | # ifdef RTLD_LAZY | |
11754 | # define LT_DLLAZY_OR_NOW RTLD_LAZY | |
11755 | # else | |
11756 | # ifdef DL_LAZY | |
11757 | # define LT_DLLAZY_OR_NOW DL_LAZY | |
11758 | # else | |
11759 | # ifdef RTLD_NOW | |
11760 | # define LT_DLLAZY_OR_NOW RTLD_NOW | |
11761 | # else | |
11762 | # ifdef DL_NOW | |
11763 | # define LT_DLLAZY_OR_NOW DL_NOW | |
11764 | # else | |
11765 | # define LT_DLLAZY_OR_NOW 0 | |
11766 | # endif | |
11767 | # endif | |
11768 | # endif | |
11769 | # endif | |
11770 | #endif | |
11771 | ||
3725885a RW |
11772 | /* When -fvisbility=hidden is used, assume the code has been annotated |
11773 | correspondingly for the symbols needed. */ | |
11774 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) | |
11775 | void fnord () __attribute__((visibility("default"))); | |
11776 | #endif | |
11777 | ||
11778 | void fnord () { int i=42; } | |
ce2cded5 L |
11779 | int main () |
11780 | { | |
11781 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | |
11782 | int status = $lt_dlunknown; | |
11783 | ||
11784 | if (self) | |
11785 | { | |
11786 | if (dlsym (self,"fnord")) status = $lt_dlno_uscore; | |
3725885a RW |
11787 | else |
11788 | { | |
11789 | if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; | |
11790 | else puts (dlerror ()); | |
11791 | } | |
ce2cded5 L |
11792 | /* dlclose (self); */ |
11793 | } | |
11794 | else | |
11795 | puts (dlerror ()); | |
11796 | ||
b214d478 | 11797 | return status; |
ce2cded5 L |
11798 | } |
11799 | _LT_EOF | |
81ecdfbb | 11800 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 |
ce2cded5 | 11801 | (eval $ac_link) 2>&5 |
d7040cdb | 11802 | ac_status=$? |
81ecdfbb RW |
11803 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
11804 | test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then | |
ce2cded5 L |
11805 | (./conftest; exit; ) >&5 2>/dev/null |
11806 | lt_status=$? | |
11807 | case x$lt_status in | |
11808 | x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;; | |
11809 | x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;; | |
11810 | x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;; | |
11811 | esac | |
11812 | else : | |
11813 | # compilation failed | |
11814 | lt_cv_dlopen_self_static=no | |
11815 | fi | |
11816 | fi | |
11817 | rm -fr conftest* | |
11818 | ||
d7040cdb SE |
11819 | |
11820 | fi | |
81ecdfbb RW |
11821 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5 |
11822 | $as_echo "$lt_cv_dlopen_self_static" >&6; } | |
ce2cded5 L |
11823 | fi |
11824 | ||
11825 | CPPFLAGS="$save_CPPFLAGS" | |
11826 | LDFLAGS="$save_LDFLAGS" | |
11827 | LIBS="$save_LIBS" | |
11828 | ;; | |
11829 | esac | |
11830 | ||
11831 | case $lt_cv_dlopen_self in | |
11832 | yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; | |
11833 | *) enable_dlopen_self=unknown ;; | |
11834 | esac | |
11835 | ||
11836 | case $lt_cv_dlopen_self_static in | |
11837 | yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; | |
11838 | *) enable_dlopen_self_static=unknown ;; | |
11839 | esac | |
d7040cdb SE |
11840 | fi |
11841 | ||
ce2cded5 L |
11842 | |
11843 | ||
11844 | ||
11845 | ||
11846 | ||
11847 | ||
11848 | ||
11849 | ||
11850 | ||
11851 | ||
11852 | ||
11853 | ||
11854 | ||
11855 | ||
11856 | ||
11857 | ||
11858 | striplib= | |
11859 | old_striplib= | |
81ecdfbb RW |
11860 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5 |
11861 | $as_echo_n "checking whether stripping libraries is possible... " >&6; } | |
ce2cded5 L |
11862 | if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then |
11863 | test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" | |
11864 | test -z "$striplib" && striplib="$STRIP --strip-unneeded" | |
81ecdfbb RW |
11865 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
11866 | $as_echo "yes" >&6; } | |
d7040cdb | 11867 | else |
ce2cded5 L |
11868 | # FIXME - insert some real tests, host_os isn't really good enough |
11869 | case $host_os in | |
11870 | darwin*) | |
11871 | if test -n "$STRIP" ; then | |
11872 | striplib="$STRIP -x" | |
11873 | old_striplib="$STRIP -S" | |
81ecdfbb RW |
11874 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
11875 | $as_echo "yes" >&6; } | |
ce2cded5 | 11876 | else |
81ecdfbb RW |
11877 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
11878 | $as_echo "no" >&6; } | |
ce2cded5 L |
11879 | fi |
11880 | ;; | |
11881 | *) | |
81ecdfbb RW |
11882 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
11883 | $as_echo "no" >&6; } | |
ce2cded5 L |
11884 | ;; |
11885 | esac | |
11886 | fi | |
11887 | ||
11888 | ||
11889 | ||
11890 | ||
11891 | ||
11892 | ||
11893 | ||
11894 | ||
11895 | ||
11896 | ||
11897 | ||
11898 | ||
11899 | # Report which library types will actually be built | |
81ecdfbb RW |
11900 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5 |
11901 | $as_echo_n "checking if libtool supports shared libraries... " >&6; } | |
11902 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5 | |
11903 | $as_echo "$can_build_shared" >&6; } | |
ce2cded5 | 11904 | |
81ecdfbb RW |
11905 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5 |
11906 | $as_echo_n "checking whether to build shared libraries... " >&6; } | |
ce2cded5 L |
11907 | test "$can_build_shared" = "no" && enable_shared=no |
11908 | ||
11909 | # On AIX, shared libraries and static libraries use the same namespace, and | |
11910 | # are all built from PIC. | |
11911 | case $host_os in | |
11912 | aix3*) | |
11913 | test "$enable_shared" = yes && enable_static=no | |
11914 | if test -n "$RANLIB"; then | |
11915 | archive_cmds="$archive_cmds~\$RANLIB \$lib" | |
11916 | postinstall_cmds='$RANLIB $lib' | |
11917 | fi | |
11918 | ;; | |
11919 | ||
50e7d84b | 11920 | aix[4-9]*) |
ce2cded5 L |
11921 | if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then |
11922 | test "$enable_shared" = yes && enable_static=no | |
11923 | fi | |
11924 | ;; | |
11925 | esac | |
81ecdfbb RW |
11926 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5 |
11927 | $as_echo "$enable_shared" >&6; } | |
ce2cded5 | 11928 | |
81ecdfbb RW |
11929 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5 |
11930 | $as_echo_n "checking whether to build static libraries... " >&6; } | |
ce2cded5 L |
11931 | # Make sure either enable_shared or enable_static is yes. |
11932 | test "$enable_shared" = yes || enable_static=yes | |
81ecdfbb RW |
11933 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5 |
11934 | $as_echo "$enable_static" >&6; } | |
ce2cded5 L |
11935 | |
11936 | ||
11937 | ||
d7040cdb SE |
11938 | |
11939 | fi | |
d7040cdb SE |
11940 | ac_ext=c |
11941 | ac_cpp='$CPP $CPPFLAGS' | |
11942 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
11943 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
11944 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
11945 | ||
ce2cded5 | 11946 | CC="$lt_save_CC" |
67310ccd | 11947 | |
67310ccd AM |
11948 | |
11949 | ||
d7040cdb SE |
11950 | |
11951 | ||
d7040cdb | 11952 | |
d7040cdb | 11953 | |
d7040cdb | 11954 | |
ce2cded5 L |
11955 | |
11956 | ||
11957 | ||
11958 | ||
11959 | ||
81ecdfbb | 11960 | ac_config_commands="$ac_config_commands libtool" |
ce2cded5 L |
11961 | |
11962 | ||
11963 | ||
11964 | ||
11965 | # Only expand once: | |
11966 | ||
d7040cdb SE |
11967 | |
11968 | ||
ef3f88be | 11969 | ALL_LINGUAS="fr sv tr es da vi zh_CN zh_TW ga fi id bg" |
d7040cdb SE |
11970 | # If we haven't got the data from the intl directory, |
11971 | # assume NLS is disabled. | |
11972 | USE_NLS=no | |
11973 | LIBINTL= | |
11974 | LIBINTL_DEP= | |
11975 | INCINTL= | |
11976 | XGETTEXT= | |
11977 | GMSGFMT= | |
11978 | POSUB= | |
11979 | ||
11980 | if test -f ../intl/config.intl; then | |
11981 | . ../intl/config.intl | |
11982 | fi | |
81ecdfbb RW |
11983 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5 |
11984 | $as_echo_n "checking whether NLS is requested... " >&6; } | |
d7040cdb | 11985 | if test x"$USE_NLS" != xyes; then |
81ecdfbb RW |
11986 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
11987 | $as_echo "no" >&6; } | |
d7040cdb | 11988 | else |
81ecdfbb RW |
11989 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
11990 | $as_echo "yes" >&6; } | |
d7040cdb | 11991 | |
81ecdfbb | 11992 | $as_echo "#define ENABLE_NLS 1" >>confdefs.h |
d7040cdb SE |
11993 | |
11994 | ||
81ecdfbb RW |
11995 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5 |
11996 | $as_echo_n "checking for catalogs to be installed... " >&6; } | |
d7040cdb SE |
11997 | # Look for .po and .gmo files in the source directory. |
11998 | CATALOGS= | |
11999 | XLINGUAS= | |
12000 | for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do | |
12001 | # If there aren't any .gmo files the shell will give us the | |
12002 | # literal string "../path/to/srcdir/po/*.gmo" which has to be | |
12003 | # weeded out. | |
12004 | case "$cat" in *\**) | |
12005 | continue;; | |
12006 | esac | |
12007 | # The quadruple backslash is collapsed to a double backslash | |
12008 | # by the backticks, then collapsed again by the double quotes, | |
12009 | # leaving us with one backslash in the sed expression (right | |
12010 | # before the dot that mustn't act as a wildcard). | |
12011 | cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"` | |
12012 | lang=`echo $cat | sed -e "s!\\\\.gmo!!"` | |
12013 | # The user is allowed to set LINGUAS to a list of languages to | |
12014 | # install catalogs for. If it's empty that means "all of them." | |
12015 | if test "x$LINGUAS" = x; then | |
12016 | CATALOGS="$CATALOGS $cat" | |
12017 | XLINGUAS="$XLINGUAS $lang" | |
12018 | else | |
12019 | case "$LINGUAS" in *$lang*) | |
12020 | CATALOGS="$CATALOGS $cat" | |
12021 | XLINGUAS="$XLINGUAS $lang" | |
12022 | ;; | |
12023 | esac | |
12024 | fi | |
12025 | done | |
12026 | LINGUAS="$XLINGUAS" | |
81ecdfbb RW |
12027 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5 |
12028 | $as_echo "$LINGUAS" >&6; } | |
d7040cdb SE |
12029 | |
12030 | ||
12031 | DATADIRNAME=share | |
12032 | ||
12033 | INSTOBJEXT=.mo | |
12034 | ||
12035 | GENCAT=gencat | |
12036 | ||
12037 | CATOBJEXT=.gmo | |
12038 | ||
12039 | fi | |
12040 | ||
12041 | MKINSTALLDIRS= | |
12042 | if test -n "$ac_aux_dir"; then | |
12043 | case "$ac_aux_dir" in | |
12044 | /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;; | |
12045 | *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;; | |
12046 | esac | |
12047 | fi | |
12048 | if test -z "$MKINSTALLDIRS"; then | |
12049 | MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs" | |
12050 | fi | |
12051 | ||
12052 | ||
12053 | ||
81ecdfbb RW |
12054 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5 |
12055 | $as_echo_n "checking whether NLS is requested... " >&6; } | |
12056 | # Check whether --enable-nls was given. | |
12057 | if test "${enable_nls+set}" = set; then : | |
12058 | enableval=$enable_nls; USE_NLS=$enableval | |
d7040cdb SE |
12059 | else |
12060 | USE_NLS=yes | |
81ecdfbb RW |
12061 | fi |
12062 | ||
12063 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5 | |
12064 | $as_echo "$USE_NLS" >&6; } | |
d7040cdb SE |
12065 | |
12066 | ||
12067 | ||
12068 | ||
12069 | ||
12070 | ||
12071 | # Prepare PATH_SEPARATOR. | |
12072 | # The user is always right. | |
12073 | if test "${PATH_SEPARATOR+set}" != set; then | |
12074 | echo "#! /bin/sh" >conf$$.sh | |
12075 | echo "exit 0" >>conf$$.sh | |
12076 | chmod +x conf$$.sh | |
12077 | if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then | |
12078 | PATH_SEPARATOR=';' | |
12079 | else | |
12080 | PATH_SEPARATOR=: | |
12081 | fi | |
12082 | rm -f conf$$.sh | |
12083 | fi | |
12084 | ||
12085 | # Find out how to test for executable files. Don't use a zero-byte file, | |
12086 | # as systems may use methods other than mode bits to determine executability. | |
12087 | cat >conf$$.file <<_ASEOF | |
12088 | #! /bin/sh | |
12089 | exit 0 | |
12090 | _ASEOF | |
12091 | chmod +x conf$$.file | |
12092 | if test -x conf$$.file >/dev/null 2>&1; then | |
12093 | ac_executable_p="test -x" | |
12094 | else | |
12095 | ac_executable_p="test -f" | |
12096 | fi | |
12097 | rm -f conf$$.file | |
12098 | ||
12099 | # Extract the first word of "msgfmt", so it can be a program name with args. | |
12100 | set dummy msgfmt; ac_word=$2 | |
81ecdfbb RW |
12101 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
12102 | $as_echo_n "checking for $ac_word... " >&6; } | |
12103 | if test "${ac_cv_path_MSGFMT+set}" = set; then : | |
12104 | $as_echo_n "(cached) " >&6 | |
d7040cdb SE |
12105 | else |
12106 | case "$MSGFMT" in | |
12107 | [\\/]* | ?:[\\/]*) | |
12108 | ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path. | |
12109 | ;; | |
12110 | *) | |
12111 | ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR | |
12112 | for ac_dir in $PATH; do | |
12113 | IFS="$ac_save_IFS" | |
12114 | test -z "$ac_dir" && ac_dir=. | |
12115 | for ac_exec_ext in '' $ac_executable_extensions; do | |
12116 | if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then | |
12117 | if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 && | |
12118 | (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then | |
12119 | ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext" | |
12120 | break 2 | |
12121 | fi | |
12122 | fi | |
12123 | done | |
12124 | done | |
12125 | IFS="$ac_save_IFS" | |
12126 | test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":" | |
12127 | ;; | |
12128 | esac | |
12129 | fi | |
12130 | MSGFMT="$ac_cv_path_MSGFMT" | |
12131 | if test "$MSGFMT" != ":"; then | |
81ecdfbb RW |
12132 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5 |
12133 | $as_echo "$MSGFMT" >&6; } | |
d7040cdb | 12134 | else |
81ecdfbb RW |
12135 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
12136 | $as_echo "no" >&6; } | |
d7040cdb SE |
12137 | fi |
12138 | ||
12139 | # Extract the first word of "gmsgfmt", so it can be a program name with args. | |
12140 | set dummy gmsgfmt; ac_word=$2 | |
81ecdfbb RW |
12141 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
12142 | $as_echo_n "checking for $ac_word... " >&6; } | |
12143 | if test "${ac_cv_path_GMSGFMT+set}" = set; then : | |
12144 | $as_echo_n "(cached) " >&6 | |
d7040cdb SE |
12145 | else |
12146 | case $GMSGFMT in | |
12147 | [\\/]* | ?:[\\/]*) | |
12148 | ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. | |
12149 | ;; | |
12150 | *) | |
12151 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
12152 | for as_dir in $PATH | |
12153 | do | |
12154 | IFS=$as_save_IFS | |
12155 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
12156 | for ac_exec_ext in '' $ac_executable_extensions; do |
12157 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
d7040cdb | 12158 | ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext" |
81ecdfbb | 12159 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
d7040cdb SE |
12160 | break 2 |
12161 | fi | |
12162 | done | |
81ecdfbb RW |
12163 | done |
12164 | IFS=$as_save_IFS | |
d7040cdb SE |
12165 | |
12166 | test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT" | |
12167 | ;; | |
12168 | esac | |
12169 | fi | |
12170 | GMSGFMT=$ac_cv_path_GMSGFMT | |
d7040cdb | 12171 | if test -n "$GMSGFMT"; then |
81ecdfbb RW |
12172 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5 |
12173 | $as_echo "$GMSGFMT" >&6; } | |
d7040cdb | 12174 | else |
81ecdfbb RW |
12175 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
12176 | $as_echo "no" >&6; } | |
20e95c23 | 12177 | fi |
42ecbf5e | 12178 | |
20e95c23 | 12179 | |
252b5132 | 12180 | |
81ecdfbb | 12181 | |
d7040cdb SE |
12182 | # Prepare PATH_SEPARATOR. |
12183 | # The user is always right. | |
12184 | if test "${PATH_SEPARATOR+set}" != set; then | |
12185 | echo "#! /bin/sh" >conf$$.sh | |
12186 | echo "exit 0" >>conf$$.sh | |
12187 | chmod +x conf$$.sh | |
12188 | if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then | |
12189 | PATH_SEPARATOR=';' | |
12190 | else | |
12191 | PATH_SEPARATOR=: | |
12192 | fi | |
12193 | rm -f conf$$.sh | |
20e95c23 | 12194 | fi |
252b5132 | 12195 | |
d7040cdb SE |
12196 | # Find out how to test for executable files. Don't use a zero-byte file, |
12197 | # as systems may use methods other than mode bits to determine executability. | |
12198 | cat >conf$$.file <<_ASEOF | |
12199 | #! /bin/sh | |
12200 | exit 0 | |
12201 | _ASEOF | |
12202 | chmod +x conf$$.file | |
12203 | if test -x conf$$.file >/dev/null 2>&1; then | |
12204 | ac_executable_p="test -x" | |
20e95c23 | 12205 | else |
d7040cdb SE |
12206 | ac_executable_p="test -f" |
12207 | fi | |
12208 | rm -f conf$$.file | |
20e95c23 | 12209 | |
d7040cdb SE |
12210 | # Extract the first word of "xgettext", so it can be a program name with args. |
12211 | set dummy xgettext; ac_word=$2 | |
81ecdfbb RW |
12212 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
12213 | $as_echo_n "checking for $ac_word... " >&6; } | |
12214 | if test "${ac_cv_path_XGETTEXT+set}" = set; then : | |
12215 | $as_echo_n "(cached) " >&6 | |
252b5132 | 12216 | else |
d7040cdb SE |
12217 | case "$XGETTEXT" in |
12218 | [\\/]* | ?:[\\/]*) | |
12219 | ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path. | |
12220 | ;; | |
12221 | *) | |
12222 | ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR | |
12223 | for ac_dir in $PATH; do | |
12224 | IFS="$ac_save_IFS" | |
12225 | test -z "$ac_dir" && ac_dir=. | |
12226 | for ac_exec_ext in '' $ac_executable_extensions; do | |
12227 | if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then | |
12228 | if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 && | |
12229 | (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 | |
12230 | ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext" | |
12231 | break 2 | |
12232 | fi | |
12233 | fi | |
12234 | done | |
12235 | done | |
12236 | IFS="$ac_save_IFS" | |
12237 | test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":" | |
12238 | ;; | |
12239 | esac | |
252b5132 | 12240 | fi |
d7040cdb SE |
12241 | XGETTEXT="$ac_cv_path_XGETTEXT" |
12242 | if test "$XGETTEXT" != ":"; then | |
81ecdfbb RW |
12243 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5 |
12244 | $as_echo "$XGETTEXT" >&6; } | |
d5fbea21 | 12245 | else |
81ecdfbb RW |
12246 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
12247 | $as_echo "no" >&6; } | |
d5fbea21 DJ |
12248 | fi |
12249 | ||
d7040cdb | 12250 | rm -f messages.po |
d5fbea21 | 12251 | |
20e95c23 | 12252 | |
d7040cdb SE |
12253 | # Prepare PATH_SEPARATOR. |
12254 | # The user is always right. | |
12255 | if test "${PATH_SEPARATOR+set}" != set; then | |
12256 | echo "#! /bin/sh" >conf$$.sh | |
12257 | echo "exit 0" >>conf$$.sh | |
12258 | chmod +x conf$$.sh | |
12259 | if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then | |
12260 | PATH_SEPARATOR=';' | |
12261 | else | |
12262 | PATH_SEPARATOR=: | |
12263 | fi | |
12264 | rm -f conf$$.sh | |
12265 | fi | |
20e95c23 | 12266 | |
d7040cdb SE |
12267 | # Find out how to test for executable files. Don't use a zero-byte file, |
12268 | # as systems may use methods other than mode bits to determine executability. | |
12269 | cat >conf$$.file <<_ASEOF | |
12270 | #! /bin/sh | |
12271 | exit 0 | |
12272 | _ASEOF | |
12273 | chmod +x conf$$.file | |
12274 | if test -x conf$$.file >/dev/null 2>&1; then | |
12275 | ac_executable_p="test -x" | |
12276 | else | |
12277 | ac_executable_p="test -f" | |
12278 | fi | |
12279 | rm -f conf$$.file | |
20e95c23 | 12280 | |
d7040cdb SE |
12281 | # Extract the first word of "msgmerge", so it can be a program name with args. |
12282 | set dummy msgmerge; ac_word=$2 | |
81ecdfbb RW |
12283 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
12284 | $as_echo_n "checking for $ac_word... " >&6; } | |
12285 | if test "${ac_cv_path_MSGMERGE+set}" = set; then : | |
12286 | $as_echo_n "(cached) " >&6 | |
d7040cdb SE |
12287 | else |
12288 | case "$MSGMERGE" in | |
12289 | [\\/]* | ?:[\\/]*) | |
12290 | ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path. | |
12291 | ;; | |
12292 | *) | |
12293 | ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR | |
12294 | for ac_dir in $PATH; do | |
12295 | IFS="$ac_save_IFS" | |
12296 | test -z "$ac_dir" && ac_dir=. | |
12297 | for ac_exec_ext in '' $ac_executable_extensions; do | |
12298 | if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then | |
12299 | if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then | |
12300 | ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext" | |
12301 | break 2 | |
12302 | fi | |
12303 | fi | |
12304 | done | |
12305 | done | |
12306 | IFS="$ac_save_IFS" | |
12307 | test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":" | |
12308 | ;; | |
12309 | esac | |
12310 | fi | |
12311 | MSGMERGE="$ac_cv_path_MSGMERGE" | |
12312 | if test "$MSGMERGE" != ":"; then | |
81ecdfbb RW |
12313 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5 |
12314 | $as_echo "$MSGMERGE" >&6; } | |
d7040cdb | 12315 | else |
81ecdfbb RW |
12316 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
12317 | $as_echo "no" >&6; } | |
d7040cdb | 12318 | fi |
20e95c23 DJ |
12319 | |
12320 | ||
d7040cdb SE |
12321 | if test "$GMSGFMT" != ":"; then |
12322 | if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 && | |
12323 | (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then | |
12324 | : ; | |
12325 | else | |
12326 | GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'` | |
81ecdfbb RW |
12327 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5 |
12328 | $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; } | |
d7040cdb SE |
12329 | GMSGFMT=":" |
12330 | fi | |
12331 | fi | |
20e95c23 | 12332 | |
d7040cdb SE |
12333 | if test "$XGETTEXT" != ":"; then |
12334 | if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 && | |
12335 | (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 | |
12336 | : ; | |
12337 | else | |
81ecdfbb RW |
12338 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5 |
12339 | $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; } | |
d7040cdb SE |
12340 | XGETTEXT=":" |
12341 | fi | |
12342 | rm -f messages.po | |
20e95c23 | 12343 | fi |
42ecbf5e | 12344 | |
81ecdfbb | 12345 | ac_config_commands="$ac_config_commands default-1" |
252b5132 | 12346 | |
42ecbf5e | 12347 | |
252b5132 | 12348 | |
42ecbf5e DJ |
12349 | |
12350 | ||
d7040cdb | 12351 | for ac_prog in 'bison -y' byacc |
20e95c23 | 12352 | do |
d7040cdb SE |
12353 | # Extract the first word of "$ac_prog", so it can be a program name with args. |
12354 | set dummy $ac_prog; ac_word=$2 | |
81ecdfbb RW |
12355 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
12356 | $as_echo_n "checking for $ac_word... " >&6; } | |
12357 | if test "${ac_cv_prog_YACC+set}" = set; then : | |
12358 | $as_echo_n "(cached) " >&6 | |
20e95c23 | 12359 | else |
d7040cdb SE |
12360 | if test -n "$YACC"; then |
12361 | ac_cv_prog_YACC="$YACC" # Let the user override the test. | |
42ecbf5e | 12362 | else |
d7040cdb SE |
12363 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
12364 | for as_dir in $PATH | |
12365 | do | |
12366 | IFS=$as_save_IFS | |
12367 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
12368 | for ac_exec_ext in '' $ac_executable_extensions; do |
12369 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
d7040cdb | 12370 | ac_cv_prog_YACC="$ac_prog" |
81ecdfbb | 12371 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
d7040cdb SE |
12372 | break 2 |
12373 | fi | |
12374 | done | |
81ecdfbb RW |
12375 | done |
12376 | IFS=$as_save_IFS | |
42ecbf5e | 12377 | |
42ecbf5e | 12378 | fi |
e5a52504 | 12379 | fi |
d7040cdb SE |
12380 | YACC=$ac_cv_prog_YACC |
12381 | if test -n "$YACC"; then | |
81ecdfbb RW |
12382 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5 |
12383 | $as_echo "$YACC" >&6; } | |
42ecbf5e | 12384 | else |
81ecdfbb RW |
12385 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
12386 | $as_echo "no" >&6; } | |
42ecbf5e | 12387 | fi |
252b5132 | 12388 | |
81ecdfbb | 12389 | |
d7040cdb | 12390 | test -n "$YACC" && break |
42ecbf5e | 12391 | done |
d7040cdb | 12392 | test -n "$YACC" || YACC="yacc" |
d15b04bd | 12393 | |
d7040cdb SE |
12394 | for ac_prog in flex lex |
12395 | do | |
12396 | # Extract the first word of "$ac_prog", so it can be a program name with args. | |
12397 | set dummy $ac_prog; ac_word=$2 | |
81ecdfbb RW |
12398 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
12399 | $as_echo_n "checking for $ac_word... " >&6; } | |
12400 | if test "${ac_cv_prog_LEX+set}" = set; then : | |
12401 | $as_echo_n "(cached) " >&6 | |
d15b04bd | 12402 | else |
d7040cdb SE |
12403 | if test -n "$LEX"; then |
12404 | ac_cv_prog_LEX="$LEX" # Let the user override the test. | |
12405 | else | |
12406 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
12407 | for as_dir in $PATH | |
12408 | do | |
12409 | IFS=$as_save_IFS | |
12410 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
12411 | for ac_exec_ext in '' $ac_executable_extensions; do |
12412 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
d7040cdb | 12413 | ac_cv_prog_LEX="$ac_prog" |
81ecdfbb | 12414 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
d7040cdb SE |
12415 | break 2 |
12416 | fi | |
12417 | done | |
81ecdfbb RW |
12418 | done |
12419 | IFS=$as_save_IFS | |
d7040cdb SE |
12420 | |
12421 | fi | |
12422 | fi | |
12423 | LEX=$ac_cv_prog_LEX | |
12424 | if test -n "$LEX"; then | |
81ecdfbb RW |
12425 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5 |
12426 | $as_echo "$LEX" >&6; } | |
d7040cdb | 12427 | else |
81ecdfbb RW |
12428 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
12429 | $as_echo "no" >&6; } | |
d15b04bd | 12430 | fi |
e5a52504 | 12431 | |
81ecdfbb | 12432 | |
d7040cdb SE |
12433 | test -n "$LEX" && break |
12434 | done | |
12435 | test -n "$LEX" || LEX=":" | |
42ecbf5e | 12436 | |
81ecdfbb RW |
12437 | if test "x$LEX" != "x:"; then |
12438 | cat >conftest.l <<_ACEOF | |
12439 | %% | |
12440 | a { ECHO; } | |
12441 | b { REJECT; } | |
12442 | c { yymore (); } | |
12443 | d { yyless (1); } | |
12444 | e { yyless (input () != 0); } | |
12445 | f { unput (yytext[0]); } | |
12446 | . { BEGIN INITIAL; } | |
12447 | %% | |
12448 | #ifdef YYTEXT_POINTER | |
12449 | extern char *yytext; | |
d7040cdb | 12450 | #endif |
42ecbf5e | 12451 | int |
81ecdfbb | 12452 | main (void) |
42ecbf5e | 12453 | { |
81ecdfbb | 12454 | return ! yylex () + ! yywrap (); |
42ecbf5e DJ |
12455 | } |
12456 | _ACEOF | |
81ecdfbb RW |
12457 | { { ac_try="$LEX conftest.l" |
12458 | case "(($ac_try" in | |
12459 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
12460 | *) ac_try_echo=$ac_try;; | |
12461 | esac | |
12462 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
12463 | $as_echo "$ac_try_echo"; } >&5 | |
12464 | (eval "$LEX conftest.l") 2>&5 | |
42ecbf5e | 12465 | ac_status=$? |
81ecdfbb RW |
12466 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
12467 | test $ac_status = 0; } | |
12468 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5 | |
12469 | $as_echo_n "checking lex output file root... " >&6; } | |
12470 | if test "${ac_cv_prog_lex_root+set}" = set; then : | |
12471 | $as_echo_n "(cached) " >&6 | |
42ecbf5e | 12472 | else |
42ecbf5e | 12473 | |
81ecdfbb RW |
12474 | if test -f lex.yy.c; then |
12475 | ac_cv_prog_lex_root=lex.yy | |
12476 | elif test -f lexyy.c; then | |
12477 | ac_cv_prog_lex_root=lexyy | |
12478 | else | |
12479 | as_fn_error "cannot find output from $LEX; giving up" "$LINENO" 5 | |
42ecbf5e | 12480 | fi |
42ecbf5e | 12481 | fi |
81ecdfbb RW |
12482 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5 |
12483 | $as_echo "$ac_cv_prog_lex_root" >&6; } | |
12484 | LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root | |
20e95c23 | 12485 | |
81ecdfbb RW |
12486 | if test -z "${LEXLIB+set}"; then |
12487 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5 | |
12488 | $as_echo_n "checking lex library... " >&6; } | |
12489 | if test "${ac_cv_lib_lex+set}" = set; then : | |
12490 | $as_echo_n "(cached) " >&6 | |
252b5132 | 12491 | else |
20e95c23 | 12492 | |
81ecdfbb RW |
12493 | ac_save_LIBS=$LIBS |
12494 | ac_cv_lib_lex='none needed' | |
12495 | for ac_lib in '' -lfl -ll; do | |
12496 | LIBS="$ac_lib $ac_save_LIBS" | |
12497 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
12498 | /* end confdefs.h. */ | |
12499 | `cat $LEX_OUTPUT_ROOT.c` | |
12500 | _ACEOF | |
12501 | if ac_fn_c_try_link "$LINENO"; then : | |
12502 | ac_cv_lib_lex=$ac_lib | |
20e95c23 | 12503 | fi |
81ecdfbb RW |
12504 | rm -f core conftest.err conftest.$ac_objext \ |
12505 | conftest$ac_exeext conftest.$ac_ext | |
12506 | test "$ac_cv_lib_lex" != 'none needed' && break | |
12507 | done | |
12508 | LIBS=$ac_save_LIBS | |
20e95c23 DJ |
12509 | |
12510 | fi | |
81ecdfbb RW |
12511 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5 |
12512 | $as_echo "$ac_cv_lib_lex" >&6; } | |
12513 | test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex | |
d7040cdb | 12514 | fi |
20e95c23 | 12515 | |
20e95c23 | 12516 | |
81ecdfbb RW |
12517 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5 |
12518 | $as_echo_n "checking whether yytext is a pointer... " >&6; } | |
12519 | if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then : | |
12520 | $as_echo_n "(cached) " >&6 | |
d7040cdb SE |
12521 | else |
12522 | # POSIX says lex can declare yytext either as a pointer or an array; the | |
81ecdfbb | 12523 | # default is implementation-dependent. Figure out which it is, since |
d7040cdb SE |
12524 | # not all implementations provide the %pointer and %array declarations. |
12525 | ac_cv_prog_lex_yytext_pointer=no | |
d7040cdb | 12526 | ac_save_LIBS=$LIBS |
81ecdfbb RW |
12527 | LIBS="$LEXLIB $ac_save_LIBS" |
12528 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
12529 | /* end confdefs.h. */ | |
12530 | #define YYTEXT_POINTER 1 | |
d7040cdb | 12531 | `cat $LEX_OUTPUT_ROOT.c` |
20e95c23 | 12532 | _ACEOF |
81ecdfbb | 12533 | if ac_fn_c_try_link "$LINENO"; then : |
d7040cdb | 12534 | ac_cv_prog_lex_yytext_pointer=yes |
d7040cdb | 12535 | fi |
81ecdfbb RW |
12536 | rm -f core conftest.err conftest.$ac_objext \ |
12537 | conftest$ac_exeext conftest.$ac_ext | |
d7040cdb | 12538 | LIBS=$ac_save_LIBS |
d7040cdb SE |
12539 | |
12540 | fi | |
81ecdfbb RW |
12541 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5 |
12542 | $as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; } | |
d7040cdb SE |
12543 | if test $ac_cv_prog_lex_yytext_pointer = yes; then |
12544 | ||
81ecdfbb | 12545 | $as_echo "#define YYTEXT_POINTER 1" >>confdefs.h |
d7040cdb SE |
12546 | |
12547 | fi | |
81ecdfbb | 12548 | rm -f conftest.l $LEX_OUTPUT_ROOT.c |
d7040cdb SE |
12549 | |
12550 | fi | |
12551 | if test "$LEX" = :; then | |
12552 | LEX=${am_missing_run}flex | |
12553 | fi | |
12554 | ||
81ecdfbb RW |
12555 | |
12556 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 | |
12557 | $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } | |
12558 | # Check whether --enable-maintainer-mode was given. | |
12559 | if test "${enable_maintainer_mode+set}" = set; then : | |
12560 | enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval | |
252b5132 | 12561 | else |
d7040cdb | 12562 | USE_MAINTAINER_MODE=no |
81ecdfbb | 12563 | fi |
d7040cdb | 12564 | |
81ecdfbb RW |
12565 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5 |
12566 | $as_echo "$USE_MAINTAINER_MODE" >&6; } | |
12567 | if test $USE_MAINTAINER_MODE = yes; then | |
d7040cdb SE |
12568 | MAINTAINER_MODE_TRUE= |
12569 | MAINTAINER_MODE_FALSE='#' | |
12570 | else | |
12571 | MAINTAINER_MODE_TRUE='#' | |
12572 | MAINTAINER_MODE_FALSE= | |
252b5132 | 12573 | fi |
252b5132 | 12574 | |
d7040cdb SE |
12575 | MAINT=$MAINTAINER_MODE_TRUE |
12576 | ||
12577 | ||
81ecdfbb | 12578 | if false; then |
d7040cdb SE |
12579 | GENINSRC_NEVER_TRUE= |
12580 | GENINSRC_NEVER_FALSE='#' | |
12581 | else | |
12582 | GENINSRC_NEVER_TRUE='#' | |
12583 | GENINSRC_NEVER_FALSE= | |
252b5132 RH |
12584 | fi |
12585 | ||
81ecdfbb RW |
12586 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5 |
12587 | $as_echo_n "checking how to compare bootstrapped objects... " >&6; } | |
12588 | if test "${gcc_cv_prog_cmp_skip+set}" = set; then : | |
12589 | $as_echo_n "(cached) " >&6 | |
eccbf555 AM |
12590 | else |
12591 | echo abfoo >t1 | |
12592 | echo cdfoo >t2 | |
12593 | gcc_cv_prog_cmp_skip='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2' | |
12594 | if cmp t1 t2 2 2 > /dev/null 2>&1; then | |
12595 | if cmp t1 t2 1 1 > /dev/null 2>&1; then | |
12596 | : | |
12597 | else | |
12598 | gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16' | |
12599 | fi | |
12600 | fi | |
12601 | if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then | |
12602 | if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then | |
12603 | : | |
12604 | else | |
12605 | gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2' | |
12606 | fi | |
12607 | fi | |
12608 | rm t1 t2 | |
12609 | ||
12610 | fi | |
81ecdfbb RW |
12611 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5 |
12612 | $as_echo "$gcc_cv_prog_cmp_skip" >&6; } | |
eccbf555 AM |
12613 | do_compare="$gcc_cv_prog_cmp_skip" |
12614 | ||
12615 | ||
d7040cdb SE |
12616 | |
12617 | . ${srcdir}/configure.host | |
12618 | ||
12619 | ||
12620 | ||
12621 | ||
252b5132 RH |
12622 | |
12623 | ||
a3ffa599 | 12624 | for ac_header in string.h strings.h stdlib.h unistd.h elf-hints.h limits.h sys/param.h |
81ecdfbb RW |
12625 | do : |
12626 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
12627 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" | |
12628 | eval as_val=\$$as_ac_Header | |
12629 | if test "x$as_val" = x""yes; then : | |
42ecbf5e | 12630 | cat >>confdefs.h <<_ACEOF |
81ecdfbb | 12631 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
42ecbf5e DJ |
12632 | _ACEOF |
12633 | ||
12634 | fi | |
12635 | ||
252b5132 RH |
12636 | done |
12637 | ||
5d3236ee DK |
12638 | for ac_header in fcntl.h sys/file.h sys/time.h sys/stat.h |
12639 | do : | |
12640 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
12641 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" | |
12642 | eval as_val=\$$as_ac_Header | |
12643 | if test "x$as_val" = x""yes; then : | |
12644 | cat >>confdefs.h <<_ACEOF | |
12645 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
12646 | _ACEOF | |
12647 | ||
12648 | fi | |
12649 | ||
12650 | done | |
12651 | ||
dc27aea4 | 12652 | for ac_func in glob mkstemp realpath sbrk waitpid |
81ecdfbb RW |
12653 | do : |
12654 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
12655 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | |
12656 | eval as_val=\$$as_ac_var | |
12657 | if test "x$as_val" = x""yes; then : | |
42ecbf5e | 12658 | cat >>confdefs.h <<_ACEOF |
81ecdfbb | 12659 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
42ecbf5e | 12660 | _ACEOF |
252b5132 | 12661 | |
252b5132 RH |
12662 | fi |
12663 | done | |
12664 | ||
5d3236ee DK |
12665 | for ac_func in open lseek close |
12666 | do : | |
12667 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
12668 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | |
12669 | eval as_val=\$$as_ac_var | |
12670 | if test "x$as_val" = x""yes; then : | |
12671 | cat >>confdefs.h <<_ACEOF | |
12672 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
12673 | _ACEOF | |
12674 | ||
12675 | fi | |
12676 | done | |
12677 | ||
252b5132 | 12678 | ac_header_dirent=no |
42ecbf5e | 12679 | for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do |
81ecdfbb RW |
12680 | as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh` |
12681 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5 | |
12682 | $as_echo_n "checking for $ac_hdr that defines DIR... " >&6; } | |
12683 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then : | |
12684 | $as_echo_n "(cached) " >&6 | |
12685 | else | |
12686 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
42ecbf5e | 12687 | /* end confdefs.h. */ |
252b5132 RH |
12688 | #include <sys/types.h> |
12689 | #include <$ac_hdr> | |
42ecbf5e DJ |
12690 | |
12691 | int | |
12692 | main () | |
12693 | { | |
12694 | if ((DIR *) 0) | |
12695 | return 0; | |
12696 | ; | |
12697 | return 0; | |
12698 | } | |
12699 | _ACEOF | |
81ecdfbb | 12700 | if ac_fn_c_try_compile "$LINENO"; then : |
42ecbf5e DJ |
12701 | eval "$as_ac_Header=yes" |
12702 | else | |
81ecdfbb | 12703 | eval "$as_ac_Header=no" |
42ecbf5e | 12704 | fi |
81ecdfbb | 12705 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
42ecbf5e | 12706 | fi |
81ecdfbb RW |
12707 | eval ac_res=\$$as_ac_Header |
12708 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | |
12709 | $as_echo "$ac_res" >&6; } | |
12710 | eval as_val=\$$as_ac_Header | |
12711 | if test "x$as_val" = x""yes; then : | |
42ecbf5e | 12712 | cat >>confdefs.h <<_ACEOF |
81ecdfbb | 12713 | #define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1 |
42ecbf5e DJ |
12714 | _ACEOF |
12715 | ||
12716 | ac_header_dirent=$ac_hdr; break | |
d15b04bd | 12717 | fi |
42ecbf5e | 12718 | |
d15b04bd L |
12719 | done |
12720 | # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix. | |
12721 | if test $ac_header_dirent = dirent.h; then | |
81ecdfbb RW |
12722 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5 |
12723 | $as_echo_n "checking for library containing opendir... " >&6; } | |
12724 | if test "${ac_cv_search_opendir+set}" = set; then : | |
12725 | $as_echo_n "(cached) " >&6 | |
42ecbf5e DJ |
12726 | else |
12727 | ac_func_search_save_LIBS=$LIBS | |
81ecdfbb | 12728 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
42ecbf5e DJ |
12729 | /* end confdefs.h. */ |
12730 | ||
81ecdfbb RW |
12731 | /* Override any GCC internal prototype to avoid an error. |
12732 | Use char because int might match the return type of a GCC | |
12733 | builtin and then its argument prototype would still apply. */ | |
42ecbf5e DJ |
12734 | #ifdef __cplusplus |
12735 | extern "C" | |
12736 | #endif | |
42ecbf5e DJ |
12737 | char opendir (); |
12738 | int | |
12739 | main () | |
12740 | { | |
81ecdfbb | 12741 | return opendir (); |
42ecbf5e DJ |
12742 | ; |
12743 | return 0; | |
12744 | } | |
12745 | _ACEOF | |
81ecdfbb RW |
12746 | for ac_lib in '' dir; do |
12747 | if test -z "$ac_lib"; then | |
12748 | ac_res="none required" | |
12749 | else | |
12750 | ac_res=-l$ac_lib | |
42ecbf5e | 12751 | LIBS="-l$ac_lib $ac_func_search_save_LIBS" |
81ecdfbb RW |
12752 | fi |
12753 | if ac_fn_c_try_link "$LINENO"; then : | |
12754 | ac_cv_search_opendir=$ac_res | |
12755 | fi | |
12756 | rm -f core conftest.err conftest.$ac_objext \ | |
12757 | conftest$ac_exeext | |
12758 | if test "${ac_cv_search_opendir+set}" = set; then : | |
12759 | break | |
12760 | fi | |
12761 | done | |
12762 | if test "${ac_cv_search_opendir+set}" = set; then : | |
e5a52504 | 12763 | |
42ecbf5e | 12764 | else |
81ecdfbb | 12765 | ac_cv_search_opendir=no |
252b5132 | 12766 | fi |
81ecdfbb | 12767 | rm conftest.$ac_ext |
42ecbf5e DJ |
12768 | LIBS=$ac_func_search_save_LIBS |
12769 | fi | |
81ecdfbb RW |
12770 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5 |
12771 | $as_echo "$ac_cv_search_opendir" >&6; } | |
12772 | ac_res=$ac_cv_search_opendir | |
12773 | if test "$ac_res" != no; then : | |
12774 | test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" | |
42ecbf5e | 12775 | |
d15b04bd | 12776 | fi |
252b5132 RH |
12777 | |
12778 | else | |
81ecdfbb RW |
12779 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5 |
12780 | $as_echo_n "checking for library containing opendir... " >&6; } | |
12781 | if test "${ac_cv_search_opendir+set}" = set; then : | |
12782 | $as_echo_n "(cached) " >&6 | |
252b5132 | 12783 | else |
42ecbf5e | 12784 | ac_func_search_save_LIBS=$LIBS |
81ecdfbb | 12785 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
42ecbf5e DJ |
12786 | /* end confdefs.h. */ |
12787 | ||
81ecdfbb RW |
12788 | /* Override any GCC internal prototype to avoid an error. |
12789 | Use char because int might match the return type of a GCC | |
12790 | builtin and then its argument prototype would still apply. */ | |
42ecbf5e DJ |
12791 | #ifdef __cplusplus |
12792 | extern "C" | |
12793 | #endif | |
42ecbf5e DJ |
12794 | char opendir (); |
12795 | int | |
12796 | main () | |
12797 | { | |
81ecdfbb | 12798 | return opendir (); |
42ecbf5e DJ |
12799 | ; |
12800 | return 0; | |
12801 | } | |
12802 | _ACEOF | |
81ecdfbb RW |
12803 | for ac_lib in '' x; do |
12804 | if test -z "$ac_lib"; then | |
12805 | ac_res="none required" | |
12806 | else | |
12807 | ac_res=-l$ac_lib | |
42ecbf5e | 12808 | LIBS="-l$ac_lib $ac_func_search_save_LIBS" |
81ecdfbb RW |
12809 | fi |
12810 | if ac_fn_c_try_link "$LINENO"; then : | |
12811 | ac_cv_search_opendir=$ac_res | |
12812 | fi | |
12813 | rm -f core conftest.err conftest.$ac_objext \ | |
12814 | conftest$ac_exeext | |
12815 | if test "${ac_cv_search_opendir+set}" = set; then : | |
12816 | break | |
12817 | fi | |
12818 | done | |
12819 | if test "${ac_cv_search_opendir+set}" = set; then : | |
252b5132 | 12820 | |
42ecbf5e | 12821 | else |
81ecdfbb | 12822 | ac_cv_search_opendir=no |
252b5132 | 12823 | fi |
81ecdfbb | 12824 | rm conftest.$ac_ext |
42ecbf5e | 12825 | LIBS=$ac_func_search_save_LIBS |
252b5132 | 12826 | fi |
81ecdfbb RW |
12827 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5 |
12828 | $as_echo "$ac_cv_search_opendir" >&6; } | |
12829 | ac_res=$ac_cv_search_opendir | |
12830 | if test "$ac_res" != no; then : | |
12831 | test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" | |
42ecbf5e | 12832 | |
d15b04bd | 12833 | fi |
252b5132 RH |
12834 | |
12835 | fi | |
12836 | ||
12837 | ||
5d3236ee DK |
12838 | # Check for dlopen support and enable plugins if possible. |
12839 | enable_plugins=yes | |
12840 | ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default | |
12841 | " | |
12842 | if test "x$ac_cv_header_dlfcn_h" = x""yes; then : | |
12843 | ||
12844 | else | |
12845 | enable_plugins=no | |
12846 | fi | |
12847 | ||
12848 | ||
12849 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5 | |
12850 | $as_echo_n "checking for library containing dlopen... " >&6; } | |
12851 | if test "${ac_cv_search_dlopen+set}" = set; then : | |
12852 | $as_echo_n "(cached) " >&6 | |
12853 | else | |
12854 | ac_func_search_save_LIBS=$LIBS | |
12855 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
12856 | /* end confdefs.h. */ | |
12857 | ||
12858 | /* Override any GCC internal prototype to avoid an error. | |
12859 | Use char because int might match the return type of a GCC | |
12860 | builtin and then its argument prototype would still apply. */ | |
12861 | #ifdef __cplusplus | |
12862 | extern "C" | |
12863 | #endif | |
12864 | char dlopen (); | |
12865 | int | |
12866 | main () | |
12867 | { | |
12868 | return dlopen (); | |
12869 | ; | |
12870 | return 0; | |
12871 | } | |
12872 | _ACEOF | |
12873 | for ac_lib in '' dl; do | |
12874 | if test -z "$ac_lib"; then | |
12875 | ac_res="none required" | |
12876 | else | |
12877 | ac_res=-l$ac_lib | |
12878 | LIBS="-l$ac_lib $ac_func_search_save_LIBS" | |
12879 | fi | |
12880 | if ac_fn_c_try_link "$LINENO"; then : | |
12881 | ac_cv_search_dlopen=$ac_res | |
12882 | fi | |
12883 | rm -f core conftest.err conftest.$ac_objext \ | |
12884 | conftest$ac_exeext | |
12885 | if test "${ac_cv_search_dlopen+set}" = set; then : | |
12886 | break | |
12887 | fi | |
12888 | done | |
12889 | if test "${ac_cv_search_dlopen+set}" = set; then : | |
12890 | ||
12891 | else | |
12892 | ac_cv_search_dlopen=no | |
12893 | fi | |
12894 | rm conftest.$ac_ext | |
12895 | LIBS=$ac_func_search_save_LIBS | |
12896 | fi | |
12897 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5 | |
12898 | $as_echo "$ac_cv_search_dlopen" >&6; } | |
12899 | ac_res=$ac_cv_search_dlopen | |
12900 | if test "$ac_res" != no; then : | |
12901 | test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" | |
12902 | ||
12903 | else | |
12904 | enable_plugins=no | |
12905 | fi | |
12906 | ||
12907 | for ac_func in dlopen dlsym dlclose | |
12908 | do : | |
12909 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
12910 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | |
12911 | eval as_val=\$$as_ac_var | |
12912 | if test "x$as_val" = x""yes; then : | |
12913 | cat >>confdefs.h <<_ACEOF | |
12914 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
12915 | _ACEOF | |
12916 | ||
12917 | else | |
12918 | enable_plugins=no | |
12919 | fi | |
12920 | done | |
12921 | ||
3917d5d5 DK |
12922 | # We also support plugins on Windows (MinGW). |
12923 | if test x$enable_plugins = xno ; then | |
12924 | for ac_header in Windows.h | |
12925 | do : | |
12926 | ac_fn_c_check_header_compile "$LINENO" "Windows.h" "ac_cv_header_Windows_h" "$ac_includes_default | |
12927 | " | |
12928 | if test "x$ac_cv_header_Windows_h" = x""yes; then : | |
12929 | cat >>confdefs.h <<_ACEOF | |
12930 | #define HAVE_WINDOWS_H 1 | |
12931 | _ACEOF | |
12932 | enable_plugins=yes | |
12933 | fi | |
12934 | ||
12935 | done | |
12936 | ||
12937 | fi | |
5d3236ee DK |
12938 | if test x$enable_plugins = xyes; then |
12939 | ENABLE_PLUGINS_TRUE= | |
12940 | ENABLE_PLUGINS_FALSE='#' | |
12941 | else | |
12942 | ENABLE_PLUGINS_TRUE='#' | |
12943 | ENABLE_PLUGINS_FALSE= | |
12944 | fi | |
12945 | ||
12946 | ||
81ecdfbb RW |
12947 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5 |
12948 | $as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; } | |
12949 | if test "${ld_cv_decl_getopt_unistd_h+set}" = set; then : | |
12950 | $as_echo_n "(cached) " >&6 | |
34875e64 | 12951 | else |
81ecdfbb | 12952 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
42ecbf5e | 12953 | /* end confdefs.h. */ |
34875e64 | 12954 | #include <unistd.h> |
42ecbf5e DJ |
12955 | int |
12956 | main () | |
12957 | { | |
34875e64 | 12958 | extern int getopt (int, char *const*, const char *); |
42ecbf5e DJ |
12959 | ; |
12960 | return 0; | |
12961 | } | |
12962 | _ACEOF | |
81ecdfbb | 12963 | if ac_fn_c_try_compile "$LINENO"; then : |
34875e64 NC |
12964 | ld_cv_decl_getopt_unistd_h=yes |
12965 | else | |
81ecdfbb | 12966 | ld_cv_decl_getopt_unistd_h=no |
34875e64 | 12967 | fi |
81ecdfbb | 12968 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
34875e64 NC |
12969 | fi |
12970 | ||
81ecdfbb RW |
12971 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_cv_decl_getopt_unistd_h" >&5 |
12972 | $as_echo "$ld_cv_decl_getopt_unistd_h" >&6; } | |
34875e64 | 12973 | if test $ld_cv_decl_getopt_unistd_h = yes; then |
42ecbf5e | 12974 | |
81ecdfbb | 12975 | $as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h |
34875e64 NC |
12976 | |
12977 | fi | |
42ecbf5e | 12978 | |
252b5132 RH |
12979 | |
12980 | case "${host}" in | |
a8100d5b | 12981 | *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*) |
42ecbf5e | 12982 | |
81ecdfbb | 12983 | $as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h |
252b5132 RH |
12984 | ;; |
12985 | esac | |
12986 | ||
81ecdfbb RW |
12987 | ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default" |
12988 | if test "x$ac_cv_have_decl_strstr" = x""yes; then : | |
12989 | ac_have_decl=1 | |
252b5132 | 12990 | else |
81ecdfbb RW |
12991 | ac_have_decl=0 |
12992 | fi | |
502bdb00 | 12993 | |
81ecdfbb RW |
12994 | cat >>confdefs.h <<_ACEOF |
12995 | #define HAVE_DECL_STRSTR $ac_have_decl | |
42ecbf5e | 12996 | _ACEOF |
81ecdfbb RW |
12997 | ac_fn_c_check_decl "$LINENO" "free" "ac_cv_have_decl_free" "$ac_includes_default" |
12998 | if test "x$ac_cv_have_decl_free" = x""yes; then : | |
12999 | ac_have_decl=1 | |
252b5132 | 13000 | else |
81ecdfbb | 13001 | ac_have_decl=0 |
252b5132 RH |
13002 | fi |
13003 | ||
502bdb00 | 13004 | cat >>confdefs.h <<_ACEOF |
81ecdfbb | 13005 | #define HAVE_DECL_FREE $ac_have_decl |
502bdb00 | 13006 | _ACEOF |
81ecdfbb RW |
13007 | ac_fn_c_check_decl "$LINENO" "sbrk" "ac_cv_have_decl_sbrk" "$ac_includes_default" |
13008 | if test "x$ac_cv_have_decl_sbrk" = x""yes; then : | |
13009 | ac_have_decl=1 | |
13010 | else | |
13011 | ac_have_decl=0 | |
13012 | fi | |
42ecbf5e | 13013 | |
81ecdfbb RW |
13014 | cat >>confdefs.h <<_ACEOF |
13015 | #define HAVE_DECL_SBRK $ac_have_decl | |
13016 | _ACEOF | |
13017 | ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default" | |
13018 | if test "x$ac_cv_have_decl_getenv" = x""yes; then : | |
13019 | ac_have_decl=1 | |
13020 | else | |
13021 | ac_have_decl=0 | |
13022 | fi | |
502bdb00 | 13023 | |
81ecdfbb RW |
13024 | cat >>confdefs.h <<_ACEOF |
13025 | #define HAVE_DECL_GETENV $ac_have_decl | |
13026 | _ACEOF | |
13027 | ac_fn_c_check_decl "$LINENO" "environ" "ac_cv_have_decl_environ" "$ac_includes_default" | |
13028 | if test "x$ac_cv_have_decl_environ" = x""yes; then : | |
13029 | ac_have_decl=1 | |
502bdb00 | 13030 | else |
81ecdfbb RW |
13031 | ac_have_decl=0 |
13032 | fi | |
13033 | ||
13034 | cat >>confdefs.h <<_ACEOF | |
13035 | #define HAVE_DECL_ENVIRON $ac_have_decl | |
42ecbf5e | 13036 | _ACEOF |
252b5132 | 13037 | |
252b5132 | 13038 | |
81ecdfbb RW |
13039 | # Link in zlib if we can. This is needed only for the bootstrap tests |
13040 | # right now, since those tests use libbfd, which depends on zlib. | |
13041 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing zlibVersion" >&5 | |
13042 | $as_echo_n "checking for library containing zlibVersion... " >&6; } | |
13043 | if test "${ac_cv_search_zlibVersion+set}" = set; then : | |
13044 | $as_echo_n "(cached) " >&6 | |
252b5132 | 13045 | else |
81ecdfbb RW |
13046 | ac_func_search_save_LIBS=$LIBS |
13047 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
42ecbf5e | 13048 | /* end confdefs.h. */ |
502bdb00 | 13049 | |
81ecdfbb RW |
13050 | /* Override any GCC internal prototype to avoid an error. |
13051 | Use char because int might match the return type of a GCC | |
4474d12b | 13052 | builtin and then its argument prototype would still apply. */ |
4474d12b CS |
13053 | #ifdef __cplusplus |
13054 | extern "C" | |
13055 | #endif | |
4474d12b CS |
13056 | char zlibVersion (); |
13057 | int | |
13058 | main () | |
13059 | { | |
81ecdfbb | 13060 | return zlibVersion (); |
4474d12b CS |
13061 | ; |
13062 | return 0; | |
13063 | } | |
13064 | _ACEOF | |
81ecdfbb RW |
13065 | for ac_lib in '' z; do |
13066 | if test -z "$ac_lib"; then | |
13067 | ac_res="none required" | |
4474d12b | 13068 | else |
81ecdfbb RW |
13069 | ac_res=-l$ac_lib |
13070 | LIBS="-l$ac_lib $ac_func_search_save_LIBS" | |
4474d12b | 13071 | fi |
81ecdfbb RW |
13072 | if ac_fn_c_try_link "$LINENO"; then : |
13073 | ac_cv_search_zlibVersion=$ac_res | |
4474d12b | 13074 | fi |
81ecdfbb RW |
13075 | rm -f core conftest.err conftest.$ac_objext \ |
13076 | conftest$ac_exeext | |
13077 | if test "${ac_cv_search_zlibVersion+set}" = set; then : | |
13078 | break | |
4474d12b | 13079 | fi |
81ecdfbb RW |
13080 | done |
13081 | if test "${ac_cv_search_zlibVersion+set}" = set; then : | |
4474d12b | 13082 | |
4474d12b | 13083 | else |
81ecdfbb | 13084 | ac_cv_search_zlibVersion=no |
4474d12b | 13085 | fi |
81ecdfbb RW |
13086 | rm conftest.$ac_ext |
13087 | LIBS=$ac_func_search_save_LIBS | |
4474d12b | 13088 | fi |
81ecdfbb RW |
13089 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_zlibVersion" >&5 |
13090 | $as_echo "$ac_cv_search_zlibVersion" >&6; } | |
13091 | ac_res=$ac_cv_search_zlibVersion | |
13092 | if test "$ac_res" != no; then : | |
13093 | test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" | |
13094 | for ac_header in zlib.h | |
13095 | do : | |
13096 | ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default" | |
13097 | if test "x$ac_cv_header_zlib_h" = x""yes; then : | |
4474d12b | 13098 | cat >>confdefs.h <<_ACEOF |
81ecdfbb | 13099 | #define HAVE_ZLIB_H 1 |
4474d12b CS |
13100 | _ACEOF |
13101 | ||
13102 | fi | |
13103 | ||
13104 | done | |
13105 | ||
13106 | fi | |
13107 | ||
13108 | ||
597e2591 ILT |
13109 | # When converting linker scripts into strings for use in emulation |
13110 | # files, use astring.sed if the compiler supports ANSI string | |
13111 | # concatenation, or ostring.sed otherwise. This is to support the | |
13112 | # broken Microsoft MSVC compiler, which limits the length of string | |
13113 | # constants, while still supporting pre-ANSI compilers which do not | |
13114 | # support string concatenation. | |
81ecdfbb RW |
13115 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ANSI C string concatenation works" >&5 |
13116 | $as_echo_n "checking whether ANSI C string concatenation works... " >&6; } | |
13117 | if test "${ld_cv_string_concatenation+set}" = set; then : | |
13118 | $as_echo_n "(cached) " >&6 | |
42ecbf5e | 13119 | else |
81ecdfbb | 13120 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
42ecbf5e | 13121 | /* end confdefs.h. */ |
81ecdfbb | 13122 | |
314e9a4e L |
13123 | int |
13124 | main () | |
13125 | { | |
81ecdfbb | 13126 | char *a = "a" "a"; |
314e9a4e L |
13127 | ; |
13128 | return 0; | |
13129 | } | |
13130 | _ACEOF | |
81ecdfbb RW |
13131 | if ac_fn_c_try_compile "$LINENO"; then : |
13132 | ld_cv_string_concatenation=yes | |
314e9a4e | 13133 | else |
81ecdfbb | 13134 | ld_cv_string_concatenation=no |
314e9a4e | 13135 | fi |
81ecdfbb | 13136 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
314e9a4e | 13137 | fi |
81ecdfbb RW |
13138 | |
13139 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_cv_string_concatenation" >&5 | |
13140 | $as_echo "$ld_cv_string_concatenation" >&6; } | |
13141 | if test "$ld_cv_string_concatenation" = "yes"; then | |
13142 | STRINGIFY=astring.sed | |
13143 | else | |
13144 | STRINGIFY=ostring.sed | |
314e9a4e | 13145 | fi |
81ecdfbb RW |
13146 | |
13147 | ||
13148 | # target-specific stuff: | |
13149 | ||
13150 | all_targets= | |
13151 | EMUL= | |
13152 | all_emuls= | |
13153 | all_emul_extras= | |
13154 | all_libpath= | |
13155 | ||
13156 | rm -f tdirs | |
13157 | ||
13158 | for targ_alias in `echo $target_alias $enable_targets | sed 's/,/ /g'` | |
13159 | do | |
13160 | if test "$targ_alias" = "all"; then | |
13161 | all_targets=true | |
13162 | else | |
13163 | # Canonicalize the secondary target names. | |
13164 | result=`$ac_config_sub $targ_alias 2>/dev/null` | |
13165 | if test -n "$result"; then | |
13166 | targ=$result | |
13167 | else | |
13168 | targ=$targ_alias | |
13169 | fi | |
13170 | ||
13171 | . ${srcdir}/configure.tgt | |
13172 | ||
13173 | if test "$targ" = "$target"; then | |
13174 | EMUL=$targ_emul | |
13175 | fi | |
13176 | ||
13177 | if test x${want64} = xfalse; then | |
13178 | . ${srcdir}/../bfd/config.bfd | |
13179 | fi | |
13180 | ||
13181 | if test x${want64} = xtrue; then | |
13182 | targ_extra_emuls="$targ_extra_emuls $targ64_extra_emuls" | |
13183 | targ_extra_libpath="$targ_extra_libpath $targ64_extra_libpath" | |
13184 | fi | |
13185 | ||
13186 | for i in $targ_emul $targ_extra_emuls $targ_extra_libpath; do | |
13187 | case " $all_emuls " in | |
13188 | *" e${i}.o "*) ;; | |
13189 | *) | |
13190 | all_emuls="$all_emuls e${i}.o" | |
13191 | eval result=\$tdir_$i | |
13192 | test -z "$result" && result=$targ_alias | |
13193 | echo tdir_$i=$result >> tdirs | |
13194 | ;; | |
13195 | esac | |
13196 | done | |
13197 | ||
13198 | for i in $targ_emul $targ_extra_libpath; do | |
13199 | case " $all_libpath " in | |
13200 | *" ${i} "*) ;; | |
13201 | *) | |
13202 | if test -z "$all_libpath"; then | |
13203 | all_libpath=${i} | |
13204 | else | |
13205 | all_libpath="$all_libpath ${i}" | |
13206 | fi | |
13207 | ;; | |
13208 | esac | |
13209 | done | |
13210 | ||
13211 | for i in $targ_extra_ofiles; do | |
13212 | case " $all_emul_extras " in | |
13213 | *" ${i} "*) ;; | |
13214 | *) | |
13215 | all_emul_extras="$all_emul_extras ${i}" | |
13216 | ;; | |
13217 | esac | |
13218 | done | |
13219 | fi | |
13220 | done | |
13221 | ||
13222 | ||
13223 | ||
13224 | TDIRS=tdirs | |
13225 | ||
13226 | ||
13227 | if test x${all_targets} = xtrue; then | |
13228 | if test x${want64} = xfalse; then | |
13229 | # The cast to long int works around a bug in the HP C Compiler | |
13230 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects | |
13231 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. | |
13232 | # This bug is HP SR number 8606223364. | |
13233 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5 | |
13234 | $as_echo_n "checking size of long... " >&6; } | |
13235 | if test "${ac_cv_sizeof_long+set}" = set; then : | |
13236 | $as_echo_n "(cached) " >&6 | |
13237 | else | |
13238 | if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then : | |
13239 | ||
314e9a4e | 13240 | else |
81ecdfbb RW |
13241 | if test "$ac_cv_type_long" = yes; then |
13242 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | |
13243 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
13244 | { as_fn_set_status 77 | |
13245 | as_fn_error "cannot compute sizeof (long) | |
13246 | See \`config.log' for more details." "$LINENO" 5; }; } | |
13247 | else | |
13248 | ac_cv_sizeof_long=0 | |
13249 | fi | |
314e9a4e | 13250 | fi |
81ecdfbb | 13251 | |
314e9a4e | 13252 | fi |
81ecdfbb RW |
13253 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5 |
13254 | $as_echo "$ac_cv_sizeof_long" >&6; } | |
13255 | ||
13256 | ||
13257 | ||
314e9a4e L |
13258 | cat >>confdefs.h <<_ACEOF |
13259 | #define SIZEOF_LONG $ac_cv_sizeof_long | |
13260 | _ACEOF | |
13261 | ||
13262 | ||
13263 | if test "x${ac_cv_sizeof_long}" = "x8"; then | |
13264 | want64=true | |
13265 | fi | |
13266 | fi | |
42ecbf5e DJ |
13267 | if test x${want64} = xtrue; then |
13268 | EMULATION_OFILES='$(ALL_EMULATIONS) $(ALL_64_EMULATIONS)' | |
13269 | else | |
13270 | EMULATION_OFILES='$(ALL_EMULATIONS)' | |
13271 | fi | |
13272 | EMUL_EXTRA_OFILES='$(ALL_EMUL_EXTRA_OFILES)' | |
13273 | else | |
13274 | EMULATION_OFILES=$all_emuls | |
13275 | EMUL_EXTRA_OFILES=$all_emul_extras | |
13276 | fi | |
13277 | ||
13278 | ||
13279 | ||
13280 | ||
13281 | EMULATION_LIBPATH=$all_libpath | |
13282 | ||
13283 | ||
13284 | if test x${enable_static} = xno; then | |
13285 | TESTBFDLIB="--rpath ../bfd/.libs ../bfd/.libs/libbfd.so" | |
13286 | else | |
13287 | TESTBFDLIB="../bfd/.libs/libbfd.a" | |
13288 | fi | |
13289 | ||
13290 | ||
13291 | target_vendor=${target_vendor=$host_vendor} | |
13292 | case "$target_vendor" in | |
13293 | hp) EXTRA_SHLIB_EXTENSION=".sl" ;; | |
13294 | *) EXTRA_SHLIB_EXTENSION= ;; | |
13295 | esac | |
13296 | ||
13297 | case "$target_os" in | |
13298 | lynxos) EXTRA_SHLIB_EXTENSION=".a" ;; | |
13299 | esac | |
13300 | ||
13301 | if test x${EXTRA_SHLIB_EXTENSION} != x ; then | |
13302 | ||
13303 | cat >>confdefs.h <<_ACEOF | |
13304 | #define EXTRA_SHLIB_EXTENSION "$EXTRA_SHLIB_EXTENSION" | |
13305 | _ACEOF | |
13306 | ||
13307 | fi | |
13308 | ||
108a6f8e CD |
13309 | |
13310 | ||
13311 | ||
13312 | ||
31dd3154 | 13313 | |
81ecdfbb | 13314 | ac_config_files="$ac_config_files Makefile po/Makefile.in:po/Make-in" |
da594c4a | 13315 | |
42ecbf5e DJ |
13316 | cat >confcache <<\_ACEOF |
13317 | # This file is a shell script that caches the results of configure | |
13318 | # tests run on this system so they can be shared between configure | |
13319 | # scripts and configure runs, see configure's option --config-cache. | |
13320 | # It is not useful on other systems. If it contains results you don't | |
13321 | # want to keep, you may remove or edit it. | |
13322 | # | |
13323 | # config.status only pays attention to the cache file if you give it | |
13324 | # the --recheck option to rerun configure. | |
13325 | # | |
13326 | # `ac_cv_env_foo' variables (set or unset) will be overridden when | |
13327 | # loading this file, other *unset* `ac_cv_foo' will be assigned the | |
13328 | # following values. | |
13329 | ||
13330 | _ACEOF | |
13331 | ||
13332 | # The following way of writing the cache mishandles newlines in values, | |
13333 | # but we know of no workaround that is simple, portable, and efficient. | |
81ecdfbb | 13334 | # So, we kill variables containing newlines. |
42ecbf5e DJ |
13335 | # Ultrix sh set writes to stderr and can't be redirected directly, |
13336 | # and sets the high bit in the cache file unless we assign to the vars. | |
81ecdfbb RW |
13337 | ( |
13338 | for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do | |
13339 | eval ac_val=\$$ac_var | |
13340 | case $ac_val in #( | |
13341 | *${as_nl}*) | |
13342 | case $ac_var in #( | |
13343 | *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 | |
13344 | $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; | |
13345 | esac | |
13346 | case $ac_var in #( | |
13347 | _ | IFS | as_nl) ;; #( | |
13348 | BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( | |
13349 | *) { eval $ac_var=; unset $ac_var;} ;; | |
13350 | esac ;; | |
13351 | esac | |
13352 | done | |
13353 | ||
42ecbf5e | 13354 | (set) 2>&1 | |
81ecdfbb RW |
13355 | case $as_nl`(ac_space=' '; set) 2>&1` in #( |
13356 | *${as_nl}ac_space=\ *) | |
13357 | # `set' does not quote correctly, so add quotes: double-quote | |
13358 | # substitution turns \\\\ into \\, and sed turns \\ into \. | |
42ecbf5e DJ |
13359 | sed -n \ |
13360 | "s/'/'\\\\''/g; | |
13361 | s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" | |
81ecdfbb | 13362 | ;; #( |
42ecbf5e DJ |
13363 | *) |
13364 | # `set' quotes correctly as required by POSIX, so do not add quotes. | |
81ecdfbb | 13365 | sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" |
42ecbf5e | 13366 | ;; |
81ecdfbb RW |
13367 | esac | |
13368 | sort | |
13369 | ) | | |
42ecbf5e | 13370 | sed ' |
81ecdfbb | 13371 | /^ac_cv_env_/b end |
42ecbf5e | 13372 | t clear |
81ecdfbb | 13373 | :clear |
42ecbf5e DJ |
13374 | s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ |
13375 | t end | |
81ecdfbb RW |
13376 | s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ |
13377 | :end' >>confcache | |
13378 | if diff "$cache_file" confcache >/dev/null 2>&1; then :; else | |
13379 | if test -w "$cache_file"; then | |
13380 | test "x$cache_file" != "x/dev/null" && | |
13381 | { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 | |
13382 | $as_echo "$as_me: updating cache $cache_file" >&6;} | |
42ecbf5e DJ |
13383 | cat confcache >$cache_file |
13384 | else | |
81ecdfbb RW |
13385 | { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 |
13386 | $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} | |
42ecbf5e DJ |
13387 | fi |
13388 | fi | |
13389 | rm -f confcache | |
13390 | ||
13391 | test "x$prefix" = xNONE && prefix=$ac_default_prefix | |
13392 | # Let make expand exec_prefix. | |
13393 | test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' | |
13394 | ||
42ecbf5e DJ |
13395 | DEFS=-DHAVE_CONFIG_H |
13396 | ||
13397 | ac_libobjs= | |
13398 | ac_ltlibobjs= | |
13399 | for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue | |
13400 | # 1. Remove the extension, and $U if already installed. | |
81ecdfbb RW |
13401 | ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' |
13402 | ac_i=`$as_echo "$ac_i" | sed "$ac_script"` | |
13403 | # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR | |
13404 | # will be set to the directory where LIBOBJS objects are built. | |
13405 | as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" | |
13406 | as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' | |
42ecbf5e DJ |
13407 | done |
13408 | LIBOBJS=$ac_libobjs | |
13409 | ||
13410 | LTLIBOBJS=$ac_ltlibobjs | |
13411 | ||
13412 | ||
13413 | if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then | |
81ecdfbb RW |
13414 | as_fn_error "conditional \"AMDEP\" was never defined. |
13415 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | |
42ecbf5e DJ |
13416 | fi |
13417 | if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then | |
81ecdfbb RW |
13418 | as_fn_error "conditional \"am__fastdepCC\" was never defined. |
13419 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | |
13420 | fi | |
13421 | if test -n "$EXEEXT"; then | |
13422 | am__EXEEXT_TRUE= | |
13423 | am__EXEEXT_FALSE='#' | |
13424 | else | |
13425 | am__EXEEXT_TRUE='#' | |
13426 | am__EXEEXT_FALSE= | |
42ecbf5e | 13427 | fi |
81ecdfbb | 13428 | |
64ac50ac RW |
13429 | if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then |
13430 | as_fn_error "conditional \"MAINTAINER_MODE\" was never defined. | |
13431 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | |
13432 | fi | |
42ecbf5e | 13433 | if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then |
81ecdfbb RW |
13434 | as_fn_error "conditional \"MAINTAINER_MODE\" was never defined. |
13435 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | |
42ecbf5e | 13436 | fi |
d5fbea21 | 13437 | if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then |
81ecdfbb RW |
13438 | as_fn_error "conditional \"GENINSRC_NEVER\" was never defined. |
13439 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | |
d5fbea21 | 13440 | fi |
5d3236ee DK |
13441 | if test -z "${ENABLE_PLUGINS_TRUE}" && test -z "${ENABLE_PLUGINS_FALSE}"; then |
13442 | as_fn_error "conditional \"ENABLE_PLUGINS\" was never defined. | |
13443 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | |
13444 | fi | |
42ecbf5e DJ |
13445 | |
13446 | : ${CONFIG_STATUS=./config.status} | |
81ecdfbb | 13447 | ac_write_fail=0 |
42ecbf5e DJ |
13448 | ac_clean_files_save=$ac_clean_files |
13449 | ac_clean_files="$ac_clean_files $CONFIG_STATUS" | |
81ecdfbb RW |
13450 | { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 |
13451 | $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} | |
13452 | as_write_fail=0 | |
13453 | cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 | |
42ecbf5e DJ |
13454 | #! $SHELL |
13455 | # Generated by $as_me. | |
13456 | # Run this file to recreate the current configuration. | |
13457 | # Compiler output produced by configure, useful for debugging | |
13458 | # configure, is in config.log if it exists. | |
13459 | ||
13460 | debug=false | |
13461 | ac_cs_recheck=false | |
13462 | ac_cs_silent=false | |
42ecbf5e | 13463 | |
81ecdfbb RW |
13464 | SHELL=\${CONFIG_SHELL-$SHELL} |
13465 | export SHELL | |
13466 | _ASEOF | |
13467 | cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 | |
13468 | ## -------------------- ## | |
13469 | ## M4sh Initialization. ## | |
13470 | ## -------------------- ## | |
42ecbf5e | 13471 | |
81ecdfbb RW |
13472 | # Be more Bourne compatible |
13473 | DUALCASE=1; export DUALCASE # for MKS sh | |
13474 | if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : | |
42ecbf5e DJ |
13475 | emulate sh |
13476 | NULLCMD=: | |
81ecdfbb | 13477 | # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which |
42ecbf5e DJ |
13478 | # is contrary to our usage. Disable this feature. |
13479 | alias -g '${1+"$@"}'='"$@"' | |
81ecdfbb RW |
13480 | setopt NO_GLOB_SUBST |
13481 | else | |
13482 | case `(set -o) 2>/dev/null` in #( | |
13483 | *posix*) : | |
13484 | set -o posix ;; #( | |
13485 | *) : | |
13486 | ;; | |
13487 | esac | |
42ecbf5e | 13488 | fi |
42ecbf5e | 13489 | |
81ecdfbb RW |
13490 | |
13491 | as_nl=' | |
13492 | ' | |
13493 | export as_nl | |
13494 | # Printing a long string crashes Solaris 7 /usr/bin/printf. | |
13495 | as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' | |
13496 | as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo | |
13497 | as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo | |
13498 | # Prefer a ksh shell builtin over an external printf program on Solaris, | |
13499 | # but without wasting forks for bash or zsh. | |
13500 | if test -z "$BASH_VERSION$ZSH_VERSION" \ | |
13501 | && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then | |
13502 | as_echo='print -r --' | |
13503 | as_echo_n='print -rn --' | |
13504 | elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then | |
13505 | as_echo='printf %s\n' | |
13506 | as_echo_n='printf %s' | |
13507 | else | |
13508 | if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then | |
13509 | as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' | |
13510 | as_echo_n='/usr/ucb/echo -n' | |
13511 | else | |
13512 | as_echo_body='eval expr "X$1" : "X\\(.*\\)"' | |
13513 | as_echo_n_body='eval | |
13514 | arg=$1; | |
13515 | case $arg in #( | |
13516 | *"$as_nl"*) | |
13517 | expr "X$arg" : "X\\(.*\\)$as_nl"; | |
13518 | arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; | |
13519 | esac; | |
13520 | expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" | |
13521 | ' | |
13522 | export as_echo_n_body | |
13523 | as_echo_n='sh -c $as_echo_n_body as_echo' | |
13524 | fi | |
13525 | export as_echo_body | |
13526 | as_echo='sh -c $as_echo_body as_echo' | |
13527 | fi | |
13528 | ||
13529 | # The user is always right. | |
13530 | if test "${PATH_SEPARATOR+set}" != set; then | |
13531 | PATH_SEPARATOR=: | |
13532 | (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { | |
13533 | (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || | |
13534 | PATH_SEPARATOR=';' | |
13535 | } | |
42ecbf5e DJ |
13536 | fi |
13537 | ||
13538 | ||
81ecdfbb RW |
13539 | # IFS |
13540 | # We need space, tab and new line, in precisely that order. Quoting is | |
13541 | # there to prevent editors from complaining about space-tab. | |
13542 | # (If _AS_PATH_WALK were called with IFS unset, it would disable word | |
13543 | # splitting by setting IFS to empty value.) | |
13544 | IFS=" "" $as_nl" | |
13545 | ||
13546 | # Find who we are. Look in the path if we contain no directory separator. | |
13547 | case $0 in #(( | |
13548 | *[\\/]* ) as_myself=$0 ;; | |
13549 | *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
13550 | for as_dir in $PATH | |
13551 | do | |
13552 | IFS=$as_save_IFS | |
13553 | test -z "$as_dir" && as_dir=. | |
13554 | test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break | |
13555 | done | |
13556 | IFS=$as_save_IFS | |
13557 | ||
13558 | ;; | |
13559 | esac | |
13560 | # We did not find ourselves, most probably we were run as `sh COMMAND' | |
13561 | # in which case we are not to be found in the path. | |
13562 | if test "x$as_myself" = x; then | |
13563 | as_myself=$0 | |
13564 | fi | |
13565 | if test ! -f "$as_myself"; then | |
13566 | $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 | |
13567 | exit 1 | |
13568 | fi | |
13569 | ||
13570 | # Unset variables that we do not need and which cause bugs (e.g. in | |
13571 | # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" | |
13572 | # suppresses any "Segmentation fault" message there. '((' could | |
13573 | # trigger a bug in pdksh 5.2.14. | |
13574 | for as_var in BASH_ENV ENV MAIL MAILPATH | |
13575 | do eval test x\${$as_var+set} = xset \ | |
13576 | && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : | |
13577 | done | |
42ecbf5e DJ |
13578 | PS1='$ ' |
13579 | PS2='> ' | |
13580 | PS4='+ ' | |
13581 | ||
13582 | # NLS nuisances. | |
81ecdfbb RW |
13583 | LC_ALL=C |
13584 | export LC_ALL | |
13585 | LANGUAGE=C | |
13586 | export LANGUAGE | |
13587 | ||
13588 | # CDPATH. | |
13589 | (unset CDPATH) >/dev/null 2>&1 && unset CDPATH | |
13590 | ||
13591 | ||
13592 | # as_fn_error ERROR [LINENO LOG_FD] | |
13593 | # --------------------------------- | |
13594 | # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are | |
13595 | # provided, also output the error to LOG_FD, referencing LINENO. Then exit the | |
13596 | # script with status $?, using 1 if that was 0. | |
13597 | as_fn_error () | |
13598 | { | |
13599 | as_status=$?; test $as_status -eq 0 && as_status=1 | |
13600 | if test "$3"; then | |
13601 | as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | |
13602 | $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 | |
42ecbf5e | 13603 | fi |
81ecdfbb RW |
13604 | $as_echo "$as_me: error: $1" >&2 |
13605 | as_fn_exit $as_status | |
13606 | } # as_fn_error | |
13607 | ||
13608 | ||
13609 | # as_fn_set_status STATUS | |
13610 | # ----------------------- | |
13611 | # Set $? to STATUS, without forking. | |
13612 | as_fn_set_status () | |
13613 | { | |
13614 | return $1 | |
13615 | } # as_fn_set_status | |
13616 | ||
13617 | # as_fn_exit STATUS | |
13618 | # ----------------- | |
13619 | # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. | |
13620 | as_fn_exit () | |
13621 | { | |
13622 | set +e | |
13623 | as_fn_set_status $1 | |
13624 | exit $1 | |
13625 | } # as_fn_exit | |
13626 | ||
13627 | # as_fn_unset VAR | |
13628 | # --------------- | |
13629 | # Portably unset VAR. | |
13630 | as_fn_unset () | |
13631 | { | |
13632 | { eval $1=; unset $1;} | |
13633 | } | |
13634 | as_unset=as_fn_unset | |
13635 | # as_fn_append VAR VALUE | |
13636 | # ---------------------- | |
13637 | # Append the text in VALUE to the end of the definition contained in VAR. Take | |
13638 | # advantage of any shell optimizations that allow amortized linear growth over | |
13639 | # repeated appends, instead of the typical quadratic growth present in naive | |
13640 | # implementations. | |
13641 | if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : | |
13642 | eval 'as_fn_append () | |
13643 | { | |
13644 | eval $1+=\$2 | |
13645 | }' | |
13646 | else | |
13647 | as_fn_append () | |
13648 | { | |
13649 | eval $1=\$$1\$2 | |
13650 | } | |
13651 | fi # as_fn_append | |
13652 | ||
13653 | # as_fn_arith ARG... | |
13654 | # ------------------ | |
13655 | # Perform arithmetic evaluation on the ARGs, and store the result in the | |
13656 | # global $as_val. Take advantage of shells that can avoid forks. The arguments | |
13657 | # must be portable across $(()) and expr. | |
13658 | if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : | |
13659 | eval 'as_fn_arith () | |
13660 | { | |
13661 | as_val=$(( $* )) | |
13662 | }' | |
13663 | else | |
13664 | as_fn_arith () | |
13665 | { | |
13666 | as_val=`expr "$@" || test $? -eq 1` | |
13667 | } | |
13668 | fi # as_fn_arith | |
13669 | ||
42ecbf5e | 13670 | |
81ecdfbb RW |
13671 | if expr a : '\(a\)' >/dev/null 2>&1 && |
13672 | test "X`expr 00001 : '.*\(...\)'`" = X001; then | |
42ecbf5e DJ |
13673 | as_expr=expr |
13674 | else | |
13675 | as_expr=false | |
13676 | fi | |
13677 | ||
81ecdfbb | 13678 | if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then |
42ecbf5e DJ |
13679 | as_basename=basename |
13680 | else | |
13681 | as_basename=false | |
13682 | fi | |
13683 | ||
81ecdfbb RW |
13684 | if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then |
13685 | as_dirname=dirname | |
13686 | else | |
13687 | as_dirname=false | |
13688 | fi | |
42ecbf5e | 13689 | |
81ecdfbb | 13690 | as_me=`$as_basename -- "$0" || |
42ecbf5e DJ |
13691 | $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ |
13692 | X"$0" : 'X\(//\)$' \| \ | |
81ecdfbb RW |
13693 | X"$0" : 'X\(/\)' \| . 2>/dev/null || |
13694 | $as_echo X/"$0" | | |
13695 | sed '/^.*\/\([^/][^/]*\)\/*$/{ | |
13696 | s//\1/ | |
13697 | q | |
13698 | } | |
13699 | /^X\/\(\/\/\)$/{ | |
13700 | s//\1/ | |
13701 | q | |
13702 | } | |
13703 | /^X\/\(\/\).*/{ | |
13704 | s//\1/ | |
13705 | q | |
13706 | } | |
13707 | s/.*/./; q'` | |
42ecbf5e | 13708 | |
42ecbf5e DJ |
13709 | # Avoid depending upon Character Ranges. |
13710 | as_cr_letters='abcdefghijklmnopqrstuvwxyz' | |
13711 | as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' | |
13712 | as_cr_Letters=$as_cr_letters$as_cr_LETTERS | |
13713 | as_cr_digits='0123456789' | |
13714 | as_cr_alnum=$as_cr_Letters$as_cr_digits | |
13715 | ||
81ecdfbb RW |
13716 | ECHO_C= ECHO_N= ECHO_T= |
13717 | case `echo -n x` in #((((( | |
13718 | -n*) | |
13719 | case `echo 'xy\c'` in | |
13720 | *c*) ECHO_T=' ';; # ECHO_T is single tab character. | |
13721 | xy) ECHO_C='\c';; | |
13722 | *) echo `echo ksh88 bug on AIX 6.1` > /dev/null | |
13723 | ECHO_T=' ';; | |
13724 | esac;; | |
13725 | *) | |
13726 | ECHO_N='-n';; | |
42ecbf5e | 13727 | esac |
252b5132 | 13728 | |
81ecdfbb RW |
13729 | rm -f conf$$ conf$$.exe conf$$.file |
13730 | if test -d conf$$.dir; then | |
13731 | rm -f conf$$.dir/conf$$.file | |
42ecbf5e | 13732 | else |
81ecdfbb RW |
13733 | rm -f conf$$.dir |
13734 | mkdir conf$$.dir 2>/dev/null | |
42ecbf5e | 13735 | fi |
81ecdfbb RW |
13736 | if (echo >conf$$.file) 2>/dev/null; then |
13737 | if ln -s conf$$.file conf$$ 2>/dev/null; then | |
42ecbf5e | 13738 | as_ln_s='ln -s' |
81ecdfbb RW |
13739 | # ... but there are two gotchas: |
13740 | # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. | |
13741 | # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. | |
13742 | # In both cases, we have to default to `cp -p'. | |
13743 | ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || | |
13744 | as_ln_s='cp -p' | |
13745 | elif ln conf$$.file conf$$ 2>/dev/null; then | |
13746 | as_ln_s=ln | |
13747 | else | |
13748 | as_ln_s='cp -p' | |
252b5132 | 13749 | fi |
e5a52504 | 13750 | else |
42ecbf5e | 13751 | as_ln_s='cp -p' |
e5a52504 | 13752 | fi |
81ecdfbb RW |
13753 | rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file |
13754 | rmdir conf$$.dir 2>/dev/null | |
13755 | ||
13756 | ||
13757 | # as_fn_mkdir_p | |
13758 | # ------------- | |
13759 | # Create "$as_dir" as a directory, including parents if necessary. | |
13760 | as_fn_mkdir_p () | |
13761 | { | |
13762 | ||
13763 | case $as_dir in #( | |
13764 | -*) as_dir=./$as_dir;; | |
13765 | esac | |
13766 | test -d "$as_dir" || eval $as_mkdir_p || { | |
13767 | as_dirs= | |
13768 | while :; do | |
13769 | case $as_dir in #( | |
13770 | *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( | |
13771 | *) as_qdir=$as_dir;; | |
13772 | esac | |
13773 | as_dirs="'$as_qdir' $as_dirs" | |
13774 | as_dir=`$as_dirname -- "$as_dir" || | |
13775 | $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |
13776 | X"$as_dir" : 'X\(//\)[^/]' \| \ | |
13777 | X"$as_dir" : 'X\(//\)$' \| \ | |
13778 | X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || | |
13779 | $as_echo X"$as_dir" | | |
13780 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ | |
13781 | s//\1/ | |
13782 | q | |
13783 | } | |
13784 | /^X\(\/\/\)[^/].*/{ | |
13785 | s//\1/ | |
13786 | q | |
13787 | } | |
13788 | /^X\(\/\/\)$/{ | |
13789 | s//\1/ | |
13790 | q | |
13791 | } | |
13792 | /^X\(\/\).*/{ | |
13793 | s//\1/ | |
13794 | q | |
13795 | } | |
13796 | s/.*/./; q'` | |
13797 | test -d "$as_dir" && break | |
13798 | done | |
13799 | test -z "$as_dirs" || eval "mkdir $as_dirs" | |
13800 | } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" | |
13801 | ||
252b5132 | 13802 | |
81ecdfbb | 13803 | } # as_fn_mkdir_p |
42ecbf5e | 13804 | if mkdir -p . 2>/dev/null; then |
81ecdfbb | 13805 | as_mkdir_p='mkdir -p "$as_dir"' |
42ecbf5e DJ |
13806 | else |
13807 | test -d ./-p && rmdir ./-p | |
13808 | as_mkdir_p=false | |
13809 | fi | |
252b5132 | 13810 | |
81ecdfbb RW |
13811 | if test -x / >/dev/null 2>&1; then |
13812 | as_test_x='test -x' | |
13813 | else | |
13814 | if ls -dL / >/dev/null 2>&1; then | |
13815 | as_ls_L_option=L | |
13816 | else | |
13817 | as_ls_L_option= | |
13818 | fi | |
13819 | as_test_x=' | |
13820 | eval sh -c '\'' | |
13821 | if test -d "$1"; then | |
13822 | test -d "$1/."; | |
13823 | else | |
13824 | case $1 in #( | |
13825 | -*)set "./$1";; | |
13826 | esac; | |
13827 | case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( | |
13828 | ???[sx]*):;;*)false;;esac;fi | |
13829 | '\'' sh | |
13830 | ' | |
13831 | fi | |
13832 | as_executable_p=$as_test_x | |
252b5132 | 13833 | |
42ecbf5e DJ |
13834 | # Sed expression to map a string onto a valid CPP name. |
13835 | as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" | |
f234d5fe | 13836 | |
42ecbf5e DJ |
13837 | # Sed expression to map a string onto a valid variable name. |
13838 | as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" | |
e5a52504 | 13839 | |
e5a52504 | 13840 | |
42ecbf5e | 13841 | exec 6>&1 |
81ecdfbb RW |
13842 | ## ----------------------------------- ## |
13843 | ## Main body of $CONFIG_STATUS script. ## | |
13844 | ## ----------------------------------- ## | |
13845 | _ASEOF | |
13846 | test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 | |
e5a52504 | 13847 | |
81ecdfbb RW |
13848 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
13849 | # Save the log message, to keep $0 and so on meaningful, and to | |
42ecbf5e | 13850 | # report actual input values of CONFIG_FILES etc. instead of their |
81ecdfbb RW |
13851 | # values after options handling. |
13852 | ac_log=" | |
42ecbf5e | 13853 | This file was extended by $as_me, which was |
81ecdfbb | 13854 | generated by GNU Autoconf 2.64. Invocation command line was |
42ecbf5e DJ |
13855 | |
13856 | CONFIG_FILES = $CONFIG_FILES | |
13857 | CONFIG_HEADERS = $CONFIG_HEADERS | |
13858 | CONFIG_LINKS = $CONFIG_LINKS | |
13859 | CONFIG_COMMANDS = $CONFIG_COMMANDS | |
13860 | $ $0 $@ | |
e5a52504 | 13861 | |
81ecdfbb RW |
13862 | on `(hostname || uname -n) 2>/dev/null | sed 1q` |
13863 | " | |
13864 | ||
42ecbf5e DJ |
13865 | _ACEOF |
13866 | ||
81ecdfbb RW |
13867 | case $ac_config_files in *" |
13868 | "*) set x $ac_config_files; shift; ac_config_files=$*;; | |
13869 | esac | |
e5a52504 | 13870 | |
81ecdfbb RW |
13871 | case $ac_config_headers in *" |
13872 | "*) set x $ac_config_headers; shift; ac_config_headers=$*;; | |
13873 | esac | |
42ecbf5e | 13874 | |
42ecbf5e | 13875 | |
81ecdfbb RW |
13876 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
13877 | # Files that config.status was made for. | |
13878 | config_files="$ac_config_files" | |
13879 | config_headers="$ac_config_headers" | |
13880 | config_commands="$ac_config_commands" | |
42ecbf5e | 13881 | |
81ecdfbb | 13882 | _ACEOF |
42ecbf5e | 13883 | |
81ecdfbb | 13884 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
42ecbf5e | 13885 | ac_cs_usage="\ |
81ecdfbb RW |
13886 | \`$as_me' instantiates files and other configuration actions |
13887 | from templates according to the current configuration. Unless the files | |
13888 | and actions are specified as TAGs, all are instantiated by default. | |
42ecbf5e | 13889 | |
81ecdfbb | 13890 | Usage: $0 [OPTION]... [TAG]... |
42ecbf5e DJ |
13891 | |
13892 | -h, --help print this help, then exit | |
81ecdfbb RW |
13893 | -V, --version print version number and configuration settings, then exit |
13894 | -q, --quiet, --silent | |
13895 | do not print progress messages | |
42ecbf5e DJ |
13896 | -d, --debug don't remove temporary files |
13897 | --recheck update $as_me by reconfiguring in the same conditions | |
81ecdfbb RW |
13898 | --file=FILE[:TEMPLATE] |
13899 | instantiate the configuration file FILE | |
13900 | --header=FILE[:TEMPLATE] | |
13901 | instantiate the configuration header FILE | |
42ecbf5e DJ |
13902 | |
13903 | Configuration files: | |
13904 | $config_files | |
13905 | ||
13906 | Configuration headers: | |
13907 | $config_headers | |
13908 | ||
13909 | Configuration commands: | |
13910 | $config_commands | |
13911 | ||
81ecdfbb | 13912 | Report bugs to the package provider." |
42ecbf5e | 13913 | |
81ecdfbb RW |
13914 | _ACEOF |
13915 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | |
42ecbf5e DJ |
13916 | ac_cs_version="\\ |
13917 | config.status | |
81ecdfbb RW |
13918 | configured by $0, generated by GNU Autoconf 2.64, |
13919 | with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" | |
42ecbf5e | 13920 | |
81ecdfbb | 13921 | Copyright (C) 2009 Free Software Foundation, Inc. |
42ecbf5e DJ |
13922 | This config.status script is free software; the Free Software Foundation |
13923 | gives unlimited permission to copy, distribute and modify it." | |
81ecdfbb RW |
13924 | |
13925 | ac_pwd='$ac_pwd' | |
13926 | srcdir='$srcdir' | |
13927 | INSTALL='$INSTALL' | |
13928 | MKDIR_P='$MKDIR_P' | |
13929 | AWK='$AWK' | |
13930 | test -n "\$AWK" || AWK=awk | |
42ecbf5e DJ |
13931 | _ACEOF |
13932 | ||
81ecdfbb RW |
13933 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
13934 | # The default lists apply if the user does not specify any file. | |
42ecbf5e DJ |
13935 | ac_need_defaults=: |
13936 | while test $# != 0 | |
13937 | do | |
13938 | case $1 in | |
13939 | --*=*) | |
81ecdfbb RW |
13940 | ac_option=`expr "X$1" : 'X\([^=]*\)='` |
13941 | ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` | |
42ecbf5e | 13942 | ac_shift=: |
252b5132 | 13943 | ;; |
81ecdfbb | 13944 | *) |
42ecbf5e DJ |
13945 | ac_option=$1 |
13946 | ac_optarg=$2 | |
13947 | ac_shift=shift | |
252b5132 | 13948 | ;; |
42ecbf5e | 13949 | esac |
252b5132 | 13950 | |
42ecbf5e DJ |
13951 | case $ac_option in |
13952 | # Handling of the options. | |
42ecbf5e DJ |
13953 | -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) |
13954 | ac_cs_recheck=: ;; | |
81ecdfbb RW |
13955 | --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) |
13956 | $as_echo "$ac_cs_version"; exit ;; | |
13957 | --debug | --debu | --deb | --de | --d | -d ) | |
42ecbf5e DJ |
13958 | debug=: ;; |
13959 | --file | --fil | --fi | --f ) | |
13960 | $ac_shift | |
81ecdfbb RW |
13961 | case $ac_optarg in |
13962 | *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; | |
13963 | esac | |
13964 | as_fn_append CONFIG_FILES " '$ac_optarg'" | |
42ecbf5e DJ |
13965 | ac_need_defaults=false;; |
13966 | --header | --heade | --head | --hea ) | |
13967 | $ac_shift | |
81ecdfbb RW |
13968 | case $ac_optarg in |
13969 | *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; | |
13970 | esac | |
13971 | as_fn_append CONFIG_HEADERS " '$ac_optarg'" | |
42ecbf5e | 13972 | ac_need_defaults=false;; |
81ecdfbb RW |
13973 | --he | --h) |
13974 | # Conflict between --help and --header | |
13975 | as_fn_error "ambiguous option: \`$1' | |
13976 | Try \`$0 --help' for more information.";; | |
13977 | --help | --hel | -h ) | |
13978 | $as_echo "$ac_cs_usage"; exit ;; | |
42ecbf5e DJ |
13979 | -q | -quiet | --quiet | --quie | --qui | --qu | --q \ |
13980 | | -silent | --silent | --silen | --sile | --sil | --si | --s) | |
13981 | ac_cs_silent=: ;; | |
252b5132 | 13982 | |
42ecbf5e | 13983 | # This is an error. |
81ecdfbb RW |
13984 | -*) as_fn_error "unrecognized option: \`$1' |
13985 | Try \`$0 --help' for more information." ;; | |
252b5132 | 13986 | |
81ecdfbb RW |
13987 | *) as_fn_append ac_config_targets " $1" |
13988 | ac_need_defaults=false ;; | |
252b5132 | 13989 | |
42ecbf5e DJ |
13990 | esac |
13991 | shift | |
13992 | done | |
d15b04bd | 13993 | |
42ecbf5e | 13994 | ac_configure_extra_args= |
e5a52504 | 13995 | |
42ecbf5e DJ |
13996 | if $ac_cs_silent; then |
13997 | exec 6>/dev/null | |
13998 | ac_configure_extra_args="$ac_configure_extra_args --silent" | |
13999 | fi | |
e5a52504 | 14000 | |
42ecbf5e | 14001 | _ACEOF |
81ecdfbb | 14002 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
42ecbf5e | 14003 | if \$ac_cs_recheck; then |
81ecdfbb RW |
14004 | set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion |
14005 | shift | |
14006 | \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 | |
14007 | CONFIG_SHELL='$SHELL' | |
14008 | export CONFIG_SHELL | |
14009 | exec "\$@" | |
42ecbf5e DJ |
14010 | fi |
14011 | ||
14012 | _ACEOF | |
81ecdfbb RW |
14013 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
14014 | exec 5>>config.log | |
14015 | { | |
14016 | echo | |
14017 | sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX | |
14018 | ## Running $as_me. ## | |
14019 | _ASBOX | |
14020 | $as_echo "$ac_log" | |
14021 | } >&5 | |
42ecbf5e | 14022 | |
81ecdfbb RW |
14023 | _ACEOF |
14024 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | |
252b5132 | 14025 | # |
81ecdfbb | 14026 | # INIT-COMMANDS |
252b5132 | 14027 | # |
42ecbf5e | 14028 | AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" |
d7040cdb SE |
14029 | |
14030 | ||
14031 | # The HP-UX ksh and POSIX shell print the target directory to stdout | |
14032 | # if CDPATH is set. | |
14033 | (unset CDPATH) >/dev/null 2>&1 && unset CDPATH | |
14034 | ||
14035 | sed_quote_subst='$sed_quote_subst' | |
14036 | double_quote_subst='$double_quote_subst' | |
14037 | delay_variable_subst='$delay_variable_subst' | |
3725885a RW |
14038 | macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`' |
14039 | macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`' | |
14040 | enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`' | |
14041 | enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`' | |
14042 | pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`' | |
14043 | enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`' | |
14044 | SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`' | |
14045 | ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`' | |
14046 | host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`' | |
14047 | host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`' | |
14048 | host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`' | |
14049 | build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`' | |
14050 | build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`' | |
14051 | build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`' | |
14052 | SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`' | |
14053 | Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`' | |
14054 | GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`' | |
14055 | EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`' | |
14056 | FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`' | |
14057 | LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`' | |
14058 | NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`' | |
14059 | LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`' | |
14060 | max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`' | |
14061 | ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`' | |
14062 | exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' | |
14063 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' | |
14064 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' | |
14065 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' | |
14066 | reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`' | |
14067 | reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`' | |
14068 | OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`' | |
14069 | deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`' | |
14070 | file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`' | |
14071 | AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`' | |
14072 | AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`' | |
14073 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' | |
14074 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' | |
14075 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' | |
14076 | old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`' | |
14077 | old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`' | |
14078 | lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`' | |
14079 | CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`' | |
14080 | CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`' | |
14081 | compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' | |
14082 | GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' | |
14083 | lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' | |
14084 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' | |
14085 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' | |
14086 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' | |
14087 | objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`' | |
14088 | MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`' | |
14089 | lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`' | |
14090 | lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`' | |
14091 | lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`' | |
14092 | lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`' | |
14093 | lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`' | |
14094 | need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`' | |
14095 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' | |
14096 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' | |
14097 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' | |
14098 | OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`' | |
14099 | OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`' | |
14100 | libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`' | |
14101 | shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`' | |
14102 | extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`' | |
14103 | archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`' | |
14104 | enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`' | |
14105 | export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`' | |
14106 | whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`' | |
14107 | compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`' | |
14108 | old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`' | |
14109 | old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`' | |
14110 | archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`' | |
14111 | archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`' | |
14112 | module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`' | |
14113 | module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`' | |
14114 | with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`' | |
14115 | allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`' | |
14116 | no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`' | |
14117 | hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`' | |
14118 | hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`' | |
14119 | hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`' | |
14120 | hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`' | |
14121 | hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`' | |
14122 | hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`' | |
14123 | hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`' | |
14124 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' | |
14125 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' | |
14126 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' | |
14127 | fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`' | |
14128 | always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`' | |
14129 | export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`' | |
14130 | exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`' | |
14131 | include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`' | |
14132 | prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`' | |
14133 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' | |
14134 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' | |
14135 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' | |
14136 | need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`' | |
14137 | version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`' | |
14138 | runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`' | |
14139 | shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`' | |
14140 | shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`' | |
14141 | libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`' | |
14142 | library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`' | |
14143 | soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`' | |
14144 | install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`' | |
14145 | postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`' | |
14146 | postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`' | |
14147 | finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`' | |
14148 | finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`' | |
14149 | hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`' | |
14150 | sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`' | |
14151 | sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`' | |
14152 | hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`' | |
14153 | enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`' | |
14154 | enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`' | |
14155 | enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`' | |
14156 | old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`' | |
14157 | striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`' | |
d7040cdb SE |
14158 | |
14159 | LTCC='$LTCC' | |
14160 | LTCFLAGS='$LTCFLAGS' | |
14161 | compiler='$compiler_DEFAULT' | |
14162 | ||
3725885a RW |
14163 | # A function that is used when there is no print builtin or printf. |
14164 | func_fallback_echo () | |
14165 | { | |
14166 | eval 'cat <<_LTECHO_EOF | |
14167 | \$1 | |
14168 | _LTECHO_EOF' | |
14169 | } | |
14170 | ||
d7040cdb | 14171 | # Quote evaled strings. |
3725885a RW |
14172 | for var in SHELL \ |
14173 | ECHO \ | |
14174 | SED \ | |
d7040cdb SE |
14175 | GREP \ |
14176 | EGREP \ | |
14177 | FGREP \ | |
14178 | LD \ | |
14179 | NM \ | |
14180 | LN_S \ | |
14181 | lt_SP2NL \ | |
14182 | lt_NL2SP \ | |
14183 | reload_flag \ | |
b214d478 | 14184 | OBJDUMP \ |
d7040cdb SE |
14185 | deplibs_check_method \ |
14186 | file_magic_cmd \ | |
14187 | AR \ | |
14188 | AR_FLAGS \ | |
14189 | STRIP \ | |
14190 | RANLIB \ | |
14191 | CC \ | |
14192 | CFLAGS \ | |
14193 | compiler \ | |
14194 | lt_cv_sys_global_symbol_pipe \ | |
14195 | lt_cv_sys_global_symbol_to_cdecl \ | |
14196 | lt_cv_sys_global_symbol_to_c_name_address \ | |
b214d478 | 14197 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ |
d7040cdb SE |
14198 | lt_prog_compiler_no_builtin_flag \ |
14199 | lt_prog_compiler_wl \ | |
14200 | lt_prog_compiler_pic \ | |
14201 | lt_prog_compiler_static \ | |
14202 | lt_cv_prog_compiler_c_o \ | |
14203 | need_locks \ | |
b214d478 SE |
14204 | DSYMUTIL \ |
14205 | NMEDIT \ | |
14206 | LIPO \ | |
14207 | OTOOL \ | |
14208 | OTOOL64 \ | |
d7040cdb SE |
14209 | shrext_cmds \ |
14210 | export_dynamic_flag_spec \ | |
14211 | whole_archive_flag_spec \ | |
14212 | compiler_needs_object \ | |
14213 | with_gnu_ld \ | |
14214 | allow_undefined_flag \ | |
14215 | no_undefined_flag \ | |
14216 | hardcode_libdir_flag_spec \ | |
14217 | hardcode_libdir_flag_spec_ld \ | |
14218 | hardcode_libdir_separator \ | |
14219 | fix_srcfile_path \ | |
14220 | exclude_expsyms \ | |
14221 | include_expsyms \ | |
14222 | file_list_spec \ | |
14223 | variables_saved_for_relink \ | |
14224 | libname_spec \ | |
14225 | library_names_spec \ | |
14226 | soname_spec \ | |
3725885a | 14227 | install_override_mode \ |
d7040cdb SE |
14228 | finish_eval \ |
14229 | old_striplib \ | |
14230 | striplib; do | |
3725885a | 14231 | case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in |
d7040cdb | 14232 | *[\\\\\\\`\\"\\\$]*) |
3725885a | 14233 | eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" |
d7040cdb SE |
14234 | ;; |
14235 | *) | |
14236 | eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" | |
14237 | ;; | |
14238 | esac | |
14239 | done | |
14240 | ||
14241 | # Double-quote double-evaled strings. | |
14242 | for var in reload_cmds \ | |
14243 | old_postinstall_cmds \ | |
14244 | old_postuninstall_cmds \ | |
14245 | old_archive_cmds \ | |
14246 | extract_expsyms_cmds \ | |
14247 | old_archive_from_new_cmds \ | |
14248 | old_archive_from_expsyms_cmds \ | |
14249 | archive_cmds \ | |
14250 | archive_expsym_cmds \ | |
14251 | module_cmds \ | |
14252 | module_expsym_cmds \ | |
14253 | export_symbols_cmds \ | |
14254 | prelink_cmds \ | |
14255 | postinstall_cmds \ | |
14256 | postuninstall_cmds \ | |
14257 | finish_cmds \ | |
14258 | sys_lib_search_path_spec \ | |
14259 | sys_lib_dlsearch_path_spec; do | |
3725885a | 14260 | case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in |
d7040cdb | 14261 | *[\\\\\\\`\\"\\\$]*) |
3725885a | 14262 | eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" |
d7040cdb SE |
14263 | ;; |
14264 | *) | |
14265 | eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" | |
14266 | ;; | |
14267 | esac | |
14268 | done | |
14269 | ||
d7040cdb SE |
14270 | ac_aux_dir='$ac_aux_dir' |
14271 | xsi_shell='$xsi_shell' | |
14272 | lt_shell_append='$lt_shell_append' | |
14273 | ||
14274 | # See if we are running on zsh, and set the options which allow our | |
14275 | # commands through without removal of \ escapes INIT. | |
14276 | if test -n "\${ZSH_VERSION+set}" ; then | |
14277 | setopt NO_GLOB_SUBST | |
14278 | fi | |
14279 | ||
14280 | ||
14281 | PACKAGE='$PACKAGE' | |
14282 | VERSION='$VERSION' | |
14283 | TIMESTAMP='$TIMESTAMP' | |
14284 | RM='$RM' | |
14285 | ofile='$ofile' | |
14286 | ||
14287 | ||
14288 | ||
20e95c23 DJ |
14289 | # Capture the value of obsolete ALL_LINGUAS because we need it to compute |
14290 | # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it | |
14291 | # from automake. | |
14292 | eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"' | |
14293 | # Capture the value of LINGUAS because we need it to compute CATALOGS. | |
14294 | LINGUAS="${LINGUAS-%UNSET%}" | |
14295 | ||
42ecbf5e DJ |
14296 | |
14297 | _ACEOF | |
14298 | ||
81ecdfbb | 14299 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
42ecbf5e | 14300 | |
81ecdfbb | 14301 | # Handling of arguments. |
42ecbf5e | 14302 | for ac_config_target in $ac_config_targets |
252b5132 | 14303 | do |
81ecdfbb RW |
14304 | case $ac_config_target in |
14305 | "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; | |
14306 | "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;; | |
14307 | "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;; | |
14308 | "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; | |
14309 | "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; | |
14310 | "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;; | |
14311 | ||
14312 | *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;; | |
252b5132 RH |
14313 | esac |
14314 | done | |
14315 | ||
81ecdfbb | 14316 | |
42ecbf5e DJ |
14317 | # If the user did not use the arguments to specify the items to instantiate, |
14318 | # then the envvar interface is used. Set only those that are not. | |
14319 | # We use the long form for the default assignment because of an extremely | |
14320 | # bizarre bug on SunOS 4.1.3. | |
14321 | if $ac_need_defaults; then | |
14322 | test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files | |
14323 | test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers | |
14324 | test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands | |
14325 | fi | |
14326 | ||
14327 | # Have a temporary directory for convenience. Make it in the build tree | |
81ecdfbb | 14328 | # simply because there is no reason against having it here, and in addition, |
42ecbf5e | 14329 | # creating and moving files from /tmp can sometimes cause problems. |
81ecdfbb RW |
14330 | # Hook for its removal unless debugging. |
14331 | # Note that there is a small window in which the directory will not be cleaned: | |
14332 | # after its creation but before its name has been assigned to `$tmp'. | |
42ecbf5e DJ |
14333 | $debug || |
14334 | { | |
81ecdfbb RW |
14335 | tmp= |
14336 | trap 'exit_status=$? | |
14337 | { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status | |
14338 | ' 0 | |
14339 | trap 'as_fn_exit 1' 1 2 13 15 | |
42ecbf5e | 14340 | } |
42ecbf5e | 14341 | # Create a (secure) tmp directory for tmp files. |
e5a52504 | 14342 | |
42ecbf5e | 14343 | { |
81ecdfbb | 14344 | tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && |
42ecbf5e DJ |
14345 | test -n "$tmp" && test -d "$tmp" |
14346 | } || | |
14347 | { | |
81ecdfbb RW |
14348 | tmp=./conf$$-$RANDOM |
14349 | (umask 077 && mkdir "$tmp") | |
14350 | } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5 | |
14351 | ||
14352 | # Set up the scripts for CONFIG_FILES section. | |
14353 | # No need to generate them if there are no CONFIG_FILES. | |
14354 | # This happens for instance with `./config.status config.h'. | |
14355 | if test -n "$CONFIG_FILES"; then | |
14356 | ||
14357 | if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then | |
14358 | ac_cs_awk_getline=: | |
14359 | ac_cs_awk_pipe_init= | |
14360 | ac_cs_awk_read_file=' | |
14361 | while ((getline aline < (F[key])) > 0) | |
14362 | print(aline) | |
14363 | close(F[key])' | |
14364 | ac_cs_awk_pipe_fini= | |
14365 | else | |
14366 | ac_cs_awk_getline=false | |
14367 | ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\"" | |
14368 | ac_cs_awk_read_file=' | |
14369 | print "|#_!!_#|" | |
14370 | print "cat " F[key] " &&" | |
14371 | '$ac_cs_awk_pipe_init | |
14372 | # The final `:' finishes the AND list. | |
14373 | ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }' | |
14374 | fi | |
14375 | ac_cr=`echo X | tr X '\015'` | |
14376 | # On cygwin, bash can eat \r inside `` if the user requested igncr. | |
14377 | # But we know of no other shell where ac_cr would be empty at this | |
14378 | # point, so we can use a bashism as a fallback. | |
14379 | if test "x$ac_cr" = x; then | |
14380 | eval ac_cr=\$\'\\r\' | |
14381 | fi | |
14382 | ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` | |
14383 | if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then | |
14384 | ac_cs_awk_cr='\r' | |
14385 | else | |
14386 | ac_cs_awk_cr=$ac_cr | |
14387 | fi | |
14388 | ||
14389 | echo 'BEGIN {' >"$tmp/subs1.awk" && | |
14390 | _ACEOF | |
14391 | ||
14392 | # Create commands to substitute file output variables. | |
42ecbf5e | 14393 | { |
81ecdfbb RW |
14394 | echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" && |
14395 | echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' && | |
14396 | echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' && | |
14397 | echo "_ACAWK" && | |
14398 | echo "_ACEOF" | |
14399 | } >conf$$files.sh && | |
14400 | . ./conf$$files.sh || | |
14401 | as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 | |
14402 | rm -f conf$$files.sh | |
e5a52504 | 14403 | |
81ecdfbb RW |
14404 | { |
14405 | echo "cat >conf$$subs.awk <<_ACEOF" && | |
14406 | echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && | |
14407 | echo "_ACEOF" | |
14408 | } >conf$$subs.sh || | |
14409 | as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 | |
14410 | ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` | |
14411 | ac_delim='%!_!# ' | |
14412 | for ac_last_try in false false false false false :; do | |
14413 | . ./conf$$subs.sh || | |
14414 | as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 | |
14415 | ||
14416 | ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` | |
14417 | if test $ac_delim_n = $ac_delim_num; then | |
14418 | break | |
14419 | elif $ac_last_try; then | |
14420 | as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 | |
14421 | else | |
14422 | ac_delim="$ac_delim!$ac_delim _$ac_delim!! " | |
14423 | fi | |
14424 | done | |
14425 | rm -f conf$$subs.sh | |
14426 | ||
14427 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | |
14428 | cat >>"\$tmp/subs1.awk" <<\\_ACAWK && | |
14429 | _ACEOF | |
14430 | sed -n ' | |
14431 | h | |
14432 | s/^/S["/; s/!.*/"]=/ | |
14433 | p | |
14434 | g | |
14435 | s/^[^!]*!// | |
14436 | :repl | |
14437 | t repl | |
14438 | s/'"$ac_delim"'$// | |
14439 | t delim | |
14440 | :nl | |
14441 | h | |
14442 | s/\(.\{148\}\).*/\1/ | |
14443 | t more1 | |
14444 | s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ | |
14445 | p | |
14446 | n | |
14447 | b repl | |
14448 | :more1 | |
14449 | s/["\\]/\\&/g; s/^/"/; s/$/"\\/ | |
14450 | p | |
14451 | g | |
14452 | s/.\{148\}// | |
14453 | t nl | |
14454 | :delim | |
14455 | h | |
14456 | s/\(.\{148\}\).*/\1/ | |
14457 | t more2 | |
14458 | s/["\\]/\\&/g; s/^/"/; s/$/"/ | |
14459 | p | |
14460 | b | |
14461 | :more2 | |
14462 | s/["\\]/\\&/g; s/^/"/; s/$/"\\/ | |
14463 | p | |
14464 | g | |
14465 | s/.\{148\}// | |
14466 | t delim | |
14467 | ' <conf$$subs.awk | sed ' | |
14468 | /^[^""]/{ | |
14469 | N | |
14470 | s/\n// | |
14471 | } | |
14472 | ' >>$CONFIG_STATUS || ac_write_fail=1 | |
14473 | rm -f conf$$subs.awk | |
14474 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | |
14475 | _ACAWK | |
14476 | cat >>"\$tmp/subs1.awk" <<_ACAWK && | |
14477 | for (key in S) S_is_set[key] = 1 | |
14478 | FS = "\a" | |
14479 | \$ac_cs_awk_pipe_init | |
14480 | } | |
14481 | { | |
14482 | line = $ 0 | |
14483 | nfields = split(line, field, "@") | |
14484 | substed = 0 | |
14485 | len = length(field[1]) | |
14486 | for (i = 2; i < nfields; i++) { | |
14487 | key = field[i] | |
14488 | keylen = length(key) | |
14489 | if (S_is_set[key]) { | |
14490 | value = S[key] | |
14491 | line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) | |
14492 | len += length(value) + length(field[++i]) | |
14493 | substed = 1 | |
14494 | } else | |
14495 | len += 1 + keylen | |
14496 | } | |
14497 | if (nfields == 3 && !substed) { | |
14498 | key = field[2] | |
14499 | if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) { | |
14500 | \$ac_cs_awk_read_file | |
14501 | next | |
14502 | } | |
14503 | } | |
14504 | print line | |
14505 | } | |
14506 | \$ac_cs_awk_pipe_fini | |
14507 | _ACAWK | |
14508 | _ACEOF | |
14509 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | |
14510 | if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then | |
14511 | sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" | |
14512 | else | |
14513 | cat | |
14514 | fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ | |
14515 | || as_fn_error "could not setup config files machinery" "$LINENO" 5 | |
42ecbf5e | 14516 | _ACEOF |
d15b04bd | 14517 | |
81ecdfbb RW |
14518 | # VPATH may cause trouble with some makes, so we remove $(srcdir), |
14519 | # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and | |
14520 | # trailing colons and then remove the whole line if VPATH becomes empty | |
14521 | # (actually we leave an empty line to preserve line numbers). | |
14522 | if test "x$srcdir" = x.; then | |
14523 | ac_vpsub='/^[ ]*VPATH[ ]*=/{ | |
14524 | s/:*\$(srcdir):*/:/ | |
14525 | s/:*\${srcdir}:*/:/ | |
14526 | s/:*@srcdir@:*/:/ | |
14527 | s/^\([^=]*=[ ]*\):*/\1/ | |
14528 | s/:*$// | |
14529 | s/^[^=]*=[ ]*$// | |
14530 | }' | |
14531 | fi | |
14532 | ||
14533 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | |
14534 | fi # test -n "$CONFIG_FILES" | |
42ecbf5e | 14535 | |
81ecdfbb RW |
14536 | # Set up the scripts for CONFIG_HEADERS section. |
14537 | # No need to generate them if there are no CONFIG_HEADERS. | |
14538 | # This happens for instance with `./config.status Makefile'. | |
14539 | if test -n "$CONFIG_HEADERS"; then | |
14540 | cat >"$tmp/defines.awk" <<\_ACAWK || | |
14541 | BEGIN { | |
14542 | _ACEOF | |
42ecbf5e | 14543 | |
81ecdfbb RW |
14544 | # Transform confdefs.h into an awk script `defines.awk', embedded as |
14545 | # here-document in config.status, that substitutes the proper values into | |
14546 | # config.h.in to produce config.h. | |
252b5132 | 14547 | |
81ecdfbb RW |
14548 | # Create a delimiter string that does not exist in confdefs.h, to ease |
14549 | # handling of long lines. | |
14550 | ac_delim='%!_!# ' | |
14551 | for ac_last_try in false false :; do | |
14552 | ac_t=`sed -n "/$ac_delim/p" confdefs.h` | |
14553 | if test -z "$ac_t"; then | |
14554 | break | |
14555 | elif $ac_last_try; then | |
14556 | as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5 | |
14557 | else | |
14558 | ac_delim="$ac_delim!$ac_delim _$ac_delim!! " | |
14559 | fi | |
14560 | done | |
14561 | ||
14562 | # For the awk script, D is an array of macro values keyed by name, | |
14563 | # likewise P contains macro parameters if any. Preserve backslash | |
14564 | # newline sequences. | |
14565 | ||
14566 | ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* | |
14567 | sed -n ' | |
14568 | s/.\{148\}/&'"$ac_delim"'/g | |
14569 | t rset | |
14570 | :rset | |
14571 | s/^[ ]*#[ ]*define[ ][ ]*/ / | |
14572 | t def | |
14573 | d | |
14574 | :def | |
14575 | s/\\$// | |
14576 | t bsnl | |
14577 | s/["\\]/\\&/g | |
14578 | s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ | |
14579 | D["\1"]=" \3"/p | |
14580 | s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p | |
14581 | d | |
14582 | :bsnl | |
14583 | s/["\\]/\\&/g | |
14584 | s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ | |
14585 | D["\1"]=" \3\\\\\\n"\\/p | |
14586 | t cont | |
14587 | s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p | |
14588 | t cont | |
14589 | d | |
14590 | :cont | |
14591 | n | |
14592 | s/.\{148\}/&'"$ac_delim"'/g | |
14593 | t clear | |
14594 | :clear | |
14595 | s/\\$// | |
14596 | t bsnlc | |
14597 | s/["\\]/\\&/g; s/^/"/; s/$/"/p | |
14598 | d | |
14599 | :bsnlc | |
14600 | s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p | |
14601 | b cont | |
14602 | ' <confdefs.h | sed ' | |
14603 | s/'"$ac_delim"'/"\\\ | |
14604 | "/g' >>$CONFIG_STATUS || ac_write_fail=1 | |
14605 | ||
14606 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | |
14607 | for (key in D) D_is_set[key] = 1 | |
14608 | FS = "\a" | |
14609 | } | |
14610 | /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { | |
14611 | line = \$ 0 | |
14612 | split(line, arg, " ") | |
14613 | if (arg[1] == "#") { | |
14614 | defundef = arg[2] | |
14615 | mac1 = arg[3] | |
14616 | } else { | |
14617 | defundef = substr(arg[1], 2) | |
14618 | mac1 = arg[2] | |
14619 | } | |
14620 | split(mac1, mac2, "(") #) | |
14621 | macro = mac2[1] | |
14622 | prefix = substr(line, 1, index(line, defundef) - 1) | |
14623 | if (D_is_set[macro]) { | |
14624 | # Preserve the white space surrounding the "#". | |
14625 | print prefix "define", macro P[macro] D[macro] | |
14626 | next | |
14627 | } else { | |
14628 | # Replace #undef with comments. This is necessary, for example, | |
14629 | # in the case of _POSIX_SOURCE, which is predefined and required | |
14630 | # on some systems where configure will not decide to define it. | |
14631 | if (defundef == "undef") { | |
14632 | print "/*", prefix defundef, macro, "*/" | |
14633 | next | |
14634 | } | |
14635 | } | |
14636 | } | |
14637 | { print } | |
14638 | _ACAWK | |
42ecbf5e | 14639 | _ACEOF |
81ecdfbb RW |
14640 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
14641 | as_fn_error "could not setup config headers machinery" "$LINENO" 5 | |
14642 | fi # test -n "$CONFIG_HEADERS" | |
42ecbf5e | 14643 | |
81ecdfbb RW |
14644 | |
14645 | eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" | |
14646 | shift | |
14647 | for ac_tag | |
14648 | do | |
14649 | case $ac_tag in | |
14650 | :[FHLC]) ac_mode=$ac_tag; continue;; | |
14651 | esac | |
14652 | case $ac_mode$ac_tag in | |
14653 | :[FHL]*:*);; | |
14654 | :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;; | |
14655 | :[FH]-) ac_tag=-:-;; | |
14656 | :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; | |
14657 | esac | |
14658 | ac_save_IFS=$IFS | |
14659 | IFS=: | |
14660 | set x $ac_tag | |
14661 | IFS=$ac_save_IFS | |
14662 | shift | |
14663 | ac_file=$1 | |
14664 | shift | |
14665 | ||
14666 | case $ac_mode in | |
14667 | :L) ac_source=$1;; | |
14668 | :[FH]) | |
14669 | ac_file_inputs= | |
14670 | for ac_f | |
14671 | do | |
14672 | case $ac_f in | |
14673 | -) ac_f="$tmp/stdin";; | |
14674 | *) # Look for the file first in the build tree, then in the source tree | |
14675 | # (if the path is not absolute). The absolute path cannot be DOS-style, | |
14676 | # because $ac_f cannot contain `:'. | |
14677 | test -f "$ac_f" || | |
14678 | case $ac_f in | |
14679 | [\\/$]*) false;; | |
14680 | *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; | |
14681 | esac || | |
14682 | as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;; | |
14683 | esac | |
14684 | case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac | |
14685 | as_fn_append ac_file_inputs " '$ac_f'" | |
14686 | done | |
14687 | ||
14688 | # Let's still pretend it is `configure' which instantiates (i.e., don't | |
14689 | # use $as_me), people would be surprised to read: | |
14690 | # /* config.h. Generated by config.status. */ | |
14691 | configure_input='Generated from '` | |
14692 | $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' | |
14693 | `' by configure.' | |
14694 | if test x"$ac_file" != x-; then | |
14695 | configure_input="$ac_file. $configure_input" | |
14696 | { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 | |
14697 | $as_echo "$as_me: creating $ac_file" >&6;} | |
252b5132 | 14698 | fi |
81ecdfbb RW |
14699 | # Neutralize special characters interpreted by sed in replacement strings. |
14700 | case $configure_input in #( | |
14701 | *\&* | *\|* | *\\* ) | |
14702 | ac_sed_conf_input=`$as_echo "$configure_input" | | |
14703 | sed 's/[\\\\&|]/\\\\&/g'`;; #( | |
14704 | *) ac_sed_conf_input=$configure_input;; | |
14705 | esac | |
252b5132 | 14706 | |
81ecdfbb RW |
14707 | case $ac_tag in |
14708 | *:-:* | *:-) cat >"$tmp/stdin" \ | |
14709 | || as_fn_error "could not create $ac_file" "$LINENO" 5 ;; | |
14710 | esac | |
14711 | ;; | |
252b5132 RH |
14712 | esac |
14713 | ||
81ecdfbb | 14714 | ac_dir=`$as_dirname -- "$ac_file" || |
42ecbf5e DJ |
14715 | $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
14716 | X"$ac_file" : 'X\(//\)[^/]' \| \ | |
14717 | X"$ac_file" : 'X\(//\)$' \| \ | |
81ecdfbb RW |
14718 | X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || |
14719 | $as_echo X"$ac_file" | | |
14720 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ | |
14721 | s//\1/ | |
14722 | q | |
14723 | } | |
14724 | /^X\(\/\/\)[^/].*/{ | |
14725 | s//\1/ | |
14726 | q | |
14727 | } | |
14728 | /^X\(\/\/\)$/{ | |
14729 | s//\1/ | |
14730 | q | |
14731 | } | |
14732 | /^X\(\/\).*/{ | |
14733 | s//\1/ | |
14734 | q | |
14735 | } | |
14736 | s/.*/./; q'` | |
14737 | as_dir="$ac_dir"; as_fn_mkdir_p | |
42ecbf5e DJ |
14738 | ac_builddir=. |
14739 | ||
81ecdfbb RW |
14740 | case "$ac_dir" in |
14741 | .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; | |
14742 | *) | |
14743 | ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` | |
14744 | # A ".." for each directory in $ac_dir_suffix. | |
14745 | ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` | |
14746 | case $ac_top_builddir_sub in | |
14747 | "") ac_top_builddir_sub=. ac_top_build_prefix= ;; | |
14748 | *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; | |
14749 | esac ;; | |
14750 | esac | |
14751 | ac_abs_top_builddir=$ac_pwd | |
14752 | ac_abs_builddir=$ac_pwd$ac_dir_suffix | |
14753 | # for backward compatibility: | |
14754 | ac_top_builddir=$ac_top_build_prefix | |
252b5132 | 14755 | |
42ecbf5e | 14756 | case $srcdir in |
81ecdfbb | 14757 | .) # We are building in place. |
42ecbf5e | 14758 | ac_srcdir=. |
81ecdfbb RW |
14759 | ac_top_srcdir=$ac_top_builddir_sub |
14760 | ac_abs_top_srcdir=$ac_pwd ;; | |
14761 | [\\/]* | ?:[\\/]* ) # Absolute name. | |
42ecbf5e | 14762 | ac_srcdir=$srcdir$ac_dir_suffix; |
81ecdfbb RW |
14763 | ac_top_srcdir=$srcdir |
14764 | ac_abs_top_srcdir=$srcdir ;; | |
14765 | *) # Relative name. | |
14766 | ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix | |
14767 | ac_top_srcdir=$ac_top_build_prefix$srcdir | |
14768 | ac_abs_top_srcdir=$ac_pwd/$srcdir ;; | |
42ecbf5e | 14769 | esac |
81ecdfbb | 14770 | ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix |
42ecbf5e | 14771 | |
252b5132 | 14772 | |
81ecdfbb RW |
14773 | case $ac_mode in |
14774 | :F) | |
14775 | # | |
14776 | # CONFIG_FILE | |
14777 | # | |
e5a52504 | 14778 | |
42ecbf5e DJ |
14779 | case $INSTALL in |
14780 | [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; | |
81ecdfbb RW |
14781 | *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; |
14782 | esac | |
14783 | ac_MKDIR_P=$MKDIR_P | |
14784 | case $MKDIR_P in | |
14785 | [\\/$]* | ?:[\\/]* ) ;; | |
14786 | */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; | |
d15b04bd | 14787 | esac |
81ecdfbb | 14788 | _ACEOF |
e5a52504 | 14789 | |
81ecdfbb RW |
14790 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
14791 | # If the template does not know about datarootdir, expand it. | |
14792 | # FIXME: This hack should be removed a few years after 2.60. | |
14793 | ac_datarootdir_hack=; ac_datarootdir_seen= | |
14794 | ac_sed_dataroot=' | |
14795 | /datarootdir/ { | |
14796 | p | |
14797 | q | |
14798 | } | |
14799 | /@datadir@/p | |
14800 | /@docdir@/p | |
14801 | /@infodir@/p | |
14802 | /@localedir@/p | |
14803 | /@mandir@/p' | |
14804 | case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in | |
14805 | *datarootdir*) ac_datarootdir_seen=yes;; | |
14806 | *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) | |
14807 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 | |
14808 | $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} | |
14809 | _ACEOF | |
14810 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | |
14811 | ac_datarootdir_hack=' | |
14812 | s&@datadir@&$datadir&g | |
14813 | s&@docdir@&$docdir&g | |
14814 | s&@infodir@&$infodir&g | |
14815 | s&@localedir@&$localedir&g | |
14816 | s&@mandir@&$mandir&g | |
14817 | s&\\\${datarootdir}&$datarootdir&g' ;; | |
14818 | esac | |
42ecbf5e | 14819 | _ACEOF |
81ecdfbb RW |
14820 | |
14821 | # Neutralize VPATH when `$srcdir' = `.'. | |
14822 | # Shell code in configure.ac might set extrasub. | |
14823 | # FIXME: do we really want to maintain this feature? | |
14824 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | |
14825 | ac_sed_extra="$ac_vpsub | |
42ecbf5e DJ |
14826 | $extrasub |
14827 | _ACEOF | |
81ecdfbb | 14828 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
42ecbf5e DJ |
14829 | :t |
14830 | /@[a-zA-Z_][a-zA-Z_0-9]*@/!b | |
81ecdfbb RW |
14831 | s|@configure_input@|$ac_sed_conf_input|;t t |
14832 | s&@top_builddir@&$ac_top_builddir_sub&;t t | |
14833 | s&@top_build_prefix@&$ac_top_build_prefix&;t t | |
14834 | s&@srcdir@&$ac_srcdir&;t t | |
14835 | s&@abs_srcdir@&$ac_abs_srcdir&;t t | |
14836 | s&@top_srcdir@&$ac_top_srcdir&;t t | |
14837 | s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t | |
14838 | s&@builddir@&$ac_builddir&;t t | |
14839 | s&@abs_builddir@&$ac_abs_builddir&;t t | |
14840 | s&@abs_top_builddir@&$ac_abs_top_builddir&;t t | |
14841 | s&@INSTALL@&$ac_INSTALL&;t t | |
14842 | s&@MKDIR_P@&$ac_MKDIR_P&;t t | |
14843 | $ac_datarootdir_hack | |
14844 | " | |
14845 | eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | | |
14846 | if $ac_cs_awk_getline; then | |
14847 | $AWK -f "$tmp/subs.awk" | |
14848 | else | |
14849 | $AWK -f "$tmp/subs.awk" | $SHELL | |
14850 | fi >$tmp/out \ | |
14851 | || as_fn_error "could not create $ac_file" "$LINENO" 5 | |
14852 | ||
14853 | test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && | |
14854 | { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && | |
14855 | { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && | |
14856 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' | |
14857 | which seems to be undefined. Please make sure it is defined." >&5 | |
14858 | $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' | |
14859 | which seems to be undefined. Please make sure it is defined." >&2;} | |
14860 | ||
14861 | rm -f "$tmp/stdin" | |
42ecbf5e | 14862 | case $ac_file in |
81ecdfbb RW |
14863 | -) cat "$tmp/out" && rm -f "$tmp/out";; |
14864 | *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; | |
14865 | esac \ | |
14866 | || as_fn_error "could not create $ac_file" "$LINENO" 5 | |
14867 | ;; | |
14868 | :H) | |
14869 | # | |
14870 | # CONFIG_HEADER | |
14871 | # | |
42ecbf5e | 14872 | if test x"$ac_file" != x-; then |
81ecdfbb RW |
14873 | { |
14874 | $as_echo "/* $configure_input */" \ | |
14875 | && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" | |
14876 | } >"$tmp/config.h" \ | |
14877 | || as_fn_error "could not create $ac_file" "$LINENO" 5 | |
14878 | if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then | |
14879 | { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 | |
14880 | $as_echo "$as_me: $ac_file is unchanged" >&6;} | |
42ecbf5e | 14881 | else |
81ecdfbb RW |
14882 | rm -f "$ac_file" |
14883 | mv "$tmp/config.h" "$ac_file" \ | |
14884 | || as_fn_error "could not create $ac_file" "$LINENO" 5 | |
252b5132 | 14885 | fi |
42ecbf5e | 14886 | else |
81ecdfbb RW |
14887 | $as_echo "/* $configure_input */" \ |
14888 | && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ | |
14889 | || as_fn_error "could not create -" "$LINENO" 5 | |
e5a52504 | 14890 | fi |
81ecdfbb RW |
14891 | # Compute "$ac_file"'s index in $config_headers. |
14892 | _am_arg="$ac_file" | |
42ecbf5e DJ |
14893 | _am_stamp_count=1 |
14894 | for _am_header in $config_headers :; do | |
14895 | case $_am_header in | |
81ecdfbb | 14896 | $_am_arg | $_am_arg:* ) |
42ecbf5e DJ |
14897 | break ;; |
14898 | * ) | |
14899 | _am_stamp_count=`expr $_am_stamp_count + 1` ;; | |
14900 | esac | |
14901 | done | |
81ecdfbb RW |
14902 | echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || |
14903 | $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |
14904 | X"$_am_arg" : 'X\(//\)[^/]' \| \ | |
14905 | X"$_am_arg" : 'X\(//\)$' \| \ | |
14906 | X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || | |
14907 | $as_echo X"$_am_arg" | | |
14908 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ | |
14909 | s//\1/ | |
14910 | q | |
14911 | } | |
14912 | /^X\(\/\/\)[^/].*/{ | |
14913 | s//\1/ | |
14914 | q | |
14915 | } | |
14916 | /^X\(\/\/\)$/{ | |
14917 | s//\1/ | |
14918 | q | |
14919 | } | |
14920 | /^X\(\/\).*/{ | |
14921 | s//\1/ | |
14922 | q | |
14923 | } | |
14924 | s/.*/./; q'`/stamp-h$_am_stamp_count | |
14925 | ;; | |
42ecbf5e | 14926 | |
81ecdfbb RW |
14927 | :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 |
14928 | $as_echo "$as_me: executing $ac_file commands" >&6;} | |
14929 | ;; | |
14930 | esac | |
42ecbf5e DJ |
14931 | |
14932 | ||
81ecdfbb RW |
14933 | case $ac_file$ac_mode in |
14934 | "depfiles":C) test x"$AMDEP_TRUE" != x"" || { | |
14935 | # Autoconf 2.62 quotes --file arguments for eval, but not when files | |
14936 | # are listed without --file. Let's play safe and only enable the eval | |
14937 | # if we detect the quoting. | |
14938 | case $CONFIG_FILES in | |
14939 | *\'*) eval set x "$CONFIG_FILES" ;; | |
14940 | *) set x $CONFIG_FILES ;; | |
14941 | esac | |
14942 | shift | |
14943 | for mf | |
14944 | do | |
14945 | # Strip MF so we end up with the name of the file. | |
14946 | mf=`echo "$mf" | sed -e 's/:.*$//'` | |
14947 | # Check whether this is an Automake generated Makefile or not. | |
14948 | # We used to match only the files named `Makefile.in', but | |
14949 | # some people rename them; so instead we look at the file content. | |
14950 | # Grep'ing the first line is not enough: some people post-process | |
14951 | # each Makefile.in and add a new line on top of each file to say so. | |
14952 | # Grep'ing the whole file is not good either: AIX grep has a line | |
14953 | # limit of 2048, but all sed's we know have understand at least 4000. | |
14954 | if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then | |
14955 | dirpart=`$as_dirname -- "$mf" || | |
42ecbf5e DJ |
14956 | $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
14957 | X"$mf" : 'X\(//\)[^/]' \| \ | |
14958 | X"$mf" : 'X\(//\)$' \| \ | |
81ecdfbb RW |
14959 | X"$mf" : 'X\(/\)' \| . 2>/dev/null || |
14960 | $as_echo X"$mf" | | |
14961 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ | |
14962 | s//\1/ | |
14963 | q | |
14964 | } | |
14965 | /^X\(\/\/\)[^/].*/{ | |
14966 | s//\1/ | |
14967 | q | |
14968 | } | |
14969 | /^X\(\/\/\)$/{ | |
14970 | s//\1/ | |
14971 | q | |
14972 | } | |
14973 | /^X\(\/\).*/{ | |
14974 | s//\1/ | |
14975 | q | |
14976 | } | |
14977 | s/.*/./; q'` | |
14978 | else | |
14979 | continue | |
14980 | fi | |
14981 | # Extract the definition of DEPDIR, am__include, and am__quote | |
14982 | # from the Makefile without running `make'. | |
14983 | DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` | |
14984 | test -z "$DEPDIR" && continue | |
14985 | am__include=`sed -n 's/^am__include = //p' < "$mf"` | |
14986 | test -z "am__include" && continue | |
14987 | am__quote=`sed -n 's/^am__quote = //p' < "$mf"` | |
14988 | # When using ansi2knr, U may be empty or an underscore; expand it | |
14989 | U=`sed -n 's/^U = //p' < "$mf"` | |
14990 | # Find all dependency output files, they are included files with | |
14991 | # $(DEPDIR) in their names. We invoke sed twice because it is the | |
14992 | # simplest approach to changing $(DEPDIR) to its actual value in the | |
14993 | # expansion. | |
14994 | for file in `sed -n " | |
14995 | s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ | |
14996 | sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do | |
14997 | # Make sure the directory exists. | |
14998 | test -f "$dirpart/$file" && continue | |
14999 | fdir=`$as_dirname -- "$file" || | |
42ecbf5e DJ |
15000 | $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
15001 | X"$file" : 'X\(//\)[^/]' \| \ | |
15002 | X"$file" : 'X\(//\)$' \| \ | |
81ecdfbb RW |
15003 | X"$file" : 'X\(/\)' \| . 2>/dev/null || |
15004 | $as_echo X"$file" | | |
15005 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ | |
15006 | s//\1/ | |
15007 | q | |
15008 | } | |
15009 | /^X\(\/\/\)[^/].*/{ | |
15010 | s//\1/ | |
15011 | q | |
15012 | } | |
15013 | /^X\(\/\/\)$/{ | |
15014 | s//\1/ | |
15015 | q | |
15016 | } | |
15017 | /^X\(\/\).*/{ | |
15018 | s//\1/ | |
15019 | q | |
15020 | } | |
15021 | s/.*/./; q'` | |
15022 | as_dir=$dirpart/$fdir; as_fn_mkdir_p | |
15023 | # echo "creating $dirpart/$file" | |
15024 | echo '# dummy' > "$dirpart/$file" | |
42ecbf5e | 15025 | done |
42ecbf5e | 15026 | done |
81ecdfbb | 15027 | } |
d7040cdb | 15028 | ;; |
81ecdfbb | 15029 | "libtool":C) |
d7040cdb SE |
15030 | |
15031 | # See if we are running on zsh, and set the options which allow our | |
15032 | # commands through without removal of \ escapes. | |
15033 | if test -n "${ZSH_VERSION+set}" ; then | |
15034 | setopt NO_GLOB_SUBST | |
15035 | fi | |
15036 | ||
15037 | cfgfile="${ofile}T" | |
15038 | trap "$RM \"$cfgfile\"; exit 1" 1 2 15 | |
15039 | $RM "$cfgfile" | |
15040 | ||
15041 | cat <<_LT_EOF >> "$cfgfile" | |
15042 | #! $SHELL | |
15043 | ||
15044 | # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. | |
b214d478 | 15045 | # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION |
d7040cdb SE |
15046 | # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: |
15047 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. | |
15048 | # | |
b214d478 | 15049 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, |
3725885a | 15050 | # 2006, 2007, 2008, 2009 Free Software Foundation, Inc. |
b214d478 | 15051 | # Written by Gordon Matzigkeit, 1996 |
d7040cdb | 15052 | # |
b214d478 | 15053 | # This file is part of GNU Libtool. |
d7040cdb | 15054 | # |
b214d478 SE |
15055 | # GNU Libtool is free software; you can redistribute it and/or |
15056 | # modify it under the terms of the GNU General Public License as | |
15057 | # published by the Free Software Foundation; either version 2 of | |
15058 | # the License, or (at your option) any later version. | |
d7040cdb | 15059 | # |
b214d478 SE |
15060 | # As a special exception to the GNU General Public License, |
15061 | # if you distribute this file as part of a program or library that | |
15062 | # is built using GNU Libtool, you may include this file under the | |
15063 | # same distribution terms that you use for the rest of that program. | |
d7040cdb | 15064 | # |
b214d478 SE |
15065 | # GNU Libtool is distributed in the hope that it will be useful, |
15066 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
15067 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
15068 | # GNU General Public License for more details. | |
d7040cdb | 15069 | # |
b214d478 SE |
15070 | # You should have received a copy of the GNU General Public License |
15071 | # along with GNU Libtool; see the file COPYING. If not, a copy | |
15072 | # can be downloaded from http://www.gnu.org/licenses/gpl.html, or | |
15073 | # obtained by writing to the Free Software Foundation, Inc., | |
15074 | # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | |
d7040cdb SE |
15075 | |
15076 | ||
15077 | # The names of the tagged configurations supported by this script. | |
15078 | available_tags="" | |
15079 | ||
15080 | # ### BEGIN LIBTOOL CONFIG | |
15081 | ||
15082 | # Which release of libtool.m4 was used? | |
15083 | macro_version=$macro_version | |
15084 | macro_revision=$macro_revision | |
15085 | ||
15086 | # Whether or not to build shared libraries. | |
15087 | build_libtool_libs=$enable_shared | |
15088 | ||
15089 | # Whether or not to build static libraries. | |
15090 | build_old_libs=$enable_static | |
15091 | ||
15092 | # What type of objects to build. | |
15093 | pic_mode=$pic_mode | |
15094 | ||
15095 | # Whether or not to optimize for fast installation. | |
15096 | fast_install=$enable_fast_install | |
15097 | ||
3725885a RW |
15098 | # Shell to use when invoking shell scripts. |
15099 | SHELL=$lt_SHELL | |
15100 | ||
15101 | # An echo program that protects backslashes. | |
15102 | ECHO=$lt_ECHO | |
15103 | ||
d7040cdb SE |
15104 | # The host system. |
15105 | host_alias=$host_alias | |
15106 | host=$host | |
15107 | host_os=$host_os | |
15108 | ||
15109 | # The build system. | |
15110 | build_alias=$build_alias | |
15111 | build=$build | |
15112 | build_os=$build_os | |
15113 | ||
15114 | # A sed program that does not truncate output. | |
15115 | SED=$lt_SED | |
15116 | ||
15117 | # Sed that helps us avoid accidentally triggering echo(1) options like -n. | |
15118 | Xsed="\$SED -e 1s/^X//" | |
15119 | ||
15120 | # A grep program that handles long lines. | |
15121 | GREP=$lt_GREP | |
15122 | ||
15123 | # An ERE matcher. | |
15124 | EGREP=$lt_EGREP | |
15125 | ||
15126 | # A literal string matcher. | |
15127 | FGREP=$lt_FGREP | |
15128 | ||
15129 | # A BSD- or MS-compatible name lister. | |
15130 | NM=$lt_NM | |
15131 | ||
15132 | # Whether we need soft or hard links. | |
15133 | LN_S=$lt_LN_S | |
15134 | ||
15135 | # What is the maximum length of a command? | |
15136 | max_cmd_len=$max_cmd_len | |
15137 | ||
15138 | # Object file suffix (normally "o"). | |
15139 | objext=$ac_objext | |
15140 | ||
15141 | # Executable file suffix (normally ""). | |
15142 | exeext=$exeext | |
15143 | ||
15144 | # whether the shell understands "unset". | |
15145 | lt_unset=$lt_unset | |
15146 | ||
15147 | # turn spaces into newlines. | |
15148 | SP2NL=$lt_lt_SP2NL | |
15149 | ||
15150 | # turn newlines into spaces. | |
15151 | NL2SP=$lt_lt_NL2SP | |
15152 | ||
b214d478 SE |
15153 | # An object symbol dumper. |
15154 | OBJDUMP=$lt_OBJDUMP | |
15155 | ||
d7040cdb SE |
15156 | # Method to check whether dependent libraries are shared objects. |
15157 | deplibs_check_method=$lt_deplibs_check_method | |
15158 | ||
15159 | # Command to use when deplibs_check_method == "file_magic". | |
15160 | file_magic_cmd=$lt_file_magic_cmd | |
15161 | ||
15162 | # The archiver. | |
15163 | AR=$lt_AR | |
15164 | AR_FLAGS=$lt_AR_FLAGS | |
15165 | ||
15166 | # A symbol stripping program. | |
15167 | STRIP=$lt_STRIP | |
15168 | ||
15169 | # Commands used to install an old-style archive. | |
15170 | RANLIB=$lt_RANLIB | |
15171 | old_postinstall_cmds=$lt_old_postinstall_cmds | |
15172 | old_postuninstall_cmds=$lt_old_postuninstall_cmds | |
15173 | ||
3725885a RW |
15174 | # Whether to use a lock for old archive extraction. |
15175 | lock_old_archive_extraction=$lock_old_archive_extraction | |
15176 | ||
d7040cdb SE |
15177 | # A C compiler. |
15178 | LTCC=$lt_CC | |
15179 | ||
15180 | # LTCC compiler flags. | |
15181 | LTCFLAGS=$lt_CFLAGS | |
15182 | ||
15183 | # Take the output of nm and produce a listing of raw symbols and C names. | |
15184 | global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe | |
15185 | ||
15186 | # Transform the output of nm in a proper C declaration. | |
15187 | global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl | |
15188 | ||
15189 | # Transform the output of nm in a C name address pair. | |
15190 | global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address | |
15191 | ||
b214d478 SE |
15192 | # Transform the output of nm in a C name address pair when lib prefix is needed. |
15193 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix | |
15194 | ||
d7040cdb SE |
15195 | # The name of the directory that contains temporary libtool files. |
15196 | objdir=$objdir | |
15197 | ||
d7040cdb SE |
15198 | # Used to examine libraries when file_magic_cmd begins with "file". |
15199 | MAGIC_CMD=$MAGIC_CMD | |
15200 | ||
15201 | # Must we lock files when doing compilation? | |
15202 | need_locks=$lt_need_locks | |
15203 | ||
b214d478 SE |
15204 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. |
15205 | DSYMUTIL=$lt_DSYMUTIL | |
15206 | ||
15207 | # Tool to change global to local symbols on Mac OS X. | |
15208 | NMEDIT=$lt_NMEDIT | |
15209 | ||
15210 | # Tool to manipulate fat objects and archives on Mac OS X. | |
15211 | LIPO=$lt_LIPO | |
15212 | ||
15213 | # ldd/readelf like tool for Mach-O binaries on Mac OS X. | |
15214 | OTOOL=$lt_OTOOL | |
15215 | ||
15216 | # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4. | |
15217 | OTOOL64=$lt_OTOOL64 | |
15218 | ||
d7040cdb SE |
15219 | # Old archive suffix (normally "a"). |
15220 | libext=$libext | |
15221 | ||
15222 | # Shared library suffix (normally ".so"). | |
15223 | shrext_cmds=$lt_shrext_cmds | |
15224 | ||
15225 | # The commands to extract the exported symbol list from a shared archive. | |
15226 | extract_expsyms_cmds=$lt_extract_expsyms_cmds | |
15227 | ||
15228 | # Variables whose values should be saved in libtool wrapper scripts and | |
15229 | # restored at link time. | |
15230 | variables_saved_for_relink=$lt_variables_saved_for_relink | |
15231 | ||
15232 | # Do we need the "lib" prefix for modules? | |
15233 | need_lib_prefix=$need_lib_prefix | |
15234 | ||
15235 | # Do we need a version for libraries? | |
15236 | need_version=$need_version | |
15237 | ||
15238 | # Library versioning type. | |
15239 | version_type=$version_type | |
15240 | ||
15241 | # Shared library runtime path variable. | |
15242 | runpath_var=$runpath_var | |
15243 | ||
15244 | # Shared library path variable. | |
15245 | shlibpath_var=$shlibpath_var | |
15246 | ||
15247 | # Is shlibpath searched before the hard-coded library search path? | |
15248 | shlibpath_overrides_runpath=$shlibpath_overrides_runpath | |
15249 | ||
15250 | # Format of library name prefix. | |
15251 | libname_spec=$lt_libname_spec | |
15252 | ||
15253 | # List of archive names. First name is the real one, the rest are links. | |
15254 | # The last name is the one that the linker finds with -lNAME | |
15255 | library_names_spec=$lt_library_names_spec | |
15256 | ||
15257 | # The coded name of the library, if different from the real name. | |
15258 | soname_spec=$lt_soname_spec | |
15259 | ||
3725885a RW |
15260 | # Permission mode override for installation of shared libraries. |
15261 | install_override_mode=$lt_install_override_mode | |
15262 | ||
d7040cdb SE |
15263 | # Command to use after installation of a shared archive. |
15264 | postinstall_cmds=$lt_postinstall_cmds | |
15265 | ||
15266 | # Command to use after uninstallation of a shared archive. | |
15267 | postuninstall_cmds=$lt_postuninstall_cmds | |
15268 | ||
15269 | # Commands used to finish a libtool library installation in a directory. | |
15270 | finish_cmds=$lt_finish_cmds | |
15271 | ||
15272 | # As "finish_cmds", except a single script fragment to be evaled but | |
15273 | # not shown. | |
15274 | finish_eval=$lt_finish_eval | |
15275 | ||
15276 | # Whether we should hardcode library paths into libraries. | |
15277 | hardcode_into_libs=$hardcode_into_libs | |
15278 | ||
15279 | # Compile-time system search path for libraries. | |
15280 | sys_lib_search_path_spec=$lt_sys_lib_search_path_spec | |
15281 | ||
15282 | # Run-time system search path for libraries. | |
15283 | sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec | |
15284 | ||
15285 | # Whether dlopen is supported. | |
15286 | dlopen_support=$enable_dlopen | |
15287 | ||
15288 | # Whether dlopen of programs is supported. | |
15289 | dlopen_self=$enable_dlopen_self | |
15290 | ||
15291 | # Whether dlopen of statically linked programs is supported. | |
15292 | dlopen_self_static=$enable_dlopen_self_static | |
15293 | ||
15294 | # Commands to strip libraries. | |
15295 | old_striplib=$lt_old_striplib | |
15296 | striplib=$lt_striplib | |
15297 | ||
15298 | ||
15299 | # The linker used to build libraries. | |
15300 | LD=$lt_LD | |
15301 | ||
3725885a RW |
15302 | # How to create reloadable object files. |
15303 | reload_flag=$lt_reload_flag | |
15304 | reload_cmds=$lt_reload_cmds | |
15305 | ||
d7040cdb SE |
15306 | # Commands used to build an old-style archive. |
15307 | old_archive_cmds=$lt_old_archive_cmds | |
15308 | ||
15309 | # A language specific compiler. | |
15310 | CC=$lt_compiler | |
15311 | ||
15312 | # Is the compiler the GNU compiler? | |
15313 | with_gcc=$GCC | |
15314 | ||
15315 | # Compiler flag to turn off builtin functions. | |
15316 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag | |
15317 | ||
15318 | # How to pass a linker flag through the compiler. | |
15319 | wl=$lt_lt_prog_compiler_wl | |
15320 | ||
15321 | # Additional compiler flags for building library objects. | |
15322 | pic_flag=$lt_lt_prog_compiler_pic | |
15323 | ||
15324 | # Compiler flag to prevent dynamic linking. | |
15325 | link_static_flag=$lt_lt_prog_compiler_static | |
15326 | ||
15327 | # Does compiler simultaneously support -c and -o options? | |
15328 | compiler_c_o=$lt_lt_cv_prog_compiler_c_o | |
15329 | ||
15330 | # Whether or not to add -lc for building shared libraries. | |
15331 | build_libtool_need_lc=$archive_cmds_need_lc | |
15332 | ||
15333 | # Whether or not to disallow shared libs when runtime libs are static. | |
15334 | allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes | |
15335 | ||
15336 | # Compiler flag to allow reflexive dlopens. | |
15337 | export_dynamic_flag_spec=$lt_export_dynamic_flag_spec | |
15338 | ||
15339 | # Compiler flag to generate shared objects directly from archives. | |
15340 | whole_archive_flag_spec=$lt_whole_archive_flag_spec | |
15341 | ||
15342 | # Whether the compiler copes with passing no objects directly. | |
15343 | compiler_needs_object=$lt_compiler_needs_object | |
15344 | ||
15345 | # Create an old-style archive from a shared archive. | |
15346 | old_archive_from_new_cmds=$lt_old_archive_from_new_cmds | |
15347 | ||
15348 | # Create a temporary old-style archive to link instead of a shared archive. | |
15349 | old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds | |
15350 | ||
15351 | # Commands used to build a shared archive. | |
15352 | archive_cmds=$lt_archive_cmds | |
15353 | archive_expsym_cmds=$lt_archive_expsym_cmds | |
15354 | ||
15355 | # Commands used to build a loadable module if different from building | |
15356 | # a shared archive. | |
15357 | module_cmds=$lt_module_cmds | |
15358 | module_expsym_cmds=$lt_module_expsym_cmds | |
15359 | ||
15360 | # Whether we are building with GNU ld or not. | |
15361 | with_gnu_ld=$lt_with_gnu_ld | |
15362 | ||
15363 | # Flag that allows shared libraries with undefined symbols to be built. | |
15364 | allow_undefined_flag=$lt_allow_undefined_flag | |
15365 | ||
15366 | # Flag that enforces no undefined symbols. | |
15367 | no_undefined_flag=$lt_no_undefined_flag | |
15368 | ||
15369 | # Flag to hardcode \$libdir into a binary during linking. | |
15370 | # This must work even if \$libdir does not exist | |
15371 | hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec | |
15372 | ||
15373 | # If ld is used when linking, flag to hardcode \$libdir into a binary | |
15374 | # during linking. This must work even if \$libdir does not exist. | |
15375 | hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld | |
15376 | ||
15377 | # Whether we need a single "-rpath" flag with a separated argument. | |
15378 | hardcode_libdir_separator=$lt_hardcode_libdir_separator | |
15379 | ||
15380 | # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes | |
15381 | # DIR into the resulting binary. | |
15382 | hardcode_direct=$hardcode_direct | |
15383 | ||
15384 | # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes | |
15385 | # DIR into the resulting binary and the resulting library dependency is | |
15386 | # "absolute",i.e impossible to change by setting \${shlibpath_var} if the | |
15387 | # library is relocated. | |
15388 | hardcode_direct_absolute=$hardcode_direct_absolute | |
15389 | ||
15390 | # Set to "yes" if using the -LDIR flag during linking hardcodes DIR | |
15391 | # into the resulting binary. | |
15392 | hardcode_minus_L=$hardcode_minus_L | |
15393 | ||
15394 | # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR | |
15395 | # into the resulting binary. | |
15396 | hardcode_shlibpath_var=$hardcode_shlibpath_var | |
15397 | ||
15398 | # Set to "yes" if building a shared library automatically hardcodes DIR | |
15399 | # into the library and all subsequent libraries and executables linked | |
15400 | # against it. | |
15401 | hardcode_automatic=$hardcode_automatic | |
15402 | ||
15403 | # Set to yes if linker adds runtime paths of dependent libraries | |
15404 | # to runtime path list. | |
15405 | inherit_rpath=$inherit_rpath | |
15406 | ||
15407 | # Whether libtool must link a program against all its dependency libraries. | |
15408 | link_all_deplibs=$link_all_deplibs | |
15409 | ||
15410 | # Fix the shell variable \$srcfile for the compiler. | |
15411 | fix_srcfile_path=$lt_fix_srcfile_path | |
15412 | ||
15413 | # Set to "yes" if exported symbols are required. | |
15414 | always_export_symbols=$always_export_symbols | |
15415 | ||
15416 | # The commands to list exported symbols. | |
15417 | export_symbols_cmds=$lt_export_symbols_cmds | |
15418 | ||
15419 | # Symbols that should not be listed in the preloaded symbols. | |
15420 | exclude_expsyms=$lt_exclude_expsyms | |
15421 | ||
15422 | # Symbols that must always be exported. | |
15423 | include_expsyms=$lt_include_expsyms | |
15424 | ||
15425 | # Commands necessary for linking programs (against libraries) with templates. | |
15426 | prelink_cmds=$lt_prelink_cmds | |
15427 | ||
15428 | # Specify filename containing input files. | |
15429 | file_list_spec=$lt_file_list_spec | |
15430 | ||
15431 | # How to hardcode a shared library path into an executable. | |
15432 | hardcode_action=$hardcode_action | |
15433 | ||
15434 | # ### END LIBTOOL CONFIG | |
15435 | ||
15436 | _LT_EOF | |
15437 | ||
15438 | case $host_os in | |
15439 | aix3*) | |
15440 | cat <<\_LT_EOF >> "$cfgfile" | |
15441 | # AIX sometimes has problems with the GCC collect2 program. For some | |
15442 | # reason, if we set the COLLECT_NAMES environment variable, the problems | |
15443 | # vanish in a puff of smoke. | |
15444 | if test "X${COLLECT_NAMES+set}" != Xset; then | |
15445 | COLLECT_NAMES= | |
15446 | export COLLECT_NAMES | |
15447 | fi | |
15448 | _LT_EOF | |
15449 | ;; | |
15450 | esac | |
15451 | ||
15452 | ||
15453 | ltmain="$ac_aux_dir/ltmain.sh" | |
15454 | ||
15455 | ||
15456 | # We use sed instead of cat because bash on DJGPP gets confused if | |
15457 | # if finds mixed CR/LF and LF-only lines. Since sed operates in | |
15458 | # text mode, it properly converts lines to CR/LF. This bash problem | |
15459 | # is reportedly fixed, but why not run on old versions too? | |
15460 | sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \ | |
15461 | || (rm -f "$cfgfile"; exit 1) | |
15462 | ||
15463 | case $xsi_shell in | |
15464 | yes) | |
15465 | cat << \_LT_EOF >> "$cfgfile" | |
b214d478 | 15466 | |
d7040cdb SE |
15467 | # func_dirname file append nondir_replacement |
15468 | # Compute the dirname of FILE. If nonempty, add APPEND to the result, | |
15469 | # otherwise set result to NONDIR_REPLACEMENT. | |
15470 | func_dirname () | |
15471 | { | |
15472 | case ${1} in | |
15473 | */*) func_dirname_result="${1%/*}${2}" ;; | |
15474 | * ) func_dirname_result="${3}" ;; | |
15475 | esac | |
15476 | } | |
15477 | ||
15478 | # func_basename file | |
15479 | func_basename () | |
15480 | { | |
15481 | func_basename_result="${1##*/}" | |
15482 | } | |
15483 | ||
b214d478 SE |
15484 | # func_dirname_and_basename file append nondir_replacement |
15485 | # perform func_basename and func_dirname in a single function | |
15486 | # call: | |
15487 | # dirname: Compute the dirname of FILE. If nonempty, | |
15488 | # add APPEND to the result, otherwise set result | |
15489 | # to NONDIR_REPLACEMENT. | |
15490 | # value returned in "$func_dirname_result" | |
15491 | # basename: Compute filename of FILE. | |
15492 | # value retuned in "$func_basename_result" | |
15493 | # Implementation must be kept synchronized with func_dirname | |
15494 | # and func_basename. For efficiency, we do not delegate to | |
15495 | # those functions but instead duplicate the functionality here. | |
15496 | func_dirname_and_basename () | |
15497 | { | |
15498 | case ${1} in | |
15499 | */*) func_dirname_result="${1%/*}${2}" ;; | |
15500 | * ) func_dirname_result="${3}" ;; | |
15501 | esac | |
15502 | func_basename_result="${1##*/}" | |
15503 | } | |
15504 | ||
d7040cdb SE |
15505 | # func_stripname prefix suffix name |
15506 | # strip PREFIX and SUFFIX off of NAME. | |
15507 | # PREFIX and SUFFIX must not contain globbing or regex special | |
15508 | # characters, hashes, percent signs, but SUFFIX may contain a leading | |
15509 | # dot (in which case that matches only a dot). | |
15510 | func_stripname () | |
15511 | { | |
15512 | # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are | |
15513 | # positional parameters, so assign one to ordinary parameter first. | |
15514 | func_stripname_result=${3} | |
15515 | func_stripname_result=${func_stripname_result#"${1}"} | |
15516 | func_stripname_result=${func_stripname_result%"${2}"} | |
15517 | } | |
15518 | ||
15519 | # func_opt_split | |
15520 | func_opt_split () | |
15521 | { | |
15522 | func_opt_split_opt=${1%%=*} | |
15523 | func_opt_split_arg=${1#*=} | |
15524 | } | |
15525 | ||
15526 | # func_lo2o object | |
15527 | func_lo2o () | |
15528 | { | |
15529 | case ${1} in | |
15530 | *.lo) func_lo2o_result=${1%.lo}.${objext} ;; | |
15531 | *) func_lo2o_result=${1} ;; | |
15532 | esac | |
15533 | } | |
b214d478 SE |
15534 | |
15535 | # func_xform libobj-or-source | |
15536 | func_xform () | |
15537 | { | |
15538 | func_xform_result=${1%.*}.lo | |
15539 | } | |
15540 | ||
15541 | # func_arith arithmetic-term... | |
15542 | func_arith () | |
15543 | { | |
15544 | func_arith_result=$(( $* )) | |
15545 | } | |
15546 | ||
15547 | # func_len string | |
15548 | # STRING may not start with a hyphen. | |
15549 | func_len () | |
15550 | { | |
15551 | func_len_result=${#1} | |
15552 | } | |
15553 | ||
d7040cdb SE |
15554 | _LT_EOF |
15555 | ;; | |
15556 | *) # Bourne compatible functions. | |
15557 | cat << \_LT_EOF >> "$cfgfile" | |
b214d478 | 15558 | |
d7040cdb SE |
15559 | # func_dirname file append nondir_replacement |
15560 | # Compute the dirname of FILE. If nonempty, add APPEND to the result, | |
15561 | # otherwise set result to NONDIR_REPLACEMENT. | |
15562 | func_dirname () | |
15563 | { | |
15564 | # Extract subdirectory from the argument. | |
3725885a | 15565 | func_dirname_result=`$ECHO "${1}" | $SED "$dirname"` |
d7040cdb SE |
15566 | if test "X$func_dirname_result" = "X${1}"; then |
15567 | func_dirname_result="${3}" | |
15568 | else | |
15569 | func_dirname_result="$func_dirname_result${2}" | |
15570 | fi | |
15571 | } | |
15572 | ||
15573 | # func_basename file | |
15574 | func_basename () | |
15575 | { | |
3725885a | 15576 | func_basename_result=`$ECHO "${1}" | $SED "$basename"` |
d7040cdb SE |
15577 | } |
15578 | ||
b214d478 | 15579 | |
d7040cdb SE |
15580 | # func_stripname prefix suffix name |
15581 | # strip PREFIX and SUFFIX off of NAME. | |
15582 | # PREFIX and SUFFIX must not contain globbing or regex special | |
15583 | # characters, hashes, percent signs, but SUFFIX may contain a leading | |
15584 | # dot (in which case that matches only a dot). | |
15585 | # func_strip_suffix prefix name | |
15586 | func_stripname () | |
15587 | { | |
15588 | case ${2} in | |
3725885a RW |
15589 | .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;; |
15590 | *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;; | |
d7040cdb SE |
15591 | esac |
15592 | } | |
15593 | ||
15594 | # sed scripts: | |
15595 | my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q' | |
15596 | my_sed_long_arg='1s/^-[^=]*=//' | |
15597 | ||
15598 | # func_opt_split | |
15599 | func_opt_split () | |
15600 | { | |
3725885a RW |
15601 | func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"` |
15602 | func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"` | |
d7040cdb SE |
15603 | } |
15604 | ||
15605 | # func_lo2o object | |
15606 | func_lo2o () | |
15607 | { | |
3725885a | 15608 | func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"` |
d7040cdb | 15609 | } |
b214d478 SE |
15610 | |
15611 | # func_xform libobj-or-source | |
15612 | func_xform () | |
15613 | { | |
3725885a | 15614 | func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'` |
b214d478 SE |
15615 | } |
15616 | ||
15617 | # func_arith arithmetic-term... | |
15618 | func_arith () | |
15619 | { | |
15620 | func_arith_result=`expr "$@"` | |
15621 | } | |
15622 | ||
15623 | # func_len string | |
15624 | # STRING may not start with a hyphen. | |
15625 | func_len () | |
15626 | { | |
15627 | func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len` | |
15628 | } | |
15629 | ||
d7040cdb SE |
15630 | _LT_EOF |
15631 | esac | |
15632 | ||
15633 | case $lt_shell_append in | |
15634 | yes) | |
15635 | cat << \_LT_EOF >> "$cfgfile" | |
15636 | ||
15637 | # func_append var value | |
15638 | # Append VALUE to the end of shell variable VAR. | |
15639 | func_append () | |
15640 | { | |
15641 | eval "$1+=\$2" | |
15642 | } | |
15643 | _LT_EOF | |
15644 | ;; | |
15645 | *) | |
15646 | cat << \_LT_EOF >> "$cfgfile" | |
15647 | ||
15648 | # func_append var value | |
15649 | # Append VALUE to the end of shell variable VAR. | |
15650 | func_append () | |
15651 | { | |
15652 | eval "$1=\$$1\$2" | |
15653 | } | |
b214d478 | 15654 | |
d7040cdb SE |
15655 | _LT_EOF |
15656 | ;; | |
15657 | esac | |
15658 | ||
15659 | ||
15660 | sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \ | |
15661 | || (rm -f "$cfgfile"; exit 1) | |
15662 | ||
15663 | mv -f "$cfgfile" "$ofile" || | |
15664 | (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") | |
15665 | chmod +x "$ofile" | |
15666 | ||
42ecbf5e | 15667 | ;; |
81ecdfbb | 15668 | "default-1":C) |
20e95c23 DJ |
15669 | for ac_file in $CONFIG_FILES; do |
15670 | # Support "outfile[:infile[:infile...]]" | |
15671 | case "$ac_file" in | |
15672 | *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; | |
15673 | esac | |
15674 | # PO directories have a Makefile.in generated from Makefile.in.in. | |
15675 | case "$ac_file" in */Makefile.in) | |
15676 | # Adjust a relative srcdir. | |
15677 | ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` | |
3cac54d2 | 15678 | ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'` |
20e95c23 DJ |
15679 | ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` |
15680 | # In autoconf-2.13 it is called $ac_given_srcdir. | |
15681 | # In autoconf-2.50 it is called $srcdir. | |
15682 | test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir" | |
15683 | case "$ac_given_srcdir" in | |
15684 | .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; | |
15685 | /*) top_srcdir="$ac_given_srcdir" ;; | |
15686 | *) top_srcdir="$ac_dots$ac_given_srcdir" ;; | |
15687 | esac | |
15688 | if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then | |
15689 | rm -f "$ac_dir/POTFILES" | |
15690 | test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES" | |
15691 | cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES" | |
15692 | POMAKEFILEDEPS="POTFILES.in" | |
15693 | # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend | |
15694 | # on $ac_dir but don't depend on user-specified configuration | |
15695 | # parameters. | |
15696 | if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then | |
15697 | # The LINGUAS file contains the set of available languages. | |
15698 | if test -n "$OBSOLETE_ALL_LINGUAS"; then | |
15699 | test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete" | |
15700 | fi | |
15701 | ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"` | |
15702 | # Hide the ALL_LINGUAS assigment from automake. | |
15703 | eval 'ALL_LINGUAS''=$ALL_LINGUAS_' | |
15704 | POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS" | |
15705 | else | |
15706 | # The set of available languages was given in configure.in. | |
15707 | eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS' | |
15708 | fi | |
15709 | case "$ac_given_srcdir" in | |
15710 | .) srcdirpre= ;; | |
15711 | *) srcdirpre='$(srcdir)/' ;; | |
15712 | esac | |
15713 | POFILES= | |
15714 | GMOFILES= | |
15715 | UPDATEPOFILES= | |
15716 | DUMMYPOFILES= | |
15717 | for lang in $ALL_LINGUAS; do | |
15718 | POFILES="$POFILES $srcdirpre$lang.po" | |
15719 | GMOFILES="$GMOFILES $srcdirpre$lang.gmo" | |
15720 | UPDATEPOFILES="$UPDATEPOFILES $lang.po-update" | |
15721 | DUMMYPOFILES="$DUMMYPOFILES $lang.nop" | |
15722 | done | |
15723 | # CATALOGS depends on both $ac_dir and the user's LINGUAS | |
15724 | # environment variable. | |
15725 | INST_LINGUAS= | |
15726 | if test -n "$ALL_LINGUAS"; then | |
15727 | for presentlang in $ALL_LINGUAS; do | |
15728 | useit=no | |
15729 | if test "%UNSET%" != "$LINGUAS"; then | |
15730 | desiredlanguages="$LINGUAS" | |
15731 | else | |
15732 | desiredlanguages="$ALL_LINGUAS" | |
15733 | fi | |
15734 | for desiredlang in $desiredlanguages; do | |
15735 | # Use the presentlang catalog if desiredlang is | |
15736 | # a. equal to presentlang, or | |
15737 | # b. a variant of presentlang (because in this case, | |
15738 | # presentlang can be used as a fallback for messages | |
15739 | # which are not translated in the desiredlang catalog). | |
15740 | case "$desiredlang" in | |
15741 | "$presentlang"*) useit=yes;; | |
15742 | esac | |
15743 | done | |
15744 | if test $useit = yes; then | |
15745 | INST_LINGUAS="$INST_LINGUAS $presentlang" | |
15746 | fi | |
15747 | done | |
15748 | fi | |
15749 | CATALOGS= | |
15750 | if test -n "$INST_LINGUAS"; then | |
15751 | for lang in $INST_LINGUAS; do | |
15752 | CATALOGS="$CATALOGS $lang.gmo" | |
15753 | done | |
15754 | fi | |
15755 | test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile" | |
15756 | 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" | |
15757 | for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do | |
15758 | if test -f "$f"; then | |
15759 | case "$f" in | |
15760 | *.orig | *.bak | *~) ;; | |
15761 | *) cat "$f" >> "$ac_dir/Makefile" ;; | |
15762 | esac | |
15763 | fi | |
15764 | done | |
15765 | fi | |
15766 | ;; | |
15767 | esac | |
15768 | done ;; | |
81ecdfbb | 15769 | |
42ecbf5e | 15770 | esac |
81ecdfbb | 15771 | done # for ac_tag |
42ecbf5e | 15772 | |
42ecbf5e | 15773 | |
81ecdfbb | 15774 | as_fn_exit 0 |
42ecbf5e | 15775 | _ACEOF |
42ecbf5e DJ |
15776 | ac_clean_files=$ac_clean_files_save |
15777 | ||
81ecdfbb RW |
15778 | test $ac_write_fail = 0 || |
15779 | as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5 | |
15780 | ||
42ecbf5e DJ |
15781 | |
15782 | # configure is writing to config.log, and then calls config.status. | |
15783 | # config.status does its own redirection, appending to config.log. | |
15784 | # Unfortunately, on DOS this fails, as config.log is still kept open | |
15785 | # by configure, so config.status won't be able to write to it; its | |
15786 | # output is simply discarded. So we exec the FD to /dev/null, | |
15787 | # effectively closing config.log, so it can be properly (re)opened and | |
15788 | # appended to by config.status. When coming back to configure, we | |
15789 | # need to make the FD available again. | |
15790 | if test "$no_create" != yes; then | |
15791 | ac_cs_success=: | |
15792 | ac_config_status_args= | |
15793 | test "$silent" = yes && | |
15794 | ac_config_status_args="$ac_config_status_args --quiet" | |
15795 | exec 5>/dev/null | |
15796 | $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false | |
15797 | exec 5>>config.log | |
15798 | # Use ||, not &&, to avoid exiting from the if with $? = 1, which | |
15799 | # would make configure fail if this is the last instruction. | |
81ecdfbb RW |
15800 | $ac_cs_success || as_fn_exit $? |
15801 | fi | |
15802 | if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then | |
15803 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 | |
15804 | $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} | |
42ecbf5e | 15805 | fi |
252b5132 | 15806 |