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 bug-autoconf@gnu.org 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 | ||
42ecbf5e | 364 | |
81ecdfbb RW |
365 | # as_fn_error ERROR [LINENO LOG_FD] |
366 | # --------------------------------- | |
367 | # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are | |
368 | # provided, also output the error to LOG_FD, referencing LINENO. Then exit the | |
369 | # script with status $?, using 1 if that was 0. | |
370 | as_fn_error () | |
371 | { | |
372 | as_status=$?; test $as_status -eq 0 && as_status=1 | |
373 | if test "$3"; then | |
374 | as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | |
375 | $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 | |
376 | fi | |
377 | $as_echo "$as_me: error: $1" >&2 | |
378 | as_fn_exit $as_status | |
379 | } # as_fn_error | |
380 | ||
381 | if expr a : '\(a\)' >/dev/null 2>&1 && | |
382 | test "X`expr 00001 : '.*\(...\)'`" = X001; then | |
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="ar.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 | EMULATION_VECTOR | |
606 | EMULATION | |
607 | OBJDUMP_DEFS | |
608 | BUILD_INSTALL_MISC | |
609 | BUILD_MISC | |
610 | BUILD_DLLWRAP | |
611 | BUILD_WINDMC | |
612 | BUILD_WINDRES | |
613 | DLLTOOL_DEFS | |
614 | BUILD_DLLTOOL | |
615 | BUILD_SRCONV | |
616 | BUILD_NLMCONV | |
617 | NLMCONV_DEFS | |
618 | LTLIBICONV | |
619 | LIBICONV | |
620 | ALLOCA | |
621 | DEMANGLER_NAME | |
622 | EXEEXT_FOR_BUILD | |
623 | CC_FOR_BUILD | |
624 | HDEFINES | |
625 | GENINSRC_NEVER_FALSE | |
626 | GENINSRC_NEVER_TRUE | |
627 | MAINT | |
628 | MAINTAINER_MODE_FALSE | |
629 | MAINTAINER_MODE_TRUE | |
630 | MSGMERGE | |
631 | MSGFMT | |
632 | MKINSTALLDIRS | |
633 | CATOBJEXT | |
634 | GENCAT | |
635 | INSTOBJEXT | |
636 | DATADIRNAME | |
637 | CATALOGS | |
638 | POSUB | |
639 | GMSGFMT | |
640 | XGETTEXT | |
641 | INCINTL | |
642 | LIBINTL_DEP | |
643 | LIBINTL | |
644 | USE_NLS | |
645 | LEXLIB | |
646 | LEX_OUTPUT_ROOT | |
647 | LEX | |
648 | YFLAGS | |
649 | YACC | |
650 | NO_WERROR | |
651 | WARN_CFLAGS | |
652 | OTOOL64 | |
653 | OTOOL | |
654 | LIPO | |
655 | NMEDIT | |
656 | DSYMUTIL | |
81ecdfbb RW |
657 | RANLIB |
658 | AR | |
659 | OBJDUMP | |
660 | LN_S | |
661 | NM | |
662 | ac_ct_DUMPBIN | |
663 | DUMPBIN | |
664 | LD | |
665 | FGREP | |
666 | SED | |
667 | LIBTOOL | |
668 | EGREP | |
669 | GREP | |
670 | CPP | |
671 | am__fastdepCC_FALSE | |
672 | am__fastdepCC_TRUE | |
673 | CCDEPMODE | |
674 | AMDEPBACKSLASH | |
675 | AMDEP_FALSE | |
676 | AMDEP_TRUE | |
677 | am__quote | |
678 | am__include | |
679 | DEPDIR | |
680 | am__untar | |
681 | am__tar | |
682 | AMTAR | |
683 | am__leading_dot | |
684 | SET_MAKE | |
685 | AWK | |
686 | mkdir_p | |
687 | MKDIR_P | |
688 | INSTALL_STRIP_PROGRAM | |
689 | STRIP | |
690 | install_sh | |
691 | MAKEINFO | |
692 | AUTOHEADER | |
693 | AUTOMAKE | |
694 | AUTOCONF | |
695 | ACLOCAL | |
696 | VERSION | |
697 | PACKAGE | |
698 | CYGPATH_W | |
699 | am__isrc | |
700 | INSTALL_DATA | |
701 | INSTALL_SCRIPT | |
702 | INSTALL_PROGRAM | |
703 | OBJEXT | |
704 | EXEEXT | |
705 | ac_ct_CC | |
706 | CPPFLAGS | |
707 | LDFLAGS | |
708 | CFLAGS | |
709 | CC | |
710 | target_os | |
711 | target_vendor | |
712 | target_cpu | |
713 | target | |
714 | host_os | |
715 | host_vendor | |
716 | host_cpu | |
717 | host | |
718 | build_os | |
719 | build_vendor | |
720 | build_cpu | |
721 | build | |
722 | target_alias | |
723 | host_alias | |
724 | build_alias | |
725 | LIBS | |
726 | ECHO_T | |
727 | ECHO_N | |
728 | ECHO_C | |
729 | DEFS | |
730 | mandir | |
731 | localedir | |
732 | libdir | |
733 | psdir | |
734 | pdfdir | |
735 | dvidir | |
736 | htmldir | |
737 | infodir | |
738 | docdir | |
739 | oldincludedir | |
740 | includedir | |
741 | localstatedir | |
742 | sharedstatedir | |
743 | sysconfdir | |
744 | datadir | |
745 | datarootdir | |
746 | libexecdir | |
747 | sbindir | |
748 | bindir | |
749 | program_transform_name | |
750 | prefix | |
751 | exec_prefix | |
752 | PACKAGE_URL | |
753 | PACKAGE_BUGREPORT | |
754 | PACKAGE_STRING | |
755 | PACKAGE_VERSION | |
756 | PACKAGE_TARNAME | |
757 | PACKAGE_NAME | |
758 | PATH_SEPARATOR | |
759 | SHELL' | |
42ecbf5e | 760 | ac_subst_files='' |
81ecdfbb RW |
761 | ac_user_opts=' |
762 | enable_option_checking | |
763 | enable_dependency_tracking | |
764 | enable_plugins | |
765 | enable_largefile | |
766 | enable_shared | |
767 | enable_static | |
768 | with_pic | |
769 | enable_fast_install | |
770 | with_gnu_ld | |
771 | enable_libtool_lock | |
772 | enable_targets | |
773 | enable_werror | |
774 | enable_build_warnings | |
775 | enable_nls | |
776 | enable_maintainer_mode | |
777 | enable_rpath | |
778 | with_libiconv_prefix | |
779 | ' | |
780 | ac_precious_vars='build_alias | |
781 | host_alias | |
782 | target_alias | |
783 | CC | |
784 | CFLAGS | |
785 | LDFLAGS | |
786 | LIBS | |
787 | CPPFLAGS | |
788 | CPP | |
789 | YACC | |
790 | YFLAGS' | |
791 | ||
252b5132 RH |
792 | |
793 | # Initialize some variables set by options. | |
42ecbf5e DJ |
794 | ac_init_help= |
795 | ac_init_version=false | |
81ecdfbb RW |
796 | ac_unrecognized_opts= |
797 | ac_unrecognized_sep= | |
252b5132 RH |
798 | # The variables have the same names as the options, with |
799 | # dashes changed to underlines. | |
42ecbf5e | 800 | cache_file=/dev/null |
252b5132 | 801 | exec_prefix=NONE |
252b5132 | 802 | no_create= |
252b5132 RH |
803 | no_recursion= |
804 | prefix=NONE | |
805 | program_prefix=NONE | |
806 | program_suffix=NONE | |
807 | program_transform_name=s,x,x, | |
808 | silent= | |
809 | site= | |
810 | srcdir= | |
252b5132 RH |
811 | verbose= |
812 | x_includes=NONE | |
813 | x_libraries=NONE | |
42ecbf5e DJ |
814 | |
815 | # Installation directory options. | |
816 | # These are left unexpanded so users can "make install exec_prefix=/foo" | |
817 | # and all the variables that are supposed to be based on exec_prefix | |
818 | # by default will actually change. | |
819 | # Use braces instead of parens because sh, perl, etc. also accept them. | |
81ecdfbb | 820 | # (The list follows the same order as the GNU Coding Standards.) |
252b5132 RH |
821 | bindir='${exec_prefix}/bin' |
822 | sbindir='${exec_prefix}/sbin' | |
823 | libexecdir='${exec_prefix}/libexec' | |
81ecdfbb RW |
824 | datarootdir='${prefix}/share' |
825 | datadir='${datarootdir}' | |
252b5132 RH |
826 | sysconfdir='${prefix}/etc' |
827 | sharedstatedir='${prefix}/com' | |
828 | localstatedir='${prefix}/var' | |
252b5132 RH |
829 | includedir='${prefix}/include' |
830 | oldincludedir='/usr/include' | |
81ecdfbb RW |
831 | docdir='${datarootdir}/doc/${PACKAGE}' |
832 | infodir='${datarootdir}/info' | |
833 | htmldir='${docdir}' | |
834 | dvidir='${docdir}' | |
835 | pdfdir='${docdir}' | |
836 | psdir='${docdir}' | |
837 | libdir='${exec_prefix}/lib' | |
838 | localedir='${datarootdir}/locale' | |
839 | mandir='${datarootdir}/man' | |
252b5132 | 840 | |
252b5132 | 841 | ac_prev= |
81ecdfbb | 842 | ac_dashdash= |
252b5132 RH |
843 | for ac_option |
844 | do | |
252b5132 RH |
845 | # If the previous option needs an argument, assign it. |
846 | if test -n "$ac_prev"; then | |
81ecdfbb | 847 | eval $ac_prev=\$ac_option |
252b5132 RH |
848 | ac_prev= |
849 | continue | |
850 | fi | |
851 | ||
81ecdfbb RW |
852 | case $ac_option in |
853 | *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; | |
854 | *) ac_optarg=yes ;; | |
855 | esac | |
252b5132 RH |
856 | |
857 | # Accept the important Cygnus configure options, so we can diagnose typos. | |
858 | ||
81ecdfbb RW |
859 | case $ac_dashdash$ac_option in |
860 | --) | |
861 | ac_dashdash=yes ;; | |
252b5132 RH |
862 | |
863 | -bindir | --bindir | --bindi | --bind | --bin | --bi) | |
864 | ac_prev=bindir ;; | |
865 | -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) | |
42ecbf5e | 866 | bindir=$ac_optarg ;; |
252b5132 RH |
867 | |
868 | -build | --build | --buil | --bui | --bu) | |
42ecbf5e | 869 | ac_prev=build_alias ;; |
252b5132 | 870 | -build=* | --build=* | --buil=* | --bui=* | --bu=*) |
42ecbf5e | 871 | build_alias=$ac_optarg ;; |
252b5132 RH |
872 | |
873 | -cache-file | --cache-file | --cache-fil | --cache-fi \ | |
874 | | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) | |
875 | ac_prev=cache_file ;; | |
876 | -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ | |
877 | | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) | |
42ecbf5e DJ |
878 | cache_file=$ac_optarg ;; |
879 | ||
880 | --config-cache | -C) | |
881 | cache_file=config.cache ;; | |
252b5132 | 882 | |
81ecdfbb | 883 | -datadir | --datadir | --datadi | --datad) |
252b5132 | 884 | ac_prev=datadir ;; |
81ecdfbb | 885 | -datadir=* | --datadir=* | --datadi=* | --datad=*) |
42ecbf5e | 886 | datadir=$ac_optarg ;; |
252b5132 | 887 | |
81ecdfbb RW |
888 | -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ |
889 | | --dataroo | --dataro | --datar) | |
890 | ac_prev=datarootdir ;; | |
891 | -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ | |
892 | | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) | |
893 | datarootdir=$ac_optarg ;; | |
894 | ||
252b5132 | 895 | -disable-* | --disable-*) |
81ecdfbb | 896 | ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` |
252b5132 | 897 | # Reject names that are not valid shell variable names. |
81ecdfbb RW |
898 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
899 | as_fn_error "invalid feature name: $ac_useropt" | |
900 | ac_useropt_orig=$ac_useropt | |
901 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | |
902 | case $ac_user_opts in | |
903 | *" | |
904 | "enable_$ac_useropt" | |
905 | "*) ;; | |
906 | *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" | |
907 | ac_unrecognized_sep=', ';; | |
908 | esac | |
909 | eval enable_$ac_useropt=no ;; | |
910 | ||
911 | -docdir | --docdir | --docdi | --doc | --do) | |
912 | ac_prev=docdir ;; | |
913 | -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) | |
914 | docdir=$ac_optarg ;; | |
915 | ||
916 | -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) | |
917 | ac_prev=dvidir ;; | |
918 | -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) | |
919 | dvidir=$ac_optarg ;; | |
252b5132 RH |
920 | |
921 | -enable-* | --enable-*) | |
81ecdfbb | 922 | ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` |
252b5132 | 923 | # Reject names that are not valid shell variable names. |
81ecdfbb RW |
924 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
925 | as_fn_error "invalid feature name: $ac_useropt" | |
926 | ac_useropt_orig=$ac_useropt | |
927 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | |
928 | case $ac_user_opts in | |
929 | *" | |
930 | "enable_$ac_useropt" | |
931 | "*) ;; | |
932 | *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" | |
933 | ac_unrecognized_sep=', ';; | |
252b5132 | 934 | esac |
81ecdfbb | 935 | eval enable_$ac_useropt=\$ac_optarg ;; |
252b5132 RH |
936 | |
937 | -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ | |
938 | | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ | |
939 | | --exec | --exe | --ex) | |
940 | ac_prev=exec_prefix ;; | |
941 | -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ | |
942 | | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ | |
943 | | --exec=* | --exe=* | --ex=*) | |
42ecbf5e | 944 | exec_prefix=$ac_optarg ;; |
252b5132 RH |
945 | |
946 | -gas | --gas | --ga | --g) | |
947 | # Obsolete; use --with-gas. | |
948 | with_gas=yes ;; | |
949 | ||
42ecbf5e DJ |
950 | -help | --help | --hel | --he | -h) |
951 | ac_init_help=long ;; | |
952 | -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) | |
953 | ac_init_help=recursive ;; | |
954 | -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) | |
955 | ac_init_help=short ;; | |
252b5132 RH |
956 | |
957 | -host | --host | --hos | --ho) | |
42ecbf5e | 958 | ac_prev=host_alias ;; |
252b5132 | 959 | -host=* | --host=* | --hos=* | --ho=*) |
42ecbf5e | 960 | host_alias=$ac_optarg ;; |
252b5132 | 961 | |
81ecdfbb RW |
962 | -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) |
963 | ac_prev=htmldir ;; | |
964 | -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ | |
965 | | --ht=*) | |
966 | htmldir=$ac_optarg ;; | |
967 | ||
252b5132 RH |
968 | -includedir | --includedir | --includedi | --included | --include \ |
969 | | --includ | --inclu | --incl | --inc) | |
970 | ac_prev=includedir ;; | |
971 | -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ | |
972 | | --includ=* | --inclu=* | --incl=* | --inc=*) | |
42ecbf5e | 973 | includedir=$ac_optarg ;; |
252b5132 RH |
974 | |
975 | -infodir | --infodir | --infodi | --infod | --info | --inf) | |
976 | ac_prev=infodir ;; | |
977 | -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) | |
42ecbf5e | 978 | infodir=$ac_optarg ;; |
252b5132 RH |
979 | |
980 | -libdir | --libdir | --libdi | --libd) | |
981 | ac_prev=libdir ;; | |
982 | -libdir=* | --libdir=* | --libdi=* | --libd=*) | |
42ecbf5e | 983 | libdir=$ac_optarg ;; |
252b5132 RH |
984 | |
985 | -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ | |
986 | | --libexe | --libex | --libe) | |
987 | ac_prev=libexecdir ;; | |
988 | -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ | |
989 | | --libexe=* | --libex=* | --libe=*) | |
42ecbf5e | 990 | libexecdir=$ac_optarg ;; |
252b5132 | 991 | |
81ecdfbb RW |
992 | -localedir | --localedir | --localedi | --localed | --locale) |
993 | ac_prev=localedir ;; | |
994 | -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) | |
995 | localedir=$ac_optarg ;; | |
996 | ||
252b5132 | 997 | -localstatedir | --localstatedir | --localstatedi | --localstated \ |
81ecdfbb | 998 | | --localstate | --localstat | --localsta | --localst | --locals) |
252b5132 RH |
999 | ac_prev=localstatedir ;; |
1000 | -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ | |
81ecdfbb | 1001 | | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) |
42ecbf5e | 1002 | localstatedir=$ac_optarg ;; |
252b5132 RH |
1003 | |
1004 | -mandir | --mandir | --mandi | --mand | --man | --ma | --m) | |
1005 | ac_prev=mandir ;; | |
1006 | -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) | |
42ecbf5e | 1007 | mandir=$ac_optarg ;; |
252b5132 RH |
1008 | |
1009 | -nfp | --nfp | --nf) | |
1010 | # Obsolete; use --without-fp. | |
1011 | with_fp=no ;; | |
1012 | ||
1013 | -no-create | --no-create | --no-creat | --no-crea | --no-cre \ | |
42ecbf5e | 1014 | | --no-cr | --no-c | -n) |
252b5132 RH |
1015 | no_create=yes ;; |
1016 | ||
1017 | -no-recursion | --no-recursion | --no-recursio | --no-recursi \ | |
1018 | | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) | |
1019 | no_recursion=yes ;; | |
1020 | ||
1021 | -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ | |
1022 | | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ | |
1023 | | --oldin | --oldi | --old | --ol | --o) | |
1024 | ac_prev=oldincludedir ;; | |
1025 | -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ | |
1026 | | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ | |
1027 | | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) | |
42ecbf5e | 1028 | oldincludedir=$ac_optarg ;; |
252b5132 RH |
1029 | |
1030 | -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) | |
1031 | ac_prev=prefix ;; | |
1032 | -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) | |
42ecbf5e | 1033 | prefix=$ac_optarg ;; |
252b5132 RH |
1034 | |
1035 | -program-prefix | --program-prefix | --program-prefi | --program-pref \ | |
1036 | | --program-pre | --program-pr | --program-p) | |
1037 | ac_prev=program_prefix ;; | |
1038 | -program-prefix=* | --program-prefix=* | --program-prefi=* \ | |
1039 | | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) | |
42ecbf5e | 1040 | program_prefix=$ac_optarg ;; |
252b5132 RH |
1041 | |
1042 | -program-suffix | --program-suffix | --program-suffi | --program-suff \ | |
1043 | | --program-suf | --program-su | --program-s) | |
1044 | ac_prev=program_suffix ;; | |
1045 | -program-suffix=* | --program-suffix=* | --program-suffi=* \ | |
1046 | | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) | |
42ecbf5e | 1047 | program_suffix=$ac_optarg ;; |
252b5132 RH |
1048 | |
1049 | -program-transform-name | --program-transform-name \ | |
1050 | | --program-transform-nam | --program-transform-na \ | |
1051 | | --program-transform-n | --program-transform- \ | |
1052 | | --program-transform | --program-transfor \ | |
1053 | | --program-transfo | --program-transf \ | |
1054 | | --program-trans | --program-tran \ | |
1055 | | --progr-tra | --program-tr | --program-t) | |
1056 | ac_prev=program_transform_name ;; | |
1057 | -program-transform-name=* | --program-transform-name=* \ | |
1058 | | --program-transform-nam=* | --program-transform-na=* \ | |
1059 | | --program-transform-n=* | --program-transform-=* \ | |
1060 | | --program-transform=* | --program-transfor=* \ | |
1061 | | --program-transfo=* | --program-transf=* \ | |
1062 | | --program-trans=* | --program-tran=* \ | |
1063 | | --progr-tra=* | --program-tr=* | --program-t=*) | |
42ecbf5e | 1064 | program_transform_name=$ac_optarg ;; |
252b5132 | 1065 | |
81ecdfbb RW |
1066 | -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) |
1067 | ac_prev=pdfdir ;; | |
1068 | -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) | |
1069 | pdfdir=$ac_optarg ;; | |
1070 | ||
1071 | -psdir | --psdir | --psdi | --psd | --ps) | |
1072 | ac_prev=psdir ;; | |
1073 | -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) | |
1074 | psdir=$ac_optarg ;; | |
1075 | ||
252b5132 RH |
1076 | -q | -quiet | --quiet | --quie | --qui | --qu | --q \ |
1077 | | -silent | --silent | --silen | --sile | --sil) | |
1078 | silent=yes ;; | |
1079 | ||
1080 | -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) | |
1081 | ac_prev=sbindir ;; | |
1082 | -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ | |
1083 | | --sbi=* | --sb=*) | |
42ecbf5e | 1084 | sbindir=$ac_optarg ;; |
252b5132 RH |
1085 | |
1086 | -sharedstatedir | --sharedstatedir | --sharedstatedi \ | |
1087 | | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ | |
1088 | | --sharedst | --shareds | --shared | --share | --shar \ | |
1089 | | --sha | --sh) | |
1090 | ac_prev=sharedstatedir ;; | |
1091 | -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ | |
1092 | | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ | |
1093 | | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ | |
1094 | | --sha=* | --sh=*) | |
42ecbf5e | 1095 | sharedstatedir=$ac_optarg ;; |
252b5132 RH |
1096 | |
1097 | -site | --site | --sit) | |
1098 | ac_prev=site ;; | |
1099 | -site=* | --site=* | --sit=*) | |
42ecbf5e | 1100 | site=$ac_optarg ;; |
252b5132 RH |
1101 | |
1102 | -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) | |
1103 | ac_prev=srcdir ;; | |
1104 | -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) | |
42ecbf5e | 1105 | srcdir=$ac_optarg ;; |
252b5132 RH |
1106 | |
1107 | -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ | |
1108 | | --syscon | --sysco | --sysc | --sys | --sy) | |
1109 | ac_prev=sysconfdir ;; | |
1110 | -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ | |
1111 | | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) | |
42ecbf5e | 1112 | sysconfdir=$ac_optarg ;; |
252b5132 RH |
1113 | |
1114 | -target | --target | --targe | --targ | --tar | --ta | --t) | |
42ecbf5e | 1115 | ac_prev=target_alias ;; |
252b5132 | 1116 | -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) |
42ecbf5e | 1117 | target_alias=$ac_optarg ;; |
252b5132 RH |
1118 | |
1119 | -v | -verbose | --verbose | --verbos | --verbo | --verb) | |
1120 | verbose=yes ;; | |
1121 | ||
42ecbf5e DJ |
1122 | -version | --version | --versio | --versi | --vers | -V) |
1123 | ac_init_version=: ;; | |
252b5132 RH |
1124 | |
1125 | -with-* | --with-*) | |
81ecdfbb | 1126 | ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` |
252b5132 | 1127 | # Reject names that are not valid shell variable names. |
81ecdfbb RW |
1128 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
1129 | as_fn_error "invalid package name: $ac_useropt" | |
1130 | ac_useropt_orig=$ac_useropt | |
1131 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | |
1132 | case $ac_user_opts in | |
1133 | *" | |
1134 | "with_$ac_useropt" | |
1135 | "*) ;; | |
1136 | *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" | |
1137 | ac_unrecognized_sep=', ';; | |
252b5132 | 1138 | esac |
81ecdfbb | 1139 | eval with_$ac_useropt=\$ac_optarg ;; |
252b5132 RH |
1140 | |
1141 | -without-* | --without-*) | |
81ecdfbb | 1142 | ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` |
252b5132 | 1143 | # Reject names that are not valid shell variable names. |
81ecdfbb RW |
1144 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
1145 | as_fn_error "invalid package name: $ac_useropt" | |
1146 | ac_useropt_orig=$ac_useropt | |
1147 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | |
1148 | case $ac_user_opts in | |
1149 | *" | |
1150 | "with_$ac_useropt" | |
1151 | "*) ;; | |
1152 | *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" | |
1153 | ac_unrecognized_sep=', ';; | |
1154 | esac | |
1155 | eval with_$ac_useropt=no ;; | |
252b5132 RH |
1156 | |
1157 | --x) | |
1158 | # Obsolete; use --with-x. | |
1159 | with_x=yes ;; | |
1160 | ||
1161 | -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ | |
1162 | | --x-incl | --x-inc | --x-in | --x-i) | |
1163 | ac_prev=x_includes ;; | |
1164 | -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ | |
1165 | | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) | |
42ecbf5e | 1166 | x_includes=$ac_optarg ;; |
252b5132 RH |
1167 | |
1168 | -x-libraries | --x-libraries | --x-librarie | --x-librari \ | |
1169 | | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) | |
1170 | ac_prev=x_libraries ;; | |
1171 | -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ | |
1172 | | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) | |
42ecbf5e | 1173 | x_libraries=$ac_optarg ;; |
252b5132 | 1174 | |
81ecdfbb RW |
1175 | -*) as_fn_error "unrecognized option: \`$ac_option' |
1176 | Try \`$0 --help' for more information." | |
252b5132 RH |
1177 | ;; |
1178 | ||
42ecbf5e DJ |
1179 | *=*) |
1180 | ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` | |
1181 | # Reject names that are not valid shell variable names. | |
81ecdfbb RW |
1182 | case $ac_envvar in #( |
1183 | '' | [0-9]* | *[!_$as_cr_alnum]* ) | |
1184 | as_fn_error "invalid variable name: \`$ac_envvar'" ;; | |
1185 | esac | |
1186 | eval $ac_envvar=\$ac_optarg | |
42ecbf5e DJ |
1187 | export $ac_envvar ;; |
1188 | ||
252b5132 | 1189 | *) |
42ecbf5e | 1190 | # FIXME: should be removed in autoconf 3.0. |
81ecdfbb | 1191 | $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 |
42ecbf5e | 1192 | expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && |
81ecdfbb | 1193 | $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 |
42ecbf5e | 1194 | : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} |
252b5132 RH |
1195 | ;; |
1196 | ||
1197 | esac | |
1198 | done | |
1199 | ||
1200 | if test -n "$ac_prev"; then | |
42ecbf5e | 1201 | ac_option=--`echo $ac_prev | sed 's/_/-/g'` |
81ecdfbb | 1202 | as_fn_error "missing argument to $ac_option" |
252b5132 RH |
1203 | fi |
1204 | ||
81ecdfbb RW |
1205 | if test -n "$ac_unrecognized_opts"; then |
1206 | case $enable_option_checking in | |
1207 | no) ;; | |
1208 | fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;; | |
1209 | *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; | |
42ecbf5e | 1210 | esac |
81ecdfbb | 1211 | fi |
252b5132 | 1212 | |
81ecdfbb RW |
1213 | # Check all directory arguments for consistency. |
1214 | for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ | |
1215 | datadir sysconfdir sharedstatedir localstatedir includedir \ | |
1216 | oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ | |
1217 | libdir localedir mandir | |
252b5132 | 1218 | do |
81ecdfbb RW |
1219 | eval ac_val=\$$ac_var |
1220 | # Remove trailing slashes. | |
42ecbf5e | 1221 | case $ac_val in |
81ecdfbb RW |
1222 | */ ) |
1223 | ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` | |
1224 | eval $ac_var=\$ac_val;; | |
252b5132 | 1225 | esac |
81ecdfbb RW |
1226 | # Be sure to have absolute directory names. |
1227 | case $ac_val in | |
1228 | [\\/$]* | ?:[\\/]* ) continue;; | |
1229 | NONE | '' ) case $ac_var in *prefix ) continue;; esac;; | |
1230 | esac | |
1231 | as_fn_error "expected an absolute directory name for --$ac_var: $ac_val" | |
252b5132 RH |
1232 | done |
1233 | ||
42ecbf5e DJ |
1234 | # There might be people who depend on the old broken behavior: `$host' |
1235 | # used to hold the argument of --host etc. | |
1236 | # FIXME: To remove some day. | |
1237 | build=$build_alias | |
1238 | host=$host_alias | |
1239 | target=$target_alias | |
1240 | ||
1241 | # FIXME: To remove some day. | |
1242 | if test "x$host_alias" != x; then | |
1243 | if test "x$build_alias" = x; then | |
1244 | cross_compiling=maybe | |
81ecdfbb | 1245 | $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. |
42ecbf5e DJ |
1246 | If a cross compiler is detected then cross compile mode will be used." >&2 |
1247 | elif test "x$build_alias" != "x$host_alias"; then | |
1248 | cross_compiling=yes | |
1249 | fi | |
1250 | fi | |
e5a52504 | 1251 | |
42ecbf5e DJ |
1252 | ac_tool_prefix= |
1253 | test -n "$host_alias" && ac_tool_prefix=$host_alias- | |
1254 | ||
1255 | test "$silent" = yes && exec 6>/dev/null | |
252b5132 | 1256 | |
252b5132 | 1257 | |
81ecdfbb RW |
1258 | ac_pwd=`pwd` && test -n "$ac_pwd" && |
1259 | ac_ls_di=`ls -di .` && | |
1260 | ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || | |
1261 | as_fn_error "working directory cannot be determined" | |
1262 | test "X$ac_ls_di" = "X$ac_pwd_ls_di" || | |
1263 | as_fn_error "pwd does not report name of working directory" | |
1264 | ||
1265 | ||
252b5132 RH |
1266 | # Find the source files, if location was not specified. |
1267 | if test -z "$srcdir"; then | |
1268 | ac_srcdir_defaulted=yes | |
81ecdfbb RW |
1269 | # Try the directory containing this script, then the parent directory. |
1270 | ac_confdir=`$as_dirname -- "$as_myself" || | |
1271 | $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |
1272 | X"$as_myself" : 'X\(//\)[^/]' \| \ | |
1273 | X"$as_myself" : 'X\(//\)$' \| \ | |
1274 | X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || | |
1275 | $as_echo X"$as_myself" | | |
1276 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ | |
1277 | s//\1/ | |
1278 | q | |
1279 | } | |
1280 | /^X\(\/\/\)[^/].*/{ | |
1281 | s//\1/ | |
1282 | q | |
1283 | } | |
1284 | /^X\(\/\/\)$/{ | |
1285 | s//\1/ | |
1286 | q | |
1287 | } | |
1288 | /^X\(\/\).*/{ | |
1289 | s//\1/ | |
1290 | q | |
1291 | } | |
1292 | s/.*/./; q'` | |
252b5132 | 1293 | srcdir=$ac_confdir |
81ecdfbb | 1294 | if test ! -r "$srcdir/$ac_unique_file"; then |
252b5132 RH |
1295 | srcdir=.. |
1296 | fi | |
1297 | else | |
1298 | ac_srcdir_defaulted=no | |
1299 | fi | |
81ecdfbb RW |
1300 | if test ! -r "$srcdir/$ac_unique_file"; then |
1301 | test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." | |
1302 | as_fn_error "cannot find sources ($ac_unique_file) in $srcdir" | |
1303 | fi | |
1304 | ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" | |
1305 | ac_abs_confdir=`( | |
1306 | cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg" | |
1307 | pwd)` | |
1308 | # When building in place, set srcdir=. | |
1309 | if test "$ac_abs_confdir" = "$ac_pwd"; then | |
1310 | srcdir=. | |
1311 | fi | |
1312 | # Remove unnecessary trailing slashes from srcdir. | |
1313 | # Double slashes in file names in object file debugging info | |
1314 | # mess up M-x gdb in Emacs. | |
1315 | case $srcdir in | |
1316 | */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; | |
1317 | esac | |
1318 | for ac_var in $ac_precious_vars; do | |
1319 | eval ac_env_${ac_var}_set=\${${ac_var}+set} | |
1320 | eval ac_env_${ac_var}_value=\$${ac_var} | |
1321 | eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} | |
1322 | eval ac_cv_env_${ac_var}_value=\$${ac_var} | |
1323 | done | |
252b5132 | 1324 | |
42ecbf5e DJ |
1325 | # |
1326 | # Report the --help message. | |
1327 | # | |
1328 | if test "$ac_init_help" = "long"; then | |
1329 | # Omit some internal or obsolete options to make the list less imposing. | |
1330 | # This message is too long to be a string in the A/UX 3.1 sh. | |
1331 | cat <<_ACEOF | |
1332 | \`configure' configures this package to adapt to many kinds of systems. | |
252b5132 | 1333 | |
42ecbf5e | 1334 | Usage: $0 [OPTION]... [VAR=VALUE]... |
252b5132 | 1335 | |
42ecbf5e DJ |
1336 | To assign environment variables (e.g., CC, CFLAGS...), specify them as |
1337 | VAR=VALUE. See below for descriptions of some of the useful variables. | |
252b5132 | 1338 | |
42ecbf5e | 1339 | Defaults for the options are specified in brackets. |
ac48eca1 | 1340 | |
42ecbf5e DJ |
1341 | Configuration: |
1342 | -h, --help display this help and exit | |
1343 | --help=short display options specific to this package | |
1344 | --help=recursive display the short help of all the included packages | |
1345 | -V, --version display version information and exit | |
1346 | -q, --quiet, --silent do not print \`checking...' messages | |
1347 | --cache-file=FILE cache test results in FILE [disabled] | |
1348 | -C, --config-cache alias for \`--cache-file=config.cache' | |
1349 | -n, --no-create do not create output files | |
1350 | --srcdir=DIR find the sources in DIR [configure dir or \`..'] | |
1351 | ||
42ecbf5e DJ |
1352 | Installation directories: |
1353 | --prefix=PREFIX install architecture-independent files in PREFIX | |
81ecdfbb | 1354 | [$ac_default_prefix] |
42ecbf5e | 1355 | --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX |
81ecdfbb | 1356 | [PREFIX] |
ac48eca1 | 1357 | |
42ecbf5e DJ |
1358 | By default, \`make install' will install all the files in |
1359 | \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify | |
1360 | an installation prefix other than \`$ac_default_prefix' using \`--prefix', | |
1361 | for instance \`--prefix=\$HOME'. | |
ac48eca1 | 1362 | |
42ecbf5e | 1363 | For better control, use the options below. |
ac48eca1 | 1364 | |
42ecbf5e | 1365 | Fine tuning of the installation directories: |
81ecdfbb RW |
1366 | --bindir=DIR user executables [EPREFIX/bin] |
1367 | --sbindir=DIR system admin executables [EPREFIX/sbin] | |
1368 | --libexecdir=DIR program executables [EPREFIX/libexec] | |
1369 | --sysconfdir=DIR read-only single-machine data [PREFIX/etc] | |
1370 | --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] | |
1371 | --localstatedir=DIR modifiable single-machine data [PREFIX/var] | |
1372 | --libdir=DIR object code libraries [EPREFIX/lib] | |
1373 | --includedir=DIR C header files [PREFIX/include] | |
1374 | --oldincludedir=DIR C header files for non-gcc [/usr/include] | |
1375 | --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] | |
1376 | --datadir=DIR read-only architecture-independent data [DATAROOTDIR] | |
1377 | --infodir=DIR info documentation [DATAROOTDIR/info] | |
1378 | --localedir=DIR locale-dependent data [DATAROOTDIR/locale] | |
1379 | --mandir=DIR man documentation [DATAROOTDIR/man] | |
1380 | --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE] | |
1381 | --htmldir=DIR html documentation [DOCDIR] | |
1382 | --dvidir=DIR dvi documentation [DOCDIR] | |
1383 | --pdfdir=DIR pdf documentation [DOCDIR] | |
1384 | --psdir=DIR ps documentation [DOCDIR] | |
42ecbf5e | 1385 | _ACEOF |
ac48eca1 | 1386 | |
42ecbf5e | 1387 | cat <<\_ACEOF |
252b5132 | 1388 | |
42ecbf5e DJ |
1389 | Program names: |
1390 | --program-prefix=PREFIX prepend PREFIX to installed program names | |
1391 | --program-suffix=SUFFIX append SUFFIX to installed program names | |
1392 | --program-transform-name=PROGRAM run sed PROGRAM on installed program names | |
252b5132 | 1393 | |
42ecbf5e DJ |
1394 | System types: |
1395 | --build=BUILD configure for building on BUILD [guessed] | |
1396 | --host=HOST cross-compile to build programs to run on HOST [BUILD] | |
1397 | --target=TARGET configure for building compilers for TARGET [HOST] | |
1398 | _ACEOF | |
252b5132 | 1399 | fi |
252b5132 | 1400 | |
42ecbf5e | 1401 | if test -n "$ac_init_help"; then |
252b5132 | 1402 | |
42ecbf5e | 1403 | cat <<\_ACEOF |
252b5132 | 1404 | |
42ecbf5e | 1405 | Optional Features: |
81ecdfbb | 1406 | --disable-option-checking ignore unrecognized --enable/--with options |
42ecbf5e DJ |
1407 | --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) |
1408 | --enable-FEATURE[=ARG] include FEATURE [ARG=yes] | |
1409 | --disable-dependency-tracking speeds up one-time build | |
1410 | --enable-dependency-tracking do not reject slow dependency extractors | |
5691d22d | 1411 | --enable-plugins Enable support for plugins (defaults no) |
d053aef8 | 1412 | --disable-largefile omit support for large files |
81ecdfbb RW |
1413 | --enable-shared[=PKGS] build shared libraries [default=yes] |
1414 | --enable-static[=PKGS] build static libraries [default=yes] | |
d7040cdb SE |
1415 | --enable-fast-install[=PKGS] |
1416 | optimize for fast installation [default=yes] | |
42ecbf5e DJ |
1417 | --disable-libtool-lock avoid locking (might break parallel builds) |
1418 | --enable-targets alternative target configurations | |
241a6c40 AM |
1419 | --enable-werror treat compile warnings as errors |
1420 | --enable-build-warnings enable build-time compiler warnings | |
42ecbf5e DJ |
1421 | --disable-nls do not use Native Language Support |
1422 | --enable-maintainer-mode enable make rules and dependencies not useful | |
1423 | (and sometimes confusing) to the casual installer | |
5ba684e2 | 1424 | --disable-rpath do not hardcode runtime library paths |
42ecbf5e DJ |
1425 | |
1426 | Optional Packages: | |
1427 | --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] | |
1428 | --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) | |
d7040cdb SE |
1429 | --with-pic try to use only PIC/non-PIC objects [default=use |
1430 | both] | |
1431 | --with-gnu-ld assume the C compiler uses GNU ld [default=no] | |
5ba684e2 NC |
1432 | --with-gnu-ld assume the C compiler uses GNU ld default=no |
1433 | --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib | |
1434 | --without-libiconv-prefix don't search for libiconv in includedir and libdir | |
252b5132 | 1435 | |
42ecbf5e DJ |
1436 | Some influential environment variables: |
1437 | CC C compiler command | |
1438 | CFLAGS C compiler flags | |
1439 | LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a | |
1440 | nonstandard directory <lib dir> | |
81ecdfbb RW |
1441 | LIBS libraries to pass to the linker, e.g. -l<library> |
1442 | CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if | |
1443 | you have headers in a nonstandard directory <include dir> | |
42ecbf5e | 1444 | CPP C preprocessor |
81ecdfbb RW |
1445 | YACC The `Yet Another C Compiler' implementation to use. Defaults to |
1446 | the first program found out of: `bison -y', `byacc', `yacc'. | |
1447 | YFLAGS The list of arguments that will be passed by default to $YACC. | |
1448 | This script will default YFLAGS to the empty string to avoid a | |
1449 | default value of `-d' given by some make applications. | |
e5a52504 | 1450 | |
42ecbf5e DJ |
1451 | Use these variables to override the choices made by `configure' or to help |
1452 | it to find libraries and programs with nonstandard names/locations. | |
1453 | ||
81ecdfbb | 1454 | Report bugs to the package provider. |
42ecbf5e | 1455 | _ACEOF |
81ecdfbb | 1456 | ac_status=$? |
252b5132 RH |
1457 | fi |
1458 | ||
42ecbf5e DJ |
1459 | if test "$ac_init_help" = "recursive"; then |
1460 | # If there are subdirs, report their specific --help. | |
42ecbf5e | 1461 | for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue |
81ecdfbb RW |
1462 | test -d "$ac_dir" || |
1463 | { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || | |
1464 | continue | |
42ecbf5e DJ |
1465 | ac_builddir=. |
1466 | ||
81ecdfbb RW |
1467 | case "$ac_dir" in |
1468 | .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; | |
1469 | *) | |
1470 | ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` | |
1471 | # A ".." for each directory in $ac_dir_suffix. | |
1472 | ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` | |
1473 | case $ac_top_builddir_sub in | |
1474 | "") ac_top_builddir_sub=. ac_top_build_prefix= ;; | |
1475 | *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; | |
1476 | esac ;; | |
1477 | esac | |
1478 | ac_abs_top_builddir=$ac_pwd | |
1479 | ac_abs_builddir=$ac_pwd$ac_dir_suffix | |
1480 | # for backward compatibility: | |
1481 | ac_top_builddir=$ac_top_build_prefix | |
252b5132 | 1482 | |
42ecbf5e | 1483 | case $srcdir in |
81ecdfbb | 1484 | .) # We are building in place. |
42ecbf5e | 1485 | ac_srcdir=. |
81ecdfbb RW |
1486 | ac_top_srcdir=$ac_top_builddir_sub |
1487 | ac_abs_top_srcdir=$ac_pwd ;; | |
1488 | [\\/]* | ?:[\\/]* ) # Absolute name. | |
42ecbf5e | 1489 | ac_srcdir=$srcdir$ac_dir_suffix; |
81ecdfbb RW |
1490 | ac_top_srcdir=$srcdir |
1491 | ac_abs_top_srcdir=$srcdir ;; | |
1492 | *) # Relative name. | |
1493 | ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix | |
1494 | ac_top_srcdir=$ac_top_build_prefix$srcdir | |
1495 | ac_abs_top_srcdir=$ac_pwd/$srcdir ;; | |
252b5132 | 1496 | esac |
81ecdfbb RW |
1497 | ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix |
1498 | ||
1499 | cd "$ac_dir" || { ac_status=$?; continue; } | |
1500 | # Check for guested configure. | |
1501 | if test -f "$ac_srcdir/configure.gnu"; then | |
1502 | echo && | |
1503 | $SHELL "$ac_srcdir/configure.gnu" --help=recursive | |
1504 | elif test -f "$ac_srcdir/configure"; then | |
1505 | echo && | |
1506 | $SHELL "$ac_srcdir/configure" --help=recursive | |
42ecbf5e | 1507 | else |
81ecdfbb RW |
1508 | $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 |
1509 | fi || ac_status=$? | |
1510 | cd "$ac_pwd" || { ac_status=$?; break; } | |
42ecbf5e DJ |
1511 | done |
1512 | fi | |
5d64ca4e | 1513 | |
81ecdfbb | 1514 | test -n "$ac_init_help" && exit $ac_status |
42ecbf5e DJ |
1515 | if $ac_init_version; then |
1516 | cat <<\_ACEOF | |
81ecdfbb RW |
1517 | configure |
1518 | generated by GNU Autoconf 2.64 | |
5d64ca4e | 1519 | |
81ecdfbb | 1520 | Copyright (C) 2009 Free Software Foundation, Inc. |
42ecbf5e DJ |
1521 | This configure script is free software; the Free Software Foundation |
1522 | gives unlimited permission to copy, distribute and modify it. | |
1523 | _ACEOF | |
81ecdfbb | 1524 | exit |
42ecbf5e | 1525 | fi |
252b5132 | 1526 | |
81ecdfbb RW |
1527 | ## ------------------------ ## |
1528 | ## Autoconf initialization. ## | |
1529 | ## ------------------------ ## | |
e5a52504 | 1530 | |
81ecdfbb RW |
1531 | # ac_fn_c_try_compile LINENO |
1532 | # -------------------------- | |
1533 | # Try to compile conftest.$ac_ext, and return whether this succeeded. | |
1534 | ac_fn_c_try_compile () | |
42ecbf5e | 1535 | { |
81ecdfbb RW |
1536 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
1537 | rm -f conftest.$ac_objext | |
1538 | if { { ac_try="$ac_compile" | |
1539 | case "(($ac_try" in | |
1540 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
1541 | *) ac_try_echo=$ac_try;; | |
1542 | esac | |
1543 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
1544 | $as_echo "$ac_try_echo"; } >&5 | |
1545 | (eval "$ac_compile") 2>conftest.err | |
1546 | ac_status=$? | |
1547 | if test -s conftest.err; then | |
1548 | grep -v '^ *+' conftest.err >conftest.er1 | |
1549 | cat conftest.er1 >&5 | |
1550 | mv -f conftest.er1 conftest.err | |
1551 | fi | |
1552 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
1553 | test $ac_status = 0; } && { | |
1554 | test -z "$ac_c_werror_flag" || | |
1555 | test ! -s conftest.err | |
1556 | } && test -s conftest.$ac_objext; then : | |
1557 | ac_retval=0 | |
1558 | else | |
1559 | $as_echo "$as_me: failed program was:" >&5 | |
1560 | sed 's/^/| /' conftest.$ac_ext >&5 | |
42ecbf5e | 1561 | |
81ecdfbb RW |
1562 | ac_retval=1 |
1563 | fi | |
1564 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | |
1565 | return $ac_retval | |
42ecbf5e | 1566 | |
81ecdfbb RW |
1567 | } # ac_fn_c_try_compile |
1568 | ||
1569 | # ac_fn_c_try_link LINENO | |
1570 | # ----------------------- | |
1571 | # Try to link conftest.$ac_ext, and return whether this succeeded. | |
1572 | ac_fn_c_try_link () | |
1573 | { | |
1574 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | |
1575 | rm -f conftest.$ac_objext conftest$ac_exeext | |
1576 | if { { ac_try="$ac_link" | |
1577 | case "(($ac_try" in | |
1578 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
1579 | *) ac_try_echo=$ac_try;; | |
1580 | esac | |
1581 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
1582 | $as_echo "$ac_try_echo"; } >&5 | |
1583 | (eval "$ac_link") 2>conftest.err | |
1584 | ac_status=$? | |
1585 | if test -s conftest.err; then | |
1586 | grep -v '^ *+' conftest.err >conftest.er1 | |
1587 | cat conftest.er1 >&5 | |
1588 | mv -f conftest.er1 conftest.err | |
1589 | fi | |
1590 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
1591 | test $ac_status = 0; } && { | |
1592 | test -z "$ac_c_werror_flag" || | |
1593 | test ! -s conftest.err | |
1594 | } && test -s conftest$ac_exeext && { | |
1595 | test "$cross_compiling" = yes || | |
1596 | $as_test_x conftest$ac_exeext | |
1597 | }; then : | |
1598 | ac_retval=0 | |
1599 | else | |
1600 | $as_echo "$as_me: failed program was:" >&5 | |
1601 | sed 's/^/| /' conftest.$ac_ext >&5 | |
1602 | ||
1603 | ac_retval=1 | |
1604 | fi | |
1605 | # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information | |
1606 | # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would | |
1607 | # interfere with the next link command; also delete a directory that is | |
1608 | # left behind by Apple's compiler. We do this before executing the actions. | |
1609 | rm -rf conftest.dSYM conftest_ipa8_conftest.oo | |
1610 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | |
1611 | return $ac_retval | |
1612 | ||
1613 | } # ac_fn_c_try_link | |
1614 | ||
1615 | # ac_fn_c_try_cpp LINENO | |
1616 | # ---------------------- | |
1617 | # Try to preprocess conftest.$ac_ext, and return whether this succeeded. | |
1618 | ac_fn_c_try_cpp () | |
1619 | { | |
1620 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | |
1621 | if { { ac_try="$ac_cpp conftest.$ac_ext" | |
1622 | case "(($ac_try" in | |
1623 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
1624 | *) ac_try_echo=$ac_try;; | |
1625 | esac | |
1626 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
1627 | $as_echo "$ac_try_echo"; } >&5 | |
1628 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err | |
1629 | ac_status=$? | |
1630 | if test -s conftest.err; then | |
1631 | grep -v '^ *+' conftest.err >conftest.er1 | |
1632 | cat conftest.er1 >&5 | |
1633 | mv -f conftest.er1 conftest.err | |
1634 | fi | |
1635 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
1636 | test $ac_status = 0; } >/dev/null && { | |
1637 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | |
1638 | test ! -s conftest.err | |
1639 | }; then : | |
1640 | ac_retval=0 | |
1641 | else | |
1642 | $as_echo "$as_me: failed program was:" >&5 | |
1643 | sed 's/^/| /' conftest.$ac_ext >&5 | |
1644 | ||
1645 | ac_retval=1 | |
1646 | fi | |
1647 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | |
1648 | return $ac_retval | |
1649 | ||
1650 | } # ac_fn_c_try_cpp | |
1651 | ||
1652 | # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES | |
1653 | # ------------------------------------------------------- | |
1654 | # Tests whether HEADER exists, giving a warning if it cannot be compiled using | |
1655 | # the include files in INCLUDES and setting the cache variable VAR | |
1656 | # accordingly. | |
1657 | ac_fn_c_check_header_mongrel () | |
1658 | { | |
1659 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | |
1660 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | |
1661 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | |
1662 | $as_echo_n "checking for $2... " >&6; } | |
1663 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | |
1664 | $as_echo_n "(cached) " >&6 | |
1665 | fi | |
1666 | eval ac_res=\$$3 | |
1667 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | |
1668 | $as_echo "$ac_res" >&6; } | |
1669 | else | |
1670 | # Is the header compilable? | |
1671 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5 | |
1672 | $as_echo_n "checking $2 usability... " >&6; } | |
1673 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
1674 | /* end confdefs.h. */ | |
1675 | $4 | |
1676 | #include <$2> | |
1677 | _ACEOF | |
1678 | if ac_fn_c_try_compile "$LINENO"; then : | |
1679 | ac_header_compiler=yes | |
1680 | else | |
1681 | ac_header_compiler=no | |
1682 | fi | |
1683 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
1684 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5 | |
1685 | $as_echo "$ac_header_compiler" >&6; } | |
1686 | ||
1687 | # Is the header present? | |
1688 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5 | |
1689 | $as_echo_n "checking $2 presence... " >&6; } | |
1690 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
1691 | /* end confdefs.h. */ | |
1692 | #include <$2> | |
1693 | _ACEOF | |
1694 | if ac_fn_c_try_cpp "$LINENO"; then : | |
1695 | ac_header_preproc=yes | |
1696 | else | |
1697 | ac_header_preproc=no | |
1698 | fi | |
1699 | rm -f conftest.err conftest.$ac_ext | |
1700 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 | |
1701 | $as_echo "$ac_header_preproc" >&6; } | |
1702 | ||
1703 | # So? What about this header? | |
1704 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #(( | |
1705 | yes:no: ) | |
1706 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5 | |
1707 | $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
1708 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 | |
1709 | $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} | |
1710 | ;; | |
1711 | no:yes:* ) | |
1712 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5 | |
1713 | $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;} | |
1714 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5 | |
1715 | $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;} | |
1716 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5 | |
1717 | $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} | |
1718 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5 | |
1719 | $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} | |
1720 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 | |
1721 | $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} | |
1722 | ;; | |
1723 | esac | |
1724 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | |
1725 | $as_echo_n "checking for $2... " >&6; } | |
1726 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | |
1727 | $as_echo_n "(cached) " >&6 | |
1728 | else | |
1729 | eval "$3=\$ac_header_compiler" | |
1730 | fi | |
1731 | eval ac_res=\$$3 | |
1732 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | |
1733 | $as_echo "$ac_res" >&6; } | |
1734 | fi | |
1735 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | |
1736 | ||
1737 | } # ac_fn_c_check_header_mongrel | |
1738 | ||
1739 | # ac_fn_c_try_run LINENO | |
1740 | # ---------------------- | |
1741 | # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes | |
1742 | # that executables *can* be run. | |
1743 | ac_fn_c_try_run () | |
1744 | { | |
1745 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | |
1746 | if { { ac_try="$ac_link" | |
1747 | case "(($ac_try" in | |
1748 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
1749 | *) ac_try_echo=$ac_try;; | |
1750 | esac | |
1751 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
1752 | $as_echo "$ac_try_echo"; } >&5 | |
1753 | (eval "$ac_link") 2>&5 | |
1754 | ac_status=$? | |
1755 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
1756 | test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' | |
1757 | { { case "(($ac_try" in | |
1758 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
1759 | *) ac_try_echo=$ac_try;; | |
1760 | esac | |
1761 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
1762 | $as_echo "$ac_try_echo"; } >&5 | |
1763 | (eval "$ac_try") 2>&5 | |
1764 | ac_status=$? | |
1765 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
1766 | test $ac_status = 0; }; }; then : | |
1767 | ac_retval=0 | |
1768 | else | |
1769 | $as_echo "$as_me: program exited with status $ac_status" >&5 | |
1770 | $as_echo "$as_me: failed program was:" >&5 | |
1771 | sed 's/^/| /' conftest.$ac_ext >&5 | |
1772 | ||
1773 | ac_retval=$ac_status | |
1774 | fi | |
1775 | rm -rf conftest.dSYM conftest_ipa8_conftest.oo | |
1776 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | |
1777 | return $ac_retval | |
1778 | ||
1779 | } # ac_fn_c_try_run | |
1780 | ||
1781 | # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES | |
1782 | # ------------------------------------------------------- | |
1783 | # Tests whether HEADER exists and can be compiled using the include files in | |
1784 | # INCLUDES, setting the cache variable VAR accordingly. | |
1785 | ac_fn_c_check_header_compile () | |
1786 | { | |
1787 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | |
1788 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | |
1789 | $as_echo_n "checking for $2... " >&6; } | |
1790 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | |
1791 | $as_echo_n "(cached) " >&6 | |
1792 | else | |
1793 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
1794 | /* end confdefs.h. */ | |
1795 | $4 | |
1796 | #include <$2> | |
1797 | _ACEOF | |
1798 | if ac_fn_c_try_compile "$LINENO"; then : | |
1799 | eval "$3=yes" | |
1800 | else | |
1801 | eval "$3=no" | |
1802 | fi | |
1803 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
1804 | fi | |
1805 | eval ac_res=\$$3 | |
1806 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | |
1807 | $as_echo "$ac_res" >&6; } | |
1808 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | |
1809 | ||
1810 | } # ac_fn_c_check_header_compile | |
1811 | ||
1812 | # ac_fn_c_check_func LINENO FUNC VAR | |
1813 | # ---------------------------------- | |
1814 | # Tests whether FUNC exists, setting the cache variable VAR accordingly | |
1815 | ac_fn_c_check_func () | |
1816 | { | |
1817 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | |
1818 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | |
1819 | $as_echo_n "checking for $2... " >&6; } | |
1820 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | |
1821 | $as_echo_n "(cached) " >&6 | |
1822 | else | |
1823 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
1824 | /* end confdefs.h. */ | |
1825 | /* Define $2 to an innocuous variant, in case <limits.h> declares $2. | |
1826 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
1827 | #define $2 innocuous_$2 | |
1828 | ||
1829 | /* System header to define __stub macros and hopefully few prototypes, | |
1830 | which can conflict with char $2 (); below. | |
1831 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
1832 | <limits.h> exists even on freestanding compilers. */ | |
1833 | ||
1834 | #ifdef __STDC__ | |
1835 | # include <limits.h> | |
1836 | #else | |
1837 | # include <assert.h> | |
1838 | #endif | |
1839 | ||
1840 | #undef $2 | |
1841 | ||
1842 | /* Override any GCC internal prototype to avoid an error. | |
1843 | Use char because int might match the return type of a GCC | |
1844 | builtin and then its argument prototype would still apply. */ | |
1845 | #ifdef __cplusplus | |
1846 | extern "C" | |
1847 | #endif | |
1848 | char $2 (); | |
1849 | /* The GNU C library defines this for functions which it implements | |
1850 | to always fail with ENOSYS. Some functions are actually named | |
1851 | something starting with __ and the normal name is an alias. */ | |
1852 | #if defined __stub_$2 || defined __stub___$2 | |
1853 | choke me | |
1854 | #endif | |
1855 | ||
1856 | int | |
1857 | main () | |
1858 | { | |
1859 | return $2 (); | |
1860 | ; | |
1861 | return 0; | |
1862 | } | |
1863 | _ACEOF | |
1864 | if ac_fn_c_try_link "$LINENO"; then : | |
1865 | eval "$3=yes" | |
1866 | else | |
1867 | eval "$3=no" | |
1868 | fi | |
1869 | rm -f core conftest.err conftest.$ac_objext \ | |
1870 | conftest$ac_exeext conftest.$ac_ext | |
1871 | fi | |
1872 | eval ac_res=\$$3 | |
1873 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | |
1874 | $as_echo "$ac_res" >&6; } | |
1875 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | |
1876 | ||
1877 | } # ac_fn_c_check_func | |
1878 | ||
1879 | # ac_fn_c_check_decl LINENO SYMBOL VAR | |
1880 | # ------------------------------------ | |
1881 | # Tests whether SYMBOL is declared, setting cache variable VAR accordingly. | |
1882 | ac_fn_c_check_decl () | |
1883 | { | |
1884 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | |
360cfc9c AM |
1885 | as_decl_name=`echo $2|sed 's/ *(.*//'` |
1886 | as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'` | |
1887 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5 | |
1888 | $as_echo_n "checking whether $as_decl_name is declared... " >&6; } | |
81ecdfbb RW |
1889 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : |
1890 | $as_echo_n "(cached) " >&6 | |
1891 | else | |
1892 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
1893 | /* end confdefs.h. */ | |
1894 | $4 | |
1895 | int | |
1896 | main () | |
1897 | { | |
360cfc9c AM |
1898 | #ifndef $as_decl_name |
1899 | #ifdef __cplusplus | |
1900 | (void) $as_decl_use; | |
1901 | #else | |
1902 | (void) $as_decl_name; | |
1903 | #endif | |
81ecdfbb RW |
1904 | #endif |
1905 | ||
1906 | ; | |
1907 | return 0; | |
1908 | } | |
1909 | _ACEOF | |
1910 | if ac_fn_c_try_compile "$LINENO"; then : | |
1911 | eval "$3=yes" | |
1912 | else | |
1913 | eval "$3=no" | |
1914 | fi | |
1915 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
1916 | fi | |
1917 | eval ac_res=\$$3 | |
1918 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | |
1919 | $as_echo "$ac_res" >&6; } | |
1920 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | |
1921 | ||
1922 | } # ac_fn_c_check_decl | |
1923 | cat >config.log <<_ACEOF | |
1924 | This file contains any messages produced by compilers while | |
1925 | running configure, to aid debugging if configure makes a mistake. | |
1926 | ||
1927 | It was created by $as_me, which was | |
1928 | generated by GNU Autoconf 2.64. Invocation command line was | |
1929 | ||
1930 | $ $0 $@ | |
1931 | ||
1932 | _ACEOF | |
1933 | exec 5>>config.log | |
1934 | { | |
1935 | cat <<_ASUNAME | |
1936 | ## --------- ## | |
1937 | ## Platform. ## | |
1938 | ## --------- ## | |
1939 | ||
1940 | hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` | |
1941 | uname -m = `(uname -m) 2>/dev/null || echo unknown` | |
1942 | uname -r = `(uname -r) 2>/dev/null || echo unknown` | |
1943 | uname -s = `(uname -s) 2>/dev/null || echo unknown` | |
1944 | uname -v = `(uname -v) 2>/dev/null || echo unknown` | |
1945 | ||
1946 | /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` | |
1947 | /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` | |
1948 | ||
1949 | /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` | |
1950 | /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` | |
1951 | /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` | |
1952 | /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` | |
1953 | /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` | |
1954 | /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` | |
1955 | /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` | |
42ecbf5e DJ |
1956 | |
1957 | _ASUNAME | |
1958 | ||
1959 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
1960 | for as_dir in $PATH | |
1961 | do | |
1962 | IFS=$as_save_IFS | |
1963 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
1964 | $as_echo "PATH: $as_dir" |
1965 | done | |
1966 | IFS=$as_save_IFS | |
e5a52504 | 1967 | |
42ecbf5e | 1968 | } >&5 |
ceae3e33 | 1969 | |
42ecbf5e | 1970 | cat >&5 <<_ACEOF |
e5a52504 | 1971 | |
42ecbf5e DJ |
1972 | |
1973 | ## ----------- ## | |
1974 | ## Core tests. ## | |
1975 | ## ----------- ## | |
1976 | ||
1977 | _ACEOF | |
1978 | ||
1979 | ||
1980 | # Keep a trace of the command line. | |
1981 | # Strip out --no-create and --no-recursion so they do not pile up. | |
1982 | # Strip out --silent because we don't want to record it for future runs. | |
1983 | # Also quote any args containing shell meta-characters. | |
1984 | # Make two passes to allow for proper duplicate-argument suppression. | |
1985 | ac_configure_args= | |
1986 | ac_configure_args0= | |
1987 | ac_configure_args1= | |
42ecbf5e DJ |
1988 | ac_must_keep_next=false |
1989 | for ac_pass in 1 2 | |
1990 | do | |
1991 | for ac_arg | |
1992 | do | |
1993 | case $ac_arg in | |
1994 | -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; | |
1995 | -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | |
1996 | | -silent | --silent | --silen | --sile | --sil) | |
1997 | continue ;; | |
81ecdfbb RW |
1998 | *\'*) |
1999 | ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; | |
42ecbf5e DJ |
2000 | esac |
2001 | case $ac_pass in | |
81ecdfbb | 2002 | 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; |
42ecbf5e | 2003 | 2) |
81ecdfbb | 2004 | as_fn_append ac_configure_args1 " '$ac_arg'" |
42ecbf5e DJ |
2005 | if test $ac_must_keep_next = true; then |
2006 | ac_must_keep_next=false # Got value, back to normal. | |
2007 | else | |
2008 | case $ac_arg in | |
2009 | *=* | --config-cache | -C | -disable-* | --disable-* \ | |
2010 | | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ | |
2011 | | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ | |
2012 | | -with-* | --with-* | -without-* | --without-* | --x) | |
2013 | case "$ac_configure_args0 " in | |
2014 | "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; | |
2015 | esac | |
2016 | ;; | |
2017 | -* ) ac_must_keep_next=true ;; | |
2018 | esac | |
2019 | fi | |
81ecdfbb | 2020 | as_fn_append ac_configure_args " '$ac_arg'" |
42ecbf5e DJ |
2021 | ;; |
2022 | esac | |
2023 | done | |
2024 | done | |
81ecdfbb RW |
2025 | { ac_configure_args0=; unset ac_configure_args0;} |
2026 | { ac_configure_args1=; unset ac_configure_args1;} | |
42ecbf5e DJ |
2027 | |
2028 | # When interrupted or exit'd, cleanup temporary files, and complete | |
2029 | # config.log. We remove comments because anyway the quotes in there | |
2030 | # would cause problems or look ugly. | |
81ecdfbb RW |
2031 | # WARNING: Use '\'' to represent an apostrophe within the trap. |
2032 | # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. | |
42ecbf5e DJ |
2033 | trap 'exit_status=$? |
2034 | # Save into config.log some information that might help in debugging. | |
2035 | { | |
2036 | echo | |
2037 | ||
2038 | cat <<\_ASBOX | |
2039 | ## ---------------- ## | |
2040 | ## Cache variables. ## | |
2041 | ## ---------------- ## | |
2042 | _ASBOX | |
2043 | echo | |
2044 | # The following way of writing the cache mishandles newlines in values, | |
81ecdfbb RW |
2045 | ( |
2046 | for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do | |
2047 | eval ac_val=\$$ac_var | |
2048 | case $ac_val in #( | |
2049 | *${as_nl}*) | |
2050 | case $ac_var in #( | |
2051 | *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 | |
2052 | $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; | |
2053 | esac | |
2054 | case $ac_var in #( | |
2055 | _ | IFS | as_nl) ;; #( | |
2056 | BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( | |
2057 | *) { eval $ac_var=; unset $ac_var;} ;; | |
2058 | esac ;; | |
2059 | esac | |
2060 | done | |
42ecbf5e | 2061 | (set) 2>&1 | |
81ecdfbb RW |
2062 | case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( |
2063 | *${as_nl}ac_space=\ *) | |
42ecbf5e | 2064 | sed -n \ |
81ecdfbb RW |
2065 | "s/'\''/'\''\\\\'\'''\''/g; |
2066 | s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" | |
2067 | ;; #( | |
42ecbf5e | 2068 | *) |
81ecdfbb | 2069 | sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" |
42ecbf5e | 2070 | ;; |
81ecdfbb RW |
2071 | esac | |
2072 | sort | |
2073 | ) | |
42ecbf5e DJ |
2074 | echo |
2075 | ||
2076 | cat <<\_ASBOX | |
2077 | ## ----------------- ## | |
2078 | ## Output variables. ## | |
2079 | ## ----------------- ## | |
2080 | _ASBOX | |
2081 | echo | |
2082 | for ac_var in $ac_subst_vars | |
2083 | do | |
81ecdfbb RW |
2084 | eval ac_val=\$$ac_var |
2085 | case $ac_val in | |
2086 | *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; | |
2087 | esac | |
2088 | $as_echo "$ac_var='\''$ac_val'\''" | |
42ecbf5e DJ |
2089 | done | sort |
2090 | echo | |
2091 | ||
2092 | if test -n "$ac_subst_files"; then | |
2093 | cat <<\_ASBOX | |
81ecdfbb RW |
2094 | ## ------------------- ## |
2095 | ## File substitutions. ## | |
2096 | ## ------------------- ## | |
42ecbf5e DJ |
2097 | _ASBOX |
2098 | echo | |
2099 | for ac_var in $ac_subst_files | |
2100 | do | |
81ecdfbb RW |
2101 | eval ac_val=\$$ac_var |
2102 | case $ac_val in | |
2103 | *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; | |
2104 | esac | |
2105 | $as_echo "$ac_var='\''$ac_val'\''" | |
42ecbf5e DJ |
2106 | done | sort |
2107 | echo | |
2108 | fi | |
2109 | ||
2110 | if test -s confdefs.h; then | |
2111 | cat <<\_ASBOX | |
2112 | ## ----------- ## | |
2113 | ## confdefs.h. ## | |
2114 | ## ----------- ## | |
2115 | _ASBOX | |
2116 | echo | |
81ecdfbb | 2117 | cat confdefs.h |
42ecbf5e DJ |
2118 | echo |
2119 | fi | |
2120 | test "$ac_signal" != 0 && | |
81ecdfbb RW |
2121 | $as_echo "$as_me: caught signal $ac_signal" |
2122 | $as_echo "$as_me: exit $exit_status" | |
42ecbf5e | 2123 | } >&5 |
81ecdfbb RW |
2124 | rm -f core *.core core.conftest.* && |
2125 | rm -f -r conftest* confdefs* conf$$* $ac_clean_files && | |
42ecbf5e | 2126 | exit $exit_status |
81ecdfbb | 2127 | ' 0 |
42ecbf5e | 2128 | for ac_signal in 1 2 13 15; do |
81ecdfbb | 2129 | trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal |
42ecbf5e DJ |
2130 | done |
2131 | ac_signal=0 | |
2132 | ||
2133 | # confdefs.h avoids OS command line length limits that DEFS can exceed. | |
81ecdfbb RW |
2134 | rm -f -r conftest* confdefs.h |
2135 | ||
2136 | $as_echo "/* confdefs.h */" > confdefs.h | |
42ecbf5e DJ |
2137 | |
2138 | # Predefined preprocessor variables. | |
2139 | ||
2140 | cat >>confdefs.h <<_ACEOF | |
2141 | #define PACKAGE_NAME "$PACKAGE_NAME" | |
2142 | _ACEOF | |
2143 | ||
42ecbf5e DJ |
2144 | cat >>confdefs.h <<_ACEOF |
2145 | #define PACKAGE_TARNAME "$PACKAGE_TARNAME" | |
2146 | _ACEOF | |
2147 | ||
42ecbf5e DJ |
2148 | cat >>confdefs.h <<_ACEOF |
2149 | #define PACKAGE_VERSION "$PACKAGE_VERSION" | |
2150 | _ACEOF | |
2151 | ||
42ecbf5e DJ |
2152 | cat >>confdefs.h <<_ACEOF |
2153 | #define PACKAGE_STRING "$PACKAGE_STRING" | |
2154 | _ACEOF | |
2155 | ||
42ecbf5e DJ |
2156 | cat >>confdefs.h <<_ACEOF |
2157 | #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" | |
2158 | _ACEOF | |
2159 | ||
81ecdfbb RW |
2160 | cat >>confdefs.h <<_ACEOF |
2161 | #define PACKAGE_URL "$PACKAGE_URL" | |
2162 | _ACEOF | |
2163 | ||
42ecbf5e DJ |
2164 | |
2165 | # Let the site file select an alternate cache file if it wants to. | |
81ecdfbb RW |
2166 | # Prefer an explicitly selected file to automatically selected ones. |
2167 | ac_site_file1=NONE | |
2168 | ac_site_file2=NONE | |
2169 | if test -n "$CONFIG_SITE"; then | |
2170 | ac_site_file1=$CONFIG_SITE | |
2171 | elif test "x$prefix" != xNONE; then | |
2172 | ac_site_file1=$prefix/share/config.site | |
2173 | ac_site_file2=$prefix/etc/config.site | |
2174 | else | |
2175 | ac_site_file1=$ac_default_prefix/share/config.site | |
2176 | ac_site_file2=$ac_default_prefix/etc/config.site | |
2177 | fi | |
2178 | for ac_site_file in "$ac_site_file1" "$ac_site_file2" | |
2179 | do | |
2180 | test "x$ac_site_file" = xNONE && continue | |
42ecbf5e | 2181 | if test -r "$ac_site_file"; then |
81ecdfbb RW |
2182 | { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 |
2183 | $as_echo "$as_me: loading site script $ac_site_file" >&6;} | |
42ecbf5e DJ |
2184 | sed 's/^/| /' "$ac_site_file" >&5 |
2185 | . "$ac_site_file" | |
2186 | fi | |
2187 | done | |
2188 | ||
2189 | if test -r "$cache_file"; then | |
2190 | # Some versions of bash will fail to source /dev/null (special | |
2191 | # files actually), so we avoid doing that. | |
2192 | if test -f "$cache_file"; then | |
81ecdfbb RW |
2193 | { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 |
2194 | $as_echo "$as_me: loading cache $cache_file" >&6;} | |
42ecbf5e | 2195 | case $cache_file in |
81ecdfbb RW |
2196 | [\\/]* | ?:[\\/]* ) . "$cache_file";; |
2197 | *) . "./$cache_file";; | |
42ecbf5e DJ |
2198 | esac |
2199 | fi | |
2200 | else | |
81ecdfbb RW |
2201 | { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 |
2202 | $as_echo "$as_me: creating cache $cache_file" >&6;} | |
42ecbf5e DJ |
2203 | >$cache_file |
2204 | fi | |
2205 | ||
2206 | # Check that the precious variables saved in the cache have kept the same | |
2207 | # value. | |
2208 | ac_cache_corrupted=false | |
81ecdfbb | 2209 | for ac_var in $ac_precious_vars; do |
42ecbf5e DJ |
2210 | eval ac_old_set=\$ac_cv_env_${ac_var}_set |
2211 | eval ac_new_set=\$ac_env_${ac_var}_set | |
81ecdfbb RW |
2212 | eval ac_old_val=\$ac_cv_env_${ac_var}_value |
2213 | eval ac_new_val=\$ac_env_${ac_var}_value | |
42ecbf5e DJ |
2214 | case $ac_old_set,$ac_new_set in |
2215 | set,) | |
81ecdfbb RW |
2216 | { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 |
2217 | $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} | |
42ecbf5e DJ |
2218 | ac_cache_corrupted=: ;; |
2219 | ,set) | |
81ecdfbb RW |
2220 | { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 |
2221 | $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} | |
42ecbf5e DJ |
2222 | ac_cache_corrupted=: ;; |
2223 | ,);; | |
2224 | *) | |
2225 | if test "x$ac_old_val" != "x$ac_new_val"; then | |
81ecdfbb RW |
2226 | # differences in whitespace do not lead to failure. |
2227 | ac_old_val_w=`echo x $ac_old_val` | |
2228 | ac_new_val_w=`echo x $ac_new_val` | |
2229 | if test "$ac_old_val_w" != "$ac_new_val_w"; then | |
2230 | { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 | |
2231 | $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} | |
2232 | ac_cache_corrupted=: | |
2233 | else | |
2234 | { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 | |
2235 | $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} | |
2236 | eval $ac_var=\$ac_old_val | |
2237 | fi | |
2238 | { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 | |
2239 | $as_echo "$as_me: former value: \`$ac_old_val'" >&2;} | |
2240 | { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 | |
2241 | $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} | |
42ecbf5e DJ |
2242 | fi;; |
2243 | esac | |
2244 | # Pass precious variables to config.status. | |
2245 | if test "$ac_new_set" = set; then | |
2246 | case $ac_new_val in | |
81ecdfbb | 2247 | *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; |
42ecbf5e DJ |
2248 | *) ac_arg=$ac_var=$ac_new_val ;; |
2249 | esac | |
2250 | case " $ac_configure_args " in | |
2251 | *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. | |
81ecdfbb | 2252 | *) as_fn_append ac_configure_args " '$ac_arg'" ;; |
42ecbf5e DJ |
2253 | esac |
2254 | fi | |
2255 | done | |
2256 | if $ac_cache_corrupted; then | |
81ecdfbb RW |
2257 | { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
2258 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
2259 | { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 | |
2260 | $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} | |
2261 | as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 | |
42ecbf5e | 2262 | fi |
81ecdfbb RW |
2263 | ## -------------------- ## |
2264 | ## Main body of script. ## | |
2265 | ## -------------------- ## | |
42ecbf5e DJ |
2266 | |
2267 | ac_ext=c | |
2268 | ac_cpp='$CPP $CPPFLAGS' | |
2269 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
2270 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
2271 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
2272 | ||
2273 | ||
2274 | ||
42ecbf5e | 2275 | |
da594c4a | 2276 | |
42ecbf5e DJ |
2277 | |
2278 | ||
2279 | ac_aux_dir= | |
81ecdfbb RW |
2280 | for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do |
2281 | for ac_t in install-sh install.sh shtool; do | |
2282 | if test -f "$ac_dir/$ac_t"; then | |
2283 | ac_aux_dir=$ac_dir | |
2284 | ac_install_sh="$ac_aux_dir/$ac_t -c" | |
2285 | break 2 | |
2286 | fi | |
2287 | done | |
42ecbf5e DJ |
2288 | done |
2289 | if test -z "$ac_aux_dir"; then | |
81ecdfbb | 2290 | as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 |
42ecbf5e | 2291 | fi |
81ecdfbb RW |
2292 | |
2293 | # These three variables are undocumented and unsupported, | |
2294 | # and are intended to be withdrawn in a future Autoconf release. | |
2295 | # They can cause serious problems if a builder's source tree is in a directory | |
2296 | # whose full name contains unusual characters. | |
2297 | ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. | |
2298 | ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. | |
2299 | ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. | |
2300 | ||
42ecbf5e DJ |
2301 | |
2302 | # Make sure we can run config.sub. | |
81ecdfbb RW |
2303 | $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || |
2304 | as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 | |
2305 | ||
2306 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 | |
2307 | $as_echo_n "checking build system type... " >&6; } | |
2308 | if test "${ac_cv_build+set}" = set; then : | |
2309 | $as_echo_n "(cached) " >&6 | |
2310 | else | |
2311 | ac_build_alias=$build_alias | |
2312 | test "x$ac_build_alias" = x && | |
2313 | ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` | |
2314 | test "x$ac_build_alias" = x && | |
2315 | as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5 | |
2316 | ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || | |
2317 | as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 | |
2318 | ||
2319 | fi | |
2320 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 | |
2321 | $as_echo "$ac_cv_build" >&6; } | |
2322 | case $ac_cv_build in | |
2323 | *-*-*) ;; | |
2324 | *) as_fn_error "invalid value of canonical build" "$LINENO" 5;; | |
2325 | esac | |
42ecbf5e | 2326 | build=$ac_cv_build |
81ecdfbb RW |
2327 | ac_save_IFS=$IFS; IFS='-' |
2328 | set x $ac_cv_build | |
2329 | shift | |
2330 | build_cpu=$1 | |
2331 | build_vendor=$2 | |
2332 | shift; shift | |
2333 | # Remember, the first character of IFS is used to create $*, | |
2334 | # except with old shells: | |
2335 | build_os=$* | |
2336 | IFS=$ac_save_IFS | |
2337 | case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac | |
42ecbf5e DJ |
2338 | |
2339 | ||
81ecdfbb RW |
2340 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 |
2341 | $as_echo_n "checking host system type... " >&6; } | |
2342 | if test "${ac_cv_host+set}" = set; then : | |
2343 | $as_echo_n "(cached) " >&6 | |
42ecbf5e | 2344 | else |
81ecdfbb RW |
2345 | if test "x$host_alias" = x; then |
2346 | ac_cv_host=$ac_cv_build | |
2347 | else | |
2348 | ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || | |
2349 | as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 | |
2350 | fi | |
42ecbf5e DJ |
2351 | |
2352 | fi | |
81ecdfbb RW |
2353 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 |
2354 | $as_echo "$ac_cv_host" >&6; } | |
2355 | case $ac_cv_host in | |
2356 | *-*-*) ;; | |
2357 | *) as_fn_error "invalid value of canonical host" "$LINENO" 5;; | |
2358 | esac | |
42ecbf5e | 2359 | host=$ac_cv_host |
81ecdfbb RW |
2360 | ac_save_IFS=$IFS; IFS='-' |
2361 | set x $ac_cv_host | |
2362 | shift | |
2363 | host_cpu=$1 | |
2364 | host_vendor=$2 | |
2365 | shift; shift | |
2366 | # Remember, the first character of IFS is used to create $*, | |
2367 | # except with old shells: | |
2368 | host_os=$* | |
2369 | IFS=$ac_save_IFS | |
2370 | case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac | |
42ecbf5e DJ |
2371 | |
2372 | ||
81ecdfbb RW |
2373 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5 |
2374 | $as_echo_n "checking target system type... " >&6; } | |
2375 | if test "${ac_cv_target+set}" = set; then : | |
2376 | $as_echo_n "(cached) " >&6 | |
2377 | else | |
2378 | if test "x$target_alias" = x; then | |
2379 | ac_cv_target=$ac_cv_host | |
42ecbf5e | 2380 | else |
81ecdfbb RW |
2381 | ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` || |
2382 | as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5 | |
2383 | fi | |
42ecbf5e DJ |
2384 | |
2385 | fi | |
81ecdfbb RW |
2386 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5 |
2387 | $as_echo "$ac_cv_target" >&6; } | |
2388 | case $ac_cv_target in | |
2389 | *-*-*) ;; | |
2390 | *) as_fn_error "invalid value of canonical target" "$LINENO" 5;; | |
2391 | esac | |
42ecbf5e | 2392 | target=$ac_cv_target |
81ecdfbb RW |
2393 | ac_save_IFS=$IFS; IFS='-' |
2394 | set x $ac_cv_target | |
2395 | shift | |
2396 | target_cpu=$1 | |
2397 | target_vendor=$2 | |
2398 | shift; shift | |
2399 | # Remember, the first character of IFS is used to create $*, | |
2400 | # except with old shells: | |
2401 | target_os=$* | |
2402 | IFS=$ac_save_IFS | |
2403 | case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac | |
42ecbf5e DJ |
2404 | |
2405 | ||
2406 | # The aliases save the names the user supplied, while $host etc. | |
2407 | # will get canonicalized. | |
2408 | test -n "$target_alias" && | |
2409 | test "$program_prefix$program_suffix$program_transform_name" = \ | |
2410 | NONENONEs,x,x, && | |
2411 | program_prefix=${target_alias}- | |
2412 | ac_ext=c | |
2413 | ac_cpp='$CPP $CPPFLAGS' | |
2414 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
2415 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
2416 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
2417 | if test -n "$ac_tool_prefix"; then | |
2418 | # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. | |
2419 | set dummy ${ac_tool_prefix}gcc; ac_word=$2 | |
81ecdfbb RW |
2420 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
2421 | $as_echo_n "checking for $ac_word... " >&6; } | |
2422 | if test "${ac_cv_prog_CC+set}" = set; then : | |
2423 | $as_echo_n "(cached) " >&6 | |
42ecbf5e DJ |
2424 | else |
2425 | if test -n "$CC"; then | |
2426 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
2427 | else | |
2428 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
2429 | for as_dir in $PATH | |
2430 | do | |
2431 | IFS=$as_save_IFS | |
2432 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
2433 | for ac_exec_ext in '' $ac_executable_extensions; do |
2434 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
42ecbf5e | 2435 | ac_cv_prog_CC="${ac_tool_prefix}gcc" |
81ecdfbb | 2436 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
42ecbf5e DJ |
2437 | break 2 |
2438 | fi | |
2439 | done | |
81ecdfbb RW |
2440 | done |
2441 | IFS=$as_save_IFS | |
42ecbf5e DJ |
2442 | |
2443 | fi | |
2444 | fi | |
2445 | CC=$ac_cv_prog_CC | |
2446 | if test -n "$CC"; then | |
81ecdfbb RW |
2447 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 |
2448 | $as_echo "$CC" >&6; } | |
42ecbf5e | 2449 | else |
81ecdfbb RW |
2450 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
2451 | $as_echo "no" >&6; } | |
42ecbf5e DJ |
2452 | fi |
2453 | ||
81ecdfbb | 2454 | |
42ecbf5e DJ |
2455 | fi |
2456 | if test -z "$ac_cv_prog_CC"; then | |
2457 | ac_ct_CC=$CC | |
2458 | # Extract the first word of "gcc", so it can be a program name with args. | |
2459 | set dummy gcc; ac_word=$2 | |
81ecdfbb RW |
2460 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
2461 | $as_echo_n "checking for $ac_word... " >&6; } | |
2462 | if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : | |
2463 | $as_echo_n "(cached) " >&6 | |
42ecbf5e DJ |
2464 | else |
2465 | if test -n "$ac_ct_CC"; then | |
2466 | ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. | |
2467 | else | |
2468 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
2469 | for as_dir in $PATH | |
2470 | do | |
2471 | IFS=$as_save_IFS | |
2472 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
2473 | for ac_exec_ext in '' $ac_executable_extensions; do |
2474 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
42ecbf5e | 2475 | ac_cv_prog_ac_ct_CC="gcc" |
81ecdfbb | 2476 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
42ecbf5e DJ |
2477 | break 2 |
2478 | fi | |
2479 | done | |
81ecdfbb RW |
2480 | done |
2481 | IFS=$as_save_IFS | |
42ecbf5e DJ |
2482 | |
2483 | fi | |
2484 | fi | |
2485 | ac_ct_CC=$ac_cv_prog_ac_ct_CC | |
2486 | if test -n "$ac_ct_CC"; then | |
81ecdfbb RW |
2487 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 |
2488 | $as_echo "$ac_ct_CC" >&6; } | |
42ecbf5e | 2489 | else |
81ecdfbb RW |
2490 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
2491 | $as_echo "no" >&6; } | |
42ecbf5e DJ |
2492 | fi |
2493 | ||
81ecdfbb RW |
2494 | if test "x$ac_ct_CC" = x; then |
2495 | CC="" | |
2496 | else | |
2497 | case $cross_compiling:$ac_tool_warned in | |
2498 | yes:) | |
2499 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
2500 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
2501 | ac_tool_warned=yes ;; | |
2502 | esac | |
2503 | CC=$ac_ct_CC | |
2504 | fi | |
42ecbf5e DJ |
2505 | else |
2506 | CC="$ac_cv_prog_CC" | |
2507 | fi | |
2508 | ||
2509 | if test -z "$CC"; then | |
81ecdfbb RW |
2510 | if test -n "$ac_tool_prefix"; then |
2511 | # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. | |
42ecbf5e | 2512 | set dummy ${ac_tool_prefix}cc; ac_word=$2 |
81ecdfbb RW |
2513 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
2514 | $as_echo_n "checking for $ac_word... " >&6; } | |
2515 | if test "${ac_cv_prog_CC+set}" = set; then : | |
2516 | $as_echo_n "(cached) " >&6 | |
42ecbf5e DJ |
2517 | else |
2518 | if test -n "$CC"; then | |
2519 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
2520 | else | |
2521 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
2522 | for as_dir in $PATH | |
2523 | do | |
2524 | IFS=$as_save_IFS | |
2525 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
2526 | for ac_exec_ext in '' $ac_executable_extensions; do |
2527 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
42ecbf5e | 2528 | ac_cv_prog_CC="${ac_tool_prefix}cc" |
81ecdfbb | 2529 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
42ecbf5e DJ |
2530 | break 2 |
2531 | fi | |
2532 | done | |
81ecdfbb RW |
2533 | done |
2534 | IFS=$as_save_IFS | |
42ecbf5e DJ |
2535 | |
2536 | fi | |
2537 | fi | |
2538 | CC=$ac_cv_prog_CC | |
2539 | if test -n "$CC"; then | |
81ecdfbb RW |
2540 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 |
2541 | $as_echo "$CC" >&6; } | |
42ecbf5e | 2542 | else |
81ecdfbb RW |
2543 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
2544 | $as_echo "no" >&6; } | |
42ecbf5e DJ |
2545 | fi |
2546 | ||
81ecdfbb RW |
2547 | |
2548 | fi | |
42ecbf5e | 2549 | fi |
81ecdfbb | 2550 | if test -z "$CC"; then |
42ecbf5e DJ |
2551 | # Extract the first word of "cc", so it can be a program name with args. |
2552 | set dummy cc; ac_word=$2 | |
81ecdfbb RW |
2553 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
2554 | $as_echo_n "checking for $ac_word... " >&6; } | |
2555 | if test "${ac_cv_prog_CC+set}" = set; then : | |
2556 | $as_echo_n "(cached) " >&6 | |
42ecbf5e | 2557 | else |
81ecdfbb RW |
2558 | if test -n "$CC"; then |
2559 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
42ecbf5e | 2560 | else |
81ecdfbb | 2561 | ac_prog_rejected=no |
42ecbf5e DJ |
2562 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
2563 | for as_dir in $PATH | |
2564 | do | |
2565 | IFS=$as_save_IFS | |
2566 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
2567 | for ac_exec_ext in '' $ac_executable_extensions; do |
2568 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
2569 | if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then | |
2570 | ac_prog_rejected=yes | |
2571 | continue | |
2572 | fi | |
2573 | ac_cv_prog_CC="cc" | |
2574 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
42ecbf5e DJ |
2575 | break 2 |
2576 | fi | |
2577 | done | |
81ecdfbb RW |
2578 | done |
2579 | IFS=$as_save_IFS | |
42ecbf5e DJ |
2580 | |
2581 | if test $ac_prog_rejected = yes; then | |
2582 | # We found a bogon in the path, so make sure we never use it. | |
2583 | set dummy $ac_cv_prog_CC | |
2584 | shift | |
2585 | if test $# != 0; then | |
2586 | # We chose a different compiler from the bogus one. | |
2587 | # However, it has the same basename, so the bogon will be chosen | |
2588 | # first if we set CC to just the basename; use the full file name. | |
2589 | shift | |
2590 | ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" | |
2591 | fi | |
2592 | fi | |
2593 | fi | |
2594 | fi | |
2595 | CC=$ac_cv_prog_CC | |
2596 | if test -n "$CC"; then | |
81ecdfbb RW |
2597 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 |
2598 | $as_echo "$CC" >&6; } | |
42ecbf5e | 2599 | else |
81ecdfbb RW |
2600 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
2601 | $as_echo "no" >&6; } | |
42ecbf5e DJ |
2602 | fi |
2603 | ||
81ecdfbb | 2604 | |
42ecbf5e DJ |
2605 | fi |
2606 | if test -z "$CC"; then | |
2607 | if test -n "$ac_tool_prefix"; then | |
81ecdfbb | 2608 | for ac_prog in cl.exe |
42ecbf5e DJ |
2609 | do |
2610 | # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. | |
2611 | set dummy $ac_tool_prefix$ac_prog; ac_word=$2 | |
81ecdfbb RW |
2612 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
2613 | $as_echo_n "checking for $ac_word... " >&6; } | |
2614 | if test "${ac_cv_prog_CC+set}" = set; then : | |
2615 | $as_echo_n "(cached) " >&6 | |
42ecbf5e DJ |
2616 | else |
2617 | if test -n "$CC"; then | |
2618 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
2619 | else | |
2620 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
2621 | for as_dir in $PATH | |
2622 | do | |
2623 | IFS=$as_save_IFS | |
2624 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
2625 | for ac_exec_ext in '' $ac_executable_extensions; do |
2626 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
42ecbf5e | 2627 | ac_cv_prog_CC="$ac_tool_prefix$ac_prog" |
81ecdfbb | 2628 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
42ecbf5e DJ |
2629 | break 2 |
2630 | fi | |
2631 | done | |
81ecdfbb RW |
2632 | done |
2633 | IFS=$as_save_IFS | |
42ecbf5e DJ |
2634 | |
2635 | fi | |
2636 | fi | |
2637 | CC=$ac_cv_prog_CC | |
2638 | if test -n "$CC"; then | |
81ecdfbb RW |
2639 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 |
2640 | $as_echo "$CC" >&6; } | |
42ecbf5e | 2641 | else |
81ecdfbb RW |
2642 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
2643 | $as_echo "no" >&6; } | |
42ecbf5e DJ |
2644 | fi |
2645 | ||
81ecdfbb | 2646 | |
42ecbf5e DJ |
2647 | test -n "$CC" && break |
2648 | done | |
2649 | fi | |
2650 | if test -z "$CC"; then | |
2651 | ac_ct_CC=$CC | |
81ecdfbb | 2652 | for ac_prog in cl.exe |
42ecbf5e DJ |
2653 | do |
2654 | # Extract the first word of "$ac_prog", so it can be a program name with args. | |
2655 | set dummy $ac_prog; ac_word=$2 | |
81ecdfbb RW |
2656 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
2657 | $as_echo_n "checking for $ac_word... " >&6; } | |
2658 | if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : | |
2659 | $as_echo_n "(cached) " >&6 | |
42ecbf5e DJ |
2660 | else |
2661 | if test -n "$ac_ct_CC"; then | |
2662 | ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. | |
2663 | else | |
2664 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
2665 | for as_dir in $PATH | |
2666 | do | |
2667 | IFS=$as_save_IFS | |
2668 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
2669 | for ac_exec_ext in '' $ac_executable_extensions; do |
2670 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
42ecbf5e | 2671 | ac_cv_prog_ac_ct_CC="$ac_prog" |
81ecdfbb | 2672 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
42ecbf5e DJ |
2673 | break 2 |
2674 | fi | |
2675 | done | |
81ecdfbb RW |
2676 | done |
2677 | IFS=$as_save_IFS | |
42ecbf5e DJ |
2678 | |
2679 | fi | |
2680 | fi | |
2681 | ac_ct_CC=$ac_cv_prog_ac_ct_CC | |
2682 | if test -n "$ac_ct_CC"; then | |
81ecdfbb RW |
2683 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 |
2684 | $as_echo "$ac_ct_CC" >&6; } | |
42ecbf5e | 2685 | else |
81ecdfbb RW |
2686 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
2687 | $as_echo "no" >&6; } | |
42ecbf5e DJ |
2688 | fi |
2689 | ||
81ecdfbb | 2690 | |
42ecbf5e DJ |
2691 | test -n "$ac_ct_CC" && break |
2692 | done | |
2693 | ||
81ecdfbb RW |
2694 | if test "x$ac_ct_CC" = x; then |
2695 | CC="" | |
2696 | else | |
2697 | case $cross_compiling:$ac_tool_warned in | |
2698 | yes:) | |
2699 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
2700 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
2701 | ac_tool_warned=yes ;; | |
2702 | esac | |
2703 | CC=$ac_ct_CC | |
2704 | fi | |
42ecbf5e DJ |
2705 | fi |
2706 | ||
2707 | fi | |
2708 | ||
2709 | ||
81ecdfbb RW |
2710 | test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
2711 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
2712 | as_fn_error "no acceptable C compiler found in \$PATH | |
2713 | See \`config.log' for more details." "$LINENO" 5; } | |
42ecbf5e DJ |
2714 | |
2715 | # Provide some information about the compiler. | |
81ecdfbb RW |
2716 | $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 |
2717 | set X $ac_compile | |
2718 | ac_compiler=$2 | |
2719 | for ac_option in --version -v -V -qversion; do | |
2720 | { { ac_try="$ac_compiler $ac_option >&5" | |
2721 | case "(($ac_try" in | |
2722 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
2723 | *) ac_try_echo=$ac_try;; | |
2724 | esac | |
2725 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
2726 | $as_echo "$ac_try_echo"; } >&5 | |
2727 | (eval "$ac_compiler $ac_option >&5") 2>conftest.err | |
42ecbf5e | 2728 | ac_status=$? |
81ecdfbb RW |
2729 | if test -s conftest.err; then |
2730 | sed '10a\ | |
2731 | ... rest of stderr output deleted ... | |
2732 | 10q' conftest.err >conftest.er1 | |
2733 | cat conftest.er1 >&5 | |
2734 | rm -f conftest.er1 conftest.err | |
2735 | fi | |
2736 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
2737 | test $ac_status = 0; } | |
2738 | done | |
42ecbf5e | 2739 | |
81ecdfbb | 2740 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
42ecbf5e DJ |
2741 | /* end confdefs.h. */ |
2742 | ||
2743 | int | |
2744 | main () | |
2745 | { | |
2746 | ||
2747 | ; | |
2748 | return 0; | |
2749 | } | |
2750 | _ACEOF | |
2751 | ac_clean_files_save=$ac_clean_files | |
81ecdfbb | 2752 | ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out" |
42ecbf5e DJ |
2753 | # Try to create an executable without -o first, disregard a.out. |
2754 | # It will help us diagnose broken compilers, and finding out an intuition | |
2755 | # of exeext. | |
81ecdfbb RW |
2756 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 |
2757 | $as_echo_n "checking for C compiler default output file name... " >&6; } | |
2758 | ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` | |
2759 | ||
2760 | # The possible output files: | |
2761 | ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" | |
2762 | ||
2763 | ac_rmfiles= | |
2764 | for ac_file in $ac_files | |
2765 | do | |
2766 | case $ac_file in | |
2767 | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; | |
2768 | * ) ac_rmfiles="$ac_rmfiles $ac_file";; | |
2769 | esac | |
2770 | done | |
2771 | rm -f $ac_rmfiles | |
2772 | ||
2773 | if { { ac_try="$ac_link_default" | |
2774 | case "(($ac_try" in | |
2775 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
2776 | *) ac_try_echo=$ac_try;; | |
2777 | esac | |
2778 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
2779 | $as_echo "$ac_try_echo"; } >&5 | |
2780 | (eval "$ac_link_default") 2>&5 | |
2781 | ac_status=$? | |
2782 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
2783 | test $ac_status = 0; }; then : | |
2784 | # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. | |
2785 | # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' | |
2786 | # in a Makefile. We should not override ac_cv_exeext if it was cached, | |
2787 | # so that the user can short-circuit this test for compilers unknown to | |
2788 | # Autoconf. | |
2789 | for ac_file in $ac_files '' | |
42ecbf5e DJ |
2790 | do |
2791 | test -f "$ac_file" || continue | |
2792 | case $ac_file in | |
81ecdfbb | 2793 | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) |
42ecbf5e DJ |
2794 | ;; |
2795 | [ab].out ) | |
2796 | # We found the default executable, but exeext='' is most | |
2797 | # certainly right. | |
2798 | break;; | |
2799 | *.* ) | |
81ecdfbb RW |
2800 | if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; |
2801 | then :; else | |
2802 | ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` | |
2803 | fi | |
2804 | # We set ac_cv_exeext here because the later test for it is not | |
2805 | # safe: cross compilers may not add the suffix if given an `-o' | |
2806 | # argument, so we may need to know it at that point already. | |
2807 | # Even if this section looks crufty: it has the advantage of | |
2808 | # actually working. | |
42ecbf5e DJ |
2809 | break;; |
2810 | * ) | |
2811 | break;; | |
2812 | esac | |
2813 | done | |
81ecdfbb RW |
2814 | test "$ac_cv_exeext" = no && ac_cv_exeext= |
2815 | ||
42ecbf5e | 2816 | else |
81ecdfbb RW |
2817 | ac_file='' |
2818 | fi | |
2819 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 | |
2820 | $as_echo "$ac_file" >&6; } | |
2821 | if test -z "$ac_file"; then : | |
2822 | $as_echo "$as_me: failed program was:" >&5 | |
42ecbf5e DJ |
2823 | sed 's/^/| /' conftest.$ac_ext >&5 |
2824 | ||
81ecdfbb RW |
2825 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
2826 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
2827 | { as_fn_set_status 77 | |
2828 | as_fn_error "C compiler cannot create executables | |
2829 | See \`config.log' for more details." "$LINENO" 5; }; } | |
42ecbf5e | 2830 | fi |
42ecbf5e | 2831 | ac_exeext=$ac_cv_exeext |
42ecbf5e | 2832 | |
81ecdfbb | 2833 | # Check that the compiler produces executables we can run. If not, either |
42ecbf5e | 2834 | # the compiler is broken, or we cross compile. |
81ecdfbb RW |
2835 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 |
2836 | $as_echo_n "checking whether the C compiler works... " >&6; } | |
42ecbf5e DJ |
2837 | # If not cross compiling, check that we can run a simple program. |
2838 | if test "$cross_compiling" != yes; then | |
2839 | if { ac_try='./$ac_file' | |
81ecdfbb RW |
2840 | { { case "(($ac_try" in |
2841 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
2842 | *) ac_try_echo=$ac_try;; | |
2843 | esac | |
2844 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
2845 | $as_echo "$ac_try_echo"; } >&5 | |
2846 | (eval "$ac_try") 2>&5 | |
42ecbf5e | 2847 | ac_status=$? |
81ecdfbb RW |
2848 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
2849 | test $ac_status = 0; }; }; then | |
42ecbf5e DJ |
2850 | cross_compiling=no |
2851 | else | |
2852 | if test "$cross_compiling" = maybe; then | |
2853 | cross_compiling=yes | |
2854 | else | |
81ecdfbb RW |
2855 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
2856 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
2857 | as_fn_error "cannot run C compiled programs. | |
42ecbf5e | 2858 | If you meant to cross compile, use \`--host'. |
81ecdfbb | 2859 | See \`config.log' for more details." "$LINENO" 5; } |
42ecbf5e DJ |
2860 | fi |
2861 | fi | |
2862 | fi | |
81ecdfbb RW |
2863 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
2864 | $as_echo "yes" >&6; } | |
42ecbf5e | 2865 | |
81ecdfbb | 2866 | rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out |
42ecbf5e | 2867 | ac_clean_files=$ac_clean_files_save |
81ecdfbb | 2868 | # Check that the compiler produces executables we can run. If not, either |
42ecbf5e | 2869 | # the compiler is broken, or we cross compile. |
81ecdfbb RW |
2870 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 |
2871 | $as_echo_n "checking whether we are cross compiling... " >&6; } | |
2872 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 | |
2873 | $as_echo "$cross_compiling" >&6; } | |
2874 | ||
2875 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 | |
2876 | $as_echo_n "checking for suffix of executables... " >&6; } | |
2877 | if { { ac_try="$ac_link" | |
2878 | case "(($ac_try" in | |
2879 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
2880 | *) ac_try_echo=$ac_try;; | |
2881 | esac | |
2882 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
2883 | $as_echo "$ac_try_echo"; } >&5 | |
2884 | (eval "$ac_link") 2>&5 | |
42ecbf5e | 2885 | ac_status=$? |
81ecdfbb RW |
2886 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
2887 | test $ac_status = 0; }; then : | |
42ecbf5e DJ |
2888 | # If both `conftest.exe' and `conftest' are `present' (well, observable) |
2889 | # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will | |
2890 | # work properly (i.e., refer to `conftest.exe'), while it won't with | |
2891 | # `rm'. | |
2892 | for ac_file in conftest.exe conftest conftest.*; do | |
2893 | test -f "$ac_file" || continue | |
2894 | case $ac_file in | |
81ecdfbb | 2895 | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; |
42ecbf5e | 2896 | *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` |
42ecbf5e DJ |
2897 | break;; |
2898 | * ) break;; | |
2899 | esac | |
2900 | done | |
2901 | else | |
81ecdfbb RW |
2902 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
2903 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
2904 | as_fn_error "cannot compute suffix of executables: cannot compile and link | |
2905 | See \`config.log' for more details." "$LINENO" 5; } | |
42ecbf5e | 2906 | fi |
42ecbf5e | 2907 | rm -f conftest$ac_cv_exeext |
81ecdfbb RW |
2908 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 |
2909 | $as_echo "$ac_cv_exeext" >&6; } | |
42ecbf5e DJ |
2910 | |
2911 | rm -f conftest.$ac_ext | |
2912 | EXEEXT=$ac_cv_exeext | |
2913 | ac_exeext=$EXEEXT | |
81ecdfbb RW |
2914 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 |
2915 | $as_echo_n "checking for suffix of object files... " >&6; } | |
2916 | if test "${ac_cv_objext+set}" = set; then : | |
2917 | $as_echo_n "(cached) " >&6 | |
42ecbf5e | 2918 | else |
81ecdfbb | 2919 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
42ecbf5e DJ |
2920 | /* end confdefs.h. */ |
2921 | ||
2922 | int | |
2923 | main () | |
2924 | { | |
2925 | ||
2926 | ; | |
2927 | return 0; | |
2928 | } | |
2929 | _ACEOF | |
2930 | rm -f conftest.o conftest.obj | |
81ecdfbb RW |
2931 | if { { ac_try="$ac_compile" |
2932 | case "(($ac_try" in | |
2933 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
2934 | *) ac_try_echo=$ac_try;; | |
2935 | esac | |
2936 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
2937 | $as_echo "$ac_try_echo"; } >&5 | |
2938 | (eval "$ac_compile") 2>&5 | |
2939 | ac_status=$? | |
2940 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
2941 | test $ac_status = 0; }; then : | |
2942 | for ac_file in conftest.o conftest.obj conftest.*; do | |
2943 | test -f "$ac_file" || continue; | |
42ecbf5e | 2944 | case $ac_file in |
81ecdfbb | 2945 | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; |
42ecbf5e DJ |
2946 | *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` |
2947 | break;; | |
2948 | esac | |
2949 | done | |
2950 | else | |
81ecdfbb | 2951 | $as_echo "$as_me: failed program was:" >&5 |
42ecbf5e DJ |
2952 | sed 's/^/| /' conftest.$ac_ext >&5 |
2953 | ||
81ecdfbb RW |
2954 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
2955 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
2956 | as_fn_error "cannot compute suffix of object files: cannot compile | |
2957 | See \`config.log' for more details." "$LINENO" 5; } | |
42ecbf5e | 2958 | fi |
42ecbf5e DJ |
2959 | rm -f conftest.$ac_cv_objext conftest.$ac_ext |
2960 | fi | |
81ecdfbb RW |
2961 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 |
2962 | $as_echo "$ac_cv_objext" >&6; } | |
42ecbf5e DJ |
2963 | OBJEXT=$ac_cv_objext |
2964 | ac_objext=$OBJEXT | |
81ecdfbb RW |
2965 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 |
2966 | $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } | |
2967 | if test "${ac_cv_c_compiler_gnu+set}" = set; then : | |
2968 | $as_echo_n "(cached) " >&6 | |
42ecbf5e | 2969 | else |
81ecdfbb | 2970 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
42ecbf5e DJ |
2971 | /* end confdefs.h. */ |
2972 | ||
2973 | int | |
2974 | main () | |
2975 | { | |
2976 | #ifndef __GNUC__ | |
2977 | choke me | |
2978 | #endif | |
2979 | ||
2980 | ; | |
2981 | return 0; | |
2982 | } | |
2983 | _ACEOF | |
81ecdfbb | 2984 | if ac_fn_c_try_compile "$LINENO"; then : |
42ecbf5e DJ |
2985 | ac_compiler_gnu=yes |
2986 | else | |
81ecdfbb | 2987 | ac_compiler_gnu=no |
42ecbf5e | 2988 | fi |
81ecdfbb | 2989 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
42ecbf5e DJ |
2990 | ac_cv_c_compiler_gnu=$ac_compiler_gnu |
2991 | ||
2992 | fi | |
81ecdfbb RW |
2993 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 |
2994 | $as_echo "$ac_cv_c_compiler_gnu" >&6; } | |
2995 | if test $ac_compiler_gnu = yes; then | |
2996 | GCC=yes | |
2997 | else | |
2998 | GCC= | |
2999 | fi | |
42ecbf5e DJ |
3000 | ac_test_CFLAGS=${CFLAGS+set} |
3001 | ac_save_CFLAGS=$CFLAGS | |
81ecdfbb RW |
3002 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 |
3003 | $as_echo_n "checking whether $CC accepts -g... " >&6; } | |
3004 | if test "${ac_cv_prog_cc_g+set}" = set; then : | |
3005 | $as_echo_n "(cached) " >&6 | |
3006 | else | |
3007 | ac_save_c_werror_flag=$ac_c_werror_flag | |
3008 | ac_c_werror_flag=yes | |
3009 | ac_cv_prog_cc_g=no | |
3010 | CFLAGS="-g" | |
3011 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
42ecbf5e DJ |
3012 | /* end confdefs.h. */ |
3013 | ||
3014 | int | |
3015 | main () | |
3016 | { | |
3017 | ||
3018 | ; | |
3019 | return 0; | |
3020 | } | |
3021 | _ACEOF | |
81ecdfbb | 3022 | if ac_fn_c_try_compile "$LINENO"; then : |
42ecbf5e DJ |
3023 | ac_cv_prog_cc_g=yes |
3024 | else | |
81ecdfbb RW |
3025 | CFLAGS="" |
3026 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
3027 | /* end confdefs.h. */ | |
3028 | ||
3029 | int | |
3030 | main () | |
3031 | { | |
3032 | ||
3033 | ; | |
3034 | return 0; | |
3035 | } | |
3036 | _ACEOF | |
3037 | if ac_fn_c_try_compile "$LINENO"; then : | |
3038 | ||
3039 | else | |
3040 | ac_c_werror_flag=$ac_save_c_werror_flag | |
3041 | CFLAGS="-g" | |
3042 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
3043 | /* end confdefs.h. */ | |
3044 | ||
3045 | int | |
3046 | main () | |
3047 | { | |
42ecbf5e | 3048 | |
81ecdfbb RW |
3049 | ; |
3050 | return 0; | |
3051 | } | |
3052 | _ACEOF | |
3053 | if ac_fn_c_try_compile "$LINENO"; then : | |
3054 | ac_cv_prog_cc_g=yes | |
3055 | fi | |
3056 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
42ecbf5e | 3057 | fi |
81ecdfbb | 3058 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
42ecbf5e | 3059 | fi |
81ecdfbb RW |
3060 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
3061 | ac_c_werror_flag=$ac_save_c_werror_flag | |
3062 | fi | |
3063 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 | |
3064 | $as_echo "$ac_cv_prog_cc_g" >&6; } | |
42ecbf5e DJ |
3065 | if test "$ac_test_CFLAGS" = set; then |
3066 | CFLAGS=$ac_save_CFLAGS | |
3067 | elif test $ac_cv_prog_cc_g = yes; then | |
3068 | if test "$GCC" = yes; then | |
3069 | CFLAGS="-g -O2" | |
3070 | else | |
3071 | CFLAGS="-g" | |
3072 | fi | |
3073 | else | |
3074 | if test "$GCC" = yes; then | |
3075 | CFLAGS="-O2" | |
3076 | else | |
3077 | CFLAGS= | |
3078 | fi | |
3079 | fi | |
81ecdfbb RW |
3080 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 |
3081 | $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } | |
3082 | if test "${ac_cv_prog_cc_c89+set}" = set; then : | |
3083 | $as_echo_n "(cached) " >&6 | |
42ecbf5e | 3084 | else |
81ecdfbb | 3085 | ac_cv_prog_cc_c89=no |
42ecbf5e | 3086 | ac_save_CC=$CC |
81ecdfbb | 3087 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
42ecbf5e DJ |
3088 | /* end confdefs.h. */ |
3089 | #include <stdarg.h> | |
3090 | #include <stdio.h> | |
3091 | #include <sys/types.h> | |
3092 | #include <sys/stat.h> | |
3093 | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | |
3094 | struct buf { int x; }; | |
3095 | FILE * (*rcsopen) (struct buf *, struct stat *, int); | |
3096 | static char *e (p, i) | |
3097 | char **p; | |
3098 | int i; | |
3099 | { | |
3100 | return p[i]; | |
3101 | } | |
3102 | static char *f (char * (*g) (char **, int), char **p, ...) | |
3103 | { | |
3104 | char *s; | |
3105 | va_list v; | |
3106 | va_start (v,p); | |
3107 | s = g (p, va_arg (v,int)); | |
3108 | va_end (v); | |
3109 | return s; | |
3110 | } | |
3111 | ||
3112 | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | |
3113 | function prototypes and stuff, but not '\xHH' hex character constants. | |
3114 | These don't provoke an error unfortunately, instead are silently treated | |
81ecdfbb | 3115 | as 'x'. The following induces an error, until -std is added to get |
42ecbf5e DJ |
3116 | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an |
3117 | array size at least. It's necessary to write '\x00'==0 to get something | |
81ecdfbb | 3118 | that's true only with -std. */ |
42ecbf5e DJ |
3119 | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; |
3120 | ||
81ecdfbb RW |
3121 | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters |
3122 | inside strings and character constants. */ | |
3123 | #define FOO(x) 'x' | |
3124 | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; | |
3125 | ||
42ecbf5e DJ |
3126 | int test (int i, double x); |
3127 | struct s1 {int (*f) (int a);}; | |
3128 | struct s2 {int (*f) (double a);}; | |
3129 | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | |
3130 | int argc; | |
3131 | char **argv; | |
3132 | int | |
3133 | main () | |
3134 | { | |
3135 | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | |
3136 | ; | |
3137 | return 0; | |
3138 | } | |
3139 | _ACEOF | |
81ecdfbb RW |
3140 | for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ |
3141 | -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" | |
42ecbf5e DJ |
3142 | do |
3143 | CC="$ac_save_CC $ac_arg" | |
81ecdfbb RW |
3144 | if ac_fn_c_try_compile "$LINENO"; then : |
3145 | ac_cv_prog_cc_c89=$ac_arg | |
42ecbf5e | 3146 | fi |
81ecdfbb RW |
3147 | rm -f core conftest.err conftest.$ac_objext |
3148 | test "x$ac_cv_prog_cc_c89" != "xno" && break | |
42ecbf5e | 3149 | done |
81ecdfbb | 3150 | rm -f conftest.$ac_ext |
42ecbf5e DJ |
3151 | CC=$ac_save_CC |
3152 | ||
3153 | fi | |
81ecdfbb RW |
3154 | # AC_CACHE_VAL |
3155 | case "x$ac_cv_prog_cc_c89" in | |
3156 | x) | |
3157 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 | |
3158 | $as_echo "none needed" >&6; } ;; | |
3159 | xno) | |
3160 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 | |
3161 | $as_echo "unsupported" >&6; } ;; | |
42ecbf5e | 3162 | *) |
81ecdfbb RW |
3163 | CC="$CC $ac_cv_prog_cc_c89" |
3164 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 | |
3165 | $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; | |
42ecbf5e | 3166 | esac |
81ecdfbb | 3167 | if test "x$ac_cv_prog_cc_c89" != xno; then : |
42ecbf5e | 3168 | |
42ecbf5e DJ |
3169 | fi |
3170 | ||
42ecbf5e DJ |
3171 | ac_ext=c |
3172 | ac_cpp='$CPP $CPPFLAGS' | |
3173 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
3174 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
3175 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
3176 | ||
3177 | ||
81ecdfbb RW |
3178 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5 |
3179 | $as_echo_n "checking for library containing strerror... " >&6; } | |
3180 | if test "${ac_cv_search_strerror+set}" = set; then : | |
3181 | $as_echo_n "(cached) " >&6 | |
42ecbf5e DJ |
3182 | else |
3183 | ac_func_search_save_LIBS=$LIBS | |
81ecdfbb | 3184 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
42ecbf5e DJ |
3185 | /* end confdefs.h. */ |
3186 | ||
81ecdfbb RW |
3187 | /* Override any GCC internal prototype to avoid an error. |
3188 | Use char because int might match the return type of a GCC | |
3189 | builtin and then its argument prototype would still apply. */ | |
42ecbf5e DJ |
3190 | #ifdef __cplusplus |
3191 | extern "C" | |
3192 | #endif | |
42ecbf5e DJ |
3193 | char strerror (); |
3194 | int | |
3195 | main () | |
3196 | { | |
81ecdfbb | 3197 | return strerror (); |
42ecbf5e DJ |
3198 | ; |
3199 | return 0; | |
3200 | } | |
3201 | _ACEOF | |
81ecdfbb RW |
3202 | for ac_lib in '' cposix; do |
3203 | if test -z "$ac_lib"; then | |
3204 | ac_res="none required" | |
3205 | else | |
3206 | ac_res=-l$ac_lib | |
42ecbf5e | 3207 | LIBS="-l$ac_lib $ac_func_search_save_LIBS" |
81ecdfbb RW |
3208 | fi |
3209 | if ac_fn_c_try_link "$LINENO"; then : | |
3210 | ac_cv_search_strerror=$ac_res | |
3211 | fi | |
3212 | rm -f core conftest.err conftest.$ac_objext \ | |
3213 | conftest$ac_exeext | |
3214 | if test "${ac_cv_search_strerror+set}" = set; then : | |
3215 | break | |
3216 | fi | |
3217 | done | |
3218 | if test "${ac_cv_search_strerror+set}" = set; then : | |
42ecbf5e | 3219 | |
42ecbf5e | 3220 | else |
81ecdfbb | 3221 | ac_cv_search_strerror=no |
42ecbf5e | 3222 | fi |
81ecdfbb | 3223 | rm conftest.$ac_ext |
42ecbf5e DJ |
3224 | LIBS=$ac_func_search_save_LIBS |
3225 | fi | |
81ecdfbb RW |
3226 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5 |
3227 | $as_echo "$ac_cv_search_strerror" >&6; } | |
3228 | ac_res=$ac_cv_search_strerror | |
3229 | if test "$ac_res" != no; then : | |
3230 | test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" | |
42ecbf5e DJ |
3231 | |
3232 | fi | |
3233 | ||
3234 | ||
3235 | BFD_VERSION=`sed -n -e 's/^.._INIT_AUTOMAKE.*,[ ]*\([^ ]*\)[ ]*).*/\1/p' < ${srcdir}/../bfd/configure.in` | |
81ecdfbb RW |
3236 | am__api_version='1.11' |
3237 | ||
42ecbf5e DJ |
3238 | # Find a good install program. We prefer a C program (faster), |
3239 | # so one script is as good as another. But avoid the broken or | |
3240 | # incompatible versions: | |
3241 | # SysV /etc/install, /usr/sbin/install | |
3242 | # SunOS /usr/etc/install | |
3243 | # IRIX /sbin/install | |
3244 | # AIX /bin/install | |
3245 | # AmigaOS /C/install, which installs bootblocks on floppy discs | |
3246 | # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag | |
3247 | # AFS /usr/afsws/bin/install, which mishandles nonexistent args | |
3248 | # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" | |
3249 | # OS/2's system install, which has a completely different semantic | |
3250 | # ./install, which can be erroneously created by make from ./install.sh. | |
58c85be7 | 3251 | # Reject install programs that cannot install multiple files. |
81ecdfbb RW |
3252 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 |
3253 | $as_echo_n "checking for a BSD-compatible install... " >&6; } | |
42ecbf5e | 3254 | if test -z "$INSTALL"; then |
81ecdfbb RW |
3255 | if test "${ac_cv_path_install+set}" = set; then : |
3256 | $as_echo_n "(cached) " >&6 | |
42ecbf5e DJ |
3257 | else |
3258 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
3259 | for as_dir in $PATH | |
3260 | do | |
3261 | IFS=$as_save_IFS | |
3262 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
3263 | # Account for people who put trailing slashes in PATH elements. |
3264 | case $as_dir/ in #(( | |
3265 | ./ | .// | /[cC]/* | \ | |
42ecbf5e | 3266 | /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ |
81ecdfbb | 3267 | ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ |
42ecbf5e DJ |
3268 | /usr/ucb/* ) ;; |
3269 | *) | |
3270 | # OSF1 and SCO ODT 3.0 have their own names for install. | |
3271 | # Don't use installbsd from OSF since it installs stuff as root | |
3272 | # by default. | |
3273 | for ac_prog in ginstall scoinst install; do | |
3274 | for ac_exec_ext in '' $ac_executable_extensions; do | |
81ecdfbb | 3275 | if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then |
42ecbf5e DJ |
3276 | if test $ac_prog = install && |
3277 | grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then | |
252b5132 RH |
3278 | # AIX install. It has an incompatible calling convention. |
3279 | : | |
42ecbf5e DJ |
3280 | elif test $ac_prog = install && |
3281 | grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then | |
3282 | # program-specific install script used by HP pwplus--don't use. | |
3283 | : | |
252b5132 | 3284 | else |
58c85be7 RW |
3285 | rm -rf conftest.one conftest.two conftest.dir |
3286 | echo one > conftest.one | |
3287 | echo two > conftest.two | |
3288 | mkdir conftest.dir | |
3289 | if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && | |
3290 | test -s conftest.one && test -s conftest.two && | |
3291 | test -s conftest.dir/conftest.one && | |
3292 | test -s conftest.dir/conftest.two | |
3293 | then | |
3294 | ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" | |
3295 | break 3 | |
3296 | fi | |
252b5132 RH |
3297 | fi |
3298 | fi | |
d15b04bd | 3299 | done |
42ecbf5e DJ |
3300 | done |
3301 | ;; | |
3302 | esac | |
81ecdfbb RW |
3303 | |
3304 | done | |
3305 | IFS=$as_save_IFS | |
42ecbf5e | 3306 | |
58c85be7 | 3307 | rm -rf conftest.one conftest.two conftest.dir |
252b5132 RH |
3308 | |
3309 | fi | |
3310 | if test "${ac_cv_path_install+set}" = set; then | |
42ecbf5e | 3311 | INSTALL=$ac_cv_path_install |
252b5132 | 3312 | else |
58c85be7 RW |
3313 | # As a last resort, use the slow shell script. Don't cache a |
3314 | # value for INSTALL within a source directory, because that will | |
252b5132 | 3315 | # break other packages using the cache if that directory is |
58c85be7 | 3316 | # removed, or if the value is a relative name. |
42ecbf5e | 3317 | INSTALL=$ac_install_sh |
252b5132 RH |
3318 | fi |
3319 | fi | |
81ecdfbb RW |
3320 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 |
3321 | $as_echo "$INSTALL" >&6; } | |
252b5132 RH |
3322 | |
3323 | # Use test -z because SunOS4 sh mishandles braces in ${var-val}. | |
3324 | # It thinks the first close brace ends the variable substitution. | |
3325 | test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' | |
3326 | ||
42ecbf5e | 3327 | test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' |
252b5132 RH |
3328 | |
3329 | test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' | |
3330 | ||
81ecdfbb RW |
3331 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 |
3332 | $as_echo_n "checking whether build environment is sane... " >&6; } | |
252b5132 RH |
3333 | # Just in case |
3334 | sleep 1 | |
42ecbf5e | 3335 | echo timestamp > conftest.file |
81ecdfbb RW |
3336 | # Reject unsafe characters in $srcdir or the absolute working directory |
3337 | # name. Accept space and tab only in the latter. | |
3338 | am_lf=' | |
3339 | ' | |
3340 | case `pwd` in | |
3341 | *[\\\"\#\$\&\'\`$am_lf]*) | |
3342 | as_fn_error "unsafe absolute working directory name" "$LINENO" 5;; | |
3343 | esac | |
3344 | case $srcdir in | |
3345 | *[\\\"\#\$\&\'\`$am_lf\ \ ]*) | |
3346 | as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; | |
3347 | esac | |
3348 | ||
252b5132 RH |
3349 | # Do `set' in a subshell so we don't clobber the current shell's |
3350 | # arguments. Must try -L first in case configure is actually a | |
3351 | # symlink; some systems play weird games with the mod time of symlinks | |
3352 | # (eg FreeBSD returns the mod time of the symlink's containing | |
3353 | # directory). | |
3354 | if ( | |
81ecdfbb | 3355 | set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` |
252b5132 RH |
3356 | if test "$*" = "X"; then |
3357 | # -L didn't work. | |
81ecdfbb | 3358 | set X `ls -t "$srcdir/configure" conftest.file` |
252b5132 | 3359 | fi |
42ecbf5e DJ |
3360 | rm -f conftest.file |
3361 | if test "$*" != "X $srcdir/configure conftest.file" \ | |
3362 | && test "$*" != "X conftest.file $srcdir/configure"; then | |
252b5132 RH |
3363 | |
3364 | # If neither matched, then we have a broken ls. This can happen | |
3365 | # if, for instance, CONFIG_SHELL is bash and it inherits a | |
3366 | # broken ls alias from the environment. This has actually | |
3367 | # happened. Such a system could not be considered "sane". | |
81ecdfbb RW |
3368 | as_fn_error "ls -t appears to fail. Make sure there is not a broken |
3369 | alias in your environment" "$LINENO" 5 | |
252b5132 RH |
3370 | fi |
3371 | ||
42ecbf5e | 3372 | test "$2" = conftest.file |
252b5132 RH |
3373 | ) |
3374 | then | |
3375 | # Ok. | |
3376 | : | |
3377 | else | |
81ecdfbb RW |
3378 | as_fn_error "newly created file is older than distributed files! |
3379 | Check your system clock" "$LINENO" 5 | |
42ecbf5e | 3380 | fi |
81ecdfbb RW |
3381 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
3382 | $as_echo "yes" >&6; } | |
42ecbf5e | 3383 | test "$program_prefix" != NONE && |
81ecdfbb | 3384 | program_transform_name="s&^&$program_prefix&;$program_transform_name" |
42ecbf5e DJ |
3385 | # Use a double $ so make ignores it. |
3386 | test "$program_suffix" != NONE && | |
81ecdfbb RW |
3387 | program_transform_name="s&\$&$program_suffix&;$program_transform_name" |
3388 | # Double any \ or $. | |
42ecbf5e | 3389 | # By default was `s,x,x', remove it if useless. |
81ecdfbb RW |
3390 | ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' |
3391 | program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` | |
42ecbf5e DJ |
3392 | |
3393 | # expand $ac_aux_dir to an absolute path | |
3394 | am_aux_dir=`cd $ac_aux_dir && pwd` | |
3395 | ||
81ecdfbb RW |
3396 | if test x"${MISSING+set}" != xset; then |
3397 | case $am_aux_dir in | |
3398 | *\ * | *\ *) | |
3399 | MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; | |
3400 | *) | |
3401 | MISSING="\${SHELL} $am_aux_dir/missing" ;; | |
3402 | esac | |
3403 | fi | |
42ecbf5e DJ |
3404 | # Use eval to expand $SHELL |
3405 | if eval "$MISSING --run true"; then | |
3406 | am_missing_run="$MISSING --run " | |
3407 | else | |
3408 | am_missing_run= | |
81ecdfbb RW |
3409 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5 |
3410 | $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} | |
42ecbf5e DJ |
3411 | fi |
3412 | ||
81ecdfbb RW |
3413 | if test x"${install_sh}" != xset; then |
3414 | case $am_aux_dir in | |
3415 | *\ * | *\ *) | |
3416 | install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; | |
3417 | *) | |
3418 | install_sh="\${SHELL} $am_aux_dir/install-sh" | |
3419 | esac | |
3420 | fi | |
3421 | ||
3422 | # Installed binaries are usually stripped using `strip' when the user | |
3423 | # run `make install-strip'. However `strip' might not be the right | |
3424 | # tool to use in cross-compilation environments, therefore Automake | |
3425 | # will honor the `STRIP' environment variable to overrule this program. | |
3426 | if test "$cross_compiling" != no; then | |
3427 | if test -n "$ac_tool_prefix"; then | |
3428 | # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. | |
3429 | set dummy ${ac_tool_prefix}strip; ac_word=$2 | |
3430 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | |
3431 | $as_echo_n "checking for $ac_word... " >&6; } | |
3432 | if test "${ac_cv_prog_STRIP+set}" = set; then : | |
3433 | $as_echo_n "(cached) " >&6 | |
42ecbf5e | 3434 | else |
81ecdfbb RW |
3435 | if test -n "$STRIP"; then |
3436 | ac_cv_prog_STRIP="$STRIP" # Let the user override the test. | |
42ecbf5e DJ |
3437 | else |
3438 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
3439 | for as_dir in $PATH | |
3440 | do | |
3441 | IFS=$as_save_IFS | |
3442 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
3443 | for ac_exec_ext in '' $ac_executable_extensions; do |
3444 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
3445 | ac_cv_prog_STRIP="${ac_tool_prefix}strip" | |
3446 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
3447 | break 2 | |
3448 | fi | |
3449 | done | |
3450 | done | |
3451 | IFS=$as_save_IFS | |
3452 | ||
3453 | fi | |
3454 | fi | |
3455 | STRIP=$ac_cv_prog_STRIP | |
3456 | if test -n "$STRIP"; then | |
3457 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 | |
3458 | $as_echo "$STRIP" >&6; } | |
3459 | else | |
3460 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
3461 | $as_echo "no" >&6; } | |
3462 | fi | |
3463 | ||
3464 | ||
3465 | fi | |
3466 | if test -z "$ac_cv_prog_STRIP"; then | |
3467 | ac_ct_STRIP=$STRIP | |
3468 | # Extract the first word of "strip", so it can be a program name with args. | |
3469 | set dummy strip; ac_word=$2 | |
3470 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | |
3471 | $as_echo_n "checking for $ac_word... " >&6; } | |
3472 | if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then : | |
3473 | $as_echo_n "(cached) " >&6 | |
3474 | else | |
3475 | if test -n "$ac_ct_STRIP"; then | |
3476 | ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. | |
3477 | else | |
3478 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
3479 | for as_dir in $PATH | |
3480 | do | |
3481 | IFS=$as_save_IFS | |
3482 | test -z "$as_dir" && as_dir=. | |
3483 | for ac_exec_ext in '' $ac_executable_extensions; do | |
3484 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
3485 | ac_cv_prog_ac_ct_STRIP="strip" | |
3486 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
42ecbf5e DJ |
3487 | break 2 |
3488 | fi | |
3489 | done | |
81ecdfbb RW |
3490 | done |
3491 | IFS=$as_save_IFS | |
3492 | ||
3493 | fi | |
3494 | fi | |
3495 | ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP | |
3496 | if test -n "$ac_ct_STRIP"; then | |
3497 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 | |
3498 | $as_echo "$ac_ct_STRIP" >&6; } | |
3499 | else | |
3500 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
3501 | $as_echo "no" >&6; } | |
3502 | fi | |
3503 | ||
3504 | if test "x$ac_ct_STRIP" = x; then | |
3505 | STRIP=":" | |
3506 | else | |
3507 | case $cross_compiling:$ac_tool_warned in | |
3508 | yes:) | |
3509 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
3510 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
3511 | ac_tool_warned=yes ;; | |
3512 | esac | |
3513 | STRIP=$ac_ct_STRIP | |
3514 | fi | |
3515 | else | |
3516 | STRIP="$ac_cv_prog_STRIP" | |
3517 | fi | |
3518 | ||
3519 | fi | |
3520 | INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" | |
3521 | ||
3522 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 | |
3523 | $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } | |
3524 | if test -z "$MKDIR_P"; then | |
3525 | if test "${ac_cv_path_mkdir+set}" = set; then : | |
3526 | $as_echo_n "(cached) " >&6 | |
3527 | else | |
3528 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
3529 | for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin | |
3530 | do | |
3531 | IFS=$as_save_IFS | |
3532 | test -z "$as_dir" && as_dir=. | |
3533 | for ac_prog in mkdir gmkdir; do | |
3534 | for ac_exec_ext in '' $ac_executable_extensions; do | |
3535 | { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue | |
3536 | case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( | |
3537 | 'mkdir (GNU coreutils) '* | \ | |
3538 | 'mkdir (coreutils) '* | \ | |
3539 | 'mkdir (fileutils) '4.1*) | |
3540 | ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext | |
3541 | break 3;; | |
3542 | esac | |
3543 | done | |
3544 | done | |
3545 | done | |
3546 | IFS=$as_save_IFS | |
3547 | ||
3548 | fi | |
3549 | ||
3550 | if test "${ac_cv_path_mkdir+set}" = set; then | |
3551 | MKDIR_P="$ac_cv_path_mkdir -p" | |
3552 | else | |
3553 | # As a last resort, use the slow shell script. Don't cache a | |
3554 | # value for MKDIR_P within a source directory, because that will | |
3555 | # break other packages using the cache if that directory is | |
3556 | # removed, or if the value is a relative name. | |
3557 | test -d ./--version && rmdir ./--version | |
3558 | MKDIR_P="$ac_install_sh -d" | |
3559 | fi | |
3560 | fi | |
3561 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 | |
3562 | $as_echo "$MKDIR_P" >&6; } | |
3563 | ||
3564 | mkdir_p="$MKDIR_P" | |
3565 | case $mkdir_p in | |
3566 | [\\/$]* | ?:[\\/]*) ;; | |
3567 | */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; | |
3568 | esac | |
3569 | ||
3570 | for ac_prog in gawk mawk nawk awk | |
3571 | do | |
3572 | # Extract the first word of "$ac_prog", so it can be a program name with args. | |
3573 | set dummy $ac_prog; ac_word=$2 | |
3574 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | |
3575 | $as_echo_n "checking for $ac_word... " >&6; } | |
3576 | if test "${ac_cv_prog_AWK+set}" = set; then : | |
3577 | $as_echo_n "(cached) " >&6 | |
3578 | else | |
3579 | if test -n "$AWK"; then | |
3580 | ac_cv_prog_AWK="$AWK" # Let the user override the test. | |
3581 | else | |
3582 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
3583 | for as_dir in $PATH | |
3584 | do | |
3585 | IFS=$as_save_IFS | |
3586 | test -z "$as_dir" && as_dir=. | |
3587 | for ac_exec_ext in '' $ac_executable_extensions; do | |
3588 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
3589 | ac_cv_prog_AWK="$ac_prog" | |
3590 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
3591 | break 2 | |
3592 | fi | |
42ecbf5e | 3593 | done |
81ecdfbb RW |
3594 | done |
3595 | IFS=$as_save_IFS | |
42ecbf5e DJ |
3596 | |
3597 | fi | |
3598 | fi | |
3599 | AWK=$ac_cv_prog_AWK | |
3600 | if test -n "$AWK"; then | |
81ecdfbb RW |
3601 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 |
3602 | $as_echo "$AWK" >&6; } | |
42ecbf5e | 3603 | else |
81ecdfbb RW |
3604 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
3605 | $as_echo "no" >&6; } | |
42ecbf5e DJ |
3606 | fi |
3607 | ||
81ecdfbb | 3608 | |
42ecbf5e DJ |
3609 | test -n "$AWK" && break |
3610 | done | |
3611 | ||
81ecdfbb RW |
3612 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 |
3613 | $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } | |
3614 | set x ${MAKE-make} | |
3615 | ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` | |
3616 | if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then : | |
3617 | $as_echo_n "(cached) " >&6 | |
42ecbf5e DJ |
3618 | else |
3619 | cat >conftest.make <<\_ACEOF | |
81ecdfbb | 3620 | SHELL = /bin/sh |
42ecbf5e | 3621 | all: |
81ecdfbb | 3622 | @echo '@@@%%%=$(MAKE)=@@@%%%' |
42ecbf5e DJ |
3623 | _ACEOF |
3624 | # GNU make sometimes prints "make[1]: Entering...", which would confuse us. | |
81ecdfbb RW |
3625 | case `${MAKE-make} -f conftest.make 2>/dev/null` in |
3626 | *@@@%%%=?*=@@@%%%*) | |
3627 | eval ac_cv_prog_make_${ac_make}_set=yes;; | |
3628 | *) | |
3629 | eval ac_cv_prog_make_${ac_make}_set=no;; | |
3630 | esac | |
42ecbf5e DJ |
3631 | rm -f conftest.make |
3632 | fi | |
81ecdfbb RW |
3633 | if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then |
3634 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | |
3635 | $as_echo "yes" >&6; } | |
42ecbf5e DJ |
3636 | SET_MAKE= |
3637 | else | |
81ecdfbb RW |
3638 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
3639 | $as_echo "no" >&6; } | |
42ecbf5e DJ |
3640 | SET_MAKE="MAKE=${MAKE-make}" |
3641 | fi | |
3642 | ||
3643 | rm -rf .tst 2>/dev/null | |
3644 | mkdir .tst 2>/dev/null | |
3645 | if test -d .tst; then | |
3646 | am__leading_dot=. | |
3647 | else | |
3648 | am__leading_dot=_ | |
3649 | fi | |
3650 | rmdir .tst 2>/dev/null | |
3651 | ||
3652 | DEPDIR="${am__leading_dot}deps" | |
3653 | ||
81ecdfbb | 3654 | ac_config_commands="$ac_config_commands depfiles" |
42ecbf5e DJ |
3655 | |
3656 | ||
3657 | am_make=${MAKE-make} | |
3658 | cat > confinc << 'END' | |
3659 | am__doit: | |
81ecdfbb | 3660 | @echo this is the am__doit target |
42ecbf5e DJ |
3661 | .PHONY: am__doit |
3662 | END | |
3663 | # If we don't find an include directive, just comment out the code. | |
81ecdfbb RW |
3664 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5 |
3665 | $as_echo_n "checking for style of include used by $am_make... " >&6; } | |
42ecbf5e DJ |
3666 | am__include="#" |
3667 | am__quote= | |
3668 | _am_result=none | |
3669 | # First try GNU make style include. | |
3670 | echo "include confinc" > confmf | |
81ecdfbb RW |
3671 | # Ignore all kinds of additional output from `make'. |
3672 | case `$am_make -s -f confmf 2> /dev/null` in #( | |
3673 | *the\ am__doit\ target*) | |
3674 | am__include=include | |
3675 | am__quote= | |
3676 | _am_result=GNU | |
3677 | ;; | |
3678 | esac | |
42ecbf5e DJ |
3679 | # Now try BSD make style include. |
3680 | if test "$am__include" = "#"; then | |
3681 | echo '.include "confinc"' > confmf | |
81ecdfbb RW |
3682 | case `$am_make -s -f confmf 2> /dev/null` in #( |
3683 | *the\ am__doit\ target*) | |
3684 | am__include=.include | |
3685 | am__quote="\"" | |
3686 | _am_result=BSD | |
3687 | ;; | |
3688 | esac | |
42ecbf5e DJ |
3689 | fi |
3690 | ||
3691 | ||
81ecdfbb RW |
3692 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 |
3693 | $as_echo "$_am_result" >&6; } | |
42ecbf5e DJ |
3694 | rm -f confinc confmf |
3695 | ||
81ecdfbb RW |
3696 | # Check whether --enable-dependency-tracking was given. |
3697 | if test "${enable_dependency_tracking+set}" = set; then : | |
3698 | enableval=$enable_dependency_tracking; | |
3699 | fi | |
42ecbf5e | 3700 | |
42ecbf5e DJ |
3701 | if test "x$enable_dependency_tracking" != xno; then |
3702 | am_depcomp="$ac_aux_dir/depcomp" | |
3703 | AMDEPBACKSLASH='\' | |
3704 | fi | |
81ecdfbb | 3705 | if test "x$enable_dependency_tracking" != xno; then |
42ecbf5e DJ |
3706 | AMDEP_TRUE= |
3707 | AMDEP_FALSE='#' | |
3708 | else | |
3709 | AMDEP_TRUE='#' | |
3710 | AMDEP_FALSE= | |
3711 | fi | |
3712 | ||
3713 | ||
81ecdfbb RW |
3714 | if test "`cd $srcdir && pwd`" != "`pwd`"; then |
3715 | # Use -I$(srcdir) only when $(srcdir) != ., so that make's output | |
3716 | # is not polluted with repeated "-I." | |
3717 | am__isrc=' -I$(srcdir)' | |
3718 | # test to see if srcdir already configured | |
3719 | if test -f $srcdir/config.status; then | |
3720 | as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 | |
3721 | fi | |
42ecbf5e DJ |
3722 | fi |
3723 | ||
3724 | # test whether we have cygpath | |
3725 | if test -z "$CYGPATH_W"; then | |
3726 | if (cygpath --version) >/dev/null 2>/dev/null; then | |
3727 | CYGPATH_W='cygpath -w' | |
3728 | else | |
3729 | CYGPATH_W=echo | |
3730 | fi | |
3731 | fi | |
3732 | ||
3733 | ||
3734 | # Define the identity of the package. | |
3735 | PACKAGE=binutils | |
3736 | VERSION=${BFD_VERSION} | |
3737 | ||
3738 | ||
3739 | cat >>confdefs.h <<_ACEOF | |
3740 | #define PACKAGE "$PACKAGE" | |
3741 | _ACEOF | |
3742 | ||
3743 | ||
3744 | cat >>confdefs.h <<_ACEOF | |
3745 | #define VERSION "$VERSION" | |
3746 | _ACEOF | |
3747 | ||
3748 | # Some tools Automake needs. | |
3749 | ||
3750 | ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} | |
3751 | ||
3752 | ||
3753 | AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} | |
3754 | ||
3755 | ||
3756 | AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} | |
3757 | ||
3758 | ||
3759 | AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} | |
3760 | ||
3761 | ||
3762 | MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} | |
3763 | ||
42ecbf5e DJ |
3764 | # We need awk for the "check" target. The system "awk" is bad on |
3765 | # some platforms. | |
3766 | # Always define AMTAR for backward compatibility. | |
252b5132 | 3767 | |
42ecbf5e | 3768 | AMTAR=${AMTAR-"${am_missing_run}tar"} |
252b5132 | 3769 | |
42ecbf5e | 3770 | am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -' |
252b5132 RH |
3771 | |
3772 | ||
3773 | ||
252b5132 | 3774 | |
42ecbf5e DJ |
3775 | depcc="$CC" am_compiler_list= |
3776 | ||
81ecdfbb RW |
3777 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 |
3778 | $as_echo_n "checking dependency style of $depcc... " >&6; } | |
3779 | if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then : | |
3780 | $as_echo_n "(cached) " >&6 | |
252b5132 | 3781 | else |
42ecbf5e DJ |
3782 | if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then |
3783 | # We make a subdir and do the tests there. Otherwise we can end up | |
3784 | # making bogus files that we don't know about and never remove. For | |
3785 | # instance it was reported that on HP-UX the gcc test will end up | |
3786 | # making a dummy file named `D' -- because `-MD' means `put the output | |
3787 | # in D'. | |
3788 | mkdir conftest.dir | |
3789 | # Copy depcomp to subdir because otherwise we won't find it if we're | |
3790 | # using a relative directory. | |
3791 | cp "$am_depcomp" conftest.dir | |
3792 | cd conftest.dir | |
3793 | # We will build objects and dependencies in a subdirectory because | |
3794 | # it helps to detect inapplicable dependency modes. For instance | |
3795 | # both Tru64's cc and ICC support -MD to output dependencies as a | |
3796 | # side effect of compilation, but ICC will put the dependencies in | |
3797 | # the current directory while Tru64 will put them in the object | |
3798 | # directory. | |
3799 | mkdir sub | |
252b5132 | 3800 | |
42ecbf5e DJ |
3801 | am_cv_CC_dependencies_compiler_type=none |
3802 | if test "$am_compiler_list" = ""; then | |
3803 | am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` | |
3804 | fi | |
81ecdfbb RW |
3805 | am__universal=false |
3806 | case " $depcc " in #( | |
3807 | *\ -arch\ *\ -arch\ *) am__universal=true ;; | |
3808 | esac | |
3809 | ||
42ecbf5e DJ |
3810 | for depmode in $am_compiler_list; do |
3811 | # Setup a source with many dependencies, because some compilers | |
3812 | # like to wrap large dependency lists on column 80 (with \), and | |
3813 | # we should not choose a depcomp mode which is confused by this. | |
3814 | # | |
3815 | # We need to recreate these files for each test, as the compiler may | |
3816 | # overwrite some of them when testing with obscure command lines. | |
3817 | # This happens at least with the AIX C compiler. | |
3818 | : > sub/conftest.c | |
3819 | for i in 1 2 3 4 5 6; do | |
3820 | echo '#include "conftst'$i'.h"' >> sub/conftest.c | |
3821 | # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with | |
3822 | # Solaris 8's {/usr,}/bin/sh. | |
3823 | touch sub/conftst$i.h | |
3824 | done | |
3825 | echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf | |
3826 | ||
81ecdfbb RW |
3827 | # We check with `-c' and `-o' for the sake of the "dashmstdout" |
3828 | # mode. It turns out that the SunPro C++ compiler does not properly | |
3829 | # handle `-M -o', and we need to detect this. Also, some Intel | |
3830 | # versions had trouble with output in subdirs | |
3831 | am__obj=sub/conftest.${OBJEXT-o} | |
3832 | am__minus_obj="-o $am__obj" | |
42ecbf5e | 3833 | case $depmode in |
81ecdfbb RW |
3834 | gcc) |
3835 | # This depmode causes a compiler race in universal mode. | |
3836 | test "$am__universal" = false || continue | |
3837 | ;; | |
42ecbf5e DJ |
3838 | nosideeffect) |
3839 | # after this tag, mechanisms are not by side-effect, so they'll | |
3840 | # only be used when explicitly requested | |
3841 | if test "x$enable_dependency_tracking" = xyes; then | |
3842 | continue | |
3843 | else | |
3844 | break | |
3845 | fi | |
3846 | ;; | |
81ecdfbb RW |
3847 | msvisualcpp | msvcmsys) |
3848 | # This compiler won't grok `-c -o', but also, the minuso test has | |
3849 | # not run yet. These depmodes are late enough in the game, and | |
3850 | # so weak that their functioning should not be impacted. | |
3851 | am__obj=conftest.${OBJEXT-o} | |
3852 | am__minus_obj= | |
3853 | ;; | |
42ecbf5e DJ |
3854 | none) break ;; |
3855 | esac | |
42ecbf5e | 3856 | if depmode=$depmode \ |
81ecdfbb | 3857 | source=sub/conftest.c object=$am__obj \ |
42ecbf5e | 3858 | depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ |
81ecdfbb | 3859 | $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ |
42ecbf5e | 3860 | >/dev/null 2>conftest.err && |
81ecdfbb | 3861 | grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && |
42ecbf5e | 3862 | grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && |
81ecdfbb | 3863 | grep $am__obj sub/conftest.Po > /dev/null 2>&1 && |
42ecbf5e DJ |
3864 | ${MAKE-make} -s -f confmf > /dev/null 2>&1; then |
3865 | # icc doesn't choke on unknown options, it will just issue warnings | |
3866 | # or remarks (even with -Werror). So we grep stderr for any message | |
3867 | # that says an option was ignored or not supported. | |
3868 | # When given -MP, icc 7.0 and 7.1 complain thusly: | |
3869 | # icc: Command line warning: ignoring option '-M'; no argument required | |
3870 | # The diagnosis changed in icc 8.0: | |
3871 | # icc: Command line remark: option '-MP' not supported | |
3872 | if (grep 'ignoring option' conftest.err || | |
3873 | grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else | |
3874 | am_cv_CC_dependencies_compiler_type=$depmode | |
3875 | break | |
3876 | fi | |
3877 | fi | |
3878 | done | |
3879 | ||
3880 | cd .. | |
3881 | rm -rf conftest.dir | |
252b5132 | 3882 | else |
42ecbf5e | 3883 | am_cv_CC_dependencies_compiler_type=none |
252b5132 RH |
3884 | fi |
3885 | ||
252b5132 | 3886 | fi |
81ecdfbb RW |
3887 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 |
3888 | $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } | |
42ecbf5e DJ |
3889 | CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type |
3890 | ||
81ecdfbb | 3891 | if |
42ecbf5e DJ |
3892 | test "x$enable_dependency_tracking" != xno \ |
3893 | && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then | |
3894 | am__fastdepCC_TRUE= | |
3895 | am__fastdepCC_FALSE='#' | |
252b5132 | 3896 | else |
42ecbf5e DJ |
3897 | am__fastdepCC_TRUE='#' |
3898 | am__fastdepCC_FALSE= | |
252b5132 RH |
3899 | fi |
3900 | ||
3901 | ||
3902 | ||
42ecbf5e | 3903 | |
d45dc31f SE |
3904 | ac_ext=c |
3905 | ac_cpp='$CPP $CPPFLAGS' | |
3906 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
3907 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
3908 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
3909 | if test -n "$ac_tool_prefix"; then | |
3910 | # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. | |
3911 | set dummy ${ac_tool_prefix}gcc; ac_word=$2 | |
81ecdfbb RW |
3912 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
3913 | $as_echo_n "checking for $ac_word... " >&6; } | |
3914 | if test "${ac_cv_prog_CC+set}" = set; then : | |
3915 | $as_echo_n "(cached) " >&6 | |
252b5132 | 3916 | else |
d45dc31f SE |
3917 | if test -n "$CC"; then |
3918 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
1a09a22c | 3919 | else |
d45dc31f SE |
3920 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
3921 | for as_dir in $PATH | |
3922 | do | |
3923 | IFS=$as_save_IFS | |
3924 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
3925 | for ac_exec_ext in '' $ac_executable_extensions; do |
3926 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
d45dc31f | 3927 | ac_cv_prog_CC="${ac_tool_prefix}gcc" |
81ecdfbb | 3928 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
d45dc31f SE |
3929 | break 2 |
3930 | fi | |
3931 | done | |
81ecdfbb RW |
3932 | done |
3933 | IFS=$as_save_IFS | |
ceae3e33 | 3934 | |
d45dc31f SE |
3935 | fi |
3936 | fi | |
3937 | CC=$ac_cv_prog_CC | |
3938 | if test -n "$CC"; then | |
81ecdfbb RW |
3939 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 |
3940 | $as_echo "$CC" >&6; } | |
252b5132 | 3941 | else |
81ecdfbb RW |
3942 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
3943 | $as_echo "no" >&6; } | |
252b5132 | 3944 | fi |
d45dc31f | 3945 | |
81ecdfbb | 3946 | |
d45dc31f SE |
3947 | fi |
3948 | if test -z "$ac_cv_prog_CC"; then | |
3949 | ac_ct_CC=$CC | |
3950 | # Extract the first word of "gcc", so it can be a program name with args. | |
3951 | set dummy gcc; ac_word=$2 | |
81ecdfbb RW |
3952 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
3953 | $as_echo_n "checking for $ac_word... " >&6; } | |
3954 | if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : | |
3955 | $as_echo_n "(cached) " >&6 | |
252b5132 | 3956 | else |
d45dc31f SE |
3957 | if test -n "$ac_ct_CC"; then |
3958 | ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. | |
252b5132 | 3959 | else |
d45dc31f SE |
3960 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
3961 | for as_dir in $PATH | |
3962 | do | |
3963 | IFS=$as_save_IFS | |
3964 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
3965 | for ac_exec_ext in '' $ac_executable_extensions; do |
3966 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
d45dc31f | 3967 | ac_cv_prog_ac_ct_CC="gcc" |
81ecdfbb | 3968 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
d45dc31f SE |
3969 | break 2 |
3970 | fi | |
3971 | done | |
81ecdfbb RW |
3972 | done |
3973 | IFS=$as_save_IFS | |
d45dc31f | 3974 | |
252b5132 RH |
3975 | fi |
3976 | fi | |
d45dc31f SE |
3977 | ac_ct_CC=$ac_cv_prog_ac_ct_CC |
3978 | if test -n "$ac_ct_CC"; then | |
81ecdfbb RW |
3979 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 |
3980 | $as_echo "$ac_ct_CC" >&6; } | |
252b5132 | 3981 | else |
81ecdfbb RW |
3982 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
3983 | $as_echo "no" >&6; } | |
252b5132 | 3984 | fi |
d45dc31f | 3985 | |
81ecdfbb RW |
3986 | if test "x$ac_ct_CC" = x; then |
3987 | CC="" | |
3988 | else | |
3989 | case $cross_compiling:$ac_tool_warned in | |
3990 | yes:) | |
3991 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
3992 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
3993 | ac_tool_warned=yes ;; | |
3994 | esac | |
3995 | CC=$ac_ct_CC | |
3996 | fi | |
d45dc31f SE |
3997 | else |
3998 | CC="$ac_cv_prog_CC" | |
3999 | fi | |
4000 | ||
4001 | if test -z "$CC"; then | |
81ecdfbb RW |
4002 | if test -n "$ac_tool_prefix"; then |
4003 | # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. | |
d45dc31f | 4004 | set dummy ${ac_tool_prefix}cc; ac_word=$2 |
81ecdfbb RW |
4005 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4006 | $as_echo_n "checking for $ac_word... " >&6; } | |
4007 | if test "${ac_cv_prog_CC+set}" = set; then : | |
4008 | $as_echo_n "(cached) " >&6 | |
252b5132 | 4009 | else |
d45dc31f SE |
4010 | if test -n "$CC"; then |
4011 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
252b5132 | 4012 | else |
d45dc31f SE |
4013 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
4014 | for as_dir in $PATH | |
4015 | do | |
4016 | IFS=$as_save_IFS | |
4017 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
4018 | for ac_exec_ext in '' $ac_executable_extensions; do |
4019 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
d45dc31f | 4020 | ac_cv_prog_CC="${ac_tool_prefix}cc" |
81ecdfbb | 4021 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
d45dc31f SE |
4022 | break 2 |
4023 | fi | |
4024 | done | |
81ecdfbb RW |
4025 | done |
4026 | IFS=$as_save_IFS | |
d45dc31f | 4027 | |
252b5132 RH |
4028 | fi |
4029 | fi | |
d45dc31f SE |
4030 | CC=$ac_cv_prog_CC |
4031 | if test -n "$CC"; then | |
81ecdfbb RW |
4032 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 |
4033 | $as_echo "$CC" >&6; } | |
d45dc31f | 4034 | else |
81ecdfbb RW |
4035 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
4036 | $as_echo "no" >&6; } | |
252b5132 RH |
4037 | fi |
4038 | ||
252b5132 | 4039 | |
81ecdfbb | 4040 | fi |
d45dc31f SE |
4041 | fi |
4042 | if test -z "$CC"; then | |
4043 | # Extract the first word of "cc", so it can be a program name with args. | |
4044 | set dummy cc; ac_word=$2 | |
81ecdfbb RW |
4045 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4046 | $as_echo_n "checking for $ac_word... " >&6; } | |
4047 | if test "${ac_cv_prog_CC+set}" = set; then : | |
4048 | $as_echo_n "(cached) " >&6 | |
252b5132 | 4049 | else |
d45dc31f SE |
4050 | if test -n "$CC"; then |
4051 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
4052 | else | |
4053 | ac_prog_rejected=no | |
4054 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
4055 | for as_dir in $PATH | |
4056 | do | |
4057 | IFS=$as_save_IFS | |
4058 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
4059 | for ac_exec_ext in '' $ac_executable_extensions; do |
4060 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
d45dc31f SE |
4061 | if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then |
4062 | ac_prog_rejected=yes | |
4063 | continue | |
4064 | fi | |
4065 | ac_cv_prog_CC="cc" | |
81ecdfbb | 4066 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
d45dc31f SE |
4067 | break 2 |
4068 | fi | |
4069 | done | |
81ecdfbb RW |
4070 | done |
4071 | IFS=$as_save_IFS | |
d45dc31f SE |
4072 | |
4073 | if test $ac_prog_rejected = yes; then | |
4074 | # We found a bogon in the path, so make sure we never use it. | |
4075 | set dummy $ac_cv_prog_CC | |
4076 | shift | |
4077 | if test $# != 0; then | |
4078 | # We chose a different compiler from the bogus one. | |
4079 | # However, it has the same basename, so the bogon will be chosen | |
4080 | # first if we set CC to just the basename; use the full file name. | |
4081 | shift | |
4082 | ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" | |
4083 | fi | |
4084 | fi | |
4085 | fi | |
4086 | fi | |
4087 | CC=$ac_cv_prog_CC | |
4088 | if test -n "$CC"; then | |
81ecdfbb RW |
4089 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 |
4090 | $as_echo "$CC" >&6; } | |
d45dc31f | 4091 | else |
81ecdfbb RW |
4092 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
4093 | $as_echo "no" >&6; } | |
252b5132 RH |
4094 | fi |
4095 | ||
81ecdfbb | 4096 | |
d45dc31f SE |
4097 | fi |
4098 | if test -z "$CC"; then | |
4099 | if test -n "$ac_tool_prefix"; then | |
81ecdfbb | 4100 | for ac_prog in cl.exe |
d45dc31f SE |
4101 | do |
4102 | # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. | |
4103 | set dummy $ac_tool_prefix$ac_prog; ac_word=$2 | |
81ecdfbb RW |
4104 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4105 | $as_echo_n "checking for $ac_word... " >&6; } | |
4106 | if test "${ac_cv_prog_CC+set}" = set; then : | |
4107 | $as_echo_n "(cached) " >&6 | |
ac48eca1 | 4108 | else |
d45dc31f SE |
4109 | if test -n "$CC"; then |
4110 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
4111 | else | |
4112 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
4113 | for as_dir in $PATH | |
4114 | do | |
4115 | IFS=$as_save_IFS | |
4116 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
4117 | for ac_exec_ext in '' $ac_executable_extensions; do |
4118 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
d45dc31f | 4119 | ac_cv_prog_CC="$ac_tool_prefix$ac_prog" |
81ecdfbb | 4120 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
d45dc31f SE |
4121 | break 2 |
4122 | fi | |
4123 | done | |
81ecdfbb RW |
4124 | done |
4125 | IFS=$as_save_IFS | |
ac48eca1 | 4126 | |
d45dc31f SE |
4127 | fi |
4128 | fi | |
4129 | CC=$ac_cv_prog_CC | |
4130 | if test -n "$CC"; then | |
81ecdfbb RW |
4131 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 |
4132 | $as_echo "$CC" >&6; } | |
d45dc31f | 4133 | else |
81ecdfbb RW |
4134 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
4135 | $as_echo "no" >&6; } | |
d45dc31f | 4136 | fi |
ac48eca1 | 4137 | |
81ecdfbb | 4138 | |
d45dc31f SE |
4139 | test -n "$CC" && break |
4140 | done | |
4141 | fi | |
4142 | if test -z "$CC"; then | |
4143 | ac_ct_CC=$CC | |
81ecdfbb | 4144 | for ac_prog in cl.exe |
d45dc31f SE |
4145 | do |
4146 | # Extract the first word of "$ac_prog", so it can be a program name with args. | |
4147 | set dummy $ac_prog; ac_word=$2 | |
81ecdfbb RW |
4148 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4149 | $as_echo_n "checking for $ac_word... " >&6; } | |
4150 | if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : | |
4151 | $as_echo_n "(cached) " >&6 | |
d45dc31f SE |
4152 | else |
4153 | if test -n "$ac_ct_CC"; then | |
4154 | ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. | |
4155 | else | |
4156 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
4157 | for as_dir in $PATH | |
4158 | do | |
4159 | IFS=$as_save_IFS | |
4160 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
4161 | for ac_exec_ext in '' $ac_executable_extensions; do |
4162 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
d45dc31f | 4163 | ac_cv_prog_ac_ct_CC="$ac_prog" |
81ecdfbb | 4164 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
d45dc31f SE |
4165 | break 2 |
4166 | fi | |
4167 | done | |
81ecdfbb RW |
4168 | done |
4169 | IFS=$as_save_IFS | |
ac48eca1 | 4170 | |
d45dc31f SE |
4171 | fi |
4172 | fi | |
4173 | ac_ct_CC=$ac_cv_prog_ac_ct_CC | |
4174 | if test -n "$ac_ct_CC"; then | |
81ecdfbb RW |
4175 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 |
4176 | $as_echo "$ac_ct_CC" >&6; } | |
d45dc31f | 4177 | else |
81ecdfbb RW |
4178 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
4179 | $as_echo "no" >&6; } | |
d45dc31f | 4180 | fi |
ac48eca1 | 4181 | |
81ecdfbb | 4182 | |
d45dc31f SE |
4183 | test -n "$ac_ct_CC" && break |
4184 | done | |
ac48eca1 | 4185 | |
81ecdfbb RW |
4186 | if test "x$ac_ct_CC" = x; then |
4187 | CC="" | |
4188 | else | |
4189 | case $cross_compiling:$ac_tool_warned in | |
4190 | yes:) | |
4191 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
4192 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
4193 | ac_tool_warned=yes ;; | |
4194 | esac | |
4195 | CC=$ac_ct_CC | |
4196 | fi | |
d45dc31f | 4197 | fi |
ac48eca1 AO |
4198 | |
4199 | fi | |
ac48eca1 | 4200 | |
ac48eca1 | 4201 | |
81ecdfbb RW |
4202 | test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
4203 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
4204 | as_fn_error "no acceptable C compiler found in \$PATH | |
4205 | See \`config.log' for more details." "$LINENO" 5; } | |
ac48eca1 | 4206 | |
d45dc31f | 4207 | # Provide some information about the compiler. |
81ecdfbb RW |
4208 | $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 |
4209 | set X $ac_compile | |
4210 | ac_compiler=$2 | |
4211 | for ac_option in --version -v -V -qversion; do | |
4212 | { { ac_try="$ac_compiler $ac_option >&5" | |
4213 | case "(($ac_try" in | |
4214 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
4215 | *) ac_try_echo=$ac_try;; | |
4216 | esac | |
4217 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
4218 | $as_echo "$ac_try_echo"; } >&5 | |
4219 | (eval "$ac_compiler $ac_option >&5") 2>conftest.err | |
d45dc31f | 4220 | ac_status=$? |
81ecdfbb RW |
4221 | if test -s conftest.err; then |
4222 | sed '10a\ | |
4223 | ... rest of stderr output deleted ... | |
4224 | 10q' conftest.err >conftest.er1 | |
4225 | cat conftest.er1 >&5 | |
4226 | rm -f conftest.er1 conftest.err | |
4227 | fi | |
4228 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
4229 | test $ac_status = 0; } | |
4230 | done | |
ac48eca1 | 4231 | |
81ecdfbb RW |
4232 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 |
4233 | $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } | |
4234 | if test "${ac_cv_c_compiler_gnu+set}" = set; then : | |
4235 | $as_echo_n "(cached) " >&6 | |
bdcfeba5 | 4236 | else |
81ecdfbb | 4237 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
d45dc31f | 4238 | /* end confdefs.h. */ |
bdcfeba5 | 4239 | |
d45dc31f SE |
4240 | int |
4241 | main () | |
4242 | { | |
4243 | #ifndef __GNUC__ | |
4244 | choke me | |
4245 | #endif | |
bdcfeba5 | 4246 | |
d45dc31f SE |
4247 | ; |
4248 | return 0; | |
4249 | } | |
4250 | _ACEOF | |
81ecdfbb | 4251 | if ac_fn_c_try_compile "$LINENO"; then : |
d45dc31f SE |
4252 | ac_compiler_gnu=yes |
4253 | else | |
81ecdfbb | 4254 | ac_compiler_gnu=no |
bdcfeba5 | 4255 | fi |
81ecdfbb | 4256 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
d45dc31f | 4257 | ac_cv_c_compiler_gnu=$ac_compiler_gnu |
bdcfeba5 | 4258 | |
bdcfeba5 | 4259 | fi |
81ecdfbb RW |
4260 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 |
4261 | $as_echo "$ac_cv_c_compiler_gnu" >&6; } | |
4262 | if test $ac_compiler_gnu = yes; then | |
4263 | GCC=yes | |
4264 | else | |
4265 | GCC= | |
4266 | fi | |
d45dc31f SE |
4267 | ac_test_CFLAGS=${CFLAGS+set} |
4268 | ac_save_CFLAGS=$CFLAGS | |
81ecdfbb RW |
4269 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 |
4270 | $as_echo_n "checking whether $CC accepts -g... " >&6; } | |
4271 | if test "${ac_cv_prog_cc_g+set}" = set; then : | |
4272 | $as_echo_n "(cached) " >&6 | |
4273 | else | |
4274 | ac_save_c_werror_flag=$ac_c_werror_flag | |
4275 | ac_c_werror_flag=yes | |
4276 | ac_cv_prog_cc_g=no | |
4277 | CFLAGS="-g" | |
4278 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
d45dc31f | 4279 | /* end confdefs.h. */ |
ac48eca1 | 4280 | |
d45dc31f SE |
4281 | int |
4282 | main () | |
4283 | { | |
ac48eca1 | 4284 | |
d45dc31f SE |
4285 | ; |
4286 | return 0; | |
4287 | } | |
4288 | _ACEOF | |
81ecdfbb | 4289 | if ac_fn_c_try_compile "$LINENO"; then : |
d45dc31f | 4290 | ac_cv_prog_cc_g=yes |
ac48eca1 | 4291 | else |
81ecdfbb RW |
4292 | CFLAGS="" |
4293 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
4294 | /* end confdefs.h. */ | |
4295 | ||
4296 | int | |
4297 | main () | |
4298 | { | |
4299 | ||
4300 | ; | |
4301 | return 0; | |
4302 | } | |
4303 | _ACEOF | |
4304 | if ac_fn_c_try_compile "$LINENO"; then : | |
4305 | ||
4306 | else | |
4307 | ac_c_werror_flag=$ac_save_c_werror_flag | |
4308 | CFLAGS="-g" | |
4309 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
4310 | /* end confdefs.h. */ | |
4311 | ||
4312 | int | |
4313 | main () | |
4314 | { | |
ac48eca1 | 4315 | |
81ecdfbb RW |
4316 | ; |
4317 | return 0; | |
4318 | } | |
4319 | _ACEOF | |
4320 | if ac_fn_c_try_compile "$LINENO"; then : | |
4321 | ac_cv_prog_cc_g=yes | |
4322 | fi | |
4323 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
ac48eca1 | 4324 | fi |
81ecdfbb | 4325 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
ac48eca1 | 4326 | fi |
81ecdfbb RW |
4327 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
4328 | ac_c_werror_flag=$ac_save_c_werror_flag | |
4329 | fi | |
4330 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 | |
4331 | $as_echo "$ac_cv_prog_cc_g" >&6; } | |
d45dc31f SE |
4332 | if test "$ac_test_CFLAGS" = set; then |
4333 | CFLAGS=$ac_save_CFLAGS | |
4334 | elif test $ac_cv_prog_cc_g = yes; then | |
4335 | if test "$GCC" = yes; then | |
4336 | CFLAGS="-g -O2" | |
ac48eca1 | 4337 | else |
d45dc31f | 4338 | CFLAGS="-g" |
42ecbf5e | 4339 | fi |
ac48eca1 | 4340 | else |
d45dc31f SE |
4341 | if test "$GCC" = yes; then |
4342 | CFLAGS="-O2" | |
4343 | else | |
4344 | CFLAGS= | |
42ecbf5e | 4345 | fi |
ac48eca1 | 4346 | fi |
81ecdfbb RW |
4347 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 |
4348 | $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } | |
4349 | if test "${ac_cv_prog_cc_c89+set}" = set; then : | |
4350 | $as_echo_n "(cached) " >&6 | |
d45dc31f | 4351 | else |
81ecdfbb | 4352 | ac_cv_prog_cc_c89=no |
d45dc31f | 4353 | ac_save_CC=$CC |
81ecdfbb | 4354 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
42ecbf5e | 4355 | /* end confdefs.h. */ |
d45dc31f SE |
4356 | #include <stdarg.h> |
4357 | #include <stdio.h> | |
4358 | #include <sys/types.h> | |
4359 | #include <sys/stat.h> | |
4360 | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | |
4361 | struct buf { int x; }; | |
4362 | FILE * (*rcsopen) (struct buf *, struct stat *, int); | |
4363 | static char *e (p, i) | |
4364 | char **p; | |
4365 | int i; | |
4366 | { | |
4367 | return p[i]; | |
4368 | } | |
4369 | static char *f (char * (*g) (char **, int), char **p, ...) | |
4370 | { | |
4371 | char *s; | |
4372 | va_list v; | |
4373 | va_start (v,p); | |
4374 | s = g (p, va_arg (v,int)); | |
4375 | va_end (v); | |
4376 | return s; | |
4377 | } | |
4378 | ||
4379 | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | |
4380 | function prototypes and stuff, but not '\xHH' hex character constants. | |
4381 | These don't provoke an error unfortunately, instead are silently treated | |
81ecdfbb | 4382 | as 'x'. The following induces an error, until -std is added to get |
d45dc31f SE |
4383 | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an |
4384 | array size at least. It's necessary to write '\x00'==0 to get something | |
81ecdfbb | 4385 | that's true only with -std. */ |
d45dc31f | 4386 | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; |
252b5132 | 4387 | |
81ecdfbb RW |
4388 | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters |
4389 | inside strings and character constants. */ | |
4390 | #define FOO(x) 'x' | |
4391 | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; | |
4392 | ||
d45dc31f SE |
4393 | int test (int i, double x); |
4394 | struct s1 {int (*f) (int a);}; | |
4395 | struct s2 {int (*f) (double a);}; | |
4396 | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | |
4397 | int argc; | |
4398 | char **argv; | |
42ecbf5e DJ |
4399 | int |
4400 | main () | |
4401 | { | |
d45dc31f | 4402 | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; |
42ecbf5e DJ |
4403 | ; |
4404 | return 0; | |
4405 | } | |
4406 | _ACEOF | |
81ecdfbb RW |
4407 | for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ |
4408 | -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" | |
d45dc31f SE |
4409 | do |
4410 | CC="$ac_save_CC $ac_arg" | |
81ecdfbb RW |
4411 | if ac_fn_c_try_compile "$LINENO"; then : |
4412 | ac_cv_prog_cc_c89=$ac_arg | |
252b5132 | 4413 | fi |
81ecdfbb RW |
4414 | rm -f core conftest.err conftest.$ac_objext |
4415 | test "x$ac_cv_prog_cc_c89" != "xno" && break | |
d45dc31f | 4416 | done |
81ecdfbb | 4417 | rm -f conftest.$ac_ext |
d45dc31f | 4418 | CC=$ac_save_CC |
ac48eca1 | 4419 | |
252b5132 | 4420 | fi |
81ecdfbb RW |
4421 | # AC_CACHE_VAL |
4422 | case "x$ac_cv_prog_cc_c89" in | |
4423 | x) | |
4424 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 | |
4425 | $as_echo "none needed" >&6; } ;; | |
4426 | xno) | |
4427 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 | |
4428 | $as_echo "unsupported" >&6; } ;; | |
d45dc31f | 4429 | *) |
81ecdfbb RW |
4430 | CC="$CC $ac_cv_prog_cc_c89" |
4431 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 | |
4432 | $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; | |
252b5132 | 4433 | esac |
81ecdfbb | 4434 | if test "x$ac_cv_prog_cc_c89" != xno; then : |
252b5132 | 4435 | |
d45dc31f | 4436 | fi |
ac48eca1 | 4437 | |
d45dc31f SE |
4438 | ac_ext=c |
4439 | ac_cpp='$CPP $CPPFLAGS' | |
4440 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
4441 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
4442 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
42ecbf5e | 4443 | |
7357c5b6 AM |
4444 | ac_ext=c |
4445 | ac_cpp='$CPP $CPPFLAGS' | |
4446 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
4447 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
4448 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
81ecdfbb RW |
4449 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 |
4450 | $as_echo_n "checking how to run the C preprocessor... " >&6; } | |
7357c5b6 AM |
4451 | # On Suns, sometimes $CPP names a directory. |
4452 | if test -n "$CPP" && test -d "$CPP"; then | |
4453 | CPP= | |
4454 | fi | |
4455 | if test -z "$CPP"; then | |
81ecdfbb RW |
4456 | if test "${ac_cv_prog_CPP+set}" = set; then : |
4457 | $as_echo_n "(cached) " >&6 | |
7357c5b6 AM |
4458 | else |
4459 | # Double quotes because CPP needs to be expanded | |
4460 | for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" | |
4461 | do | |
4462 | ac_preproc_ok=false | |
4463 | for ac_c_preproc_warn_flag in '' yes | |
4464 | do | |
4465 | # Use a header file that comes with gcc, so configuring glibc | |
4466 | # with a fresh cross-compiler works. | |
4467 | # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
4468 | # <limits.h> exists even on freestanding compilers. | |
4469 | # On the NeXT, cc -E runs the code through the compiler's parser, | |
4470 | # not just through cpp. "Syntax error" is here to catch this case. | |
81ecdfbb | 4471 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
7357c5b6 AM |
4472 | /* end confdefs.h. */ |
4473 | #ifdef __STDC__ | |
4474 | # include <limits.h> | |
4475 | #else | |
4476 | # include <assert.h> | |
4477 | #endif | |
4478 | Syntax error | |
4479 | _ACEOF | |
81ecdfbb | 4480 | if ac_fn_c_try_cpp "$LINENO"; then : |
d7040cdb | 4481 | |
81ecdfbb | 4482 | else |
7357c5b6 AM |
4483 | # Broken: fails on valid input. |
4484 | continue | |
4485 | fi | |
4486 | rm -f conftest.err conftest.$ac_ext | |
d7040cdb | 4487 | |
81ecdfbb | 4488 | # OK, works on sane cases. Now check whether nonexistent headers |
7357c5b6 | 4489 | # can be detected and how. |
81ecdfbb | 4490 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
7357c5b6 AM |
4491 | /* end confdefs.h. */ |
4492 | #include <ac_nonexistent.h> | |
4493 | _ACEOF | |
81ecdfbb | 4494 | if ac_fn_c_try_cpp "$LINENO"; then : |
7357c5b6 AM |
4495 | # Broken: success on invalid input. |
4496 | continue | |
4497 | else | |
7357c5b6 AM |
4498 | # Passes both tests. |
4499 | ac_preproc_ok=: | |
4500 | break | |
4501 | fi | |
4502 | rm -f conftest.err conftest.$ac_ext | |
d7040cdb | 4503 | |
7357c5b6 AM |
4504 | done |
4505 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | |
4506 | rm -f conftest.err conftest.$ac_ext | |
81ecdfbb | 4507 | if $ac_preproc_ok; then : |
7357c5b6 AM |
4508 | break |
4509 | fi | |
d7040cdb | 4510 | |
7357c5b6 AM |
4511 | done |
4512 | ac_cv_prog_CPP=$CPP | |
d7040cdb | 4513 | |
7357c5b6 AM |
4514 | fi |
4515 | CPP=$ac_cv_prog_CPP | |
4516 | else | |
4517 | ac_cv_prog_CPP=$CPP | |
4518 | fi | |
81ecdfbb RW |
4519 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5 |
4520 | $as_echo "$CPP" >&6; } | |
7357c5b6 AM |
4521 | ac_preproc_ok=false |
4522 | for ac_c_preproc_warn_flag in '' yes | |
4523 | do | |
4524 | # Use a header file that comes with gcc, so configuring glibc | |
4525 | # with a fresh cross-compiler works. | |
4526 | # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
4527 | # <limits.h> exists even on freestanding compilers. | |
4528 | # On the NeXT, cc -E runs the code through the compiler's parser, | |
4529 | # not just through cpp. "Syntax error" is here to catch this case. | |
81ecdfbb | 4530 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
7357c5b6 AM |
4531 | /* end confdefs.h. */ |
4532 | #ifdef __STDC__ | |
4533 | # include <limits.h> | |
4534 | #else | |
4535 | # include <assert.h> | |
4536 | #endif | |
4537 | Syntax error | |
4538 | _ACEOF | |
81ecdfbb | 4539 | if ac_fn_c_try_cpp "$LINENO"; then : |
d7040cdb | 4540 | |
81ecdfbb | 4541 | else |
7357c5b6 AM |
4542 | # Broken: fails on valid input. |
4543 | continue | |
4544 | fi | |
4545 | rm -f conftest.err conftest.$ac_ext | |
d7040cdb | 4546 | |
81ecdfbb | 4547 | # OK, works on sane cases. Now check whether nonexistent headers |
7357c5b6 | 4548 | # can be detected and how. |
81ecdfbb | 4549 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
7357c5b6 AM |
4550 | /* end confdefs.h. */ |
4551 | #include <ac_nonexistent.h> | |
4552 | _ACEOF | |
81ecdfbb | 4553 | if ac_fn_c_try_cpp "$LINENO"; then : |
7357c5b6 AM |
4554 | # Broken: success on invalid input. |
4555 | continue | |
4556 | else | |
7357c5b6 AM |
4557 | # Passes both tests. |
4558 | ac_preproc_ok=: | |
4559 | break | |
4560 | fi | |
4561 | rm -f conftest.err conftest.$ac_ext | |
d7040cdb | 4562 | |
7357c5b6 AM |
4563 | done |
4564 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | |
4565 | rm -f conftest.err conftest.$ac_ext | |
81ecdfbb RW |
4566 | if $ac_preproc_ok; then : |
4567 | ||
7357c5b6 | 4568 | else |
81ecdfbb RW |
4569 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
4570 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
4571 | as_fn_error "C preprocessor \"$CPP\" fails sanity check | |
4572 | See \`config.log' for more details." "$LINENO" 5; } | |
7357c5b6 | 4573 | fi |
d7040cdb | 4574 | |
7357c5b6 AM |
4575 | ac_ext=c |
4576 | ac_cpp='$CPP $CPPFLAGS' | |
4577 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
4578 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
4579 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
d7040cdb SE |
4580 | |
4581 | ||
81ecdfbb RW |
4582 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 |
4583 | $as_echo_n "checking for grep that handles long lines and -e... " >&6; } | |
4584 | if test "${ac_cv_path_GREP+set}" = set; then : | |
4585 | $as_echo_n "(cached) " >&6 | |
7357c5b6 | 4586 | else |
81ecdfbb RW |
4587 | if test -z "$GREP"; then |
4588 | ac_path_GREP_found=false | |
4589 | # Loop through the user's path and test for each of PROGNAME-LIST | |
4590 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
4591 | for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin | |
4592 | do | |
4593 | IFS=$as_save_IFS | |
4594 | test -z "$as_dir" && as_dir=. | |
4595 | for ac_prog in grep ggrep; do | |
4596 | for ac_exec_ext in '' $ac_executable_extensions; do | |
4597 | ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" | |
4598 | { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue | |
4599 | # Check for GNU ac_path_GREP and select it if it is found. | |
4600 | # Check for GNU $ac_path_GREP | |
4601 | case `"$ac_path_GREP" --version 2>&1` in | |
4602 | *GNU*) | |
4603 | ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; | |
4604 | *) | |
4605 | ac_count=0 | |
4606 | $as_echo_n 0123456789 >"conftest.in" | |
4607 | while : | |
4608 | do | |
4609 | cat "conftest.in" "conftest.in" >"conftest.tmp" | |
4610 | mv "conftest.tmp" "conftest.in" | |
4611 | cp "conftest.in" "conftest.nl" | |
4612 | $as_echo 'GREP' >> "conftest.nl" | |
4613 | "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break | |
4614 | diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break | |
4615 | as_fn_arith $ac_count + 1 && ac_count=$as_val | |
4616 | if test $ac_count -gt ${ac_path_GREP_max-0}; then | |
4617 | # Best one so far, save it but keep looking for a better one | |
4618 | ac_cv_path_GREP="$ac_path_GREP" | |
4619 | ac_path_GREP_max=$ac_count | |
7357c5b6 | 4620 | fi |
81ecdfbb RW |
4621 | # 10*(2^10) chars as input seems more than enough |
4622 | test $ac_count -gt 10 && break | |
4623 | done | |
4624 | rm -f conftest.in conftest.tmp conftest.nl conftest.out;; | |
4625 | esac | |
4626 | ||
4627 | $ac_path_GREP_found && break 3 | |
4628 | done | |
4629 | done | |
4630 | done | |
4631 | IFS=$as_save_IFS | |
4632 | if test -z "$ac_cv_path_GREP"; then | |
4633 | as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 | |
4634 | fi | |
4635 | else | |
4636 | ac_cv_path_GREP=$GREP | |
4637 | fi | |
4638 | ||
7357c5b6 | 4639 | fi |
81ecdfbb RW |
4640 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 |
4641 | $as_echo "$ac_cv_path_GREP" >&6; } | |
4642 | GREP="$ac_cv_path_GREP" | |
d7040cdb | 4643 | |
d7040cdb | 4644 | |
81ecdfbb RW |
4645 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 |
4646 | $as_echo_n "checking for egrep... " >&6; } | |
4647 | if test "${ac_cv_path_EGREP+set}" = set; then : | |
4648 | $as_echo_n "(cached) " >&6 | |
7357c5b6 | 4649 | else |
81ecdfbb RW |
4650 | if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 |
4651 | then ac_cv_path_EGREP="$GREP -E" | |
4652 | else | |
4653 | if test -z "$EGREP"; then | |
4654 | ac_path_EGREP_found=false | |
4655 | # Loop through the user's path and test for each of PROGNAME-LIST | |
4656 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
4657 | for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin | |
4658 | do | |
4659 | IFS=$as_save_IFS | |
4660 | test -z "$as_dir" && as_dir=. | |
4661 | for ac_prog in egrep; do | |
4662 | for ac_exec_ext in '' $ac_executable_extensions; do | |
4663 | ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" | |
4664 | { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue | |
4665 | # Check for GNU ac_path_EGREP and select it if it is found. | |
4666 | # Check for GNU $ac_path_EGREP | |
4667 | case `"$ac_path_EGREP" --version 2>&1` in | |
4668 | *GNU*) | |
4669 | ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; | |
4670 | *) | |
4671 | ac_count=0 | |
4672 | $as_echo_n 0123456789 >"conftest.in" | |
4673 | while : | |
4674 | do | |
4675 | cat "conftest.in" "conftest.in" >"conftest.tmp" | |
4676 | mv "conftest.tmp" "conftest.in" | |
4677 | cp "conftest.in" "conftest.nl" | |
4678 | $as_echo 'EGREP' >> "conftest.nl" | |
4679 | "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break | |
4680 | diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break | |
4681 | as_fn_arith $ac_count + 1 && ac_count=$as_val | |
4682 | if test $ac_count -gt ${ac_path_EGREP_max-0}; then | |
4683 | # Best one so far, save it but keep looking for a better one | |
4684 | ac_cv_path_EGREP="$ac_path_EGREP" | |
4685 | ac_path_EGREP_max=$ac_count | |
4686 | fi | |
4687 | # 10*(2^10) chars as input seems more than enough | |
4688 | test $ac_count -gt 10 && break | |
4689 | done | |
4690 | rm -f conftest.in conftest.tmp conftest.nl conftest.out;; | |
4691 | esac | |
4692 | ||
4693 | $ac_path_EGREP_found && break 3 | |
4694 | done | |
4695 | done | |
4696 | done | |
4697 | IFS=$as_save_IFS | |
4698 | if test -z "$ac_cv_path_EGREP"; then | |
4699 | as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 | |
4700 | fi | |
4701 | else | |
4702 | ac_cv_path_EGREP=$EGREP | |
4703 | fi | |
4704 | ||
4705 | fi | |
4706 | fi | |
4707 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 | |
4708 | $as_echo "$ac_cv_path_EGREP" >&6; } | |
4709 | EGREP="$ac_cv_path_EGREP" | |
4710 | ||
4711 | ||
4712 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 | |
4713 | $as_echo_n "checking for ANSI C header files... " >&6; } | |
4714 | if test "${ac_cv_header_stdc+set}" = set; then : | |
4715 | $as_echo_n "(cached) " >&6 | |
4716 | else | |
4717 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
7357c5b6 AM |
4718 | /* end confdefs.h. */ |
4719 | #include <stdlib.h> | |
4720 | #include <stdarg.h> | |
4721 | #include <string.h> | |
4722 | #include <float.h> | |
d7040cdb | 4723 | |
7357c5b6 AM |
4724 | int |
4725 | main () | |
4726 | { | |
d7040cdb | 4727 | |
7357c5b6 AM |
4728 | ; |
4729 | return 0; | |
4730 | } | |
4731 | _ACEOF | |
81ecdfbb | 4732 | if ac_fn_c_try_compile "$LINENO"; then : |
7357c5b6 AM |
4733 | ac_cv_header_stdc=yes |
4734 | else | |
81ecdfbb | 4735 | ac_cv_header_stdc=no |
7357c5b6 | 4736 | fi |
81ecdfbb | 4737 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
d7040cdb | 4738 | |
7357c5b6 AM |
4739 | if test $ac_cv_header_stdc = yes; then |
4740 | # SunOS 4.x string.h does not declare mem*, contrary to ANSI. | |
81ecdfbb | 4741 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
7357c5b6 AM |
4742 | /* end confdefs.h. */ |
4743 | #include <string.h> | |
d7040cdb | 4744 | |
7357c5b6 AM |
4745 | _ACEOF |
4746 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
81ecdfbb RW |
4747 | $EGREP "memchr" >/dev/null 2>&1; then : |
4748 | ||
d45dc31f | 4749 | else |
7357c5b6 AM |
4750 | ac_cv_header_stdc=no |
4751 | fi | |
4752 | rm -f conftest* | |
d7040cdb | 4753 | |
7357c5b6 | 4754 | fi |
d7040cdb | 4755 | |
7357c5b6 AM |
4756 | if test $ac_cv_header_stdc = yes; then |
4757 | # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. | |
81ecdfbb | 4758 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
7357c5b6 AM |
4759 | /* end confdefs.h. */ |
4760 | #include <stdlib.h> | |
d7040cdb | 4761 | |
7357c5b6 AM |
4762 | _ACEOF |
4763 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
81ecdfbb RW |
4764 | $EGREP "free" >/dev/null 2>&1; then : |
4765 | ||
7357c5b6 AM |
4766 | else |
4767 | ac_cv_header_stdc=no | |
4768 | fi | |
4769 | rm -f conftest* | |
d7040cdb | 4770 | |
7357c5b6 | 4771 | fi |
d7040cdb | 4772 | |
7357c5b6 AM |
4773 | if test $ac_cv_header_stdc = yes; then |
4774 | # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. | |
81ecdfbb | 4775 | if test "$cross_compiling" = yes; then : |
7357c5b6 AM |
4776 | : |
4777 | else | |
81ecdfbb | 4778 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
7357c5b6 AM |
4779 | /* end confdefs.h. */ |
4780 | #include <ctype.h> | |
81ecdfbb | 4781 | #include <stdlib.h> |
7357c5b6 AM |
4782 | #if ((' ' & 0x0FF) == 0x020) |
4783 | # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') | |
4784 | # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) | |
4785 | #else | |
4786 | # define ISLOWER(c) \ | |
4787 | (('a' <= (c) && (c) <= 'i') \ | |
4788 | || ('j' <= (c) && (c) <= 'r') \ | |
4789 | || ('s' <= (c) && (c) <= 'z')) | |
4790 | # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) | |
4791 | #endif | |
d7040cdb | 4792 | |
7357c5b6 AM |
4793 | #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) |
4794 | int | |
4795 | main () | |
4796 | { | |
4797 | int i; | |
4798 | for (i = 0; i < 256; i++) | |
4799 | if (XOR (islower (i), ISLOWER (i)) | |
4800 | || toupper (i) != TOUPPER (i)) | |
81ecdfbb RW |
4801 | return 2; |
4802 | return 0; | |
7357c5b6 AM |
4803 | } |
4804 | _ACEOF | |
81ecdfbb | 4805 | if ac_fn_c_try_run "$LINENO"; then : |
d7040cdb | 4806 | |
81ecdfbb RW |
4807 | else |
4808 | ac_cv_header_stdc=no | |
7357c5b6 | 4809 | fi |
81ecdfbb RW |
4810 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ |
4811 | conftest.$ac_objext conftest.beam conftest.$ac_ext | |
7357c5b6 | 4812 | fi |
81ecdfbb | 4813 | |
7357c5b6 AM |
4814 | fi |
4815 | fi | |
81ecdfbb RW |
4816 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5 |
4817 | $as_echo "$ac_cv_header_stdc" >&6; } | |
7357c5b6 | 4818 | if test $ac_cv_header_stdc = yes; then |
d7040cdb | 4819 | |
81ecdfbb | 4820 | $as_echo "#define STDC_HEADERS 1" >>confdefs.h |
d7040cdb | 4821 | |
7357c5b6 | 4822 | fi |
d7040cdb | 4823 | |
7357c5b6 | 4824 | # On IRIX 5.3, sys/types and inttypes.h are conflicting. |
81ecdfbb RW |
4825 | for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ |
4826 | inttypes.h stdint.h unistd.h | |
4827 | do : | |
4828 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
4829 | ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default | |
4830 | " | |
4831 | eval as_val=\$$as_ac_Header | |
4832 | if test "x$as_val" = x""yes; then : | |
4833 | cat >>confdefs.h <<_ACEOF | |
4834 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
4835 | _ACEOF | |
d7040cdb | 4836 | |
81ecdfbb | 4837 | fi |
d7040cdb | 4838 | |
81ecdfbb | 4839 | done |
d7040cdb SE |
4840 | |
4841 | ||
4842 | ||
81ecdfbb RW |
4843 | ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default" |
4844 | if test "x$ac_cv_header_minix_config_h" = x""yes; then : | |
4845 | MINIX=yes | |
4846 | else | |
4847 | MINIX= | |
4848 | fi | |
d7040cdb SE |
4849 | |
4850 | ||
81ecdfbb | 4851 | if test "$MINIX" = yes; then |
d7040cdb | 4852 | |
81ecdfbb | 4853 | $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h |
d7040cdb | 4854 | |
d7040cdb | 4855 | |
81ecdfbb | 4856 | $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h |
d7040cdb SE |
4857 | |
4858 | ||
81ecdfbb | 4859 | $as_echo "#define _MINIX 1" >>confdefs.h |
d7040cdb | 4860 | |
81ecdfbb | 4861 | fi |
d7040cdb SE |
4862 | |
4863 | ||
81ecdfbb RW |
4864 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5 |
4865 | $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; } | |
4866 | if test "${ac_cv_safe_to_define___extensions__+set}" = set; then : | |
4867 | $as_echo_n "(cached) " >&6 | |
7357c5b6 | 4868 | else |
81ecdfbb | 4869 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
7357c5b6 | 4870 | /* end confdefs.h. */ |
d7040cdb | 4871 | |
7357c5b6 AM |
4872 | # define __EXTENSIONS__ 1 |
4873 | $ac_includes_default | |
4874 | int | |
4875 | main () | |
4876 | { | |
d7040cdb | 4877 | |
7357c5b6 AM |
4878 | ; |
4879 | return 0; | |
4880 | } | |
4881 | _ACEOF | |
81ecdfbb | 4882 | if ac_fn_c_try_compile "$LINENO"; then : |
7357c5b6 | 4883 | ac_cv_safe_to_define___extensions__=yes |
d7040cdb | 4884 | else |
81ecdfbb | 4885 | ac_cv_safe_to_define___extensions__=no |
d7040cdb | 4886 | fi |
81ecdfbb | 4887 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
7357c5b6 | 4888 | fi |
81ecdfbb RW |
4889 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5 |
4890 | $as_echo "$ac_cv_safe_to_define___extensions__" >&6; } | |
7357c5b6 | 4891 | test $ac_cv_safe_to_define___extensions__ = yes && |
81ecdfbb | 4892 | $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h |
d7040cdb | 4893 | |
81ecdfbb | 4894 | $as_echo "#define _ALL_SOURCE 1" >>confdefs.h |
d7040cdb | 4895 | |
81ecdfbb | 4896 | $as_echo "#define _GNU_SOURCE 1" >>confdefs.h |
d7040cdb | 4897 | |
81ecdfbb | 4898 | $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h |
d7040cdb | 4899 | |
81ecdfbb | 4900 | $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h |
d7040cdb SE |
4901 | |
4902 | ||
e3525117 | 4903 | |
5691d22d | 4904 | |
81ecdfbb RW |
4905 | |
4906 | ||
3388710e JM |
4907 | # The tests for host and target for $enable_largefile require |
4908 | # canonical names. | |
4909 | ||
4910 | ||
4911 | ||
da2f07f1 JK |
4912 | # As the $enable_largefile decision depends on --enable-plugins we must set it |
4913 | # even in directories otherwise not depending on the $plugins option. | |
4914 | ||
4915 | ||
81ecdfbb RW |
4916 | # Check whether --enable-plugins was given. |
4917 | if test "${enable_plugins+set}" = set; then : | |
4918 | enableval=$enable_plugins; case "${enableval}" in | |
ce3c775b NC |
4919 | yes | "") plugins=yes ;; |
4920 | no) plugins=no ;; | |
4921 | *) plugins=yes ;; | |
4922 | esac | |
4923 | else | |
4924 | plugins=no | |
81ecdfbb RW |
4925 | fi |
4926 | ||
ce3c775b | 4927 | |
5691d22d | 4928 | |
da2f07f1 | 4929 | case "${host}" in |
e3525117 | 4930 | sparc-*-solaris*|i[3-7]86-*-solaris*) |
da2f07f1 JK |
4931 | # On native 32bit sparc and ia32 solaris, large-file and procfs support |
4932 | # are mutually exclusive; and without procfs support, the bfd/ elf module | |
4933 | # cannot provide certain routines such as elfcore_write_prpsinfo | |
4934 | # or elfcore_write_prstatus. So unless the user explicitly requested | |
4935 | # large-file support through the --enable-largefile switch, disable | |
4936 | # large-file support in favor of procfs support. | |
4937 | test "${target}" = "${host}" -a "x$plugins" = xno \ | |
4938 | && : ${enable_largefile="no"} | |
e3525117 NC |
4939 | ;; |
4940 | esac | |
4941 | ||
81ecdfbb RW |
4942 | # Check whether --enable-largefile was given. |
4943 | if test "${enable_largefile+set}" = set; then : | |
4944 | enableval=$enable_largefile; | |
4945 | fi | |
d053aef8 | 4946 | |
d053aef8 JK |
4947 | if test "$enable_largefile" != no; then |
4948 | ||
81ecdfbb RW |
4949 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5 |
4950 | $as_echo_n "checking for special C compiler options needed for large files... " >&6; } | |
4951 | if test "${ac_cv_sys_largefile_CC+set}" = set; then : | |
4952 | $as_echo_n "(cached) " >&6 | |
d053aef8 JK |
4953 | else |
4954 | ac_cv_sys_largefile_CC=no | |
4955 | if test "$GCC" != yes; then | |
4956 | ac_save_CC=$CC | |
4957 | while :; do | |
81ecdfbb RW |
4958 | # IRIX 6.2 and later do not support large files by default, |
4959 | # so use the C compiler's -n32 option if that helps. | |
4960 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
d053aef8 JK |
4961 | /* end confdefs.h. */ |
4962 | #include <sys/types.h> | |
4963 | /* Check that off_t can represent 2**63 - 1 correctly. | |
4964 | We can't simply define LARGE_OFF_T to be 9223372036854775807, | |
4965 | since some C++ compilers masquerading as C compilers | |
4966 | incorrectly reject 9223372036854775807. */ | |
4967 | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | |
4968 | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | |
4969 | && LARGE_OFF_T % 2147483647 == 1) | |
4970 | ? 1 : -1]; | |
4971 | int | |
4972 | main () | |
4973 | { | |
4974 | ||
4975 | ; | |
4976 | return 0; | |
4977 | } | |
4978 | _ACEOF | |
81ecdfbb | 4979 | if ac_fn_c_try_compile "$LINENO"; then : |
d053aef8 | 4980 | break |
d053aef8 | 4981 | fi |
81ecdfbb RW |
4982 | rm -f core conftest.err conftest.$ac_objext |
4983 | CC="$CC -n32" | |
4984 | if ac_fn_c_try_compile "$LINENO"; then : | |
d053aef8 | 4985 | ac_cv_sys_largefile_CC=' -n32'; break |
d053aef8 | 4986 | fi |
81ecdfbb | 4987 | rm -f core conftest.err conftest.$ac_objext |
d053aef8 JK |
4988 | break |
4989 | done | |
4990 | CC=$ac_save_CC | |
4991 | rm -f conftest.$ac_ext | |
4992 | fi | |
4993 | fi | |
81ecdfbb RW |
4994 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5 |
4995 | $as_echo "$ac_cv_sys_largefile_CC" >&6; } | |
d053aef8 JK |
4996 | if test "$ac_cv_sys_largefile_CC" != no; then |
4997 | CC=$CC$ac_cv_sys_largefile_CC | |
4998 | fi | |
4999 | ||
81ecdfbb RW |
5000 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5 |
5001 | $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; } | |
5002 | if test "${ac_cv_sys_file_offset_bits+set}" = set; then : | |
5003 | $as_echo_n "(cached) " >&6 | |
d053aef8 JK |
5004 | else |
5005 | while :; do | |
81ecdfbb | 5006 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
d053aef8 JK |
5007 | /* end confdefs.h. */ |
5008 | #include <sys/types.h> | |
5009 | /* Check that off_t can represent 2**63 - 1 correctly. | |
5010 | We can't simply define LARGE_OFF_T to be 9223372036854775807, | |
5011 | since some C++ compilers masquerading as C compilers | |
5012 | incorrectly reject 9223372036854775807. */ | |
5013 | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | |
5014 | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | |
5015 | && LARGE_OFF_T % 2147483647 == 1) | |
5016 | ? 1 : -1]; | |
5017 | int | |
5018 | main () | |
5019 | { | |
5020 | ||
5021 | ; | |
5022 | return 0; | |
5023 | } | |
5024 | _ACEOF | |
81ecdfbb RW |
5025 | if ac_fn_c_try_compile "$LINENO"; then : |
5026 | ac_cv_sys_file_offset_bits=no; break | |
d053aef8 | 5027 | fi |
81ecdfbb RW |
5028 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
5029 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
d053aef8 JK |
5030 | /* end confdefs.h. */ |
5031 | #define _FILE_OFFSET_BITS 64 | |
5032 | #include <sys/types.h> | |
5033 | /* Check that off_t can represent 2**63 - 1 correctly. | |
5034 | We can't simply define LARGE_OFF_T to be 9223372036854775807, | |
5035 | since some C++ compilers masquerading as C compilers | |
5036 | incorrectly reject 9223372036854775807. */ | |
5037 | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | |
5038 | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | |
5039 | && LARGE_OFF_T % 2147483647 == 1) | |
5040 | ? 1 : -1]; | |
5041 | int | |
5042 | main () | |
5043 | { | |
5044 | ||
5045 | ; | |
5046 | return 0; | |
5047 | } | |
5048 | _ACEOF | |
81ecdfbb | 5049 | if ac_fn_c_try_compile "$LINENO"; then : |
d053aef8 | 5050 | ac_cv_sys_file_offset_bits=64; break |
d053aef8 | 5051 | fi |
81ecdfbb RW |
5052 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
5053 | ac_cv_sys_file_offset_bits=unknown | |
d053aef8 JK |
5054 | break |
5055 | done | |
5056 | fi | |
81ecdfbb RW |
5057 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5 |
5058 | $as_echo "$ac_cv_sys_file_offset_bits" >&6; } | |
5059 | case $ac_cv_sys_file_offset_bits in #( | |
5060 | no | unknown) ;; | |
5061 | *) | |
d053aef8 JK |
5062 | cat >>confdefs.h <<_ACEOF |
5063 | #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits | |
5064 | _ACEOF | |
81ecdfbb RW |
5065 | ;; |
5066 | esac | |
5067 | rm -rf conftest* | |
5068 | if test $ac_cv_sys_file_offset_bits = unknown; then | |
5069 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5 | |
5070 | $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; } | |
5071 | if test "${ac_cv_sys_large_files+set}" = set; then : | |
5072 | $as_echo_n "(cached) " >&6 | |
d053aef8 JK |
5073 | else |
5074 | while :; do | |
81ecdfbb | 5075 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
d053aef8 JK |
5076 | /* end confdefs.h. */ |
5077 | #include <sys/types.h> | |
5078 | /* Check that off_t can represent 2**63 - 1 correctly. | |
5079 | We can't simply define LARGE_OFF_T to be 9223372036854775807, | |
5080 | since some C++ compilers masquerading as C compilers | |
5081 | incorrectly reject 9223372036854775807. */ | |
5082 | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | |
5083 | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | |
5084 | && LARGE_OFF_T % 2147483647 == 1) | |
5085 | ? 1 : -1]; | |
5086 | int | |
5087 | main () | |
5088 | { | |
5089 | ||
5090 | ; | |
5091 | return 0; | |
5092 | } | |
5093 | _ACEOF | |
81ecdfbb RW |
5094 | if ac_fn_c_try_compile "$LINENO"; then : |
5095 | ac_cv_sys_large_files=no; break | |
d053aef8 | 5096 | fi |
81ecdfbb RW |
5097 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
5098 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
d053aef8 JK |
5099 | /* end confdefs.h. */ |
5100 | #define _LARGE_FILES 1 | |
5101 | #include <sys/types.h> | |
5102 | /* Check that off_t can represent 2**63 - 1 correctly. | |
5103 | We can't simply define LARGE_OFF_T to be 9223372036854775807, | |
5104 | since some C++ compilers masquerading as C compilers | |
5105 | incorrectly reject 9223372036854775807. */ | |
5106 | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | |
5107 | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | |
5108 | && LARGE_OFF_T % 2147483647 == 1) | |
5109 | ? 1 : -1]; | |
5110 | int | |
5111 | main () | |
5112 | { | |
5113 | ||
5114 | ; | |
5115 | return 0; | |
5116 | } | |
5117 | _ACEOF | |
81ecdfbb | 5118 | if ac_fn_c_try_compile "$LINENO"; then : |
d053aef8 | 5119 | ac_cv_sys_large_files=1; break |
d053aef8 | 5120 | fi |
81ecdfbb RW |
5121 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
5122 | ac_cv_sys_large_files=unknown | |
d053aef8 JK |
5123 | break |
5124 | done | |
5125 | fi | |
81ecdfbb RW |
5126 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5 |
5127 | $as_echo "$ac_cv_sys_large_files" >&6; } | |
5128 | case $ac_cv_sys_large_files in #( | |
5129 | no | unknown) ;; | |
5130 | *) | |
d053aef8 JK |
5131 | cat >>confdefs.h <<_ACEOF |
5132 | #define _LARGE_FILES $ac_cv_sys_large_files | |
5133 | _ACEOF | |
81ecdfbb RW |
5134 | ;; |
5135 | esac | |
5136 | rm -rf conftest* | |
5137 | fi | |
d053aef8 JK |
5138 | fi |
5139 | ||
da2f07f1 | 5140 | |
718a6fd8 SE |
5141 | case `pwd` in |
5142 | *\ * | *\ *) | |
81ecdfbb RW |
5143 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5 |
5144 | $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;; | |
718a6fd8 | 5145 | esac |
d7040cdb SE |
5146 | |
5147 | ||
7357c5b6 | 5148 | |
3725885a RW |
5149 | macro_version='2.2.7a' |
5150 | macro_revision='1.3134' | |
7357c5b6 AM |
5151 | |
5152 | ||
5153 | ||
5154 | ||
5155 | ||
5156 | ||
7357c5b6 AM |
5157 | |
5158 | ||
5159 | ||
5160 | ||
5161 | ||
5162 | ||
5163 | ||
718a6fd8 | 5164 | ltmain="$ac_aux_dir/ltmain.sh" |
7357c5b6 | 5165 | |
3725885a RW |
5166 | # Backslashify metacharacters that are still active within |
5167 | # double-quoted strings. | |
5168 | sed_quote_subst='s/\(["`$\\]\)/\\\1/g' | |
5169 | ||
5170 | # Same as above, but do not quote variable references. | |
5171 | double_quote_subst='s/\(["`\\]\)/\\\1/g' | |
5172 | ||
5173 | # Sed substitution to delay expansion of an escaped shell variable in a | |
5174 | # double_quote_subst'ed string. | |
5175 | delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' | |
5176 | ||
5177 | # Sed substitution to delay expansion of an escaped single quote. | |
5178 | delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' | |
5179 | ||
5180 | # Sed substitution to avoid accidental globbing in evaled expressions | |
5181 | no_glob_subst='s/\*/\\\*/g' | |
5182 | ||
5183 | ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' | |
5184 | ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO | |
5185 | ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO | |
5186 | ||
5187 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 | |
5188 | $as_echo_n "checking how to print strings... " >&6; } | |
5189 | # Test print first, because it will be a builtin if present. | |
5190 | if test "X`print -r -- -n 2>/dev/null`" = X-n && \ | |
5191 | test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then | |
5192 | ECHO='print -r --' | |
5193 | elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then | |
5194 | ECHO='printf %s\n' | |
5195 | else | |
5196 | # Use this function as a fallback that always works. | |
5197 | func_fallback_echo () | |
5198 | { | |
5199 | eval 'cat <<_LTECHO_EOF | |
5200 | $1 | |
5201 | _LTECHO_EOF' | |
5202 | } | |
5203 | ECHO='func_fallback_echo' | |
5204 | fi | |
5205 | ||
5206 | # func_echo_all arg... | |
5207 | # Invoke $ECHO with all args, space-separated. | |
5208 | func_echo_all () | |
5209 | { | |
5210 | $ECHO "" | |
5211 | } | |
5212 | ||
5213 | case "$ECHO" in | |
5214 | printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5 | |
5215 | $as_echo "printf" >&6; } ;; | |
5216 | print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5 | |
5217 | $as_echo "print -r" >&6; } ;; | |
5218 | *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5 | |
5219 | $as_echo "cat" >&6; } ;; | |
5220 | esac | |
5221 | ||
5222 | ||
5223 | ||
5224 | ||
5225 | ||
5226 | ||
5227 | ||
5228 | ||
5229 | ||
5230 | ||
5231 | ||
5232 | ||
5233 | ||
5234 | ||
81ecdfbb RW |
5235 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 |
5236 | $as_echo_n "checking for a sed that does not truncate output... " >&6; } | |
5237 | if test "${ac_cv_path_SED+set}" = set; then : | |
5238 | $as_echo_n "(cached) " >&6 | |
7357c5b6 | 5239 | else |
81ecdfbb RW |
5240 | ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ |
5241 | for ac_i in 1 2 3 4 5 6 7; do | |
5242 | ac_script="$ac_script$as_nl$ac_script" | |
5243 | done | |
5244 | echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed | |
5245 | { ac_script=; unset ac_script;} | |
5246 | if test -z "$SED"; then | |
5247 | ac_path_SED_found=false | |
5248 | # Loop through the user's path and test for each of PROGNAME-LIST | |
5249 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
7357c5b6 AM |
5250 | for as_dir in $PATH |
5251 | do | |
5252 | IFS=$as_save_IFS | |
5253 | test -z "$as_dir" && as_dir=. | |
81ecdfbb | 5254 | for ac_prog in sed gsed; do |
7357c5b6 | 5255 | for ac_exec_ext in '' $ac_executable_extensions; do |
81ecdfbb RW |
5256 | ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" |
5257 | { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue | |
5258 | # Check for GNU ac_path_SED and select it if it is found. | |
5259 | # Check for GNU $ac_path_SED | |
5260 | case `"$ac_path_SED" --version 2>&1` in | |
5261 | *GNU*) | |
5262 | ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; | |
5263 | *) | |
5264 | ac_count=0 | |
5265 | $as_echo_n 0123456789 >"conftest.in" | |
5266 | while : | |
5267 | do | |
5268 | cat "conftest.in" "conftest.in" >"conftest.tmp" | |
5269 | mv "conftest.tmp" "conftest.in" | |
5270 | cp "conftest.in" "conftest.nl" | |
5271 | $as_echo '' >> "conftest.nl" | |
5272 | "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break | |
5273 | diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break | |
5274 | as_fn_arith $ac_count + 1 && ac_count=$as_val | |
5275 | if test $ac_count -gt ${ac_path_SED_max-0}; then | |
5276 | # Best one so far, save it but keep looking for a better one | |
5277 | ac_cv_path_SED="$ac_path_SED" | |
5278 | ac_path_SED_max=$ac_count | |
5279 | fi | |
5280 | # 10*(2^10) chars as input seems more than enough | |
5281 | test $ac_count -gt 10 && break | |
5282 | done | |
5283 | rm -f conftest.in conftest.tmp conftest.nl conftest.out;; | |
5284 | esac | |
5285 | ||
5286 | $ac_path_SED_found && break 3 | |
7357c5b6 AM |
5287 | done |
5288 | done | |
81ecdfbb | 5289 | done |
7357c5b6 | 5290 | IFS=$as_save_IFS |
81ecdfbb RW |
5291 | if test -z "$ac_cv_path_SED"; then |
5292 | as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5 | |
7357c5b6 | 5293 | fi |
81ecdfbb RW |
5294 | else |
5295 | ac_cv_path_SED=$SED | |
7357c5b6 AM |
5296 | fi |
5297 | ||
81ecdfbb RW |
5298 | fi |
5299 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5 | |
5300 | $as_echo "$ac_cv_path_SED" >&6; } | |
5301 | SED="$ac_cv_path_SED" | |
5302 | rm -f conftest.sed | |
7357c5b6 AM |
5303 | |
5304 | test -z "$SED" && SED=sed | |
5305 | Xsed="$SED -e 1s/^X//" | |
5306 | ||
5307 | ||
5308 | ||
5309 | ||
5310 | ||
5311 | ||
5312 | ||
5313 | ||
5314 | ||
5315 | ||
5316 | ||
81ecdfbb RW |
5317 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5 |
5318 | $as_echo_n "checking for fgrep... " >&6; } | |
5319 | if test "${ac_cv_path_FGREP+set}" = set; then : | |
5320 | $as_echo_n "(cached) " >&6 | |
7357c5b6 | 5321 | else |
81ecdfbb RW |
5322 | if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1 |
5323 | then ac_cv_path_FGREP="$GREP -F" | |
5324 | else | |
5325 | if test -z "$FGREP"; then | |
5326 | ac_path_FGREP_found=false | |
5327 | # Loop through the user's path and test for each of PROGNAME-LIST | |
5328 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
5329 | for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin | |
5330 | do | |
5331 | IFS=$as_save_IFS | |
5332 | test -z "$as_dir" && as_dir=. | |
5333 | for ac_prog in fgrep; do | |
5334 | for ac_exec_ext in '' $ac_executable_extensions; do | |
5335 | ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext" | |
5336 | { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue | |
5337 | # Check for GNU ac_path_FGREP and select it if it is found. | |
5338 | # Check for GNU $ac_path_FGREP | |
5339 | case `"$ac_path_FGREP" --version 2>&1` in | |
5340 | *GNU*) | |
5341 | ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;; | |
5342 | *) | |
5343 | ac_count=0 | |
5344 | $as_echo_n 0123456789 >"conftest.in" | |
5345 | while : | |
5346 | do | |
5347 | cat "conftest.in" "conftest.in" >"conftest.tmp" | |
5348 | mv "conftest.tmp" "conftest.in" | |
5349 | cp "conftest.in" "conftest.nl" | |
5350 | $as_echo 'FGREP' >> "conftest.nl" | |
5351 | "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break | |
5352 | diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break | |
5353 | as_fn_arith $ac_count + 1 && ac_count=$as_val | |
5354 | if test $ac_count -gt ${ac_path_FGREP_max-0}; then | |
5355 | # Best one so far, save it but keep looking for a better one | |
5356 | ac_cv_path_FGREP="$ac_path_FGREP" | |
5357 | ac_path_FGREP_max=$ac_count | |
7357c5b6 | 5358 | fi |
81ecdfbb RW |
5359 | # 10*(2^10) chars as input seems more than enough |
5360 | test $ac_count -gt 10 && break | |
5361 | done | |
5362 | rm -f conftest.in conftest.tmp conftest.nl conftest.out;; | |
5363 | esac | |
5364 | ||
5365 | $ac_path_FGREP_found && break 3 | |
5366 | done | |
5367 | done | |
5368 | done | |
5369 | IFS=$as_save_IFS | |
5370 | if test -z "$ac_cv_path_FGREP"; then | |
5371 | as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 | |
5372 | fi | |
5373 | else | |
5374 | ac_cv_path_FGREP=$FGREP | |
5375 | fi | |
5376 | ||
5377 | fi | |
7357c5b6 | 5378 | fi |
81ecdfbb RW |
5379 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5 |
5380 | $as_echo "$ac_cv_path_FGREP" >&6; } | |
5381 | FGREP="$ac_cv_path_FGREP" | |
7357c5b6 AM |
5382 | |
5383 | ||
5384 | test -z "$GREP" && GREP=grep | |
5385 | ||
5386 | ||
5387 | ||
5388 | ||
5389 | ||
5390 | ||
5391 | ||
5392 | ||
5393 | ||
5394 | ||
5395 | ||
5396 | ||
5397 | ||
5398 | ||
5399 | ||
5400 | ||
5401 | ||
5402 | ||
5403 | ||
81ecdfbb RW |
5404 | # Check whether --with-gnu-ld was given. |
5405 | if test "${with_gnu_ld+set}" = set; then : | |
5406 | withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes | |
7357c5b6 AM |
5407 | else |
5408 | with_gnu_ld=no | |
81ecdfbb RW |
5409 | fi |
5410 | ||
7357c5b6 AM |
5411 | ac_prog=ld |
5412 | if test "$GCC" = yes; then | |
5413 | # Check if gcc -print-prog-name=ld gives a path. | |
81ecdfbb RW |
5414 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5 |
5415 | $as_echo_n "checking for ld used by $CC... " >&6; } | |
7357c5b6 AM |
5416 | case $host in |
5417 | *-*-mingw*) | |
d45dc31f SE |
5418 | # gcc leaves a trailing carriage return which upsets mingw |
5419 | ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; | |
5420 | *) | |
5421 | ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; | |
5422 | esac | |
5423 | case $ac_prog in | |
5424 | # Accept absolute paths. | |
d7040cdb | 5425 | [\\/]* | ?:[\\/]*) |
d45dc31f | 5426 | re_direlt='/[^/][^/]*/\.\./' |
d7040cdb SE |
5427 | # Canonicalize the pathname of ld |
5428 | ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` | |
5429 | while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do | |
5430 | ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` | |
d45dc31f SE |
5431 | done |
5432 | test -z "$LD" && LD="$ac_prog" | |
5433 | ;; | |
5434 | "") | |
5435 | # If it fails, then pretend we aren't using GCC. | |
5436 | ac_prog=ld | |
5437 | ;; | |
5438 | *) | |
5439 | # If it is relative, then search for the first ld in PATH. | |
5440 | with_gnu_ld=unknown | |
5441 | ;; | |
5442 | esac | |
5443 | elif test "$with_gnu_ld" = yes; then | |
81ecdfbb RW |
5444 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5 |
5445 | $as_echo_n "checking for GNU ld... " >&6; } | |
d45dc31f | 5446 | else |
81ecdfbb RW |
5447 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 |
5448 | $as_echo_n "checking for non-GNU ld... " >&6; } | |
d45dc31f | 5449 | fi |
81ecdfbb RW |
5450 | if test "${lt_cv_path_LD+set}" = set; then : |
5451 | $as_echo_n "(cached) " >&6 | |
d45dc31f SE |
5452 | else |
5453 | if test -z "$LD"; then | |
d7040cdb | 5454 | lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR |
d45dc31f | 5455 | for ac_dir in $PATH; do |
d7040cdb | 5456 | IFS="$lt_save_ifs" |
d45dc31f SE |
5457 | test -z "$ac_dir" && ac_dir=. |
5458 | if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then | |
5459 | lt_cv_path_LD="$ac_dir/$ac_prog" | |
5460 | # Check to see if the program is GNU ld. I'd rather use --version, | |
d7040cdb | 5461 | # but apparently some variants of GNU ld only accept -v. |
d45dc31f | 5462 | # Break only if it was the GNU/non-GNU ld that we prefer. |
d7040cdb SE |
5463 | case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in |
5464 | *GNU* | *'with BFD'*) | |
d45dc31f | 5465 | test "$with_gnu_ld" != no && break |
d7040cdb SE |
5466 | ;; |
5467 | *) | |
d45dc31f | 5468 | test "$with_gnu_ld" != yes && break |
d7040cdb SE |
5469 | ;; |
5470 | esac | |
d45dc31f SE |
5471 | fi |
5472 | done | |
d7040cdb | 5473 | IFS="$lt_save_ifs" |
d45dc31f SE |
5474 | else |
5475 | lt_cv_path_LD="$LD" # Let the user override the test with a path. | |
5476 | fi | |
5477 | fi | |
1ad12f97 | 5478 | |
d45dc31f SE |
5479 | LD="$lt_cv_path_LD" |
5480 | if test -n "$LD"; then | |
81ecdfbb RW |
5481 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5 |
5482 | $as_echo "$LD" >&6; } | |
d45dc31f | 5483 | else |
81ecdfbb RW |
5484 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
5485 | $as_echo "no" >&6; } | |
d45dc31f | 5486 | fi |
81ecdfbb RW |
5487 | test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5 |
5488 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 | |
5489 | $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } | |
5490 | if test "${lt_cv_prog_gnu_ld+set}" = set; then : | |
5491 | $as_echo_n "(cached) " >&6 | |
d45dc31f | 5492 | else |
d7040cdb SE |
5493 | # I'd rather use --version here, but apparently some GNU lds only accept -v. |
5494 | case `$LD -v 2>&1 </dev/null` in | |
5495 | *GNU* | *'with BFD'*) | |
d45dc31f | 5496 | lt_cv_prog_gnu_ld=yes |
d7040cdb SE |
5497 | ;; |
5498 | *) | |
d45dc31f | 5499 | lt_cv_prog_gnu_ld=no |
d7040cdb SE |
5500 | ;; |
5501 | esac | |
d45dc31f | 5502 | fi |
81ecdfbb RW |
5503 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5 |
5504 | $as_echo "$lt_cv_prog_gnu_ld" >&6; } | |
d45dc31f | 5505 | with_gnu_ld=$lt_cv_prog_gnu_ld |
569acd2c | 5506 | |
d45dc31f | 5507 | |
42ecbf5e | 5508 | |
d7040cdb SE |
5509 | |
5510 | ||
5511 | ||
5512 | ||
5513 | ||
5514 | ||
81ecdfbb RW |
5515 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5 |
5516 | $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; } | |
5517 | if test "${lt_cv_path_NM+set}" = set; then : | |
5518 | $as_echo_n "(cached) " >&6 | |
d45dc31f SE |
5519 | else |
5520 | if test -n "$NM"; then | |
5521 | # Let the user override the test. | |
5522 | lt_cv_path_NM="$NM" | |
5523 | else | |
d7040cdb SE |
5524 | lt_nm_to_check="${ac_tool_prefix}nm" |
5525 | if test -n "$ac_tool_prefix" && test "$build" = "$host"; then | |
5526 | lt_nm_to_check="$lt_nm_to_check nm" | |
5527 | fi | |
5528 | for lt_tmp_nm in $lt_nm_to_check; do | |
5529 | lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR | |
5530 | for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do | |
5531 | IFS="$lt_save_ifs" | |
5532 | test -z "$ac_dir" && ac_dir=. | |
5533 | tmp_nm="$ac_dir/$lt_tmp_nm" | |
5534 | if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then | |
5535 | # Check to see if the nm accepts a BSD-compat flag. | |
5536 | # Adding the `sed 1q' prevents false positives on HP-UX, which says: | |
5537 | # nm: unknown option "B" ignored | |
5538 | # Tru64's nm complains that /dev/null is an invalid object file | |
5539 | case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in | |
5540 | */dev/null* | *'Invalid file or object type'*) | |
5541 | lt_cv_path_NM="$tmp_nm -B" | |
5542 | break | |
5543 | ;; | |
5544 | *) | |
5545 | case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in | |
5546 | */dev/null*) | |
5547 | lt_cv_path_NM="$tmp_nm -p" | |
5548 | break | |
5549 | ;; | |
5550 | *) | |
5551 | lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but | |
5552 | continue # so that we can try to find one that supports BSD flags | |
5553 | ;; | |
5554 | esac | |
5555 | ;; | |
5556 | esac | |
d45dc31f | 5557 | fi |
d7040cdb SE |
5558 | done |
5559 | IFS="$lt_save_ifs" | |
d45dc31f | 5560 | done |
d7040cdb | 5561 | : ${lt_cv_path_NM=no} |
d45dc31f | 5562 | fi |
a541e3ce | 5563 | fi |
81ecdfbb RW |
5564 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5 |
5565 | $as_echo "$lt_cv_path_NM" >&6; } | |
d7040cdb SE |
5566 | if test "$lt_cv_path_NM" != "no"; then |
5567 | NM="$lt_cv_path_NM" | |
d45dc31f | 5568 | else |
d7040cdb | 5569 | # Didn't find any BSD compatible name lister, look for dumpbin. |
3725885a RW |
5570 | if test -n "$DUMPBIN"; then : |
5571 | # Let the user override the test. | |
5572 | else | |
5573 | if test -n "$ac_tool_prefix"; then | |
5574 | for ac_prog in dumpbin "link -dump" | |
d7040cdb SE |
5575 | do |
5576 | # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. | |
5577 | set dummy $ac_tool_prefix$ac_prog; ac_word=$2 | |
81ecdfbb RW |
5578 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
5579 | $as_echo_n "checking for $ac_word... " >&6; } | |
5580 | if test "${ac_cv_prog_DUMPBIN+set}" = set; then : | |
5581 | $as_echo_n "(cached) " >&6 | |
d45dc31f | 5582 | else |
d7040cdb SE |
5583 | if test -n "$DUMPBIN"; then |
5584 | ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test. | |
5585 | else | |
5586 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
5587 | for as_dir in $PATH | |
5588 | do | |
5589 | IFS=$as_save_IFS | |
5590 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
5591 | for ac_exec_ext in '' $ac_executable_extensions; do |
5592 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
d7040cdb | 5593 | ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog" |
81ecdfbb | 5594 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
d7040cdb SE |
5595 | break 2 |
5596 | fi | |
5597 | done | |
81ecdfbb RW |
5598 | done |
5599 | IFS=$as_save_IFS | |
398ee8f1 | 5600 | |
d7040cdb SE |
5601 | fi |
5602 | fi | |
5603 | DUMPBIN=$ac_cv_prog_DUMPBIN | |
5604 | if test -n "$DUMPBIN"; then | |
81ecdfbb RW |
5605 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5 |
5606 | $as_echo "$DUMPBIN" >&6; } | |
d7040cdb | 5607 | else |
81ecdfbb RW |
5608 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
5609 | $as_echo "no" >&6; } | |
d7040cdb | 5610 | fi |
d15b04bd | 5611 | |
81ecdfbb | 5612 | |
d7040cdb SE |
5613 | test -n "$DUMPBIN" && break |
5614 | done | |
5615 | fi | |
5616 | if test -z "$DUMPBIN"; then | |
5617 | ac_ct_DUMPBIN=$DUMPBIN | |
3725885a | 5618 | for ac_prog in dumpbin "link -dump" |
d7040cdb SE |
5619 | do |
5620 | # Extract the first word of "$ac_prog", so it can be a program name with args. | |
5621 | set dummy $ac_prog; ac_word=$2 | |
81ecdfbb RW |
5622 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
5623 | $as_echo_n "checking for $ac_word... " >&6; } | |
5624 | if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then : | |
5625 | $as_echo_n "(cached) " >&6 | |
d7040cdb SE |
5626 | else |
5627 | if test -n "$ac_ct_DUMPBIN"; then | |
5628 | ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test. | |
5629 | else | |
5630 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
5631 | for as_dir in $PATH | |
5632 | do | |
5633 | IFS=$as_save_IFS | |
5634 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
5635 | for ac_exec_ext in '' $ac_executable_extensions; do |
5636 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
d7040cdb | 5637 | ac_cv_prog_ac_ct_DUMPBIN="$ac_prog" |
81ecdfbb | 5638 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
d7040cdb | 5639 | break 2 |
d45dc31f | 5640 | fi |
d7040cdb | 5641 | done |
81ecdfbb RW |
5642 | done |
5643 | IFS=$as_save_IFS | |
d15b04bd | 5644 | |
d7040cdb SE |
5645 | fi |
5646 | fi | |
5647 | ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN | |
5648 | if test -n "$ac_ct_DUMPBIN"; then | |
81ecdfbb RW |
5649 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5 |
5650 | $as_echo "$ac_ct_DUMPBIN" >&6; } | |
d7040cdb | 5651 | else |
81ecdfbb RW |
5652 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
5653 | $as_echo "no" >&6; } | |
d7040cdb | 5654 | fi |
42ecbf5e | 5655 | |
81ecdfbb | 5656 | |
d7040cdb SE |
5657 | test -n "$ac_ct_DUMPBIN" && break |
5658 | done | |
d45dc31f | 5659 | |
81ecdfbb RW |
5660 | if test "x$ac_ct_DUMPBIN" = x; then |
5661 | DUMPBIN=":" | |
5662 | else | |
5663 | case $cross_compiling:$ac_tool_warned in | |
5664 | yes:) | |
5665 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
5666 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
5667 | ac_tool_warned=yes ;; | |
5668 | esac | |
5669 | DUMPBIN=$ac_ct_DUMPBIN | |
5670 | fi | |
d7040cdb | 5671 | fi |
d45dc31f | 5672 | |
3725885a RW |
5673 | case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in |
5674 | *COFF*) | |
5675 | DUMPBIN="$DUMPBIN -symbols" | |
5676 | ;; | |
5677 | *) | |
5678 | DUMPBIN=: | |
5679 | ;; | |
5680 | esac | |
5681 | fi | |
d45dc31f | 5682 | |
d7040cdb SE |
5683 | if test "$DUMPBIN" != ":"; then |
5684 | NM="$DUMPBIN" | |
42ecbf5e | 5685 | fi |
d7040cdb SE |
5686 | fi |
5687 | test -z "$NM" && NM=nm | |
d45dc31f | 5688 | |
42ecbf5e | 5689 | |
d15b04bd | 5690 | |
42ecbf5e | 5691 | |
d45dc31f | 5692 | |
42ecbf5e | 5693 | |
81ecdfbb RW |
5694 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5 |
5695 | $as_echo_n "checking the name lister ($NM) interface... " >&6; } | |
5696 | if test "${lt_cv_nm_interface+set}" = set; then : | |
5697 | $as_echo_n "(cached) " >&6 | |
d7040cdb SE |
5698 | else |
5699 | lt_cv_nm_interface="BSD nm" | |
5700 | echo "int some_variable = 0;" > conftest.$ac_ext | |
3725885a | 5701 | (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5) |
d7040cdb SE |
5702 | (eval "$ac_compile" 2>conftest.err) |
5703 | cat conftest.err >&5 | |
3725885a | 5704 | (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5) |
d7040cdb SE |
5705 | (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) |
5706 | cat conftest.err >&5 | |
3725885a | 5707 | (eval echo "\"\$as_me:$LINENO: output\"" >&5) |
d7040cdb SE |
5708 | cat conftest.out >&5 |
5709 | if $GREP 'External.*some_variable' conftest.out > /dev/null; then | |
5710 | lt_cv_nm_interface="MS dumpbin" | |
5711 | fi | |
5712 | rm -f conftest* | |
42ecbf5e | 5713 | fi |
81ecdfbb RW |
5714 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5 |
5715 | $as_echo "$lt_cv_nm_interface" >&6; } | |
42ecbf5e | 5716 | |
81ecdfbb RW |
5717 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5 |
5718 | $as_echo_n "checking whether ln -s works... " >&6; } | |
d7040cdb SE |
5719 | LN_S=$as_ln_s |
5720 | if test "$LN_S" = "ln -s"; then | |
81ecdfbb RW |
5721 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
5722 | $as_echo "yes" >&6; } | |
d7040cdb | 5723 | else |
81ecdfbb RW |
5724 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5 |
5725 | $as_echo "no, using $LN_S" >&6; } | |
d7040cdb | 5726 | fi |
d45dc31f SE |
5727 | |
5728 | # find the maximum length of command line arguments | |
81ecdfbb RW |
5729 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5 |
5730 | $as_echo_n "checking the maximum length of command line arguments... " >&6; } | |
5731 | if test "${lt_cv_sys_max_cmd_len+set}" = set; then : | |
5732 | $as_echo_n "(cached) " >&6 | |
42ecbf5e | 5733 | else |
d45dc31f SE |
5734 | i=0 |
5735 | teststring="ABCD" | |
5736 | ||
5737 | case $build_os in | |
5738 | msdosdjgpp*) | |
5739 | # On DJGPP, this test can blow up pretty badly due to problems in libc | |
5740 | # (any single argument exceeding 2000 bytes causes a buffer overrun | |
5741 | # during glob expansion). Even if it were fixed, the result of this | |
5742 | # check would be larger than it should be. | |
5743 | lt_cv_sys_max_cmd_len=12288; # 12K is about right | |
5744 | ;; | |
5745 | ||
d7040cdb SE |
5746 | gnu*) |
5747 | # Under GNU Hurd, this test is not required because there is | |
5748 | # no limit to the length of command line arguments. | |
5749 | # Libtool will interpret -1 as no limit whatsoever | |
5750 | lt_cv_sys_max_cmd_len=-1; | |
5751 | ;; | |
5752 | ||
718a6fd8 | 5753 | cygwin* | mingw* | cegcc*) |
d45dc31f SE |
5754 | # On Win9x/ME, this test blows up -- it succeeds, but takes |
5755 | # about 5 minutes as the teststring grows exponentially. | |
5756 | # Worse, since 9x/ME are not pre-emptively multitasking, | |
5757 | # you end up with a "frozen" computer, even though with patience | |
5758 | # the test eventually succeeds (with a max line length of 256k). | |
5759 | # Instead, let's just punt: use the minimum linelength reported by | |
5760 | # all of the supported platforms: 8192 (on NT/2K/XP). | |
5761 | lt_cv_sys_max_cmd_len=8192; | |
5762 | ;; | |
5763 | ||
3725885a RW |
5764 | mint*) |
5765 | # On MiNT this can take a long time and run out of memory. | |
5766 | lt_cv_sys_max_cmd_len=8192; | |
5767 | ;; | |
5768 | ||
d45dc31f SE |
5769 | amigaos*) |
5770 | # On AmigaOS with pdksh, this test takes hours, literally. | |
5771 | # So we just punt and use a minimum line length of 8192. | |
5772 | lt_cv_sys_max_cmd_len=8192; | |
5773 | ;; | |
5774 | ||
5775 | netbsd* | freebsd* | openbsd* | darwin* | dragonfly*) | |
5776 | # This has been around since 386BSD, at least. Likely further. | |
5777 | if test -x /sbin/sysctl; then | |
5778 | lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` | |
5779 | elif test -x /usr/sbin/sysctl; then | |
5780 | lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` | |
5781 | else | |
d7040cdb | 5782 | lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs |
d45dc31f SE |
5783 | fi |
5784 | # And add a safety zone | |
5785 | lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` | |
5786 | lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` | |
5787 | ;; | |
d7040cdb SE |
5788 | |
5789 | interix*) | |
5790 | # We know the value 262144 and hardcode it with a safety zone (like BSD) | |
5791 | lt_cv_sys_max_cmd_len=196608 | |
5792 | ;; | |
5793 | ||
5794 | osf*) | |
5795 | # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure | |
5796 | # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not | |
5797 | # nice to cause kernel panics so lets avoid the loop below. | |
5798 | # First set a reasonable default. | |
5799 | lt_cv_sys_max_cmd_len=16384 | |
5800 | # | |
5801 | if test -x /sbin/sysconfig; then | |
5802 | case `/sbin/sysconfig -q proc exec_disable_arg_limit` in | |
5803 | *1*) lt_cv_sys_max_cmd_len=-1 ;; | |
5804 | esac | |
5805 | fi | |
5806 | ;; | |
5807 | sco3.2v5*) | |
5808 | lt_cv_sys_max_cmd_len=102400 | |
5809 | ;; | |
5810 | sysv5* | sco5v6* | sysv4.2uw2*) | |
5811 | kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` | |
5812 | if test -n "$kargmax"; then | |
5813 | lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'` | |
5814 | else | |
5815 | lt_cv_sys_max_cmd_len=32768 | |
5816 | fi | |
5817 | ;; | |
5818 | *) | |
718a6fd8 SE |
5819 | lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` |
5820 | if test -n "$lt_cv_sys_max_cmd_len"; then | |
5ba684e2 NC |
5821 | lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` |
5822 | lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` | |
5823 | else | |
5824 | # Make teststring a little bigger before we do anything with it. | |
5825 | # a 1K string should be a reasonable start. | |
5826 | for i in 1 2 3 4 5 6 7 8 ; do | |
5827 | teststring=$teststring$teststring | |
5828 | done | |
5829 | SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} | |
5830 | # If test is not a shell built-in, we'll probably end up computing a | |
5831 | # maximum length that is only half of the actual maximum length, but | |
5832 | # we can't tell. | |
3725885a RW |
5833 | while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \ |
5834 | = "X$teststring$teststring"; } >/dev/null 2>&1 && | |
5ba684e2 NC |
5835 | test $i != 17 # 1/2 MB should be enough |
5836 | do | |
5837 | i=`expr $i + 1` | |
5838 | teststring=$teststring$teststring | |
5839 | done | |
5840 | # Only check the string length outside the loop. | |
5841 | lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` | |
5842 | teststring= | |
5843 | # Add a significant safety factor because C++ compilers can tack on | |
5844 | # massive amounts of additional arguments before passing them to the | |
5845 | # linker. It appears as though 1/2 is a usable value. | |
5846 | lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` | |
5847 | fi | |
d7040cdb | 5848 | ;; |
d45dc31f | 5849 | esac |
42ecbf5e | 5850 | |
42ecbf5e DJ |
5851 | fi |
5852 | ||
d7040cdb | 5853 | if test -n $lt_cv_sys_max_cmd_len ; then |
81ecdfbb RW |
5854 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5 |
5855 | $as_echo "$lt_cv_sys_max_cmd_len" >&6; } | |
252b5132 | 5856 | else |
81ecdfbb RW |
5857 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5 |
5858 | $as_echo "none" >&6; } | |
252b5132 | 5859 | fi |
d7040cdb | 5860 | max_cmd_len=$lt_cv_sys_max_cmd_len |
e5a52504 | 5861 | |
d45dc31f | 5862 | |
42ecbf5e | 5863 | |
d45dc31f | 5864 | |
d45dc31f | 5865 | |
d7040cdb | 5866 | |
d7040cdb SE |
5867 | : ${CP="cp -f"} |
5868 | : ${MV="mv -f"} | |
5869 | : ${RM="rm -f"} | |
5870 | ||
81ecdfbb RW |
5871 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5 |
5872 | $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; } | |
d7040cdb SE |
5873 | # Try some XSI features |
5874 | xsi_shell=no | |
5875 | ( _lt_dummy="a/b/c" | |
5876 | test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \ | |
718a6fd8 SE |
5877 | = c,a/b,, \ |
5878 | && eval 'test $(( 1 + 1 )) -eq 2 \ | |
5879 | && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ | |
d7040cdb | 5880 | && xsi_shell=yes |
81ecdfbb RW |
5881 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5 |
5882 | $as_echo "$xsi_shell" >&6; } | |
d7040cdb SE |
5883 | |
5884 | ||
81ecdfbb RW |
5885 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5 |
5886 | $as_echo_n "checking whether the shell understands \"+=\"... " >&6; } | |
d7040cdb SE |
5887 | lt_shell_append=no |
5888 | ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \ | |
5889 | >/dev/null 2>&1 \ | |
5890 | && lt_shell_append=yes | |
81ecdfbb RW |
5891 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5 |
5892 | $as_echo "$lt_shell_append" >&6; } | |
d7040cdb SE |
5893 | |
5894 | ||
5895 | if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then | |
5896 | lt_unset=unset | |
252b5132 | 5897 | else |
d7040cdb | 5898 | lt_unset=false |
252b5132 RH |
5899 | fi |
5900 | ||
d7040cdb SE |
5901 | |
5902 | ||
5903 | ||
5904 | ||
5905 | # test EBCDIC or ASCII | |
5906 | case `echo X|tr X '\101'` in | |
5907 | A) # ASCII based system | |
5908 | # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr | |
5909 | lt_SP2NL='tr \040 \012' | |
5910 | lt_NL2SP='tr \015\012 \040\040' | |
5911 | ;; | |
5912 | *) # EBCDIC based system | |
5913 | lt_SP2NL='tr \100 \n' | |
5914 | lt_NL2SP='tr \r\n \100\100' | |
5915 | ;; | |
5916 | esac | |
5917 | ||
5918 | ||
5919 | ||
5920 | ||
5921 | ||
5922 | ||
5923 | ||
5924 | ||
5925 | ||
81ecdfbb RW |
5926 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 |
5927 | $as_echo_n "checking for $LD option to reload object files... " >&6; } | |
5928 | if test "${lt_cv_ld_reload_flag+set}" = set; then : | |
5929 | $as_echo_n "(cached) " >&6 | |
252b5132 | 5930 | else |
d7040cdb SE |
5931 | lt_cv_ld_reload_flag='-r' |
5932 | fi | |
81ecdfbb RW |
5933 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5 |
5934 | $as_echo "$lt_cv_ld_reload_flag" >&6; } | |
d7040cdb SE |
5935 | reload_flag=$lt_cv_ld_reload_flag |
5936 | case $reload_flag in | |
5937 | "" | " "*) ;; | |
5938 | *) reload_flag=" $reload_flag" ;; | |
5939 | esac | |
5940 | reload_cmds='$LD$reload_flag -o $output$reload_objs' | |
5941 | case $host_os in | |
5942 | darwin*) | |
5943 | if test "$GCC" = yes; then | |
5944 | reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' | |
5945 | else | |
5946 | reload_cmds='$LD$reload_flag -o $output$reload_objs' | |
5947 | fi | |
5948 | ;; | |
5949 | esac | |
5950 | ||
5951 | ||
5952 | ||
5953 | ||
5954 | ||
5955 | ||
5956 | ||
5957 | ||
5958 | ||
718a6fd8 SE |
5959 | if test -n "$ac_tool_prefix"; then |
5960 | # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args. | |
5961 | set dummy ${ac_tool_prefix}objdump; ac_word=$2 | |
81ecdfbb RW |
5962 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
5963 | $as_echo_n "checking for $ac_word... " >&6; } | |
5964 | if test "${ac_cv_prog_OBJDUMP+set}" = set; then : | |
5965 | $as_echo_n "(cached) " >&6 | |
718a6fd8 SE |
5966 | else |
5967 | if test -n "$OBJDUMP"; then | |
5968 | ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test. | |
5969 | else | |
5970 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
5971 | for as_dir in $PATH | |
5972 | do | |
5973 | IFS=$as_save_IFS | |
5974 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
5975 | for ac_exec_ext in '' $ac_executable_extensions; do |
5976 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
718a6fd8 | 5977 | ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" |
81ecdfbb | 5978 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
718a6fd8 SE |
5979 | break 2 |
5980 | fi | |
5981 | done | |
81ecdfbb RW |
5982 | done |
5983 | IFS=$as_save_IFS | |
718a6fd8 SE |
5984 | |
5985 | fi | |
5986 | fi | |
5987 | OBJDUMP=$ac_cv_prog_OBJDUMP | |
5988 | if test -n "$OBJDUMP"; then | |
81ecdfbb RW |
5989 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5 |
5990 | $as_echo "$OBJDUMP" >&6; } | |
718a6fd8 | 5991 | else |
81ecdfbb RW |
5992 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
5993 | $as_echo "no" >&6; } | |
718a6fd8 SE |
5994 | fi |
5995 | ||
81ecdfbb | 5996 | |
718a6fd8 SE |
5997 | fi |
5998 | if test -z "$ac_cv_prog_OBJDUMP"; then | |
5999 | ac_ct_OBJDUMP=$OBJDUMP | |
6000 | # Extract the first word of "objdump", so it can be a program name with args. | |
6001 | set dummy objdump; ac_word=$2 | |
81ecdfbb RW |
6002 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
6003 | $as_echo_n "checking for $ac_word... " >&6; } | |
6004 | if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then : | |
6005 | $as_echo_n "(cached) " >&6 | |
718a6fd8 SE |
6006 | else |
6007 | if test -n "$ac_ct_OBJDUMP"; then | |
6008 | ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test. | |
6009 | else | |
6010 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
6011 | for as_dir in $PATH | |
6012 | do | |
6013 | IFS=$as_save_IFS | |
6014 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
6015 | for ac_exec_ext in '' $ac_executable_extensions; do |
6016 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
718a6fd8 | 6017 | ac_cv_prog_ac_ct_OBJDUMP="objdump" |
81ecdfbb | 6018 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
718a6fd8 SE |
6019 | break 2 |
6020 | fi | |
6021 | done | |
81ecdfbb RW |
6022 | done |
6023 | IFS=$as_save_IFS | |
718a6fd8 | 6024 | |
718a6fd8 SE |
6025 | fi |
6026 | fi | |
6027 | ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP | |
6028 | if test -n "$ac_ct_OBJDUMP"; then | |
81ecdfbb RW |
6029 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5 |
6030 | $as_echo "$ac_ct_OBJDUMP" >&6; } | |
718a6fd8 | 6031 | else |
81ecdfbb RW |
6032 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
6033 | $as_echo "no" >&6; } | |
718a6fd8 SE |
6034 | fi |
6035 | ||
81ecdfbb RW |
6036 | if test "x$ac_ct_OBJDUMP" = x; then |
6037 | OBJDUMP="false" | |
6038 | else | |
6039 | case $cross_compiling:$ac_tool_warned in | |
6040 | yes:) | |
6041 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
6042 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
6043 | ac_tool_warned=yes ;; | |
6044 | esac | |
6045 | OBJDUMP=$ac_ct_OBJDUMP | |
6046 | fi | |
718a6fd8 SE |
6047 | else |
6048 | OBJDUMP="$ac_cv_prog_OBJDUMP" | |
6049 | fi | |
6050 | ||
6051 | test -z "$OBJDUMP" && OBJDUMP=objdump | |
6052 | ||
6053 | ||
6054 | ||
6055 | ||
6056 | ||
6057 | ||
6058 | ||
6059 | ||
d7040cdb | 6060 | |
81ecdfbb RW |
6061 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5 |
6062 | $as_echo_n "checking how to recognize dependent libraries... " >&6; } | |
6063 | if test "${lt_cv_deplibs_check_method+set}" = set; then : | |
6064 | $as_echo_n "(cached) " >&6 | |
d7040cdb SE |
6065 | else |
6066 | lt_cv_file_magic_cmd='$MAGIC_CMD' | |
6067 | lt_cv_file_magic_test_file= | |
6068 | lt_cv_deplibs_check_method='unknown' | |
6069 | # Need to set the preceding variable on all platforms that support | |
6070 | # interlibrary dependencies. | |
6071 | # 'none' -- dependencies not supported. | |
6072 | # `unknown' -- same as none, but documents that we really don't know. | |
6073 | # 'pass_all' -- all dependencies passed with no checks. | |
6074 | # 'test_compile' -- check by making test program. | |
6075 | # 'file_magic [[regex]]' -- check by looking for files in library path | |
6076 | # which responds to the $file_magic_cmd with a given extended regex. | |
6077 | # If you have `file' or equivalent on your system and you're not sure | |
6078 | # whether `pass_all' will *always* work, you probably want this one. | |
6079 | ||
6080 | case $host_os in | |
50e7d84b | 6081 | aix[4-9]*) |
d7040cdb SE |
6082 | lt_cv_deplibs_check_method=pass_all |
6083 | ;; | |
6084 | ||
6085 | beos*) | |
6086 | lt_cv_deplibs_check_method=pass_all | |
6087 | ;; | |
6088 | ||
6089 | bsdi[45]*) | |
6090 | lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)' | |
6091 | lt_cv_file_magic_cmd='/usr/bin/file -L' | |
6092 | lt_cv_file_magic_test_file=/shlib/libc.so | |
6093 | ;; | |
6094 | ||
6095 | cygwin*) | |
6096 | # func_win32_libid is a shell function defined in ltmain.sh | |
6097 | lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' | |
6098 | lt_cv_file_magic_cmd='func_win32_libid' | |
6099 | ;; | |
6100 | ||
6101 | mingw* | pw32*) | |
6102 | # Base MSYS/MinGW do not provide the 'file' command needed by | |
6103 | # func_win32_libid shell function, so use a weaker test based on 'objdump', | |
6104 | # unless we find 'file', for example because we are cross-compiling. | |
3725885a RW |
6105 | # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin. |
6106 | if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then | |
d7040cdb SE |
6107 | lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' |
6108 | lt_cv_file_magic_cmd='func_win32_libid' | |
6109 | else | |
6110 | lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?' | |
6111 | lt_cv_file_magic_cmd='$OBJDUMP -f' | |
6112 | fi | |
6113 | ;; | |
6114 | ||
3725885a | 6115 | cegcc*) |
718a6fd8 SE |
6116 | # use the weaker test based on 'objdump'. See mingw*. |
6117 | lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' | |
6118 | lt_cv_file_magic_cmd='$OBJDUMP -f' | |
6119 | ;; | |
6120 | ||
d7040cdb SE |
6121 | darwin* | rhapsody*) |
6122 | lt_cv_deplibs_check_method=pass_all | |
d45dc31f | 6123 | ;; |
d7040cdb SE |
6124 | |
6125 | freebsd* | dragonfly*) | |
6126 | if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then | |
6127 | case $host_cpu in | |
6128 | i*86 ) | |
6129 | # Not sure whether the presence of OpenBSD here was a mistake. | |
6130 | # Let's accept both of them until this is cleared up. | |
6131 | lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library' | |
6132 | lt_cv_file_magic_cmd=/usr/bin/file | |
6133 | lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` | |
6134 | ;; | |
6135 | esac | |
6136 | else | |
6137 | lt_cv_deplibs_check_method=pass_all | |
6138 | fi | |
6139 | ;; | |
6140 | ||
6141 | gnu*) | |
6142 | lt_cv_deplibs_check_method=pass_all | |
d45dc31f | 6143 | ;; |
d7040cdb | 6144 | |
3725885a RW |
6145 | haiku*) |
6146 | lt_cv_deplibs_check_method=pass_all | |
6147 | ;; | |
6148 | ||
d7040cdb SE |
6149 | hpux10.20* | hpux11*) |
6150 | lt_cv_file_magic_cmd=/usr/bin/file | |
6151 | case $host_cpu in | |
6152 | ia64*) | |
6153 | lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64' | |
6154 | lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so | |
6155 | ;; | |
6156 | hppa*64*) | |
3725885a | 6157 | lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]' |
d7040cdb SE |
6158 | lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl |
6159 | ;; | |
d45dc31f | 6160 | *) |
3725885a | 6161 | lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library' |
d7040cdb SE |
6162 | lt_cv_file_magic_test_file=/usr/lib/libc.sl |
6163 | ;; | |
6164 | esac | |
6165 | ;; | |
42ecbf5e | 6166 | |
d7040cdb SE |
6167 | interix[3-9]*) |
6168 | # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here | |
6169 | lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$' | |
6170 | ;; | |
42ecbf5e | 6171 | |
d7040cdb SE |
6172 | irix5* | irix6* | nonstopux*) |
6173 | case $LD in | |
6174 | *-32|*"-32 ") libmagic=32-bit;; | |
6175 | *-n32|*"-n32 ") libmagic=N32;; | |
6176 | *-64|*"-64 ") libmagic=64-bit;; | |
6177 | *) libmagic=never-match;; | |
6178 | esac | |
6179 | lt_cv_deplibs_check_method=pass_all | |
d45dc31f | 6180 | ;; |
42ecbf5e | 6181 | |
d7040cdb | 6182 | # This must be Linux ELF. |
58e24671 | 6183 | linux* | k*bsd*-gnu | kopensolaris*-gnu) |
d7040cdb SE |
6184 | lt_cv_deplibs_check_method=pass_all |
6185 | ;; | |
252b5132 | 6186 | |
d7040cdb SE |
6187 | netbsd*) |
6188 | if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then | |
6189 | lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' | |
d45dc31f | 6190 | else |
d7040cdb | 6191 | lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$' |
d45dc31f | 6192 | fi |
d7040cdb SE |
6193 | ;; |
6194 | ||
6195 | newos6*) | |
6196 | lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)' | |
6197 | lt_cv_file_magic_cmd=/usr/bin/file | |
6198 | lt_cv_file_magic_test_file=/usr/lib/libnls.so | |
6199 | ;; | |
6200 | ||
6201 | *nto* | *qnx*) | |
6202 | lt_cv_deplibs_check_method=pass_all | |
6203 | ;; | |
42ecbf5e | 6204 | |
d7040cdb SE |
6205 | openbsd*) |
6206 | if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then | |
6207 | lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' | |
6208 | else | |
6209 | lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' | |
d45dc31f SE |
6210 | fi |
6211 | ;; | |
d7040cdb SE |
6212 | |
6213 | osf3* | osf4* | osf5*) | |
6214 | lt_cv_deplibs_check_method=pass_all | |
6215 | ;; | |
6216 | ||
6217 | rdos*) | |
6218 | lt_cv_deplibs_check_method=pass_all | |
6219 | ;; | |
6220 | ||
6221 | solaris*) | |
6222 | lt_cv_deplibs_check_method=pass_all | |
6223 | ;; | |
6224 | ||
6225 | sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) | |
6226 | lt_cv_deplibs_check_method=pass_all | |
6227 | ;; | |
6228 | ||
6229 | sysv4 | sysv4.3*) | |
6230 | case $host_vendor in | |
6231 | motorola) | |
6232 | 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]' | |
6233 | lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` | |
6234 | ;; | |
6235 | ncr) | |
6236 | lt_cv_deplibs_check_method=pass_all | |
6237 | ;; | |
6238 | sequent) | |
6239 | lt_cv_file_magic_cmd='/bin/file' | |
6240 | lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' | |
6241 | ;; | |
6242 | sni) | |
6243 | lt_cv_file_magic_cmd='/bin/file' | |
6244 | lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib" | |
6245 | lt_cv_file_magic_test_file=/lib/libc.so | |
6246 | ;; | |
6247 | siemens) | |
6248 | lt_cv_deplibs_check_method=pass_all | |
6249 | ;; | |
6250 | pc) | |
6251 | lt_cv_deplibs_check_method=pass_all | |
6252 | ;; | |
6253 | esac | |
6254 | ;; | |
6255 | ||
6256 | tpf*) | |
6257 | lt_cv_deplibs_check_method=pass_all | |
6258 | ;; | |
d45dc31f | 6259 | esac |
42ecbf5e | 6260 | |
d7040cdb | 6261 | fi |
81ecdfbb RW |
6262 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 |
6263 | $as_echo "$lt_cv_deplibs_check_method" >&6; } | |
d7040cdb SE |
6264 | file_magic_cmd=$lt_cv_file_magic_cmd |
6265 | deplibs_check_method=$lt_cv_deplibs_check_method | |
6266 | test -z "$deplibs_check_method" && deplibs_check_method=unknown | |
6267 | ||
6268 | ||
6269 | ||
6270 | ||
6271 | ||
6272 | ||
6273 | ||
6274 | ||
6275 | ||
6276 | ||
6277 | ||
6278 | ||
d45dc31f | 6279 | if test -n "$ac_tool_prefix"; then |
d7040cdb SE |
6280 | # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. |
6281 | set dummy ${ac_tool_prefix}ar; ac_word=$2 | |
81ecdfbb RW |
6282 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
6283 | $as_echo_n "checking for $ac_word... " >&6; } | |
6284 | if test "${ac_cv_prog_AR+set}" = set; then : | |
6285 | $as_echo_n "(cached) " >&6 | |
42ecbf5e | 6286 | else |
d7040cdb SE |
6287 | if test -n "$AR"; then |
6288 | ac_cv_prog_AR="$AR" # Let the user override the test. | |
d45dc31f SE |
6289 | else |
6290 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
6291 | for as_dir in $PATH | |
6292 | do | |
6293 | IFS=$as_save_IFS | |
6294 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
6295 | for ac_exec_ext in '' $ac_executable_extensions; do |
6296 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
d7040cdb | 6297 | ac_cv_prog_AR="${ac_tool_prefix}ar" |
81ecdfbb | 6298 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
d45dc31f SE |
6299 | break 2 |
6300 | fi | |
6301 | done | |
81ecdfbb RW |
6302 | done |
6303 | IFS=$as_save_IFS | |
42ecbf5e | 6304 | |
42ecbf5e | 6305 | fi |
d45dc31f | 6306 | fi |
d7040cdb SE |
6307 | AR=$ac_cv_prog_AR |
6308 | if test -n "$AR"; then | |
81ecdfbb RW |
6309 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 |
6310 | $as_echo "$AR" >&6; } | |
d45dc31f | 6311 | else |
81ecdfbb RW |
6312 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
6313 | $as_echo "no" >&6; } | |
d45dc31f | 6314 | fi |
42ecbf5e | 6315 | |
81ecdfbb | 6316 | |
42ecbf5e | 6317 | fi |
d7040cdb SE |
6318 | if test -z "$ac_cv_prog_AR"; then |
6319 | ac_ct_AR=$AR | |
6320 | # Extract the first word of "ar", so it can be a program name with args. | |
6321 | set dummy ar; ac_word=$2 | |
81ecdfbb RW |
6322 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
6323 | $as_echo_n "checking for $ac_word... " >&6; } | |
6324 | if test "${ac_cv_prog_ac_ct_AR+set}" = set; then : | |
6325 | $as_echo_n "(cached) " >&6 | |
42ecbf5e | 6326 | else |
d7040cdb SE |
6327 | if test -n "$ac_ct_AR"; then |
6328 | ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. | |
42ecbf5e | 6329 | else |
d45dc31f SE |
6330 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
6331 | for as_dir in $PATH | |
6332 | do | |
6333 | IFS=$as_save_IFS | |
6334 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
6335 | for ac_exec_ext in '' $ac_executable_extensions; do |
6336 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
d7040cdb | 6337 | ac_cv_prog_ac_ct_AR="ar" |
81ecdfbb | 6338 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
d45dc31f SE |
6339 | break 2 |
6340 | fi | |
6341 | done | |
81ecdfbb RW |
6342 | done |
6343 | IFS=$as_save_IFS | |
42ecbf5e | 6344 | |
42ecbf5e | 6345 | fi |
42ecbf5e | 6346 | fi |
d7040cdb SE |
6347 | ac_ct_AR=$ac_cv_prog_ac_ct_AR |
6348 | if test -n "$ac_ct_AR"; then | |
81ecdfbb RW |
6349 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5 |
6350 | $as_echo "$ac_ct_AR" >&6; } | |
252b5132 | 6351 | else |
81ecdfbb RW |
6352 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
6353 | $as_echo "no" >&6; } | |
252b5132 | 6354 | fi |
252b5132 | 6355 | |
81ecdfbb RW |
6356 | if test "x$ac_ct_AR" = x; then |
6357 | AR="false" | |
6358 | else | |
6359 | case $cross_compiling:$ac_tool_warned in | |
6360 | yes:) | |
6361 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
6362 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
6363 | ac_tool_warned=yes ;; | |
6364 | esac | |
6365 | AR=$ac_ct_AR | |
6366 | fi | |
d45dc31f | 6367 | else |
d7040cdb | 6368 | AR="$ac_cv_prog_AR" |
d45dc31f | 6369 | fi |
42ecbf5e | 6370 | |
d7040cdb SE |
6371 | test -z "$AR" && AR=ar |
6372 | test -z "$AR_FLAGS" && AR_FLAGS=cru | |
6373 | ||
6374 | ||
6375 | ||
6376 | ||
6377 | ||
6378 | ||
6379 | ||
6380 | ||
6381 | ||
6382 | ||
6383 | ||
d45dc31f SE |
6384 | if test -n "$ac_tool_prefix"; then |
6385 | # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. | |
6386 | set dummy ${ac_tool_prefix}strip; ac_word=$2 | |
81ecdfbb RW |
6387 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
6388 | $as_echo_n "checking for $ac_word... " >&6; } | |
6389 | if test "${ac_cv_prog_STRIP+set}" = set; then : | |
6390 | $as_echo_n "(cached) " >&6 | |
d45dc31f SE |
6391 | else |
6392 | if test -n "$STRIP"; then | |
6393 | ac_cv_prog_STRIP="$STRIP" # Let the user override the test. | |
6394 | else | |
6395 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
6396 | for as_dir in $PATH | |
42ecbf5e | 6397 | do |
d45dc31f SE |
6398 | IFS=$as_save_IFS |
6399 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
6400 | for ac_exec_ext in '' $ac_executable_extensions; do |
6401 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
d45dc31f | 6402 | ac_cv_prog_STRIP="${ac_tool_prefix}strip" |
81ecdfbb | 6403 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
d45dc31f SE |
6404 | break 2 |
6405 | fi | |
6406 | done | |
81ecdfbb RW |
6407 | done |
6408 | IFS=$as_save_IFS | |
d45dc31f SE |
6409 | |
6410 | fi | |
6411 | fi | |
6412 | STRIP=$ac_cv_prog_STRIP | |
6413 | if test -n "$STRIP"; then | |
81ecdfbb RW |
6414 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 |
6415 | $as_echo "$STRIP" >&6; } | |
252b5132 | 6416 | else |
81ecdfbb RW |
6417 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
6418 | $as_echo "no" >&6; } | |
d45dc31f | 6419 | fi |
42ecbf5e | 6420 | |
81ecdfbb | 6421 | |
252b5132 | 6422 | fi |
d45dc31f SE |
6423 | if test -z "$ac_cv_prog_STRIP"; then |
6424 | ac_ct_STRIP=$STRIP | |
6425 | # Extract the first word of "strip", so it can be a program name with args. | |
6426 | set dummy strip; ac_word=$2 | |
81ecdfbb RW |
6427 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
6428 | $as_echo_n "checking for $ac_word... " >&6; } | |
6429 | if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then : | |
6430 | $as_echo_n "(cached) " >&6 | |
d45dc31f SE |
6431 | else |
6432 | if test -n "$ac_ct_STRIP"; then | |
6433 | ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. | |
6434 | else | |
6435 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
6436 | for as_dir in $PATH | |
6437 | do | |
6438 | IFS=$as_save_IFS | |
6439 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
6440 | for ac_exec_ext in '' $ac_executable_extensions; do |
6441 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
d45dc31f | 6442 | ac_cv_prog_ac_ct_STRIP="strip" |
81ecdfbb | 6443 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
d45dc31f SE |
6444 | break 2 |
6445 | fi | |
6446 | done | |
81ecdfbb RW |
6447 | done |
6448 | IFS=$as_save_IFS | |
42ecbf5e | 6449 | |
d45dc31f SE |
6450 | fi |
6451 | fi | |
6452 | ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP | |
6453 | if test -n "$ac_ct_STRIP"; then | |
81ecdfbb RW |
6454 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 |
6455 | $as_echo "$ac_ct_STRIP" >&6; } | |
d45dc31f | 6456 | else |
81ecdfbb RW |
6457 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
6458 | $as_echo "no" >&6; } | |
252b5132 | 6459 | fi |
e5a52504 | 6460 | |
81ecdfbb RW |
6461 | if test "x$ac_ct_STRIP" = x; then |
6462 | STRIP=":" | |
6463 | else | |
6464 | case $cross_compiling:$ac_tool_warned in | |
6465 | yes:) | |
6466 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
6467 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
6468 | ac_tool_warned=yes ;; | |
6469 | esac | |
6470 | STRIP=$ac_ct_STRIP | |
6471 | fi | |
d45dc31f SE |
6472 | else |
6473 | STRIP="$ac_cv_prog_STRIP" | |
6474 | fi | |
e5a52504 | 6475 | |
d7040cdb | 6476 | test -z "$STRIP" && STRIP=: |
d45dc31f | 6477 | |
d45dc31f SE |
6478 | |
6479 | ||
d45dc31f | 6480 | |
d45dc31f SE |
6481 | |
6482 | ||
d7040cdb SE |
6483 | if test -n "$ac_tool_prefix"; then |
6484 | # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. | |
6485 | set dummy ${ac_tool_prefix}ranlib; ac_word=$2 | |
81ecdfbb RW |
6486 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
6487 | $as_echo_n "checking for $ac_word... " >&6; } | |
6488 | if test "${ac_cv_prog_RANLIB+set}" = set; then : | |
6489 | $as_echo_n "(cached) " >&6 | |
d45dc31f | 6490 | else |
d7040cdb SE |
6491 | if test -n "$RANLIB"; then |
6492 | ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. | |
6493 | else | |
6494 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
6495 | for as_dir in $PATH | |
6496 | do | |
6497 | IFS=$as_save_IFS | |
6498 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
6499 | for ac_exec_ext in '' $ac_executable_extensions; do |
6500 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
d7040cdb | 6501 | ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" |
81ecdfbb | 6502 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
d7040cdb | 6503 | break 2 |
d45dc31f | 6504 | fi |
d7040cdb | 6505 | done |
81ecdfbb RW |
6506 | done |
6507 | IFS=$as_save_IFS | |
d45dc31f | 6508 | |
d7040cdb SE |
6509 | fi |
6510 | fi | |
6511 | RANLIB=$ac_cv_prog_RANLIB | |
6512 | if test -n "$RANLIB"; then | |
81ecdfbb RW |
6513 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 |
6514 | $as_echo "$RANLIB" >&6; } | |
d7040cdb | 6515 | else |
81ecdfbb RW |
6516 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
6517 | $as_echo "no" >&6; } | |
d7040cdb | 6518 | fi |
d45dc31f | 6519 | |
81ecdfbb | 6520 | |
d7040cdb SE |
6521 | fi |
6522 | if test -z "$ac_cv_prog_RANLIB"; then | |
6523 | ac_ct_RANLIB=$RANLIB | |
6524 | # Extract the first word of "ranlib", so it can be a program name with args. | |
6525 | set dummy ranlib; ac_word=$2 | |
81ecdfbb RW |
6526 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
6527 | $as_echo_n "checking for $ac_word... " >&6; } | |
6528 | if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then : | |
6529 | $as_echo_n "(cached) " >&6 | |
d7040cdb SE |
6530 | else |
6531 | if test -n "$ac_ct_RANLIB"; then | |
6532 | ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. | |
6533 | else | |
6534 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
6535 | for as_dir in $PATH | |
6536 | do | |
6537 | IFS=$as_save_IFS | |
6538 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
6539 | for ac_exec_ext in '' $ac_executable_extensions; do |
6540 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
d7040cdb | 6541 | ac_cv_prog_ac_ct_RANLIB="ranlib" |
81ecdfbb | 6542 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
d7040cdb | 6543 | break 2 |
d45dc31f | 6544 | fi |
d7040cdb | 6545 | done |
81ecdfbb RW |
6546 | done |
6547 | IFS=$as_save_IFS | |
d45dc31f | 6548 | |
d7040cdb SE |
6549 | fi |
6550 | fi | |
6551 | ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB | |
6552 | if test -n "$ac_ct_RANLIB"; then | |
81ecdfbb RW |
6553 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 |
6554 | $as_echo "$ac_ct_RANLIB" >&6; } | |
d15b04bd | 6555 | else |
81ecdfbb RW |
6556 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
6557 | $as_echo "no" >&6; } | |
d7040cdb | 6558 | fi |
252b5132 | 6559 | |
81ecdfbb RW |
6560 | if test "x$ac_ct_RANLIB" = x; then |
6561 | RANLIB=":" | |
6562 | else | |
6563 | case $cross_compiling:$ac_tool_warned in | |
6564 | yes:) | |
6565 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
6566 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
6567 | ac_tool_warned=yes ;; | |
6568 | esac | |
6569 | RANLIB=$ac_ct_RANLIB | |
6570 | fi | |
d7040cdb SE |
6571 | else |
6572 | RANLIB="$ac_cv_prog_RANLIB" | |
6573 | fi | |
d45dc31f | 6574 | |
d7040cdb | 6575 | test -z "$RANLIB" && RANLIB=: |
d45dc31f | 6576 | |
d45dc31f | 6577 | |
d45dc31f | 6578 | |
42ecbf5e | 6579 | |
e5a52504 | 6580 | |
d7040cdb SE |
6581 | |
6582 | # Determine commands to create old-style static archives. | |
718a6fd8 | 6583 | old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' |
d7040cdb SE |
6584 | old_postinstall_cmds='chmod 644 $oldlib' |
6585 | old_postuninstall_cmds= | |
6586 | ||
6587 | if test -n "$RANLIB"; then | |
6588 | case $host_os in | |
6589 | openbsd*) | |
6590 | old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib" | |
6591 | ;; | |
6592 | *) | |
6593 | old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib" | |
6594 | ;; | |
6595 | esac | |
6596 | old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib" | |
d45dc31f | 6597 | fi |
d45dc31f | 6598 | |
3725885a RW |
6599 | case $host_os in |
6600 | darwin*) | |
6601 | lock_old_archive_extraction=yes ;; | |
6602 | *) | |
6603 | lock_old_archive_extraction=no ;; | |
6604 | esac | |
6605 | ||
6606 | ||
6607 | ||
6608 | ||
6609 | ||
6610 | ||
d45dc31f | 6611 | |
d45dc31f SE |
6612 | |
6613 | ||
d15b04bd | 6614 | |
3e321448 | 6615 | |
d45dc31f | 6616 | |
d45dc31f | 6617 | |
d45dc31f SE |
6618 | |
6619 | ||
d45dc31f | 6620 | |
d45dc31f | 6621 | |
d45dc31f SE |
6622 | |
6623 | ||
6624 | ||
6625 | ||
6626 | ||
6627 | ||
6628 | ||
d45dc31f | 6629 | |
d45dc31f | 6630 | |
d45dc31f | 6631 | |
d45dc31f | 6632 | |
d45dc31f | 6633 | |
d45dc31f | 6634 | |
d45dc31f | 6635 | |
d45dc31f | 6636 | |
3e321448 L |
6637 | |
6638 | ||
d45dc31f SE |
6639 | |
6640 | ||
d45dc31f SE |
6641 | |
6642 | ||
d45dc31f | 6643 | |
d7040cdb SE |
6644 | # If no C compiler was specified, use CC. |
6645 | LTCC=${LTCC-"$CC"} | |
42ecbf5e | 6646 | |
d7040cdb SE |
6647 | # If no C compiler flags were specified, use CFLAGS. |
6648 | LTCFLAGS=${LTCFLAGS-"$CFLAGS"} | |
e5a52504 | 6649 | |
d7040cdb SE |
6650 | # Allow CC to be a program name with arguments. |
6651 | compiler=$CC | |
d15b04bd | 6652 | |
d7040cdb SE |
6653 | |
6654 | # Check for command to grab the raw symbol name followed by C symbol from nm. | |
81ecdfbb RW |
6655 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5 |
6656 | $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; } | |
6657 | if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then : | |
6658 | $as_echo_n "(cached) " >&6 | |
d15b04bd | 6659 | else |
d7040cdb SE |
6660 | |
6661 | # These are sane defaults that work on at least a few old systems. | |
6662 | # [They come from Ultrix. What could be older than Ultrix?!! ;)] | |
6663 | ||
6664 | # Character class describing NM global symbol codes. | |
6665 | symcode='[BCDEGRST]' | |
6666 | ||
6667 | # Regexp to match symbols that can be accessed directly from C. | |
6668 | sympat='\([_A-Za-z][_A-Za-z0-9]*\)' | |
6669 | ||
6670 | # Define system-specific variables. | |
6671 | case $host_os in | |
6672 | aix*) | |
6673 | symcode='[BCDT]' | |
6674 | ;; | |
718a6fd8 | 6675 | cygwin* | mingw* | pw32* | cegcc*) |
d7040cdb SE |
6676 | symcode='[ABCDGISTW]' |
6677 | ;; | |
6678 | hpux*) | |
6679 | if test "$host_cpu" = ia64; then | |
6680 | symcode='[ABCDEGRST]' | |
42ecbf5e | 6681 | fi |
d7040cdb SE |
6682 | ;; |
6683 | irix* | nonstopux*) | |
6684 | symcode='[BCDEGRST]' | |
6685 | ;; | |
6686 | osf*) | |
6687 | symcode='[BCDEGQRST]' | |
6688 | ;; | |
6689 | solaris*) | |
6690 | symcode='[BDRT]' | |
6691 | ;; | |
6692 | sco3.2v5*) | |
6693 | symcode='[DT]' | |
6694 | ;; | |
6695 | sysv4.2uw2*) | |
6696 | symcode='[DT]' | |
6697 | ;; | |
6698 | sysv5* | sco5v6* | unixware* | OpenUNIX*) | |
6699 | symcode='[ABDT]' | |
6700 | ;; | |
6701 | sysv4) | |
6702 | symcode='[DFNSTU]' | |
6703 | ;; | |
6704 | esac | |
d15b04bd | 6705 | |
d7040cdb SE |
6706 | # If we're using GNU nm, then use its standard symbol codes. |
6707 | case `$NM -V 2>&1` in | |
6708 | *GNU* | *'with BFD'*) | |
6709 | symcode='[ABCDGIRSTW]' ;; | |
6710 | esac | |
e5a52504 | 6711 | |
d7040cdb SE |
6712 | # Transform an extracted symbol line into a proper C declaration. |
6713 | # Some systems (esp. on ia64) link data and code symbols differently, | |
7357c5b6 AM |
6714 | # so use this general approach. |
6715 | lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" | |
d7040cdb | 6716 | |
7357c5b6 AM |
6717 | # Transform an extracted symbol line into symbol name and symbol address |
6718 | lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'" | |
718a6fd8 | 6719 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \(lib[^ ]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"lib\2\", (void *) \&\2},/p'" |
d7040cdb | 6720 | |
7357c5b6 AM |
6721 | # Handle CRLF in mingw tool chain |
6722 | opt_cr= | |
6723 | case $build_os in | |
6724 | mingw*) | |
6725 | opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp | |
6726 | ;; | |
6727 | esac | |
d7040cdb | 6728 | |
7357c5b6 AM |
6729 | # Try without a prefix underscore, then with it. |
6730 | for ac_symprfx in "" "_"; do | |
d7040cdb | 6731 | |
7357c5b6 AM |
6732 | # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. |
6733 | symxfrm="\\1 $ac_symprfx\\2 \\2" | |
d7040cdb | 6734 | |
7357c5b6 AM |
6735 | # Write the raw and C identifiers. |
6736 | if test "$lt_cv_nm_interface" = "MS dumpbin"; then | |
6737 | # Fake it for dumpbin and say T for any non-static function | |
6738 | # and D for any global variable. | |
6739 | # Also find C++ and __fastcall symbols from MSVC++, | |
6740 | # which start with @ or ?. | |
6741 | lt_cv_sys_global_symbol_pipe="$AWK '"\ | |
6742 | " {last_section=section; section=\$ 3};"\ | |
6743 | " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ | |
6744 | " \$ 0!~/External *\|/{next};"\ | |
6745 | " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ | |
6746 | " {if(hide[section]) next};"\ | |
6747 | " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\ | |
6748 | " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\ | |
6749 | " s[1]~/^[@?]/{print s[1], s[1]; next};"\ | |
6750 | " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\ | |
6751 | " ' prfx=^$ac_symprfx" | |
6752 | else | |
6753 | lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" | |
6754 | fi | |
6755 | ||
6756 | # Check to see that the pipe works correctly. | |
6757 | pipe_works=no | |
6758 | ||
6759 | rm -f conftest* | |
6760 | cat > conftest.$ac_ext <<_LT_EOF | |
6761 | #ifdef __cplusplus | |
6762 | extern "C" { | |
6763 | #endif | |
6764 | char nm_test_var; | |
6765 | void nm_test_func(void); | |
6766 | void nm_test_func(void){} | |
6767 | #ifdef __cplusplus | |
d7040cdb | 6768 | } |
7357c5b6 AM |
6769 | #endif |
6770 | int main(){nm_test_var='a';nm_test_func();return(0);} | |
6771 | _LT_EOF | |
6772 | ||
81ecdfbb | 6773 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
7357c5b6 | 6774 | (eval $ac_compile) 2>&5 |
42ecbf5e | 6775 | ac_status=$? |
81ecdfbb RW |
6776 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
6777 | test $ac_status = 0; }; then | |
7357c5b6 AM |
6778 | # Now try to grab the symbols. |
6779 | nlist=conftest.nm | |
3725885a RW |
6780 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5 |
6781 | (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5 | |
42ecbf5e | 6782 | ac_status=$? |
81ecdfbb RW |
6783 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
6784 | test $ac_status = 0; } && test -s "$nlist"; then | |
7357c5b6 AM |
6785 | # Try sorting and uniquifying the output. |
6786 | if sort "$nlist" | uniq > "$nlist"T; then | |
6787 | mv -f "$nlist"T "$nlist" | |
6788 | else | |
6789 | rm -f "$nlist"T | |
6790 | fi | |
d7040cdb | 6791 | |
7357c5b6 AM |
6792 | # Make sure that we snagged all the symbols we need. |
6793 | if $GREP ' nm_test_var$' "$nlist" >/dev/null; then | |
6794 | if $GREP ' nm_test_func$' "$nlist" >/dev/null; then | |
6795 | cat <<_LT_EOF > conftest.$ac_ext | |
6796 | #ifdef __cplusplus | |
6797 | extern "C" { | |
6798 | #endif | |
e5a52504 | 6799 | |
7357c5b6 AM |
6800 | _LT_EOF |
6801 | # Now generate the symbol file. | |
6802 | eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext' | |
7148cc28 | 6803 | |
7357c5b6 | 6804 | cat <<_LT_EOF >> conftest.$ac_ext |
d7040cdb | 6805 | |
7357c5b6 AM |
6806 | /* The mapping between symbol names and symbols. */ |
6807 | const struct { | |
6808 | const char *name; | |
6809 | void *address; | |
6810 | } | |
6811 | lt__PROGRAM__LTX_preloaded_symbols[] = | |
6812 | { | |
6813 | { "@PROGRAM@", (void *) 0 }, | |
6814 | _LT_EOF | |
6815 | $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext | |
6816 | cat <<\_LT_EOF >> conftest.$ac_ext | |
6817 | {0, (void *) 0} | |
6818 | }; | |
d7040cdb | 6819 | |
7357c5b6 AM |
6820 | /* This works around a problem in FreeBSD linker */ |
6821 | #ifdef FREEBSD_WORKAROUND | |
6822 | static const void *lt_preloaded_setup() { | |
6823 | return lt__PROGRAM__LTX_preloaded_symbols; | |
6824 | } | |
d7040cdb SE |
6825 | #endif |
6826 | ||
7357c5b6 | 6827 | #ifdef __cplusplus |
d7040cdb | 6828 | } |
7357c5b6 AM |
6829 | #endif |
6830 | _LT_EOF | |
6831 | # Now try linking the two files. | |
6832 | mv conftest.$ac_objext conftstm.$ac_objext | |
6833 | lt_save_LIBS="$LIBS" | |
6834 | lt_save_CFLAGS="$CFLAGS" | |
6835 | LIBS="conftstm.$ac_objext" | |
6836 | CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" | |
81ecdfbb | 6837 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 |
d7040cdb SE |
6838 | (eval $ac_link) 2>&5 |
6839 | ac_status=$? | |
81ecdfbb RW |
6840 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
6841 | test $ac_status = 0; } && test -s conftest${ac_exeext}; then | |
7357c5b6 AM |
6842 | pipe_works=yes |
6843 | fi | |
6844 | LIBS="$lt_save_LIBS" | |
6845 | CFLAGS="$lt_save_CFLAGS" | |
6846 | else | |
6847 | echo "cannot find nm_test_func in $nlist" >&5 | |
6848 | fi | |
6849 | else | |
6850 | echo "cannot find nm_test_var in $nlist" >&5 | |
6851 | fi | |
6852 | else | |
6853 | echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5 | |
6854 | fi | |
6855 | else | |
6856 | echo "$progname: failed program was:" >&5 | |
6857 | cat conftest.$ac_ext >&5 | |
6858 | fi | |
718a6fd8 | 6859 | rm -rf conftest* conftst* |
7357c5b6 AM |
6860 | |
6861 | # Do not use the global_symbol_pipe unless it works. | |
6862 | if test "$pipe_works" = yes; then | |
6863 | break | |
6864 | else | |
6865 | lt_cv_sys_global_symbol_pipe= | |
6866 | fi | |
6867 | done | |
d7040cdb | 6868 | |
d7040cdb | 6869 | fi |
7357c5b6 AM |
6870 | |
6871 | if test -z "$lt_cv_sys_global_symbol_pipe"; then | |
6872 | lt_cv_sys_global_symbol_to_cdecl= | |
d7040cdb | 6873 | fi |
7357c5b6 | 6874 | if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then |
81ecdfbb RW |
6875 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5 |
6876 | $as_echo "failed" >&6; } | |
7357c5b6 | 6877 | else |
81ecdfbb RW |
6878 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5 |
6879 | $as_echo "ok" >&6; } | |
d7040cdb | 6880 | fi |
20e95c23 | 6881 | |
20e95c23 DJ |
6882 | |
6883 | ||
20e95c23 DJ |
6884 | |
6885 | ||
20e95c23 | 6886 | |
20e95c23 | 6887 | |
20e95c23 | 6888 | |
20e95c23 | 6889 | |
20e95c23 | 6890 | |
20e95c23 DJ |
6891 | |
6892 | ||
7357c5b6 AM |
6893 | |
6894 | ||
6895 | ||
718a6fd8 SE |
6896 | |
6897 | ||
6898 | ||
6899 | ||
6900 | ||
7357c5b6 AM |
6901 | |
6902 | ||
81ecdfbb RW |
6903 | # Check whether --enable-libtool-lock was given. |
6904 | if test "${enable_libtool_lock+set}" = set; then : | |
6905 | enableval=$enable_libtool_lock; | |
6906 | fi | |
7357c5b6 | 6907 | |
7357c5b6 AM |
6908 | test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes |
6909 | ||
6910 | # Some flags need to be propagated to the compiler or linker for good | |
6911 | # libtool support. | |
6912 | case $host in | |
6913 | ia64-*-hpux*) | |
6914 | # Find out which ABI we are using. | |
6915 | echo 'int i;' > conftest.$ac_ext | |
81ecdfbb | 6916 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
7357c5b6 AM |
6917 | (eval $ac_compile) 2>&5 |
6918 | ac_status=$? | |
81ecdfbb RW |
6919 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
6920 | test $ac_status = 0; }; then | |
7357c5b6 AM |
6921 | case `/usr/bin/file conftest.$ac_objext` in |
6922 | *ELF-32*) | |
6923 | HPUX_IA64_MODE="32" | |
6924 | ;; | |
6925 | *ELF-64*) | |
6926 | HPUX_IA64_MODE="64" | |
6927 | ;; | |
6928 | esac | |
6929 | fi | |
6930 | rm -rf conftest* | |
6931 | ;; | |
6932 | *-*-irix6*) | |
6933 | # Find out which ABI we are using. | |
3725885a | 6934 | echo '#line '$LINENO' "configure"' > conftest.$ac_ext |
81ecdfbb | 6935 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
7357c5b6 AM |
6936 | (eval $ac_compile) 2>&5 |
6937 | ac_status=$? | |
81ecdfbb RW |
6938 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
6939 | test $ac_status = 0; }; then | |
7357c5b6 AM |
6940 | if test "$lt_cv_prog_gnu_ld" = yes; then |
6941 | case `/usr/bin/file conftest.$ac_objext` in | |
6942 | *32-bit*) | |
6943 | LD="${LD-ld} -melf32bsmip" | |
6944 | ;; | |
6945 | *N32*) | |
6946 | LD="${LD-ld} -melf32bmipn32" | |
6947 | ;; | |
6948 | *64-bit*) | |
6949 | LD="${LD-ld} -melf64bmip" | |
6950 | ;; | |
6951 | esac | |
6952 | else | |
6953 | case `/usr/bin/file conftest.$ac_objext` in | |
6954 | *32-bit*) | |
6955 | LD="${LD-ld} -32" | |
6956 | ;; | |
6957 | *N32*) | |
6958 | LD="${LD-ld} -n32" | |
6959 | ;; | |
6960 | *64-bit*) | |
6961 | LD="${LD-ld} -64" | |
6962 | ;; | |
6963 | esac | |
6964 | fi | |
6965 | fi | |
6966 | rm -rf conftest* | |
6967 | ;; | |
6968 | ||
6969 | x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \ | |
6970 | s390*-*linux*|s390*-*tpf*|sparc*-*linux*) | |
6971 | # Find out which ABI we are using. | |
6972 | echo 'int i;' > conftest.$ac_ext | |
81ecdfbb | 6973 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
7357c5b6 AM |
6974 | (eval $ac_compile) 2>&5 |
6975 | ac_status=$? | |
81ecdfbb RW |
6976 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
6977 | test $ac_status = 0; }; then | |
7357c5b6 AM |
6978 | case `/usr/bin/file conftest.o` in |
6979 | *32-bit*) | |
6980 | case $host in | |
6981 | x86_64-*kfreebsd*-gnu) | |
6982 | LD="${LD-ld} -m elf_i386_fbsd" | |
6983 | ;; | |
6984 | x86_64-*linux*) | |
6985 | LD="${LD-ld} -m elf_i386" | |
6986 | ;; | |
6987 | ppc64-*linux*|powerpc64-*linux*) | |
6988 | LD="${LD-ld} -m elf32ppclinux" | |
6989 | ;; | |
6990 | s390x-*linux*) | |
6991 | LD="${LD-ld} -m elf_s390" | |
6992 | ;; | |
6993 | sparc64-*linux*) | |
6994 | LD="${LD-ld} -m elf32_sparc" | |
6995 | ;; | |
6996 | esac | |
6997 | ;; | |
6998 | *64-bit*) | |
6999 | case $host in | |
7000 | x86_64-*kfreebsd*-gnu) | |
7001 | LD="${LD-ld} -m elf_x86_64_fbsd" | |
7002 | ;; | |
7003 | x86_64-*linux*) | |
7004 | LD="${LD-ld} -m elf_x86_64" | |
7005 | ;; | |
7006 | ppc*-*linux*|powerpc*-*linux*) | |
7007 | LD="${LD-ld} -m elf64ppc" | |
7008 | ;; | |
7009 | s390*-*linux*|s390*-*tpf*) | |
7010 | LD="${LD-ld} -m elf64_s390" | |
7011 | ;; | |
7012 | sparc*-*linux*) | |
7013 | LD="${LD-ld} -m elf64_sparc" | |
7014 | ;; | |
7015 | esac | |
7016 | ;; | |
7017 | esac | |
7018 | fi | |
7019 | rm -rf conftest* | |
7020 | ;; | |
7021 | ||
7022 | *-*-sco3.2v5*) | |
7023 | # On SCO OpenServer 5, we need -belf to get full-featured binaries. | |
7024 | SAVE_CFLAGS="$CFLAGS" | |
7025 | CFLAGS="$CFLAGS -belf" | |
81ecdfbb RW |
7026 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5 |
7027 | $as_echo_n "checking whether the C compiler needs -belf... " >&6; } | |
7028 | if test "${lt_cv_cc_needs_belf+set}" = set; then : | |
7029 | $as_echo_n "(cached) " >&6 | |
d7040cdb | 7030 | else |
7357c5b6 AM |
7031 | ac_ext=c |
7032 | ac_cpp='$CPP $CPPFLAGS' | |
7033 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
7034 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
7035 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
7036 | ||
81ecdfbb | 7037 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
d7040cdb | 7038 | /* end confdefs.h. */ |
20e95c23 | 7039 | |
7357c5b6 AM |
7040 | int |
7041 | main () | |
7042 | { | |
7043 | ||
7044 | ; | |
7045 | return 0; | |
7046 | } | |
d7040cdb | 7047 | _ACEOF |
81ecdfbb | 7048 | if ac_fn_c_try_link "$LINENO"; then : |
7357c5b6 | 7049 | lt_cv_cc_needs_belf=yes |
d15b04bd | 7050 | else |
81ecdfbb | 7051 | lt_cv_cc_needs_belf=no |
d7040cdb | 7052 | fi |
81ecdfbb RW |
7053 | rm -f core conftest.err conftest.$ac_objext \ |
7054 | conftest$ac_exeext conftest.$ac_ext | |
7357c5b6 AM |
7055 | ac_ext=c |
7056 | ac_cpp='$CPP $CPPFLAGS' | |
7057 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
7058 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
7059 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
20e95c23 | 7060 | |
718a6fd8 | 7061 | fi |
81ecdfbb RW |
7062 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5 |
7063 | $as_echo "$lt_cv_cc_needs_belf" >&6; } | |
718a6fd8 SE |
7064 | if test x"$lt_cv_cc_needs_belf" != x"yes"; then |
7065 | # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf | |
7066 | CFLAGS="$SAVE_CFLAGS" | |
7067 | fi | |
7068 | ;; | |
7069 | sparc*-*solaris*) | |
7070 | # Find out which ABI we are using. | |
7071 | echo 'int i;' > conftest.$ac_ext | |
81ecdfbb | 7072 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
718a6fd8 SE |
7073 | (eval $ac_compile) 2>&5 |
7074 | ac_status=$? | |
81ecdfbb RW |
7075 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
7076 | test $ac_status = 0; }; then | |
718a6fd8 SE |
7077 | case `/usr/bin/file conftest.o` in |
7078 | *64-bit*) | |
7079 | case $lt_cv_prog_gnu_ld in | |
7080 | yes*) LD="${LD-ld} -m elf64_sparc" ;; | |
7081 | *) | |
7082 | if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then | |
7083 | LD="${LD-ld} -64" | |
7084 | fi | |
7085 | ;; | |
7086 | esac | |
7087 | ;; | |
7088 | esac | |
7089 | fi | |
7090 | rm -rf conftest* | |
7091 | ;; | |
7092 | esac | |
7093 | ||
7094 | need_locks="$enable_libtool_lock" | |
7095 | ||
7096 | ||
7097 | case $host_os in | |
7098 | rhapsody* | darwin*) | |
7099 | if test -n "$ac_tool_prefix"; then | |
7100 | # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args. | |
7101 | set dummy ${ac_tool_prefix}dsymutil; ac_word=$2 | |
81ecdfbb RW |
7102 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
7103 | $as_echo_n "checking for $ac_word... " >&6; } | |
7104 | if test "${ac_cv_prog_DSYMUTIL+set}" = set; then : | |
7105 | $as_echo_n "(cached) " >&6 | |
718a6fd8 SE |
7106 | else |
7107 | if test -n "$DSYMUTIL"; then | |
7108 | ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test. | |
7109 | else | |
7110 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
7111 | for as_dir in $PATH | |
7112 | do | |
7113 | IFS=$as_save_IFS | |
7114 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
7115 | for ac_exec_ext in '' $ac_executable_extensions; do |
7116 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
718a6fd8 | 7117 | ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil" |
81ecdfbb | 7118 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
718a6fd8 SE |
7119 | break 2 |
7120 | fi | |
7121 | done | |
81ecdfbb RW |
7122 | done |
7123 | IFS=$as_save_IFS | |
718a6fd8 SE |
7124 | |
7125 | fi | |
7126 | fi | |
7127 | DSYMUTIL=$ac_cv_prog_DSYMUTIL | |
7128 | if test -n "$DSYMUTIL"; then | |
81ecdfbb RW |
7129 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5 |
7130 | $as_echo "$DSYMUTIL" >&6; } | |
718a6fd8 | 7131 | else |
81ecdfbb RW |
7132 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
7133 | $as_echo "no" >&6; } | |
718a6fd8 SE |
7134 | fi |
7135 | ||
81ecdfbb | 7136 | |
718a6fd8 SE |
7137 | fi |
7138 | if test -z "$ac_cv_prog_DSYMUTIL"; then | |
7139 | ac_ct_DSYMUTIL=$DSYMUTIL | |
7140 | # Extract the first word of "dsymutil", so it can be a program name with args. | |
7141 | set dummy dsymutil; ac_word=$2 | |
81ecdfbb RW |
7142 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
7143 | $as_echo_n "checking for $ac_word... " >&6; } | |
7144 | if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then : | |
7145 | $as_echo_n "(cached) " >&6 | |
718a6fd8 SE |
7146 | else |
7147 | if test -n "$ac_ct_DSYMUTIL"; then | |
7148 | ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test. | |
7149 | else | |
7150 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
7151 | for as_dir in $PATH | |
7152 | do | |
7153 | IFS=$as_save_IFS | |
7154 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
7155 | for ac_exec_ext in '' $ac_executable_extensions; do |
7156 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
718a6fd8 | 7157 | ac_cv_prog_ac_ct_DSYMUTIL="dsymutil" |
81ecdfbb | 7158 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
718a6fd8 SE |
7159 | break 2 |
7160 | fi | |
7161 | done | |
81ecdfbb RW |
7162 | done |
7163 | IFS=$as_save_IFS | |
718a6fd8 | 7164 | |
718a6fd8 SE |
7165 | fi |
7166 | fi | |
7167 | ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL | |
7168 | if test -n "$ac_ct_DSYMUTIL"; then | |
81ecdfbb RW |
7169 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5 |
7170 | $as_echo "$ac_ct_DSYMUTIL" >&6; } | |
718a6fd8 | 7171 | else |
81ecdfbb RW |
7172 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
7173 | $as_echo "no" >&6; } | |
718a6fd8 SE |
7174 | fi |
7175 | ||
81ecdfbb RW |
7176 | if test "x$ac_ct_DSYMUTIL" = x; then |
7177 | DSYMUTIL=":" | |
7178 | else | |
7179 | case $cross_compiling:$ac_tool_warned in | |
7180 | yes:) | |
7181 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
7182 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
7183 | ac_tool_warned=yes ;; | |
7184 | esac | |
7185 | DSYMUTIL=$ac_ct_DSYMUTIL | |
7186 | fi | |
718a6fd8 SE |
7187 | else |
7188 | DSYMUTIL="$ac_cv_prog_DSYMUTIL" | |
7189 | fi | |
7190 | ||
7191 | if test -n "$ac_tool_prefix"; then | |
7192 | # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args. | |
7193 | set dummy ${ac_tool_prefix}nmedit; ac_word=$2 | |
81ecdfbb RW |
7194 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
7195 | $as_echo_n "checking for $ac_word... " >&6; } | |
7196 | if test "${ac_cv_prog_NMEDIT+set}" = set; then : | |
7197 | $as_echo_n "(cached) " >&6 | |
718a6fd8 SE |
7198 | else |
7199 | if test -n "$NMEDIT"; then | |
7200 | ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test. | |
7201 | else | |
7202 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
7203 | for as_dir in $PATH | |
7204 | do | |
7205 | IFS=$as_save_IFS | |
7206 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
7207 | for ac_exec_ext in '' $ac_executable_extensions; do |
7208 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
718a6fd8 | 7209 | ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit" |
81ecdfbb | 7210 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
718a6fd8 SE |
7211 | break 2 |
7212 | fi | |
7213 | done | |
81ecdfbb RW |
7214 | done |
7215 | IFS=$as_save_IFS | |
718a6fd8 SE |
7216 | |
7217 | fi | |
7218 | fi | |
7219 | NMEDIT=$ac_cv_prog_NMEDIT | |
7220 | if test -n "$NMEDIT"; then | |
81ecdfbb RW |
7221 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5 |
7222 | $as_echo "$NMEDIT" >&6; } | |
718a6fd8 | 7223 | else |
81ecdfbb RW |
7224 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
7225 | $as_echo "no" >&6; } | |
718a6fd8 SE |
7226 | fi |
7227 | ||
81ecdfbb | 7228 | |
718a6fd8 SE |
7229 | fi |
7230 | if test -z "$ac_cv_prog_NMEDIT"; then | |
7231 | ac_ct_NMEDIT=$NMEDIT | |
7232 | # Extract the first word of "nmedit", so it can be a program name with args. | |
7233 | set dummy nmedit; ac_word=$2 | |
81ecdfbb RW |
7234 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
7235 | $as_echo_n "checking for $ac_word... " >&6; } | |
7236 | if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then : | |
7237 | $as_echo_n "(cached) " >&6 | |
718a6fd8 SE |
7238 | else |
7239 | if test -n "$ac_ct_NMEDIT"; then | |
7240 | ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test. | |
7241 | else | |
7242 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
7243 | for as_dir in $PATH | |
7244 | do | |
7245 | IFS=$as_save_IFS | |
7246 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
7247 | for ac_exec_ext in '' $ac_executable_extensions; do |
7248 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
718a6fd8 | 7249 | ac_cv_prog_ac_ct_NMEDIT="nmedit" |
81ecdfbb | 7250 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
718a6fd8 SE |
7251 | break 2 |
7252 | fi | |
7253 | done | |
81ecdfbb RW |
7254 | done |
7255 | IFS=$as_save_IFS | |
718a6fd8 | 7256 | |
718a6fd8 SE |
7257 | fi |
7258 | fi | |
7259 | ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT | |
7260 | if test -n "$ac_ct_NMEDIT"; then | |
81ecdfbb RW |
7261 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5 |
7262 | $as_echo "$ac_ct_NMEDIT" >&6; } | |
718a6fd8 | 7263 | else |
81ecdfbb RW |
7264 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
7265 | $as_echo "no" >&6; } | |
718a6fd8 SE |
7266 | fi |
7267 | ||
81ecdfbb RW |
7268 | if test "x$ac_ct_NMEDIT" = x; then |
7269 | NMEDIT=":" | |
7270 | else | |
7271 | case $cross_compiling:$ac_tool_warned in | |
7272 | yes:) | |
7273 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
7274 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
7275 | ac_tool_warned=yes ;; | |
7276 | esac | |
7277 | NMEDIT=$ac_ct_NMEDIT | |
7278 | fi | |
718a6fd8 SE |
7279 | else |
7280 | NMEDIT="$ac_cv_prog_NMEDIT" | |
7281 | fi | |
7282 | ||
7283 | if test -n "$ac_tool_prefix"; then | |
7284 | # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args. | |
7285 | set dummy ${ac_tool_prefix}lipo; ac_word=$2 | |
81ecdfbb RW |
7286 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
7287 | $as_echo_n "checking for $ac_word... " >&6; } | |
7288 | if test "${ac_cv_prog_LIPO+set}" = set; then : | |
7289 | $as_echo_n "(cached) " >&6 | |
718a6fd8 SE |
7290 | else |
7291 | if test -n "$LIPO"; then | |
7292 | ac_cv_prog_LIPO="$LIPO" # Let the user override the test. | |
7293 | else | |
7294 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
7295 | for as_dir in $PATH | |
7296 | do | |
7297 | IFS=$as_save_IFS | |
7298 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
7299 | for ac_exec_ext in '' $ac_executable_extensions; do |
7300 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
718a6fd8 | 7301 | ac_cv_prog_LIPO="${ac_tool_prefix}lipo" |
81ecdfbb | 7302 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
718a6fd8 SE |
7303 | break 2 |
7304 | fi | |
7305 | done | |
81ecdfbb RW |
7306 | done |
7307 | IFS=$as_save_IFS | |
718a6fd8 SE |
7308 | |
7309 | fi | |
7310 | fi | |
7311 | LIPO=$ac_cv_prog_LIPO | |
7312 | if test -n "$LIPO"; then | |
81ecdfbb RW |
7313 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5 |
7314 | $as_echo "$LIPO" >&6; } | |
718a6fd8 | 7315 | else |
81ecdfbb RW |
7316 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
7317 | $as_echo "no" >&6; } | |
718a6fd8 SE |
7318 | fi |
7319 | ||
81ecdfbb | 7320 | |
718a6fd8 SE |
7321 | fi |
7322 | if test -z "$ac_cv_prog_LIPO"; then | |
7323 | ac_ct_LIPO=$LIPO | |
7324 | # Extract the first word of "lipo", so it can be a program name with args. | |
7325 | set dummy lipo; ac_word=$2 | |
81ecdfbb RW |
7326 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
7327 | $as_echo_n "checking for $ac_word... " >&6; } | |
7328 | if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then : | |
7329 | $as_echo_n "(cached) " >&6 | |
718a6fd8 SE |
7330 | else |
7331 | if test -n "$ac_ct_LIPO"; then | |
7332 | ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test. | |
7333 | else | |
7334 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
7335 | for as_dir in $PATH | |
7336 | do | |
7337 | IFS=$as_save_IFS | |
7338 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
7339 | for ac_exec_ext in '' $ac_executable_extensions; do |
7340 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
718a6fd8 | 7341 | ac_cv_prog_ac_ct_LIPO="lipo" |
81ecdfbb | 7342 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
718a6fd8 SE |
7343 | break 2 |
7344 | fi | |
7345 | done | |
81ecdfbb RW |
7346 | done |
7347 | IFS=$as_save_IFS | |
718a6fd8 | 7348 | |
718a6fd8 SE |
7349 | fi |
7350 | fi | |
7351 | ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO | |
7352 | if test -n "$ac_ct_LIPO"; then | |
81ecdfbb RW |
7353 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5 |
7354 | $as_echo "$ac_ct_LIPO" >&6; } | |
718a6fd8 | 7355 | else |
81ecdfbb RW |
7356 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
7357 | $as_echo "no" >&6; } | |
718a6fd8 SE |
7358 | fi |
7359 | ||
81ecdfbb RW |
7360 | if test "x$ac_ct_LIPO" = x; then |
7361 | LIPO=":" | |
7362 | else | |
7363 | case $cross_compiling:$ac_tool_warned in | |
7364 | yes:) | |
7365 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
7366 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
7367 | ac_tool_warned=yes ;; | |
7368 | esac | |
7369 | LIPO=$ac_ct_LIPO | |
7370 | fi | |
718a6fd8 SE |
7371 | else |
7372 | LIPO="$ac_cv_prog_LIPO" | |
7373 | fi | |
7374 | ||
7375 | if test -n "$ac_tool_prefix"; then | |
7376 | # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args. | |
7377 | set dummy ${ac_tool_prefix}otool; ac_word=$2 | |
81ecdfbb RW |
7378 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
7379 | $as_echo_n "checking for $ac_word... " >&6; } | |
7380 | if test "${ac_cv_prog_OTOOL+set}" = set; then : | |
7381 | $as_echo_n "(cached) " >&6 | |
718a6fd8 SE |
7382 | else |
7383 | if test -n "$OTOOL"; then | |
7384 | ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test. | |
7385 | else | |
7386 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
7387 | for as_dir in $PATH | |
7388 | do | |
7389 | IFS=$as_save_IFS | |
7390 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
7391 | for ac_exec_ext in '' $ac_executable_extensions; do |
7392 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
718a6fd8 | 7393 | ac_cv_prog_OTOOL="${ac_tool_prefix}otool" |
81ecdfbb | 7394 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
718a6fd8 SE |
7395 | break 2 |
7396 | fi | |
7397 | done | |
81ecdfbb RW |
7398 | done |
7399 | IFS=$as_save_IFS | |
718a6fd8 SE |
7400 | |
7401 | fi | |
7402 | fi | |
7403 | OTOOL=$ac_cv_prog_OTOOL | |
7404 | if test -n "$OTOOL"; then | |
81ecdfbb RW |
7405 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5 |
7406 | $as_echo "$OTOOL" >&6; } | |
718a6fd8 | 7407 | else |
81ecdfbb RW |
7408 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
7409 | $as_echo "no" >&6; } | |
718a6fd8 SE |
7410 | fi |
7411 | ||
81ecdfbb | 7412 | |
718a6fd8 SE |
7413 | fi |
7414 | if test -z "$ac_cv_prog_OTOOL"; then | |
7415 | ac_ct_OTOOL=$OTOOL | |
7416 | # Extract the first word of "otool", so it can be a program name with args. | |
7417 | set dummy otool; ac_word=$2 | |
81ecdfbb RW |
7418 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
7419 | $as_echo_n "checking for $ac_word... " >&6; } | |
7420 | if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then : | |
7421 | $as_echo_n "(cached) " >&6 | |
718a6fd8 SE |
7422 | else |
7423 | if test -n "$ac_ct_OTOOL"; then | |
7424 | ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test. | |
7425 | else | |
7426 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
7427 | for as_dir in $PATH | |
7428 | do | |
7429 | IFS=$as_save_IFS | |
7430 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
7431 | for ac_exec_ext in '' $ac_executable_extensions; do |
7432 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
718a6fd8 | 7433 | ac_cv_prog_ac_ct_OTOOL="otool" |
81ecdfbb | 7434 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
718a6fd8 SE |
7435 | break 2 |
7436 | fi | |
7437 | done | |
81ecdfbb RW |
7438 | done |
7439 | IFS=$as_save_IFS | |
718a6fd8 | 7440 | |
718a6fd8 SE |
7441 | fi |
7442 | fi | |
7443 | ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL | |
7444 | if test -n "$ac_ct_OTOOL"; then | |
81ecdfbb RW |
7445 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5 |
7446 | $as_echo "$ac_ct_OTOOL" >&6; } | |
718a6fd8 | 7447 | else |
81ecdfbb RW |
7448 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
7449 | $as_echo "no" >&6; } | |
718a6fd8 SE |
7450 | fi |
7451 | ||
81ecdfbb RW |
7452 | if test "x$ac_ct_OTOOL" = x; then |
7453 | OTOOL=":" | |
7454 | else | |
7455 | case $cross_compiling:$ac_tool_warned in | |
7456 | yes:) | |
7457 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
7458 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
7459 | ac_tool_warned=yes ;; | |
7460 | esac | |
7461 | OTOOL=$ac_ct_OTOOL | |
7462 | fi | |
718a6fd8 SE |
7463 | else |
7464 | OTOOL="$ac_cv_prog_OTOOL" | |
7465 | fi | |
7466 | ||
7467 | if test -n "$ac_tool_prefix"; then | |
7468 | # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args. | |
7469 | set dummy ${ac_tool_prefix}otool64; ac_word=$2 | |
81ecdfbb RW |
7470 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
7471 | $as_echo_n "checking for $ac_word... " >&6; } | |
7472 | if test "${ac_cv_prog_OTOOL64+set}" = set; then : | |
7473 | $as_echo_n "(cached) " >&6 | |
718a6fd8 SE |
7474 | else |
7475 | if test -n "$OTOOL64"; then | |
7476 | ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test. | |
7477 | else | |
7478 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
7479 | for as_dir in $PATH | |
7480 | do | |
7481 | IFS=$as_save_IFS | |
7482 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
7483 | for ac_exec_ext in '' $ac_executable_extensions; do |
7484 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
718a6fd8 | 7485 | ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64" |
81ecdfbb | 7486 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
718a6fd8 SE |
7487 | break 2 |
7488 | fi | |
7489 | done | |
81ecdfbb RW |
7490 | done |
7491 | IFS=$as_save_IFS | |
718a6fd8 SE |
7492 | |
7493 | fi | |
7494 | fi | |
7495 | OTOOL64=$ac_cv_prog_OTOOL64 | |
7496 | if test -n "$OTOOL64"; then | |
81ecdfbb RW |
7497 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5 |
7498 | $as_echo "$OTOOL64" >&6; } | |
718a6fd8 | 7499 | else |
81ecdfbb RW |
7500 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
7501 | $as_echo "no" >&6; } | |
718a6fd8 SE |
7502 | fi |
7503 | ||
81ecdfbb | 7504 | |
718a6fd8 SE |
7505 | fi |
7506 | if test -z "$ac_cv_prog_OTOOL64"; then | |
7507 | ac_ct_OTOOL64=$OTOOL64 | |
7508 | # Extract the first word of "otool64", so it can be a program name with args. | |
7509 | set dummy otool64; ac_word=$2 | |
81ecdfbb RW |
7510 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
7511 | $as_echo_n "checking for $ac_word... " >&6; } | |
7512 | if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then : | |
7513 | $as_echo_n "(cached) " >&6 | |
718a6fd8 SE |
7514 | else |
7515 | if test -n "$ac_ct_OTOOL64"; then | |
7516 | ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test. | |
7517 | else | |
7518 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
7519 | for as_dir in $PATH | |
7520 | do | |
7521 | IFS=$as_save_IFS | |
7522 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
7523 | for ac_exec_ext in '' $ac_executable_extensions; do |
7524 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
718a6fd8 | 7525 | ac_cv_prog_ac_ct_OTOOL64="otool64" |
81ecdfbb | 7526 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
718a6fd8 SE |
7527 | break 2 |
7528 | fi | |
7529 | done | |
81ecdfbb RW |
7530 | done |
7531 | IFS=$as_save_IFS | |
718a6fd8 | 7532 | |
718a6fd8 SE |
7533 | fi |
7534 | fi | |
7535 | ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64 | |
7536 | if test -n "$ac_ct_OTOOL64"; then | |
81ecdfbb RW |
7537 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5 |
7538 | $as_echo "$ac_ct_OTOOL64" >&6; } | |
718a6fd8 | 7539 | else |
81ecdfbb RW |
7540 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
7541 | $as_echo "no" >&6; } | |
718a6fd8 SE |
7542 | fi |
7543 | ||
81ecdfbb RW |
7544 | if test "x$ac_ct_OTOOL64" = x; then |
7545 | OTOOL64=":" | |
7546 | else | |
7547 | case $cross_compiling:$ac_tool_warned in | |
7548 | yes:) | |
7549 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
7550 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
7551 | ac_tool_warned=yes ;; | |
7552 | esac | |
7553 | OTOOL64=$ac_ct_OTOOL64 | |
7554 | fi | |
718a6fd8 SE |
7555 | else |
7556 | OTOOL64="$ac_cv_prog_OTOOL64" | |
7557 | fi | |
7558 | ||
7559 | ||
7560 | ||
7561 | ||
7562 | ||
7563 | ||
7564 | ||
7565 | ||
7566 | ||
7567 | ||
7568 | ||
7569 | ||
7570 | ||
7571 | ||
7572 | ||
7573 | ||
7574 | ||
7575 | ||
7576 | ||
7577 | ||
7578 | ||
7579 | ||
7580 | ||
7581 | ||
7582 | ||
7583 | ||
7584 | ||
81ecdfbb RW |
7585 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5 |
7586 | $as_echo_n "checking for -single_module linker flag... " >&6; } | |
7587 | if test "${lt_cv_apple_cc_single_mod+set}" = set; then : | |
7588 | $as_echo_n "(cached) " >&6 | |
718a6fd8 SE |
7589 | else |
7590 | lt_cv_apple_cc_single_mod=no | |
7591 | if test -z "${LT_MULTI_MODULE}"; then | |
7592 | # By default we will add the -single_module flag. You can override | |
7593 | # by either setting the environment variable LT_MULTI_MODULE | |
7594 | # non-empty at configure time, or by adding -multi_module to the | |
7595 | # link flags. | |
7596 | rm -rf libconftest.dylib* | |
7597 | echo "int foo(void){return 1;}" > conftest.c | |
7598 | echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ | |
7599 | -dynamiclib -Wl,-single_module conftest.c" >&5 | |
7600 | $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ | |
7601 | -dynamiclib -Wl,-single_module conftest.c 2>conftest.err | |
7602 | _lt_result=$? | |
7603 | if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then | |
7604 | lt_cv_apple_cc_single_mod=yes | |
7605 | else | |
7606 | cat conftest.err >&5 | |
7607 | fi | |
7608 | rm -rf libconftest.dylib* | |
7609 | rm -f conftest.* | |
7610 | fi | |
7611 | fi | |
81ecdfbb RW |
7612 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5 |
7613 | $as_echo "$lt_cv_apple_cc_single_mod" >&6; } | |
7614 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5 | |
7615 | $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; } | |
7616 | if test "${lt_cv_ld_exported_symbols_list+set}" = set; then : | |
7617 | $as_echo_n "(cached) " >&6 | |
718a6fd8 SE |
7618 | else |
7619 | lt_cv_ld_exported_symbols_list=no | |
7620 | save_LDFLAGS=$LDFLAGS | |
7621 | echo "_main" > conftest.sym | |
7622 | LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" | |
81ecdfbb | 7623 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
718a6fd8 SE |
7624 | /* end confdefs.h. */ |
7625 | ||
7626 | int | |
7627 | main () | |
7628 | { | |
7629 | ||
7630 | ; | |
7631 | return 0; | |
7632 | } | |
7633 | _ACEOF | |
81ecdfbb | 7634 | if ac_fn_c_try_link "$LINENO"; then : |
718a6fd8 SE |
7635 | lt_cv_ld_exported_symbols_list=yes |
7636 | else | |
81ecdfbb | 7637 | lt_cv_ld_exported_symbols_list=no |
718a6fd8 | 7638 | fi |
81ecdfbb RW |
7639 | rm -f core conftest.err conftest.$ac_objext \ |
7640 | conftest$ac_exeext conftest.$ac_ext | |
718a6fd8 SE |
7641 | LDFLAGS="$save_LDFLAGS" |
7642 | ||
7643 | fi | |
81ecdfbb RW |
7644 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5 |
7645 | $as_echo "$lt_cv_ld_exported_symbols_list" >&6; } | |
3725885a RW |
7646 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5 |
7647 | $as_echo_n "checking for -force_load linker flag... " >&6; } | |
7648 | if test "${lt_cv_ld_force_load+set}" = set; then : | |
7649 | $as_echo_n "(cached) " >&6 | |
7650 | else | |
7651 | lt_cv_ld_force_load=no | |
7652 | cat > conftest.c << _LT_EOF | |
7653 | int forced_loaded() { return 2;} | |
7654 | _LT_EOF | |
7655 | echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5 | |
7656 | $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 | |
7657 | echo "$AR cru libconftest.a conftest.o" >&5 | |
7658 | $AR cru libconftest.a conftest.o 2>&5 | |
7659 | cat > conftest.c << _LT_EOF | |
7660 | int main() { return 0;} | |
7661 | _LT_EOF | |
7662 | echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5 | |
7663 | $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err | |
7664 | _lt_result=$? | |
7665 | if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then | |
7666 | lt_cv_ld_force_load=yes | |
7667 | else | |
7668 | cat conftest.err >&5 | |
7669 | fi | |
7670 | rm -f conftest.err libconftest.a conftest conftest.c | |
7671 | rm -rf conftest.dSYM | |
7672 | ||
7673 | fi | |
7674 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5 | |
7675 | $as_echo "$lt_cv_ld_force_load" >&6; } | |
718a6fd8 SE |
7676 | case $host_os in |
7677 | rhapsody* | darwin1.[012]) | |
7678 | _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;; | |
7679 | darwin1.*) | |
7680 | _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; | |
7681 | darwin*) # darwin 5.x on | |
7682 | # if running on 10.5 or later, the deployment target defaults | |
7683 | # to the OS version, if on x86, and 10.4, the deployment | |
7684 | # target defaults to 10.4. Don't you love it? | |
7685 | case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in | |
7686 | 10.0,*86*-darwin8*|10.0,*-darwin[91]*) | |
7687 | _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; | |
7688 | 10.[012]*) | |
7689 | _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; | |
7690 | 10.*) | |
7691 | _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; | |
7692 | esac | |
7693 | ;; | |
7694 | esac | |
7695 | if test "$lt_cv_apple_cc_single_mod" = "yes"; then | |
7696 | _lt_dar_single_mod='$single_module' | |
7697 | fi | |
7698 | if test "$lt_cv_ld_exported_symbols_list" = "yes"; then | |
7699 | _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym' | |
7700 | else | |
7701 | _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}' | |
7702 | fi | |
3725885a | 7703 | if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then |
718a6fd8 SE |
7704 | _lt_dsymutil='~$DSYMUTIL $lib || :' |
7705 | else | |
7706 | _lt_dsymutil= | |
7707 | fi | |
7708 | ;; | |
7709 | esac | |
7710 | ||
718a6fd8 | 7711 | for ac_header in dlfcn.h |
81ecdfbb RW |
7712 | do : |
7713 | ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default | |
7714 | " | |
7715 | if test "x$ac_cv_header_dlfcn_h" = x""yes; then : | |
718a6fd8 | 7716 | cat >>confdefs.h <<_ACEOF |
81ecdfbb | 7717 | #define HAVE_DLFCN_H 1 |
718a6fd8 SE |
7718 | _ACEOF |
7719 | ||
7720 | fi | |
7721 | ||
7722 | done | |
7723 | ||
7724 | ||
7725 | ||
3725885a RW |
7726 | |
7727 | ||
718a6fd8 SE |
7728 | # Set options |
7729 | ||
7730 | ||
7731 | ||
7732 | enable_dlopen=no | |
7733 | ||
7734 | ||
7735 | enable_win32_dll=no | |
7736 | ||
7737 | ||
81ecdfbb RW |
7738 | # Check whether --enable-shared was given. |
7739 | if test "${enable_shared+set}" = set; then : | |
7740 | enableval=$enable_shared; p=${PACKAGE-default} | |
718a6fd8 SE |
7741 | case $enableval in |
7742 | yes) enable_shared=yes ;; | |
7743 | no) enable_shared=no ;; | |
7744 | *) | |
7745 | enable_shared=no | |
7746 | # Look at the argument we got. We use all the common list separators. | |
7747 | lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," | |
7748 | for pkg in $enableval; do | |
7749 | IFS="$lt_save_ifs" | |
7750 | if test "X$pkg" = "X$p"; then | |
7751 | enable_shared=yes | |
7752 | fi | |
7753 | done | |
7754 | IFS="$lt_save_ifs" | |
7755 | ;; | |
7756 | esac | |
7757 | else | |
7758 | enable_shared=yes | |
81ecdfbb | 7759 | fi |
718a6fd8 SE |
7760 | |
7761 | ||
7762 | ||
7763 | ||
7764 | ||
7765 | ||
7766 | ||
7767 | ||
81ecdfbb RW |
7768 | |
7769 | # Check whether --enable-static was given. | |
7770 | if test "${enable_static+set}" = set; then : | |
7771 | enableval=$enable_static; p=${PACKAGE-default} | |
718a6fd8 SE |
7772 | case $enableval in |
7773 | yes) enable_static=yes ;; | |
7774 | no) enable_static=no ;; | |
7775 | *) | |
7776 | enable_static=no | |
7777 | # Look at the argument we got. We use all the common list separators. | |
7778 | lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," | |
7779 | for pkg in $enableval; do | |
7780 | IFS="$lt_save_ifs" | |
7781 | if test "X$pkg" = "X$p"; then | |
7782 | enable_static=yes | |
7783 | fi | |
7784 | done | |
7785 | IFS="$lt_save_ifs" | |
7786 | ;; | |
7787 | esac | |
7788 | else | |
7789 | enable_static=yes | |
81ecdfbb | 7790 | fi |
718a6fd8 SE |
7791 | |
7792 | ||
7793 | ||
7794 | ||
7795 | ||
7796 | ||
7797 | ||
7798 | ||
7799 | ||
81ecdfbb RW |
7800 | |
7801 | # Check whether --with-pic was given. | |
7802 | if test "${with_pic+set}" = set; then : | |
7803 | withval=$with_pic; pic_mode="$withval" | |
718a6fd8 SE |
7804 | else |
7805 | pic_mode=default | |
81ecdfbb RW |
7806 | fi |
7807 | ||
718a6fd8 SE |
7808 | |
7809 | test -z "$pic_mode" && pic_mode=default | |
7810 | ||
7811 | ||
7812 | ||
7813 | ||
7814 | ||
7815 | ||
7816 | ||
81ecdfbb RW |
7817 | # Check whether --enable-fast-install was given. |
7818 | if test "${enable_fast_install+set}" = set; then : | |
7819 | enableval=$enable_fast_install; p=${PACKAGE-default} | |
718a6fd8 SE |
7820 | case $enableval in |
7821 | yes) enable_fast_install=yes ;; | |
7822 | no) enable_fast_install=no ;; | |
7823 | *) | |
7824 | enable_fast_install=no | |
7825 | # Look at the argument we got. We use all the common list separators. | |
7826 | lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," | |
7827 | for pkg in $enableval; do | |
7828 | IFS="$lt_save_ifs" | |
7829 | if test "X$pkg" = "X$p"; then | |
7830 | enable_fast_install=yes | |
7831 | fi | |
7832 | done | |
7833 | IFS="$lt_save_ifs" | |
7357c5b6 AM |
7834 | ;; |
7835 | esac | |
718a6fd8 SE |
7836 | else |
7837 | enable_fast_install=yes | |
81ecdfbb RW |
7838 | fi |
7839 | ||
20e95c23 | 7840 | |
20e95c23 DJ |
7841 | |
7842 | ||
42ecbf5e | 7843 | |
d7040cdb | 7844 | |
20e95c23 | 7845 | |
d7040cdb | 7846 | |
d7040cdb SE |
7847 | |
7848 | ||
7849 | ||
7850 | # This can be used to rebuild libtool when needed | |
7851 | LIBTOOL_DEPS="$ltmain" | |
7852 | ||
7853 | # Always use our own libtool. | |
7854 | LIBTOOL='$(SHELL) $(top_builddir)/libtool' | |
7855 | ||
7856 | ||
7857 | ||
7858 | ||
7859 | ||
7860 | ||
7861 | ||
7862 | ||
7863 | ||
7864 | ||
7865 | ||
7866 | ||
7867 | ||
7868 | ||
7869 | ||
7870 | ||
7871 | ||
7872 | ||
7873 | ||
7874 | ||
7875 | ||
7876 | ||
7877 | ||
3725885a | 7878 | |
d7040cdb SE |
7879 | |
7880 | ||
7881 | test -z "$LN_S" && LN_S="ln -s" | |
7882 | ||
7883 | ||
7884 | ||
7885 | ||
7886 | ||
7887 | ||
7888 | ||
7889 | ||
7890 | ||
7891 | ||
7892 | ||
7893 | ||
7894 | ||
7895 | ||
7896 | if test -n "${ZSH_VERSION+set}" ; then | |
7897 | setopt NO_GLOB_SUBST | |
7898 | fi | |
7899 | ||
81ecdfbb RW |
7900 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5 |
7901 | $as_echo_n "checking for objdir... " >&6; } | |
7902 | if test "${lt_cv_objdir+set}" = set; then : | |
7903 | $as_echo_n "(cached) " >&6 | |
20e95c23 | 7904 | else |
d7040cdb SE |
7905 | rm -f .libs 2>/dev/null |
7906 | mkdir .libs 2>/dev/null | |
7907 | if test -d .libs; then | |
7908 | lt_cv_objdir=.libs | |
42ecbf5e | 7909 | else |
d7040cdb SE |
7910 | # MS-DOS does not allow filenames that begin with a dot. |
7911 | lt_cv_objdir=_libs | |
7912 | fi | |
7913 | rmdir .libs 2>/dev/null | |
42ecbf5e | 7914 | fi |
81ecdfbb RW |
7915 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5 |
7916 | $as_echo "$lt_cv_objdir" >&6; } | |
d7040cdb | 7917 | objdir=$lt_cv_objdir |
42ecbf5e | 7918 | |
d7040cdb SE |
7919 | |
7920 | ||
7921 | ||
7922 | ||
7923 | cat >>confdefs.h <<_ACEOF | |
7924 | #define LT_OBJDIR "$lt_cv_objdir/" | |
7925 | _ACEOF | |
7926 | ||
7927 | ||
7928 | ||
7929 | ||
d7040cdb SE |
7930 | case $host_os in |
7931 | aix3*) | |
7932 | # AIX sometimes has problems with the GCC collect2 program. For some | |
7933 | # reason, if we set the COLLECT_NAMES environment variable, the problems | |
7934 | # vanish in a puff of smoke. | |
7935 | if test "X${COLLECT_NAMES+set}" != Xset; then | |
7936 | COLLECT_NAMES= | |
7937 | export COLLECT_NAMES | |
7938 | fi | |
7939 | ;; | |
7940 | esac | |
7941 | ||
d7040cdb SE |
7942 | # Global variables: |
7943 | ofile=libtool | |
7944 | can_build_shared=yes | |
7945 | ||
7946 | # All known linkers require a `.a' archive for static linking (except MSVC, | |
7947 | # which needs '.lib'). | |
7948 | libext=a | |
7949 | ||
7950 | with_gnu_ld="$lt_cv_prog_gnu_ld" | |
7951 | ||
7952 | old_CC="$CC" | |
7953 | old_CFLAGS="$CFLAGS" | |
7954 | ||
7955 | # Set sane defaults for various variables | |
7956 | test -z "$CC" && CC=cc | |
7957 | test -z "$LTCC" && LTCC=$CC | |
7958 | test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS | |
7959 | test -z "$LD" && LD=ld | |
7960 | test -z "$ac_objext" && ac_objext=o | |
7961 | ||
7962 | for cc_temp in $compiler""; do | |
7963 | case $cc_temp in | |
7964 | compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; | |
7965 | distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; | |
7966 | \-*) ;; | |
7967 | *) break;; | |
7968 | esac | |
7969 | done | |
3725885a | 7970 | cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` |
d7040cdb SE |
7971 | |
7972 | ||
7973 | # Only perform the check for file, if the check method requires it | |
7974 | test -z "$MAGIC_CMD" && MAGIC_CMD=file | |
7975 | case $deplibs_check_method in | |
7976 | file_magic*) | |
7977 | if test "$file_magic_cmd" = '$MAGIC_CMD'; then | |
81ecdfbb RW |
7978 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5 |
7979 | $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; } | |
7980 | if test "${lt_cv_path_MAGIC_CMD+set}" = set; then : | |
7981 | $as_echo_n "(cached) " >&6 | |
42ecbf5e | 7982 | else |
d7040cdb SE |
7983 | case $MAGIC_CMD in |
7984 | [\\/*] | ?:[\\/]*) | |
7985 | lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. | |
20e95c23 | 7986 | ;; |
d7040cdb SE |
7987 | *) |
7988 | lt_save_MAGIC_CMD="$MAGIC_CMD" | |
7989 | lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR | |
7990 | ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" | |
7991 | for ac_dir in $ac_dummy; do | |
7992 | IFS="$lt_save_ifs" | |
7993 | test -z "$ac_dir" && ac_dir=. | |
7994 | if test -f $ac_dir/${ac_tool_prefix}file; then | |
7995 | lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file" | |
7996 | if test -n "$file_magic_test_file"; then | |
7997 | case $deplibs_check_method in | |
7998 | "file_magic "*) | |
7999 | file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` | |
8000 | MAGIC_CMD="$lt_cv_path_MAGIC_CMD" | |
8001 | if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | | |
8002 | $EGREP "$file_magic_regex" > /dev/null; then | |
8003 | : | |
8004 | else | |
8005 | cat <<_LT_EOF 1>&2 | |
42ecbf5e | 8006 | |
d7040cdb SE |
8007 | *** Warning: the command libtool uses to detect shared libraries, |
8008 | *** $file_magic_cmd, produces output that libtool cannot recognize. | |
8009 | *** The result is that libtool may fail to recognize shared libraries | |
8010 | *** as such. This will affect the creation of libtool libraries that | |
8011 | *** depend on shared libraries, but programs linked with such libtool | |
8012 | *** libraries will work regardless of this problem. Nevertheless, you | |
8013 | *** may want to report the problem to your system manager and/or to | |
8014 | *** bug-libtool@gnu.org | |
8015 | ||
8016 | _LT_EOF | |
8017 | fi ;; | |
8018 | esac | |
8019 | fi | |
8020 | break | |
8021 | fi | |
8022 | done | |
8023 | IFS="$lt_save_ifs" | |
8024 | MAGIC_CMD="$lt_save_MAGIC_CMD" | |
20e95c23 DJ |
8025 | ;; |
8026 | esac | |
42ecbf5e | 8027 | fi |
20e95c23 | 8028 | |
d7040cdb SE |
8029 | MAGIC_CMD="$lt_cv_path_MAGIC_CMD" |
8030 | if test -n "$MAGIC_CMD"; then | |
81ecdfbb RW |
8031 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 |
8032 | $as_echo "$MAGIC_CMD" >&6; } | |
42ecbf5e | 8033 | else |
81ecdfbb RW |
8034 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
8035 | $as_echo "no" >&6; } | |
42ecbf5e DJ |
8036 | fi |
8037 | ||
20e95c23 DJ |
8038 | |
8039 | ||
42ecbf5e | 8040 | |
20e95c23 | 8041 | |
d7040cdb SE |
8042 | if test -z "$lt_cv_path_MAGIC_CMD"; then |
8043 | if test -n "$ac_tool_prefix"; then | |
81ecdfbb RW |
8044 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5 |
8045 | $as_echo_n "checking for file... " >&6; } | |
8046 | if test "${lt_cv_path_MAGIC_CMD+set}" = set; then : | |
8047 | $as_echo_n "(cached) " >&6 | |
42ecbf5e | 8048 | else |
d7040cdb SE |
8049 | case $MAGIC_CMD in |
8050 | [\\/*] | ?:[\\/]*) | |
8051 | lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. | |
8052 | ;; | |
8053 | *) | |
8054 | lt_save_MAGIC_CMD="$MAGIC_CMD" | |
8055 | lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR | |
8056 | ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" | |
8057 | for ac_dir in $ac_dummy; do | |
8058 | IFS="$lt_save_ifs" | |
8059 | test -z "$ac_dir" && ac_dir=. | |
8060 | if test -f $ac_dir/file; then | |
8061 | lt_cv_path_MAGIC_CMD="$ac_dir/file" | |
8062 | if test -n "$file_magic_test_file"; then | |
8063 | case $deplibs_check_method in | |
8064 | "file_magic "*) | |
8065 | file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` | |
8066 | MAGIC_CMD="$lt_cv_path_MAGIC_CMD" | |
8067 | if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | | |
8068 | $EGREP "$file_magic_regex" > /dev/null; then | |
8069 | : | |
8070 | else | |
8071 | cat <<_LT_EOF 1>&2 | |
8072 | ||
8073 | *** Warning: the command libtool uses to detect shared libraries, | |
8074 | *** $file_magic_cmd, produces output that libtool cannot recognize. | |
8075 | *** The result is that libtool may fail to recognize shared libraries | |
8076 | *** as such. This will affect the creation of libtool libraries that | |
8077 | *** depend on shared libraries, but programs linked with such libtool | |
8078 | *** libraries will work regardless of this problem. Nevertheless, you | |
8079 | *** may want to report the problem to your system manager and/or to | |
8080 | *** bug-libtool@gnu.org | |
8081 | ||
8082 | _LT_EOF | |
8083 | fi ;; | |
8084 | esac | |
8085 | fi | |
8086 | break | |
8087 | fi | |
8088 | done | |
8089 | IFS="$lt_save_ifs" | |
8090 | MAGIC_CMD="$lt_save_MAGIC_CMD" | |
8091 | ;; | |
20e95c23 DJ |
8092 | esac |
8093 | fi | |
d7040cdb SE |
8094 | |
8095 | MAGIC_CMD="$lt_cv_path_MAGIC_CMD" | |
8096 | if test -n "$MAGIC_CMD"; then | |
81ecdfbb RW |
8097 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 |
8098 | $as_echo "$MAGIC_CMD" >&6; } | |
20e95c23 | 8099 | else |
81ecdfbb RW |
8100 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
8101 | $as_echo "no" >&6; } | |
20e95c23 DJ |
8102 | fi |
8103 | ||
20e95c23 | 8104 | |
42ecbf5e | 8105 | else |
d7040cdb | 8106 | MAGIC_CMD=: |
42ecbf5e | 8107 | fi |
42ecbf5e | 8108 | fi |
42ecbf5e | 8109 | |
20e95c23 | 8110 | fi |
d7040cdb SE |
8111 | ;; |
8112 | esac | |
42ecbf5e | 8113 | |
d7040cdb | 8114 | # Use C for the default configuration in the libtool script |
42ecbf5e | 8115 | |
d7040cdb SE |
8116 | lt_save_CC="$CC" |
8117 | ac_ext=c | |
8118 | ac_cpp='$CPP $CPPFLAGS' | |
8119 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
8120 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
8121 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
42ecbf5e | 8122 | |
42ecbf5e | 8123 | |
d7040cdb SE |
8124 | # Source file extension for C test sources. |
8125 | ac_ext=c | |
42ecbf5e | 8126 | |
d7040cdb SE |
8127 | # Object file extension for compiled C test sources. |
8128 | objext=o | |
8129 | objext=$objext | |
42ecbf5e | 8130 | |
d7040cdb SE |
8131 | # Code to be used in simple compile tests |
8132 | lt_simple_compile_test_code="int some_variable = 0;" | |
42ecbf5e | 8133 | |
d7040cdb SE |
8134 | # Code to be used in simple link tests |
8135 | lt_simple_link_test_code='int main(){return(0);}' | |
42ecbf5e | 8136 | |
ac48eca1 | 8137 | |
42ecbf5e | 8138 | |
42ecbf5e | 8139 | |
d5fbea21 | 8140 | |
d5fbea21 DJ |
8141 | |
8142 | ||
d7040cdb SE |
8143 | # If no C compiler was specified, use CC. |
8144 | LTCC=${LTCC-"$CC"} | |
20e95c23 | 8145 | |
d7040cdb SE |
8146 | # If no C compiler flags were specified, use CFLAGS. |
8147 | LTCFLAGS=${LTCFLAGS-"$CFLAGS"} | |
42ecbf5e | 8148 | |
d7040cdb SE |
8149 | # Allow CC to be a program name with arguments. |
8150 | compiler=$CC | |
252b5132 | 8151 | |
d7040cdb SE |
8152 | # Save the default compiler, since it gets overwritten when the other |
8153 | # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP. | |
8154 | compiler_DEFAULT=$CC | |
42ecbf5e | 8155 | |
d7040cdb SE |
8156 | # save warnings/boilerplate of simple test code |
8157 | ac_outfile=conftest.$ac_objext | |
8158 | echo "$lt_simple_compile_test_code" >conftest.$ac_ext | |
8159 | eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err | |
8160 | _lt_compiler_boilerplate=`cat conftest.err` | |
8161 | $RM conftest* | |
252b5132 | 8162 | |
d7040cdb SE |
8163 | ac_outfile=conftest.$ac_objext |
8164 | echo "$lt_simple_link_test_code" >conftest.$ac_ext | |
8165 | eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err | |
8166 | _lt_linker_boilerplate=`cat conftest.err` | |
718a6fd8 | 8167 | $RM -r conftest* |
252b5132 | 8168 | |
42ecbf5e | 8169 | |
d7040cdb SE |
8170 | ## CAVEAT EMPTOR: |
8171 | ## There is no encapsulation within the following macros, do not change | |
8172 | ## the running order or otherwise move them around unless you know exactly | |
8173 | ## what you are doing... | |
8174 | if test -n "$compiler"; then | |
252b5132 | 8175 | |
d7040cdb | 8176 | lt_prog_compiler_no_builtin_flag= |
252b5132 | 8177 | |
d7040cdb | 8178 | if test "$GCC" = yes; then |
3725885a RW |
8179 | case $cc_basename in |
8180 | nvcc*) | |
8181 | lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;; | |
8182 | *) | |
8183 | lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;; | |
8184 | esac | |
d15b04bd | 8185 | |
81ecdfbb RW |
8186 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 |
8187 | $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; } | |
8188 | if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then : | |
8189 | $as_echo_n "(cached) " >&6 | |
252b5132 | 8190 | else |
d7040cdb SE |
8191 | lt_cv_prog_compiler_rtti_exceptions=no |
8192 | ac_outfile=conftest.$ac_objext | |
8193 | echo "$lt_simple_compile_test_code" > conftest.$ac_ext | |
8194 | lt_compiler_flag="-fno-rtti -fno-exceptions" | |
8195 | # Insert the option either (1) after the last *FLAGS variable, or | |
8196 | # (2) before a word containing "conftest.", or (3) at the end. | |
8197 | # Note that $ac_compile itself does not contain backslashes and begins | |
8198 | # with a dollar sign (not a hyphen), so the echo should work correctly. | |
8199 | # The option is referenced via a variable to avoid confusing sed. | |
8200 | lt_compile=`echo "$ac_compile" | $SED \ | |
8201 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | |
8202 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | |
8203 | -e 's:$: $lt_compiler_flag:'` | |
3725885a | 8204 | (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) |
d7040cdb SE |
8205 | (eval "$lt_compile" 2>conftest.err) |
8206 | ac_status=$? | |
8207 | cat conftest.err >&5 | |
3725885a | 8208 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
d7040cdb SE |
8209 | if (exit $ac_status) && test -s "$ac_outfile"; then |
8210 | # The compiler can only warn and ignore the option if not recognized | |
8211 | # So say no if there are warnings other than the usual output. | |
3725885a | 8212 | $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp |
d7040cdb SE |
8213 | $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 |
8214 | if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then | |
8215 | lt_cv_prog_compiler_rtti_exceptions=yes | |
8216 | fi | |
8217 | fi | |
8218 | $RM conftest* | |
42ecbf5e | 8219 | |
252b5132 | 8220 | fi |
81ecdfbb RW |
8221 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 |
8222 | $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; } | |
d7040cdb SE |
8223 | |
8224 | if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then | |
8225 | lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions" | |
20e95c23 | 8226 | else |
d7040cdb | 8227 | : |
252b5132 | 8228 | fi |
252b5132 RH |
8229 | |
8230 | fi | |
d7040cdb SE |
8231 | |
8232 | ||
8233 | ||
8234 | ||
8235 | ||
8236 | ||
8237 | lt_prog_compiler_wl= | |
8238 | lt_prog_compiler_pic= | |
8239 | lt_prog_compiler_static= | |
8240 | ||
81ecdfbb RW |
8241 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5 |
8242 | $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | |
d7040cdb SE |
8243 | |
8244 | if test "$GCC" = yes; then | |
8245 | lt_prog_compiler_wl='-Wl,' | |
8246 | lt_prog_compiler_static='-static' | |
8247 | ||
8248 | case $host_os in | |
8249 | aix*) | |
8250 | # All AIX code is PIC. | |
8251 | if test "$host_cpu" = ia64; then | |
8252 | # AIX 5 now supports IA64 processor | |
8253 | lt_prog_compiler_static='-Bstatic' | |
8254 | fi | |
8255 | ;; | |
8256 | ||
8257 | amigaos*) | |
718a6fd8 SE |
8258 | case $host_cpu in |
8259 | powerpc) | |
8260 | # see comment about AmigaOS4 .so support | |
8261 | lt_prog_compiler_pic='-fPIC' | |
8262 | ;; | |
8263 | m68k) | |
8264 | # FIXME: we need at least 68020 code to build shared libraries, but | |
8265 | # adding the `-m68020' flag to GCC prevents building anything better, | |
8266 | # like `-m68040'. | |
8267 | lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4' | |
8268 | ;; | |
8269 | esac | |
d7040cdb SE |
8270 | ;; |
8271 | ||
8272 | beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) | |
8273 | # PIC is the default for these OSes. | |
8274 | ;; | |
8275 | ||
718a6fd8 | 8276 | mingw* | cygwin* | pw32* | os2* | cegcc*) |
d7040cdb SE |
8277 | # This hack is so that the source file can tell whether it is being |
8278 | # built for inclusion in a dll (and should export symbols for example). | |
8279 | # Although the cygwin gcc ignores -fPIC, still need this for old-style | |
8280 | # (--disable-auto-import) libraries | |
8281 | lt_prog_compiler_pic='-DDLL_EXPORT' | |
8282 | ;; | |
8283 | ||
8284 | darwin* | rhapsody*) | |
8285 | # PIC is the default on this platform | |
8286 | # Common symbols not allowed in MH_DYLIB files | |
8287 | lt_prog_compiler_pic='-fno-common' | |
8288 | ;; | |
8289 | ||
3725885a RW |
8290 | haiku*) |
8291 | # PIC is the default for Haiku. | |
8292 | # The "-static" flag exists, but is broken. | |
8293 | lt_prog_compiler_static= | |
8294 | ;; | |
8295 | ||
d7040cdb | 8296 | hpux*) |
718a6fd8 SE |
8297 | # PIC is the default for 64-bit PA HP-UX, but not for 32-bit |
8298 | # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag | |
8299 | # sets the default TLS model and affects inlining. | |
d7040cdb | 8300 | case $host_cpu in |
718a6fd8 | 8301 | hppa*64*) |
d7040cdb SE |
8302 | # +Z the default |
8303 | ;; | |
8304 | *) | |
8305 | lt_prog_compiler_pic='-fPIC' | |
8306 | ;; | |
8307 | esac | |
8308 | ;; | |
8309 | ||
8310 | interix[3-9]*) | |
8311 | # Interix 3.x gcc -fpic/-fPIC options generate broken code. | |
8312 | # Instead, we relocate shared libraries at runtime. | |
8313 | ;; | |
8314 | ||
8315 | msdosdjgpp*) | |
8316 | # Just because we use GCC doesn't mean we suddenly get shared libraries | |
8317 | # on systems that don't support them. | |
8318 | lt_prog_compiler_can_build_shared=no | |
8319 | enable_shared=no | |
8320 | ;; | |
8321 | ||
8322 | *nto* | *qnx*) | |
8323 | # QNX uses GNU C++, but need to define -shared option too, otherwise | |
8324 | # it will coredump. | |
8325 | lt_prog_compiler_pic='-fPIC -shared' | |
8326 | ;; | |
8327 | ||
8328 | sysv4*MP*) | |
8329 | if test -d /usr/nec; then | |
8330 | lt_prog_compiler_pic=-Kconform_pic | |
8331 | fi | |
8332 | ;; | |
8333 | ||
8334 | *) | |
8335 | lt_prog_compiler_pic='-fPIC' | |
8336 | ;; | |
8337 | esac | |
3725885a RW |
8338 | |
8339 | case $cc_basename in | |
8340 | nvcc*) # Cuda Compiler Driver 2.2 | |
8341 | lt_prog_compiler_wl='-Xlinker ' | |
8342 | lt_prog_compiler_pic='-Xcompiler -fPIC' | |
8343 | ;; | |
8344 | esac | |
d7040cdb SE |
8345 | else |
8346 | # PORTME Check for flag to pass linker flags through the system compiler. | |
8347 | case $host_os in | |
8348 | aix*) | |
8349 | lt_prog_compiler_wl='-Wl,' | |
8350 | if test "$host_cpu" = ia64; then | |
8351 | # AIX 5 now supports IA64 processor | |
8352 | lt_prog_compiler_static='-Bstatic' | |
8353 | else | |
8354 | lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp' | |
8355 | fi | |
8356 | ;; | |
d7040cdb | 8357 | |
718a6fd8 | 8358 | mingw* | cygwin* | pw32* | os2* | cegcc*) |
d7040cdb SE |
8359 | # This hack is so that the source file can tell whether it is being |
8360 | # built for inclusion in a dll (and should export symbols for example). | |
8361 | lt_prog_compiler_pic='-DDLL_EXPORT' | |
8362 | ;; | |
8363 | ||
8364 | hpux9* | hpux10* | hpux11*) | |
8365 | lt_prog_compiler_wl='-Wl,' | |
8366 | # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but | |
8367 | # not for PA HP-UX. | |
8368 | case $host_cpu in | |
8369 | hppa*64*|ia64*) | |
8370 | # +Z the default | |
8371 | ;; | |
8372 | *) | |
8373 | lt_prog_compiler_pic='+Z' | |
8374 | ;; | |
8375 | esac | |
8376 | # Is there a better lt_prog_compiler_static that works with the bundled CC? | |
8377 | lt_prog_compiler_static='${wl}-a ${wl}archive' | |
8378 | ;; | |
8379 | ||
8380 | irix5* | irix6* | nonstopux*) | |
8381 | lt_prog_compiler_wl='-Wl,' | |
8382 | # PIC (with -KPIC) is the default. | |
8383 | lt_prog_compiler_static='-non_shared' | |
8384 | ;; | |
8385 | ||
58e24671 | 8386 | linux* | k*bsd*-gnu | kopensolaris*-gnu) |
d7040cdb | 8387 | case $cc_basename in |
718a6fd8 SE |
8388 | # old Intel for x86_64 which still supported -KPIC. |
8389 | ecc*) | |
d7040cdb SE |
8390 | lt_prog_compiler_wl='-Wl,' |
8391 | lt_prog_compiler_pic='-KPIC' | |
8392 | lt_prog_compiler_static='-static' | |
8393 | ;; | |
718a6fd8 SE |
8394 | # icc used to be incompatible with GCC. |
8395 | # ICC 10 doesn't accept -KPIC any more. | |
8396 | icc* | ifort*) | |
8397 | lt_prog_compiler_wl='-Wl,' | |
8398 | lt_prog_compiler_pic='-fPIC' | |
8399 | lt_prog_compiler_static='-static' | |
8400 | ;; | |
8401 | # Lahey Fortran 8.1. | |
8402 | lf95*) | |
8403 | lt_prog_compiler_wl='-Wl,' | |
8404 | lt_prog_compiler_pic='--shared' | |
8405 | lt_prog_compiler_static='--static' | |
8406 | ;; | |
3725885a | 8407 | pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) |
d7040cdb SE |
8408 | # Portland Group compilers (*not* the Pentium gcc compiler, |
8409 | # which looks to be a dead project) | |
8410 | lt_prog_compiler_wl='-Wl,' | |
8411 | lt_prog_compiler_pic='-fpic' | |
8412 | lt_prog_compiler_static='-Bstatic' | |
8413 | ;; | |
8414 | ccc*) | |
8415 | lt_prog_compiler_wl='-Wl,' | |
8416 | # All Alpha code is PIC. | |
8417 | lt_prog_compiler_static='-non_shared' | |
8418 | ;; | |
3725885a RW |
8419 | xl* | bgxl* | bgf* | mpixl*) |
8420 | # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene | |
718a6fd8 SE |
8421 | lt_prog_compiler_wl='-Wl,' |
8422 | lt_prog_compiler_pic='-qpic' | |
8423 | lt_prog_compiler_static='-qstaticlink' | |
8424 | ;; | |
d7040cdb SE |
8425 | *) |
8426 | case `$CC -V 2>&1 | sed 5q` in | |
3725885a RW |
8427 | *Sun\ F* | *Sun*Fortran*) |
8428 | # Sun Fortran 8.3 passes all unrecognized flags to the linker | |
d7040cdb SE |
8429 | lt_prog_compiler_pic='-KPIC' |
8430 | lt_prog_compiler_static='-Bstatic' | |
3725885a | 8431 | lt_prog_compiler_wl='' |
d7040cdb | 8432 | ;; |
3725885a RW |
8433 | *Sun\ C*) |
8434 | # Sun C 5.9 | |
d7040cdb SE |
8435 | lt_prog_compiler_pic='-KPIC' |
8436 | lt_prog_compiler_static='-Bstatic' | |
3725885a | 8437 | lt_prog_compiler_wl='-Wl,' |
d7040cdb SE |
8438 | ;; |
8439 | esac | |
8440 | ;; | |
8441 | esac | |
8442 | ;; | |
8443 | ||
8444 | newsos6) | |
8445 | lt_prog_compiler_pic='-KPIC' | |
8446 | lt_prog_compiler_static='-Bstatic' | |
8447 | ;; | |
8448 | ||
8449 | *nto* | *qnx*) | |
8450 | # QNX uses GNU C++, but need to define -shared option too, otherwise | |
8451 | # it will coredump. | |
8452 | lt_prog_compiler_pic='-fPIC -shared' | |
8453 | ;; | |
8454 | ||
8455 | osf3* | osf4* | osf5*) | |
8456 | lt_prog_compiler_wl='-Wl,' | |
8457 | # All OSF/1 code is PIC. | |
8458 | lt_prog_compiler_static='-non_shared' | |
8459 | ;; | |
8460 | ||
8461 | rdos*) | |
8462 | lt_prog_compiler_static='-non_shared' | |
8463 | ;; | |
8464 | ||
8465 | solaris*) | |
8466 | lt_prog_compiler_pic='-KPIC' | |
8467 | lt_prog_compiler_static='-Bstatic' | |
8468 | case $cc_basename in | |
8469 | f77* | f90* | f95*) | |
8470 | lt_prog_compiler_wl='-Qoption ld ';; | |
8471 | *) | |
8472 | lt_prog_compiler_wl='-Wl,';; | |
8473 | esac | |
8474 | ;; | |
8475 | ||
8476 | sunos4*) | |
8477 | lt_prog_compiler_wl='-Qoption ld ' | |
8478 | lt_prog_compiler_pic='-PIC' | |
8479 | lt_prog_compiler_static='-Bstatic' | |
8480 | ;; | |
8481 | ||
8482 | sysv4 | sysv4.2uw2* | sysv4.3*) | |
8483 | lt_prog_compiler_wl='-Wl,' | |
8484 | lt_prog_compiler_pic='-KPIC' | |
8485 | lt_prog_compiler_static='-Bstatic' | |
8486 | ;; | |
8487 | ||
8488 | sysv4*MP*) | |
8489 | if test -d /usr/nec ;then | |
8490 | lt_prog_compiler_pic='-Kconform_pic' | |
8491 | lt_prog_compiler_static='-Bstatic' | |
8492 | fi | |
8493 | ;; | |
8494 | ||
8495 | sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) | |
8496 | lt_prog_compiler_wl='-Wl,' | |
8497 | lt_prog_compiler_pic='-KPIC' | |
8498 | lt_prog_compiler_static='-Bstatic' | |
8499 | ;; | |
8500 | ||
8501 | unicos*) | |
8502 | lt_prog_compiler_wl='-Wl,' | |
8503 | lt_prog_compiler_can_build_shared=no | |
8504 | ;; | |
8505 | ||
8506 | uts4*) | |
8507 | lt_prog_compiler_pic='-pic' | |
8508 | lt_prog_compiler_static='-Bstatic' | |
8509 | ;; | |
8510 | ||
8511 | *) | |
8512 | lt_prog_compiler_can_build_shared=no | |
8513 | ;; | |
8514 | esac | |
8515 | fi | |
8516 | ||
8517 | case $host_os in | |
8518 | # For platforms which do not support PIC, -DPIC is meaningless: | |
8519 | *djgpp*) | |
8520 | lt_prog_compiler_pic= | |
8521 | ;; | |
8522 | *) | |
8523 | lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" | |
8524 | ;; | |
8525 | esac | |
81ecdfbb RW |
8526 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5 |
8527 | $as_echo "$lt_prog_compiler_pic" >&6; } | |
d7040cdb SE |
8528 | |
8529 | ||
8530 | ||
8531 | ||
8532 | ||
8533 | ||
8534 | # | |
8535 | # Check to make sure the PIC flag actually works. | |
8536 | # | |
8537 | if test -n "$lt_prog_compiler_pic"; then | |
81ecdfbb RW |
8538 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 |
8539 | $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; } | |
8540 | if test "${lt_cv_prog_compiler_pic_works+set}" = set; then : | |
8541 | $as_echo_n "(cached) " >&6 | |
42ecbf5e | 8542 | else |
718a6fd8 | 8543 | lt_cv_prog_compiler_pic_works=no |
d7040cdb SE |
8544 | ac_outfile=conftest.$ac_objext |
8545 | echo "$lt_simple_compile_test_code" > conftest.$ac_ext | |
8546 | lt_compiler_flag="$lt_prog_compiler_pic -DPIC" | |
8547 | # Insert the option either (1) after the last *FLAGS variable, or | |
8548 | # (2) before a word containing "conftest.", or (3) at the end. | |
8549 | # Note that $ac_compile itself does not contain backslashes and begins | |
8550 | # with a dollar sign (not a hyphen), so the echo should work correctly. | |
8551 | # The option is referenced via a variable to avoid confusing sed. | |
8552 | lt_compile=`echo "$ac_compile" | $SED \ | |
8553 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | |
8554 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | |
8555 | -e 's:$: $lt_compiler_flag:'` | |
3725885a | 8556 | (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) |
d7040cdb SE |
8557 | (eval "$lt_compile" 2>conftest.err) |
8558 | ac_status=$? | |
8559 | cat conftest.err >&5 | |
3725885a | 8560 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
d7040cdb SE |
8561 | if (exit $ac_status) && test -s "$ac_outfile"; then |
8562 | # The compiler can only warn and ignore the option if not recognized | |
8563 | # So say no if there are warnings other than the usual output. | |
3725885a | 8564 | $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp |
d7040cdb SE |
8565 | $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 |
8566 | if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then | |
718a6fd8 | 8567 | lt_cv_prog_compiler_pic_works=yes |
d7040cdb SE |
8568 | fi |
8569 | fi | |
8570 | $RM conftest* | |
42ecbf5e | 8571 | |
252b5132 | 8572 | fi |
81ecdfbb RW |
8573 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5 |
8574 | $as_echo "$lt_cv_prog_compiler_pic_works" >&6; } | |
d7040cdb | 8575 | |
718a6fd8 | 8576 | if test x"$lt_cv_prog_compiler_pic_works" = xyes; then |
d7040cdb SE |
8577 | case $lt_prog_compiler_pic in |
8578 | "" | " "*) ;; | |
8579 | *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;; | |
8580 | esac | |
252b5132 | 8581 | else |
d7040cdb SE |
8582 | lt_prog_compiler_pic= |
8583 | lt_prog_compiler_can_build_shared=no | |
252b5132 | 8584 | fi |
252b5132 RH |
8585 | |
8586 | fi | |
42ecbf5e | 8587 | |
d7040cdb SE |
8588 | |
8589 | ||
8590 | ||
8591 | ||
8592 | ||
8593 | # | |
8594 | # Check to make sure the static flag actually works. | |
8595 | # | |
8596 | wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\" | |
81ecdfbb RW |
8597 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5 |
8598 | $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } | |
8599 | if test "${lt_cv_prog_compiler_static_works+set}" = set; then : | |
8600 | $as_echo_n "(cached) " >&6 | |
42ecbf5e | 8601 | else |
718a6fd8 | 8602 | lt_cv_prog_compiler_static_works=no |
d7040cdb SE |
8603 | save_LDFLAGS="$LDFLAGS" |
8604 | LDFLAGS="$LDFLAGS $lt_tmp_static_flag" | |
8605 | echo "$lt_simple_link_test_code" > conftest.$ac_ext | |
8606 | if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then | |
8607 | # The linker can only warn and ignore the option if not recognized | |
8608 | # So say no if there are warnings | |
8609 | if test -s conftest.err; then | |
8610 | # Append any errors to the config.log. | |
8611 | cat conftest.err 1>&5 | |
3725885a | 8612 | $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp |
d7040cdb SE |
8613 | $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 |
8614 | if diff conftest.exp conftest.er2 >/dev/null; then | |
718a6fd8 | 8615 | lt_cv_prog_compiler_static_works=yes |
d7040cdb SE |
8616 | fi |
8617 | else | |
718a6fd8 | 8618 | lt_cv_prog_compiler_static_works=yes |
d7040cdb SE |
8619 | fi |
8620 | fi | |
718a6fd8 | 8621 | $RM -r conftest* |
d7040cdb | 8622 | LDFLAGS="$save_LDFLAGS" |
42ecbf5e | 8623 | |
42ecbf5e | 8624 | fi |
81ecdfbb RW |
8625 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5 |
8626 | $as_echo "$lt_cv_prog_compiler_static_works" >&6; } | |
d7040cdb | 8627 | |
718a6fd8 | 8628 | if test x"$lt_cv_prog_compiler_static_works" = xyes; then |
d7040cdb SE |
8629 | : |
8630 | else | |
8631 | lt_prog_compiler_static= | |
42ecbf5e | 8632 | fi |
42ecbf5e | 8633 | |
252b5132 | 8634 | |
252b5132 | 8635 | |
42ecbf5e | 8636 | |
252b5132 | 8637 | |
20e95c23 | 8638 | |
d7040cdb | 8639 | |
81ecdfbb RW |
8640 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 |
8641 | $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } | |
8642 | if test "${lt_cv_prog_compiler_c_o+set}" = set; then : | |
8643 | $as_echo_n "(cached) " >&6 | |
252b5132 | 8644 | else |
d7040cdb SE |
8645 | lt_cv_prog_compiler_c_o=no |
8646 | $RM -r conftest 2>/dev/null | |
8647 | mkdir conftest | |
8648 | cd conftest | |
8649 | mkdir out | |
8650 | echo "$lt_simple_compile_test_code" > conftest.$ac_ext | |
8651 | ||
8652 | lt_compiler_flag="-o out/conftest2.$ac_objext" | |
8653 | # Insert the option either (1) after the last *FLAGS variable, or | |
8654 | # (2) before a word containing "conftest.", or (3) at the end. | |
8655 | # Note that $ac_compile itself does not contain backslashes and begins | |
8656 | # with a dollar sign (not a hyphen), so the echo should work correctly. | |
8657 | lt_compile=`echo "$ac_compile" | $SED \ | |
8658 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | |
8659 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | |
8660 | -e 's:$: $lt_compiler_flag:'` | |
3725885a | 8661 | (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) |
d7040cdb SE |
8662 | (eval "$lt_compile" 2>out/conftest.err) |
8663 | ac_status=$? | |
8664 | cat out/conftest.err >&5 | |
3725885a | 8665 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
d7040cdb SE |
8666 | if (exit $ac_status) && test -s out/conftest2.$ac_objext |
8667 | then | |
8668 | # The compiler can only warn and ignore the option if not recognized | |
8669 | # So say no if there are warnings | |
3725885a | 8670 | $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp |
d7040cdb SE |
8671 | $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 |
8672 | if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then | |
8673 | lt_cv_prog_compiler_c_o=yes | |
8674 | fi | |
8675 | fi | |
8676 | chmod u+w . 2>&5 | |
8677 | $RM conftest* | |
8678 | # SGI C++ compiler will create directory out/ii_files/ for | |
8679 | # template instantiation | |
8680 | test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files | |
8681 | $RM out/* && rmdir out | |
8682 | cd .. | |
8683 | $RM -r conftest | |
8684 | $RM conftest* | |
8685 | ||
252b5132 | 8686 | fi |
81ecdfbb RW |
8687 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 |
8688 | $as_echo "$lt_cv_prog_compiler_c_o" >&6; } | |
42ecbf5e | 8689 | |
20e95c23 | 8690 | |
20e95c23 DJ |
8691 | |
8692 | ||
d7040cdb SE |
8693 | |
8694 | ||
81ecdfbb RW |
8695 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 |
8696 | $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } | |
8697 | if test "${lt_cv_prog_compiler_c_o+set}" = set; then : | |
8698 | $as_echo_n "(cached) " >&6 | |
42ecbf5e | 8699 | else |
d7040cdb SE |
8700 | lt_cv_prog_compiler_c_o=no |
8701 | $RM -r conftest 2>/dev/null | |
8702 | mkdir conftest | |
8703 | cd conftest | |
8704 | mkdir out | |
8705 | echo "$lt_simple_compile_test_code" > conftest.$ac_ext | |
8706 | ||
8707 | lt_compiler_flag="-o out/conftest2.$ac_objext" | |
8708 | # Insert the option either (1) after the last *FLAGS variable, or | |
8709 | # (2) before a word containing "conftest.", or (3) at the end. | |
8710 | # Note that $ac_compile itself does not contain backslashes and begins | |
8711 | # with a dollar sign (not a hyphen), so the echo should work correctly. | |
8712 | lt_compile=`echo "$ac_compile" | $SED \ | |
8713 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | |
8714 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | |
8715 | -e 's:$: $lt_compiler_flag:'` | |
3725885a | 8716 | (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) |
d7040cdb SE |
8717 | (eval "$lt_compile" 2>out/conftest.err) |
8718 | ac_status=$? | |
8719 | cat out/conftest.err >&5 | |
3725885a | 8720 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
d7040cdb SE |
8721 | if (exit $ac_status) && test -s out/conftest2.$ac_objext |
8722 | then | |
8723 | # The compiler can only warn and ignore the option if not recognized | |
8724 | # So say no if there are warnings | |
3725885a | 8725 | $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp |
d7040cdb SE |
8726 | $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 |
8727 | if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then | |
8728 | lt_cv_prog_compiler_c_o=yes | |
8729 | fi | |
8730 | fi | |
8731 | chmod u+w . 2>&5 | |
8732 | $RM conftest* | |
8733 | # SGI C++ compiler will create directory out/ii_files/ for | |
8734 | # template instantiation | |
8735 | test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files | |
8736 | $RM out/* && rmdir out | |
8737 | cd .. | |
8738 | $RM -r conftest | |
8739 | $RM conftest* | |
8740 | ||
8741 | fi | |
81ecdfbb RW |
8742 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 |
8743 | $as_echo "$lt_cv_prog_compiler_c_o" >&6; } | |
d7040cdb SE |
8744 | |
8745 | ||
8746 | ||
8747 | ||
8748 | hard_links="nottested" | |
8749 | if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then | |
8750 | # do not overwrite the value of need_locks provided by the user | |
81ecdfbb RW |
8751 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5 |
8752 | $as_echo_n "checking if we can lock with hard links... " >&6; } | |
d7040cdb SE |
8753 | hard_links=yes |
8754 | $RM conftest* | |
8755 | ln conftest.a conftest.b 2>/dev/null && hard_links=no | |
8756 | touch conftest.a | |
8757 | ln conftest.a conftest.b 2>&5 || hard_links=no | |
8758 | ln conftest.a conftest.b 2>/dev/null && hard_links=no | |
81ecdfbb RW |
8759 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5 |
8760 | $as_echo "$hard_links" >&6; } | |
d7040cdb | 8761 | if test "$hard_links" = no; then |
81ecdfbb RW |
8762 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 |
8763 | $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} | |
d7040cdb SE |
8764 | need_locks=warn |
8765 | fi | |
8766 | else | |
8767 | need_locks=no | |
8768 | fi | |
8769 | ||
8770 | ||
8771 | ||
8772 | ||
8773 | ||
8774 | ||
81ecdfbb RW |
8775 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5 |
8776 | $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } | |
d7040cdb SE |
8777 | |
8778 | runpath_var= | |
8779 | allow_undefined_flag= | |
8780 | always_export_symbols=no | |
8781 | archive_cmds= | |
8782 | archive_expsym_cmds= | |
8783 | compiler_needs_object=no | |
8784 | enable_shared_with_static_runtimes=no | |
8785 | export_dynamic_flag_spec= | |
8786 | export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' | |
8787 | hardcode_automatic=no | |
8788 | hardcode_direct=no | |
8789 | hardcode_direct_absolute=no | |
8790 | hardcode_libdir_flag_spec= | |
8791 | hardcode_libdir_flag_spec_ld= | |
8792 | hardcode_libdir_separator= | |
8793 | hardcode_minus_L=no | |
8794 | hardcode_shlibpath_var=unsupported | |
8795 | inherit_rpath=no | |
8796 | link_all_deplibs=unknown | |
8797 | module_cmds= | |
8798 | module_expsym_cmds= | |
8799 | old_archive_from_new_cmds= | |
8800 | old_archive_from_expsyms_cmds= | |
8801 | thread_safe_flag_spec= | |
8802 | whole_archive_flag_spec= | |
8803 | # include_expsyms should be a list of space-separated symbols to be *always* | |
8804 | # included in the symbol list | |
8805 | include_expsyms= | |
8806 | # exclude_expsyms can be an extended regexp of symbols to exclude | |
8807 | # it will be wrapped by ` (' and `)$', so one must not match beginning or | |
8808 | # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', | |
8809 | # as well as any symbol that contains `d'. | |
718a6fd8 | 8810 | exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' |
d7040cdb SE |
8811 | # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out |
8812 | # platforms (ab)use it in PIC code, but their linkers get confused if | |
8813 | # the symbol is explicitly referenced. Since portable code cannot | |
8814 | # rely on this symbol name, it's probably fine to never include it in | |
8815 | # preloaded symbol tables. | |
718a6fd8 | 8816 | # Exclude shared library initialization/finalization symbols. |
d7040cdb SE |
8817 | extract_expsyms_cmds= |
8818 | ||
8819 | case $host_os in | |
718a6fd8 | 8820 | cygwin* | mingw* | pw32* | cegcc*) |
d7040cdb SE |
8821 | # FIXME: the MSVC++ port hasn't been tested in a loooong time |
8822 | # When not using gcc, we currently assume that we are using | |
8823 | # Microsoft Visual C++. | |
8824 | if test "$GCC" != yes; then | |
8825 | with_gnu_ld=no | |
8826 | fi | |
8827 | ;; | |
8828 | interix*) | |
8829 | # we just hope/assume this is gcc and not c89 (= MSVC++) | |
8830 | with_gnu_ld=yes | |
8831 | ;; | |
8832 | openbsd*) | |
8833 | with_gnu_ld=no | |
8834 | ;; | |
8835 | esac | |
8836 | ||
8837 | ld_shlibs=yes | |
3725885a RW |
8838 | |
8839 | # On some targets, GNU ld is compatible enough with the native linker | |
8840 | # that we're better off using the native interface for both. | |
8841 | lt_use_gnu_ld_interface=no | |
d7040cdb | 8842 | if test "$with_gnu_ld" = yes; then |
3725885a RW |
8843 | case $host_os in |
8844 | aix*) | |
8845 | # The AIX port of GNU ld has always aspired to compatibility | |
8846 | # with the native linker. However, as the warning in the GNU ld | |
8847 | # block says, versions before 2.19.5* couldn't really create working | |
8848 | # shared libraries, regardless of the interface used. | |
8849 | case `$LD -v 2>&1` in | |
8850 | *\ \(GNU\ Binutils\)\ 2.19.5*) ;; | |
8851 | *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;; | |
8852 | *\ \(GNU\ Binutils\)\ [3-9]*) ;; | |
8853 | *) | |
8854 | lt_use_gnu_ld_interface=yes | |
8855 | ;; | |
8856 | esac | |
8857 | ;; | |
8858 | *) | |
8859 | lt_use_gnu_ld_interface=yes | |
8860 | ;; | |
8861 | esac | |
8862 | fi | |
8863 | ||
8864 | if test "$lt_use_gnu_ld_interface" = yes; then | |
d7040cdb SE |
8865 | # If archive_cmds runs LD, not CC, wlarc should be empty |
8866 | wlarc='${wl}' | |
8867 | ||
8868 | # Set some defaults for GNU ld with shared library support. These | |
8869 | # are reset later if shared libraries are not supported. Putting them | |
8870 | # here allows them to be overridden if necessary. | |
8871 | runpath_var=LD_RUN_PATH | |
8872 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' | |
8873 | export_dynamic_flag_spec='${wl}--export-dynamic' | |
8874 | # ancient GNU ld didn't support --whole-archive et. al. | |
8875 | if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then | |
8876 | whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' | |
8877 | else | |
8878 | whole_archive_flag_spec= | |
8879 | fi | |
8880 | supports_anon_versioning=no | |
8881 | case `$LD -v 2>&1` in | |
3725885a | 8882 | *GNU\ gold*) supports_anon_versioning=yes ;; |
d7040cdb SE |
8883 | *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 |
8884 | *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... | |
8885 | *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... | |
8886 | *\ 2.11.*) ;; # other 2.11 versions | |
8887 | *) supports_anon_versioning=yes ;; | |
8888 | esac | |
8889 | ||
8890 | # See if GNU ld supports shared libraries. | |
8891 | case $host_os in | |
50e7d84b | 8892 | aix[3-9]*) |
d7040cdb SE |
8893 | # On AIX/PPC, the GNU linker is very broken |
8894 | if test "$host_cpu" != ia64; then | |
8895 | ld_shlibs=no | |
8896 | cat <<_LT_EOF 1>&2 | |
8897 | ||
3725885a | 8898 | *** Warning: the GNU linker, at least up to release 2.19, is reported |
d7040cdb SE |
8899 | *** to be unable to reliably create shared libraries on AIX. |
8900 | *** Therefore, libtool is disabling shared libraries support. If you | |
3725885a RW |
8901 | *** really care for shared libraries, you may want to install binutils |
8902 | *** 2.20 or above, or modify your PATH so that a non-GNU linker is found. | |
8903 | *** You will then need to restart the configuration process. | |
d7040cdb SE |
8904 | |
8905 | _LT_EOF | |
8906 | fi | |
8907 | ;; | |
8908 | ||
8909 | amigaos*) | |
718a6fd8 SE |
8910 | case $host_cpu in |
8911 | powerpc) | |
8912 | # see comment about AmigaOS4 .so support | |
8913 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' | |
8914 | archive_expsym_cmds='' | |
8915 | ;; | |
8916 | m68k) | |
8917 | 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)' | |
8918 | hardcode_libdir_flag_spec='-L$libdir' | |
8919 | hardcode_minus_L=yes | |
8920 | ;; | |
8921 | esac | |
d7040cdb SE |
8922 | ;; |
8923 | ||
8924 | beos*) | |
8925 | if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | |
8926 | allow_undefined_flag=unsupported | |
8927 | # Joseph Beckenbach <jrb3@best.com> says some releases of gcc | |
8928 | # support --undefined. This deserves some investigation. FIXME | |
8929 | archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' | |
8930 | else | |
8931 | ld_shlibs=no | |
8932 | fi | |
8933 | ;; | |
8934 | ||
718a6fd8 | 8935 | cygwin* | mingw* | pw32* | cegcc*) |
d7040cdb SE |
8936 | # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless, |
8937 | # as there is no search path for DLLs. | |
8938 | hardcode_libdir_flag_spec='-L$libdir' | |
3725885a | 8939 | export_dynamic_flag_spec='${wl}--export-all-symbols' |
d7040cdb SE |
8940 | allow_undefined_flag=unsupported |
8941 | always_export_symbols=no | |
8942 | enable_shared_with_static_runtimes=yes | |
8943 | export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' | |
8944 | ||
8945 | if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then | |
8946 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' | |
8947 | # If the export-symbols file already is a .def file (1st line | |
8948 | # is EXPORTS), use it as is; otherwise, prepend... | |
8949 | archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then | |
8950 | cp $export_symbols $output_objdir/$soname.def; | |
8951 | else | |
8952 | echo EXPORTS > $output_objdir/$soname.def; | |
8953 | cat $export_symbols >> $output_objdir/$soname.def; | |
8954 | fi~ | |
8955 | $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' | |
8956 | else | |
8957 | ld_shlibs=no | |
8958 | fi | |
8959 | ;; | |
8960 | ||
3725885a RW |
8961 | haiku*) |
8962 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' | |
8963 | link_all_deplibs=yes | |
8964 | ;; | |
8965 | ||
d7040cdb SE |
8966 | interix[3-9]*) |
8967 | hardcode_direct=no | |
8968 | hardcode_shlibpath_var=no | |
8969 | hardcode_libdir_flag_spec='${wl}-rpath,$libdir' | |
8970 | export_dynamic_flag_spec='${wl}-E' | |
8971 | # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. | |
8972 | # Instead, shared libraries are loaded at an image base (0x10000000 by | |
8973 | # default) and relocated if they conflict, which is a slow very memory | |
8974 | # consuming and fragmenting process. To avoid this, we pick a random, | |
8975 | # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link | |
8976 | # time. Moving up from 0x10000000 also allows more sbrk(2) space. | |
8977 | archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' | |
8978 | 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' | |
8979 | ;; | |
8980 | ||
58e24671 | 8981 | gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) |
d7040cdb SE |
8982 | tmp_diet=no |
8983 | if test "$host_os" = linux-dietlibc; then | |
8984 | case $cc_basename in | |
8985 | diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) | |
8986 | esac | |
8987 | fi | |
8988 | if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ | |
8989 | && test "$tmp_diet" = no | |
8990 | then | |
8991 | tmp_addflag= | |
718a6fd8 | 8992 | tmp_sharedflag='-shared' |
d7040cdb SE |
8993 | case $cc_basename,$host_cpu in |
8994 | pgcc*) # Portland Group C compiler | |
3725885a | 8995 | whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' |
d7040cdb SE |
8996 | tmp_addflag=' $pic_flag' |
8997 | ;; | |
3725885a RW |
8998 | pgf77* | pgf90* | pgf95* | pgfortran*) |
8999 | # Portland Group f77 and f90 compilers | |
9000 | whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' | |
d7040cdb SE |
9001 | tmp_addflag=' $pic_flag -Mnomain' ;; |
9002 | ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 | |
9003 | tmp_addflag=' -i_dynamic' ;; | |
9004 | efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 | |
9005 | tmp_addflag=' -i_dynamic -nofor_main' ;; | |
9006 | ifc* | ifort*) # Intel Fortran compiler | |
9007 | tmp_addflag=' -nofor_main' ;; | |
718a6fd8 SE |
9008 | lf95*) # Lahey Fortran 8.1 |
9009 | whole_archive_flag_spec= | |
9010 | tmp_sharedflag='--shared' ;; | |
3725885a | 9011 | xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below) |
718a6fd8 SE |
9012 | tmp_sharedflag='-qmkshrobj' |
9013 | tmp_addflag= ;; | |
3725885a RW |
9014 | nvcc*) # Cuda Compiler Driver 2.2 |
9015 | 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' | |
9016 | compiler_needs_object=yes | |
9017 | ;; | |
d7040cdb SE |
9018 | esac |
9019 | case `$CC -V 2>&1 | sed 5q` in | |
9020 | *Sun\ C*) # Sun C 5.9 | |
3725885a | 9021 | whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' |
d7040cdb SE |
9022 | compiler_needs_object=yes |
9023 | tmp_sharedflag='-G' ;; | |
9024 | *Sun\ F*) # Sun Fortran 8.3 | |
9025 | tmp_sharedflag='-G' ;; | |
d7040cdb SE |
9026 | esac |
9027 | archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' | |
9028 | ||
9029 | if test "x$supports_anon_versioning" = xyes; then | |
9030 | archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ | |
9031 | cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ | |
9032 | echo "local: *; };" >> $output_objdir/$libname.ver~ | |
9033 | $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' | |
9034 | fi | |
718a6fd8 SE |
9035 | |
9036 | case $cc_basename in | |
3725885a | 9037 | xlf* | bgf* | bgxlf* | mpixlf*) |
718a6fd8 SE |
9038 | # IBM XL Fortran 10.1 on PPC cannot create shared libs itself |
9039 | whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' | |
9040 | hardcode_libdir_flag_spec= | |
9041 | hardcode_libdir_flag_spec_ld='-rpath $libdir' | |
9042 | archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib' | |
9043 | if test "x$supports_anon_versioning" = xyes; then | |
9044 | archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ | |
9045 | cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ | |
9046 | echo "local: *; };" >> $output_objdir/$libname.ver~ | |
9047 | $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' | |
9048 | fi | |
9049 | ;; | |
9050 | esac | |
d7040cdb SE |
9051 | else |
9052 | ld_shlibs=no | |
9053 | fi | |
9054 | ;; | |
9055 | ||
9056 | netbsd*) | |
9057 | if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then | |
9058 | archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' | |
9059 | wlarc= | |
9060 | else | |
9061 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' | |
9062 | archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' | |
9063 | fi | |
9064 | ;; | |
9065 | ||
9066 | solaris*) | |
9067 | if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then | |
9068 | ld_shlibs=no | |
9069 | cat <<_LT_EOF 1>&2 | |
9070 | ||
9071 | *** Warning: The releases 2.8.* of the GNU linker cannot reliably | |
9072 | *** create shared libraries on Solaris systems. Therefore, libtool | |
9073 | *** is disabling shared libraries support. We urge you to upgrade GNU | |
9074 | *** binutils to release 2.9.1 or newer. Another option is to modify | |
9075 | *** your PATH or compiler configuration so that the native linker is | |
9076 | *** used, and then restart. | |
9077 | ||
9078 | _LT_EOF | |
9079 | elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | |
9080 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' | |
9081 | archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' | |
9082 | else | |
9083 | ld_shlibs=no | |
9084 | fi | |
9085 | ;; | |
9086 | ||
9087 | sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) | |
9088 | case `$LD -v 2>&1` in | |
9089 | *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) | |
9090 | ld_shlibs=no | |
9091 | cat <<_LT_EOF 1>&2 | |
9092 | ||
9093 | *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not | |
9094 | *** reliably create shared libraries on SCO systems. Therefore, libtool | |
9095 | *** is disabling shared libraries support. We urge you to upgrade GNU | |
9096 | *** binutils to release 2.16.91.0.3 or newer. Another option is to modify | |
9097 | *** your PATH or compiler configuration so that the native linker is | |
9098 | *** used, and then restart. | |
9099 | ||
9100 | _LT_EOF | |
9101 | ;; | |
9102 | *) | |
9103 | # For security reasons, it is highly recommended that you always | |
9104 | # use absolute paths for naming shared libraries, and exclude the | |
9105 | # DT_RUNPATH tag from executables and libraries. But doing so | |
9106 | # requires that you compile everything twice, which is a pain. | |
9107 | if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | |
9108 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' | |
9109 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' | |
9110 | archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' | |
9111 | else | |
9112 | ld_shlibs=no | |
9113 | fi | |
9114 | ;; | |
9115 | esac | |
9116 | ;; | |
9117 | ||
9118 | sunos4*) | |
9119 | archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' | |
9120 | wlarc= | |
9121 | hardcode_direct=yes | |
9122 | hardcode_shlibpath_var=no | |
9123 | ;; | |
9124 | ||
9125 | *) | |
9126 | if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then | |
9127 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' | |
9128 | archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' | |
9129 | else | |
9130 | ld_shlibs=no | |
9131 | fi | |
9132 | ;; | |
9133 | esac | |
9134 | ||
9135 | if test "$ld_shlibs" = no; then | |
9136 | runpath_var= | |
9137 | hardcode_libdir_flag_spec= | |
9138 | export_dynamic_flag_spec= | |
9139 | whole_archive_flag_spec= | |
9140 | fi | |
9141 | else | |
9142 | # PORTME fill in a description of your system's linker (not GNU ld) | |
9143 | case $host_os in | |
9144 | aix3*) | |
9145 | allow_undefined_flag=unsupported | |
9146 | always_export_symbols=yes | |
9147 | 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' | |
9148 | # Note: this linker hardcodes the directories in LIBPATH if there | |
9149 | # are no directories specified by -L. | |
9150 | hardcode_minus_L=yes | |
9151 | if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then | |
9152 | # Neither direct hardcoding nor static linking is supported with a | |
9153 | # broken collect2. | |
9154 | hardcode_direct=unsupported | |
9155 | fi | |
9156 | ;; | |
9157 | ||
50e7d84b | 9158 | aix[4-9]*) |
d7040cdb SE |
9159 | if test "$host_cpu" = ia64; then |
9160 | # On IA64, the linker does run time linking by default, so we don't | |
9161 | # have to do anything special. | |
9162 | aix_use_runtimelinking=no | |
9163 | exp_sym_flag='-Bexport' | |
9164 | no_entry_flag="" | |
9165 | else | |
9166 | # If we're using GNU nm, then we don't want the "-C" option. | |
9167 | # -C means demangle to AIX nm, but means don't demangle with GNU nm | |
3725885a RW |
9168 | # Also, AIX nm treats weak defined symbols like other global |
9169 | # defined symbols, whereas GNU nm marks them as "W". | |
d7040cdb | 9170 | if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then |
3725885a | 9171 | export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' |
d7040cdb SE |
9172 | else |
9173 | 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' | |
9174 | fi | |
9175 | aix_use_runtimelinking=no | |
9176 | ||
9177 | # Test if we are trying to use run time linking or normal | |
9178 | # AIX style linking. If -brtl is somewhere in LDFLAGS, we | |
9179 | # need to do runtime linking. | |
50e7d84b | 9180 | case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*) |
d7040cdb SE |
9181 | for ld_flag in $LDFLAGS; do |
9182 | if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then | |
9183 | aix_use_runtimelinking=yes | |
9184 | break | |
9185 | fi | |
9186 | done | |
9187 | ;; | |
9188 | esac | |
9189 | ||
9190 | exp_sym_flag='-bexport' | |
9191 | no_entry_flag='-bnoentry' | |
9192 | fi | |
9193 | ||
9194 | # When large executables or shared objects are built, AIX ld can | |
9195 | # have problems creating the table of contents. If linking a library | |
9196 | # or program results in "error TOC overflow" add -mminimal-toc to | |
9197 | # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not | |
9198 | # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. | |
9199 | ||
9200 | archive_cmds='' | |
9201 | hardcode_direct=yes | |
9202 | hardcode_direct_absolute=yes | |
9203 | hardcode_libdir_separator=':' | |
9204 | link_all_deplibs=yes | |
9205 | file_list_spec='${wl}-f,' | |
9206 | ||
9207 | if test "$GCC" = yes; then | |
9208 | case $host_os in aix4.[012]|aix4.[012].*) | |
9209 | # We only want to do this on AIX 4.2 and lower, the check | |
9210 | # below for broken collect2 doesn't work under 4.3+ | |
9211 | collect2name=`${CC} -print-prog-name=collect2` | |
9212 | if test -f "$collect2name" && | |
9213 | strings "$collect2name" | $GREP resolve_lib_name >/dev/null | |
9214 | then | |
9215 | # We have reworked collect2 | |
9216 | : | |
9217 | else | |
9218 | # We have old collect2 | |
9219 | hardcode_direct=unsupported | |
9220 | # It fails to find uninstalled libraries when the uninstalled | |
9221 | # path is not listed in the libpath. Setting hardcode_minus_L | |
9222 | # to unsupported forces relinking | |
9223 | hardcode_minus_L=yes | |
9224 | hardcode_libdir_flag_spec='-L$libdir' | |
9225 | hardcode_libdir_separator= | |
9226 | fi | |
9227 | ;; | |
9228 | esac | |
9229 | shared_flag='-shared' | |
9230 | if test "$aix_use_runtimelinking" = yes; then | |
9231 | shared_flag="$shared_flag "'${wl}-G' | |
9232 | fi | |
9233 | else | |
9234 | # not using gcc | |
9235 | if test "$host_cpu" = ia64; then | |
9236 | # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release | |
9237 | # chokes on -Wl,-G. The following line is correct: | |
9238 | shared_flag='-G' | |
9239 | else | |
9240 | if test "$aix_use_runtimelinking" = yes; then | |
9241 | shared_flag='${wl}-G' | |
9242 | else | |
9243 | shared_flag='${wl}-bM:SRE' | |
9244 | fi | |
9245 | fi | |
9246 | fi | |
9247 | ||
718a6fd8 | 9248 | export_dynamic_flag_spec='${wl}-bexpall' |
d7040cdb SE |
9249 | # It seems that -bexpall does not export symbols beginning with |
9250 | # underscore (_), so it is better to generate a list of symbols to export. | |
9251 | always_export_symbols=yes | |
9252 | if test "$aix_use_runtimelinking" = yes; then | |
9253 | # Warning - without using the other runtime loading flags (-brtl), | |
9254 | # -berok will link without error, but may produce a broken library. | |
9255 | allow_undefined_flag='-berok' | |
9256 | # Determine the default libpath from the value encoded in an | |
9257 | # empty executable. | |
81ecdfbb | 9258 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
42ecbf5e | 9259 | /* end confdefs.h. */ |
d7040cdb SE |
9260 | |
9261 | int | |
9262 | main () | |
9263 | { | |
9264 | ||
9265 | ; | |
9266 | return 0; | |
9267 | } | |
42ecbf5e | 9268 | _ACEOF |
81ecdfbb | 9269 | if ac_fn_c_try_link "$LINENO"; then : |
d7040cdb SE |
9270 | |
9271 | lt_aix_libpath_sed=' | |
9272 | /Import File Strings/,/^$/ { | |
9273 | /^0/ { | |
9274 | s/^0 *\(.*\)$/\1/ | |
9275 | p | |
9276 | } | |
9277 | }' | |
9278 | aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` | |
9279 | # Check for a 64-bit object if we didn't find anything. | |
9280 | if test -z "$aix_libpath"; then | |
9281 | aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` | |
252b5132 | 9282 | fi |
252b5132 | 9283 | fi |
81ecdfbb RW |
9284 | rm -f core conftest.err conftest.$ac_objext \ |
9285 | conftest$ac_exeext conftest.$ac_ext | |
d7040cdb | 9286 | if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
252b5132 | 9287 | |
d7040cdb | 9288 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" |
3725885a | 9289 | archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" |
d7040cdb SE |
9290 | else |
9291 | if test "$host_cpu" = ia64; then | |
9292 | hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib' | |
9293 | allow_undefined_flag="-z nodefs" | |
9294 | 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" | |
9295 | else | |
9296 | # Determine the default libpath from the value encoded in an | |
9297 | # empty executable. | |
81ecdfbb | 9298 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
42ecbf5e | 9299 | /* end confdefs.h. */ |
d7040cdb SE |
9300 | |
9301 | int | |
9302 | main () | |
9303 | { | |
9304 | ||
9305 | ; | |
9306 | return 0; | |
9307 | } | |
42ecbf5e | 9308 | _ACEOF |
81ecdfbb | 9309 | if ac_fn_c_try_link "$LINENO"; then : |
d7040cdb SE |
9310 | |
9311 | lt_aix_libpath_sed=' | |
9312 | /Import File Strings/,/^$/ { | |
9313 | /^0/ { | |
9314 | s/^0 *\(.*\)$/\1/ | |
9315 | p | |
9316 | } | |
9317 | }' | |
9318 | aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` | |
9319 | # Check for a 64-bit object if we didn't find anything. | |
9320 | if test -z "$aix_libpath"; then | |
9321 | aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` | |
20e95c23 | 9322 | fi |
252b5132 | 9323 | fi |
81ecdfbb RW |
9324 | rm -f core conftest.err conftest.$ac_objext \ |
9325 | conftest$ac_exeext conftest.$ac_ext | |
d7040cdb SE |
9326 | if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
9327 | ||
9328 | hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" | |
9329 | # Warning - without using the other run time loading flags, | |
9330 | # -berok will link without error, but may produce a broken library. | |
9331 | no_undefined_flag=' ${wl}-bernotok' | |
9332 | allow_undefined_flag=' ${wl}-berok' | |
3725885a RW |
9333 | if test "$with_gnu_ld" = yes; then |
9334 | # We only use this code for GNU lds that support --whole-archive. | |
9335 | whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive' | |
9336 | else | |
9337 | # Exported symbols can be pulled into shared objects from archives | |
9338 | whole_archive_flag_spec='$convenience' | |
9339 | fi | |
d7040cdb SE |
9340 | archive_cmds_need_lc=yes |
9341 | # This is similar to how AIX traditionally builds its shared libraries. | |
9342 | 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' | |
9343 | fi | |
9344 | fi | |
9345 | ;; | |
42ecbf5e | 9346 | |
d7040cdb | 9347 | amigaos*) |
718a6fd8 SE |
9348 | case $host_cpu in |
9349 | powerpc) | |
9350 | # see comment about AmigaOS4 .so support | |
9351 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' | |
9352 | archive_expsym_cmds='' | |
9353 | ;; | |
9354 | m68k) | |
9355 | 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)' | |
9356 | hardcode_libdir_flag_spec='-L$libdir' | |
9357 | hardcode_minus_L=yes | |
9358 | ;; | |
9359 | esac | |
d7040cdb | 9360 | ;; |
252b5132 | 9361 | |
d7040cdb SE |
9362 | bsdi[45]*) |
9363 | export_dynamic_flag_spec=-rdynamic | |
9364 | ;; | |
252b5132 | 9365 | |
718a6fd8 | 9366 | cygwin* | mingw* | pw32* | cegcc*) |
d7040cdb SE |
9367 | # When not using gcc, we currently assume that we are using |
9368 | # Microsoft Visual C++. | |
9369 | # hardcode_libdir_flag_spec is actually meaningless, as there is | |
9370 | # no search path for DLLs. | |
9371 | hardcode_libdir_flag_spec=' ' | |
9372 | allow_undefined_flag=unsupported | |
9373 | # Tell ltmain to make .lib files, not .a files. | |
9374 | libext=lib | |
9375 | # Tell ltmain to make .dll files, not .so files. | |
9376 | shrext_cmds=".dll" | |
9377 | # FIXME: Setting linknames here is a bad hack. | |
3725885a | 9378 | archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' |
d7040cdb SE |
9379 | # The linker will automatically build a .lib file if we build a DLL. |
9380 | old_archive_from_new_cmds='true' | |
9381 | # FIXME: Should let the user specify the lib program. | |
9382 | old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs' | |
9383 | fix_srcfile_path='`cygpath -w "$srcfile"`' | |
9384 | enable_shared_with_static_runtimes=yes | |
9385 | ;; | |
252b5132 | 9386 | |
d7040cdb | 9387 | darwin* | rhapsody*) |
c46f8c51 | 9388 | |
718a6fd8 SE |
9389 | |
9390 | archive_cmds_need_lc=no | |
9391 | hardcode_direct=no | |
9392 | hardcode_automatic=yes | |
9393 | hardcode_shlibpath_var=unsupported | |
3725885a RW |
9394 | if test "$lt_cv_ld_force_load" = "yes"; then |
9395 | 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\"`' | |
9396 | else | |
9397 | whole_archive_flag_spec='' | |
9398 | fi | |
718a6fd8 SE |
9399 | link_all_deplibs=yes |
9400 | allow_undefined_flag="$_lt_dar_allow_undefined" | |
9401 | case $cc_basename in | |
9402 | ifort*) _lt_dar_can_shared=yes ;; | |
9403 | *) _lt_dar_can_shared=$GCC ;; | |
9404 | esac | |
9405 | if test "$_lt_dar_can_shared" = "yes"; then | |
3725885a | 9406 | output_verbose_link_cmd=func_echo_all |
718a6fd8 SE |
9407 | archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" |
9408 | module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}" | |
9409 | 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}" | |
9410 | 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}" | |
9411 | ||
9412 | else | |
9413 | ld_shlibs=no | |
9414 | fi | |
9415 | ||
d7040cdb | 9416 | ;; |
42ecbf5e | 9417 | |
d7040cdb SE |
9418 | dgux*) |
9419 | archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' | |
9420 | hardcode_libdir_flag_spec='-L$libdir' | |
9421 | hardcode_shlibpath_var=no | |
9422 | ;; | |
252b5132 | 9423 | |
d7040cdb SE |
9424 | freebsd1*) |
9425 | ld_shlibs=no | |
9426 | ;; | |
252b5132 | 9427 | |
d7040cdb SE |
9428 | # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor |
9429 | # support. Future versions do this automatically, but an explicit c++rt0.o | |
9430 | # does not break anything, and helps significantly (at the cost of a little | |
9431 | # extra space). | |
9432 | freebsd2.2*) | |
9433 | archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' | |
9434 | hardcode_libdir_flag_spec='-R$libdir' | |
9435 | hardcode_direct=yes | |
9436 | hardcode_shlibpath_var=no | |
9437 | ;; | |
252b5132 | 9438 | |
d7040cdb SE |
9439 | # Unfortunately, older versions of FreeBSD 2 do not have this feature. |
9440 | freebsd2*) | |
9441 | archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' | |
9442 | hardcode_direct=yes | |
9443 | hardcode_minus_L=yes | |
9444 | hardcode_shlibpath_var=no | |
9445 | ;; | |
42ecbf5e | 9446 | |
d7040cdb SE |
9447 | # FreeBSD 3 and greater uses gcc -shared to do shared libraries. |
9448 | freebsd* | dragonfly*) | |
9449 | archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' | |
9450 | hardcode_libdir_flag_spec='-R$libdir' | |
9451 | hardcode_direct=yes | |
9452 | hardcode_shlibpath_var=no | |
9453 | ;; | |
252b5132 | 9454 | |
d7040cdb SE |
9455 | hpux9*) |
9456 | if test "$GCC" = yes; then | |
9457 | 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' | |
9458 | else | |
9459 | 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' | |
9460 | fi | |
9461 | hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' | |
9462 | hardcode_libdir_separator=: | |
9463 | hardcode_direct=yes | |
9464 | ||
9465 | # hardcode_minus_L: Not really in the search PATH, | |
9466 | # but as the default location of the library. | |
9467 | hardcode_minus_L=yes | |
9468 | export_dynamic_flag_spec='${wl}-E' | |
9469 | ;; | |
20e95c23 | 9470 | |
d7040cdb | 9471 | hpux10*) |
3725885a | 9472 | if test "$GCC" = yes && test "$with_gnu_ld" = no; then |
d7040cdb SE |
9473 | archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' |
9474 | else | |
9475 | archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' | |
9476 | fi | |
9477 | if test "$with_gnu_ld" = no; then | |
9478 | hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' | |
9479 | hardcode_libdir_flag_spec_ld='+b $libdir' | |
9480 | hardcode_libdir_separator=: | |
9481 | hardcode_direct=yes | |
9482 | hardcode_direct_absolute=yes | |
9483 | export_dynamic_flag_spec='${wl}-E' | |
9484 | # hardcode_minus_L: Not really in the search PATH, | |
9485 | # but as the default location of the library. | |
9486 | hardcode_minus_L=yes | |
9487 | fi | |
9488 | ;; | |
20e95c23 | 9489 | |
d7040cdb | 9490 | hpux11*) |
3725885a | 9491 | if test "$GCC" = yes && test "$with_gnu_ld" = no; then |
d7040cdb SE |
9492 | case $host_cpu in |
9493 | hppa*64*) | |
9494 | archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' | |
9495 | ;; | |
9496 | ia64*) | |
718a6fd8 | 9497 | archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' |
d7040cdb SE |
9498 | ;; |
9499 | *) | |
9500 | archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' | |
9501 | ;; | |
9502 | esac | |
9503 | else | |
9504 | case $host_cpu in | |
9505 | hppa*64*) | |
9506 | archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' | |
9507 | ;; | |
9508 | ia64*) | |
9509 | archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' | |
9510 | ;; | |
9511 | *) | |
3725885a RW |
9512 | |
9513 | # Older versions of the 11.00 compiler do not understand -b yet | |
9514 | # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does) | |
9515 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5 | |
9516 | $as_echo_n "checking if $CC understands -b... " >&6; } | |
9517 | if test "${lt_cv_prog_compiler__b+set}" = set; then : | |
9518 | $as_echo_n "(cached) " >&6 | |
9519 | else | |
9520 | lt_cv_prog_compiler__b=no | |
9521 | save_LDFLAGS="$LDFLAGS" | |
9522 | LDFLAGS="$LDFLAGS -b" | |
9523 | echo "$lt_simple_link_test_code" > conftest.$ac_ext | |
9524 | if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then | |
9525 | # The linker can only warn and ignore the option if not recognized | |
9526 | # So say no if there are warnings | |
9527 | if test -s conftest.err; then | |
9528 | # Append any errors to the config.log. | |
9529 | cat conftest.err 1>&5 | |
9530 | $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp | |
9531 | $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 | |
9532 | if diff conftest.exp conftest.er2 >/dev/null; then | |
9533 | lt_cv_prog_compiler__b=yes | |
9534 | fi | |
9535 | else | |
9536 | lt_cv_prog_compiler__b=yes | |
9537 | fi | |
9538 | fi | |
9539 | $RM -r conftest* | |
9540 | LDFLAGS="$save_LDFLAGS" | |
9541 | ||
9542 | fi | |
9543 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5 | |
9544 | $as_echo "$lt_cv_prog_compiler__b" >&6; } | |
9545 | ||
9546 | if test x"$lt_cv_prog_compiler__b" = xyes; then | |
9547 | archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' | |
9548 | else | |
9549 | archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' | |
9550 | fi | |
9551 | ||
d7040cdb SE |
9552 | ;; |
9553 | esac | |
9554 | fi | |
9555 | if test "$with_gnu_ld" = no; then | |
9556 | hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' | |
9557 | hardcode_libdir_separator=: | |
9558 | ||
9559 | case $host_cpu in | |
9560 | hppa*64*|ia64*) | |
9561 | hardcode_direct=no | |
9562 | hardcode_shlibpath_var=no | |
9563 | ;; | |
9564 | *) | |
9565 | hardcode_direct=yes | |
9566 | hardcode_direct_absolute=yes | |
9567 | export_dynamic_flag_spec='${wl}-E' | |
9568 | ||
9569 | # hardcode_minus_L: Not really in the search PATH, | |
9570 | # but as the default location of the library. | |
9571 | hardcode_minus_L=yes | |
9572 | ;; | |
9573 | esac | |
9574 | fi | |
9575 | ;; | |
9576 | ||
9577 | irix5* | irix6* | nonstopux*) | |
9578 | if test "$GCC" = yes; then | |
3725885a | 9579 | archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' |
d7040cdb SE |
9580 | # Try to use the -exported_symbol ld option, if it does not |
9581 | # work, assume that -exports_file does not work either and | |
9582 | # implicitly export all symbols. | |
9583 | save_LDFLAGS="$LDFLAGS" | |
9584 | LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null" | |
81ecdfbb RW |
9585 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
9586 | /* end confdefs.h. */ | |
d7040cdb | 9587 | int foo(void) {} |
42ecbf5e | 9588 | _ACEOF |
81ecdfbb | 9589 | if ac_fn_c_try_link "$LINENO"; then : |
3725885a | 9590 | 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 | 9591 | |
42ecbf5e | 9592 | fi |
81ecdfbb RW |
9593 | rm -f core conftest.err conftest.$ac_objext \ |
9594 | conftest$ac_exeext conftest.$ac_ext | |
d7040cdb SE |
9595 | LDFLAGS="$save_LDFLAGS" |
9596 | else | |
3725885a RW |
9597 | 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' |
9598 | archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' | |
d7040cdb SE |
9599 | fi |
9600 | archive_cmds_need_lc='no' | |
9601 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' | |
9602 | hardcode_libdir_separator=: | |
9603 | inherit_rpath=yes | |
9604 | link_all_deplibs=yes | |
9605 | ;; | |
42ecbf5e | 9606 | |
d7040cdb SE |
9607 | netbsd*) |
9608 | if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then | |
9609 | archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out | |
9610 | else | |
9611 | archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF | |
9612 | fi | |
9613 | hardcode_libdir_flag_spec='-R$libdir' | |
9614 | hardcode_direct=yes | |
9615 | hardcode_shlibpath_var=no | |
9616 | ;; | |
42ecbf5e | 9617 | |
d7040cdb SE |
9618 | newsos6) |
9619 | archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' | |
9620 | hardcode_direct=yes | |
9621 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' | |
9622 | hardcode_libdir_separator=: | |
9623 | hardcode_shlibpath_var=no | |
9624 | ;; | |
42ecbf5e | 9625 | |
d7040cdb SE |
9626 | *nto* | *qnx*) |
9627 | ;; | |
252b5132 | 9628 | |
d7040cdb | 9629 | openbsd*) |
718a6fd8 SE |
9630 | if test -f /usr/libexec/ld.so; then |
9631 | hardcode_direct=yes | |
9632 | hardcode_shlibpath_var=no | |
9633 | hardcode_direct_absolute=yes | |
9634 | if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then | |
d7040cdb | 9635 | archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' |
718a6fd8 | 9636 | archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' |
d7040cdb | 9637 | hardcode_libdir_flag_spec='${wl}-rpath,$libdir' |
718a6fd8 SE |
9638 | export_dynamic_flag_spec='${wl}-E' |
9639 | else | |
9640 | case $host_os in | |
9641 | openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) | |
9642 | archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' | |
9643 | hardcode_libdir_flag_spec='-R$libdir' | |
9644 | ;; | |
9645 | *) | |
9646 | archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' | |
9647 | hardcode_libdir_flag_spec='${wl}-rpath,$libdir' | |
9648 | ;; | |
9649 | esac | |
9650 | fi | |
9651 | else | |
9652 | ld_shlibs=no | |
d7040cdb SE |
9653 | fi |
9654 | ;; | |
252b5132 | 9655 | |
d7040cdb SE |
9656 | os2*) |
9657 | hardcode_libdir_flag_spec='-L$libdir' | |
9658 | hardcode_minus_L=yes | |
9659 | allow_undefined_flag=unsupported | |
3725885a | 9660 | archive_cmds='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~echo DATA >> $output_objdir/$libname.def~echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' |
d7040cdb SE |
9661 | old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' |
9662 | ;; | |
2481e6a2 | 9663 | |
d7040cdb SE |
9664 | osf3*) |
9665 | if test "$GCC" = yes; then | |
9666 | allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' | |
3725885a | 9667 | archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' |
d7040cdb SE |
9668 | else |
9669 | allow_undefined_flag=' -expect_unresolved \*' | |
3725885a | 9670 | archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' |
d7040cdb SE |
9671 | fi |
9672 | archive_cmds_need_lc='no' | |
9673 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' | |
9674 | hardcode_libdir_separator=: | |
9675 | ;; | |
42ecbf5e | 9676 | |
d7040cdb SE |
9677 | osf4* | osf5*) # as osf3* with the addition of -msym flag |
9678 | if test "$GCC" = yes; then | |
9679 | allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' | |
3725885a | 9680 | archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' |
d7040cdb SE |
9681 | hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' |
9682 | else | |
9683 | allow_undefined_flag=' -expect_unresolved \*' | |
3725885a | 9684 | archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' |
d7040cdb | 9685 | 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 | 9686 | $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' |
42ecbf5e | 9687 | |
d7040cdb SE |
9688 | # Both c and cxx compiler support -rpath directly |
9689 | hardcode_libdir_flag_spec='-rpath $libdir' | |
9690 | fi | |
9691 | archive_cmds_need_lc='no' | |
9692 | hardcode_libdir_separator=: | |
9693 | ;; | |
9694 | ||
9695 | solaris*) | |
9696 | no_undefined_flag=' -z defs' | |
9697 | if test "$GCC" = yes; then | |
9698 | wlarc='${wl}' | |
9699 | archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' | |
9700 | archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ | |
9701 | $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' | |
9702 | else | |
9703 | case `$CC -V 2>&1` in | |
9704 | *"Compilers 5.0"*) | |
9705 | wlarc='' | |
9706 | archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' | |
9707 | archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ | |
9708 | $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp' | |
9709 | ;; | |
9710 | *) | |
9711 | wlarc='${wl}' | |
9712 | archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags' | |
9713 | archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ | |
9714 | $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' | |
9715 | ;; | |
9716 | esac | |
9717 | fi | |
9718 | hardcode_libdir_flag_spec='-R$libdir' | |
9719 | hardcode_shlibpath_var=no | |
9720 | case $host_os in | |
9721 | solaris2.[0-5] | solaris2.[0-5].*) ;; | |
9722 | *) | |
9723 | # The compiler driver will combine and reorder linker options, | |
9724 | # but understands `-z linker_flag'. GCC discards it without `$wl', | |
9725 | # but is careful enough not to reorder. | |
9726 | # Supported since Solaris 2.6 (maybe 2.5.1?) | |
9727 | if test "$GCC" = yes; then | |
9728 | whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' | |
9729 | else | |
9730 | whole_archive_flag_spec='-z allextract$convenience -z defaultextract' | |
9731 | fi | |
9732 | ;; | |
9733 | esac | |
9734 | link_all_deplibs=yes | |
9735 | ;; | |
9736 | ||
9737 | sunos4*) | |
9738 | if test "x$host_vendor" = xsequent; then | |
9739 | # Use $CC to link under sequent, because it throws in some extra .o | |
9740 | # files that make .init and .fini sections work. | |
9741 | archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' | |
9742 | else | |
9743 | archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' | |
9744 | fi | |
9745 | hardcode_libdir_flag_spec='-L$libdir' | |
9746 | hardcode_direct=yes | |
9747 | hardcode_minus_L=yes | |
9748 | hardcode_shlibpath_var=no | |
9749 | ;; | |
9750 | ||
9751 | sysv4) | |
9752 | case $host_vendor in | |
9753 | sni) | |
9754 | archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' | |
9755 | hardcode_direct=yes # is this really true??? | |
9756 | ;; | |
9757 | siemens) | |
9758 | ## LD is ld it makes a PLAMLIB | |
9759 | ## CC just makes a GrossModule. | |
9760 | archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags' | |
9761 | reload_cmds='$CC -r -o $output$reload_objs' | |
9762 | hardcode_direct=no | |
9763 | ;; | |
9764 | motorola) | |
9765 | archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' | |
9766 | hardcode_direct=no #Motorola manual says yes, but my tests say they lie | |
9767 | ;; | |
9768 | esac | |
9769 | runpath_var='LD_RUN_PATH' | |
9770 | hardcode_shlibpath_var=no | |
9771 | ;; | |
9772 | ||
9773 | sysv4.3*) | |
9774 | archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' | |
9775 | hardcode_shlibpath_var=no | |
9776 | export_dynamic_flag_spec='-Bexport' | |
9777 | ;; | |
9778 | ||
9779 | sysv4*MP*) | |
9780 | if test -d /usr/nec; then | |
9781 | archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' | |
9782 | hardcode_shlibpath_var=no | |
9783 | runpath_var=LD_RUN_PATH | |
9784 | hardcode_runpath_var=yes | |
9785 | ld_shlibs=yes | |
9786 | fi | |
9787 | ;; | |
9788 | ||
9789 | sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) | |
9790 | no_undefined_flag='${wl}-z,text' | |
9791 | archive_cmds_need_lc=no | |
9792 | hardcode_shlibpath_var=no | |
9793 | runpath_var='LD_RUN_PATH' | |
9794 | ||
9795 | if test "$GCC" = yes; then | |
9796 | archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' | |
9797 | archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' | |
9798 | else | |
9799 | archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' | |
9800 | archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' | |
9801 | fi | |
9802 | ;; | |
9803 | ||
9804 | sysv5* | sco3.2v5* | sco5v6*) | |
9805 | # Note: We can NOT use -z defs as we might desire, because we do not | |
9806 | # link with -lc, and that would cause any symbols used from libc to | |
9807 | # always be unresolved, which means just about no library would | |
9808 | # ever link correctly. If we're not using GNU ld we use -z text | |
9809 | # though, which does catch some bad symbols but isn't as heavy-handed | |
9810 | # as -z defs. | |
9811 | no_undefined_flag='${wl}-z,text' | |
9812 | allow_undefined_flag='${wl}-z,nodefs' | |
9813 | archive_cmds_need_lc=no | |
9814 | hardcode_shlibpath_var=no | |
9815 | hardcode_libdir_flag_spec='${wl}-R,$libdir' | |
9816 | hardcode_libdir_separator=':' | |
9817 | link_all_deplibs=yes | |
9818 | export_dynamic_flag_spec='${wl}-Bexport' | |
9819 | runpath_var='LD_RUN_PATH' | |
9820 | ||
9821 | if test "$GCC" = yes; then | |
9822 | archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' | |
9823 | archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' | |
9824 | else | |
9825 | archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' | |
9826 | archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' | |
9827 | fi | |
9828 | ;; | |
9829 | ||
9830 | uts4*) | |
9831 | archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' | |
9832 | hardcode_libdir_flag_spec='-L$libdir' | |
9833 | hardcode_shlibpath_var=no | |
9834 | ;; | |
9835 | ||
9836 | *) | |
9837 | ld_shlibs=no | |
9838 | ;; | |
9839 | esac | |
9840 | ||
9841 | if test x$host_vendor = xsni; then | |
9842 | case $host in | |
9843 | sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) | |
9844 | export_dynamic_flag_spec='${wl}-Blargedynsym' | |
9845 | ;; | |
9846 | esac | |
9847 | fi | |
9848 | fi | |
9849 | ||
81ecdfbb RW |
9850 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5 |
9851 | $as_echo "$ld_shlibs" >&6; } | |
d7040cdb SE |
9852 | test "$ld_shlibs" = no && can_build_shared=no |
9853 | ||
9854 | with_gnu_ld=$with_gnu_ld | |
9855 | ||
9856 | ||
9857 | ||
9858 | ||
9859 | ||
9860 | ||
9861 | ||
9862 | ||
9863 | ||
9864 | ||
9865 | ||
9866 | ||
9867 | ||
9868 | ||
9869 | ||
9870 | # | |
9871 | # Do we need to explicitly link libc? | |
9872 | # | |
9873 | case "x$archive_cmds_need_lc" in | |
9874 | x|xyes) | |
9875 | # Assume -lc should be added | |
9876 | archive_cmds_need_lc=yes | |
9877 | ||
9878 | if test "$enable_shared" = yes && test "$GCC" = yes; then | |
9879 | case $archive_cmds in | |
9880 | *'~'*) | |
9881 | # FIXME: we may have to deal with multi-command sequences. | |
9882 | ;; | |
9883 | '$CC '*) | |
9884 | # Test whether the compiler implicitly links with -lc since on some | |
9885 | # systems, -lgcc has to come before -lc. If gcc already passes -lc | |
9886 | # to ld, don't add -lc before -lgcc. | |
81ecdfbb RW |
9887 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5 |
9888 | $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; } | |
9889 | if test "${lt_cv_archive_cmds_need_lc+set}" = set; then : | |
9890 | $as_echo_n "(cached) " >&6 | |
39144654 RW |
9891 | else |
9892 | $RM conftest* | |
9893 | echo "$lt_simple_compile_test_code" > conftest.$ac_ext | |
d7040cdb | 9894 | |
81ecdfbb | 9895 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
d7040cdb | 9896 | (eval $ac_compile) 2>&5 |
20e95c23 | 9897 | ac_status=$? |
81ecdfbb RW |
9898 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
9899 | test $ac_status = 0; } 2>conftest.err; then | |
39144654 RW |
9900 | soname=conftest |
9901 | lib=conftest | |
9902 | libobjs=conftest.$ac_objext | |
9903 | deplibs= | |
9904 | wl=$lt_prog_compiler_wl | |
9905 | pic_flag=$lt_prog_compiler_pic | |
9906 | compiler_flags=-v | |
9907 | linker_flags=-v | |
9908 | verstring= | |
9909 | output_objdir=. | |
9910 | libname=conftest | |
9911 | lt_save_allow_undefined_flag=$allow_undefined_flag | |
9912 | allow_undefined_flag= | |
81ecdfbb | 9913 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5 |
d7040cdb | 9914 | (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5 |
20e95c23 | 9915 | ac_status=$? |
81ecdfbb RW |
9916 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
9917 | test $ac_status = 0; } | |
39144654 RW |
9918 | then |
9919 | lt_cv_archive_cmds_need_lc=no | |
9920 | else | |
9921 | lt_cv_archive_cmds_need_lc=yes | |
9922 | fi | |
9923 | allow_undefined_flag=$lt_save_allow_undefined_flag | |
9924 | else | |
9925 | cat conftest.err 1>&5 | |
9926 | fi | |
9927 | $RM conftest* | |
9928 | ||
9929 | fi | |
81ecdfbb RW |
9930 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5 |
9931 | $as_echo "$lt_cv_archive_cmds_need_lc" >&6; } | |
39144654 | 9932 | archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc |
d7040cdb SE |
9933 | ;; |
9934 | esac | |
9935 | fi | |
9936 | ;; | |
9937 | esac | |
9938 | ||
9939 | ||
9940 | ||
9941 | ||
9942 | ||
9943 | ||
9944 | ||
9945 | ||
9946 | ||
9947 | ||
9948 | ||
9949 | ||
9950 | ||
9951 | ||
9952 | ||
9953 | ||
9954 | ||
9955 | ||
9956 | ||
9957 | ||
9958 | ||
9959 | ||
9960 | ||
9961 | ||
9962 | ||
9963 | ||
9964 | ||
9965 | ||
9966 | ||
9967 | ||
9968 | ||
9969 | ||
9970 | ||
9971 | ||
9972 | ||
9973 | ||
9974 | ||
9975 | ||
9976 | ||
9977 | ||
9978 | ||
9979 | ||
9980 | ||
9981 | ||
9982 | ||
9983 | ||
9984 | ||
9985 | ||
9986 | ||
9987 | ||
9988 | ||
9989 | ||
9990 | ||
9991 | ||
9992 | ||
9993 | ||
9994 | ||
9995 | ||
9996 | ||
9997 | ||
9998 | ||
9999 | ||
10000 | ||
10001 | ||
10002 | ||
10003 | ||
10004 | ||
10005 | ||
10006 | ||
10007 | ||
10008 | ||
10009 | ||
10010 | ||
10011 | ||
10012 | ||
10013 | ||
10014 | ||
10015 | ||
10016 | ||
10017 | ||
10018 | ||
10019 | ||
10020 | ||
10021 | ||
10022 | ||
10023 | ||
10024 | ||
10025 | ||
10026 | ||
10027 | ||
10028 | ||
10029 | ||
10030 | ||
10031 | ||
10032 | ||
10033 | ||
10034 | ||
10035 | ||
10036 | ||
10037 | ||
10038 | ||
10039 | ||
10040 | ||
10041 | ||
10042 | ||
10043 | ||
10044 | ||
10045 | ||
10046 | ||
10047 | ||
10048 | ||
10049 | ||
10050 | ||
10051 | ||
10052 | ||
10053 | ||
10054 | ||
10055 | ||
10056 | ||
10057 | ||
10058 | ||
10059 | ||
10060 | ||
10061 | ||
10062 | ||
10063 | ||
10064 | ||
10065 | ||
10066 | ||
10067 | ||
10068 | ||
10069 | ||
10070 | ||
10071 | ||
10072 | ||
10073 | ||
10074 | ||
10075 | ||
10076 | ||
10077 | ||
10078 | ||
10079 | ||
10080 | ||
10081 | ||
10082 | ||
10083 | ||
10084 | ||
10085 | ||
10086 | ||
10087 | ||
10088 | ||
10089 | ||
10090 | ||
10091 | ||
10092 | ||
10093 | ||
10094 | ||
81ecdfbb RW |
10095 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5 |
10096 | $as_echo_n "checking dynamic linker characteristics... " >&6; } | |
718a6fd8 SE |
10097 | |
10098 | if test "$GCC" = yes; then | |
d7040cdb SE |
10099 | case $host_os in |
10100 | darwin*) lt_awk_arg="/^libraries:/,/LR/" ;; | |
10101 | *) lt_awk_arg="/^libraries:/" ;; | |
10102 | esac | |
3725885a RW |
10103 | case $host_os in |
10104 | mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;; | |
10105 | *) lt_sed_strip_eq="s,=/,/,g" ;; | |
10106 | esac | |
10107 | lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` | |
10108 | case $lt_search_path_spec in | |
10109 | *\;*) | |
d7040cdb SE |
10110 | # if the path contains ";" then we assume it to be the separator |
10111 | # otherwise default to the standard path separator (i.e. ":") - it is | |
10112 | # assumed that no part of a normal pathname contains ";" but that should | |
10113 | # okay in the real world where ";" in dirpaths is itself problematic. | |
3725885a RW |
10114 | lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` |
10115 | ;; | |
10116 | *) | |
10117 | lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` | |
10118 | ;; | |
10119 | esac | |
d7040cdb SE |
10120 | # Ok, now we have the path, separated by spaces, we can step through it |
10121 | # and add multilib dir if necessary. | |
10122 | lt_tmp_lt_search_path_spec= | |
10123 | lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` | |
10124 | for lt_sys_path in $lt_search_path_spec; do | |
10125 | if test -d "$lt_sys_path/$lt_multi_os_dir"; then | |
10126 | lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir" | |
10127 | else | |
10128 | test -d "$lt_sys_path" && \ | |
10129 | lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" | |
10130 | fi | |
10131 | done | |
3725885a | 10132 | lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk ' |
d7040cdb SE |
10133 | BEGIN {RS=" "; FS="/|\n";} { |
10134 | lt_foo=""; | |
10135 | lt_count=0; | |
10136 | for (lt_i = NF; lt_i > 0; lt_i--) { | |
10137 | if ($lt_i != "" && $lt_i != ".") { | |
10138 | if ($lt_i == "..") { | |
10139 | lt_count++; | |
10140 | } else { | |
10141 | if (lt_count == 0) { | |
10142 | lt_foo="/" $lt_i lt_foo; | |
10143 | } else { | |
10144 | lt_count--; | |
10145 | } | |
10146 | } | |
10147 | } | |
10148 | } | |
10149 | if (lt_foo != "") { lt_freq[lt_foo]++; } | |
10150 | if (lt_freq[lt_foo] == 1) { print lt_foo; } | |
10151 | }'` | |
3725885a RW |
10152 | # AWK program above erroneously prepends '/' to C:/dos/paths |
10153 | # for these hosts. | |
10154 | case $host_os in | |
10155 | mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\ | |
10156 | $SED 's,/\([A-Za-z]:\),\1,g'` ;; | |
10157 | esac | |
10158 | sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` | |
d7040cdb SE |
10159 | else |
10160 | sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" | |
10161 | fi | |
10162 | library_names_spec= | |
10163 | libname_spec='lib$name' | |
10164 | soname_spec= | |
10165 | shrext_cmds=".so" | |
10166 | postinstall_cmds= | |
10167 | postuninstall_cmds= | |
10168 | finish_cmds= | |
10169 | finish_eval= | |
10170 | shlibpath_var= | |
10171 | shlibpath_overrides_runpath=unknown | |
10172 | version_type=none | |
10173 | dynamic_linker="$host_os ld.so" | |
10174 | sys_lib_dlsearch_path_spec="/lib /usr/lib" | |
10175 | need_lib_prefix=unknown | |
10176 | hardcode_into_libs=no | |
10177 | ||
10178 | # when you set need_version to no, make sure it does not cause -set_version | |
10179 | # flags to be left without arguments | |
10180 | need_version=unknown | |
10181 | ||
10182 | case $host_os in | |
10183 | aix3*) | |
10184 | version_type=linux | |
10185 | library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' | |
10186 | shlibpath_var=LIBPATH | |
10187 | ||
10188 | # AIX 3 has no versioning support, so we append a major version to the name. | |
10189 | soname_spec='${libname}${release}${shared_ext}$major' | |
10190 | ;; | |
10191 | ||
50e7d84b | 10192 | aix[4-9]*) |
d7040cdb SE |
10193 | version_type=linux |
10194 | need_lib_prefix=no | |
10195 | need_version=no | |
10196 | hardcode_into_libs=yes | |
10197 | if test "$host_cpu" = ia64; then | |
10198 | # AIX 5 supports IA64 | |
10199 | library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' | |
10200 | shlibpath_var=LD_LIBRARY_PATH | |
10201 | else | |
10202 | # With GCC up to 2.95.x, collect2 would create an import file | |
10203 | # for dependence libraries. The import file would start with | |
10204 | # the line `#! .'. This would cause the generated library to | |
10205 | # depend on `.', always an invalid library. This was fixed in | |
10206 | # development snapshots of GCC prior to 3.0. | |
10207 | case $host_os in | |
10208 | aix4 | aix4.[01] | aix4.[01].*) | |
10209 | if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' | |
10210 | echo ' yes ' | |
10211 | echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then | |
10212 | : | |
10213 | else | |
10214 | can_build_shared=no | |
10215 | fi | |
10216 | ;; | |
10217 | esac | |
10218 | # AIX (on Power*) has no versioning support, so currently we can not hardcode correct | |
10219 | # soname into executable. Probably we can add versioning support to | |
10220 | # collect2, so additional links can be useful in future. | |
10221 | if test "$aix_use_runtimelinking" = yes; then | |
10222 | # If using run time linking (on AIX 4.2 or later) use lib<name>.so | |
10223 | # instead of lib<name>.a to let people know that these are not | |
10224 | # typical AIX shared libraries. | |
10225 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
10226 | else | |
10227 | # We preserve .a as extension for shared libraries through AIX4.2 | |
10228 | # and later when we are not doing run time linking. | |
10229 | library_names_spec='${libname}${release}.a $libname.a' | |
10230 | soname_spec='${libname}${release}${shared_ext}$major' | |
10231 | fi | |
10232 | shlibpath_var=LIBPATH | |
10233 | fi | |
10234 | ;; | |
10235 | ||
10236 | amigaos*) | |
718a6fd8 SE |
10237 | case $host_cpu in |
10238 | powerpc) | |
10239 | # Since July 2007 AmigaOS4 officially supports .so libraries. | |
10240 | # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. | |
10241 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
10242 | ;; | |
10243 | m68k) | |
d7040cdb SE |
10244 | library_names_spec='$libname.ixlibrary $libname.a' |
10245 | # Create ${libname}_ixlibrary.a entries in /sys/libs. | |
3725885a | 10246 | finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' |
718a6fd8 SE |
10247 | ;; |
10248 | esac | |
d7040cdb SE |
10249 | ;; |
10250 | ||
10251 | beos*) | |
10252 | library_names_spec='${libname}${shared_ext}' | |
10253 | dynamic_linker="$host_os ld.so" | |
10254 | shlibpath_var=LIBRARY_PATH | |
10255 | ;; | |
10256 | ||
10257 | bsdi[45]*) | |
10258 | version_type=linux | |
10259 | need_version=no | |
10260 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
10261 | soname_spec='${libname}${release}${shared_ext}$major' | |
10262 | finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' | |
10263 | shlibpath_var=LD_LIBRARY_PATH | |
10264 | sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" | |
10265 | sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" | |
10266 | # the default ld.so.conf also contains /usr/contrib/lib and | |
10267 | # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow | |
10268 | # libtool to hard-code these into programs | |
10269 | ;; | |
10270 | ||
718a6fd8 | 10271 | cygwin* | mingw* | pw32* | cegcc*) |
d7040cdb SE |
10272 | version_type=windows |
10273 | shrext_cmds=".dll" | |
10274 | need_version=no | |
10275 | need_lib_prefix=no | |
10276 | ||
718a6fd8 SE |
10277 | case $GCC,$host_os in |
10278 | yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*) | |
d7040cdb SE |
10279 | library_names_spec='$libname.dll.a' |
10280 | # DLL is installed to $(libdir)/../bin by postinstall_cmds | |
10281 | postinstall_cmds='base_file=`basename \${file}`~ | |
10282 | dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ | |
10283 | dldir=$destdir/`dirname \$dlpath`~ | |
10284 | test -d \$dldir || mkdir -p \$dldir~ | |
10285 | $install_prog $dir/$dlname \$dldir/$dlname~ | |
10286 | chmod a+x \$dldir/$dlname~ | |
10287 | if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then | |
10288 | eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; | |
10289 | fi' | |
10290 | postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ | |
10291 | dlpath=$dir/\$dldll~ | |
10292 | $RM \$dlpath' | |
10293 | shlibpath_overrides_runpath=yes | |
10294 | ||
10295 | case $host_os in | |
10296 | cygwin*) | |
10297 | # Cygwin DLLs use 'cyg' prefix rather than 'lib' | |
10298 | soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' | |
3725885a RW |
10299 | |
10300 | sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api" | |
d7040cdb | 10301 | ;; |
718a6fd8 | 10302 | mingw* | cegcc*) |
d7040cdb SE |
10303 | # MinGW DLLs use traditional 'lib' prefix |
10304 | soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' | |
d7040cdb SE |
10305 | ;; |
10306 | pw32*) | |
10307 | # pw32 DLLs use 'pw' prefix rather than 'lib' | |
10308 | library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' | |
10309 | ;; | |
10310 | esac | |
10311 | ;; | |
10312 | ||
10313 | *) | |
10314 | library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' | |
10315 | ;; | |
10316 | esac | |
10317 | dynamic_linker='Win32 ld.exe' | |
10318 | # FIXME: first we should search . and the directory the executable is in | |
10319 | shlibpath_var=PATH | |
10320 | ;; | |
10321 | ||
10322 | darwin* | rhapsody*) | |
10323 | dynamic_linker="$host_os dyld" | |
10324 | version_type=darwin | |
10325 | need_lib_prefix=no | |
10326 | need_version=no | |
10327 | library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext' | |
10328 | soname_spec='${libname}${release}${major}$shared_ext' | |
10329 | shlibpath_overrides_runpath=yes | |
10330 | shlibpath_var=DYLD_LIBRARY_PATH | |
10331 | shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' | |
10332 | ||
10333 | sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib" | |
10334 | sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' | |
10335 | ;; | |
10336 | ||
10337 | dgux*) | |
10338 | version_type=linux | |
10339 | need_lib_prefix=no | |
10340 | need_version=no | |
10341 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' | |
10342 | soname_spec='${libname}${release}${shared_ext}$major' | |
10343 | shlibpath_var=LD_LIBRARY_PATH | |
10344 | ;; | |
10345 | ||
10346 | freebsd1*) | |
10347 | dynamic_linker=no | |
10348 | ;; | |
10349 | ||
10350 | freebsd* | dragonfly*) | |
10351 | # DragonFly does not have aout. When/if they implement a new | |
10352 | # versioning mechanism, adjust this. | |
10353 | if test -x /usr/bin/objformat; then | |
10354 | objformat=`/usr/bin/objformat` | |
10355 | else | |
10356 | case $host_os in | |
10357 | freebsd[123]*) objformat=aout ;; | |
10358 | *) objformat=elf ;; | |
10359 | esac | |
10360 | fi | |
10361 | version_type=freebsd-$objformat | |
10362 | case $version_type in | |
10363 | freebsd-elf*) | |
10364 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' | |
10365 | need_version=no | |
10366 | need_lib_prefix=no | |
10367 | ;; | |
10368 | freebsd-*) | |
10369 | library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' | |
10370 | need_version=yes | |
10371 | ;; | |
10372 | esac | |
10373 | shlibpath_var=LD_LIBRARY_PATH | |
10374 | case $host_os in | |
10375 | freebsd2*) | |
10376 | shlibpath_overrides_runpath=yes | |
10377 | ;; | |
10378 | freebsd3.[01]* | freebsdelf3.[01]*) | |
10379 | shlibpath_overrides_runpath=yes | |
10380 | hardcode_into_libs=yes | |
10381 | ;; | |
10382 | freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ | |
10383 | freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) | |
10384 | shlibpath_overrides_runpath=no | |
10385 | hardcode_into_libs=yes | |
10386 | ;; | |
10387 | *) # from 4.6 on, and DragonFly | |
10388 | shlibpath_overrides_runpath=yes | |
10389 | hardcode_into_libs=yes | |
10390 | ;; | |
10391 | esac | |
10392 | ;; | |
10393 | ||
10394 | gnu*) | |
10395 | version_type=linux | |
10396 | need_lib_prefix=no | |
10397 | need_version=no | |
10398 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' | |
10399 | soname_spec='${libname}${release}${shared_ext}$major' | |
10400 | shlibpath_var=LD_LIBRARY_PATH | |
10401 | hardcode_into_libs=yes | |
10402 | ;; | |
10403 | ||
3725885a RW |
10404 | haiku*) |
10405 | version_type=linux | |
10406 | need_lib_prefix=no | |
10407 | need_version=no | |
10408 | dynamic_linker="$host_os runtime_loader" | |
10409 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' | |
10410 | soname_spec='${libname}${release}${shared_ext}$major' | |
10411 | shlibpath_var=LIBRARY_PATH | |
10412 | shlibpath_overrides_runpath=yes | |
10413 | sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib' | |
10414 | hardcode_into_libs=yes | |
10415 | ;; | |
10416 | ||
d7040cdb SE |
10417 | hpux9* | hpux10* | hpux11*) |
10418 | # Give a soname corresponding to the major version so that dld.sl refuses to | |
10419 | # link against other versions. | |
10420 | version_type=sunos | |
10421 | need_lib_prefix=no | |
10422 | need_version=no | |
10423 | case $host_cpu in | |
10424 | ia64*) | |
10425 | shrext_cmds='.so' | |
10426 | hardcode_into_libs=yes | |
10427 | dynamic_linker="$host_os dld.so" | |
10428 | shlibpath_var=LD_LIBRARY_PATH | |
10429 | shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. | |
10430 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
10431 | soname_spec='${libname}${release}${shared_ext}$major' | |
10432 | if test "X$HPUX_IA64_MODE" = X32; then | |
10433 | sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" | |
10434 | else | |
10435 | sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" | |
10436 | fi | |
10437 | sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec | |
10438 | ;; | |
10439 | hppa*64*) | |
10440 | shrext_cmds='.sl' | |
10441 | hardcode_into_libs=yes | |
10442 | dynamic_linker="$host_os dld.sl" | |
10443 | shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH | |
10444 | shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. | |
10445 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
10446 | soname_spec='${libname}${release}${shared_ext}$major' | |
10447 | sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" | |
10448 | sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec | |
10449 | ;; | |
10450 | *) | |
10451 | shrext_cmds='.sl' | |
10452 | dynamic_linker="$host_os dld.sl" | |
10453 | shlibpath_var=SHLIB_PATH | |
10454 | shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH | |
10455 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
10456 | soname_spec='${libname}${release}${shared_ext}$major' | |
10457 | ;; | |
10458 | esac | |
3725885a | 10459 | # HP-UX runs *really* slowly unless shared libraries are mode 555, ... |
d7040cdb | 10460 | postinstall_cmds='chmod 555 $lib' |
3725885a RW |
10461 | # or fails outright, so override atomically: |
10462 | install_override_mode=555 | |
d7040cdb SE |
10463 | ;; |
10464 | ||
10465 | interix[3-9]*) | |
10466 | version_type=linux | |
10467 | need_lib_prefix=no | |
10468 | need_version=no | |
10469 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' | |
10470 | soname_spec='${libname}${release}${shared_ext}$major' | |
10471 | dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' | |
10472 | shlibpath_var=LD_LIBRARY_PATH | |
10473 | shlibpath_overrides_runpath=no | |
10474 | hardcode_into_libs=yes | |
10475 | ;; | |
10476 | ||
10477 | irix5* | irix6* | nonstopux*) | |
10478 | case $host_os in | |
10479 | nonstopux*) version_type=nonstopux ;; | |
10480 | *) | |
10481 | if test "$lt_cv_prog_gnu_ld" = yes; then | |
10482 | version_type=linux | |
10483 | else | |
10484 | version_type=irix | |
10485 | fi ;; | |
10486 | esac | |
10487 | need_lib_prefix=no | |
10488 | need_version=no | |
10489 | soname_spec='${libname}${release}${shared_ext}$major' | |
10490 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' | |
10491 | case $host_os in | |
10492 | irix5* | nonstopux*) | |
10493 | libsuff= shlibsuff= | |
10494 | ;; | |
10495 | *) | |
10496 | case $LD in # libtool.m4 will add one of these switches to LD | |
10497 | *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") | |
10498 | libsuff= shlibsuff= libmagic=32-bit;; | |
10499 | *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") | |
10500 | libsuff=32 shlibsuff=N32 libmagic=N32;; | |
10501 | *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") | |
10502 | libsuff=64 shlibsuff=64 libmagic=64-bit;; | |
10503 | *) libsuff= shlibsuff= libmagic=never-match;; | |
10504 | esac | |
10505 | ;; | |
10506 | esac | |
10507 | shlibpath_var=LD_LIBRARY${shlibsuff}_PATH | |
10508 | shlibpath_overrides_runpath=no | |
10509 | sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" | |
10510 | sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" | |
10511 | hardcode_into_libs=yes | |
10512 | ;; | |
10513 | ||
10514 | # No shared lib support for Linux oldld, aout, or coff. | |
10515 | linux*oldld* | linux*aout* | linux*coff*) | |
10516 | dynamic_linker=no | |
10517 | ;; | |
10518 | ||
10519 | # This must be Linux ELF. | |
58e24671 | 10520 | linux* | k*bsd*-gnu | kopensolaris*-gnu) |
d7040cdb SE |
10521 | version_type=linux |
10522 | need_lib_prefix=no | |
10523 | need_version=no | |
10524 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
10525 | soname_spec='${libname}${release}${shared_ext}$major' | |
10526 | finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' | |
10527 | shlibpath_var=LD_LIBRARY_PATH | |
10528 | shlibpath_overrides_runpath=no | |
39144654 | 10529 | |
d7040cdb | 10530 | # Some binutils ld are patched to set DT_RUNPATH |
81ecdfbb RW |
10531 | if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then : |
10532 | $as_echo_n "(cached) " >&6 | |
39144654 RW |
10533 | else |
10534 | lt_cv_shlibpath_overrides_runpath=no | |
10535 | save_LDFLAGS=$LDFLAGS | |
10536 | save_libdir=$libdir | |
10537 | eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \ | |
10538 | LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\"" | |
81ecdfbb | 10539 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
d7040cdb SE |
10540 | /* end confdefs.h. */ |
10541 | ||
10542 | int | |
10543 | main () | |
10544 | { | |
10545 | ||
10546 | ; | |
10547 | return 0; | |
10548 | } | |
10549 | _ACEOF | |
81ecdfbb RW |
10550 | if ac_fn_c_try_link "$LINENO"; then : |
10551 | if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then : | |
39144654 | 10552 | lt_cv_shlibpath_overrides_runpath=yes |
d7040cdb | 10553 | fi |
d7040cdb | 10554 | fi |
81ecdfbb RW |
10555 | rm -f core conftest.err conftest.$ac_objext \ |
10556 | conftest$ac_exeext conftest.$ac_ext | |
39144654 RW |
10557 | LDFLAGS=$save_LDFLAGS |
10558 | libdir=$save_libdir | |
10559 | ||
10560 | fi | |
10561 | ||
10562 | shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath | |
d7040cdb SE |
10563 | |
10564 | # This implies no fast_install, which is unacceptable. | |
10565 | # Some rework will be needed to allow for fast_install | |
10566 | # before this can be enabled. | |
10567 | hardcode_into_libs=yes | |
10568 | ||
10569 | # Append ld.so.conf contents to the search path | |
10570 | if test -f /etc/ld.so.conf; then | |
3725885a | 10571 | lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` |
d7040cdb SE |
10572 | sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" |
10573 | fi | |
10574 | ||
10575 | # We used to test for /lib/ld.so.1 and disable shared libraries on | |
10576 | # powerpc, because MkLinux only supported shared libraries with the | |
10577 | # GNU dynamic linker. Since this was broken with cross compilers, | |
10578 | # most powerpc-linux boxes support dynamic linking these days and | |
10579 | # people can always --disable-shared, the test was removed, and we | |
10580 | # assume the GNU/Linux dynamic linker is in use. | |
10581 | dynamic_linker='GNU/Linux ld.so' | |
10582 | ;; | |
10583 | ||
10584 | netbsd*) | |
10585 | version_type=sunos | |
10586 | need_lib_prefix=no | |
10587 | need_version=no | |
10588 | if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then | |
10589 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' | |
10590 | finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' | |
10591 | dynamic_linker='NetBSD (a.out) ld.so' | |
10592 | else | |
10593 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' | |
10594 | soname_spec='${libname}${release}${shared_ext}$major' | |
10595 | dynamic_linker='NetBSD ld.elf_so' | |
10596 | fi | |
10597 | shlibpath_var=LD_LIBRARY_PATH | |
10598 | shlibpath_overrides_runpath=yes | |
10599 | hardcode_into_libs=yes | |
10600 | ;; | |
10601 | ||
10602 | newsos6) | |
10603 | version_type=linux | |
10604 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
10605 | shlibpath_var=LD_LIBRARY_PATH | |
10606 | shlibpath_overrides_runpath=yes | |
10607 | ;; | |
10608 | ||
10609 | *nto* | *qnx*) | |
10610 | version_type=qnx | |
10611 | need_lib_prefix=no | |
10612 | need_version=no | |
10613 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
10614 | soname_spec='${libname}${release}${shared_ext}$major' | |
10615 | shlibpath_var=LD_LIBRARY_PATH | |
10616 | shlibpath_overrides_runpath=no | |
10617 | hardcode_into_libs=yes | |
10618 | dynamic_linker='ldqnx.so' | |
10619 | ;; | |
10620 | ||
10621 | openbsd*) | |
10622 | version_type=sunos | |
10623 | sys_lib_dlsearch_path_spec="/usr/lib" | |
10624 | need_lib_prefix=no | |
10625 | # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs. | |
10626 | case $host_os in | |
10627 | openbsd3.3 | openbsd3.3.*) need_version=yes ;; | |
10628 | *) need_version=no ;; | |
10629 | esac | |
10630 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' | |
10631 | finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' | |
10632 | shlibpath_var=LD_LIBRARY_PATH | |
10633 | if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then | |
10634 | case $host_os in | |
10635 | openbsd2.[89] | openbsd2.[89].*) | |
10636 | shlibpath_overrides_runpath=no | |
10637 | ;; | |
10638 | *) | |
10639 | shlibpath_overrides_runpath=yes | |
10640 | ;; | |
10641 | esac | |
10642 | else | |
10643 | shlibpath_overrides_runpath=yes | |
10644 | fi | |
10645 | ;; | |
10646 | ||
10647 | os2*) | |
10648 | libname_spec='$name' | |
10649 | shrext_cmds=".dll" | |
10650 | need_lib_prefix=no | |
10651 | library_names_spec='$libname${shared_ext} $libname.a' | |
10652 | dynamic_linker='OS/2 ld.exe' | |
10653 | shlibpath_var=LIBPATH | |
10654 | ;; | |
10655 | ||
10656 | osf3* | osf4* | osf5*) | |
10657 | version_type=osf | |
10658 | need_lib_prefix=no | |
10659 | need_version=no | |
10660 | soname_spec='${libname}${release}${shared_ext}$major' | |
10661 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
10662 | shlibpath_var=LD_LIBRARY_PATH | |
10663 | sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" | |
10664 | sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" | |
10665 | ;; | |
10666 | ||
10667 | rdos*) | |
10668 | dynamic_linker=no | |
10669 | ;; | |
10670 | ||
10671 | solaris*) | |
10672 | version_type=linux | |
10673 | need_lib_prefix=no | |
10674 | need_version=no | |
10675 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
10676 | soname_spec='${libname}${release}${shared_ext}$major' | |
10677 | shlibpath_var=LD_LIBRARY_PATH | |
10678 | shlibpath_overrides_runpath=yes | |
10679 | hardcode_into_libs=yes | |
10680 | # ldd complains unless libraries are executable | |
10681 | postinstall_cmds='chmod +x $lib' | |
10682 | ;; | |
10683 | ||
10684 | sunos4*) | |
10685 | version_type=sunos | |
10686 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' | |
10687 | finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' | |
10688 | shlibpath_var=LD_LIBRARY_PATH | |
10689 | shlibpath_overrides_runpath=yes | |
10690 | if test "$with_gnu_ld" = yes; then | |
10691 | need_lib_prefix=no | |
10692 | fi | |
10693 | need_version=yes | |
10694 | ;; | |
10695 | ||
10696 | sysv4 | sysv4.3*) | |
10697 | version_type=linux | |
10698 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
10699 | soname_spec='${libname}${release}${shared_ext}$major' | |
10700 | shlibpath_var=LD_LIBRARY_PATH | |
10701 | case $host_vendor in | |
10702 | sni) | |
10703 | shlibpath_overrides_runpath=no | |
10704 | need_lib_prefix=no | |
10705 | runpath_var=LD_RUN_PATH | |
10706 | ;; | |
10707 | siemens) | |
10708 | need_lib_prefix=no | |
10709 | ;; | |
10710 | motorola) | |
10711 | need_lib_prefix=no | |
10712 | need_version=no | |
10713 | shlibpath_overrides_runpath=no | |
10714 | sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' | |
10715 | ;; | |
10716 | esac | |
10717 | ;; | |
10718 | ||
10719 | sysv4*MP*) | |
10720 | if test -d /usr/nec ;then | |
10721 | version_type=linux | |
10722 | library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' | |
10723 | soname_spec='$libname${shared_ext}.$major' | |
10724 | shlibpath_var=LD_LIBRARY_PATH | |
10725 | fi | |
10726 | ;; | |
10727 | ||
10728 | sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) | |
10729 | version_type=freebsd-elf | |
10730 | need_lib_prefix=no | |
10731 | need_version=no | |
10732 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' | |
10733 | soname_spec='${libname}${release}${shared_ext}$major' | |
10734 | shlibpath_var=LD_LIBRARY_PATH | |
10735 | shlibpath_overrides_runpath=yes | |
10736 | hardcode_into_libs=yes | |
10737 | if test "$with_gnu_ld" = yes; then | |
10738 | sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' | |
10739 | else | |
10740 | sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' | |
10741 | case $host_os in | |
10742 | sco3.2v5*) | |
10743 | sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" | |
10744 | ;; | |
10745 | esac | |
10746 | fi | |
10747 | sys_lib_dlsearch_path_spec='/usr/lib' | |
10748 | ;; | |
10749 | ||
10750 | tpf*) | |
10751 | # TPF is a cross-target only. Preferred cross-host = GNU/Linux. | |
10752 | version_type=linux | |
10753 | need_lib_prefix=no | |
10754 | need_version=no | |
718a6fd8 | 10755 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' |
d7040cdb SE |
10756 | shlibpath_var=LD_LIBRARY_PATH |
10757 | shlibpath_overrides_runpath=no | |
10758 | hardcode_into_libs=yes | |
10759 | ;; | |
10760 | ||
10761 | uts4*) | |
10762 | version_type=linux | |
10763 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
10764 | soname_spec='${libname}${release}${shared_ext}$major' | |
10765 | shlibpath_var=LD_LIBRARY_PATH | |
10766 | ;; | |
10767 | ||
10768 | *) | |
10769 | dynamic_linker=no | |
10770 | ;; | |
10771 | esac | |
81ecdfbb RW |
10772 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5 |
10773 | $as_echo "$dynamic_linker" >&6; } | |
d7040cdb SE |
10774 | test "$dynamic_linker" = no && can_build_shared=no |
10775 | ||
10776 | variables_saved_for_relink="PATH $shlibpath_var $runpath_var" | |
10777 | if test "$GCC" = yes; then | |
10778 | variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" | |
10779 | fi | |
10780 | ||
718a6fd8 SE |
10781 | if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then |
10782 | sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" | |
10783 | fi | |
10784 | if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then | |
10785 | sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec" | |
10786 | fi | |
10787 | ||
d7040cdb SE |
10788 | |
10789 | ||
10790 | ||
10791 | ||
10792 | ||
10793 | ||
10794 | ||
10795 | ||
10796 | ||
10797 | ||
10798 | ||
10799 | ||
10800 | ||
10801 | ||
10802 | ||
10803 | ||
10804 | ||
10805 | ||
10806 | ||
10807 | ||
10808 | ||
10809 | ||
10810 | ||
10811 | ||
10812 | ||
10813 | ||
10814 | ||
10815 | ||
10816 | ||
10817 | ||
10818 | ||
10819 | ||
10820 | ||
10821 | ||
10822 | ||
10823 | ||
10824 | ||
10825 | ||
10826 | ||
10827 | ||
10828 | ||
10829 | ||
10830 | ||
10831 | ||
10832 | ||
10833 | ||
10834 | ||
10835 | ||
10836 | ||
10837 | ||
10838 | ||
10839 | ||
10840 | ||
10841 | ||
10842 | ||
10843 | ||
10844 | ||
10845 | ||
10846 | ||
10847 | ||
10848 | ||
10849 | ||
10850 | ||
10851 | ||
10852 | ||
10853 | ||
10854 | ||
10855 | ||
10856 | ||
10857 | ||
10858 | ||
10859 | ||
10860 | ||
10861 | ||
10862 | ||
10863 | ||
10864 | ||
10865 | ||
10866 | ||
10867 | ||
3725885a RW |
10868 | |
10869 | ||
10870 | ||
10871 | ||
10872 | ||
d7040cdb SE |
10873 | |
10874 | ||
10875 | ||
10876 | ||
10877 | ||
10878 | ||
81ecdfbb RW |
10879 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5 |
10880 | $as_echo_n "checking how to hardcode library paths into programs... " >&6; } | |
d7040cdb SE |
10881 | hardcode_action= |
10882 | if test -n "$hardcode_libdir_flag_spec" || | |
10883 | test -n "$runpath_var" || | |
10884 | test "X$hardcode_automatic" = "Xyes" ; then | |
10885 | ||
10886 | # We can hardcode non-existent directories. | |
10887 | if test "$hardcode_direct" != no && | |
10888 | # If the only mechanism to avoid hardcoding is shlibpath_var, we | |
10889 | # have to relink, otherwise we might link with an installed library | |
10890 | # when we should be linking with a yet-to-be-installed one | |
10891 | ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no && | |
10892 | test "$hardcode_minus_L" != no; then | |
10893 | # Linking always hardcodes the temporary library directory. | |
10894 | hardcode_action=relink | |
10895 | else | |
10896 | # We can link without hardcoding, and we can hardcode nonexisting dirs. | |
10897 | hardcode_action=immediate | |
10898 | fi | |
10899 | else | |
10900 | # We cannot hardcode anything, or else we can only hardcode existing | |
10901 | # directories. | |
10902 | hardcode_action=unsupported | |
10903 | fi | |
81ecdfbb RW |
10904 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5 |
10905 | $as_echo "$hardcode_action" >&6; } | |
d7040cdb SE |
10906 | |
10907 | if test "$hardcode_action" = relink || | |
10908 | test "$inherit_rpath" = yes; then | |
10909 | # Fast installation is not supported | |
10910 | enable_fast_install=no | |
10911 | elif test "$shlibpath_overrides_runpath" = yes || | |
10912 | test "$enable_shared" = no; then | |
10913 | # Fast installation is not necessary | |
10914 | enable_fast_install=needless | |
10915 | fi | |
10916 | ||
10917 | ||
10918 | ||
10919 | ||
10920 | ||
10921 | ||
10922 | if test "x$enable_dlopen" != xyes; then | |
10923 | enable_dlopen=unknown | |
10924 | enable_dlopen_self=unknown | |
10925 | enable_dlopen_self_static=unknown | |
10926 | else | |
10927 | lt_cv_dlopen=no | |
10928 | lt_cv_dlopen_libs= | |
10929 | ||
10930 | case $host_os in | |
10931 | beos*) | |
10932 | lt_cv_dlopen="load_add_on" | |
10933 | lt_cv_dlopen_libs= | |
10934 | lt_cv_dlopen_self=yes | |
10935 | ;; | |
10936 | ||
718a6fd8 | 10937 | mingw* | pw32* | cegcc*) |
d7040cdb SE |
10938 | lt_cv_dlopen="LoadLibrary" |
10939 | lt_cv_dlopen_libs= | |
10940 | ;; | |
10941 | ||
10942 | cygwin*) | |
10943 | lt_cv_dlopen="dlopen" | |
10944 | lt_cv_dlopen_libs= | |
10945 | ;; | |
10946 | ||
10947 | darwin*) | |
10948 | # if libdl is installed we need to link against it | |
81ecdfbb RW |
10949 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 |
10950 | $as_echo_n "checking for dlopen in -ldl... " >&6; } | |
10951 | if test "${ac_cv_lib_dl_dlopen+set}" = set; then : | |
10952 | $as_echo_n "(cached) " >&6 | |
d7040cdb SE |
10953 | else |
10954 | ac_check_lib_save_LIBS=$LIBS | |
10955 | LIBS="-ldl $LIBS" | |
81ecdfbb | 10956 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
d7040cdb SE |
10957 | /* end confdefs.h. */ |
10958 | ||
81ecdfbb RW |
10959 | /* Override any GCC internal prototype to avoid an error. |
10960 | Use char because int might match the return type of a GCC | |
10961 | builtin and then its argument prototype would still apply. */ | |
d7040cdb SE |
10962 | #ifdef __cplusplus |
10963 | extern "C" | |
10964 | #endif | |
d7040cdb SE |
10965 | char dlopen (); |
10966 | int | |
10967 | main () | |
10968 | { | |
81ecdfbb | 10969 | return dlopen (); |
d7040cdb SE |
10970 | ; |
10971 | return 0; | |
10972 | } | |
10973 | _ACEOF | |
81ecdfbb | 10974 | if ac_fn_c_try_link "$LINENO"; then : |
d7040cdb SE |
10975 | ac_cv_lib_dl_dlopen=yes |
10976 | else | |
81ecdfbb | 10977 | ac_cv_lib_dl_dlopen=no |
d7040cdb | 10978 | fi |
81ecdfbb RW |
10979 | rm -f core conftest.err conftest.$ac_objext \ |
10980 | conftest$ac_exeext conftest.$ac_ext | |
d7040cdb SE |
10981 | LIBS=$ac_check_lib_save_LIBS |
10982 | fi | |
81ecdfbb RW |
10983 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 |
10984 | $as_echo "$ac_cv_lib_dl_dlopen" >&6; } | |
10985 | if test "x$ac_cv_lib_dl_dlopen" = x""yes; then : | |
d7040cdb SE |
10986 | lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" |
10987 | else | |
10988 | ||
10989 | lt_cv_dlopen="dyld" | |
10990 | lt_cv_dlopen_libs= | |
10991 | lt_cv_dlopen_self=yes | |
10992 | ||
10993 | fi | |
10994 | ||
10995 | ;; | |
10996 | ||
10997 | *) | |
81ecdfbb RW |
10998 | ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load" |
10999 | if test "x$ac_cv_func_shl_load" = x""yes; then : | |
d7040cdb SE |
11000 | lt_cv_dlopen="shl_load" |
11001 | else | |
81ecdfbb RW |
11002 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5 |
11003 | $as_echo_n "checking for shl_load in -ldld... " >&6; } | |
11004 | if test "${ac_cv_lib_dld_shl_load+set}" = set; then : | |
11005 | $as_echo_n "(cached) " >&6 | |
d7040cdb SE |
11006 | else |
11007 | ac_check_lib_save_LIBS=$LIBS | |
11008 | LIBS="-ldld $LIBS" | |
81ecdfbb | 11009 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
d7040cdb SE |
11010 | /* end confdefs.h. */ |
11011 | ||
81ecdfbb RW |
11012 | /* Override any GCC internal prototype to avoid an error. |
11013 | Use char because int might match the return type of a GCC | |
11014 | builtin and then its argument prototype would still apply. */ | |
d7040cdb SE |
11015 | #ifdef __cplusplus |
11016 | extern "C" | |
11017 | #endif | |
d7040cdb SE |
11018 | char shl_load (); |
11019 | int | |
11020 | main () | |
11021 | { | |
81ecdfbb | 11022 | return shl_load (); |
d7040cdb SE |
11023 | ; |
11024 | return 0; | |
11025 | } | |
11026 | _ACEOF | |
81ecdfbb | 11027 | if ac_fn_c_try_link "$LINENO"; then : |
d7040cdb SE |
11028 | ac_cv_lib_dld_shl_load=yes |
11029 | else | |
81ecdfbb | 11030 | ac_cv_lib_dld_shl_load=no |
d7040cdb | 11031 | fi |
81ecdfbb RW |
11032 | rm -f core conftest.err conftest.$ac_objext \ |
11033 | conftest$ac_exeext conftest.$ac_ext | |
d7040cdb SE |
11034 | LIBS=$ac_check_lib_save_LIBS |
11035 | fi | |
81ecdfbb RW |
11036 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5 |
11037 | $as_echo "$ac_cv_lib_dld_shl_load" >&6; } | |
11038 | if test "x$ac_cv_lib_dld_shl_load" = x""yes; then : | |
718a6fd8 | 11039 | lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld" |
d7040cdb | 11040 | else |
81ecdfbb RW |
11041 | ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen" |
11042 | if test "x$ac_cv_func_dlopen" = x""yes; then : | |
11043 | lt_cv_dlopen="dlopen" | |
d7040cdb | 11044 | else |
81ecdfbb RW |
11045 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 |
11046 | $as_echo_n "checking for dlopen in -ldl... " >&6; } | |
11047 | if test "${ac_cv_lib_dl_dlopen+set}" = set; then : | |
11048 | $as_echo_n "(cached) " >&6 | |
11049 | else | |
11050 | ac_check_lib_save_LIBS=$LIBS | |
11051 | LIBS="-ldl $LIBS" | |
11052 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
d7040cdb | 11053 | /* end confdefs.h. */ |
d7040cdb | 11054 | |
81ecdfbb RW |
11055 | /* Override any GCC internal prototype to avoid an error. |
11056 | Use char because int might match the return type of a GCC | |
11057 | builtin and then its argument prototype would still apply. */ | |
d7040cdb SE |
11058 | #ifdef __cplusplus |
11059 | extern "C" | |
d7040cdb | 11060 | #endif |
d7040cdb | 11061 | char dlopen (); |
d7040cdb SE |
11062 | int |
11063 | main () | |
11064 | { | |
81ecdfbb | 11065 | return dlopen (); |
d7040cdb SE |
11066 | ; |
11067 | return 0; | |
11068 | } | |
11069 | _ACEOF | |
81ecdfbb RW |
11070 | if ac_fn_c_try_link "$LINENO"; then : |
11071 | ac_cv_lib_dl_dlopen=yes | |
d7040cdb | 11072 | else |
81ecdfbb | 11073 | ac_cv_lib_dl_dlopen=no |
d7040cdb | 11074 | fi |
81ecdfbb RW |
11075 | rm -f core conftest.err conftest.$ac_objext \ |
11076 | conftest$ac_exeext conftest.$ac_ext | |
11077 | LIBS=$ac_check_lib_save_LIBS | |
d7040cdb | 11078 | fi |
81ecdfbb RW |
11079 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 |
11080 | $as_echo "$ac_cv_lib_dl_dlopen" >&6; } | |
11081 | if test "x$ac_cv_lib_dl_dlopen" = x""yes; then : | |
11082 | lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" | |
d7040cdb | 11083 | else |
81ecdfbb RW |
11084 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5 |
11085 | $as_echo_n "checking for dlopen in -lsvld... " >&6; } | |
11086 | if test "${ac_cv_lib_svld_dlopen+set}" = set; then : | |
11087 | $as_echo_n "(cached) " >&6 | |
d7040cdb SE |
11088 | else |
11089 | ac_check_lib_save_LIBS=$LIBS | |
81ecdfbb RW |
11090 | LIBS="-lsvld $LIBS" |
11091 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
d7040cdb SE |
11092 | /* end confdefs.h. */ |
11093 | ||
81ecdfbb RW |
11094 | /* Override any GCC internal prototype to avoid an error. |
11095 | Use char because int might match the return type of a GCC | |
11096 | builtin and then its argument prototype would still apply. */ | |
d7040cdb SE |
11097 | #ifdef __cplusplus |
11098 | extern "C" | |
11099 | #endif | |
d7040cdb SE |
11100 | char dlopen (); |
11101 | int | |
11102 | main () | |
11103 | { | |
81ecdfbb | 11104 | return dlopen (); |
d7040cdb SE |
11105 | ; |
11106 | return 0; | |
11107 | } | |
11108 | _ACEOF | |
81ecdfbb RW |
11109 | if ac_fn_c_try_link "$LINENO"; then : |
11110 | ac_cv_lib_svld_dlopen=yes | |
d7040cdb | 11111 | else |
81ecdfbb | 11112 | ac_cv_lib_svld_dlopen=no |
d7040cdb | 11113 | fi |
81ecdfbb RW |
11114 | rm -f core conftest.err conftest.$ac_objext \ |
11115 | conftest$ac_exeext conftest.$ac_ext | |
d7040cdb SE |
11116 | LIBS=$ac_check_lib_save_LIBS |
11117 | fi | |
81ecdfbb RW |
11118 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5 |
11119 | $as_echo "$ac_cv_lib_svld_dlopen" >&6; } | |
11120 | if test "x$ac_cv_lib_svld_dlopen" = x""yes; then : | |
11121 | lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld" | |
d7040cdb | 11122 | else |
81ecdfbb RW |
11123 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5 |
11124 | $as_echo_n "checking for dld_link in -ldld... " >&6; } | |
11125 | if test "${ac_cv_lib_dld_dld_link+set}" = set; then : | |
11126 | $as_echo_n "(cached) " >&6 | |
d7040cdb SE |
11127 | else |
11128 | ac_check_lib_save_LIBS=$LIBS | |
81ecdfbb RW |
11129 | LIBS="-ldld $LIBS" |
11130 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
d7040cdb SE |
11131 | /* end confdefs.h. */ |
11132 | ||
81ecdfbb RW |
11133 | /* Override any GCC internal prototype to avoid an error. |
11134 | Use char because int might match the return type of a GCC | |
11135 | builtin and then its argument prototype would still apply. */ | |
d7040cdb SE |
11136 | #ifdef __cplusplus |
11137 | extern "C" | |
11138 | #endif | |
81ecdfbb | 11139 | char dld_link (); |
d7040cdb SE |
11140 | int |
11141 | main () | |
11142 | { | |
81ecdfbb | 11143 | return dld_link (); |
d7040cdb SE |
11144 | ; |
11145 | return 0; | |
11146 | } | |
11147 | _ACEOF | |
81ecdfbb | 11148 | if ac_fn_c_try_link "$LINENO"; then : |
d7040cdb SE |
11149 | ac_cv_lib_dld_dld_link=yes |
11150 | else | |
81ecdfbb | 11151 | ac_cv_lib_dld_dld_link=no |
d7040cdb | 11152 | fi |
81ecdfbb RW |
11153 | rm -f core conftest.err conftest.$ac_objext \ |
11154 | conftest$ac_exeext conftest.$ac_ext | |
d7040cdb SE |
11155 | LIBS=$ac_check_lib_save_LIBS |
11156 | fi | |
81ecdfbb RW |
11157 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5 |
11158 | $as_echo "$ac_cv_lib_dld_dld_link" >&6; } | |
11159 | if test "x$ac_cv_lib_dld_dld_link" = x""yes; then : | |
718a6fd8 | 11160 | lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld" |
d7040cdb SE |
11161 | fi |
11162 | ||
11163 | ||
11164 | fi | |
11165 | ||
11166 | ||
11167 | fi | |
11168 | ||
11169 | ||
11170 | fi | |
11171 | ||
11172 | ||
11173 | fi | |
11174 | ||
11175 | ||
11176 | fi | |
11177 | ||
11178 | ;; | |
11179 | esac | |
11180 | ||
11181 | if test "x$lt_cv_dlopen" != xno; then | |
11182 | enable_dlopen=yes | |
11183 | else | |
11184 | enable_dlopen=no | |
11185 | fi | |
11186 | ||
11187 | case $lt_cv_dlopen in | |
11188 | dlopen) | |
11189 | save_CPPFLAGS="$CPPFLAGS" | |
11190 | test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" | |
11191 | ||
11192 | save_LDFLAGS="$LDFLAGS" | |
11193 | wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" | |
11194 | ||
11195 | save_LIBS="$LIBS" | |
11196 | LIBS="$lt_cv_dlopen_libs $LIBS" | |
11197 | ||
81ecdfbb RW |
11198 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5 |
11199 | $as_echo_n "checking whether a program can dlopen itself... " >&6; } | |
11200 | if test "${lt_cv_dlopen_self+set}" = set; then : | |
11201 | $as_echo_n "(cached) " >&6 | |
d7040cdb SE |
11202 | else |
11203 | if test "$cross_compiling" = yes; then : | |
11204 | lt_cv_dlopen_self=cross | |
11205 | else | |
11206 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | |
11207 | lt_status=$lt_dlunknown | |
11208 | cat > conftest.$ac_ext <<_LT_EOF | |
360cfc9c | 11209 | #line 11209 "configure" |
d7040cdb SE |
11210 | #include "confdefs.h" |
11211 | ||
11212 | #if HAVE_DLFCN_H | |
11213 | #include <dlfcn.h> | |
11214 | #endif | |
11215 | ||
11216 | #include <stdio.h> | |
11217 | ||
11218 | #ifdef RTLD_GLOBAL | |
11219 | # define LT_DLGLOBAL RTLD_GLOBAL | |
11220 | #else | |
11221 | # ifdef DL_GLOBAL | |
11222 | # define LT_DLGLOBAL DL_GLOBAL | |
11223 | # else | |
11224 | # define LT_DLGLOBAL 0 | |
11225 | # endif | |
11226 | #endif | |
11227 | ||
11228 | /* We may have to define LT_DLLAZY_OR_NOW in the command line if we | |
11229 | find out it does not work in some platform. */ | |
11230 | #ifndef LT_DLLAZY_OR_NOW | |
11231 | # ifdef RTLD_LAZY | |
11232 | # define LT_DLLAZY_OR_NOW RTLD_LAZY | |
11233 | # else | |
11234 | # ifdef DL_LAZY | |
11235 | # define LT_DLLAZY_OR_NOW DL_LAZY | |
11236 | # else | |
11237 | # ifdef RTLD_NOW | |
11238 | # define LT_DLLAZY_OR_NOW RTLD_NOW | |
11239 | # else | |
11240 | # ifdef DL_NOW | |
11241 | # define LT_DLLAZY_OR_NOW DL_NOW | |
11242 | # else | |
11243 | # define LT_DLLAZY_OR_NOW 0 | |
11244 | # endif | |
11245 | # endif | |
11246 | # endif | |
11247 | # endif | |
11248 | #endif | |
11249 | ||
3725885a RW |
11250 | /* When -fvisbility=hidden is used, assume the code has been annotated |
11251 | correspondingly for the symbols needed. */ | |
11252 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) | |
11253 | void fnord () __attribute__((visibility("default"))); | |
11254 | #endif | |
11255 | ||
11256 | void fnord () { int i=42; } | |
d7040cdb SE |
11257 | int main () |
11258 | { | |
11259 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | |
11260 | int status = $lt_dlunknown; | |
11261 | ||
11262 | if (self) | |
11263 | { | |
11264 | if (dlsym (self,"fnord")) status = $lt_dlno_uscore; | |
3725885a RW |
11265 | else |
11266 | { | |
11267 | if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; | |
11268 | else puts (dlerror ()); | |
11269 | } | |
d7040cdb SE |
11270 | /* dlclose (self); */ |
11271 | } | |
11272 | else | |
11273 | puts (dlerror ()); | |
11274 | ||
718a6fd8 | 11275 | return status; |
d7040cdb SE |
11276 | } |
11277 | _LT_EOF | |
81ecdfbb | 11278 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 |
d7040cdb SE |
11279 | (eval $ac_link) 2>&5 |
11280 | ac_status=$? | |
81ecdfbb RW |
11281 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
11282 | test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then | |
d7040cdb SE |
11283 | (./conftest; exit; ) >&5 2>/dev/null |
11284 | lt_status=$? | |
11285 | case x$lt_status in | |
11286 | x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;; | |
11287 | x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;; | |
11288 | x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;; | |
11289 | esac | |
11290 | else : | |
11291 | # compilation failed | |
11292 | lt_cv_dlopen_self=no | |
11293 | fi | |
11294 | fi | |
11295 | rm -fr conftest* | |
11296 | ||
11297 | ||
11298 | fi | |
81ecdfbb RW |
11299 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5 |
11300 | $as_echo "$lt_cv_dlopen_self" >&6; } | |
d7040cdb SE |
11301 | |
11302 | if test "x$lt_cv_dlopen_self" = xyes; then | |
11303 | wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" | |
81ecdfbb RW |
11304 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5 |
11305 | $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; } | |
11306 | if test "${lt_cv_dlopen_self_static+set}" = set; then : | |
11307 | $as_echo_n "(cached) " >&6 | |
d7040cdb SE |
11308 | else |
11309 | if test "$cross_compiling" = yes; then : | |
11310 | lt_cv_dlopen_self_static=cross | |
11311 | else | |
11312 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | |
11313 | lt_status=$lt_dlunknown | |
11314 | cat > conftest.$ac_ext <<_LT_EOF | |
360cfc9c | 11315 | #line 11315 "configure" |
d7040cdb SE |
11316 | #include "confdefs.h" |
11317 | ||
11318 | #if HAVE_DLFCN_H | |
11319 | #include <dlfcn.h> | |
11320 | #endif | |
11321 | ||
11322 | #include <stdio.h> | |
11323 | ||
11324 | #ifdef RTLD_GLOBAL | |
11325 | # define LT_DLGLOBAL RTLD_GLOBAL | |
11326 | #else | |
11327 | # ifdef DL_GLOBAL | |
11328 | # define LT_DLGLOBAL DL_GLOBAL | |
11329 | # else | |
11330 | # define LT_DLGLOBAL 0 | |
11331 | # endif | |
11332 | #endif | |
11333 | ||
11334 | /* We may have to define LT_DLLAZY_OR_NOW in the command line if we | |
11335 | find out it does not work in some platform. */ | |
11336 | #ifndef LT_DLLAZY_OR_NOW | |
11337 | # ifdef RTLD_LAZY | |
11338 | # define LT_DLLAZY_OR_NOW RTLD_LAZY | |
11339 | # else | |
11340 | # ifdef DL_LAZY | |
11341 | # define LT_DLLAZY_OR_NOW DL_LAZY | |
11342 | # else | |
11343 | # ifdef RTLD_NOW | |
11344 | # define LT_DLLAZY_OR_NOW RTLD_NOW | |
11345 | # else | |
11346 | # ifdef DL_NOW | |
11347 | # define LT_DLLAZY_OR_NOW DL_NOW | |
11348 | # else | |
11349 | # define LT_DLLAZY_OR_NOW 0 | |
11350 | # endif | |
11351 | # endif | |
11352 | # endif | |
11353 | # endif | |
11354 | #endif | |
11355 | ||
3725885a RW |
11356 | /* When -fvisbility=hidden is used, assume the code has been annotated |
11357 | correspondingly for the symbols needed. */ | |
11358 | #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) | |
11359 | void fnord () __attribute__((visibility("default"))); | |
11360 | #endif | |
11361 | ||
11362 | void fnord () { int i=42; } | |
d7040cdb SE |
11363 | int main () |
11364 | { | |
11365 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); | |
11366 | int status = $lt_dlunknown; | |
11367 | ||
11368 | if (self) | |
11369 | { | |
11370 | if (dlsym (self,"fnord")) status = $lt_dlno_uscore; | |
3725885a RW |
11371 | else |
11372 | { | |
11373 | if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; | |
11374 | else puts (dlerror ()); | |
11375 | } | |
d7040cdb SE |
11376 | /* dlclose (self); */ |
11377 | } | |
11378 | else | |
11379 | puts (dlerror ()); | |
11380 | ||
718a6fd8 | 11381 | return status; |
d7040cdb SE |
11382 | } |
11383 | _LT_EOF | |
81ecdfbb | 11384 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 |
d7040cdb SE |
11385 | (eval $ac_link) 2>&5 |
11386 | ac_status=$? | |
81ecdfbb RW |
11387 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
11388 | test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then | |
d7040cdb SE |
11389 | (./conftest; exit; ) >&5 2>/dev/null |
11390 | lt_status=$? | |
11391 | case x$lt_status in | |
11392 | x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;; | |
11393 | x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;; | |
11394 | x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;; | |
11395 | esac | |
11396 | else : | |
11397 | # compilation failed | |
11398 | lt_cv_dlopen_self_static=no | |
11399 | fi | |
11400 | fi | |
11401 | rm -fr conftest* | |
11402 | ||
11403 | ||
11404 | fi | |
81ecdfbb RW |
11405 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5 |
11406 | $as_echo "$lt_cv_dlopen_self_static" >&6; } | |
d7040cdb SE |
11407 | fi |
11408 | ||
11409 | CPPFLAGS="$save_CPPFLAGS" | |
11410 | LDFLAGS="$save_LDFLAGS" | |
11411 | LIBS="$save_LIBS" | |
11412 | ;; | |
11413 | esac | |
11414 | ||
11415 | case $lt_cv_dlopen_self in | |
11416 | yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; | |
11417 | *) enable_dlopen_self=unknown ;; | |
11418 | esac | |
11419 | ||
11420 | case $lt_cv_dlopen_self_static in | |
11421 | yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; | |
11422 | *) enable_dlopen_self_static=unknown ;; | |
11423 | esac | |
11424 | fi | |
11425 | ||
11426 | ||
11427 | ||
11428 | ||
11429 | ||
11430 | ||
11431 | ||
11432 | ||
11433 | ||
11434 | ||
11435 | ||
11436 | ||
11437 | ||
11438 | ||
11439 | ||
11440 | ||
11441 | ||
11442 | striplib= | |
11443 | old_striplib= | |
81ecdfbb RW |
11444 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5 |
11445 | $as_echo_n "checking whether stripping libraries is possible... " >&6; } | |
d7040cdb SE |
11446 | if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then |
11447 | test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" | |
11448 | test -z "$striplib" && striplib="$STRIP --strip-unneeded" | |
81ecdfbb RW |
11449 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
11450 | $as_echo "yes" >&6; } | |
d7040cdb SE |
11451 | else |
11452 | # FIXME - insert some real tests, host_os isn't really good enough | |
11453 | case $host_os in | |
11454 | darwin*) | |
11455 | if test -n "$STRIP" ; then | |
11456 | striplib="$STRIP -x" | |
11457 | old_striplib="$STRIP -S" | |
81ecdfbb RW |
11458 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
11459 | $as_echo "yes" >&6; } | |
d7040cdb | 11460 | else |
81ecdfbb RW |
11461 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
11462 | $as_echo "no" >&6; } | |
d7040cdb SE |
11463 | fi |
11464 | ;; | |
11465 | *) | |
81ecdfbb RW |
11466 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
11467 | $as_echo "no" >&6; } | |
d7040cdb SE |
11468 | ;; |
11469 | esac | |
11470 | fi | |
11471 | ||
11472 | ||
11473 | ||
11474 | ||
11475 | ||
11476 | ||
11477 | ||
11478 | ||
11479 | ||
11480 | ||
11481 | ||
11482 | ||
11483 | # Report which library types will actually be built | |
81ecdfbb RW |
11484 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5 |
11485 | $as_echo_n "checking if libtool supports shared libraries... " >&6; } | |
11486 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5 | |
11487 | $as_echo "$can_build_shared" >&6; } | |
d7040cdb | 11488 | |
81ecdfbb RW |
11489 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5 |
11490 | $as_echo_n "checking whether to build shared libraries... " >&6; } | |
d7040cdb SE |
11491 | test "$can_build_shared" = "no" && enable_shared=no |
11492 | ||
11493 | # On AIX, shared libraries and static libraries use the same namespace, and | |
11494 | # are all built from PIC. | |
11495 | case $host_os in | |
11496 | aix3*) | |
11497 | test "$enable_shared" = yes && enable_static=no | |
11498 | if test -n "$RANLIB"; then | |
11499 | archive_cmds="$archive_cmds~\$RANLIB \$lib" | |
11500 | postinstall_cmds='$RANLIB $lib' | |
11501 | fi | |
11502 | ;; | |
11503 | ||
50e7d84b | 11504 | aix[4-9]*) |
d7040cdb SE |
11505 | if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then |
11506 | test "$enable_shared" = yes && enable_static=no | |
11507 | fi | |
11508 | ;; | |
11509 | esac | |
81ecdfbb RW |
11510 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5 |
11511 | $as_echo "$enable_shared" >&6; } | |
d7040cdb | 11512 | |
81ecdfbb RW |
11513 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5 |
11514 | $as_echo_n "checking whether to build static libraries... " >&6; } | |
d7040cdb SE |
11515 | # Make sure either enable_shared or enable_static is yes. |
11516 | test "$enable_shared" = yes || enable_static=yes | |
81ecdfbb RW |
11517 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5 |
11518 | $as_echo "$enable_static" >&6; } | |
d7040cdb SE |
11519 | |
11520 | ||
11521 | ||
11522 | ||
11523 | fi | |
11524 | ac_ext=c | |
11525 | ac_cpp='$CPP $CPPFLAGS' | |
11526 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
11527 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
11528 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
11529 | ||
11530 | CC="$lt_save_CC" | |
11531 | ||
11532 | ||
11533 | ||
11534 | ||
11535 | ||
11536 | ||
11537 | ||
11538 | ||
11539 | ||
11540 | ||
11541 | ||
11542 | ||
11543 | ||
81ecdfbb | 11544 | ac_config_commands="$ac_config_commands libtool" |
d7040cdb SE |
11545 | |
11546 | ||
11547 | ||
11548 | ||
11549 | # Only expand once: | |
11550 | ||
11551 | ||
11552 | ||
81ecdfbb RW |
11553 | # Check whether --enable-targets was given. |
11554 | if test "${enable_targets+set}" = set; then : | |
11555 | enableval=$enable_targets; case "${enableval}" in | |
11556 | yes | "") as_fn_error "enable-targets option must specify target names or 'all'" "$LINENO" 5 | |
d7040cdb SE |
11557 | ;; |
11558 | no) enable_targets= ;; | |
11559 | *) enable_targets=$enableval ;; | |
11560 | esac | |
81ecdfbb RW |
11561 | fi |
11562 | ||
d7040cdb | 11563 | |
397841b5 AM |
11564 | GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes" |
11565 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
11566 | /* end confdefs.h. */ | |
11567 | __GNUC__ | |
11568 | _ACEOF | |
11569 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
11570 | $EGREP "^[0-3]$" >/dev/null 2>&1; then : | |
11571 | ||
11572 | else | |
11573 | GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow" | |
11574 | fi | |
11575 | rm -f conftest* | |
11576 | ||
d7040cdb | 11577 | |
81ecdfbb RW |
11578 | # Check whether --enable-werror was given. |
11579 | if test "${enable_werror+set}" = set; then : | |
11580 | enableval=$enable_werror; case "${enableval}" in | |
d7040cdb SE |
11581 | yes | y) ERROR_ON_WARNING="yes" ;; |
11582 | no | n) ERROR_ON_WARNING="no" ;; | |
81ecdfbb | 11583 | *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;; |
d7040cdb | 11584 | esac |
81ecdfbb RW |
11585 | fi |
11586 | ||
d7040cdb | 11587 | |
397841b5 | 11588 | # Disable -Wformat by default when using gcc on mingw |
bb8541b9 L |
11589 | case "${host}" in |
11590 | *-*-mingw32*) | |
11591 | if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then | |
11592 | GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format" | |
11593 | fi | |
11594 | ;; | |
11595 | *) ;; | |
11596 | esac | |
11597 | ||
d7040cdb SE |
11598 | # Enable -Werror by default when using gcc |
11599 | if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then | |
11600 | ERROR_ON_WARNING=yes | |
11601 | fi | |
11602 | ||
11603 | NO_WERROR= | |
11604 | if test "${ERROR_ON_WARNING}" = yes ; then | |
11605 | GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror" | |
11606 | NO_WERROR="-Wno-error" | |
11607 | fi | |
11608 | ||
11609 | if test "${GCC}" = yes ; then | |
11610 | WARN_CFLAGS="${GCC_WARN_CFLAGS}" | |
11611 | fi | |
11612 | ||
81ecdfbb RW |
11613 | # Check whether --enable-build-warnings was given. |
11614 | if test "${enable_build_warnings+set}" = set; then : | |
11615 | enableval=$enable_build_warnings; case "${enableval}" in | |
d7040cdb SE |
11616 | yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}";; |
11617 | no) if test "${GCC}" = yes ; then | |
11618 | WARN_CFLAGS="-w" | |
11619 | fi;; | |
11620 | ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"` | |
11621 | WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}";; | |
11622 | *,) t=`echo "${enableval}" | sed -e "s/,/ /g"` | |
11623 | WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}";; | |
11624 | *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`;; | |
11625 | esac | |
81ecdfbb RW |
11626 | fi |
11627 | ||
d7040cdb SE |
11628 | |
11629 | if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then | |
11630 | echo "Setting warning flags = $WARN_CFLAGS" 6>&1 | |
11631 | fi | |
11632 | ||
11633 | ||
11634 | ||
11635 | ||
11636 | ||
81ecdfbb | 11637 | ac_config_headers="$ac_config_headers config.h:config.in" |
d7040cdb SE |
11638 | |
11639 | ||
11640 | if test -z "$target" ; then | |
81ecdfbb | 11641 | as_fn_error "Unrecognized target system type; please check config.sub." "$LINENO" 5 |
d7040cdb SE |
11642 | fi |
11643 | if test -z "$host" ; then | |
81ecdfbb | 11644 | as_fn_error "Unrecognized host system type; please check config.sub." "$LINENO" 5 |
d7040cdb SE |
11645 | fi |
11646 | ||
11647 | for ac_prog in 'bison -y' byacc | |
11648 | do | |
11649 | # Extract the first word of "$ac_prog", so it can be a program name with args. | |
11650 | set dummy $ac_prog; ac_word=$2 | |
81ecdfbb RW |
11651 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
11652 | $as_echo_n "checking for $ac_word... " >&6; } | |
11653 | if test "${ac_cv_prog_YACC+set}" = set; then : | |
11654 | $as_echo_n "(cached) " >&6 | |
d7040cdb SE |
11655 | else |
11656 | if test -n "$YACC"; then | |
11657 | ac_cv_prog_YACC="$YACC" # Let the user override the test. | |
11658 | else | |
11659 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
11660 | for as_dir in $PATH | |
11661 | do | |
11662 | IFS=$as_save_IFS | |
11663 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
11664 | for ac_exec_ext in '' $ac_executable_extensions; do |
11665 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
d7040cdb | 11666 | ac_cv_prog_YACC="$ac_prog" |
81ecdfbb | 11667 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
d7040cdb SE |
11668 | break 2 |
11669 | fi | |
11670 | done | |
81ecdfbb RW |
11671 | done |
11672 | IFS=$as_save_IFS | |
d7040cdb SE |
11673 | |
11674 | fi | |
11675 | fi | |
11676 | YACC=$ac_cv_prog_YACC | |
11677 | if test -n "$YACC"; then | |
81ecdfbb RW |
11678 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5 |
11679 | $as_echo "$YACC" >&6; } | |
d7040cdb | 11680 | else |
81ecdfbb RW |
11681 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
11682 | $as_echo "no" >&6; } | |
d7040cdb SE |
11683 | fi |
11684 | ||
81ecdfbb | 11685 | |
d7040cdb SE |
11686 | test -n "$YACC" && break |
11687 | done | |
11688 | test -n "$YACC" || YACC="yacc" | |
11689 | ||
11690 | for ac_prog in flex lex | |
11691 | do | |
11692 | # Extract the first word of "$ac_prog", so it can be a program name with args. | |
11693 | set dummy $ac_prog; ac_word=$2 | |
81ecdfbb RW |
11694 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
11695 | $as_echo_n "checking for $ac_word... " >&6; } | |
11696 | if test "${ac_cv_prog_LEX+set}" = set; then : | |
11697 | $as_echo_n "(cached) " >&6 | |
d7040cdb SE |
11698 | else |
11699 | if test -n "$LEX"; then | |
11700 | ac_cv_prog_LEX="$LEX" # Let the user override the test. | |
11701 | else | |
11702 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
11703 | for as_dir in $PATH | |
11704 | do | |
11705 | IFS=$as_save_IFS | |
11706 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
11707 | for ac_exec_ext in '' $ac_executable_extensions; do |
11708 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
d7040cdb | 11709 | ac_cv_prog_LEX="$ac_prog" |
81ecdfbb | 11710 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
d7040cdb SE |
11711 | break 2 |
11712 | fi | |
11713 | done | |
81ecdfbb RW |
11714 | done |
11715 | IFS=$as_save_IFS | |
d7040cdb SE |
11716 | |
11717 | fi | |
11718 | fi | |
11719 | LEX=$ac_cv_prog_LEX | |
11720 | if test -n "$LEX"; then | |
81ecdfbb RW |
11721 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5 |
11722 | $as_echo "$LEX" >&6; } | |
d7040cdb | 11723 | else |
81ecdfbb RW |
11724 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
11725 | $as_echo "no" >&6; } | |
d7040cdb SE |
11726 | fi |
11727 | ||
81ecdfbb | 11728 | |
d7040cdb SE |
11729 | test -n "$LEX" && break |
11730 | done | |
11731 | test -n "$LEX" || LEX=":" | |
11732 | ||
81ecdfbb RW |
11733 | if test "x$LEX" != "x:"; then |
11734 | cat >conftest.l <<_ACEOF | |
11735 | %% | |
11736 | a { ECHO; } | |
11737 | b { REJECT; } | |
11738 | c { yymore (); } | |
11739 | d { yyless (1); } | |
11740 | e { yyless (input () != 0); } | |
11741 | f { unput (yytext[0]); } | |
11742 | . { BEGIN INITIAL; } | |
11743 | %% | |
11744 | #ifdef YYTEXT_POINTER | |
11745 | extern char *yytext; | |
d7040cdb | 11746 | #endif |
d7040cdb | 11747 | int |
81ecdfbb | 11748 | main (void) |
d7040cdb | 11749 | { |
81ecdfbb | 11750 | return ! yylex () + ! yywrap (); |
d7040cdb SE |
11751 | } |
11752 | _ACEOF | |
81ecdfbb RW |
11753 | { { ac_try="$LEX conftest.l" |
11754 | case "(($ac_try" in | |
11755 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
11756 | *) ac_try_echo=$ac_try;; | |
11757 | esac | |
11758 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
11759 | $as_echo "$ac_try_echo"; } >&5 | |
11760 | (eval "$LEX conftest.l") 2>&5 | |
d7040cdb | 11761 | ac_status=$? |
81ecdfbb RW |
11762 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
11763 | test $ac_status = 0; } | |
11764 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5 | |
11765 | $as_echo_n "checking lex output file root... " >&6; } | |
11766 | if test "${ac_cv_prog_lex_root+set}" = set; then : | |
11767 | $as_echo_n "(cached) " >&6 | |
d7040cdb | 11768 | else |
d7040cdb | 11769 | |
81ecdfbb RW |
11770 | if test -f lex.yy.c; then |
11771 | ac_cv_prog_lex_root=lex.yy | |
11772 | elif test -f lexyy.c; then | |
11773 | ac_cv_prog_lex_root=lexyy | |
11774 | else | |
11775 | as_fn_error "cannot find output from $LEX; giving up" "$LINENO" 5 | |
d7040cdb | 11776 | fi |
d7040cdb | 11777 | fi |
81ecdfbb RW |
11778 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5 |
11779 | $as_echo "$ac_cv_prog_lex_root" >&6; } | |
11780 | LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root | |
d7040cdb | 11781 | |
81ecdfbb RW |
11782 | if test -z "${LEXLIB+set}"; then |
11783 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5 | |
11784 | $as_echo_n "checking lex library... " >&6; } | |
11785 | if test "${ac_cv_lib_lex+set}" = set; then : | |
11786 | $as_echo_n "(cached) " >&6 | |
d7040cdb | 11787 | else |
d7040cdb | 11788 | |
81ecdfbb RW |
11789 | ac_save_LIBS=$LIBS |
11790 | ac_cv_lib_lex='none needed' | |
11791 | for ac_lib in '' -lfl -ll; do | |
11792 | LIBS="$ac_lib $ac_save_LIBS" | |
11793 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
11794 | /* end confdefs.h. */ | |
11795 | `cat $LEX_OUTPUT_ROOT.c` | |
11796 | _ACEOF | |
11797 | if ac_fn_c_try_link "$LINENO"; then : | |
11798 | ac_cv_lib_lex=$ac_lib | |
d7040cdb | 11799 | fi |
81ecdfbb RW |
11800 | rm -f core conftest.err conftest.$ac_objext \ |
11801 | conftest$ac_exeext conftest.$ac_ext | |
11802 | test "$ac_cv_lib_lex" != 'none needed' && break | |
11803 | done | |
11804 | LIBS=$ac_save_LIBS | |
d7040cdb SE |
11805 | |
11806 | fi | |
81ecdfbb RW |
11807 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5 |
11808 | $as_echo "$ac_cv_lib_lex" >&6; } | |
11809 | test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex | |
d7040cdb SE |
11810 | fi |
11811 | ||
d7040cdb | 11812 | |
81ecdfbb RW |
11813 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5 |
11814 | $as_echo_n "checking whether yytext is a pointer... " >&6; } | |
11815 | if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then : | |
11816 | $as_echo_n "(cached) " >&6 | |
d7040cdb SE |
11817 | else |
11818 | # POSIX says lex can declare yytext either as a pointer or an array; the | |
81ecdfbb | 11819 | # default is implementation-dependent. Figure out which it is, since |
d7040cdb SE |
11820 | # not all implementations provide the %pointer and %array declarations. |
11821 | ac_cv_prog_lex_yytext_pointer=no | |
d7040cdb | 11822 | ac_save_LIBS=$LIBS |
81ecdfbb RW |
11823 | LIBS="$LEXLIB $ac_save_LIBS" |
11824 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
11825 | /* end confdefs.h. */ | |
11826 | #define YYTEXT_POINTER 1 | |
d7040cdb SE |
11827 | `cat $LEX_OUTPUT_ROOT.c` |
11828 | _ACEOF | |
81ecdfbb | 11829 | if ac_fn_c_try_link "$LINENO"; then : |
d7040cdb | 11830 | ac_cv_prog_lex_yytext_pointer=yes |
d7040cdb | 11831 | fi |
81ecdfbb RW |
11832 | rm -f core conftest.err conftest.$ac_objext \ |
11833 | conftest$ac_exeext conftest.$ac_ext | |
d7040cdb | 11834 | LIBS=$ac_save_LIBS |
d7040cdb SE |
11835 | |
11836 | fi | |
81ecdfbb RW |
11837 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5 |
11838 | $as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; } | |
d7040cdb SE |
11839 | if test $ac_cv_prog_lex_yytext_pointer = yes; then |
11840 | ||
81ecdfbb | 11841 | $as_echo "#define YYTEXT_POINTER 1" >>confdefs.h |
d7040cdb SE |
11842 | |
11843 | fi | |
81ecdfbb | 11844 | rm -f conftest.l $LEX_OUTPUT_ROOT.c |
d7040cdb SE |
11845 | |
11846 | fi | |
11847 | if test "$LEX" = :; then | |
11848 | LEX=${am_missing_run}flex | |
11849 | fi | |
11850 | ||
9c9c98a5 | 11851 | ALL_LINGUAS="da es fi fr id ja ro ru rw sk sv tr uk vi zh_CN zh_TW bg" |
d7040cdb SE |
11852 | # If we haven't got the data from the intl directory, |
11853 | # assume NLS is disabled. | |
11854 | USE_NLS=no | |
11855 | LIBINTL= | |
11856 | LIBINTL_DEP= | |
11857 | INCINTL= | |
11858 | XGETTEXT= | |
11859 | GMSGFMT= | |
11860 | POSUB= | |
11861 | ||
11862 | if test -f ../intl/config.intl; then | |
11863 | . ../intl/config.intl | |
11864 | fi | |
81ecdfbb RW |
11865 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5 |
11866 | $as_echo_n "checking whether NLS is requested... " >&6; } | |
d7040cdb | 11867 | if test x"$USE_NLS" != xyes; then |
81ecdfbb RW |
11868 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
11869 | $as_echo "no" >&6; } | |
d7040cdb | 11870 | else |
81ecdfbb RW |
11871 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
11872 | $as_echo "yes" >&6; } | |
d7040cdb | 11873 | |
81ecdfbb | 11874 | $as_echo "#define ENABLE_NLS 1" >>confdefs.h |
d7040cdb SE |
11875 | |
11876 | ||
81ecdfbb RW |
11877 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5 |
11878 | $as_echo_n "checking for catalogs to be installed... " >&6; } | |
d7040cdb SE |
11879 | # Look for .po and .gmo files in the source directory. |
11880 | CATALOGS= | |
11881 | XLINGUAS= | |
11882 | for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do | |
11883 | # If there aren't any .gmo files the shell will give us the | |
11884 | # literal string "../path/to/srcdir/po/*.gmo" which has to be | |
11885 | # weeded out. | |
11886 | case "$cat" in *\**) | |
11887 | continue;; | |
11888 | esac | |
11889 | # The quadruple backslash is collapsed to a double backslash | |
11890 | # by the backticks, then collapsed again by the double quotes, | |
11891 | # leaving us with one backslash in the sed expression (right | |
11892 | # before the dot that mustn't act as a wildcard). | |
11893 | cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"` | |
11894 | lang=`echo $cat | sed -e "s!\\\\.gmo!!"` | |
11895 | # The user is allowed to set LINGUAS to a list of languages to | |
11896 | # install catalogs for. If it's empty that means "all of them." | |
11897 | if test "x$LINGUAS" = x; then | |
11898 | CATALOGS="$CATALOGS $cat" | |
11899 | XLINGUAS="$XLINGUAS $lang" | |
11900 | else | |
11901 | case "$LINGUAS" in *$lang*) | |
11902 | CATALOGS="$CATALOGS $cat" | |
11903 | XLINGUAS="$XLINGUAS $lang" | |
11904 | ;; | |
11905 | esac | |
11906 | fi | |
11907 | done | |
11908 | LINGUAS="$XLINGUAS" | |
81ecdfbb RW |
11909 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5 |
11910 | $as_echo "$LINGUAS" >&6; } | |
d7040cdb SE |
11911 | |
11912 | ||
11913 | DATADIRNAME=share | |
11914 | ||
11915 | INSTOBJEXT=.mo | |
11916 | ||
11917 | GENCAT=gencat | |
11918 | ||
11919 | CATOBJEXT=.gmo | |
11920 | ||
11921 | fi | |
11922 | ||
11923 | MKINSTALLDIRS= | |
11924 | if test -n "$ac_aux_dir"; then | |
11925 | case "$ac_aux_dir" in | |
11926 | /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;; | |
11927 | *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;; | |
11928 | esac | |
11929 | fi | |
11930 | if test -z "$MKINSTALLDIRS"; then | |
11931 | MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs" | |
11932 | fi | |
11933 | ||
11934 | ||
11935 | ||
81ecdfbb RW |
11936 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5 |
11937 | $as_echo_n "checking whether NLS is requested... " >&6; } | |
11938 | # Check whether --enable-nls was given. | |
11939 | if test "${enable_nls+set}" = set; then : | |
11940 | enableval=$enable_nls; USE_NLS=$enableval | |
d7040cdb SE |
11941 | else |
11942 | USE_NLS=yes | |
81ecdfbb RW |
11943 | fi |
11944 | ||
11945 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5 | |
11946 | $as_echo "$USE_NLS" >&6; } | |
d7040cdb SE |
11947 | |
11948 | ||
11949 | ||
11950 | ||
11951 | ||
11952 | ||
11953 | # Prepare PATH_SEPARATOR. | |
11954 | # The user is always right. | |
11955 | if test "${PATH_SEPARATOR+set}" != set; then | |
11956 | echo "#! /bin/sh" >conf$$.sh | |
11957 | echo "exit 0" >>conf$$.sh | |
11958 | chmod +x conf$$.sh | |
11959 | if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then | |
11960 | PATH_SEPARATOR=';' | |
11961 | else | |
11962 | PATH_SEPARATOR=: | |
11963 | fi | |
11964 | rm -f conf$$.sh | |
11965 | fi | |
11966 | ||
11967 | # Find out how to test for executable files. Don't use a zero-byte file, | |
11968 | # as systems may use methods other than mode bits to determine executability. | |
11969 | cat >conf$$.file <<_ASEOF | |
11970 | #! /bin/sh | |
11971 | exit 0 | |
11972 | _ASEOF | |
11973 | chmod +x conf$$.file | |
11974 | if test -x conf$$.file >/dev/null 2>&1; then | |
11975 | ac_executable_p="test -x" | |
11976 | else | |
11977 | ac_executable_p="test -f" | |
11978 | fi | |
11979 | rm -f conf$$.file | |
11980 | ||
11981 | # Extract the first word of "msgfmt", so it can be a program name with args. | |
11982 | set dummy msgfmt; ac_word=$2 | |
81ecdfbb RW |
11983 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
11984 | $as_echo_n "checking for $ac_word... " >&6; } | |
11985 | if test "${ac_cv_path_MSGFMT+set}" = set; then : | |
11986 | $as_echo_n "(cached) " >&6 | |
d7040cdb SE |
11987 | else |
11988 | case "$MSGFMT" in | |
11989 | [\\/]* | ?:[\\/]*) | |
11990 | ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path. | |
11991 | ;; | |
11992 | *) | |
11993 | ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR | |
11994 | for ac_dir in $PATH; do | |
11995 | IFS="$ac_save_IFS" | |
11996 | test -z "$ac_dir" && ac_dir=. | |
11997 | for ac_exec_ext in '' $ac_executable_extensions; do | |
11998 | if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then | |
11999 | if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 && | |
12000 | (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then | |
12001 | ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext" | |
12002 | break 2 | |
12003 | fi | |
12004 | fi | |
12005 | done | |
12006 | done | |
12007 | IFS="$ac_save_IFS" | |
12008 | test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":" | |
12009 | ;; | |
12010 | esac | |
12011 | fi | |
12012 | MSGFMT="$ac_cv_path_MSGFMT" | |
12013 | if test "$MSGFMT" != ":"; then | |
81ecdfbb RW |
12014 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5 |
12015 | $as_echo "$MSGFMT" >&6; } | |
d7040cdb | 12016 | else |
81ecdfbb RW |
12017 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
12018 | $as_echo "no" >&6; } | |
d7040cdb SE |
12019 | fi |
12020 | ||
12021 | # Extract the first word of "gmsgfmt", so it can be a program name with args. | |
12022 | set dummy gmsgfmt; ac_word=$2 | |
81ecdfbb RW |
12023 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
12024 | $as_echo_n "checking for $ac_word... " >&6; } | |
12025 | if test "${ac_cv_path_GMSGFMT+set}" = set; then : | |
12026 | $as_echo_n "(cached) " >&6 | |
d7040cdb SE |
12027 | else |
12028 | case $GMSGFMT in | |
12029 | [\\/]* | ?:[\\/]*) | |
12030 | ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. | |
12031 | ;; | |
12032 | *) | |
12033 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
12034 | for as_dir in $PATH | |
12035 | do | |
12036 | IFS=$as_save_IFS | |
12037 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
12038 | for ac_exec_ext in '' $ac_executable_extensions; do |
12039 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
d7040cdb | 12040 | ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext" |
81ecdfbb | 12041 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
d7040cdb SE |
12042 | break 2 |
12043 | fi | |
12044 | done | |
81ecdfbb RW |
12045 | done |
12046 | IFS=$as_save_IFS | |
d7040cdb SE |
12047 | |
12048 | test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT" | |
12049 | ;; | |
12050 | esac | |
12051 | fi | |
12052 | GMSGFMT=$ac_cv_path_GMSGFMT | |
d7040cdb | 12053 | if test -n "$GMSGFMT"; then |
81ecdfbb RW |
12054 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5 |
12055 | $as_echo "$GMSGFMT" >&6; } | |
d7040cdb | 12056 | else |
81ecdfbb RW |
12057 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
12058 | $as_echo "no" >&6; } | |
d7040cdb SE |
12059 | fi |
12060 | ||
12061 | ||
12062 | ||
81ecdfbb | 12063 | |
d7040cdb SE |
12064 | # Prepare PATH_SEPARATOR. |
12065 | # The user is always right. | |
12066 | if test "${PATH_SEPARATOR+set}" != set; then | |
12067 | echo "#! /bin/sh" >conf$$.sh | |
12068 | echo "exit 0" >>conf$$.sh | |
12069 | chmod +x conf$$.sh | |
12070 | if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then | |
12071 | PATH_SEPARATOR=';' | |
12072 | else | |
12073 | PATH_SEPARATOR=: | |
12074 | fi | |
12075 | rm -f conf$$.sh | |
12076 | fi | |
12077 | ||
12078 | # Find out how to test for executable files. Don't use a zero-byte file, | |
12079 | # as systems may use methods other than mode bits to determine executability. | |
12080 | cat >conf$$.file <<_ASEOF | |
12081 | #! /bin/sh | |
12082 | exit 0 | |
12083 | _ASEOF | |
12084 | chmod +x conf$$.file | |
12085 | if test -x conf$$.file >/dev/null 2>&1; then | |
12086 | ac_executable_p="test -x" | |
12087 | else | |
12088 | ac_executable_p="test -f" | |
12089 | fi | |
12090 | rm -f conf$$.file | |
12091 | ||
12092 | # Extract the first word of "xgettext", so it can be a program name with args. | |
12093 | set dummy xgettext; ac_word=$2 | |
81ecdfbb RW |
12094 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
12095 | $as_echo_n "checking for $ac_word... " >&6; } | |
12096 | if test "${ac_cv_path_XGETTEXT+set}" = set; then : | |
12097 | $as_echo_n "(cached) " >&6 | |
d7040cdb SE |
12098 | else |
12099 | case "$XGETTEXT" in | |
12100 | [\\/]* | ?:[\\/]*) | |
12101 | ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path. | |
12102 | ;; | |
12103 | *) | |
12104 | ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR | |
12105 | for ac_dir in $PATH; do | |
12106 | IFS="$ac_save_IFS" | |
12107 | test -z "$ac_dir" && ac_dir=. | |
12108 | for ac_exec_ext in '' $ac_executable_extensions; do | |
12109 | if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then | |
12110 | if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 && | |
12111 | (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 | |
12112 | ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext" | |
12113 | break 2 | |
12114 | fi | |
12115 | fi | |
12116 | done | |
12117 | done | |
12118 | IFS="$ac_save_IFS" | |
12119 | test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":" | |
12120 | ;; | |
12121 | esac | |
12122 | fi | |
12123 | XGETTEXT="$ac_cv_path_XGETTEXT" | |
12124 | if test "$XGETTEXT" != ":"; then | |
81ecdfbb RW |
12125 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5 |
12126 | $as_echo "$XGETTEXT" >&6; } | |
d7040cdb | 12127 | else |
81ecdfbb RW |
12128 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
12129 | $as_echo "no" >&6; } | |
d7040cdb SE |
12130 | fi |
12131 | ||
12132 | rm -f messages.po | |
12133 | ||
12134 | ||
12135 | # Prepare PATH_SEPARATOR. | |
12136 | # The user is always right. | |
12137 | if test "${PATH_SEPARATOR+set}" != set; then | |
12138 | echo "#! /bin/sh" >conf$$.sh | |
12139 | echo "exit 0" >>conf$$.sh | |
12140 | chmod +x conf$$.sh | |
12141 | if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then | |
12142 | PATH_SEPARATOR=';' | |
12143 | else | |
12144 | PATH_SEPARATOR=: | |
12145 | fi | |
12146 | rm -f conf$$.sh | |
12147 | fi | |
12148 | ||
12149 | # Find out how to test for executable files. Don't use a zero-byte file, | |
12150 | # as systems may use methods other than mode bits to determine executability. | |
12151 | cat >conf$$.file <<_ASEOF | |
12152 | #! /bin/sh | |
12153 | exit 0 | |
12154 | _ASEOF | |
12155 | chmod +x conf$$.file | |
12156 | if test -x conf$$.file >/dev/null 2>&1; then | |
12157 | ac_executable_p="test -x" | |
12158 | else | |
12159 | ac_executable_p="test -f" | |
12160 | fi | |
12161 | rm -f conf$$.file | |
12162 | ||
12163 | # Extract the first word of "msgmerge", so it can be a program name with args. | |
12164 | set dummy msgmerge; ac_word=$2 | |
81ecdfbb RW |
12165 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
12166 | $as_echo_n "checking for $ac_word... " >&6; } | |
12167 | if test "${ac_cv_path_MSGMERGE+set}" = set; then : | |
12168 | $as_echo_n "(cached) " >&6 | |
d7040cdb SE |
12169 | else |
12170 | case "$MSGMERGE" in | |
12171 | [\\/]* | ?:[\\/]*) | |
12172 | ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path. | |
12173 | ;; | |
12174 | *) | |
12175 | ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR | |
12176 | for ac_dir in $PATH; do | |
12177 | IFS="$ac_save_IFS" | |
12178 | test -z "$ac_dir" && ac_dir=. | |
12179 | for ac_exec_ext in '' $ac_executable_extensions; do | |
12180 | if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then | |
12181 | if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then | |
12182 | ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext" | |
12183 | break 2 | |
12184 | fi | |
12185 | fi | |
12186 | done | |
12187 | done | |
12188 | IFS="$ac_save_IFS" | |
12189 | test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":" | |
12190 | ;; | |
12191 | esac | |
12192 | fi | |
12193 | MSGMERGE="$ac_cv_path_MSGMERGE" | |
12194 | if test "$MSGMERGE" != ":"; then | |
81ecdfbb RW |
12195 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5 |
12196 | $as_echo "$MSGMERGE" >&6; } | |
d7040cdb | 12197 | else |
81ecdfbb RW |
12198 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
12199 | $as_echo "no" >&6; } | |
d7040cdb SE |
12200 | fi |
12201 | ||
12202 | ||
12203 | if test "$GMSGFMT" != ":"; then | |
12204 | if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 && | |
12205 | (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then | |
12206 | : ; | |
12207 | else | |
12208 | GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'` | |
81ecdfbb RW |
12209 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5 |
12210 | $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; } | |
d7040cdb SE |
12211 | GMSGFMT=":" |
12212 | fi | |
12213 | fi | |
12214 | ||
12215 | if test "$XGETTEXT" != ":"; then | |
12216 | if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 && | |
12217 | (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 | |
12218 | : ; | |
12219 | else | |
81ecdfbb RW |
12220 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5 |
12221 | $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; } | |
d7040cdb SE |
12222 | XGETTEXT=":" |
12223 | fi | |
12224 | rm -f messages.po | |
12225 | fi | |
12226 | ||
81ecdfbb | 12227 | ac_config_commands="$ac_config_commands default-1" |
d7040cdb SE |
12228 | |
12229 | ||
12230 | ||
81ecdfbb RW |
12231 | |
12232 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 | |
12233 | $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } | |
12234 | # Check whether --enable-maintainer-mode was given. | |
12235 | if test "${enable_maintainer_mode+set}" = set; then : | |
12236 | enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval | |
42ecbf5e | 12237 | else |
d7040cdb | 12238 | USE_MAINTAINER_MODE=no |
81ecdfbb | 12239 | fi |
d7040cdb | 12240 | |
81ecdfbb RW |
12241 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5 |
12242 | $as_echo "$USE_MAINTAINER_MODE" >&6; } | |
12243 | if test $USE_MAINTAINER_MODE = yes; then | |
d7040cdb SE |
12244 | MAINTAINER_MODE_TRUE= |
12245 | MAINTAINER_MODE_FALSE='#' | |
12246 | else | |
12247 | MAINTAINER_MODE_TRUE='#' | |
12248 | MAINTAINER_MODE_FALSE= | |
42ecbf5e | 12249 | fi |
d7040cdb SE |
12250 | |
12251 | MAINT=$MAINTAINER_MODE_TRUE | |
12252 | ||
12253 | ||
81ecdfbb | 12254 | if false; then |
d7040cdb SE |
12255 | GENINSRC_NEVER_TRUE= |
12256 | GENINSRC_NEVER_FALSE='#' | |
12257 | else | |
12258 | GENINSRC_NEVER_TRUE='#' | |
12259 | GENINSRC_NEVER_FALSE= | |
42ecbf5e | 12260 | fi |
d7040cdb SE |
12261 | |
12262 | ||
12263 | if test -n "$EXEEXT"; then | |
20e95c23 | 12264 | |
81ecdfbb | 12265 | $as_echo "#define HAVE_EXECUTABLE_SUFFIX 1" >>confdefs.h |
42ecbf5e | 12266 | |
252b5132 RH |
12267 | fi |
12268 | ||
d7040cdb SE |
12269 | cat >>confdefs.h <<_ACEOF |
12270 | #define EXECUTABLE_SUFFIX "${EXEEXT}" | |
12271 | _ACEOF | |
42ecbf5e | 12272 | |
252b5132 | 12273 | |
d7040cdb | 12274 | # host-specific stuff: |
252b5132 | 12275 | |
d7040cdb | 12276 | HDEFINES= |
252b5132 | 12277 | |
d7040cdb | 12278 | . ${srcdir}/../bfd/configure.host |
252b5132 | 12279 | |
252b5132 | 12280 | |
d7040cdb | 12281 | AR=${AR-ar} |
252b5132 | 12282 | |
d7040cdb SE |
12283 | if test -n "$ac_tool_prefix"; then |
12284 | # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. | |
12285 | set dummy ${ac_tool_prefix}ranlib; ac_word=$2 | |
81ecdfbb RW |
12286 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
12287 | $as_echo_n "checking for $ac_word... " >&6; } | |
12288 | if test "${ac_cv_prog_RANLIB+set}" = set; then : | |
12289 | $as_echo_n "(cached) " >&6 | |
d7040cdb SE |
12290 | else |
12291 | if test -n "$RANLIB"; then | |
12292 | ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. | |
12293 | else | |
12294 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
12295 | for as_dir in $PATH | |
12296 | do | |
12297 | IFS=$as_save_IFS | |
12298 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
12299 | for ac_exec_ext in '' $ac_executable_extensions; do |
12300 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
d7040cdb | 12301 | ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" |
81ecdfbb | 12302 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
d7040cdb SE |
12303 | break 2 |
12304 | fi | |
12305 | done | |
81ecdfbb RW |
12306 | done |
12307 | IFS=$as_save_IFS | |
252b5132 | 12308 | |
d7040cdb SE |
12309 | fi |
12310 | fi | |
12311 | RANLIB=$ac_cv_prog_RANLIB | |
12312 | if test -n "$RANLIB"; then | |
81ecdfbb RW |
12313 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 |
12314 | $as_echo "$RANLIB" >&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 | 12319 | |
81ecdfbb | 12320 | |
d7040cdb SE |
12321 | fi |
12322 | if test -z "$ac_cv_prog_RANLIB"; then | |
12323 | ac_ct_RANLIB=$RANLIB | |
12324 | # Extract the first word of "ranlib", so it can be a program name with args. | |
12325 | set dummy ranlib; ac_word=$2 | |
81ecdfbb RW |
12326 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
12327 | $as_echo_n "checking for $ac_word... " >&6; } | |
12328 | if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then : | |
12329 | $as_echo_n "(cached) " >&6 | |
252b5132 | 12330 | else |
d7040cdb SE |
12331 | if test -n "$ac_ct_RANLIB"; then |
12332 | ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. | |
12333 | else | |
12334 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
12335 | for as_dir in $PATH | |
12336 | do | |
12337 | IFS=$as_save_IFS | |
12338 | test -z "$as_dir" && as_dir=. | |
81ecdfbb RW |
12339 | for ac_exec_ext in '' $ac_executable_extensions; do |
12340 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
d7040cdb | 12341 | ac_cv_prog_ac_ct_RANLIB="ranlib" |
81ecdfbb | 12342 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
d7040cdb SE |
12343 | break 2 |
12344 | fi | |
12345 | done | |
81ecdfbb RW |
12346 | done |
12347 | IFS=$as_save_IFS | |
20e95c23 | 12348 | |
d7040cdb SE |
12349 | fi |
12350 | fi | |
12351 | ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB | |
12352 | if test -n "$ac_ct_RANLIB"; then | |
81ecdfbb RW |
12353 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 |
12354 | $as_echo "$ac_ct_RANLIB" >&6; } | |
d7040cdb | 12355 | else |
81ecdfbb RW |
12356 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
12357 | $as_echo "no" >&6; } | |
d7040cdb SE |
12358 | fi |
12359 | ||
81ecdfbb RW |
12360 | if test "x$ac_ct_RANLIB" = x; then |
12361 | RANLIB=":" | |
d7040cdb | 12362 | else |
81ecdfbb RW |
12363 | case $cross_compiling:$ac_tool_warned in |
12364 | yes:) | |
12365 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
12366 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
12367 | ac_tool_warned=yes ;; | |
12368 | esac | |
12369 | RANLIB=$ac_ct_RANLIB | |
d7040cdb | 12370 | fi |
81ecdfbb RW |
12371 | else |
12372 | RANLIB="$ac_cv_prog_RANLIB" | |
d7040cdb | 12373 | fi |
d7040cdb | 12374 | |
d7040cdb SE |
12375 | |
12376 | ||
12377 | # Put a plausible default for CC_FOR_BUILD in Makefile. | |
12378 | if test -z "$CC_FOR_BUILD"; then | |
12379 | if test "x$cross_compiling" = "xno"; then | |
12380 | CC_FOR_BUILD='$(CC)' | |
12381 | else | |
12382 | CC_FOR_BUILD=gcc | |
12383 | fi | |
12384 | fi | |
20e95c23 | 12385 | |
d7040cdb SE |
12386 | # Also set EXEEXT_FOR_BUILD. |
12387 | if test "x$cross_compiling" = "xno"; then | |
12388 | EXEEXT_FOR_BUILD='$(EXEEXT)' | |
12389 | else | |
81ecdfbb RW |
12390 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5 |
12391 | $as_echo_n "checking for build system executable suffix... " >&6; } | |
12392 | if test "${bfd_cv_build_exeext+set}" = set; then : | |
12393 | $as_echo_n "(cached) " >&6 | |
d7040cdb SE |
12394 | else |
12395 | rm -f conftest* | |
12396 | echo 'int main () { return 0; }' > conftest.c | |
12397 | bfd_cv_build_exeext= | |
12398 | ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5 | |
12399 | for file in conftest.*; do | |
12400 | case $file in | |
12401 | *.c | *.o | *.obj | *.ilk | *.pdb) ;; | |
12402 | *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;; | |
12403 | esac | |
12404 | done | |
12405 | rm -f conftest* | |
12406 | test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no | |
252b5132 | 12407 | fi |
81ecdfbb RW |
12408 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5 |
12409 | $as_echo "$bfd_cv_build_exeext" >&6; } | |
d7040cdb SE |
12410 | EXEEXT_FOR_BUILD="" |
12411 | test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext} | |
252b5132 RH |
12412 | fi |
12413 | ||
12414 | ||
d7040cdb SE |
12415 | DEMANGLER_NAME=c++filt |
12416 | case "${host}" in | |
12417 | *-*-go32* | *-*-msdos*) | |
12418 | DEMANGLER_NAME=cxxfilt | |
12419 | esac | |
8a965946 ILT |
12420 | |
12421 | ||
81ecdfbb RW |
12422 | for ac_header in string.h strings.h stdlib.h unistd.h fcntl.h sys/file.h limits.h sys/param.h |
12423 | do : | |
12424 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
12425 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" | |
12426 | eval as_val=\$$as_ac_Header | |
12427 | if test "x$as_val" = x""yes; then : | |
12428 | cat >>confdefs.h <<_ACEOF | |
12429 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
12430 | _ACEOF | |
42ecbf5e | 12431 | |
81ecdfbb | 12432 | fi |
42ecbf5e | 12433 | |
81ecdfbb | 12434 | done |
42ecbf5e | 12435 | |
81ecdfbb RW |
12436 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5 |
12437 | $as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; } | |
12438 | if test "${ac_cv_header_sys_wait_h+set}" = set; then : | |
12439 | $as_echo_n "(cached) " >&6 | |
42ecbf5e | 12440 | else |
81ecdfbb | 12441 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
42ecbf5e | 12442 | /* end confdefs.h. */ |
252b5132 RH |
12443 | #include <sys/types.h> |
12444 | #include <sys/wait.h> | |
12445 | #ifndef WEXITSTATUS | |
81ecdfbb | 12446 | # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8) |
252b5132 RH |
12447 | #endif |
12448 | #ifndef WIFEXITED | |
42ecbf5e | 12449 | # define WIFEXITED(stat_val) (((stat_val) & 255) == 0) |
252b5132 | 12450 | #endif |
42ecbf5e DJ |
12451 | |
12452 | int | |
12453 | main () | |
12454 | { | |
12455 | int s; | |
12456 | wait (&s); | |
12457 | s = WIFEXITED (s) ? WEXITSTATUS (s) : 1; | |
12458 | ; | |
12459 | return 0; | |
12460 | } | |
12461 | _ACEOF | |
81ecdfbb | 12462 | if ac_fn_c_try_compile "$LINENO"; then : |
252b5132 RH |
12463 | ac_cv_header_sys_wait_h=yes |
12464 | else | |
81ecdfbb | 12465 | ac_cv_header_sys_wait_h=no |
252b5132 | 12466 | fi |
81ecdfbb | 12467 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
252b5132 | 12468 | fi |
81ecdfbb RW |
12469 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_wait_h" >&5 |
12470 | $as_echo "$ac_cv_header_sys_wait_h" >&6; } | |
d15b04bd | 12471 | if test $ac_cv_header_sys_wait_h = yes; then |
42ecbf5e | 12472 | |
81ecdfbb | 12473 | $as_echo "#define HAVE_SYS_WAIT_H 1" >>confdefs.h |
252b5132 RH |
12474 | |
12475 | fi | |
12476 | ||
12477 | # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works | |
12478 | # for constant arguments. Useless! | |
81ecdfbb RW |
12479 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5 |
12480 | $as_echo_n "checking for working alloca.h... " >&6; } | |
12481 | if test "${ac_cv_working_alloca_h+set}" = set; then : | |
12482 | $as_echo_n "(cached) " >&6 | |
42ecbf5e | 12483 | else |
81ecdfbb | 12484 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
42ecbf5e | 12485 | /* end confdefs.h. */ |
252b5132 | 12486 | #include <alloca.h> |
42ecbf5e DJ |
12487 | int |
12488 | main () | |
12489 | { | |
12490 | char *p = (char *) alloca (2 * sizeof (int)); | |
81ecdfbb | 12491 | if (p) return 0; |
42ecbf5e DJ |
12492 | ; |
12493 | return 0; | |
12494 | } | |
12495 | _ACEOF | |
81ecdfbb | 12496 | if ac_fn_c_try_link "$LINENO"; then : |
42ecbf5e DJ |
12497 | ac_cv_working_alloca_h=yes |
12498 | else | |
81ecdfbb | 12499 | ac_cv_working_alloca_h=no |
42ecbf5e | 12500 | fi |
81ecdfbb RW |
12501 | rm -f core conftest.err conftest.$ac_objext \ |
12502 | conftest$ac_exeext conftest.$ac_ext | |
42ecbf5e | 12503 | fi |
81ecdfbb RW |
12504 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5 |
12505 | $as_echo "$ac_cv_working_alloca_h" >&6; } | |
42ecbf5e DJ |
12506 | if test $ac_cv_working_alloca_h = yes; then |
12507 | ||
81ecdfbb | 12508 | $as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h |
252b5132 RH |
12509 | |
12510 | fi | |
12511 | ||
81ecdfbb RW |
12512 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5 |
12513 | $as_echo_n "checking for alloca... " >&6; } | |
12514 | if test "${ac_cv_func_alloca_works+set}" = set; then : | |
12515 | $as_echo_n "(cached) " >&6 | |
252b5132 | 12516 | else |
81ecdfbb | 12517 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
42ecbf5e | 12518 | /* end confdefs.h. */ |
252b5132 RH |
12519 | #ifdef __GNUC__ |
12520 | # define alloca __builtin_alloca | |
12521 | #else | |
12522 | # ifdef _MSC_VER | |
12523 | # include <malloc.h> | |
12524 | # define alloca _alloca | |
12525 | # else | |
81ecdfbb | 12526 | # ifdef HAVE_ALLOCA_H |
252b5132 RH |
12527 | # include <alloca.h> |
12528 | # else | |
12529 | # ifdef _AIX | |
12530 | #pragma alloca | |
12531 | # else | |
12532 | # ifndef alloca /* predefined by HP cc +Olibcalls */ | |
12533 | char *alloca (); | |
12534 | # endif | |
12535 | # endif | |
12536 | # endif | |
12537 | # endif | |
12538 | #endif | |
12539 | ||
42ecbf5e DJ |
12540 | int |
12541 | main () | |
12542 | { | |
12543 | char *p = (char *) alloca (1); | |
81ecdfbb | 12544 | if (p) return 0; |
42ecbf5e DJ |
12545 | ; |
12546 | return 0; | |
12547 | } | |
12548 | _ACEOF | |
81ecdfbb | 12549 | if ac_fn_c_try_link "$LINENO"; then : |
252b5132 RH |
12550 | ac_cv_func_alloca_works=yes |
12551 | else | |
81ecdfbb | 12552 | ac_cv_func_alloca_works=no |
252b5132 | 12553 | fi |
81ecdfbb RW |
12554 | rm -f core conftest.err conftest.$ac_objext \ |
12555 | conftest$ac_exeext conftest.$ac_ext | |
252b5132 | 12556 | fi |
81ecdfbb RW |
12557 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5 |
12558 | $as_echo "$ac_cv_func_alloca_works" >&6; } | |
252b5132 | 12559 | |
252b5132 | 12560 | if test $ac_cv_func_alloca_works = yes; then |
e5a52504 | 12561 | |
81ecdfbb | 12562 | $as_echo "#define HAVE_ALLOCA 1" >>confdefs.h |
e5a52504 | 12563 | |
42ecbf5e | 12564 | else |
d15b04bd | 12565 | # The SVR3 libPW and SVR4 libucb both contain incompatible functions |
42ecbf5e DJ |
12566 | # that cause trouble. Some versions do not even contain alloca or |
12567 | # contain a buggy version. If you still want to use their alloca, | |
12568 | # use ar to extract alloca.o from them instead of compiling alloca.c. | |
12569 | ||
81ecdfbb | 12570 | ALLOCA=\${LIBOBJDIR}alloca.$ac_objext |
42ecbf5e | 12571 | |
81ecdfbb | 12572 | $as_echo "#define C_ALLOCA 1" >>confdefs.h |
252b5132 RH |
12573 | |
12574 | ||
81ecdfbb RW |
12575 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5 |
12576 | $as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; } | |
12577 | if test "${ac_cv_os_cray+set}" = set; then : | |
12578 | $as_echo_n "(cached) " >&6 | |
252b5132 | 12579 | else |
81ecdfbb | 12580 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
42ecbf5e | 12581 | /* end confdefs.h. */ |
81ecdfbb | 12582 | #if defined CRAY && ! defined CRAY2 |
252b5132 RH |
12583 | webecray |
12584 | #else | |
12585 | wenotbecray | |
12586 | #endif | |
12587 | ||
42ecbf5e | 12588 | _ACEOF |
252b5132 | 12589 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
81ecdfbb | 12590 | $EGREP "webecray" >/dev/null 2>&1; then : |
252b5132 RH |
12591 | ac_cv_os_cray=yes |
12592 | else | |
252b5132 RH |
12593 | ac_cv_os_cray=no |
12594 | fi | |
12595 | rm -f conftest* | |
12596 | ||
12597 | fi | |
81ecdfbb RW |
12598 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5 |
12599 | $as_echo "$ac_cv_os_cray" >&6; } | |
d15b04bd | 12600 | if test $ac_cv_os_cray = yes; then |
42ecbf5e | 12601 | for ac_func in _getb67 GETB67 getb67; do |
81ecdfbb RW |
12602 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
12603 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | |
12604 | eval as_val=\$$as_ac_var | |
12605 | if test "x$as_val" = x""yes; then : | |
42ecbf5e DJ |
12606 | |
12607 | cat >>confdefs.h <<_ACEOF | |
252b5132 | 12608 | #define CRAY_STACKSEG_END $ac_func |
42ecbf5e | 12609 | _ACEOF |
252b5132 | 12610 | |
42ecbf5e | 12611 | break |
252b5132 RH |
12612 | fi |
12613 | ||
42ecbf5e | 12614 | done |
252b5132 RH |
12615 | fi |
12616 | ||
81ecdfbb RW |
12617 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5 |
12618 | $as_echo_n "checking stack direction for C alloca... " >&6; } | |
12619 | if test "${ac_cv_c_stack_direction+set}" = set; then : | |
12620 | $as_echo_n "(cached) " >&6 | |
252b5132 | 12621 | else |
81ecdfbb | 12622 | if test "$cross_compiling" = yes; then : |
252b5132 RH |
12623 | ac_cv_c_stack_direction=0 |
12624 | else | |
81ecdfbb | 12625 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
42ecbf5e | 12626 | /* end confdefs.h. */ |
81ecdfbb | 12627 | $ac_includes_default |
42ecbf5e | 12628 | int |
252b5132 RH |
12629 | find_stack_direction () |
12630 | { | |
12631 | static char *addr = 0; | |
12632 | auto char dummy; | |
12633 | if (addr == 0) | |
12634 | { | |
12635 | addr = &dummy; | |
12636 | return find_stack_direction (); | |
12637 | } | |
12638 | else | |
12639 | return (&dummy > addr) ? 1 : -1; | |
12640 | } | |
42ecbf5e DJ |
12641 | |
12642 | int | |
252b5132 RH |
12643 | main () |
12644 | { | |
81ecdfbb | 12645 | return find_stack_direction () < 0; |
252b5132 | 12646 | } |
42ecbf5e | 12647 | _ACEOF |
81ecdfbb | 12648 | if ac_fn_c_try_run "$LINENO"; then : |
252b5132 RH |
12649 | ac_cv_c_stack_direction=1 |
12650 | else | |
81ecdfbb | 12651 | ac_cv_c_stack_direction=-1 |
252b5132 | 12652 | fi |
81ecdfbb RW |
12653 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ |
12654 | conftest.$ac_objext conftest.beam conftest.$ac_ext | |
252b5132 RH |
12655 | fi |
12656 | ||
81ecdfbb RW |
12657 | fi |
12658 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5 | |
12659 | $as_echo "$ac_cv_c_stack_direction" >&6; } | |
42ecbf5e | 12660 | cat >>confdefs.h <<_ACEOF |
252b5132 | 12661 | #define STACK_DIRECTION $ac_cv_c_stack_direction |
42ecbf5e DJ |
12662 | _ACEOF |
12663 | ||
252b5132 RH |
12664 | |
12665 | fi | |
12666 | ||
81ecdfbb RW |
12667 | for ac_func in sbrk utimes setmode getc_unlocked strcoll |
12668 | do : | |
12669 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
12670 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | |
12671 | eval as_val=\$$as_ac_var | |
12672 | if test "x$as_val" = x""yes; then : | |
12673 | cat >>confdefs.h <<_ACEOF | |
12674 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
12675 | _ACEOF | |
42ecbf5e | 12676 | |
81ecdfbb RW |
12677 | fi |
12678 | done | |
42ecbf5e | 12679 | |
81ecdfbb RW |
12680 | ac_fn_c_check_func "$LINENO" "mkstemp" "ac_cv_func_mkstemp" |
12681 | if test "x$ac_cv_func_mkstemp" = x""yes; then : | |
42ecbf5e | 12682 | |
81ecdfbb | 12683 | $as_echo "#define HAVE_MKSTEMP 1" >>confdefs.h |
42ecbf5e | 12684 | |
81ecdfbb | 12685 | fi |
42ecbf5e | 12686 | |
81ecdfbb RW |
12687 | ac_fn_c_check_func "$LINENO" "mkdtemp" "ac_cv_func_mkdtemp" |
12688 | if test "x$ac_cv_func_mkdtemp" = x""yes; then : | |
42ecbf5e | 12689 | |
81ecdfbb | 12690 | $as_echo "#define HAVE_MKDTEMP 1" >>confdefs.h |
42ecbf5e | 12691 | |
81ecdfbb | 12692 | fi |
d15b04bd | 12693 | |
d15b04bd | 12694 | |
81ecdfbb RW |
12695 | # Some systems have frexp only in -lm, not in -lc. |
12696 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing frexp" >&5 | |
12697 | $as_echo_n "checking for library containing frexp... " >&6; } | |
12698 | if test "${ac_cv_search_frexp+set}" = set; then : | |
12699 | $as_echo_n "(cached) " >&6 | |
f9c026a8 | 12700 | else |
81ecdfbb RW |
12701 | ac_func_search_save_LIBS=$LIBS |
12702 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
f9c026a8 | 12703 | /* end confdefs.h. */ |
f9c026a8 | 12704 | |
81ecdfbb RW |
12705 | /* Override any GCC internal prototype to avoid an error. |
12706 | Use char because int might match the return type of a GCC | |
f9c026a8 | 12707 | builtin and then its argument prototype would still apply. */ |
42ecbf5e DJ |
12708 | #ifdef __cplusplus |
12709 | extern "C" | |
12710 | #endif | |
42ecbf5e DJ |
12711 | char frexp (); |
12712 | int | |
12713 | main () | |
12714 | { | |
81ecdfbb | 12715 | return frexp (); |
42ecbf5e DJ |
12716 | ; |
12717 | return 0; | |
12718 | } | |
12719 | _ACEOF | |
81ecdfbb RW |
12720 | for ac_lib in '' m; do |
12721 | if test -z "$ac_lib"; then | |
12722 | ac_res="none required" | |
12723 | else | |
12724 | ac_res=-l$ac_lib | |
42ecbf5e | 12725 | LIBS="-l$ac_lib $ac_func_search_save_LIBS" |
81ecdfbb RW |
12726 | fi |
12727 | if ac_fn_c_try_link "$LINENO"; then : | |
12728 | ac_cv_search_frexp=$ac_res | |
12729 | fi | |
12730 | rm -f core conftest.err conftest.$ac_objext \ | |
12731 | conftest$ac_exeext | |
12732 | if test "${ac_cv_search_frexp+set}" = set; then : | |
12733 | break | |
12734 | fi | |
12735 | done | |
12736 | if test "${ac_cv_search_frexp+set}" = set; then : | |
42ecbf5e | 12737 | |
f353eb8a | 12738 | else |
81ecdfbb | 12739 | ac_cv_search_frexp=no |
e5a52504 | 12740 | fi |
81ecdfbb | 12741 | rm conftest.$ac_ext |
42ecbf5e DJ |
12742 | LIBS=$ac_func_search_save_LIBS |
12743 | fi | |
81ecdfbb RW |
12744 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_frexp" >&5 |
12745 | $as_echo "$ac_cv_search_frexp" >&6; } | |
12746 | ac_res=$ac_cv_search_frexp | |
12747 | if test "$ac_res" != no; then : | |
12748 | test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" | |
42ecbf5e | 12749 | |
f353eb8a ILT |
12750 | fi |
12751 | ||
42ecbf5e | 12752 | |
81ecdfbb RW |
12753 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for time_t in time.h" >&5 |
12754 | $as_echo_n "checking for time_t in time.h... " >&6; } | |
12755 | if test "${bu_cv_decl_time_t_time_h+set}" = set; then : | |
12756 | $as_echo_n "(cached) " >&6 | |
252b5132 | 12757 | else |
81ecdfbb | 12758 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
42ecbf5e | 12759 | /* end confdefs.h. */ |
252b5132 | 12760 | #include <time.h> |
42ecbf5e DJ |
12761 | int |
12762 | main () | |
12763 | { | |
252b5132 | 12764 | time_t i; |
42ecbf5e DJ |
12765 | ; |
12766 | return 0; | |
12767 | } | |
12768 | _ACEOF | |
81ecdfbb | 12769 | if ac_fn_c_try_compile "$LINENO"; then : |
252b5132 RH |
12770 | bu_cv_decl_time_t_time_h=yes |
12771 | else | |
81ecdfbb | 12772 | bu_cv_decl_time_t_time_h=no |
252b5132 | 12773 | fi |
81ecdfbb | 12774 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
252b5132 RH |
12775 | fi |
12776 | ||
81ecdfbb RW |
12777 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_time_t_time_h" >&5 |
12778 | $as_echo "$bu_cv_decl_time_t_time_h" >&6; } | |
252b5132 | 12779 | if test $bu_cv_decl_time_t_time_h = yes; then |
42ecbf5e | 12780 | |
81ecdfbb | 12781 | $as_echo "#define HAVE_TIME_T_IN_TIME_H 1" >>confdefs.h |
252b5132 RH |
12782 | |
12783 | fi | |
12784 | ||
81ecdfbb RW |
12785 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for time_t in sys/types.h" >&5 |
12786 | $as_echo_n "checking for time_t in sys/types.h... " >&6; } | |
12787 | if test "${bu_cv_decl_time_t_types_h+set}" = set; then : | |
12788 | $as_echo_n "(cached) " >&6 | |
252b5132 | 12789 | else |
81ecdfbb | 12790 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
42ecbf5e | 12791 | /* end confdefs.h. */ |
252b5132 | 12792 | #include <sys/types.h> |
42ecbf5e DJ |
12793 | int |
12794 | main () | |
12795 | { | |
252b5132 | 12796 | time_t i; |
42ecbf5e DJ |
12797 | ; |
12798 | return 0; | |
12799 | } | |
12800 | _ACEOF | |
81ecdfbb | 12801 | if ac_fn_c_try_compile "$LINENO"; then : |
252b5132 RH |
12802 | bu_cv_decl_time_t_types_h=yes |
12803 | else | |
81ecdfbb | 12804 | bu_cv_decl_time_t_types_h=no |
252b5132 | 12805 | fi |
81ecdfbb | 12806 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
252b5132 RH |
12807 | fi |
12808 | ||
81ecdfbb RW |
12809 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_time_t_types_h" >&5 |
12810 | $as_echo "$bu_cv_decl_time_t_types_h" >&6; } | |
252b5132 | 12811 | if test $bu_cv_decl_time_t_types_h = yes; then |
42ecbf5e | 12812 | |
81ecdfbb | 12813 | $as_echo "#define HAVE_TIME_T_IN_TYPES_H 1" >>confdefs.h |
252b5132 RH |
12814 | |
12815 | fi | |
12816 | ||
81ecdfbb RW |
12817 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5 |
12818 | $as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; } | |
12819 | if test "${bu_cv_decl_getopt_unistd_h+set}" = set; then : | |
12820 | $as_echo_n "(cached) " >&6 | |
e46eba98 | 12821 | else |
81ecdfbb | 12822 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
42ecbf5e | 12823 | /* end confdefs.h. */ |
e46eba98 | 12824 | #include <unistd.h> |
42ecbf5e DJ |
12825 | int |
12826 | main () | |
12827 | { | |
e46eba98 | 12828 | extern int getopt (int, char *const*, const char *); |
42ecbf5e DJ |
12829 | ; |
12830 | return 0; | |
12831 | } | |
12832 | _ACEOF | |
81ecdfbb | 12833 | if ac_fn_c_try_compile "$LINENO"; then : |
e46eba98 NC |
12834 | bu_cv_decl_getopt_unistd_h=yes |
12835 | else | |
81ecdfbb | 12836 | bu_cv_decl_getopt_unistd_h=no |
e46eba98 | 12837 | fi |
81ecdfbb | 12838 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
e46eba98 NC |
12839 | fi |
12840 | ||
81ecdfbb RW |
12841 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_getopt_unistd_h" >&5 |
12842 | $as_echo "$bu_cv_decl_getopt_unistd_h" >&6; } | |
e46eba98 | 12843 | if test $bu_cv_decl_getopt_unistd_h = yes; then |
42ecbf5e | 12844 | |
81ecdfbb | 12845 | $as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h |
e46eba98 NC |
12846 | |
12847 | fi | |
12848 | ||
252b5132 RH |
12849 | # Under Next 3.2 <utime.h> apparently does not define struct utimbuf |
12850 | # by default. | |
81ecdfbb RW |
12851 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for utime.h" >&5 |
12852 | $as_echo_n "checking for utime.h... " >&6; } | |
12853 | if test "${bu_cv_header_utime_h+set}" = set; then : | |
12854 | $as_echo_n "(cached) " >&6 | |
42ecbf5e | 12855 | else |
81ecdfbb | 12856 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
42ecbf5e | 12857 | /* end confdefs.h. */ |
252b5132 RH |
12858 | #include <sys/types.h> |
12859 | #ifdef HAVE_TIME_H | |
12860 | #include <time.h> | |
12861 | #endif | |
12862 | #include <utime.h> | |
42ecbf5e DJ |
12863 | int |
12864 | main () | |
12865 | { | |
252b5132 | 12866 | struct utimbuf s; |
42ecbf5e DJ |
12867 | ; |
12868 | return 0; | |
12869 | } | |
12870 | _ACEOF | |
81ecdfbb | 12871 | if ac_fn_c_try_compile "$LINENO"; then : |
252b5132 RH |
12872 | bu_cv_header_utime_h=yes |
12873 | else | |
81ecdfbb | 12874 | bu_cv_header_utime_h=no |
252b5132 | 12875 | fi |
81ecdfbb | 12876 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
252b5132 RH |
12877 | fi |
12878 | ||
81ecdfbb RW |
12879 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_header_utime_h" >&5 |
12880 | $as_echo "$bu_cv_header_utime_h" >&6; } | |
252b5132 | 12881 | if test $bu_cv_header_utime_h = yes; then |
42ecbf5e | 12882 | |
81ecdfbb | 12883 | $as_echo "#define HAVE_GOOD_UTIME_H 1" >>confdefs.h |
252b5132 RH |
12884 | |
12885 | fi | |
12886 | ||
81ecdfbb RW |
12887 | ac_fn_c_check_decl "$LINENO" "fprintf" "ac_cv_have_decl_fprintf" "$ac_includes_default" |
12888 | if test "x$ac_cv_have_decl_fprintf" = x""yes; then : | |
12889 | ac_have_decl=1 | |
252b5132 | 12890 | else |
81ecdfbb RW |
12891 | ac_have_decl=0 |
12892 | fi | |
398ee8f1 | 12893 | |
81ecdfbb RW |
12894 | cat >>confdefs.h <<_ACEOF |
12895 | #define HAVE_DECL_FPRINTF $ac_have_decl | |
42ecbf5e | 12896 | _ACEOF |
81ecdfbb RW |
12897 | ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default" |
12898 | if test "x$ac_cv_have_decl_stpcpy" = x""yes; then : | |
12899 | ac_have_decl=1 | |
252b5132 | 12900 | else |
81ecdfbb | 12901 | ac_have_decl=0 |
252b5132 | 12902 | fi |
252b5132 | 12903 | |
398ee8f1 | 12904 | cat >>confdefs.h <<_ACEOF |
81ecdfbb | 12905 | #define HAVE_DECL_STPCPY $ac_have_decl |
398ee8f1 | 12906 | _ACEOF |
81ecdfbb RW |
12907 | ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default" |
12908 | if test "x$ac_cv_have_decl_strstr" = x""yes; then : | |
12909 | ac_have_decl=1 | |
398ee8f1 | 12910 | else |
81ecdfbb RW |
12911 | ac_have_decl=0 |
12912 | fi | |
3e321448 L |
12913 | |
12914 | cat >>confdefs.h <<_ACEOF | |
81ecdfbb | 12915 | #define HAVE_DECL_STRSTR $ac_have_decl |
42ecbf5e | 12916 | _ACEOF |
81ecdfbb RW |
12917 | ac_fn_c_check_decl "$LINENO" "sbrk" "ac_cv_have_decl_sbrk" "$ac_includes_default" |
12918 | if test "x$ac_cv_have_decl_sbrk" = x""yes; then : | |
12919 | ac_have_decl=1 | |
252b5132 | 12920 | else |
81ecdfbb | 12921 | ac_have_decl=0 |
252b5132 | 12922 | fi |
252b5132 | 12923 | |
398ee8f1 | 12924 | cat >>confdefs.h <<_ACEOF |
81ecdfbb | 12925 | #define HAVE_DECL_SBRK $ac_have_decl |
398ee8f1 | 12926 | _ACEOF |
81ecdfbb RW |
12927 | ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default" |
12928 | if test "x$ac_cv_have_decl_getenv" = x""yes; then : | |
12929 | ac_have_decl=1 | |
398ee8f1 | 12930 | else |
81ecdfbb | 12931 | ac_have_decl=0 |
398ee8f1 | 12932 | fi |
252b5132 | 12933 | |
398ee8f1 | 12934 | cat >>confdefs.h <<_ACEOF |
81ecdfbb | 12935 | #define HAVE_DECL_GETENV $ac_have_decl |
398ee8f1 | 12936 | _ACEOF |
81ecdfbb RW |
12937 | ac_fn_c_check_decl "$LINENO" "environ" "ac_cv_have_decl_environ" "$ac_includes_default" |
12938 | if test "x$ac_cv_have_decl_environ" = x""yes; then : | |
12939 | ac_have_decl=1 | |
398ee8f1 | 12940 | else |
81ecdfbb | 12941 | ac_have_decl=0 |
398ee8f1 | 12942 | fi |
252b5132 | 12943 | |
398ee8f1 | 12944 | cat >>confdefs.h <<_ACEOF |
81ecdfbb | 12945 | #define HAVE_DECL_ENVIRON $ac_have_decl |
b7d4af3a | 12946 | _ACEOF |
81ecdfbb RW |
12947 | ac_fn_c_check_decl "$LINENO" "getc_unlocked" "ac_cv_have_decl_getc_unlocked" "$ac_includes_default" |
12948 | if test "x$ac_cv_have_decl_getc_unlocked" = x""yes; then : | |
12949 | ac_have_decl=1 | |
b7d4af3a | 12950 | else |
81ecdfbb | 12951 | ac_have_decl=0 |
b7d4af3a | 12952 | fi |
b7d4af3a JW |
12953 | |
12954 | cat >>confdefs.h <<_ACEOF | |
81ecdfbb | 12955 | #define HAVE_DECL_GETC_UNLOCKED $ac_have_decl |
b7d4af3a | 12956 | _ACEOF |
81ecdfbb RW |
12957 | ac_fn_c_check_decl "$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default" |
12958 | if test "x$ac_cv_have_decl_snprintf" = x""yes; then : | |
12959 | ac_have_decl=1 | |
b7d4af3a | 12960 | else |
81ecdfbb | 12961 | ac_have_decl=0 |
db50c840 | 12962 | fi |
db50c840 EB |
12963 | |
12964 | cat >>confdefs.h <<_ACEOF | |
81ecdfbb | 12965 | #define HAVE_DECL_SNPRINTF $ac_have_decl |
db50c840 | 12966 | _ACEOF |
81ecdfbb RW |
12967 | ac_fn_c_check_decl "$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default" |
12968 | if test "x$ac_cv_have_decl_vsnprintf" = x""yes; then : | |
12969 | ac_have_decl=1 | |
db50c840 | 12970 | else |
81ecdfbb | 12971 | ac_have_decl=0 |
db50c840 | 12972 | fi |
db50c840 EB |
12973 | |
12974 | cat >>confdefs.h <<_ACEOF | |
81ecdfbb | 12975 | #define HAVE_DECL_VSNPRINTF $ac_have_decl |
db50c840 EB |
12976 | _ACEOF |
12977 | ||
12978 | ||
1b315056 CS |
12979 | # Link in zlib if we can. This allows us to read compressed debug |
12980 | # sections. This is used only by readelf.c (objdump uses bfd for | |
12981 | # reading compressed sections). | |
81ecdfbb RW |
12982 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing zlibVersion" >&5 |
12983 | $as_echo_n "checking for library containing zlibVersion... " >&6; } | |
12984 | if test "${ac_cv_search_zlibVersion+set}" = set; then : | |
12985 | $as_echo_n "(cached) " >&6 | |
1b315056 CS |
12986 | else |
12987 | ac_func_search_save_LIBS=$LIBS | |
81ecdfbb | 12988 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
1b315056 CS |
12989 | /* end confdefs.h. */ |
12990 | ||
81ecdfbb RW |
12991 | /* Override any GCC internal prototype to avoid an error. |
12992 | Use char because int might match the return type of a GCC | |
1b315056 | 12993 | builtin and then its argument prototype would still apply. */ |
1b315056 CS |
12994 | #ifdef __cplusplus |
12995 | extern "C" | |
12996 | #endif | |
1b315056 CS |
12997 | char zlibVersion (); |
12998 | int | |
12999 | main () | |
13000 | { | |
81ecdfbb | 13001 | return zlibVersion (); |
1b315056 CS |
13002 | ; |
13003 | return 0; | |
13004 | } | |
81ecdfbb RW |
13005 | _ACEOF |
13006 | for ac_lib in '' z; do | |
13007 | if test -z "$ac_lib"; then | |
13008 | ac_res="none required" | |
1b315056 | 13009 | else |
81ecdfbb RW |
13010 | ac_res=-l$ac_lib |
13011 | LIBS="-l$ac_lib $ac_func_search_save_LIBS" | |
1b315056 | 13012 | fi |
81ecdfbb RW |
13013 | if ac_fn_c_try_link "$LINENO"; then : |
13014 | ac_cv_search_zlibVersion=$ac_res | |
1b315056 | 13015 | fi |
81ecdfbb RW |
13016 | rm -f core conftest.err conftest.$ac_objext \ |
13017 | conftest$ac_exeext | |
13018 | if test "${ac_cv_search_zlibVersion+set}" = set; then : | |
13019 | break | |
1b315056 | 13020 | fi |
81ecdfbb RW |
13021 | done |
13022 | if test "${ac_cv_search_zlibVersion+set}" = set; then : | |
1b315056 | 13023 | |
1b315056 | 13024 | else |
81ecdfbb | 13025 | ac_cv_search_zlibVersion=no |
1b315056 | 13026 | fi |
81ecdfbb RW |
13027 | rm conftest.$ac_ext |
13028 | LIBS=$ac_func_search_save_LIBS | |
1b315056 | 13029 | fi |
81ecdfbb RW |
13030 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_zlibVersion" >&5 |
13031 | $as_echo "$ac_cv_search_zlibVersion" >&6; } | |
13032 | ac_res=$ac_cv_search_zlibVersion | |
13033 | if test "$ac_res" != no; then : | |
13034 | test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" | |
13035 | for ac_header in zlib.h | |
13036 | do : | |
13037 | ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default" | |
13038 | if test "x$ac_cv_header_zlib_h" = x""yes; then : | |
1b315056 | 13039 | cat >>confdefs.h <<_ACEOF |
81ecdfbb | 13040 | #define HAVE_ZLIB_H 1 |
1b315056 CS |
13041 | _ACEOF |
13042 | ||
13043 | fi | |
13044 | ||
13045 | done | |
13046 | ||
13047 | fi | |
13048 | ||
13049 | ||
252b5132 RH |
13050 | |
13051 | case "${host}" in | |
8a965946 | 13052 | *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*) |
42ecbf5e | 13053 | |
81ecdfbb | 13054 | $as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h |
252b5132 RH |
13055 | ;; |
13056 | esac | |
13057 | ||
13058 | # target-specific stuff: | |
13059 | ||
13060 | # Canonicalize the secondary target names. | |
13061 | if test -n "$enable_targets"; then | |
13062 | for targ in `echo $enable_targets | sed 's/,/ /g'` | |
13063 | do | |
6d83c84b | 13064 | result=`$ac_config_sub $targ 2>/dev/null` |
252b5132 RH |
13065 | if test -n "$result"; then |
13066 | canon_targets="$canon_targets $result" | |
13067 | else | |
13068 | # Allow targets that config.sub doesn't recognize, like "all". | |
13069 | canon_targets="$canon_targets $targ" | |
13070 | fi | |
13071 | done | |
13072 | fi | |
13073 | ||
81ecdfbb RW |
13074 | ac_fn_c_check_header_mongrel "$LINENO" "iconv.h" "ac_cv_header_iconv_h" "$ac_includes_default" |
13075 | if test "x$ac_cv_header_iconv_h" = x""yes; then : | |
5ba684e2 NC |
13076 | |
13077 | fi | |
13078 | ||
13079 | ||
13080 | ||
13081 | if test "X$prefix" = "XNONE"; then | |
13082 | acl_final_prefix="$ac_default_prefix" | |
13083 | else | |
13084 | acl_final_prefix="$prefix" | |
13085 | fi | |
13086 | if test "X$exec_prefix" = "XNONE"; then | |
13087 | acl_final_exec_prefix='${prefix}' | |
13088 | else | |
13089 | acl_final_exec_prefix="$exec_prefix" | |
13090 | fi | |
13091 | acl_save_prefix="$prefix" | |
13092 | prefix="$acl_final_prefix" | |
13093 | eval acl_final_exec_prefix=\"$acl_final_exec_prefix\" | |
13094 | prefix="$acl_save_prefix" | |
13095 | ||
13096 | ||
81ecdfbb RW |
13097 | # Check whether --with-gnu-ld was given. |
13098 | if test "${with_gnu_ld+set}" = set; then : | |
13099 | withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes | |
5ba684e2 NC |
13100 | else |
13101 | with_gnu_ld=no | |
81ecdfbb RW |
13102 | fi |
13103 | ||
5ba684e2 NC |
13104 | # Prepare PATH_SEPARATOR. |
13105 | # The user is always right. | |
13106 | if test "${PATH_SEPARATOR+set}" != set; then | |
13107 | echo "#! /bin/sh" >conf$$.sh | |
13108 | echo "exit 0" >>conf$$.sh | |
13109 | chmod +x conf$$.sh | |
13110 | if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then | |
13111 | PATH_SEPARATOR=';' | |
13112 | else | |
13113 | PATH_SEPARATOR=: | |
13114 | fi | |
13115 | rm -f conf$$.sh | |
13116 | fi | |
13117 | ac_prog=ld | |
13118 | if test "$GCC" = yes; then | |
13119 | # Check if gcc -print-prog-name=ld gives a path. | |
81ecdfbb RW |
13120 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by GCC" >&5 |
13121 | $as_echo_n "checking for ld used by GCC... " >&6; } | |
5ba684e2 NC |
13122 | case $host in |
13123 | *-*-mingw*) | |
13124 | # gcc leaves a trailing carriage return which upsets mingw | |
13125 | ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; | |
13126 | *) | |
13127 | ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; | |
13128 | esac | |
13129 | case $ac_prog in | |
13130 | # Accept absolute paths. | |
13131 | [\\/]* | [A-Za-z]:[\\/]*) | |
13132 | re_direlt='/[^/][^/]*/\.\./' | |
13133 | # Canonicalize the path of ld | |
13134 | ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'` | |
13135 | while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do | |
13136 | ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"` | |
13137 | done | |
13138 | test -z "$LD" && LD="$ac_prog" | |
13139 | ;; | |
13140 | "") | |
13141 | # If it fails, then pretend we aren't using GCC. | |
13142 | ac_prog=ld | |
13143 | ;; | |
13144 | *) | |
13145 | # If it is relative, then search for the first ld in PATH. | |
13146 | with_gnu_ld=unknown | |
13147 | ;; | |
13148 | esac | |
13149 | elif test "$with_gnu_ld" = yes; then | |
81ecdfbb RW |
13150 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5 |
13151 | $as_echo_n "checking for GNU ld... " >&6; } | |
5ba684e2 | 13152 | else |
81ecdfbb RW |
13153 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 |
13154 | $as_echo_n "checking for non-GNU ld... " >&6; } | |
5ba684e2 | 13155 | fi |
81ecdfbb RW |
13156 | if test "${acl_cv_path_LD+set}" = set; then : |
13157 | $as_echo_n "(cached) " >&6 | |
5ba684e2 NC |
13158 | else |
13159 | if test -z "$LD"; then | |
13160 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}" | |
13161 | for ac_dir in $PATH; do | |
13162 | test -z "$ac_dir" && ac_dir=. | |
13163 | if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then | |
13164 | acl_cv_path_LD="$ac_dir/$ac_prog" | |
13165 | # Check to see if the program is GNU ld. I'd rather use --version, | |
13166 | # but apparently some GNU ld's only accept -v. | |
13167 | # Break only if it was the GNU/non-GNU ld that we prefer. | |
13168 | if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then | |
13169 | test "$with_gnu_ld" != no && break | |
13170 | else | |
13171 | test "$with_gnu_ld" != yes && break | |
13172 | fi | |
13173 | fi | |
13174 | done | |
13175 | IFS="$ac_save_ifs" | |
13176 | else | |
13177 | acl_cv_path_LD="$LD" # Let the user override the test with a path. | |
13178 | fi | |
13179 | fi | |
13180 | ||
13181 | LD="$acl_cv_path_LD" | |
13182 | if test -n "$LD"; then | |
81ecdfbb RW |
13183 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5 |
13184 | $as_echo "$LD" >&6; } | |
5ba684e2 | 13185 | else |
81ecdfbb RW |
13186 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
13187 | $as_echo "no" >&6; } | |
5ba684e2 | 13188 | fi |
81ecdfbb RW |
13189 | test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5 |
13190 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 | |
13191 | $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } | |
13192 | if test "${acl_cv_prog_gnu_ld+set}" = set; then : | |
13193 | $as_echo_n "(cached) " >&6 | |
5ba684e2 NC |
13194 | else |
13195 | # I'd rather use --version here, but apparently some GNU ld's only accept -v. | |
13196 | if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then | |
13197 | acl_cv_prog_gnu_ld=yes | |
13198 | else | |
13199 | acl_cv_prog_gnu_ld=no | |
13200 | fi | |
13201 | fi | |
81ecdfbb RW |
13202 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5 |
13203 | $as_echo "$acl_cv_prog_gnu_ld" >&6; } | |
5ba684e2 NC |
13204 | with_gnu_ld=$acl_cv_prog_gnu_ld |
13205 | ||
13206 | ||
13207 | ||
81ecdfbb RW |
13208 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5 |
13209 | $as_echo_n "checking for shared library run path origin... " >&6; } | |
13210 | if test "${acl_cv_rpath+set}" = set; then : | |
13211 | $as_echo_n "(cached) " >&6 | |
5ba684e2 NC |
13212 | else |
13213 | ||
13214 | CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \ | |
13215 | ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh | |
13216 | . ./conftest.sh | |
13217 | rm -f ./conftest.sh | |
13218 | acl_cv_rpath=done | |
13219 | ||
13220 | fi | |
81ecdfbb RW |
13221 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5 |
13222 | $as_echo "$acl_cv_rpath" >&6; } | |
5ba684e2 NC |
13223 | wl="$acl_cv_wl" |
13224 | libext="$acl_cv_libext" | |
13225 | shlibext="$acl_cv_shlibext" | |
13226 | hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec" | |
13227 | hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator" | |
13228 | hardcode_direct="$acl_cv_hardcode_direct" | |
13229 | hardcode_minus_L="$acl_cv_hardcode_minus_L" | |
81ecdfbb RW |
13230 | # Check whether --enable-rpath was given. |
13231 | if test "${enable_rpath+set}" = set; then : | |
13232 | enableval=$enable_rpath; : | |
5ba684e2 NC |
13233 | else |
13234 | enable_rpath=yes | |
81ecdfbb RW |
13235 | fi |
13236 | ||
5ba684e2 NC |
13237 | |
13238 | ||
13239 | ||
13240 | ||
13241 | ||
13242 | ||
13243 | ||
13244 | use_additional=yes | |
13245 | ||
13246 | acl_save_prefix="$prefix" | |
13247 | prefix="$acl_final_prefix" | |
13248 | acl_save_exec_prefix="$exec_prefix" | |
13249 | exec_prefix="$acl_final_exec_prefix" | |
13250 | ||
13251 | eval additional_includedir=\"$includedir\" | |
13252 | eval additional_libdir=\"$libdir\" | |
13253 | ||
13254 | exec_prefix="$acl_save_exec_prefix" | |
13255 | prefix="$acl_save_prefix" | |
13256 | ||
13257 | ||
81ecdfbb RW |
13258 | # Check whether --with-libiconv-prefix was given. |
13259 | if test "${with_libiconv_prefix+set}" = set; then : | |
13260 | withval=$with_libiconv_prefix; | |
5ba684e2 NC |
13261 | if test "X$withval" = "Xno"; then |
13262 | use_additional=no | |
13263 | else | |
13264 | if test "X$withval" = "X"; then | |
13265 | ||
13266 | acl_save_prefix="$prefix" | |
13267 | prefix="$acl_final_prefix" | |
13268 | acl_save_exec_prefix="$exec_prefix" | |
13269 | exec_prefix="$acl_final_exec_prefix" | |
13270 | ||
13271 | eval additional_includedir=\"$includedir\" | |
13272 | eval additional_libdir=\"$libdir\" | |
13273 | ||
13274 | exec_prefix="$acl_save_exec_prefix" | |
13275 | prefix="$acl_save_prefix" | |
13276 | ||
13277 | else | |
13278 | additional_includedir="$withval/include" | |
13279 | additional_libdir="$withval/lib" | |
13280 | fi | |
13281 | fi | |
13282 | ||
81ecdfbb RW |
13283 | fi |
13284 | ||
5ba684e2 NC |
13285 | LIBICONV= |
13286 | LTLIBICONV= | |
13287 | INCICONV= | |
13288 | rpathdirs= | |
13289 | ltrpathdirs= | |
13290 | names_already_handled= | |
13291 | names_next_round='iconv ' | |
13292 | while test -n "$names_next_round"; do | |
13293 | names_this_round="$names_next_round" | |
13294 | names_next_round= | |
13295 | for name in $names_this_round; do | |
13296 | already_handled= | |
13297 | for n in $names_already_handled; do | |
13298 | if test "$n" = "$name"; then | |
13299 | already_handled=yes | |
13300 | break | |
13301 | fi | |
13302 | done | |
13303 | if test -z "$already_handled"; then | |
13304 | names_already_handled="$names_already_handled $name" | |
13305 | uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'` | |
13306 | eval value=\"\$HAVE_LIB$uppername\" | |
13307 | if test -n "$value"; then | |
13308 | if test "$value" = yes; then | |
13309 | eval value=\"\$LIB$uppername\" | |
13310 | test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value" | |
13311 | eval value=\"\$LTLIB$uppername\" | |
13312 | test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value" | |
13313 | else | |
13314 | : | |
13315 | fi | |
13316 | else | |
13317 | found_dir= | |
13318 | found_la= | |
13319 | found_so= | |
13320 | found_a= | |
13321 | if test $use_additional = yes; then | |
13322 | if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then | |
13323 | found_dir="$additional_libdir" | |
13324 | found_so="$additional_libdir/lib$name.$shlibext" | |
13325 | if test -f "$additional_libdir/lib$name.la"; then | |
13326 | found_la="$additional_libdir/lib$name.la" | |
13327 | fi | |
13328 | else | |
13329 | if test -f "$additional_libdir/lib$name.$libext"; then | |
13330 | found_dir="$additional_libdir" | |
13331 | found_a="$additional_libdir/lib$name.$libext" | |
13332 | if test -f "$additional_libdir/lib$name.la"; then | |
13333 | found_la="$additional_libdir/lib$name.la" | |
13334 | fi | |
13335 | fi | |
13336 | fi | |
13337 | fi | |
13338 | if test "X$found_dir" = "X"; then | |
13339 | for x in $LDFLAGS $LTLIBICONV; do | |
13340 | ||
13341 | acl_save_prefix="$prefix" | |
13342 | prefix="$acl_final_prefix" | |
13343 | acl_save_exec_prefix="$exec_prefix" | |
13344 | exec_prefix="$acl_final_exec_prefix" | |
13345 | eval x=\"$x\" | |
13346 | exec_prefix="$acl_save_exec_prefix" | |
13347 | prefix="$acl_save_prefix" | |
13348 | ||
13349 | case "$x" in | |
13350 | -L*) | |
13351 | dir=`echo "X$x" | sed -e 's/^X-L//'` | |
13352 | if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then | |
13353 | found_dir="$dir" | |
13354 | found_so="$dir/lib$name.$shlibext" | |
13355 | if test -f "$dir/lib$name.la"; then | |
13356 | found_la="$dir/lib$name.la" | |
13357 | fi | |
13358 | else | |
13359 | if test -f "$dir/lib$name.$libext"; then | |
13360 | found_dir="$dir" | |
13361 | found_a="$dir/lib$name.$libext" | |
13362 | if test -f "$dir/lib$name.la"; then | |
13363 | found_la="$dir/lib$name.la" | |
13364 | fi | |
13365 | fi | |
13366 | fi | |
13367 | ;; | |
13368 | esac | |
13369 | if test "X$found_dir" != "X"; then | |
13370 | break | |
13371 | fi | |
13372 | done | |
13373 | fi | |
13374 | if test "X$found_dir" != "X"; then | |
13375 | LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name" | |
13376 | if test "X$found_so" != "X"; then | |
13377 | if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then | |
13378 | LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" | |
13379 | else | |
13380 | haveit= | |
13381 | for x in $ltrpathdirs; do | |
13382 | if test "X$x" = "X$found_dir"; then | |
13383 | haveit=yes | |
13384 | break | |
13385 | fi | |
13386 | done | |
13387 | if test -z "$haveit"; then | |
13388 | ltrpathdirs="$ltrpathdirs $found_dir" | |
13389 | fi | |
13390 | if test "$hardcode_direct" = yes; then | |
13391 | LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" | |
13392 | else | |
13393 | if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then | |
13394 | LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" | |
13395 | haveit= | |
13396 | for x in $rpathdirs; do | |
13397 | if test "X$x" = "X$found_dir"; then | |
13398 | haveit=yes | |
13399 | break | |
13400 | fi | |
13401 | done | |
13402 | if test -z "$haveit"; then | |
13403 | rpathdirs="$rpathdirs $found_dir" | |
13404 | fi | |
13405 | else | |
13406 | haveit= | |
13407 | for x in $LDFLAGS $LIBICONV; do | |
13408 | ||
13409 | acl_save_prefix="$prefix" | |
13410 | prefix="$acl_final_prefix" | |
13411 | acl_save_exec_prefix="$exec_prefix" | |
13412 | exec_prefix="$acl_final_exec_prefix" | |
13413 | eval x=\"$x\" | |
13414 | exec_prefix="$acl_save_exec_prefix" | |
13415 | prefix="$acl_save_prefix" | |
13416 | ||
13417 | if test "X$x" = "X-L$found_dir"; then | |
13418 | haveit=yes | |
13419 | break | |
13420 | fi | |
13421 | done | |
13422 | if test -z "$haveit"; then | |
13423 | LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir" | |
13424 | fi | |
13425 | if test "$hardcode_minus_L" != no; then | |
13426 | LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" | |
13427 | else | |
13428 | LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name" | |
13429 | fi | |
13430 | fi | |
13431 | fi | |
13432 | fi | |
13433 | else | |
13434 | if test "X$found_a" != "X"; then | |
13435 | LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a" | |
13436 | else | |
13437 | LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name" | |
13438 | fi | |
13439 | fi | |
13440 | additional_includedir= | |
13441 | case "$found_dir" in | |
13442 | */lib | */lib/) | |
13443 | basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'` | |
13444 | additional_includedir="$basedir/include" | |
13445 | ;; | |
13446 | esac | |
13447 | if test "X$additional_includedir" != "X"; then | |
13448 | if test "X$additional_includedir" != "X/usr/include"; then | |
13449 | haveit= | |
13450 | if test "X$additional_includedir" = "X/usr/local/include"; then | |
13451 | if test -n "$GCC"; then | |
13452 | case $host_os in | |
13453 | linux*) haveit=yes;; | |
13454 | esac | |
13455 | fi | |
13456 | fi | |
13457 | if test -z "$haveit"; then | |
13458 | for x in $CPPFLAGS $INCICONV; do | |
13459 | ||
13460 | acl_save_prefix="$prefix" | |
13461 | prefix="$acl_final_prefix" | |
13462 | acl_save_exec_prefix="$exec_prefix" | |
13463 | exec_prefix="$acl_final_exec_prefix" | |
13464 | eval x=\"$x\" | |
13465 | exec_prefix="$acl_save_exec_prefix" | |
13466 | prefix="$acl_save_prefix" | |
13467 | ||
13468 | if test "X$x" = "X-I$additional_includedir"; then | |
13469 | haveit=yes | |
13470 | break | |
13471 | fi | |
13472 | done | |
13473 | if test -z "$haveit"; then | |
13474 | if test -d "$additional_includedir"; then | |
13475 | INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir" | |
13476 | fi | |
13477 | fi | |
13478 | fi | |
13479 | fi | |
13480 | fi | |
13481 | if test -n "$found_la"; then | |
13482 | save_libdir="$libdir" | |
13483 | case "$found_la" in | |
13484 | */* | *\\*) . "$found_la" ;; | |
13485 | *) . "./$found_la" ;; | |
13486 | esac | |
13487 | libdir="$save_libdir" | |
13488 | for dep in $dependency_libs; do | |
13489 | case "$dep" in | |
13490 | -L*) | |
13491 | additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` | |
13492 | if test "X$additional_libdir" != "X/usr/lib"; then | |
13493 | haveit= | |
13494 | if test "X$additional_libdir" = "X/usr/local/lib"; then | |
13495 | if test -n "$GCC"; then | |
13496 | case $host_os in | |
13497 | linux*) haveit=yes;; | |
13498 | esac | |
13499 | fi | |
13500 | fi | |
13501 | if test -z "$haveit"; then | |
13502 | haveit= | |
13503 | for x in $LDFLAGS $LIBICONV; do | |
13504 | ||
13505 | acl_save_prefix="$prefix" | |
13506 | prefix="$acl_final_prefix" | |
13507 | acl_save_exec_prefix="$exec_prefix" | |
13508 | exec_prefix="$acl_final_exec_prefix" | |
13509 | eval x=\"$x\" | |
13510 | exec_prefix="$acl_save_exec_prefix" | |
13511 | prefix="$acl_save_prefix" | |
13512 | ||
13513 | if test "X$x" = "X-L$additional_libdir"; then | |
13514 | haveit=yes | |
13515 | break | |
13516 | fi | |
13517 | done | |
13518 | if test -z "$haveit"; then | |
13519 | if test -d "$additional_libdir"; then | |
13520 | LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir" | |
13521 | fi | |
13522 | fi | |
13523 | haveit= | |
13524 | for x in $LDFLAGS $LTLIBICONV; do | |
13525 | ||
13526 | acl_save_prefix="$prefix" | |
13527 | prefix="$acl_final_prefix" | |
13528 | acl_save_exec_prefix="$exec_prefix" | |
13529 | exec_prefix="$acl_final_exec_prefix" | |
13530 | eval x=\"$x\" | |
13531 | exec_prefix="$acl_save_exec_prefix" | |
13532 | prefix="$acl_save_prefix" | |
13533 | ||
13534 | if test "X$x" = "X-L$additional_libdir"; then | |
13535 | haveit=yes | |
13536 | break | |
13537 | fi | |
13538 | done | |
13539 | if test -z "$haveit"; then | |
13540 | if test -d "$additional_libdir"; then | |
13541 | LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir" | |
13542 | fi | |
13543 | fi | |
13544 | fi | |
13545 | fi | |
13546 | ;; | |
13547 | -R*) | |
13548 | dir=`echo "X$dep" | sed -e 's/^X-R//'` | |
13549 | if test "$enable_rpath" != no; then | |
13550 | haveit= | |
13551 | for x in $rpathdirs; do | |
13552 | if test "X$x" = "X$dir"; then | |
13553 | haveit=yes | |
13554 | break | |
13555 | fi | |
13556 | done | |
13557 | if test -z "$haveit"; then | |
13558 | rpathdirs="$rpathdirs $dir" | |
13559 | fi | |
13560 | haveit= | |
13561 | for x in $ltrpathdirs; do | |
13562 | if test "X$x" = "X$dir"; then | |
13563 | haveit=yes | |
13564 | break | |
13565 | fi | |
13566 | done | |
13567 | if test -z "$haveit"; then | |
13568 | ltrpathdirs="$ltrpathdirs $dir" | |
13569 | fi | |
13570 | fi | |
13571 | ;; | |
13572 | -l*) | |
13573 | names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` | |
13574 | ;; | |
13575 | *.la) | |
13576 | names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` | |
13577 | ;; | |
13578 | *) | |
13579 | LIBICONV="${LIBICONV}${LIBICONV:+ }$dep" | |
13580 | LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep" | |
13581 | ;; | |
13582 | esac | |
13583 | done | |
13584 | fi | |
13585 | else | |
13586 | LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name" | |
13587 | LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name" | |
13588 | fi | |
13589 | fi | |
13590 | fi | |
13591 | done | |
13592 | done | |
13593 | if test "X$rpathdirs" != "X"; then | |
13594 | if test -n "$hardcode_libdir_separator"; then | |
13595 | alldirs= | |
13596 | for found_dir in $rpathdirs; do | |
13597 | alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir" | |
13598 | done | |
13599 | acl_save_libdir="$libdir" | |
13600 | libdir="$alldirs" | |
13601 | eval flag=\"$hardcode_libdir_flag_spec\" | |
13602 | libdir="$acl_save_libdir" | |
13603 | LIBICONV="${LIBICONV}${LIBICONV:+ }$flag" | |
13604 | else | |
13605 | for found_dir in $rpathdirs; do | |
13606 | acl_save_libdir="$libdir" | |
13607 | libdir="$found_dir" | |
13608 | eval flag=\"$hardcode_libdir_flag_spec\" | |
13609 | libdir="$acl_save_libdir" | |
13610 | LIBICONV="${LIBICONV}${LIBICONV:+ }$flag" | |
13611 | done | |
13612 | fi | |
13613 | fi | |
13614 | if test "X$ltrpathdirs" != "X"; then | |
13615 | for found_dir in $ltrpathdirs; do | |
13616 | LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir" | |
13617 | done | |
13618 | fi | |
13619 | ||
13620 | ||
13621 | ||
13622 | ||
13623 | ||
13624 | ||
13625 | ||
13626 | am_save_CPPFLAGS="$CPPFLAGS" | |
13627 | ||
13628 | for element in $INCICONV; do | |
13629 | haveit= | |
13630 | for x in $CPPFLAGS; do | |
13631 | ||
13632 | acl_save_prefix="$prefix" | |
13633 | prefix="$acl_final_prefix" | |
13634 | acl_save_exec_prefix="$exec_prefix" | |
13635 | exec_prefix="$acl_final_exec_prefix" | |
13636 | eval x=\"$x\" | |
13637 | exec_prefix="$acl_save_exec_prefix" | |
13638 | prefix="$acl_save_prefix" | |
13639 | ||
13640 | if test "X$x" = "X$element"; then | |
13641 | haveit=yes | |
13642 | break | |
13643 | fi | |
13644 | done | |
13645 | if test -z "$haveit"; then | |
13646 | CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element" | |
13647 | fi | |
13648 | done | |
13649 | ||
13650 | ||
81ecdfbb RW |
13651 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5 |
13652 | $as_echo_n "checking for iconv... " >&6; } | |
13653 | if test "${am_cv_func_iconv+set}" = set; then : | |
13654 | $as_echo_n "(cached) " >&6 | |
5ba684e2 NC |
13655 | else |
13656 | ||
13657 | am_cv_func_iconv="no, consider installing GNU libiconv" | |
13658 | am_cv_lib_iconv=no | |
81ecdfbb | 13659 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
5ba684e2 NC |
13660 | /* end confdefs.h. */ |
13661 | #include <stdlib.h> | |
13662 | #include <iconv.h> | |
13663 | int | |
13664 | main () | |
13665 | { | |
13666 | iconv_t cd = iconv_open("",""); | |
13667 | iconv(cd,NULL,NULL,NULL,NULL); | |
13668 | iconv_close(cd); | |
13669 | ; | |
13670 | return 0; | |
13671 | } | |
13672 | _ACEOF | |
81ecdfbb | 13673 | if ac_fn_c_try_link "$LINENO"; then : |
5ba684e2 | 13674 | am_cv_func_iconv=yes |
5ba684e2 | 13675 | fi |
81ecdfbb RW |
13676 | rm -f core conftest.err conftest.$ac_objext \ |
13677 | conftest$ac_exeext conftest.$ac_ext | |
5ba684e2 NC |
13678 | if test "$am_cv_func_iconv" != yes; then |
13679 | am_save_LIBS="$LIBS" | |
13680 | LIBS="$LIBS $LIBICONV" | |
81ecdfbb | 13681 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
5ba684e2 NC |
13682 | /* end confdefs.h. */ |
13683 | #include <stdlib.h> | |
13684 | #include <iconv.h> | |
13685 | int | |
13686 | main () | |
13687 | { | |
13688 | iconv_t cd = iconv_open("",""); | |
13689 | iconv(cd,NULL,NULL,NULL,NULL); | |
13690 | iconv_close(cd); | |
13691 | ; | |
13692 | return 0; | |
13693 | } | |
13694 | _ACEOF | |
81ecdfbb | 13695 | if ac_fn_c_try_link "$LINENO"; then : |
5ba684e2 NC |
13696 | am_cv_lib_iconv=yes |
13697 | am_cv_func_iconv=yes | |
5ba684e2 | 13698 | fi |
81ecdfbb RW |
13699 | rm -f core conftest.err conftest.$ac_objext \ |
13700 | conftest$ac_exeext conftest.$ac_ext | |
5ba684e2 NC |
13701 | LIBS="$am_save_LIBS" |
13702 | fi | |
13703 | ||
13704 | fi | |
81ecdfbb RW |
13705 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5 |
13706 | $as_echo "$am_cv_func_iconv" >&6; } | |
5ba684e2 NC |
13707 | if test "$am_cv_func_iconv" = yes; then |
13708 | ||
81ecdfbb | 13709 | $as_echo "#define HAVE_ICONV 1" >>confdefs.h |
5ba684e2 NC |
13710 | |
13711 | fi | |
13712 | if test "$am_cv_lib_iconv" = yes; then | |
81ecdfbb RW |
13713 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5 |
13714 | $as_echo_n "checking how to link with libiconv... " >&6; } | |
13715 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5 | |
13716 | $as_echo "$LIBICONV" >&6; } | |
5ba684e2 NC |
13717 | else |
13718 | CPPFLAGS="$am_save_CPPFLAGS" | |
13719 | LIBICONV= | |
13720 | LTLIBICONV= | |
13721 | fi | |
13722 | ||
13723 | ||
13724 | ||
13725 | if test "$am_cv_func_iconv" = yes; then | |
81ecdfbb RW |
13726 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv declaration" >&5 |
13727 | $as_echo_n "checking for iconv declaration... " >&6; } | |
13728 | if test "${am_cv_proto_iconv+set}" = set; then : | |
13729 | $as_echo_n "(cached) " >&6 | |
5ba684e2 NC |
13730 | else |
13731 | ||
81ecdfbb | 13732 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
5ba684e2 NC |
13733 | /* end confdefs.h. */ |
13734 | ||
13735 | #include <stdlib.h> | |
13736 | #include <iconv.h> | |
13737 | extern | |
13738 | #ifdef __cplusplus | |
13739 | "C" | |
13740 | #endif | |
13741 | #if defined(__STDC__) || defined(__cplusplus) | |
13742 | size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | |
13743 | #else | |
13744 | size_t iconv(); | |
13745 | #endif | |
13746 | ||
13747 | int | |
13748 | main () | |
13749 | { | |
13750 | ||
13751 | ; | |
13752 | return 0; | |
13753 | } | |
13754 | _ACEOF | |
81ecdfbb | 13755 | if ac_fn_c_try_compile "$LINENO"; then : |
5ba684e2 NC |
13756 | am_cv_proto_iconv_arg1="" |
13757 | else | |
81ecdfbb | 13758 | am_cv_proto_iconv_arg1="const" |
5ba684e2 | 13759 | fi |
81ecdfbb | 13760 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
5ba684e2 NC |
13761 | am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);" |
13762 | fi | |
13763 | ||
13764 | am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'` | |
81ecdfbb | 13765 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_t:- |
5ba684e2 | 13766 | }$am_cv_proto_iconv" >&5 |
81ecdfbb RW |
13767 | $as_echo "${ac_t:- |
13768 | }$am_cv_proto_iconv" >&6; } | |
5ba684e2 NC |
13769 | |
13770 | cat >>confdefs.h <<_ACEOF | |
13771 | #define ICONV_CONST $am_cv_proto_iconv_arg1 | |
13772 | _ACEOF | |
13773 | ||
13774 | fi | |
13775 | ||
13776 | ||
252b5132 RH |
13777 | all_targets=false |
13778 | BUILD_NLMCONV= | |
13779 | NLMCONV_DEFS= | |
13780 | BUILD_SRCONV= | |
13781 | BUILD_DLLTOOL= | |
13782 | DLLTOOL_DEFS= | |
7aad4c3d | 13783 | DLLTOOL_DEFAULT= |
252b5132 | 13784 | BUILD_WINDRES= |
692ed3e7 | 13785 | BUILD_WINDMC= |
252b5132 RH |
13786 | BUILD_DLLWRAP= |
13787 | BUILD_MISC= | |
1d97d67f | 13788 | BUILD_INSTALL_MISC= |
8b1e6df3 | 13789 | OBJDUMP_DEFS= |
252b5132 RH |
13790 | |
13791 | for targ in $target $canon_targets | |
13792 | do | |
13793 | if test "x$targ" = "xall"; then | |
13794 | all_targets=true | |
13795 | BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)' | |
13796 | BUILD_SRCONV='$(SRCONV_PROG)' | |
13797 | NLMCONV_DEFS="-DNLMCONV_I386 -DNLMCONV_ALPHA -DNLMCONV_POWERPC -DNLMCONV_SPARC" | |
1d97d67f | 13798 | BUILD_MISC="${BUILD_MISC} "'bin2c$(EXEEXT_FOR_BUILD)' |
003bc0ba NC |
13799 | BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)' |
13800 | BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)' | |
13801 | BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)' | |
13802 | if test -z "$DLLTOOL_DEFAULT"; then | |
13803 | DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386" | |
13804 | fi | |
13805 | DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386" | |
13806 | BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)' | |
252b5132 RH |
13807 | else |
13808 | case $targ in | |
42ecbf5e | 13809 | i[3-7]86*-*-netware*) |
252b5132 RH |
13810 | BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)' |
13811 | NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_I386" | |
13812 | ;; | |
13813 | alpha*-*-netware*) | |
13814 | BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)' | |
13815 | NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_ALPHA" | |
13816 | ;; | |
13817 | powerpc*-*-netware*) | |
13818 | BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)' | |
13819 | NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_POWERPC" | |
13820 | ;; | |
13821 | sparc*-*-netware*) | |
13822 | BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)' | |
13823 | NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_SPARC" | |
13824 | ;; | |
13825 | esac | |
13826 | case $targ in | |
13827 | *-*-hms*) BUILD_SRCONV='$(SRCONV_PROG)' ;; | |
13828 | esac | |
13829 | case $targ in | |
a8c548cb NC |
13830 | arm-epoc-pe*) |
13831 | BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)' | |
7aad4c3d L |
13832 | if test -z "$DLLTOOL_DEFAULT"; then |
13833 | DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM_EPOC" | |
13834 | fi | |
a8c548cb NC |
13835 | DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM_EPOC -DDLLTOOL_ARM" |
13836 | BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)' | |
692ed3e7 | 13837 | BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)' |
a8c548cb | 13838 | ;; |
361dff73 | 13839 | arm-wince-pe* | arm-*-wince | arm*-*-cegcc* | arm*-*-mingw32ce*) |
7148cc28 | 13840 | BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)' |
7aad4c3d L |
13841 | if test -z "$DLLTOOL_DEFAULT"; then |
13842 | DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM_WINCE" | |
13843 | fi | |
7148cc28 NC |
13844 | DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM_WINCE -DDLLTOOL_ARM" |
13845 | BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)' | |
692ed3e7 | 13846 | BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)' |
7148cc28 NC |
13847 | ;; |
13848 | arm-*-pe*) | |
252b5132 | 13849 | BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)' |
7aad4c3d L |
13850 | if test -z "$DLLTOOL_DEFAULT"; then |
13851 | DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM" | |
13852 | fi | |
252b5132 RH |
13853 | DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM" |
13854 | BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)' | |
692ed3e7 | 13855 | BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)' |
7a7b06ef | 13856 | ;; |
27a710e5 | 13857 | thumb-*-pe*) |
252b5132 | 13858 | BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)' |
7aad4c3d L |
13859 | if test -z "$DLLTOOL_DEFAULT"; then |
13860 | DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM" | |
13861 | fi | |
252b5132 RH |
13862 | DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM" |
13863 | BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)' | |
692ed3e7 | 13864 | BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)' |
7a7b06ef | 13865 | ;; |
42037fe5 | 13866 | x86_64-*-mingw*) |
99ad8390 | 13867 | BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)' |
7aad4c3d L |
13868 | if test -z "$DLLTOOL_DEFAULT"; then |
13869 | DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MX86_64" | |
13870 | fi | |
99ad8390 NC |
13871 | DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MX86_64" |
13872 | BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)' | |
692ed3e7 | 13873 | BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)' |
99ad8390 NC |
13874 | BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)' |
13875 | ;; | |
80c7c40a | 13876 | i[3-7]86-*-pe* | i[3-7]86-*-cygwin* | i[3-7]86-*-mingw32** | i[3-7]86-*-netbsdpe*) |
252b5132 | 13877 | BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)' |
7aad4c3d L |
13878 | if test -z "$DLLTOOL_DEFAULT"; then |
13879 | DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386" | |
13880 | fi | |
252b5132 RH |
13881 | DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386" |
13882 | BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)' | |
692ed3e7 | 13883 | BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)' |
252b5132 | 13884 | BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)' |
7a7b06ef | 13885 | ;; |
80c7c40a | 13886 | i[3-7]86-*-interix) |
7a7b06ef | 13887 | BUILD_DLLTOOL='$(DLLTOOL_PROG)' |
7aad4c3d L |
13888 | if test -z "$DLLTOOL_DEFAULT"; then |
13889 | DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386" | |
13890 | fi | |
7a7b06ef ILT |
13891 | DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386" |
13892 | ;; | |
f0660b73 NC |
13893 | powerpc*-aix5.[01]) |
13894 | ;; | |
e5231592 | 13895 | powerpc*-aix[5-9].*) |
f0660b73 NC |
13896 | OBJDUMP_DEFS="-DAIX_WEAK_SUPPORT" |
13897 | ;; | |
e1d5b1e7 | 13898 | powerpc*-*-pe* | powerpc*-*-cygwin*) |
252b5132 | 13899 | BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)' |
7aad4c3d L |
13900 | if test -z "$DLLTOOL_DEFAULT"; then |
13901 | DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_PPC" | |
13902 | fi | |
252b5132 RH |
13903 | DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_PPC" |
13904 | BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)' | |
692ed3e7 | 13905 | BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)' |
8a0e0f38 | 13906 | ;; |
59678365 | 13907 | powerpc*-*-linux* | powerpc*-*-elf* | powerpc*-*-eabi*) |
1d97d67f | 13908 | BUILD_INSTALL_MISC="${BUILD_INSTALL_MISC} embedspu" |
669a9a2a | 13909 | ;; |
e1d5b1e7 | 13910 | sh*-*-pe) |
8a0e0f38 | 13911 | BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)' |
7aad4c3d L |
13912 | if test -z "$DLLTOOL_DEFAULT"; then |
13913 | DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_SH" | |
13914 | fi | |
8a0e0f38 NC |
13915 | DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_SH" |
13916 | BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)' | |
692ed3e7 | 13917 | BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)' |
8a0e0f38 | 13918 | ;; |
cd14b966 | 13919 | spu-*-*) |
1d97d67f | 13920 | BUILD_MISC="${BUILD_MISC} "'bin2c$(EXEEXT_FOR_BUILD)' |
cd14b966 | 13921 | ;; |
e1d5b1e7 | 13922 | mips*-*-pe) |
8a0e0f38 | 13923 | BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)' |
7aad4c3d L |
13924 | if test -z "$DLLTOOL_DEFAULT"; then |
13925 | DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MIPS" | |
13926 | fi | |
8a0e0f38 NC |
13927 | DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MIPS" |
13928 | BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)' | |
692ed3e7 | 13929 | BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)' |
7a7b06ef | 13930 | ;; |
27a710e5 | 13931 | mcore-*-pe) |
661016bb | 13932 | BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)' |
7aad4c3d L |
13933 | if test -z "$DLLTOOL_DEFAULT"; then |
13934 | DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MCORE" | |
13935 | fi | |
661016bb NC |
13936 | DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE" |
13937 | BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)' | |
692ed3e7 | 13938 | BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)' |
7a7b06ef | 13939 | ;; |
27a710e5 | 13940 | mcore-*-elf) |
661016bb | 13941 | BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)' |
7aad4c3d L |
13942 | if test -z "$DLLTOOL_DEFAULT"; then |
13943 | DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MCORE_ELF" | |
13944 | fi | |
661016bb | 13945 | DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE_ELF" |
7a7b06ef | 13946 | ;; |
15ab5209 DB |
13947 | mep-*) |
13948 | OBJDUMP_DEFS="-DSKIP_ZEROES=256 -DSKIP_ZEROES_AT_END=0" | |
13949 | ;; | |
252b5132 RH |
13950 | esac |
13951 | fi | |
13952 | done | |
13953 | ||
7aad4c3d L |
13954 | DLLTOOL_DEFS="$DLLTOOL_DEFS $DLLTOOL_DEFAULT" |
13955 | ||
42ecbf5e DJ |
13956 | if test "${with_windres+set}" = set; then |
13957 | BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)' | |
13958 | fi | |
13959 | ||
692ed3e7 NC |
13960 | if test "${with_windmc+set}" = set; then |
13961 | BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)' | |
13962 | fi | |
13963 | ||
13964 | ||
42ecbf5e DJ |
13965 | |
13966 | ||
13967 | ||
13968 | ||
13969 | ||
13970 | ||
13971 | ||
13972 | ||
13973 | ||
13974 | ||
13975 | ||
1d97d67f | 13976 | |
42ecbf5e DJ |
13977 | cat >>confdefs.h <<_ACEOF |
13978 | #define TARGET "${target}" | |
13979 | _ACEOF | |
13980 | ||
13981 | ||
13982 | targ=$target | |
13983 | . $srcdir/../bfd/config.bfd | |
13984 | if test "x$targ_underscore" = "xyes"; then | |
13985 | UNDERSCORE=1 | |
13986 | else | |
13987 | UNDERSCORE=0 | |
13988 | fi | |
13989 | ||
13990 | cat >>confdefs.h <<_ACEOF | |
13991 | #define TARGET_PREPENDS_UNDERSCORE $UNDERSCORE | |
13992 | _ACEOF | |
13993 | ||
13994 | ||
13995 | # Emulation | |
52fbfb5d AM |
13996 | targ=$target |
13997 | . ${srcdir}/configure.tgt | |
13998 | EMULATION=$targ_emul | |
13999 | EMULATION_VECTOR=$targ_emul_vector | |
42ecbf5e DJ |
14000 | |
14001 | ||
14002 | ||
14003 | ||
108a6f8e CD |
14004 | # Required for html and install-html |
14005 | ||
14006 | ||
14007 | ||
14008 | ||
31dd3154 | 14009 | |
81ecdfbb | 14010 | ac_config_files="$ac_config_files Makefile doc/Makefile po/Makefile.in:po/Make-in" |
da594c4a | 14011 | |
42ecbf5e DJ |
14012 | cat >confcache <<\_ACEOF |
14013 | # This file is a shell script that caches the results of configure | |
14014 | # tests run on this system so they can be shared between configure | |
14015 | # scripts and configure runs, see configure's option --config-cache. | |
14016 | # It is not useful on other systems. If it contains results you don't | |
14017 | # want to keep, you may remove or edit it. | |
14018 | # | |
14019 | # config.status only pays attention to the cache file if you give it | |
14020 | # the --recheck option to rerun configure. | |
14021 | # | |
14022 | # `ac_cv_env_foo' variables (set or unset) will be overridden when | |
14023 | # loading this file, other *unset* `ac_cv_foo' will be assigned the | |
14024 | # following values. | |
14025 | ||
14026 | _ACEOF | |
14027 | ||
14028 | # The following way of writing the cache mishandles newlines in values, | |
14029 | # but we know of no workaround that is simple, portable, and efficient. | |
81ecdfbb | 14030 | # So, we kill variables containing newlines. |
42ecbf5e DJ |
14031 | # Ultrix sh set writes to stderr and can't be redirected directly, |
14032 | # and sets the high bit in the cache file unless we assign to the vars. | |
81ecdfbb RW |
14033 | ( |
14034 | for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do | |
14035 | eval ac_val=\$$ac_var | |
14036 | case $ac_val in #( | |
14037 | *${as_nl}*) | |
14038 | case $ac_var in #( | |
14039 | *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 | |
14040 | $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; | |
14041 | esac | |
14042 | case $ac_var in #( | |
14043 | _ | IFS | as_nl) ;; #( | |
14044 | BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( | |
14045 | *) { eval $ac_var=; unset $ac_var;} ;; | |
14046 | esac ;; | |
14047 | esac | |
14048 | done | |
14049 | ||
42ecbf5e | 14050 | (set) 2>&1 | |
81ecdfbb RW |
14051 | case $as_nl`(ac_space=' '; set) 2>&1` in #( |
14052 | *${as_nl}ac_space=\ *) | |
14053 | # `set' does not quote correctly, so add quotes: double-quote | |
14054 | # substitution turns \\\\ into \\, and sed turns \\ into \. | |
42ecbf5e DJ |
14055 | sed -n \ |
14056 | "s/'/'\\\\''/g; | |
14057 | s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" | |
81ecdfbb | 14058 | ;; #( |
42ecbf5e DJ |
14059 | *) |
14060 | # `set' quotes correctly as required by POSIX, so do not add quotes. | |
81ecdfbb | 14061 | sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" |
42ecbf5e | 14062 | ;; |
81ecdfbb RW |
14063 | esac | |
14064 | sort | |
14065 | ) | | |
42ecbf5e | 14066 | sed ' |
81ecdfbb | 14067 | /^ac_cv_env_/b end |
42ecbf5e | 14068 | t clear |
81ecdfbb | 14069 | :clear |
42ecbf5e DJ |
14070 | s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ |
14071 | t end | |
81ecdfbb RW |
14072 | s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ |
14073 | :end' >>confcache | |
14074 | if diff "$cache_file" confcache >/dev/null 2>&1; then :; else | |
14075 | if test -w "$cache_file"; then | |
14076 | test "x$cache_file" != "x/dev/null" && | |
14077 | { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 | |
14078 | $as_echo "$as_me: updating cache $cache_file" >&6;} | |
42ecbf5e DJ |
14079 | cat confcache >$cache_file |
14080 | else | |
81ecdfbb RW |
14081 | { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 |
14082 | $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} | |
42ecbf5e DJ |
14083 | fi |
14084 | fi | |
14085 | rm -f confcache | |
14086 | ||
14087 | test "x$prefix" = xNONE && prefix=$ac_default_prefix | |
14088 | # Let make expand exec_prefix. | |
14089 | test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' | |
14090 | ||
42ecbf5e DJ |
14091 | DEFS=-DHAVE_CONFIG_H |
14092 | ||
14093 | ac_libobjs= | |
14094 | ac_ltlibobjs= | |
14095 | for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue | |
14096 | # 1. Remove the extension, and $U if already installed. | |
81ecdfbb RW |
14097 | ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' |
14098 | ac_i=`$as_echo "$ac_i" | sed "$ac_script"` | |
14099 | # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR | |
14100 | # will be set to the directory where LIBOBJS objects are built. | |
14101 | as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" | |
14102 | as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' | |
42ecbf5e DJ |
14103 | done |
14104 | LIBOBJS=$ac_libobjs | |
14105 | ||
14106 | LTLIBOBJS=$ac_ltlibobjs | |
14107 | ||
14108 | ||
14109 | if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then | |
81ecdfbb RW |
14110 | as_fn_error "conditional \"AMDEP\" was never defined. |
14111 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | |
42ecbf5e DJ |
14112 | fi |
14113 | if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then | |
81ecdfbb RW |
14114 | as_fn_error "conditional \"am__fastdepCC\" was never defined. |
14115 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | |
14116 | fi | |
14117 | if test -n "$EXEEXT"; then | |
14118 | am__EXEEXT_TRUE= | |
14119 | am__EXEEXT_FALSE='#' | |
14120 | else | |
14121 | am__EXEEXT_TRUE='#' | |
14122 | am__EXEEXT_FALSE= | |
42ecbf5e | 14123 | fi |
81ecdfbb | 14124 | |
42ecbf5e | 14125 | if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then |
81ecdfbb RW |
14126 | as_fn_error "conditional \"MAINTAINER_MODE\" was never defined. |
14127 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | |
42ecbf5e | 14128 | fi |
d5fbea21 | 14129 | if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then |
81ecdfbb RW |
14130 | as_fn_error "conditional \"GENINSRC_NEVER\" was never defined. |
14131 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | |
d5fbea21 | 14132 | fi |
42ecbf5e DJ |
14133 | |
14134 | : ${CONFIG_STATUS=./config.status} | |
81ecdfbb | 14135 | ac_write_fail=0 |
42ecbf5e DJ |
14136 | ac_clean_files_save=$ac_clean_files |
14137 | ac_clean_files="$ac_clean_files $CONFIG_STATUS" | |
81ecdfbb RW |
14138 | { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 |
14139 | $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} | |
14140 | as_write_fail=0 | |
14141 | cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 | |
42ecbf5e DJ |
14142 | #! $SHELL |
14143 | # Generated by $as_me. | |
14144 | # Run this file to recreate the current configuration. | |
14145 | # Compiler output produced by configure, useful for debugging | |
14146 | # configure, is in config.log if it exists. | |
14147 | ||
14148 | debug=false | |
14149 | ac_cs_recheck=false | |
14150 | ac_cs_silent=false | |
252b5132 | 14151 | |
81ecdfbb RW |
14152 | SHELL=\${CONFIG_SHELL-$SHELL} |
14153 | export SHELL | |
14154 | _ASEOF | |
14155 | cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 | |
14156 | ## -------------------- ## | |
14157 | ## M4sh Initialization. ## | |
14158 | ## -------------------- ## | |
252b5132 | 14159 | |
81ecdfbb RW |
14160 | # Be more Bourne compatible |
14161 | DUALCASE=1; export DUALCASE # for MKS sh | |
14162 | if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : | |
42ecbf5e DJ |
14163 | emulate sh |
14164 | NULLCMD=: | |
81ecdfbb | 14165 | # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which |
42ecbf5e DJ |
14166 | # is contrary to our usage. Disable this feature. |
14167 | alias -g '${1+"$@"}'='"$@"' | |
81ecdfbb RW |
14168 | setopt NO_GLOB_SUBST |
14169 | else | |
14170 | case `(set -o) 2>/dev/null` in #( | |
14171 | *posix*) : | |
14172 | set -o posix ;; #( | |
14173 | *) : | |
14174 | ;; | |
14175 | esac | |
42ecbf5e | 14176 | fi |
252b5132 | 14177 | |
81ecdfbb RW |
14178 | |
14179 | as_nl=' | |
14180 | ' | |
14181 | export as_nl | |
14182 | # Printing a long string crashes Solaris 7 /usr/bin/printf. | |
14183 | as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' | |
14184 | as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo | |
14185 | as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo | |
14186 | # Prefer a ksh shell builtin over an external printf program on Solaris, | |
14187 | # but without wasting forks for bash or zsh. | |
14188 | if test -z "$BASH_VERSION$ZSH_VERSION" \ | |
14189 | && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then | |
14190 | as_echo='print -r --' | |
14191 | as_echo_n='print -rn --' | |
14192 | elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then | |
14193 | as_echo='printf %s\n' | |
14194 | as_echo_n='printf %s' | |
14195 | else | |
14196 | if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then | |
14197 | as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' | |
14198 | as_echo_n='/usr/ucb/echo -n' | |
14199 | else | |
14200 | as_echo_body='eval expr "X$1" : "X\\(.*\\)"' | |
14201 | as_echo_n_body='eval | |
14202 | arg=$1; | |
14203 | case $arg in #( | |
14204 | *"$as_nl"*) | |
14205 | expr "X$arg" : "X\\(.*\\)$as_nl"; | |
14206 | arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; | |
14207 | esac; | |
14208 | expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" | |
14209 | ' | |
14210 | export as_echo_n_body | |
14211 | as_echo_n='sh -c $as_echo_n_body as_echo' | |
14212 | fi | |
14213 | export as_echo_body | |
14214 | as_echo='sh -c $as_echo_body as_echo' | |
14215 | fi | |
14216 | ||
14217 | # The user is always right. | |
14218 | if test "${PATH_SEPARATOR+set}" != set; then | |
14219 | PATH_SEPARATOR=: | |
14220 | (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { | |
14221 | (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || | |
14222 | PATH_SEPARATOR=';' | |
14223 | } | |
42ecbf5e | 14224 | fi |
252b5132 RH |
14225 | |
14226 | ||
81ecdfbb RW |
14227 | # IFS |
14228 | # We need space, tab and new line, in precisely that order. Quoting is | |
14229 | # there to prevent editors from complaining about space-tab. | |
14230 | # (If _AS_PATH_WALK were called with IFS unset, it would disable word | |
14231 | # splitting by setting IFS to empty value.) | |
14232 | IFS=" "" $as_nl" | |
14233 | ||
14234 | # Find who we are. Look in the path if we contain no directory separator. | |
14235 | case $0 in #(( | |
14236 | *[\\/]* ) as_myself=$0 ;; | |
14237 | *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
14238 | for as_dir in $PATH | |
14239 | do | |
14240 | IFS=$as_save_IFS | |
14241 | test -z "$as_dir" && as_dir=. | |
14242 | test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break | |
14243 | done | |
14244 | IFS=$as_save_IFS | |
14245 | ||
14246 | ;; | |
14247 | esac | |
14248 | # We did not find ourselves, most probably we were run as `sh COMMAND' | |
14249 | # in which case we are not to be found in the path. | |
14250 | if test "x$as_myself" = x; then | |
14251 | as_myself=$0 | |
14252 | fi | |
14253 | if test ! -f "$as_myself"; then | |
14254 | $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 | |
14255 | exit 1 | |
14256 | fi | |
14257 | ||
14258 | # Unset variables that we do not need and which cause bugs (e.g. in | |
14259 | # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" | |
14260 | # suppresses any "Segmentation fault" message there. '((' could | |
14261 | # trigger a bug in pdksh 5.2.14. | |
14262 | for as_var in BASH_ENV ENV MAIL MAILPATH | |
14263 | do eval test x\${$as_var+set} = xset \ | |
14264 | && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : | |
14265 | done | |
42ecbf5e DJ |
14266 | PS1='$ ' |
14267 | PS2='> ' | |
14268 | PS4='+ ' | |
252b5132 | 14269 | |
42ecbf5e | 14270 | # NLS nuisances. |
81ecdfbb RW |
14271 | LC_ALL=C |
14272 | export LC_ALL | |
14273 | LANGUAGE=C | |
14274 | export LANGUAGE | |
14275 | ||
14276 | # CDPATH. | |
14277 | (unset CDPATH) >/dev/null 2>&1 && unset CDPATH | |
14278 | ||
14279 | ||
14280 | # as_fn_error ERROR [LINENO LOG_FD] | |
14281 | # --------------------------------- | |
14282 | # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are | |
14283 | # provided, also output the error to LOG_FD, referencing LINENO. Then exit the | |
14284 | # script with status $?, using 1 if that was 0. | |
14285 | as_fn_error () | |
14286 | { | |
14287 | as_status=$?; test $as_status -eq 0 && as_status=1 | |
14288 | if test "$3"; then | |
14289 | as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | |
14290 | $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 | |
42ecbf5e | 14291 | fi |
81ecdfbb RW |
14292 | $as_echo "$as_me: error: $1" >&2 |
14293 | as_fn_exit $as_status | |
14294 | } # as_fn_error | |
14295 | ||
14296 | ||
14297 | # as_fn_set_status STATUS | |
14298 | # ----------------------- | |
14299 | # Set $? to STATUS, without forking. | |
14300 | as_fn_set_status () | |
14301 | { | |
14302 | return $1 | |
14303 | } # as_fn_set_status | |
14304 | ||
14305 | # as_fn_exit STATUS | |
14306 | # ----------------- | |
14307 | # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. | |
14308 | as_fn_exit () | |
14309 | { | |
14310 | set +e | |
14311 | as_fn_set_status $1 | |
14312 | exit $1 | |
14313 | } # as_fn_exit | |
14314 | ||
14315 | # as_fn_unset VAR | |
14316 | # --------------- | |
14317 | # Portably unset VAR. | |
14318 | as_fn_unset () | |
14319 | { | |
14320 | { eval $1=; unset $1;} | |
14321 | } | |
14322 | as_unset=as_fn_unset | |
14323 | # as_fn_append VAR VALUE | |
14324 | # ---------------------- | |
14325 | # Append the text in VALUE to the end of the definition contained in VAR. Take | |
14326 | # advantage of any shell optimizations that allow amortized linear growth over | |
14327 | # repeated appends, instead of the typical quadratic growth present in naive | |
14328 | # implementations. | |
14329 | if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : | |
14330 | eval 'as_fn_append () | |
14331 | { | |
14332 | eval $1+=\$2 | |
14333 | }' | |
14334 | else | |
14335 | as_fn_append () | |
14336 | { | |
14337 | eval $1=\$$1\$2 | |
14338 | } | |
14339 | fi # as_fn_append | |
14340 | ||
14341 | # as_fn_arith ARG... | |
14342 | # ------------------ | |
14343 | # Perform arithmetic evaluation on the ARGs, and store the result in the | |
14344 | # global $as_val. Take advantage of shells that can avoid forks. The arguments | |
14345 | # must be portable across $(()) and expr. | |
14346 | if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : | |
14347 | eval 'as_fn_arith () | |
14348 | { | |
14349 | as_val=$(( $* )) | |
14350 | }' | |
14351 | else | |
14352 | as_fn_arith () | |
14353 | { | |
14354 | as_val=`expr "$@" || test $? -eq 1` | |
14355 | } | |
14356 | fi # as_fn_arith | |
14357 | ||
252b5132 | 14358 | |
81ecdfbb RW |
14359 | if expr a : '\(a\)' >/dev/null 2>&1 && |
14360 | test "X`expr 00001 : '.*\(...\)'`" = X001; then | |
42ecbf5e DJ |
14361 | as_expr=expr |
14362 | else | |
14363 | as_expr=false | |
14364 | fi | |
252b5132 | 14365 | |
81ecdfbb | 14366 | if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then |
42ecbf5e DJ |
14367 | as_basename=basename |
14368 | else | |
14369 | as_basename=false | |
14370 | fi | |
252b5132 | 14371 | |
81ecdfbb RW |
14372 | if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then |
14373 | as_dirname=dirname | |
14374 | else | |
14375 | as_dirname=false | |
14376 | fi | |
8b1e6df3 | 14377 | |
81ecdfbb | 14378 | as_me=`$as_basename -- "$0" || |
42ecbf5e DJ |
14379 | $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ |
14380 | X"$0" : 'X\(//\)$' \| \ | |
81ecdfbb RW |
14381 | X"$0" : 'X\(/\)' \| . 2>/dev/null || |
14382 | $as_echo X/"$0" | | |
14383 | sed '/^.*\/\([^/][^/]*\)\/*$/{ | |
14384 | s//\1/ | |
14385 | q | |
14386 | } | |
14387 | /^X\/\(\/\/\)$/{ | |
14388 | s//\1/ | |
14389 | q | |
14390 | } | |
14391 | /^X\/\(\/\).*/{ | |
14392 | s//\1/ | |
14393 | q | |
14394 | } | |
14395 | s/.*/./; q'` | |
0218d1e4 | 14396 | |
42ecbf5e DJ |
14397 | # Avoid depending upon Character Ranges. |
14398 | as_cr_letters='abcdefghijklmnopqrstuvwxyz' | |
14399 | as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' | |
14400 | as_cr_Letters=$as_cr_letters$as_cr_LETTERS | |
14401 | as_cr_digits='0123456789' | |
14402 | as_cr_alnum=$as_cr_Letters$as_cr_digits | |
252b5132 | 14403 | |
81ecdfbb RW |
14404 | ECHO_C= ECHO_N= ECHO_T= |
14405 | case `echo -n x` in #((((( | |
14406 | -n*) | |
14407 | case `echo 'xy\c'` in | |
14408 | *c*) ECHO_T=' ';; # ECHO_T is single tab character. | |
14409 | xy) ECHO_C='\c';; | |
14410 | *) echo `echo ksh88 bug on AIX 6.1` > /dev/null | |
14411 | ECHO_T=' ';; | |
14412 | esac;; | |
14413 | *) | |
14414 | ECHO_N='-n';; | |
42ecbf5e | 14415 | esac |
eb1e0e80 | 14416 | |
81ecdfbb RW |
14417 | rm -f conf$$ conf$$.exe conf$$.file |
14418 | if test -d conf$$.dir; then | |
14419 | rm -f conf$$.dir/conf$$.file | |
d15b04bd | 14420 | else |
81ecdfbb RW |
14421 | rm -f conf$$.dir |
14422 | mkdir conf$$.dir 2>/dev/null | |
42ecbf5e | 14423 | fi |
81ecdfbb RW |
14424 | if (echo >conf$$.file) 2>/dev/null; then |
14425 | if ln -s conf$$.file conf$$ 2>/dev/null; then | |
42ecbf5e | 14426 | as_ln_s='ln -s' |
81ecdfbb RW |
14427 | # ... but there are two gotchas: |
14428 | # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. | |
14429 | # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. | |
14430 | # In both cases, we have to default to `cp -p'. | |
14431 | ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || | |
14432 | as_ln_s='cp -p' | |
14433 | elif ln conf$$.file conf$$ 2>/dev/null; then | |
14434 | as_ln_s=ln | |
14435 | else | |
14436 | as_ln_s='cp -p' | |
252b5132 | 14437 | fi |
42ecbf5e DJ |
14438 | else |
14439 | as_ln_s='cp -p' | |
252b5132 | 14440 | fi |
81ecdfbb RW |
14441 | rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file |
14442 | rmdir conf$$.dir 2>/dev/null | |
14443 | ||
14444 | ||
14445 | # as_fn_mkdir_p | |
14446 | # ------------- | |
14447 | # Create "$as_dir" as a directory, including parents if necessary. | |
14448 | as_fn_mkdir_p () | |
14449 | { | |
14450 | ||
14451 | case $as_dir in #( | |
14452 | -*) as_dir=./$as_dir;; | |
14453 | esac | |
14454 | test -d "$as_dir" || eval $as_mkdir_p || { | |
14455 | as_dirs= | |
14456 | while :; do | |
14457 | case $as_dir in #( | |
14458 | *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( | |
14459 | *) as_qdir=$as_dir;; | |
14460 | esac | |
14461 | as_dirs="'$as_qdir' $as_dirs" | |
14462 | as_dir=`$as_dirname -- "$as_dir" || | |
14463 | $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |
14464 | X"$as_dir" : 'X\(//\)[^/]' \| \ | |
14465 | X"$as_dir" : 'X\(//\)$' \| \ | |
14466 | X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || | |
14467 | $as_echo X"$as_dir" | | |
14468 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ | |
14469 | s//\1/ | |
14470 | q | |
14471 | } | |
14472 | /^X\(\/\/\)[^/].*/{ | |
14473 | s//\1/ | |
14474 | q | |
14475 | } | |
14476 | /^X\(\/\/\)$/{ | |
14477 | s//\1/ | |
14478 | q | |
14479 | } | |
14480 | /^X\(\/\).*/{ | |
14481 | s//\1/ | |
14482 | q | |
14483 | } | |
14484 | s/.*/./; q'` | |
14485 | test -d "$as_dir" && break | |
14486 | done | |
14487 | test -z "$as_dirs" || eval "mkdir $as_dirs" | |
14488 | } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" | |
14489 | ||
252b5132 | 14490 | |
81ecdfbb | 14491 | } # as_fn_mkdir_p |
42ecbf5e | 14492 | if mkdir -p . 2>/dev/null; then |
81ecdfbb | 14493 | as_mkdir_p='mkdir -p "$as_dir"' |
42ecbf5e DJ |
14494 | else |
14495 | test -d ./-p && rmdir ./-p | |
14496 | as_mkdir_p=false | |
14497 | fi | |
81ecdfbb RW |
14498 | |
14499 | if test -x / >/dev/null 2>&1; then | |
14500 | as_test_x='test -x' | |
14501 | else | |
14502 | if ls -dL / >/dev/null 2>&1; then | |
14503 | as_ls_L_option=L | |
14504 | else | |
14505 | as_ls_L_option= | |
14506 | fi | |
14507 | as_test_x=' | |
14508 | eval sh -c '\'' | |
14509 | if test -d "$1"; then | |
14510 | test -d "$1/."; | |
14511 | else | |
14512 | case $1 in #( | |
14513 | -*)set "./$1";; | |
14514 | esac; | |
14515 | case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( | |
14516 | ???[sx]*):;;*)false;;esac;fi | |
14517 | '\'' sh | |
14518 | ' | |
14519 | fi | |
14520 | as_executable_p=$as_test_x | |
252b5132 | 14521 | |
42ecbf5e DJ |
14522 | # Sed expression to map a string onto a valid CPP name. |
14523 | as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" | |
14524 | ||
14525 | # Sed expression to map a string onto a valid variable name. | |
14526 | as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" | |
14527 | ||
14528 | ||
42ecbf5e | 14529 | exec 6>&1 |
81ecdfbb RW |
14530 | ## ----------------------------------- ## |
14531 | ## Main body of $CONFIG_STATUS script. ## | |
14532 | ## ----------------------------------- ## | |
14533 | _ASEOF | |
14534 | test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 | |
42ecbf5e | 14535 | |
81ecdfbb RW |
14536 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
14537 | # Save the log message, to keep $0 and so on meaningful, and to | |
42ecbf5e | 14538 | # report actual input values of CONFIG_FILES etc. instead of their |
81ecdfbb RW |
14539 | # values after options handling. |
14540 | ac_log=" | |
42ecbf5e | 14541 | This file was extended by $as_me, which was |
81ecdfbb | 14542 | generated by GNU Autoconf 2.64. Invocation command line was |
42ecbf5e DJ |
14543 | |
14544 | CONFIG_FILES = $CONFIG_FILES | |
14545 | CONFIG_HEADERS = $CONFIG_HEADERS | |
14546 | CONFIG_LINKS = $CONFIG_LINKS | |
14547 | CONFIG_COMMANDS = $CONFIG_COMMANDS | |
14548 | $ $0 $@ | |
14549 | ||
81ecdfbb RW |
14550 | on `(hostname || uname -n) 2>/dev/null | sed 1q` |
14551 | " | |
14552 | ||
42ecbf5e DJ |
14553 | _ACEOF |
14554 | ||
81ecdfbb RW |
14555 | case $ac_config_files in *" |
14556 | "*) set x $ac_config_files; shift; ac_config_files=$*;; | |
14557 | esac | |
252b5132 | 14558 | |
81ecdfbb RW |
14559 | case $ac_config_headers in *" |
14560 | "*) set x $ac_config_headers; shift; ac_config_headers=$*;; | |
14561 | esac | |
e5a52504 MM |
14562 | |
14563 | ||
81ecdfbb RW |
14564 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
14565 | # Files that config.status was made for. | |
14566 | config_files="$ac_config_files" | |
14567 | config_headers="$ac_config_headers" | |
14568 | config_commands="$ac_config_commands" | |
d15b04bd | 14569 | |
81ecdfbb | 14570 | _ACEOF |
42ecbf5e | 14571 | |
81ecdfbb | 14572 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
42ecbf5e | 14573 | ac_cs_usage="\ |
81ecdfbb RW |
14574 | \`$as_me' instantiates files and other configuration actions |
14575 | from templates according to the current configuration. Unless the files | |
14576 | and actions are specified as TAGs, all are instantiated by default. | |
42ecbf5e | 14577 | |
81ecdfbb | 14578 | Usage: $0 [OPTION]... [TAG]... |
42ecbf5e DJ |
14579 | |
14580 | -h, --help print this help, then exit | |
81ecdfbb RW |
14581 | -V, --version print version number and configuration settings, then exit |
14582 | -q, --quiet, --silent | |
14583 | do not print progress messages | |
42ecbf5e DJ |
14584 | -d, --debug don't remove temporary files |
14585 | --recheck update $as_me by reconfiguring in the same conditions | |
81ecdfbb RW |
14586 | --file=FILE[:TEMPLATE] |
14587 | instantiate the configuration file FILE | |
14588 | --header=FILE[:TEMPLATE] | |
14589 | instantiate the configuration header FILE | |
42ecbf5e DJ |
14590 | |
14591 | Configuration files: | |
14592 | $config_files | |
14593 | ||
14594 | Configuration headers: | |
14595 | $config_headers | |
14596 | ||
14597 | Configuration commands: | |
14598 | $config_commands | |
14599 | ||
81ecdfbb | 14600 | Report bugs to the package provider." |
42ecbf5e | 14601 | |
81ecdfbb RW |
14602 | _ACEOF |
14603 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | |
42ecbf5e DJ |
14604 | ac_cs_version="\\ |
14605 | config.status | |
81ecdfbb RW |
14606 | configured by $0, generated by GNU Autoconf 2.64, |
14607 | with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" | |
42ecbf5e | 14608 | |
81ecdfbb | 14609 | Copyright (C) 2009 Free Software Foundation, Inc. |
42ecbf5e DJ |
14610 | This config.status script is free software; the Free Software Foundation |
14611 | gives unlimited permission to copy, distribute and modify it." | |
81ecdfbb RW |
14612 | |
14613 | ac_pwd='$ac_pwd' | |
14614 | srcdir='$srcdir' | |
14615 | INSTALL='$INSTALL' | |
14616 | MKDIR_P='$MKDIR_P' | |
14617 | AWK='$AWK' | |
14618 | test -n "\$AWK" || AWK=awk | |
42ecbf5e DJ |
14619 | _ACEOF |
14620 | ||
81ecdfbb RW |
14621 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
14622 | # The default lists apply if the user does not specify any file. | |
42ecbf5e DJ |
14623 | ac_need_defaults=: |
14624 | while test $# != 0 | |
14625 | do | |
14626 | case $1 in | |
14627 | --*=*) | |
81ecdfbb RW |
14628 | ac_option=`expr "X$1" : 'X\([^=]*\)='` |
14629 | ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` | |
42ecbf5e DJ |
14630 | ac_shift=: |
14631 | ;; | |
81ecdfbb | 14632 | *) |
42ecbf5e DJ |
14633 | ac_option=$1 |
14634 | ac_optarg=$2 | |
14635 | ac_shift=shift | |
14636 | ;; | |
42ecbf5e DJ |
14637 | esac |
14638 | ||
14639 | case $ac_option in | |
14640 | # Handling of the options. | |
42ecbf5e DJ |
14641 | -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) |
14642 | ac_cs_recheck=: ;; | |
81ecdfbb RW |
14643 | --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) |
14644 | $as_echo "$ac_cs_version"; exit ;; | |
14645 | --debug | --debu | --deb | --de | --d | -d ) | |
42ecbf5e DJ |
14646 | debug=: ;; |
14647 | --file | --fil | --fi | --f ) | |
14648 | $ac_shift | |
81ecdfbb RW |
14649 | case $ac_optarg in |
14650 | *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; | |
14651 | esac | |
14652 | as_fn_append CONFIG_FILES " '$ac_optarg'" | |
42ecbf5e DJ |
14653 | ac_need_defaults=false;; |
14654 | --header | --heade | --head | --hea ) | |
14655 | $ac_shift | |
81ecdfbb RW |
14656 | case $ac_optarg in |
14657 | *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; | |
14658 | esac | |
14659 | as_fn_append CONFIG_HEADERS " '$ac_optarg'" | |
42ecbf5e | 14660 | ac_need_defaults=false;; |
81ecdfbb RW |
14661 | --he | --h) |
14662 | # Conflict between --help and --header | |
14663 | as_fn_error "ambiguous option: \`$1' | |
14664 | Try \`$0 --help' for more information.";; | |
14665 | --help | --hel | -h ) | |
14666 | $as_echo "$ac_cs_usage"; exit ;; | |
42ecbf5e DJ |
14667 | -q | -quiet | --quiet | --quie | --qui | --qu | --q \ |
14668 | | -silent | --silent | --silen | --sile | --sil | --si | --s) | |
14669 | ac_cs_silent=: ;; | |
14670 | ||
14671 | # This is an error. | |
81ecdfbb RW |
14672 | -*) as_fn_error "unrecognized option: \`$1' |
14673 | Try \`$0 --help' for more information." ;; | |
42ecbf5e | 14674 | |
81ecdfbb RW |
14675 | *) as_fn_append ac_config_targets " $1" |
14676 | ac_need_defaults=false ;; | |
42ecbf5e DJ |
14677 | |
14678 | esac | |
14679 | shift | |
14680 | done | |
14681 | ||
14682 | ac_configure_extra_args= | |
14683 | ||
14684 | if $ac_cs_silent; then | |
14685 | exec 6>/dev/null | |
14686 | ac_configure_extra_args="$ac_configure_extra_args --silent" | |
14687 | fi | |
14688 | ||
14689 | _ACEOF | |
81ecdfbb | 14690 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
42ecbf5e | 14691 | if \$ac_cs_recheck; then |
81ecdfbb RW |
14692 | set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion |
14693 | shift | |
14694 | \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 | |
14695 | CONFIG_SHELL='$SHELL' | |
14696 | export CONFIG_SHELL | |
14697 | exec "\$@" | |
42ecbf5e DJ |
14698 | fi |
14699 | ||
14700 | _ACEOF | |
81ecdfbb RW |
14701 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
14702 | exec 5>>config.log | |
14703 | { | |
14704 | echo | |
14705 | sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX | |
14706 | ## Running $as_me. ## | |
14707 | _ASBOX | |
14708 | $as_echo "$ac_log" | |
14709 | } >&5 | |
42ecbf5e | 14710 | |
81ecdfbb RW |
14711 | _ACEOF |
14712 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | |
d15b04bd | 14713 | # |
81ecdfbb | 14714 | # INIT-COMMANDS |
d15b04bd | 14715 | # |
42ecbf5e | 14716 | AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" |
d7040cdb SE |
14717 | |
14718 | ||
14719 | # The HP-UX ksh and POSIX shell print the target directory to stdout | |
14720 | # if CDPATH is set. | |
14721 | (unset CDPATH) >/dev/null 2>&1 && unset CDPATH | |
14722 | ||
14723 | sed_quote_subst='$sed_quote_subst' | |
14724 | double_quote_subst='$double_quote_subst' | |
14725 | delay_variable_subst='$delay_variable_subst' | |
3725885a RW |
14726 | macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`' |
14727 | macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`' | |
14728 | enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`' | |
14729 | enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`' | |
14730 | pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`' | |
14731 | enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`' | |
14732 | SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`' | |
14733 | ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`' | |
14734 | host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`' | |
14735 | host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`' | |
14736 | host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`' | |
14737 | build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`' | |
14738 | build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`' | |
14739 | build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`' | |
14740 | SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`' | |
14741 | Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`' | |
14742 | GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`' | |
14743 | EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`' | |
14744 | FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`' | |
14745 | LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`' | |
14746 | NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`' | |
14747 | LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`' | |
14748 | max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`' | |
14749 | ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`' | |
14750 | exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' | |
14751 | lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' | |
14752 | lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' | |
14753 | lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' | |
14754 | reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`' | |
14755 | reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`' | |
14756 | OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`' | |
14757 | deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`' | |
14758 | file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`' | |
14759 | AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`' | |
14760 | AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`' | |
14761 | STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' | |
14762 | RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' | |
14763 | old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' | |
14764 | old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`' | |
14765 | old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`' | |
14766 | lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`' | |
14767 | CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`' | |
14768 | CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`' | |
14769 | compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' | |
14770 | GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' | |
14771 | lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' | |
14772 | lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' | |
14773 | lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' | |
14774 | 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"`' | |
14775 | objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`' | |
14776 | MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`' | |
14777 | lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`' | |
14778 | lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`' | |
14779 | lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`' | |
14780 | lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`' | |
14781 | lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`' | |
14782 | need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`' | |
14783 | DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' | |
14784 | NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' | |
14785 | LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' | |
14786 | OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`' | |
14787 | OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`' | |
14788 | libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`' | |
14789 | shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`' | |
14790 | extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`' | |
14791 | archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`' | |
14792 | enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`' | |
14793 | export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`' | |
14794 | whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`' | |
14795 | compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`' | |
14796 | old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`' | |
14797 | old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`' | |
14798 | archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`' | |
14799 | archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`' | |
14800 | module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`' | |
14801 | module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`' | |
14802 | with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`' | |
14803 | allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`' | |
14804 | no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`' | |
14805 | hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`' | |
14806 | hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`' | |
14807 | hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`' | |
14808 | hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`' | |
14809 | hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`' | |
14810 | hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`' | |
14811 | hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`' | |
14812 | hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' | |
14813 | inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' | |
14814 | link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' | |
14815 | fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`' | |
14816 | always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`' | |
14817 | export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`' | |
14818 | exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`' | |
14819 | include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`' | |
14820 | prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`' | |
14821 | file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' | |
14822 | variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' | |
14823 | need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' | |
14824 | need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`' | |
14825 | version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`' | |
14826 | runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`' | |
14827 | shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`' | |
14828 | shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`' | |
14829 | libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`' | |
14830 | library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`' | |
14831 | soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`' | |
14832 | install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`' | |
14833 | postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`' | |
14834 | postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`' | |
14835 | finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`' | |
14836 | finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`' | |
14837 | hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`' | |
14838 | sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`' | |
14839 | sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`' | |
14840 | hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`' | |
14841 | enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`' | |
14842 | enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`' | |
14843 | enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`' | |
14844 | old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`' | |
14845 | striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`' | |
d7040cdb SE |
14846 | |
14847 | LTCC='$LTCC' | |
14848 | LTCFLAGS='$LTCFLAGS' | |
14849 | compiler='$compiler_DEFAULT' | |
14850 | ||
3725885a RW |
14851 | # A function that is used when there is no print builtin or printf. |
14852 | func_fallback_echo () | |
14853 | { | |
14854 | eval 'cat <<_LTECHO_EOF | |
14855 | \$1 | |
14856 | _LTECHO_EOF' | |
14857 | } | |
14858 | ||
d7040cdb | 14859 | # Quote evaled strings. |
3725885a RW |
14860 | for var in SHELL \ |
14861 | ECHO \ | |
14862 | SED \ | |
d7040cdb SE |
14863 | GREP \ |
14864 | EGREP \ | |
14865 | FGREP \ | |
14866 | LD \ | |
14867 | NM \ | |
14868 | LN_S \ | |
14869 | lt_SP2NL \ | |
14870 | lt_NL2SP \ | |
14871 | reload_flag \ | |
718a6fd8 | 14872 | OBJDUMP \ |
d7040cdb SE |
14873 | deplibs_check_method \ |
14874 | file_magic_cmd \ | |
14875 | AR \ | |
14876 | AR_FLAGS \ | |
14877 | STRIP \ | |
14878 | RANLIB \ | |
14879 | CC \ | |
14880 | CFLAGS \ | |
14881 | compiler \ | |
14882 | lt_cv_sys_global_symbol_pipe \ | |
14883 | lt_cv_sys_global_symbol_to_cdecl \ | |
14884 | lt_cv_sys_global_symbol_to_c_name_address \ | |
718a6fd8 | 14885 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ |
d7040cdb SE |
14886 | lt_prog_compiler_no_builtin_flag \ |
14887 | lt_prog_compiler_wl \ | |
14888 | lt_prog_compiler_pic \ | |
14889 | lt_prog_compiler_static \ | |
14890 | lt_cv_prog_compiler_c_o \ | |
14891 | need_locks \ | |
718a6fd8 SE |
14892 | DSYMUTIL \ |
14893 | NMEDIT \ | |
14894 | LIPO \ | |
14895 | OTOOL \ | |
14896 | OTOOL64 \ | |
d7040cdb SE |
14897 | shrext_cmds \ |
14898 | export_dynamic_flag_spec \ | |
14899 | whole_archive_flag_spec \ | |
14900 | compiler_needs_object \ | |
14901 | with_gnu_ld \ | |
14902 | allow_undefined_flag \ | |
14903 | no_undefined_flag \ | |
14904 | hardcode_libdir_flag_spec \ | |
14905 | hardcode_libdir_flag_spec_ld \ | |
14906 | hardcode_libdir_separator \ | |
14907 | fix_srcfile_path \ | |
14908 | exclude_expsyms \ | |
14909 | include_expsyms \ | |
14910 | file_list_spec \ | |
14911 | variables_saved_for_relink \ | |
14912 | libname_spec \ | |
14913 | library_names_spec \ | |
14914 | soname_spec \ | |
3725885a | 14915 | install_override_mode \ |
d7040cdb SE |
14916 | finish_eval \ |
14917 | old_striplib \ | |
14918 | striplib; do | |
3725885a | 14919 | case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in |
d7040cdb | 14920 | *[\\\\\\\`\\"\\\$]*) |
3725885a | 14921 | eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" |
d7040cdb SE |
14922 | ;; |
14923 | *) | |
14924 | eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" | |
14925 | ;; | |
14926 | esac | |
14927 | done | |
14928 | ||
14929 | # Double-quote double-evaled strings. | |
14930 | for var in reload_cmds \ | |
14931 | old_postinstall_cmds \ | |
14932 | old_postuninstall_cmds \ | |
14933 | old_archive_cmds \ | |
14934 | extract_expsyms_cmds \ | |
14935 | old_archive_from_new_cmds \ | |
14936 | old_archive_from_expsyms_cmds \ | |
14937 | archive_cmds \ | |
14938 | archive_expsym_cmds \ | |
14939 | module_cmds \ | |
14940 | module_expsym_cmds \ | |
14941 | export_symbols_cmds \ | |
14942 | prelink_cmds \ | |
14943 | postinstall_cmds \ | |
14944 | postuninstall_cmds \ | |
14945 | finish_cmds \ | |
14946 | sys_lib_search_path_spec \ | |
14947 | sys_lib_dlsearch_path_spec; do | |
3725885a | 14948 | case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in |
d7040cdb | 14949 | *[\\\\\\\`\\"\\\$]*) |
3725885a | 14950 | eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" |
d7040cdb SE |
14951 | ;; |
14952 | *) | |
14953 | eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" | |
14954 | ;; | |
14955 | esac | |
14956 | done | |
14957 | ||
d7040cdb SE |
14958 | ac_aux_dir='$ac_aux_dir' |
14959 | xsi_shell='$xsi_shell' | |
14960 | lt_shell_append='$lt_shell_append' | |
14961 | ||
14962 | # See if we are running on zsh, and set the options which allow our | |
14963 | # commands through without removal of \ escapes INIT. | |
14964 | if test -n "\${ZSH_VERSION+set}" ; then | |
14965 | setopt NO_GLOB_SUBST | |
14966 | fi | |
14967 | ||
14968 | ||
14969 | PACKAGE='$PACKAGE' | |
14970 | VERSION='$VERSION' | |
14971 | TIMESTAMP='$TIMESTAMP' | |
14972 | RM='$RM' | |
14973 | ofile='$ofile' | |
14974 | ||
14975 | ||
14976 | ||
20e95c23 DJ |
14977 | # Capture the value of obsolete ALL_LINGUAS because we need it to compute |
14978 | # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it | |
14979 | # from automake. | |
14980 | eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"' | |
14981 | # Capture the value of LINGUAS because we need it to compute CATALOGS. | |
14982 | LINGUAS="${LINGUAS-%UNSET%}" | |
14983 | ||
42ecbf5e DJ |
14984 | |
14985 | _ACEOF | |
14986 | ||
81ecdfbb | 14987 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
42ecbf5e | 14988 | |
81ecdfbb | 14989 | # Handling of arguments. |
42ecbf5e | 14990 | for ac_config_target in $ac_config_targets |
252b5132 | 14991 | do |
81ecdfbb RW |
14992 | case $ac_config_target in |
14993 | "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; | |
14994 | "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;; | |
14995 | "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;; | |
14996 | "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; | |
14997 | "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; | |
14998 | "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; | |
14999 | "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;; | |
15000 | ||
15001 | *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;; | |
d15b04bd | 15002 | esac |
252b5132 RH |
15003 | done |
15004 | ||
81ecdfbb | 15005 | |
42ecbf5e DJ |
15006 | # If the user did not use the arguments to specify the items to instantiate, |
15007 | # then the envvar interface is used. Set only those that are not. | |
15008 | # We use the long form for the default assignment because of an extremely | |
15009 | # bizarre bug on SunOS 4.1.3. | |
15010 | if $ac_need_defaults; then | |
15011 | test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files | |
15012 | test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers | |
15013 | test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands | |
15014 | fi | |
15015 | ||
15016 | # Have a temporary directory for convenience. Make it in the build tree | |
81ecdfbb | 15017 | # simply because there is no reason against having it here, and in addition, |
42ecbf5e | 15018 | # creating and moving files from /tmp can sometimes cause problems. |
81ecdfbb RW |
15019 | # Hook for its removal unless debugging. |
15020 | # Note that there is a small window in which the directory will not be cleaned: | |
15021 | # after its creation but before its name has been assigned to `$tmp'. | |
42ecbf5e DJ |
15022 | $debug || |
15023 | { | |
81ecdfbb RW |
15024 | tmp= |
15025 | trap 'exit_status=$? | |
15026 | { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status | |
15027 | ' 0 | |
15028 | trap 'as_fn_exit 1' 1 2 13 15 | |
42ecbf5e | 15029 | } |
42ecbf5e | 15030 | # Create a (secure) tmp directory for tmp files. |
e5a52504 | 15031 | |
42ecbf5e | 15032 | { |
81ecdfbb | 15033 | tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && |
42ecbf5e DJ |
15034 | test -n "$tmp" && test -d "$tmp" |
15035 | } || | |
15036 | { | |
81ecdfbb RW |
15037 | tmp=./conf$$-$RANDOM |
15038 | (umask 077 && mkdir "$tmp") | |
15039 | } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5 | |
15040 | ||
15041 | # Set up the scripts for CONFIG_FILES section. | |
15042 | # No need to generate them if there are no CONFIG_FILES. | |
15043 | # This happens for instance with `./config.status config.h'. | |
15044 | if test -n "$CONFIG_FILES"; then | |
15045 | ||
15046 | ||
15047 | ac_cr=`echo X | tr X '\015'` | |
15048 | # On cygwin, bash can eat \r inside `` if the user requested igncr. | |
15049 | # But we know of no other shell where ac_cr would be empty at this | |
15050 | # point, so we can use a bashism as a fallback. | |
15051 | if test "x$ac_cr" = x; then | |
15052 | eval ac_cr=\$\'\\r\' | |
15053 | fi | |
15054 | ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` | |
15055 | if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then | |
15056 | ac_cs_awk_cr='\r' | |
15057 | else | |
15058 | ac_cs_awk_cr=$ac_cr | |
15059 | fi | |
15060 | ||
15061 | echo 'BEGIN {' >"$tmp/subs1.awk" && | |
15062 | _ACEOF | |
15063 | ||
15064 | ||
15065 | { | |
15066 | echo "cat >conf$$subs.awk <<_ACEOF" && | |
15067 | echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && | |
15068 | echo "_ACEOF" | |
15069 | } >conf$$subs.sh || | |
15070 | as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 | |
15071 | ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` | |
15072 | ac_delim='%!_!# ' | |
15073 | for ac_last_try in false false false false false :; do | |
15074 | . ./conf$$subs.sh || | |
15075 | as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 | |
15076 | ||
15077 | ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` | |
15078 | if test $ac_delim_n = $ac_delim_num; then | |
15079 | break | |
15080 | elif $ac_last_try; then | |
15081 | as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 | |
15082 | else | |
15083 | ac_delim="$ac_delim!$ac_delim _$ac_delim!! " | |
15084 | fi | |
15085 | done | |
15086 | rm -f conf$$subs.sh | |
15087 | ||
15088 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | |
15089 | cat >>"\$tmp/subs1.awk" <<\\_ACAWK && | |
15090 | _ACEOF | |
15091 | sed -n ' | |
15092 | h | |
15093 | s/^/S["/; s/!.*/"]=/ | |
15094 | p | |
15095 | g | |
15096 | s/^[^!]*!// | |
15097 | :repl | |
15098 | t repl | |
15099 | s/'"$ac_delim"'$// | |
15100 | t delim | |
15101 | :nl | |
15102 | h | |
15103 | s/\(.\{148\}\).*/\1/ | |
15104 | t more1 | |
15105 | s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ | |
15106 | p | |
15107 | n | |
15108 | b repl | |
15109 | :more1 | |
15110 | s/["\\]/\\&/g; s/^/"/; s/$/"\\/ | |
15111 | p | |
15112 | g | |
15113 | s/.\{148\}// | |
15114 | t nl | |
15115 | :delim | |
15116 | h | |
15117 | s/\(.\{148\}\).*/\1/ | |
15118 | t more2 | |
15119 | s/["\\]/\\&/g; s/^/"/; s/$/"/ | |
15120 | p | |
15121 | b | |
15122 | :more2 | |
15123 | s/["\\]/\\&/g; s/^/"/; s/$/"\\/ | |
15124 | p | |
15125 | g | |
15126 | s/.\{148\}// | |
15127 | t delim | |
15128 | ' <conf$$subs.awk | sed ' | |
15129 | /^[^""]/{ | |
15130 | N | |
15131 | s/\n// | |
15132 | } | |
15133 | ' >>$CONFIG_STATUS || ac_write_fail=1 | |
15134 | rm -f conf$$subs.awk | |
15135 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | |
15136 | _ACAWK | |
15137 | cat >>"\$tmp/subs1.awk" <<_ACAWK && | |
15138 | for (key in S) S_is_set[key] = 1 | |
15139 | FS = "\a" | |
15140 | ||
15141 | } | |
42ecbf5e | 15142 | { |
81ecdfbb RW |
15143 | line = $ 0 |
15144 | nfields = split(line, field, "@") | |
15145 | substed = 0 | |
15146 | len = length(field[1]) | |
15147 | for (i = 2; i < nfields; i++) { | |
15148 | key = field[i] | |
15149 | keylen = length(key) | |
15150 | if (S_is_set[key]) { | |
15151 | value = S[key] | |
15152 | line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) | |
15153 | len += length(value) + length(field[++i]) | |
15154 | substed = 1 | |
15155 | } else | |
15156 | len += 1 + keylen | |
15157 | } | |
15158 | ||
15159 | print line | |
42ecbf5e DJ |
15160 | } |
15161 | ||
81ecdfbb RW |
15162 | _ACAWK |
15163 | _ACEOF | |
15164 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | |
15165 | if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then | |
15166 | sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" | |
15167 | else | |
15168 | cat | |
15169 | fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ | |
15170 | || as_fn_error "could not setup config files machinery" "$LINENO" 5 | |
42ecbf5e DJ |
15171 | _ACEOF |
15172 | ||
81ecdfbb RW |
15173 | # VPATH may cause trouble with some makes, so we remove $(srcdir), |
15174 | # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and | |
15175 | # trailing colons and then remove the whole line if VPATH becomes empty | |
15176 | # (actually we leave an empty line to preserve line numbers). | |
15177 | if test "x$srcdir" = x.; then | |
15178 | ac_vpsub='/^[ ]*VPATH[ ]*=/{ | |
15179 | s/:*\$(srcdir):*/:/ | |
15180 | s/:*\${srcdir}:*/:/ | |
15181 | s/:*@srcdir@:*/:/ | |
15182 | s/^\([^=]*=[ ]*\):*/\1/ | |
15183 | s/:*$// | |
15184 | s/^[^=]*=[ ]*$// | |
15185 | }' | |
15186 | fi | |
e5a52504 | 15187 | |
81ecdfbb RW |
15188 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
15189 | fi # test -n "$CONFIG_FILES" | |
252b5132 | 15190 | |
81ecdfbb RW |
15191 | # Set up the scripts for CONFIG_HEADERS section. |
15192 | # No need to generate them if there are no CONFIG_HEADERS. | |
15193 | # This happens for instance with `./config.status Makefile'. | |
15194 | if test -n "$CONFIG_HEADERS"; then | |
15195 | cat >"$tmp/defines.awk" <<\_ACAWK || | |
15196 | BEGIN { | |
42ecbf5e DJ |
15197 | _ACEOF |
15198 | ||
81ecdfbb RW |
15199 | # Transform confdefs.h into an awk script `defines.awk', embedded as |
15200 | # here-document in config.status, that substitutes the proper values into | |
15201 | # config.h.in to produce config.h. | |
15202 | ||
15203 | # Create a delimiter string that does not exist in confdefs.h, to ease | |
15204 | # handling of long lines. | |
15205 | ac_delim='%!_!# ' | |
15206 | for ac_last_try in false false :; do | |
15207 | ac_t=`sed -n "/$ac_delim/p" confdefs.h` | |
15208 | if test -z "$ac_t"; then | |
15209 | break | |
15210 | elif $ac_last_try; then | |
15211 | as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5 | |
15212 | else | |
15213 | ac_delim="$ac_delim!$ac_delim _$ac_delim!! " | |
252b5132 | 15214 | fi |
81ecdfbb | 15215 | done |
252b5132 | 15216 | |
81ecdfbb RW |
15217 | # For the awk script, D is an array of macro values keyed by name, |
15218 | # likewise P contains macro parameters if any. Preserve backslash | |
15219 | # newline sequences. | |
15220 | ||
15221 | ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* | |
15222 | sed -n ' | |
15223 | s/.\{148\}/&'"$ac_delim"'/g | |
15224 | t rset | |
15225 | :rset | |
15226 | s/^[ ]*#[ ]*define[ ][ ]*/ / | |
15227 | t def | |
15228 | d | |
15229 | :def | |
15230 | s/\\$// | |
15231 | t bsnl | |
15232 | s/["\\]/\\&/g | |
15233 | s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ | |
15234 | D["\1"]=" \3"/p | |
15235 | s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p | |
15236 | d | |
15237 | :bsnl | |
15238 | s/["\\]/\\&/g | |
15239 | s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ | |
15240 | D["\1"]=" \3\\\\\\n"\\/p | |
15241 | t cont | |
15242 | s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p | |
15243 | t cont | |
15244 | d | |
15245 | :cont | |
15246 | n | |
15247 | s/.\{148\}/&'"$ac_delim"'/g | |
15248 | t clear | |
15249 | :clear | |
15250 | s/\\$// | |
15251 | t bsnlc | |
15252 | s/["\\]/\\&/g; s/^/"/; s/$/"/p | |
15253 | d | |
15254 | :bsnlc | |
15255 | s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p | |
15256 | b cont | |
15257 | ' <confdefs.h | sed ' | |
15258 | s/'"$ac_delim"'/"\\\ | |
15259 | "/g' >>$CONFIG_STATUS || ac_write_fail=1 | |
15260 | ||
15261 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | |
15262 | for (key in D) D_is_set[key] = 1 | |
15263 | FS = "\a" | |
15264 | } | |
15265 | /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { | |
15266 | line = \$ 0 | |
15267 | split(line, arg, " ") | |
15268 | if (arg[1] == "#") { | |
15269 | defundef = arg[2] | |
15270 | mac1 = arg[3] | |
15271 | } else { | |
15272 | defundef = substr(arg[1], 2) | |
15273 | mac1 = arg[2] | |
15274 | } | |
15275 | split(mac1, mac2, "(") #) | |
15276 | macro = mac2[1] | |
15277 | prefix = substr(line, 1, index(line, defundef) - 1) | |
15278 | if (D_is_set[macro]) { | |
15279 | # Preserve the white space surrounding the "#". | |
15280 | print prefix "define", macro P[macro] D[macro] | |
15281 | next | |
15282 | } else { | |
15283 | # Replace #undef with comments. This is necessary, for example, | |
15284 | # in the case of _POSIX_SOURCE, which is predefined and required | |
15285 | # on some systems where configure will not decide to define it. | |
15286 | if (defundef == "undef") { | |
15287 | print "/*", prefix defundef, macro, "*/" | |
15288 | next | |
15289 | } | |
15290 | } | |
15291 | } | |
15292 | { print } | |
15293 | _ACAWK | |
42ecbf5e | 15294 | _ACEOF |
81ecdfbb RW |
15295 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
15296 | as_fn_error "could not setup config headers machinery" "$LINENO" 5 | |
15297 | fi # test -n "$CONFIG_HEADERS" | |
15298 | ||
15299 | ||
15300 | eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" | |
15301 | shift | |
15302 | for ac_tag | |
15303 | do | |
15304 | case $ac_tag in | |
15305 | :[FHLC]) ac_mode=$ac_tag; continue;; | |
15306 | esac | |
15307 | case $ac_mode$ac_tag in | |
15308 | :[FHL]*:*);; | |
15309 | :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;; | |
15310 | :[FH]-) ac_tag=-:-;; | |
15311 | :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; | |
15312 | esac | |
15313 | ac_save_IFS=$IFS | |
15314 | IFS=: | |
15315 | set x $ac_tag | |
15316 | IFS=$ac_save_IFS | |
15317 | shift | |
15318 | ac_file=$1 | |
15319 | shift | |
15320 | ||
15321 | case $ac_mode in | |
15322 | :L) ac_source=$1;; | |
15323 | :[FH]) | |
15324 | ac_file_inputs= | |
15325 | for ac_f | |
15326 | do | |
15327 | case $ac_f in | |
15328 | -) ac_f="$tmp/stdin";; | |
15329 | *) # Look for the file first in the build tree, then in the source tree | |
15330 | # (if the path is not absolute). The absolute path cannot be DOS-style, | |
15331 | # because $ac_f cannot contain `:'. | |
15332 | test -f "$ac_f" || | |
15333 | case $ac_f in | |
15334 | [\\/$]*) false;; | |
15335 | *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; | |
15336 | esac || | |
15337 | as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;; | |
15338 | esac | |
15339 | case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac | |
15340 | as_fn_append ac_file_inputs " '$ac_f'" | |
15341 | done | |
15342 | ||
15343 | # Let's still pretend it is `configure' which instantiates (i.e., don't | |
15344 | # use $as_me), people would be surprised to read: | |
15345 | # /* config.h. Generated by config.status. */ | |
15346 | configure_input='Generated from '` | |
15347 | $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' | |
15348 | `' by configure.' | |
15349 | if test x"$ac_file" != x-; then | |
15350 | configure_input="$ac_file. $configure_input" | |
15351 | { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 | |
15352 | $as_echo "$as_me: creating $ac_file" >&6;} | |
15353 | fi | |
15354 | # Neutralize special characters interpreted by sed in replacement strings. | |
15355 | case $configure_input in #( | |
15356 | *\&* | *\|* | *\\* ) | |
15357 | ac_sed_conf_input=`$as_echo "$configure_input" | | |
15358 | sed 's/[\\\\&|]/\\\\&/g'`;; #( | |
15359 | *) ac_sed_conf_input=$configure_input;; | |
15360 | esac | |
15361 | ||
15362 | case $ac_tag in | |
15363 | *:-:* | *:-) cat >"$tmp/stdin" \ | |
15364 | || as_fn_error "could not create $ac_file" "$LINENO" 5 ;; | |
15365 | esac | |
15366 | ;; | |
252b5132 RH |
15367 | esac |
15368 | ||
81ecdfbb | 15369 | ac_dir=`$as_dirname -- "$ac_file" || |
42ecbf5e DJ |
15370 | $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
15371 | X"$ac_file" : 'X\(//\)[^/]' \| \ | |
15372 | X"$ac_file" : 'X\(//\)$' \| \ | |
81ecdfbb RW |
15373 | X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || |
15374 | $as_echo X"$ac_file" | | |
15375 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ | |
15376 | s//\1/ | |
15377 | q | |
15378 | } | |
15379 | /^X\(\/\/\)[^/].*/{ | |
15380 | s//\1/ | |
15381 | q | |
15382 | } | |
15383 | /^X\(\/\/\)$/{ | |
15384 | s//\1/ | |
15385 | q | |
15386 | } | |
15387 | /^X\(\/\).*/{ | |
15388 | s//\1/ | |
15389 | q | |
15390 | } | |
15391 | s/.*/./; q'` | |
15392 | as_dir="$ac_dir"; as_fn_mkdir_p | |
42ecbf5e | 15393 | ac_builddir=. |
e5a52504 | 15394 | |
81ecdfbb RW |
15395 | case "$ac_dir" in |
15396 | .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; | |
15397 | *) | |
15398 | ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` | |
15399 | # A ".." for each directory in $ac_dir_suffix. | |
15400 | ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` | |
15401 | case $ac_top_builddir_sub in | |
15402 | "") ac_top_builddir_sub=. ac_top_build_prefix= ;; | |
15403 | *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; | |
15404 | esac ;; | |
15405 | esac | |
15406 | ac_abs_top_builddir=$ac_pwd | |
15407 | ac_abs_builddir=$ac_pwd$ac_dir_suffix | |
15408 | # for backward compatibility: | |
15409 | ac_top_builddir=$ac_top_build_prefix | |
42ecbf5e DJ |
15410 | |
15411 | case $srcdir in | |
81ecdfbb | 15412 | .) # We are building in place. |
42ecbf5e | 15413 | ac_srcdir=. |
81ecdfbb RW |
15414 | ac_top_srcdir=$ac_top_builddir_sub |
15415 | ac_abs_top_srcdir=$ac_pwd ;; | |
15416 | [\\/]* | ?:[\\/]* ) # Absolute name. | |
42ecbf5e | 15417 | ac_srcdir=$srcdir$ac_dir_suffix; |
81ecdfbb RW |
15418 | ac_top_srcdir=$srcdir |
15419 | ac_abs_top_srcdir=$srcdir ;; | |
15420 | *) # Relative name. | |
15421 | ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix | |
15422 | ac_top_srcdir=$ac_top_build_prefix$srcdir | |
15423 | ac_abs_top_srcdir=$ac_pwd/$srcdir ;; | |
42ecbf5e | 15424 | esac |
81ecdfbb | 15425 | ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix |
252b5132 | 15426 | |
e5a52504 | 15427 | |
81ecdfbb RW |
15428 | case $ac_mode in |
15429 | :F) | |
15430 | # | |
15431 | # CONFIG_FILE | |
15432 | # | |
42ecbf5e DJ |
15433 | |
15434 | case $INSTALL in | |
15435 | [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; | |
81ecdfbb RW |
15436 | *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; |
15437 | esac | |
15438 | ac_MKDIR_P=$MKDIR_P | |
15439 | case $MKDIR_P in | |
15440 | [\\/$]* | ?:[\\/]* ) ;; | |
15441 | */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; | |
d15b04bd | 15442 | esac |
81ecdfbb | 15443 | _ACEOF |
e5a52504 | 15444 | |
81ecdfbb RW |
15445 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
15446 | # If the template does not know about datarootdir, expand it. | |
15447 | # FIXME: This hack should be removed a few years after 2.60. | |
15448 | ac_datarootdir_hack=; ac_datarootdir_seen= | |
15449 | ac_sed_dataroot=' | |
15450 | /datarootdir/ { | |
15451 | p | |
15452 | q | |
15453 | } | |
15454 | /@datadir@/p | |
15455 | /@docdir@/p | |
15456 | /@infodir@/p | |
15457 | /@localedir@/p | |
15458 | /@mandir@/p' | |
15459 | case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in | |
15460 | *datarootdir*) ac_datarootdir_seen=yes;; | |
15461 | *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) | |
15462 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 | |
15463 | $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} | |
15464 | _ACEOF | |
15465 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | |
15466 | ac_datarootdir_hack=' | |
15467 | s&@datadir@&$datadir&g | |
15468 | s&@docdir@&$docdir&g | |
15469 | s&@infodir@&$infodir&g | |
15470 | s&@localedir@&$localedir&g | |
15471 | s&@mandir@&$mandir&g | |
15472 | s&\\\${datarootdir}&$datarootdir&g' ;; | |
15473 | esac | |
42ecbf5e | 15474 | _ACEOF |
81ecdfbb RW |
15475 | |
15476 | # Neutralize VPATH when `$srcdir' = `.'. | |
15477 | # Shell code in configure.ac might set extrasub. | |
15478 | # FIXME: do we really want to maintain this feature? | |
15479 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | |
15480 | ac_sed_extra="$ac_vpsub | |
42ecbf5e DJ |
15481 | $extrasub |
15482 | _ACEOF | |
81ecdfbb | 15483 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
42ecbf5e DJ |
15484 | :t |
15485 | /@[a-zA-Z_][a-zA-Z_0-9]*@/!b | |
81ecdfbb RW |
15486 | s|@configure_input@|$ac_sed_conf_input|;t t |
15487 | s&@top_builddir@&$ac_top_builddir_sub&;t t | |
15488 | s&@top_build_prefix@&$ac_top_build_prefix&;t t | |
15489 | s&@srcdir@&$ac_srcdir&;t t | |
15490 | s&@abs_srcdir@&$ac_abs_srcdir&;t t | |
15491 | s&@top_srcdir@&$ac_top_srcdir&;t t | |
15492 | s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t | |
15493 | s&@builddir@&$ac_builddir&;t t | |
15494 | s&@abs_builddir@&$ac_abs_builddir&;t t | |
15495 | s&@abs_top_builddir@&$ac_abs_top_builddir&;t t | |
15496 | s&@INSTALL@&$ac_INSTALL&;t t | |
15497 | s&@MKDIR_P@&$ac_MKDIR_P&;t t | |
15498 | $ac_datarootdir_hack | |
15499 | " | |
15500 | eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ | |
15501 | || as_fn_error "could not create $ac_file" "$LINENO" 5 | |
15502 | ||
15503 | test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && | |
15504 | { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && | |
15505 | { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && | |
15506 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' | |
15507 | which seems to be undefined. Please make sure it is defined." >&5 | |
15508 | $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' | |
15509 | which seems to be undefined. Please make sure it is defined." >&2;} | |
15510 | ||
15511 | rm -f "$tmp/stdin" | |
42ecbf5e | 15512 | case $ac_file in |
81ecdfbb RW |
15513 | -) cat "$tmp/out" && rm -f "$tmp/out";; |
15514 | *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; | |
15515 | esac \ | |
15516 | || as_fn_error "could not create $ac_file" "$LINENO" 5 | |
15517 | ;; | |
15518 | :H) | |
15519 | # | |
15520 | # CONFIG_HEADER | |
15521 | # | |
42ecbf5e | 15522 | if test x"$ac_file" != x-; then |
81ecdfbb RW |
15523 | { |
15524 | $as_echo "/* $configure_input */" \ | |
15525 | && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" | |
15526 | } >"$tmp/config.h" \ | |
15527 | || as_fn_error "could not create $ac_file" "$LINENO" 5 | |
15528 | if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then | |
15529 | { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 | |
15530 | $as_echo "$as_me: $ac_file is unchanged" >&6;} | |
42ecbf5e | 15531 | else |
81ecdfbb RW |
15532 | rm -f "$ac_file" |
15533 | mv "$tmp/config.h" "$ac_file" \ | |
15534 | || as_fn_error "could not create $ac_file" "$LINENO" 5 | |
252b5132 | 15535 | fi |
42ecbf5e | 15536 | else |
81ecdfbb RW |
15537 | $as_echo "/* $configure_input */" \ |
15538 | && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ | |
15539 | || as_fn_error "could not create -" "$LINENO" 5 | |
252b5132 | 15540 | fi |
81ecdfbb RW |
15541 | # Compute "$ac_file"'s index in $config_headers. |
15542 | _am_arg="$ac_file" | |
42ecbf5e DJ |
15543 | _am_stamp_count=1 |
15544 | for _am_header in $config_headers :; do | |
15545 | case $_am_header in | |
81ecdfbb | 15546 | $_am_arg | $_am_arg:* ) |
42ecbf5e DJ |
15547 | break ;; |
15548 | * ) | |
15549 | _am_stamp_count=`expr $_am_stamp_count + 1` ;; | |
15550 | esac | |
15551 | done | |
81ecdfbb RW |
15552 | echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || |
15553 | $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |
15554 | X"$_am_arg" : 'X\(//\)[^/]' \| \ | |
15555 | X"$_am_arg" : 'X\(//\)$' \| \ | |
15556 | X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || | |
15557 | $as_echo X"$_am_arg" | | |
15558 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ | |
15559 | s//\1/ | |
15560 | q | |
15561 | } | |
15562 | /^X\(\/\/\)[^/].*/{ | |
15563 | s//\1/ | |
15564 | q | |
15565 | } | |
15566 | /^X\(\/\/\)$/{ | |
15567 | s//\1/ | |
15568 | q | |
15569 | } | |
15570 | /^X\(\/\).*/{ | |
15571 | s//\1/ | |
15572 | q | |
15573 | } | |
15574 | s/.*/./; q'`/stamp-h$_am_stamp_count | |
15575 | ;; | |
42ecbf5e | 15576 | |
81ecdfbb RW |
15577 | :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 |
15578 | $as_echo "$as_me: executing $ac_file commands" >&6;} | |
15579 | ;; | |
15580 | esac | |
e5a52504 | 15581 | |
42ecbf5e | 15582 | |
81ecdfbb RW |
15583 | case $ac_file$ac_mode in |
15584 | "depfiles":C) test x"$AMDEP_TRUE" != x"" || { | |
15585 | # Autoconf 2.62 quotes --file arguments for eval, but not when files | |
15586 | # are listed without --file. Let's play safe and only enable the eval | |
15587 | # if we detect the quoting. | |
15588 | case $CONFIG_FILES in | |
15589 | *\'*) eval set x "$CONFIG_FILES" ;; | |
15590 | *) set x $CONFIG_FILES ;; | |
15591 | esac | |
15592 | shift | |
15593 | for mf | |
15594 | do | |
15595 | # Strip MF so we end up with the name of the file. | |
15596 | mf=`echo "$mf" | sed -e 's/:.*$//'` | |
15597 | # Check whether this is an Automake generated Makefile or not. | |
15598 | # We used to match only the files named `Makefile.in', but | |
15599 | # some people rename them; so instead we look at the file content. | |
15600 | # Grep'ing the first line is not enough: some people post-process | |
15601 | # each Makefile.in and add a new line on top of each file to say so. | |
15602 | # Grep'ing the whole file is not good either: AIX grep has a line | |
15603 | # limit of 2048, but all sed's we know have understand at least 4000. | |
15604 | if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then | |
15605 | dirpart=`$as_dirname -- "$mf" || | |
42ecbf5e DJ |
15606 | $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
15607 | X"$mf" : 'X\(//\)[^/]' \| \ | |
15608 | X"$mf" : 'X\(//\)$' \| \ | |
81ecdfbb RW |
15609 | X"$mf" : 'X\(/\)' \| . 2>/dev/null || |
15610 | $as_echo X"$mf" | | |
15611 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ | |
15612 | s//\1/ | |
15613 | q | |
15614 | } | |
15615 | /^X\(\/\/\)[^/].*/{ | |
15616 | s//\1/ | |
15617 | q | |
15618 | } | |
15619 | /^X\(\/\/\)$/{ | |
15620 | s//\1/ | |
15621 | q | |
15622 | } | |
15623 | /^X\(\/\).*/{ | |
15624 | s//\1/ | |
15625 | q | |
15626 | } | |
15627 | s/.*/./; q'` | |
15628 | else | |
15629 | continue | |
15630 | fi | |
15631 | # Extract the definition of DEPDIR, am__include, and am__quote | |
15632 | # from the Makefile without running `make'. | |
15633 | DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` | |
15634 | test -z "$DEPDIR" && continue | |
15635 | am__include=`sed -n 's/^am__include = //p' < "$mf"` | |
15636 | test -z "am__include" && continue | |
15637 | am__quote=`sed -n 's/^am__quote = //p' < "$mf"` | |
15638 | # When using ansi2knr, U may be empty or an underscore; expand it | |
15639 | U=`sed -n 's/^U = //p' < "$mf"` | |
15640 | # Find all dependency output files, they are included files with | |
15641 | # $(DEPDIR) in their names. We invoke sed twice because it is the | |
15642 | # simplest approach to changing $(DEPDIR) to its actual value in the | |
15643 | # expansion. | |
15644 | for file in `sed -n " | |
15645 | s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ | |
15646 | sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do | |
15647 | # Make sure the directory exists. | |
15648 | test -f "$dirpart/$file" && continue | |
15649 | fdir=`$as_dirname -- "$file" || | |
42ecbf5e DJ |
15650 | $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
15651 | X"$file" : 'X\(//\)[^/]' \| \ | |
15652 | X"$file" : 'X\(//\)$' \| \ | |
81ecdfbb RW |
15653 | X"$file" : 'X\(/\)' \| . 2>/dev/null || |
15654 | $as_echo X"$file" | | |
15655 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ | |
15656 | s//\1/ | |
15657 | q | |
15658 | } | |
15659 | /^X\(\/\/\)[^/].*/{ | |
15660 | s//\1/ | |
15661 | q | |
15662 | } | |
15663 | /^X\(\/\/\)$/{ | |
15664 | s//\1/ | |
15665 | q | |
15666 | } | |
15667 | /^X\(\/\).*/{ | |
15668 | s//\1/ | |
15669 | q | |
15670 | } | |
15671 | s/.*/./; q'` | |
15672 | as_dir=$dirpart/$fdir; as_fn_mkdir_p | |
15673 | # echo "creating $dirpart/$file" | |
15674 | echo '# dummy' > "$dirpart/$file" | |
42ecbf5e | 15675 | done |
42ecbf5e | 15676 | done |
81ecdfbb | 15677 | } |
d7040cdb | 15678 | ;; |
81ecdfbb | 15679 | "libtool":C) |
d7040cdb SE |
15680 | |
15681 | # See if we are running on zsh, and set the options which allow our | |
15682 | # commands through without removal of \ escapes. | |
15683 | if test -n "${ZSH_VERSION+set}" ; then | |
15684 | setopt NO_GLOB_SUBST | |
15685 | fi | |
15686 | ||
15687 | cfgfile="${ofile}T" | |
15688 | trap "$RM \"$cfgfile\"; exit 1" 1 2 15 | |
15689 | $RM "$cfgfile" | |
15690 | ||
15691 | cat <<_LT_EOF >> "$cfgfile" | |
15692 | #! $SHELL | |
15693 | ||
15694 | # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. | |
718a6fd8 | 15695 | # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION |
d7040cdb SE |
15696 | # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: |
15697 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. | |
15698 | # | |
718a6fd8 | 15699 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, |
3725885a | 15700 | # 2006, 2007, 2008, 2009 Free Software Foundation, Inc. |
718a6fd8 | 15701 | # Written by Gordon Matzigkeit, 1996 |
d7040cdb | 15702 | # |
718a6fd8 | 15703 | # This file is part of GNU Libtool. |
d7040cdb | 15704 | # |
718a6fd8 SE |
15705 | # GNU Libtool is free software; you can redistribute it and/or |
15706 | # modify it under the terms of the GNU General Public License as | |
15707 | # published by the Free Software Foundation; either version 2 of | |
15708 | # the License, or (at your option) any later version. | |
d7040cdb | 15709 | # |
718a6fd8 SE |
15710 | # As a special exception to the GNU General Public License, |
15711 | # if you distribute this file as part of a program or library that | |
15712 | # is built using GNU Libtool, you may include this file under the | |
15713 | # same distribution terms that you use for the rest of that program. | |
d7040cdb | 15714 | # |
718a6fd8 SE |
15715 | # GNU Libtool is distributed in the hope that it will be useful, |
15716 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
15717 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
15718 | # GNU General Public License for more details. | |
d7040cdb | 15719 | # |
718a6fd8 SE |
15720 | # You should have received a copy of the GNU General Public License |
15721 | # along with GNU Libtool; see the file COPYING. If not, a copy | |
15722 | # can be downloaded from http://www.gnu.org/licenses/gpl.html, or | |
15723 | # obtained by writing to the Free Software Foundation, Inc., | |
15724 | # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | |
d7040cdb SE |
15725 | |
15726 | ||
15727 | # The names of the tagged configurations supported by this script. | |
15728 | available_tags="" | |
15729 | ||
15730 | # ### BEGIN LIBTOOL CONFIG | |
15731 | ||
15732 | # Which release of libtool.m4 was used? | |
15733 | macro_version=$macro_version | |
15734 | macro_revision=$macro_revision | |
15735 | ||
15736 | # Whether or not to build shared libraries. | |
15737 | build_libtool_libs=$enable_shared | |
15738 | ||
15739 | # Whether or not to build static libraries. | |
15740 | build_old_libs=$enable_static | |
15741 | ||
15742 | # What type of objects to build. | |
15743 | pic_mode=$pic_mode | |
15744 | ||
15745 | # Whether or not to optimize for fast installation. | |
15746 | fast_install=$enable_fast_install | |
15747 | ||
3725885a RW |
15748 | # Shell to use when invoking shell scripts. |
15749 | SHELL=$lt_SHELL | |
15750 | ||
15751 | # An echo program that protects backslashes. | |
15752 | ECHO=$lt_ECHO | |
15753 | ||
d7040cdb SE |
15754 | # The host system. |
15755 | host_alias=$host_alias | |
15756 | host=$host | |
15757 | host_os=$host_os | |
15758 | ||
15759 | # The build system. | |
15760 | build_alias=$build_alias | |
15761 | build=$build | |
15762 | build_os=$build_os | |
15763 | ||
15764 | # A sed program that does not truncate output. | |
15765 | SED=$lt_SED | |
15766 | ||
15767 | # Sed that helps us avoid accidentally triggering echo(1) options like -n. | |
15768 | Xsed="\$SED -e 1s/^X//" | |
15769 | ||
15770 | # A grep program that handles long lines. | |
15771 | GREP=$lt_GREP | |
15772 | ||
15773 | # An ERE matcher. | |
15774 | EGREP=$lt_EGREP | |
15775 | ||
15776 | # A literal string matcher. | |
15777 | FGREP=$lt_FGREP | |
15778 | ||
15779 | # A BSD- or MS-compatible name lister. | |
15780 | NM=$lt_NM | |
15781 | ||
15782 | # Whether we need soft or hard links. | |
15783 | LN_S=$lt_LN_S | |
15784 | ||
15785 | # What is the maximum length of a command? | |
15786 | max_cmd_len=$max_cmd_len | |
15787 | ||
15788 | # Object file suffix (normally "o"). | |
15789 | objext=$ac_objext | |
15790 | ||
15791 | # Executable file suffix (normally ""). | |
15792 | exeext=$exeext | |
15793 | ||
15794 | # whether the shell understands "unset". | |
15795 | lt_unset=$lt_unset | |
15796 | ||
15797 | # turn spaces into newlines. | |
15798 | SP2NL=$lt_lt_SP2NL | |
15799 | ||
15800 | # turn newlines into spaces. | |
15801 | NL2SP=$lt_lt_NL2SP | |
15802 | ||
718a6fd8 SE |
15803 | # An object symbol dumper. |
15804 | OBJDUMP=$lt_OBJDUMP | |
15805 | ||
d7040cdb SE |
15806 | # Method to check whether dependent libraries are shared objects. |
15807 | deplibs_check_method=$lt_deplibs_check_method | |
15808 | ||
15809 | # Command to use when deplibs_check_method == "file_magic". | |
15810 | file_magic_cmd=$lt_file_magic_cmd | |
15811 | ||
15812 | # The archiver. | |
15813 | AR=$lt_AR | |
15814 | AR_FLAGS=$lt_AR_FLAGS | |
15815 | ||
15816 | # A symbol stripping program. | |
15817 | STRIP=$lt_STRIP | |
15818 | ||
15819 | # Commands used to install an old-style archive. | |
15820 | RANLIB=$lt_RANLIB | |
15821 | old_postinstall_cmds=$lt_old_postinstall_cmds | |
15822 | old_postuninstall_cmds=$lt_old_postuninstall_cmds | |
15823 | ||
3725885a RW |
15824 | # Whether to use a lock for old archive extraction. |
15825 | lock_old_archive_extraction=$lock_old_archive_extraction | |
15826 | ||
d7040cdb SE |
15827 | # A C compiler. |
15828 | LTCC=$lt_CC | |
15829 | ||
15830 | # LTCC compiler flags. | |
15831 | LTCFLAGS=$lt_CFLAGS | |
15832 | ||
15833 | # Take the output of nm and produce a listing of raw symbols and C names. | |
15834 | global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe | |
15835 | ||
15836 | # Transform the output of nm in a proper C declaration. | |
15837 | global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl | |
15838 | ||
15839 | # Transform the output of nm in a C name address pair. | |
15840 | global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address | |
15841 | ||
718a6fd8 SE |
15842 | # Transform the output of nm in a C name address pair when lib prefix is needed. |
15843 | global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix | |
15844 | ||
d7040cdb SE |
15845 | # The name of the directory that contains temporary libtool files. |
15846 | objdir=$objdir | |
15847 | ||
d7040cdb SE |
15848 | # Used to examine libraries when file_magic_cmd begins with "file". |
15849 | MAGIC_CMD=$MAGIC_CMD | |
15850 | ||
15851 | # Must we lock files when doing compilation? | |
15852 | need_locks=$lt_need_locks | |
15853 | ||
718a6fd8 SE |
15854 | # Tool to manipulate archived DWARF debug symbol files on Mac OS X. |
15855 | DSYMUTIL=$lt_DSYMUTIL | |
15856 | ||
15857 | # Tool to change global to local symbols on Mac OS X. | |
15858 | NMEDIT=$lt_NMEDIT | |
15859 | ||
15860 | # Tool to manipulate fat objects and archives on Mac OS X. | |
15861 | LIPO=$lt_LIPO | |
15862 | ||
15863 | # ldd/readelf like tool for Mach-O binaries on Mac OS X. | |
15864 | OTOOL=$lt_OTOOL | |
15865 | ||
15866 | # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4. | |
15867 | OTOOL64=$lt_OTOOL64 | |
15868 | ||
d7040cdb SE |
15869 | # Old archive suffix (normally "a"). |
15870 | libext=$libext | |
15871 | ||
15872 | # Shared library suffix (normally ".so"). | |
15873 | shrext_cmds=$lt_shrext_cmds | |
15874 | ||
15875 | # The commands to extract the exported symbol list from a shared archive. | |
15876 | extract_expsyms_cmds=$lt_extract_expsyms_cmds | |
15877 | ||
15878 | # Variables whose values should be saved in libtool wrapper scripts and | |
15879 | # restored at link time. | |
15880 | variables_saved_for_relink=$lt_variables_saved_for_relink | |
15881 | ||
15882 | # Do we need the "lib" prefix for modules? | |
15883 | need_lib_prefix=$need_lib_prefix | |
15884 | ||
15885 | # Do we need a version for libraries? | |
15886 | need_version=$need_version | |
15887 | ||
15888 | # Library versioning type. | |
15889 | version_type=$version_type | |
15890 | ||
15891 | # Shared library runtime path variable. | |
15892 | runpath_var=$runpath_var | |
15893 | ||
15894 | # Shared library path variable. | |
15895 | shlibpath_var=$shlibpath_var | |
15896 | ||
15897 | # Is shlibpath searched before the hard-coded library search path? | |
15898 | shlibpath_overrides_runpath=$shlibpath_overrides_runpath | |
15899 | ||
15900 | # Format of library name prefix. | |
15901 | libname_spec=$lt_libname_spec | |
15902 | ||
15903 | # List of archive names. First name is the real one, the rest are links. | |
15904 | # The last name is the one that the linker finds with -lNAME | |
15905 | library_names_spec=$lt_library_names_spec | |
15906 | ||
15907 | # The coded name of the library, if different from the real name. | |
15908 | soname_spec=$lt_soname_spec | |
15909 | ||
3725885a RW |
15910 | # Permission mode override for installation of shared libraries. |
15911 | install_override_mode=$lt_install_override_mode | |
15912 | ||
d7040cdb SE |
15913 | # Command to use after installation of a shared archive. |
15914 | postinstall_cmds=$lt_postinstall_cmds | |
15915 | ||
15916 | # Command to use after uninstallation of a shared archive. | |
15917 | postuninstall_cmds=$lt_postuninstall_cmds | |
15918 | ||
15919 | # Commands used to finish a libtool library installation in a directory. | |
15920 | finish_cmds=$lt_finish_cmds | |
15921 | ||
15922 | # As "finish_cmds", except a single script fragment to be evaled but | |
15923 | # not shown. | |
15924 | finish_eval=$lt_finish_eval | |
15925 | ||
15926 | # Whether we should hardcode library paths into libraries. | |
15927 | hardcode_into_libs=$hardcode_into_libs | |
15928 | ||
15929 | # Compile-time system search path for libraries. | |
15930 | sys_lib_search_path_spec=$lt_sys_lib_search_path_spec | |
15931 | ||
15932 | # Run-time system search path for libraries. | |
15933 | sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec | |
15934 | ||
15935 | # Whether dlopen is supported. | |
15936 | dlopen_support=$enable_dlopen | |
15937 | ||
15938 | # Whether dlopen of programs is supported. | |
15939 | dlopen_self=$enable_dlopen_self | |
15940 | ||
15941 | # Whether dlopen of statically linked programs is supported. | |
15942 | dlopen_self_static=$enable_dlopen_self_static | |
15943 | ||
15944 | # Commands to strip libraries. | |
15945 | old_striplib=$lt_old_striplib | |
15946 | striplib=$lt_striplib | |
15947 | ||
15948 | ||
15949 | # The linker used to build libraries. | |
15950 | LD=$lt_LD | |
15951 | ||
3725885a RW |
15952 | # How to create reloadable object files. |
15953 | reload_flag=$lt_reload_flag | |
15954 | reload_cmds=$lt_reload_cmds | |
15955 | ||
d7040cdb SE |
15956 | # Commands used to build an old-style archive. |
15957 | old_archive_cmds=$lt_old_archive_cmds | |
15958 | ||
15959 | # A language specific compiler. | |
15960 | CC=$lt_compiler | |
15961 | ||
15962 | # Is the compiler the GNU compiler? | |
15963 | with_gcc=$GCC | |
15964 | ||
15965 | # Compiler flag to turn off builtin functions. | |
15966 | no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag | |
15967 | ||
15968 | # How to pass a linker flag through the compiler. | |
15969 | wl=$lt_lt_prog_compiler_wl | |
15970 | ||
15971 | # Additional compiler flags for building library objects. | |
15972 | pic_flag=$lt_lt_prog_compiler_pic | |
15973 | ||
15974 | # Compiler flag to prevent dynamic linking. | |
15975 | link_static_flag=$lt_lt_prog_compiler_static | |
15976 | ||
15977 | # Does compiler simultaneously support -c and -o options? | |
15978 | compiler_c_o=$lt_lt_cv_prog_compiler_c_o | |
15979 | ||
15980 | # Whether or not to add -lc for building shared libraries. | |
15981 | build_libtool_need_lc=$archive_cmds_need_lc | |
15982 | ||
15983 | # Whether or not to disallow shared libs when runtime libs are static. | |
15984 | allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes | |
15985 | ||
15986 | # Compiler flag to allow reflexive dlopens. | |
15987 | export_dynamic_flag_spec=$lt_export_dynamic_flag_spec | |
15988 | ||
15989 | # Compiler flag to generate shared objects directly from archives. | |
15990 | whole_archive_flag_spec=$lt_whole_archive_flag_spec | |
15991 | ||
15992 | # Whether the compiler copes with passing no objects directly. | |
15993 | compiler_needs_object=$lt_compiler_needs_object | |
15994 | ||
15995 | # Create an old-style archive from a shared archive. | |
15996 | old_archive_from_new_cmds=$lt_old_archive_from_new_cmds | |
15997 | ||
15998 | # Create a temporary old-style archive to link instead of a shared archive. | |
15999 | old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds | |
16000 | ||
16001 | # Commands used to build a shared archive. | |
16002 | archive_cmds=$lt_archive_cmds | |
16003 | archive_expsym_cmds=$lt_archive_expsym_cmds | |
16004 | ||
16005 | # Commands used to build a loadable module if different from building | |
16006 | # a shared archive. | |
16007 | module_cmds=$lt_module_cmds | |
16008 | module_expsym_cmds=$lt_module_expsym_cmds | |
16009 | ||
16010 | # Whether we are building with GNU ld or not. | |
16011 | with_gnu_ld=$lt_with_gnu_ld | |
16012 | ||
16013 | # Flag that allows shared libraries with undefined symbols to be built. | |
16014 | allow_undefined_flag=$lt_allow_undefined_flag | |
16015 | ||
16016 | # Flag that enforces no undefined symbols. | |
16017 | no_undefined_flag=$lt_no_undefined_flag | |
16018 | ||
16019 | # Flag to hardcode \$libdir into a binary during linking. | |
16020 | # This must work even if \$libdir does not exist | |
16021 | hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec | |
16022 | ||
16023 | # If ld is used when linking, flag to hardcode \$libdir into a binary | |
16024 | # during linking. This must work even if \$libdir does not exist. | |
16025 | hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld | |
16026 | ||
16027 | # Whether we need a single "-rpath" flag with a separated argument. | |
16028 | hardcode_libdir_separator=$lt_hardcode_libdir_separator | |
16029 | ||
16030 | # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes | |
16031 | # DIR into the resulting binary. | |
16032 | hardcode_direct=$hardcode_direct | |
16033 | ||
16034 | # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes | |
16035 | # DIR into the resulting binary and the resulting library dependency is | |
16036 | # "absolute",i.e impossible to change by setting \${shlibpath_var} if the | |
16037 | # library is relocated. | |
16038 | hardcode_direct_absolute=$hardcode_direct_absolute | |
16039 | ||
16040 | # Set to "yes" if using the -LDIR flag during linking hardcodes DIR | |
16041 | # into the resulting binary. | |
16042 | hardcode_minus_L=$hardcode_minus_L | |
16043 | ||
16044 | # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR | |
16045 | # into the resulting binary. | |
16046 | hardcode_shlibpath_var=$hardcode_shlibpath_var | |
16047 | ||
16048 | # Set to "yes" if building a shared library automatically hardcodes DIR | |
16049 | # into the library and all subsequent libraries and executables linked | |
16050 | # against it. | |
16051 | hardcode_automatic=$hardcode_automatic | |
16052 | ||
16053 | # Set to yes if linker adds runtime paths of dependent libraries | |
16054 | # to runtime path list. | |
16055 | inherit_rpath=$inherit_rpath | |
16056 | ||
16057 | # Whether libtool must link a program against all its dependency libraries. | |
16058 | link_all_deplibs=$link_all_deplibs | |
16059 | ||
16060 | # Fix the shell variable \$srcfile for the compiler. | |
16061 | fix_srcfile_path=$lt_fix_srcfile_path | |
16062 | ||
16063 | # Set to "yes" if exported symbols are required. | |
16064 | always_export_symbols=$always_export_symbols | |
16065 | ||
16066 | # The commands to list exported symbols. | |
16067 | export_symbols_cmds=$lt_export_symbols_cmds | |
16068 | ||
16069 | # Symbols that should not be listed in the preloaded symbols. | |
16070 | exclude_expsyms=$lt_exclude_expsyms | |
16071 | ||
16072 | # Symbols that must always be exported. | |
16073 | include_expsyms=$lt_include_expsyms | |
16074 | ||
16075 | # Commands necessary for linking programs (against libraries) with templates. | |
16076 | prelink_cmds=$lt_prelink_cmds | |
16077 | ||
16078 | # Specify filename containing input files. | |
16079 | file_list_spec=$lt_file_list_spec | |
16080 | ||
16081 | # How to hardcode a shared library path into an executable. | |
16082 | hardcode_action=$hardcode_action | |
16083 | ||
16084 | # ### END LIBTOOL CONFIG | |
16085 | ||
16086 | _LT_EOF | |
16087 | ||
16088 | case $host_os in | |
16089 | aix3*) | |
16090 | cat <<\_LT_EOF >> "$cfgfile" | |
16091 | # AIX sometimes has problems with the GCC collect2 program. For some | |
16092 | # reason, if we set the COLLECT_NAMES environment variable, the problems | |
16093 | # vanish in a puff of smoke. | |
16094 | if test "X${COLLECT_NAMES+set}" != Xset; then | |
16095 | COLLECT_NAMES= | |
16096 | export COLLECT_NAMES | |
16097 | fi | |
16098 | _LT_EOF | |
16099 | ;; | |
16100 | esac | |
16101 | ||
16102 | ||
16103 | ltmain="$ac_aux_dir/ltmain.sh" | |
16104 | ||
16105 | ||
16106 | # We use sed instead of cat because bash on DJGPP gets confused if | |
16107 | # if finds mixed CR/LF and LF-only lines. Since sed operates in | |
16108 | # text mode, it properly converts lines to CR/LF. This bash problem | |
16109 | # is reportedly fixed, but why not run on old versions too? | |
16110 | sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \ | |
16111 | || (rm -f "$cfgfile"; exit 1) | |
16112 | ||
16113 | case $xsi_shell in | |
16114 | yes) | |
16115 | cat << \_LT_EOF >> "$cfgfile" | |
718a6fd8 | 16116 | |
d7040cdb SE |
16117 | # func_dirname file append nondir_replacement |
16118 | # Compute the dirname of FILE. If nonempty, add APPEND to the result, | |
16119 | # otherwise set result to NONDIR_REPLACEMENT. | |
16120 | func_dirname () | |
16121 | { | |
16122 | case ${1} in | |
16123 | */*) func_dirname_result="${1%/*}${2}" ;; | |
16124 | * ) func_dirname_result="${3}" ;; | |
16125 | esac | |
16126 | } | |
16127 | ||
16128 | # func_basename file | |
16129 | func_basename () | |
16130 | { | |
16131 | func_basename_result="${1##*/}" | |
16132 | } | |
16133 | ||
718a6fd8 SE |
16134 | # func_dirname_and_basename file append nondir_replacement |
16135 | # perform func_basename and func_dirname in a single function | |
16136 | # call: | |
16137 | # dirname: Compute the dirname of FILE. If nonempty, | |
16138 | # add APPEND to the result, otherwise set result | |
16139 | # to NONDIR_REPLACEMENT. | |
16140 | # value returned in "$func_dirname_result" | |
16141 | # basename: Compute filename of FILE. | |
16142 | # value retuned in "$func_basename_result" | |
16143 | # Implementation must be kept synchronized with func_dirname | |
16144 | # and func_basename. For efficiency, we do not delegate to | |
16145 | # those functions but instead duplicate the functionality here. | |
16146 | func_dirname_and_basename () | |
16147 | { | |
16148 | case ${1} in | |
16149 | */*) func_dirname_result="${1%/*}${2}" ;; | |
16150 | * ) func_dirname_result="${3}" ;; | |
16151 | esac | |
16152 | func_basename_result="${1##*/}" | |
16153 | } | |
16154 | ||
d7040cdb SE |
16155 | # func_stripname prefix suffix name |
16156 | # strip PREFIX and SUFFIX off of NAME. | |
16157 | # PREFIX and SUFFIX must not contain globbing or regex special | |
16158 | # characters, hashes, percent signs, but SUFFIX may contain a leading | |
16159 | # dot (in which case that matches only a dot). | |
16160 | func_stripname () | |
16161 | { | |
16162 | # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are | |
16163 | # positional parameters, so assign one to ordinary parameter first. | |
16164 | func_stripname_result=${3} | |
16165 | func_stripname_result=${func_stripname_result#"${1}"} | |
16166 | func_stripname_result=${func_stripname_result%"${2}"} | |
16167 | } | |
16168 | ||
16169 | # func_opt_split | |
16170 | func_opt_split () | |
16171 | { | |
16172 | func_opt_split_opt=${1%%=*} | |
16173 | func_opt_split_arg=${1#*=} | |
16174 | } | |
16175 | ||
16176 | # func_lo2o object | |
16177 | func_lo2o () | |
16178 | { | |
16179 | case ${1} in | |
16180 | *.lo) func_lo2o_result=${1%.lo}.${objext} ;; | |
16181 | *) func_lo2o_result=${1} ;; | |
16182 | esac | |
16183 | } | |
718a6fd8 SE |
16184 | |
16185 | # func_xform libobj-or-source | |
16186 | func_xform () | |
16187 | { | |
16188 | func_xform_result=${1%.*}.lo | |
16189 | } | |
16190 | ||
16191 | # func_arith arithmetic-term... | |
16192 | func_arith () | |
16193 | { | |
16194 | func_arith_result=$(( $* )) | |
16195 | } | |
16196 | ||
16197 | # func_len string | |
16198 | # STRING may not start with a hyphen. | |
16199 | func_len () | |
16200 | { | |
16201 | func_len_result=${#1} | |
16202 | } | |
16203 | ||
d7040cdb SE |
16204 | _LT_EOF |
16205 | ;; | |
16206 | *) # Bourne compatible functions. | |
16207 | cat << \_LT_EOF >> "$cfgfile" | |
718a6fd8 | 16208 | |
d7040cdb SE |
16209 | # func_dirname file append nondir_replacement |
16210 | # Compute the dirname of FILE. If nonempty, add APPEND to the result, | |
16211 | # otherwise set result to NONDIR_REPLACEMENT. | |
16212 | func_dirname () | |
16213 | { | |
16214 | # Extract subdirectory from the argument. | |
3725885a | 16215 | func_dirname_result=`$ECHO "${1}" | $SED "$dirname"` |
d7040cdb SE |
16216 | if test "X$func_dirname_result" = "X${1}"; then |
16217 | func_dirname_result="${3}" | |
16218 | else | |
16219 | func_dirname_result="$func_dirname_result${2}" | |
16220 | fi | |
16221 | } | |
16222 | ||
16223 | # func_basename file | |
16224 | func_basename () | |
16225 | { | |
3725885a | 16226 | func_basename_result=`$ECHO "${1}" | $SED "$basename"` |
d7040cdb SE |
16227 | } |
16228 | ||
718a6fd8 | 16229 | |
d7040cdb SE |
16230 | # func_stripname prefix suffix name |
16231 | # strip PREFIX and SUFFIX off of NAME. | |
16232 | # PREFIX and SUFFIX must not contain globbing or regex special | |
16233 | # characters, hashes, percent signs, but SUFFIX may contain a leading | |
16234 | # dot (in which case that matches only a dot). | |
16235 | # func_strip_suffix prefix name | |
16236 | func_stripname () | |
16237 | { | |
16238 | case ${2} in | |
3725885a RW |
16239 | .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;; |
16240 | *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;; | |
d7040cdb SE |
16241 | esac |
16242 | } | |
16243 | ||
16244 | # sed scripts: | |
16245 | my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q' | |
16246 | my_sed_long_arg='1s/^-[^=]*=//' | |
16247 | ||
16248 | # func_opt_split | |
16249 | func_opt_split () | |
16250 | { | |
3725885a RW |
16251 | func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"` |
16252 | func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"` | |
d7040cdb SE |
16253 | } |
16254 | ||
16255 | # func_lo2o object | |
16256 | func_lo2o () | |
16257 | { | |
3725885a | 16258 | func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"` |
d7040cdb | 16259 | } |
718a6fd8 SE |
16260 | |
16261 | # func_xform libobj-or-source | |
16262 | func_xform () | |
16263 | { | |
3725885a | 16264 | func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'` |
718a6fd8 SE |
16265 | } |
16266 | ||
16267 | # func_arith arithmetic-term... | |
16268 | func_arith () | |
16269 | { | |
16270 | func_arith_result=`expr "$@"` | |
16271 | } | |
16272 | ||
16273 | # func_len string | |
16274 | # STRING may not start with a hyphen. | |
16275 | func_len () | |
16276 | { | |
16277 | func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len` | |
16278 | } | |
16279 | ||
d7040cdb SE |
16280 | _LT_EOF |
16281 | esac | |
16282 | ||
16283 | case $lt_shell_append in | |
16284 | yes) | |
16285 | cat << \_LT_EOF >> "$cfgfile" | |
16286 | ||
16287 | # func_append var value | |
16288 | # Append VALUE to the end of shell variable VAR. | |
16289 | func_append () | |
16290 | { | |
16291 | eval "$1+=\$2" | |
16292 | } | |
16293 | _LT_EOF | |
16294 | ;; | |
16295 | *) | |
16296 | cat << \_LT_EOF >> "$cfgfile" | |
16297 | ||
16298 | # func_append var value | |
16299 | # Append VALUE to the end of shell variable VAR. | |
16300 | func_append () | |
16301 | { | |
16302 | eval "$1=\$$1\$2" | |
16303 | } | |
718a6fd8 | 16304 | |
d7040cdb SE |
16305 | _LT_EOF |
16306 | ;; | |
16307 | esac | |
16308 | ||
16309 | ||
16310 | sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \ | |
16311 | || (rm -f "$cfgfile"; exit 1) | |
16312 | ||
16313 | mv -f "$cfgfile" "$ofile" || | |
16314 | (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") | |
16315 | chmod +x "$ofile" | |
16316 | ||
42ecbf5e | 16317 | ;; |
81ecdfbb | 16318 | "default-1":C) |
20e95c23 DJ |
16319 | for ac_file in $CONFIG_FILES; do |
16320 | # Support "outfile[:infile[:infile...]]" | |
16321 | case "$ac_file" in | |
16322 | *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; | |
16323 | esac | |
16324 | # PO directories have a Makefile.in generated from Makefile.in.in. | |
16325 | case "$ac_file" in */Makefile.in) | |
16326 | # Adjust a relative srcdir. | |
16327 | ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` | |
3cac54d2 | 16328 | ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'` |
20e95c23 DJ |
16329 | ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` |
16330 | # In autoconf-2.13 it is called $ac_given_srcdir. | |
16331 | # In autoconf-2.50 it is called $srcdir. | |
16332 | test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir" | |
16333 | case "$ac_given_srcdir" in | |
16334 | .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; | |
16335 | /*) top_srcdir="$ac_given_srcdir" ;; | |
16336 | *) top_srcdir="$ac_dots$ac_given_srcdir" ;; | |
16337 | esac | |
16338 | if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then | |
16339 | rm -f "$ac_dir/POTFILES" | |
16340 | test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES" | |
16341 | cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES" | |
16342 | POMAKEFILEDEPS="POTFILES.in" | |
16343 | # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend | |
16344 | # on $ac_dir but don't depend on user-specified configuration | |
16345 | # parameters. | |
16346 | if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then | |
16347 | # The LINGUAS file contains the set of available languages. | |
16348 | if test -n "$OBSOLETE_ALL_LINGUAS"; then | |
16349 | test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete" | |
16350 | fi | |
16351 | ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"` | |
16352 | # Hide the ALL_LINGUAS assigment from automake. | |
16353 | eval 'ALL_LINGUAS''=$ALL_LINGUAS_' | |
16354 | POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS" | |
16355 | else | |
16356 | # The set of available languages was given in configure.in. | |
16357 | eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS' | |
16358 | fi | |
16359 | case "$ac_given_srcdir" in | |
16360 | .) srcdirpre= ;; | |
16361 | *) srcdirpre='$(srcdir)/' ;; | |
16362 | esac | |
16363 | POFILES= | |
16364 | GMOFILES= | |
16365 | UPDATEPOFILES= | |
16366 | DUMMYPOFILES= | |
16367 | for lang in $ALL_LINGUAS; do | |
16368 | POFILES="$POFILES $srcdirpre$lang.po" | |
16369 | GMOFILES="$GMOFILES $srcdirpre$lang.gmo" | |
16370 | UPDATEPOFILES="$UPDATEPOFILES $lang.po-update" | |
16371 | DUMMYPOFILES="$DUMMYPOFILES $lang.nop" | |
16372 | done | |
16373 | # CATALOGS depends on both $ac_dir and the user's LINGUAS | |
16374 | # environment variable. | |
16375 | INST_LINGUAS= | |
16376 | if test -n "$ALL_LINGUAS"; then | |
16377 | for presentlang in $ALL_LINGUAS; do | |
16378 | useit=no | |
16379 | if test "%UNSET%" != "$LINGUAS"; then | |
16380 | desiredlanguages="$LINGUAS" | |
16381 | else | |
16382 | desiredlanguages="$ALL_LINGUAS" | |
16383 | fi | |
16384 | for desiredlang in $desiredlanguages; do | |
16385 | # Use the presentlang catalog if desiredlang is | |
16386 | # a. equal to presentlang, or | |
16387 | # b. a variant of presentlang (because in this case, | |
16388 | # presentlang can be used as a fallback for messages | |
16389 | # which are not translated in the desiredlang catalog). | |
16390 | case "$desiredlang" in | |
16391 | "$presentlang"*) useit=yes;; | |
16392 | esac | |
16393 | done | |
16394 | if test $useit = yes; then | |
16395 | INST_LINGUAS="$INST_LINGUAS $presentlang" | |
16396 | fi | |
16397 | done | |
16398 | fi | |
16399 | CATALOGS= | |
16400 | if test -n "$INST_LINGUAS"; then | |
16401 | for lang in $INST_LINGUAS; do | |
16402 | CATALOGS="$CATALOGS $lang.gmo" | |
16403 | done | |
16404 | fi | |
16405 | test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile" | |
16406 | 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" | |
16407 | for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do | |
16408 | if test -f "$f"; then | |
16409 | case "$f" in | |
16410 | *.orig | *.bak | *~) ;; | |
16411 | *) cat "$f" >> "$ac_dir/Makefile" ;; | |
16412 | esac | |
16413 | fi | |
16414 | done | |
16415 | fi | |
16416 | ;; | |
16417 | esac | |
16418 | done ;; | |
81ecdfbb | 16419 | |
42ecbf5e | 16420 | esac |
81ecdfbb | 16421 | done # for ac_tag |
e5a52504 | 16422 | |
42ecbf5e | 16423 | |
81ecdfbb | 16424 | as_fn_exit 0 |
42ecbf5e | 16425 | _ACEOF |
42ecbf5e DJ |
16426 | ac_clean_files=$ac_clean_files_save |
16427 | ||
81ecdfbb RW |
16428 | test $ac_write_fail = 0 || |
16429 | as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5 | |
16430 | ||
42ecbf5e DJ |
16431 | |
16432 | # configure is writing to config.log, and then calls config.status. | |
16433 | # config.status does its own redirection, appending to config.log. | |
16434 | # Unfortunately, on DOS this fails, as config.log is still kept open | |
16435 | # by configure, so config.status won't be able to write to it; its | |
16436 | # output is simply discarded. So we exec the FD to /dev/null, | |
16437 | # effectively closing config.log, so it can be properly (re)opened and | |
16438 | # appended to by config.status. When coming back to configure, we | |
16439 | # need to make the FD available again. | |
16440 | if test "$no_create" != yes; then | |
16441 | ac_cs_success=: | |
16442 | ac_config_status_args= | |
16443 | test "$silent" = yes && | |
16444 | ac_config_status_args="$ac_config_status_args --quiet" | |
16445 | exec 5>/dev/null | |
16446 | $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false | |
16447 | exec 5>>config.log | |
16448 | # Use ||, not &&, to avoid exiting from the if with $? = 1, which | |
16449 | # would make configure fail if this is the last instruction. | |
81ecdfbb RW |
16450 | $ac_cs_success || as_fn_exit $? |
16451 | fi | |
16452 | if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then | |
16453 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 | |
16454 | $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} | |
42ecbf5e | 16455 | fi |
252b5132 | 16456 |