adam@0
|
1 #! /bin/sh
|
adam@0
|
2 # Guess values for system-dependent variables and create Makefiles.
|
adam@47
|
3 # Generated by GNU Autoconf 2.68 for urweb_openid 1.0.
|
adam@0
|
4 #
|
adam@0
|
5 #
|
adam@0
|
6 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
|
adam@0
|
7 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
|
adam@0
|
8 # Foundation, Inc.
|
adam@0
|
9 #
|
adam@0
|
10 #
|
adam@0
|
11 # This configure script is free software; the Free Software Foundation
|
adam@0
|
12 # gives unlimited permission to copy, distribute and modify it.
|
adam@0
|
13 ## -------------------- ##
|
adam@0
|
14 ## M4sh Initialization. ##
|
adam@0
|
15 ## -------------------- ##
|
adam@0
|
16
|
adam@0
|
17 # Be more Bourne compatible
|
adam@0
|
18 DUALCASE=1; export DUALCASE # for MKS sh
|
adam@0
|
19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
|
adam@0
|
20 emulate sh
|
adam@0
|
21 NULLCMD=:
|
adam@0
|
22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
|
adam@0
|
23 # is contrary to our usage. Disable this feature.
|
adam@0
|
24 alias -g '${1+"$@"}'='"$@"'
|
adam@0
|
25 setopt NO_GLOB_SUBST
|
adam@0
|
26 else
|
adam@0
|
27 case `(set -o) 2>/dev/null` in #(
|
adam@0
|
28 *posix*) :
|
adam@0
|
29 set -o posix ;; #(
|
adam@0
|
30 *) :
|
adam@0
|
31 ;;
|
adam@0
|
32 esac
|
adam@0
|
33 fi
|
adam@0
|
34
|
adam@0
|
35
|
adam@0
|
36 as_nl='
|
adam@0
|
37 '
|
adam@0
|
38 export as_nl
|
adam@0
|
39 # Printing a long string crashes Solaris 7 /usr/bin/printf.
|
adam@0
|
40 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
|
adam@0
|
41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
|
adam@0
|
42 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
|
adam@0
|
43 # Prefer a ksh shell builtin over an external printf program on Solaris,
|
adam@0
|
44 # but without wasting forks for bash or zsh.
|
adam@0
|
45 if test -z "$BASH_VERSION$ZSH_VERSION" \
|
adam@0
|
46 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
|
adam@0
|
47 as_echo='print -r --'
|
adam@0
|
48 as_echo_n='print -rn --'
|
adam@0
|
49 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
|
adam@0
|
50 as_echo='printf %s\n'
|
adam@0
|
51 as_echo_n='printf %s'
|
adam@0
|
52 else
|
adam@0
|
53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
|
adam@0
|
54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
|
adam@0
|
55 as_echo_n='/usr/ucb/echo -n'
|
adam@0
|
56 else
|
adam@0
|
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
|
adam@0
|
58 as_echo_n_body='eval
|
adam@0
|
59 arg=$1;
|
adam@0
|
60 case $arg in #(
|
adam@0
|
61 *"$as_nl"*)
|
adam@0
|
62 expr "X$arg" : "X\\(.*\\)$as_nl";
|
adam@0
|
63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
|
adam@0
|
64 esac;
|
adam@0
|
65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
|
adam@0
|
66 '
|
adam@0
|
67 export as_echo_n_body
|
adam@0
|
68 as_echo_n='sh -c $as_echo_n_body as_echo'
|
adam@0
|
69 fi
|
adam@0
|
70 export as_echo_body
|
adam@0
|
71 as_echo='sh -c $as_echo_body as_echo'
|
adam@0
|
72 fi
|
adam@0
|
73
|
adam@0
|
74 # The user is always right.
|
adam@0
|
75 if test "${PATH_SEPARATOR+set}" != set; then
|
adam@0
|
76 PATH_SEPARATOR=:
|
adam@0
|
77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
|
adam@0
|
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
|
adam@0
|
79 PATH_SEPARATOR=';'
|
adam@0
|
80 }
|
adam@0
|
81 fi
|
adam@0
|
82
|
adam@0
|
83
|
adam@0
|
84 # IFS
|
adam@0
|
85 # We need space, tab and new line, in precisely that order. Quoting is
|
adam@0
|
86 # there to prevent editors from complaining about space-tab.
|
adam@0
|
87 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
|
adam@0
|
88 # splitting by setting IFS to empty value.)
|
adam@0
|
89 IFS=" "" $as_nl"
|
adam@0
|
90
|
adam@0
|
91 # Find who we are. Look in the path if we contain no directory separator.
|
adam@47
|
92 as_myself=
|
adam@0
|
93 case $0 in #((
|
adam@0
|
94 *[\\/]* ) as_myself=$0 ;;
|
adam@0
|
95 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
adam@0
|
96 for as_dir in $PATH
|
adam@0
|
97 do
|
adam@0
|
98 IFS=$as_save_IFS
|
adam@0
|
99 test -z "$as_dir" && as_dir=.
|
adam@0
|
100 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
|
adam@0
|
101 done
|
adam@0
|
102 IFS=$as_save_IFS
|
adam@0
|
103
|
adam@0
|
104 ;;
|
adam@0
|
105 esac
|
adam@0
|
106 # We did not find ourselves, most probably we were run as `sh COMMAND'
|
adam@0
|
107 # in which case we are not to be found in the path.
|
adam@0
|
108 if test "x$as_myself" = x; then
|
adam@0
|
109 as_myself=$0
|
adam@0
|
110 fi
|
adam@0
|
111 if test ! -f "$as_myself"; then
|
adam@0
|
112 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
|
adam@0
|
113 exit 1
|
adam@0
|
114 fi
|
adam@0
|
115
|
adam@0
|
116 # Unset variables that we do not need and which cause bugs (e.g. in
|
adam@0
|
117 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
|
adam@0
|
118 # suppresses any "Segmentation fault" message there. '((' could
|
adam@0
|
119 # trigger a bug in pdksh 5.2.14.
|
adam@0
|
120 for as_var in BASH_ENV ENV MAIL MAILPATH
|
adam@0
|
121 do eval test x\${$as_var+set} = xset \
|
adam@0
|
122 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
|
adam@0
|
123 done
|
adam@0
|
124 PS1='$ '
|
adam@0
|
125 PS2='> '
|
adam@0
|
126 PS4='+ '
|
adam@0
|
127
|
adam@0
|
128 # NLS nuisances.
|
adam@0
|
129 LC_ALL=C
|
adam@0
|
130 export LC_ALL
|
adam@0
|
131 LANGUAGE=C
|
adam@0
|
132 export LANGUAGE
|
adam@0
|
133
|
adam@0
|
134 # CDPATH.
|
adam@0
|
135 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
|
adam@0
|
136
|
adam@0
|
137 if test "x$CONFIG_SHELL" = x; then
|
adam@0
|
138 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
|
adam@0
|
139 emulate sh
|
adam@0
|
140 NULLCMD=:
|
adam@0
|
141 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
|
adam@0
|
142 # is contrary to our usage. Disable this feature.
|
adam@0
|
143 alias -g '\${1+\"\$@\"}'='\"\$@\"'
|
adam@0
|
144 setopt NO_GLOB_SUBST
|
adam@0
|
145 else
|
adam@0
|
146 case \`(set -o) 2>/dev/null\` in #(
|
adam@0
|
147 *posix*) :
|
adam@0
|
148 set -o posix ;; #(
|
adam@0
|
149 *) :
|
adam@0
|
150 ;;
|
adam@0
|
151 esac
|
adam@0
|
152 fi
|
adam@0
|
153 "
|
adam@0
|
154 as_required="as_fn_return () { (exit \$1); }
|
adam@0
|
155 as_fn_success () { as_fn_return 0; }
|
adam@0
|
156 as_fn_failure () { as_fn_return 1; }
|
adam@0
|
157 as_fn_ret_success () { return 0; }
|
adam@0
|
158 as_fn_ret_failure () { return 1; }
|
adam@0
|
159
|
adam@0
|
160 exitcode=0
|
adam@0
|
161 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
|
adam@0
|
162 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
|
adam@0
|
163 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
|
adam@0
|
164 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
|
adam@0
|
165 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
|
adam@0
|
166
|
adam@0
|
167 else
|
adam@0
|
168 exitcode=1; echo positional parameters were not saved.
|
adam@0
|
169 fi
|
adam@0
|
170 test x\$exitcode = x0 || exit 1"
|
adam@0
|
171 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
|
adam@0
|
172 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
|
adam@0
|
173 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
|
adam@0
|
174 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
|
adam@47
|
175 test \$(( 1 + 1 )) = 2 || exit 1
|
adam@47
|
176
|
adam@47
|
177 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
|
adam@47
|
178 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
|
adam@47
|
179 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
|
adam@47
|
180 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
|
adam@47
|
181 PATH=/empty FPATH=/empty; export PATH FPATH
|
adam@47
|
182 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
|
adam@47
|
183 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
|
adam@0
|
184 if (eval "$as_required") 2>/dev/null; then :
|
adam@0
|
185 as_have_required=yes
|
adam@0
|
186 else
|
adam@0
|
187 as_have_required=no
|
adam@0
|
188 fi
|
adam@0
|
189 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
|
adam@0
|
190
|
adam@0
|
191 else
|
adam@0
|
192 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
adam@0
|
193 as_found=false
|
adam@0
|
194 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
|
adam@0
|
195 do
|
adam@0
|
196 IFS=$as_save_IFS
|
adam@0
|
197 test -z "$as_dir" && as_dir=.
|
adam@0
|
198 as_found=:
|
adam@0
|
199 case $as_dir in #(
|
adam@0
|
200 /*)
|
adam@0
|
201 for as_base in sh bash ksh sh5; do
|
adam@0
|
202 # Try only shells that exist, to save several forks.
|
adam@0
|
203 as_shell=$as_dir/$as_base
|
adam@0
|
204 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
|
adam@0
|
205 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
|
adam@0
|
206 CONFIG_SHELL=$as_shell as_have_required=yes
|
adam@0
|
207 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
|
adam@0
|
208 break 2
|
adam@0
|
209 fi
|
adam@0
|
210 fi
|
adam@0
|
211 done;;
|
adam@0
|
212 esac
|
adam@0
|
213 as_found=false
|
adam@0
|
214 done
|
adam@0
|
215 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
|
adam@0
|
216 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
|
adam@0
|
217 CONFIG_SHELL=$SHELL as_have_required=yes
|
adam@0
|
218 fi; }
|
adam@0
|
219 IFS=$as_save_IFS
|
adam@0
|
220
|
adam@0
|
221
|
adam@0
|
222 if test "x$CONFIG_SHELL" != x; then :
|
adam@0
|
223 # We cannot yet assume a decent shell, so we have to provide a
|
adam@0
|
224 # neutralization value for shells without unset; and this also
|
adam@0
|
225 # works around shells that cannot unset nonexistent variables.
|
adam@47
|
226 # Preserve -v and -x to the replacement shell.
|
adam@0
|
227 BASH_ENV=/dev/null
|
adam@0
|
228 ENV=/dev/null
|
adam@0
|
229 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
|
adam@0
|
230 export CONFIG_SHELL
|
adam@47
|
231 case $- in # ((((
|
adam@47
|
232 *v*x* | *x*v* ) as_opts=-vx ;;
|
adam@47
|
233 *v* ) as_opts=-v ;;
|
adam@47
|
234 *x* ) as_opts=-x ;;
|
adam@47
|
235 * ) as_opts= ;;
|
adam@47
|
236 esac
|
adam@47
|
237 exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
|
adam@0
|
238 fi
|
adam@0
|
239
|
adam@0
|
240 if test x$as_have_required = xno; then :
|
adam@0
|
241 $as_echo "$0: This script requires a shell more modern than all"
|
adam@0
|
242 $as_echo "$0: the shells that I found on your system."
|
adam@0
|
243 if test x${ZSH_VERSION+set} = xset ; then
|
adam@0
|
244 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
|
adam@0
|
245 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
|
adam@0
|
246 else
|
adam@0
|
247 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
|
adam@0
|
248 $0: including any error possibly output before this
|
adam@0
|
249 $0: message. Then install a modern shell, or manually run
|
adam@0
|
250 $0: the script under such a shell if you do have one."
|
adam@0
|
251 fi
|
adam@0
|
252 exit 1
|
adam@0
|
253 fi
|
adam@0
|
254 fi
|
adam@0
|
255 fi
|
adam@0
|
256 SHELL=${CONFIG_SHELL-/bin/sh}
|
adam@0
|
257 export SHELL
|
adam@0
|
258 # Unset more variables known to interfere with behavior of common tools.
|
adam@0
|
259 CLICOLOR_FORCE= GREP_OPTIONS=
|
adam@0
|
260 unset CLICOLOR_FORCE GREP_OPTIONS
|
adam@0
|
261
|
adam@0
|
262 ## --------------------- ##
|
adam@0
|
263 ## M4sh Shell Functions. ##
|
adam@0
|
264 ## --------------------- ##
|
adam@0
|
265 # as_fn_unset VAR
|
adam@0
|
266 # ---------------
|
adam@0
|
267 # Portably unset VAR.
|
adam@0
|
268 as_fn_unset ()
|
adam@0
|
269 {
|
adam@0
|
270 { eval $1=; unset $1;}
|
adam@0
|
271 }
|
adam@0
|
272 as_unset=as_fn_unset
|
adam@0
|
273
|
adam@0
|
274 # as_fn_set_status STATUS
|
adam@0
|
275 # -----------------------
|
adam@0
|
276 # Set $? to STATUS, without forking.
|
adam@0
|
277 as_fn_set_status ()
|
adam@0
|
278 {
|
adam@0
|
279 return $1
|
adam@0
|
280 } # as_fn_set_status
|
adam@0
|
281
|
adam@0
|
282 # as_fn_exit STATUS
|
adam@0
|
283 # -----------------
|
adam@0
|
284 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
|
adam@0
|
285 as_fn_exit ()
|
adam@0
|
286 {
|
adam@0
|
287 set +e
|
adam@0
|
288 as_fn_set_status $1
|
adam@0
|
289 exit $1
|
adam@0
|
290 } # as_fn_exit
|
adam@0
|
291
|
adam@0
|
292 # as_fn_mkdir_p
|
adam@0
|
293 # -------------
|
adam@0
|
294 # Create "$as_dir" as a directory, including parents if necessary.
|
adam@0
|
295 as_fn_mkdir_p ()
|
adam@0
|
296 {
|
adam@0
|
297
|
adam@0
|
298 case $as_dir in #(
|
adam@0
|
299 -*) as_dir=./$as_dir;;
|
adam@0
|
300 esac
|
adam@0
|
301 test -d "$as_dir" || eval $as_mkdir_p || {
|
adam@0
|
302 as_dirs=
|
adam@0
|
303 while :; do
|
adam@0
|
304 case $as_dir in #(
|
adam@0
|
305 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
|
adam@0
|
306 *) as_qdir=$as_dir;;
|
adam@0
|
307 esac
|
adam@0
|
308 as_dirs="'$as_qdir' $as_dirs"
|
adam@0
|
309 as_dir=`$as_dirname -- "$as_dir" ||
|
adam@0
|
310 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
|
adam@0
|
311 X"$as_dir" : 'X\(//\)[^/]' \| \
|
adam@0
|
312 X"$as_dir" : 'X\(//\)$' \| \
|
adam@0
|
313 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
|
adam@0
|
314 $as_echo X"$as_dir" |
|
adam@0
|
315 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
|
adam@0
|
316 s//\1/
|
adam@0
|
317 q
|
adam@0
|
318 }
|
adam@0
|
319 /^X\(\/\/\)[^/].*/{
|
adam@0
|
320 s//\1/
|
adam@0
|
321 q
|
adam@0
|
322 }
|
adam@0
|
323 /^X\(\/\/\)$/{
|
adam@0
|
324 s//\1/
|
adam@0
|
325 q
|
adam@0
|
326 }
|
adam@0
|
327 /^X\(\/\).*/{
|
adam@0
|
328 s//\1/
|
adam@0
|
329 q
|
adam@0
|
330 }
|
adam@0
|
331 s/.*/./; q'`
|
adam@0
|
332 test -d "$as_dir" && break
|
adam@0
|
333 done
|
adam@0
|
334 test -z "$as_dirs" || eval "mkdir $as_dirs"
|
adam@0
|
335 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
|
adam@0
|
336
|
adam@0
|
337
|
adam@0
|
338 } # as_fn_mkdir_p
|
adam@0
|
339 # as_fn_append VAR VALUE
|
adam@0
|
340 # ----------------------
|
adam@0
|
341 # Append the text in VALUE to the end of the definition contained in VAR. Take
|
adam@0
|
342 # advantage of any shell optimizations that allow amortized linear growth over
|
adam@0
|
343 # repeated appends, instead of the typical quadratic growth present in naive
|
adam@0
|
344 # implementations.
|
adam@0
|
345 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
|
adam@0
|
346 eval 'as_fn_append ()
|
adam@0
|
347 {
|
adam@0
|
348 eval $1+=\$2
|
adam@0
|
349 }'
|
adam@0
|
350 else
|
adam@0
|
351 as_fn_append ()
|
adam@0
|
352 {
|
adam@0
|
353 eval $1=\$$1\$2
|
adam@0
|
354 }
|
adam@0
|
355 fi # as_fn_append
|
adam@0
|
356
|
adam@0
|
357 # as_fn_arith ARG...
|
adam@0
|
358 # ------------------
|
adam@0
|
359 # Perform arithmetic evaluation on the ARGs, and store the result in the
|
adam@0
|
360 # global $as_val. Take advantage of shells that can avoid forks. The arguments
|
adam@0
|
361 # must be portable across $(()) and expr.
|
adam@0
|
362 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
|
adam@0
|
363 eval 'as_fn_arith ()
|
adam@0
|
364 {
|
adam@0
|
365 as_val=$(( $* ))
|
adam@0
|
366 }'
|
adam@0
|
367 else
|
adam@0
|
368 as_fn_arith ()
|
adam@0
|
369 {
|
adam@0
|
370 as_val=`expr "$@" || test $? -eq 1`
|
adam@0
|
371 }
|
adam@0
|
372 fi # as_fn_arith
|
adam@0
|
373
|
adam@0
|
374
|
adam@0
|
375 # as_fn_error STATUS ERROR [LINENO LOG_FD]
|
adam@0
|
376 # ----------------------------------------
|
adam@0
|
377 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
|
adam@0
|
378 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
|
adam@0
|
379 # script with STATUS, using 1 if that was 0.
|
adam@0
|
380 as_fn_error ()
|
adam@0
|
381 {
|
adam@0
|
382 as_status=$1; test $as_status -eq 0 && as_status=1
|
adam@0
|
383 if test "$4"; then
|
adam@0
|
384 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
|
adam@0
|
385 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
|
adam@0
|
386 fi
|
adam@0
|
387 $as_echo "$as_me: error: $2" >&2
|
adam@0
|
388 as_fn_exit $as_status
|
adam@0
|
389 } # as_fn_error
|
adam@0
|
390
|
adam@0
|
391 if expr a : '\(a\)' >/dev/null 2>&1 &&
|
adam@0
|
392 test "X`expr 00001 : '.*\(...\)'`" = X001; then
|
adam@0
|
393 as_expr=expr
|
adam@0
|
394 else
|
adam@0
|
395 as_expr=false
|
adam@0
|
396 fi
|
adam@0
|
397
|
adam@0
|
398 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
|
adam@0
|
399 as_basename=basename
|
adam@0
|
400 else
|
adam@0
|
401 as_basename=false
|
adam@0
|
402 fi
|
adam@0
|
403
|
adam@0
|
404 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
|
adam@0
|
405 as_dirname=dirname
|
adam@0
|
406 else
|
adam@0
|
407 as_dirname=false
|
adam@0
|
408 fi
|
adam@0
|
409
|
adam@0
|
410 as_me=`$as_basename -- "$0" ||
|
adam@0
|
411 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
|
adam@0
|
412 X"$0" : 'X\(//\)$' \| \
|
adam@0
|
413 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
|
adam@0
|
414 $as_echo X/"$0" |
|
adam@0
|
415 sed '/^.*\/\([^/][^/]*\)\/*$/{
|
adam@0
|
416 s//\1/
|
adam@0
|
417 q
|
adam@0
|
418 }
|
adam@0
|
419 /^X\/\(\/\/\)$/{
|
adam@0
|
420 s//\1/
|
adam@0
|
421 q
|
adam@0
|
422 }
|
adam@0
|
423 /^X\/\(\/\).*/{
|
adam@0
|
424 s//\1/
|
adam@0
|
425 q
|
adam@0
|
426 }
|
adam@0
|
427 s/.*/./; q'`
|
adam@0
|
428
|
adam@0
|
429 # Avoid depending upon Character Ranges.
|
adam@0
|
430 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
|
adam@0
|
431 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
|
adam@0
|
432 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
|
adam@0
|
433 as_cr_digits='0123456789'
|
adam@0
|
434 as_cr_alnum=$as_cr_Letters$as_cr_digits
|
adam@0
|
435
|
adam@0
|
436
|
adam@0
|
437 as_lineno_1=$LINENO as_lineno_1a=$LINENO
|
adam@0
|
438 as_lineno_2=$LINENO as_lineno_2a=$LINENO
|
adam@0
|
439 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
|
adam@0
|
440 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
|
adam@0
|
441 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
|
adam@0
|
442 sed -n '
|
adam@0
|
443 p
|
adam@0
|
444 /[$]LINENO/=
|
adam@0
|
445 ' <$as_myself |
|
adam@0
|
446 sed '
|
adam@0
|
447 s/[$]LINENO.*/&-/
|
adam@0
|
448 t lineno
|
adam@0
|
449 b
|
adam@0
|
450 :lineno
|
adam@0
|
451 N
|
adam@0
|
452 :loop
|
adam@0
|
453 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
|
adam@0
|
454 t loop
|
adam@0
|
455 s/-\n.*//
|
adam@0
|
456 ' >$as_me.lineno &&
|
adam@0
|
457 chmod +x "$as_me.lineno" ||
|
adam@0
|
458 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
|
adam@0
|
459
|
adam@0
|
460 # Don't try to exec as it changes $[0], causing all sort of problems
|
adam@0
|
461 # (the dirname of $[0] is not the place where we might find the
|
adam@0
|
462 # original and so on. Autoconf is especially sensitive to this).
|
adam@0
|
463 . "./$as_me.lineno"
|
adam@0
|
464 # Exit status is that of the last command.
|
adam@0
|
465 exit
|
adam@0
|
466 }
|
adam@0
|
467
|
adam@0
|
468 ECHO_C= ECHO_N= ECHO_T=
|
adam@0
|
469 case `echo -n x` in #(((((
|
adam@0
|
470 -n*)
|
adam@0
|
471 case `echo 'xy\c'` in
|
adam@0
|
472 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
|
adam@0
|
473 xy) ECHO_C='\c';;
|
adam@0
|
474 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
|
adam@0
|
475 ECHO_T=' ';;
|
adam@0
|
476 esac;;
|
adam@0
|
477 *)
|
adam@0
|
478 ECHO_N='-n';;
|
adam@0
|
479 esac
|
adam@0
|
480
|
adam@0
|
481 rm -f conf$$ conf$$.exe conf$$.file
|
adam@0
|
482 if test -d conf$$.dir; then
|
adam@0
|
483 rm -f conf$$.dir/conf$$.file
|
adam@0
|
484 else
|
adam@0
|
485 rm -f conf$$.dir
|
adam@0
|
486 mkdir conf$$.dir 2>/dev/null
|
adam@0
|
487 fi
|
adam@0
|
488 if (echo >conf$$.file) 2>/dev/null; then
|
adam@0
|
489 if ln -s conf$$.file conf$$ 2>/dev/null; then
|
adam@0
|
490 as_ln_s='ln -s'
|
adam@0
|
491 # ... but there are two gotchas:
|
adam@0
|
492 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
|
adam@0
|
493 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
|
adam@0
|
494 # In both cases, we have to default to `cp -p'.
|
adam@0
|
495 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
|
adam@0
|
496 as_ln_s='cp -p'
|
adam@0
|
497 elif ln conf$$.file conf$$ 2>/dev/null; then
|
adam@0
|
498 as_ln_s=ln
|
adam@0
|
499 else
|
adam@0
|
500 as_ln_s='cp -p'
|
adam@0
|
501 fi
|
adam@0
|
502 else
|
adam@0
|
503 as_ln_s='cp -p'
|
adam@0
|
504 fi
|
adam@0
|
505 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
|
adam@0
|
506 rmdir conf$$.dir 2>/dev/null
|
adam@0
|
507
|
adam@0
|
508 if mkdir -p . 2>/dev/null; then
|
adam@0
|
509 as_mkdir_p='mkdir -p "$as_dir"'
|
adam@0
|
510 else
|
adam@0
|
511 test -d ./-p && rmdir ./-p
|
adam@0
|
512 as_mkdir_p=false
|
adam@0
|
513 fi
|
adam@0
|
514
|
adam@0
|
515 if test -x / >/dev/null 2>&1; then
|
adam@0
|
516 as_test_x='test -x'
|
adam@0
|
517 else
|
adam@0
|
518 if ls -dL / >/dev/null 2>&1; then
|
adam@0
|
519 as_ls_L_option=L
|
adam@0
|
520 else
|
adam@0
|
521 as_ls_L_option=
|
adam@0
|
522 fi
|
adam@0
|
523 as_test_x='
|
adam@0
|
524 eval sh -c '\''
|
adam@0
|
525 if test -d "$1"; then
|
adam@0
|
526 test -d "$1/.";
|
adam@0
|
527 else
|
adam@0
|
528 case $1 in #(
|
adam@0
|
529 -*)set "./$1";;
|
adam@0
|
530 esac;
|
adam@0
|
531 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
|
adam@0
|
532 ???[sx]*):;;*)false;;esac;fi
|
adam@0
|
533 '\'' sh
|
adam@0
|
534 '
|
adam@0
|
535 fi
|
adam@0
|
536 as_executable_p=$as_test_x
|
adam@0
|
537
|
adam@0
|
538 # Sed expression to map a string onto a valid CPP name.
|
adam@0
|
539 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
|
adam@0
|
540
|
adam@0
|
541 # Sed expression to map a string onto a valid variable name.
|
adam@0
|
542 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
|
adam@0
|
543
|
adam@0
|
544 SHELL=${CONFIG_SHELL-/bin/sh}
|
adam@0
|
545
|
adam@0
|
546
|
adam@0
|
547 test -n "$DJDIR" || exec 7<&0 </dev/null
|
adam@0
|
548 exec 6>&1
|
adam@0
|
549
|
adam@0
|
550 # Name of the host.
|
adam@0
|
551 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
|
adam@0
|
552 # so uname gets run too.
|
adam@0
|
553 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
|
adam@0
|
554
|
adam@0
|
555 #
|
adam@0
|
556 # Initializations.
|
adam@0
|
557 #
|
adam@0
|
558 ac_default_prefix=/usr/local
|
adam@0
|
559 ac_clean_files=
|
adam@0
|
560 ac_config_libobj_dir=.
|
adam@0
|
561 LIBOBJS=
|
adam@0
|
562 cross_compiling=no
|
adam@0
|
563 subdirs=
|
adam@0
|
564 MFLAGS=
|
adam@0
|
565 MAKEFLAGS=
|
adam@0
|
566
|
adam@0
|
567 # Identity of this package.
|
adam@0
|
568 PACKAGE_NAME='urweb_openid'
|
adam@0
|
569 PACKAGE_TARNAME='urweb_openid'
|
adam@0
|
570 PACKAGE_VERSION='1.0'
|
adam@0
|
571 PACKAGE_STRING='urweb_openid 1.0'
|
adam@0
|
572 PACKAGE_BUGREPORT=''
|
adam@0
|
573 PACKAGE_URL=''
|
adam@0
|
574
|
adam@0
|
575 # Factoring default headers for most tests.
|
adam@0
|
576 ac_includes_default="\
|
adam@0
|
577 #include <stdio.h>
|
adam@0
|
578 #ifdef HAVE_SYS_TYPES_H
|
adam@0
|
579 # include <sys/types.h>
|
adam@0
|
580 #endif
|
adam@0
|
581 #ifdef HAVE_SYS_STAT_H
|
adam@0
|
582 # include <sys/stat.h>
|
adam@0
|
583 #endif
|
adam@0
|
584 #ifdef STDC_HEADERS
|
adam@0
|
585 # include <stdlib.h>
|
adam@0
|
586 # include <stddef.h>
|
adam@0
|
587 #else
|
adam@0
|
588 # ifdef HAVE_STDLIB_H
|
adam@0
|
589 # include <stdlib.h>
|
adam@0
|
590 # endif
|
adam@0
|
591 #endif
|
adam@0
|
592 #ifdef HAVE_STRING_H
|
adam@0
|
593 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
|
adam@0
|
594 # include <memory.h>
|
adam@0
|
595 # endif
|
adam@0
|
596 # include <string.h>
|
adam@0
|
597 #endif
|
adam@0
|
598 #ifdef HAVE_STRINGS_H
|
adam@0
|
599 # include <strings.h>
|
adam@0
|
600 #endif
|
adam@0
|
601 #ifdef HAVE_INTTYPES_H
|
adam@0
|
602 # include <inttypes.h>
|
adam@0
|
603 #endif
|
adam@0
|
604 #ifdef HAVE_STDINT_H
|
adam@0
|
605 # include <stdint.h>
|
adam@0
|
606 #endif
|
adam@0
|
607 #ifdef HAVE_UNISTD_H
|
adam@0
|
608 # include <unistd.h>
|
adam@0
|
609 #endif"
|
adam@0
|
610
|
adam@0
|
611 ac_subst_vars='am__EXEEXT_FALSE
|
adam@0
|
612 am__EXEEXT_TRUE
|
adam@0
|
613 LTLIBOBJS
|
adam@0
|
614 LIBOBJS
|
adam@0
|
615 INCLUDE
|
adam@0
|
616 LIB
|
adam@1
|
617 EXPAT_VERSION
|
adam@1
|
618 EXPAT_LDFLAGS
|
adam@1
|
619 EXPAT_CFLAGS
|
adam@1
|
620 CXXCPP
|
adam@1
|
621 am__fastdepCXX_FALSE
|
adam@1
|
622 am__fastdepCXX_TRUE
|
adam@1
|
623 CXXDEPMODE
|
adam@1
|
624 ac_ct_CXX
|
adam@1
|
625 CXXFLAGS
|
adam@1
|
626 CXX
|
adam@0
|
627 LIBCURL
|
adam@0
|
628 LIBCURL_CPPFLAGS
|
adam@0
|
629 _libcurl_config
|
adam@0
|
630 OPENSSL_LDFLAGS
|
adam@0
|
631 OPENSSL_LIBS
|
adam@0
|
632 OPENSSL_INCLUDES
|
adam@0
|
633 PKG_CONFIG
|
adam@0
|
634 OTOOL64
|
adam@0
|
635 OTOOL
|
adam@0
|
636 LIPO
|
adam@0
|
637 NMEDIT
|
adam@0
|
638 DSYMUTIL
|
adam@47
|
639 MANIFEST_TOOL
|
adam@0
|
640 RANLIB
|
adam@47
|
641 ac_ct_AR
|
adam@0
|
642 AR
|
adam@47
|
643 DLLTOOL
|
adam@0
|
644 OBJDUMP
|
adam@0
|
645 LN_S
|
adam@0
|
646 NM
|
adam@0
|
647 ac_ct_DUMPBIN
|
adam@0
|
648 DUMPBIN
|
adam@0
|
649 LD
|
adam@0
|
650 FGREP
|
adam@0
|
651 SED
|
adam@0
|
652 host_os
|
adam@0
|
653 host_vendor
|
adam@0
|
654 host_cpu
|
adam@0
|
655 host
|
adam@0
|
656 build_os
|
adam@0
|
657 build_vendor
|
adam@0
|
658 build_cpu
|
adam@0
|
659 build
|
adam@0
|
660 LIBTOOL
|
adam@0
|
661 am__fastdepCC_FALSE
|
adam@0
|
662 am__fastdepCC_TRUE
|
adam@0
|
663 CCDEPMODE
|
adam@0
|
664 AMDEPBACKSLASH
|
adam@0
|
665 AMDEP_FALSE
|
adam@0
|
666 AMDEP_TRUE
|
adam@0
|
667 am__quote
|
adam@0
|
668 am__include
|
adam@0
|
669 DEPDIR
|
adam@0
|
670 am__untar
|
adam@0
|
671 am__tar
|
adam@0
|
672 AMTAR
|
adam@0
|
673 am__leading_dot
|
adam@0
|
674 SET_MAKE
|
adam@0
|
675 AWK
|
adam@0
|
676 mkdir_p
|
adam@0
|
677 MKDIR_P
|
adam@0
|
678 INSTALL_STRIP_PROGRAM
|
adam@0
|
679 STRIP
|
adam@0
|
680 install_sh
|
adam@0
|
681 MAKEINFO
|
adam@0
|
682 AUTOHEADER
|
adam@0
|
683 AUTOMAKE
|
adam@0
|
684 AUTOCONF
|
adam@0
|
685 ACLOCAL
|
adam@0
|
686 VERSION
|
adam@0
|
687 PACKAGE
|
adam@0
|
688 CYGPATH_W
|
adam@0
|
689 am__isrc
|
adam@0
|
690 INSTALL_DATA
|
adam@0
|
691 INSTALL_SCRIPT
|
adam@0
|
692 INSTALL_PROGRAM
|
adam@0
|
693 EGREP
|
adam@0
|
694 GREP
|
adam@0
|
695 CPP
|
adam@0
|
696 OBJEXT
|
adam@0
|
697 EXEEXT
|
adam@0
|
698 ac_ct_CC
|
adam@0
|
699 CPPFLAGS
|
adam@0
|
700 LDFLAGS
|
adam@0
|
701 CFLAGS
|
adam@0
|
702 CC
|
adam@0
|
703 target_alias
|
adam@0
|
704 host_alias
|
adam@0
|
705 build_alias
|
adam@0
|
706 LIBS
|
adam@0
|
707 ECHO_T
|
adam@0
|
708 ECHO_N
|
adam@0
|
709 ECHO_C
|
adam@0
|
710 DEFS
|
adam@0
|
711 mandir
|
adam@0
|
712 localedir
|
adam@0
|
713 libdir
|
adam@0
|
714 psdir
|
adam@0
|
715 pdfdir
|
adam@0
|
716 dvidir
|
adam@0
|
717 htmldir
|
adam@0
|
718 infodir
|
adam@0
|
719 docdir
|
adam@0
|
720 oldincludedir
|
adam@0
|
721 includedir
|
adam@0
|
722 localstatedir
|
adam@0
|
723 sharedstatedir
|
adam@0
|
724 sysconfdir
|
adam@0
|
725 datadir
|
adam@0
|
726 datarootdir
|
adam@0
|
727 libexecdir
|
adam@0
|
728 sbindir
|
adam@0
|
729 bindir
|
adam@0
|
730 program_transform_name
|
adam@0
|
731 prefix
|
adam@0
|
732 exec_prefix
|
adam@0
|
733 PACKAGE_URL
|
adam@0
|
734 PACKAGE_BUGREPORT
|
adam@0
|
735 PACKAGE_STRING
|
adam@0
|
736 PACKAGE_VERSION
|
adam@0
|
737 PACKAGE_TARNAME
|
adam@0
|
738 PACKAGE_NAME
|
adam@0
|
739 PATH_SEPARATOR
|
adam@0
|
740 SHELL'
|
adam@0
|
741 ac_subst_files=''
|
adam@0
|
742 ac_user_opts='
|
adam@0
|
743 enable_option_checking
|
adam@0
|
744 enable_dependency_tracking
|
adam@0
|
745 enable_shared
|
adam@0
|
746 enable_static
|
adam@0
|
747 with_pic
|
adam@0
|
748 enable_fast_install
|
adam@0
|
749 with_gnu_ld
|
adam@47
|
750 with_sysroot
|
adam@0
|
751 enable_libtool_lock
|
adam@0
|
752 with_openssl
|
adam@0
|
753 with_libcurl
|
adam@1
|
754 with_expat
|
adam@1
|
755 with_expat_inc
|
adam@1
|
756 with_expat_lib
|
adam@0
|
757 '
|
adam@0
|
758 ac_precious_vars='build_alias
|
adam@0
|
759 host_alias
|
adam@0
|
760 target_alias
|
adam@0
|
761 CC
|
adam@0
|
762 CFLAGS
|
adam@0
|
763 LDFLAGS
|
adam@0
|
764 LIBS
|
adam@0
|
765 CPPFLAGS
|
adam@1
|
766 CPP
|
adam@1
|
767 CXX
|
adam@1
|
768 CXXFLAGS
|
adam@1
|
769 CCC
|
adam@1
|
770 CXXCPP'
|
adam@0
|
771
|
adam@0
|
772
|
adam@0
|
773 # Initialize some variables set by options.
|
adam@0
|
774 ac_init_help=
|
adam@0
|
775 ac_init_version=false
|
adam@0
|
776 ac_unrecognized_opts=
|
adam@0
|
777 ac_unrecognized_sep=
|
adam@0
|
778 # The variables have the same names as the options, with
|
adam@0
|
779 # dashes changed to underlines.
|
adam@0
|
780 cache_file=/dev/null
|
adam@0
|
781 exec_prefix=NONE
|
adam@0
|
782 no_create=
|
adam@0
|
783 no_recursion=
|
adam@0
|
784 prefix=NONE
|
adam@0
|
785 program_prefix=NONE
|
adam@0
|
786 program_suffix=NONE
|
adam@0
|
787 program_transform_name=s,x,x,
|
adam@0
|
788 silent=
|
adam@0
|
789 site=
|
adam@0
|
790 srcdir=
|
adam@0
|
791 verbose=
|
adam@0
|
792 x_includes=NONE
|
adam@0
|
793 x_libraries=NONE
|
adam@0
|
794
|
adam@0
|
795 # Installation directory options.
|
adam@0
|
796 # These are left unexpanded so users can "make install exec_prefix=/foo"
|
adam@0
|
797 # and all the variables that are supposed to be based on exec_prefix
|
adam@0
|
798 # by default will actually change.
|
adam@0
|
799 # Use braces instead of parens because sh, perl, etc. also accept them.
|
adam@0
|
800 # (The list follows the same order as the GNU Coding Standards.)
|
adam@0
|
801 bindir='${exec_prefix}/bin'
|
adam@0
|
802 sbindir='${exec_prefix}/sbin'
|
adam@0
|
803 libexecdir='${exec_prefix}/libexec'
|
adam@0
|
804 datarootdir='${prefix}/share'
|
adam@0
|
805 datadir='${datarootdir}'
|
adam@0
|
806 sysconfdir='${prefix}/etc'
|
adam@0
|
807 sharedstatedir='${prefix}/com'
|
adam@0
|
808 localstatedir='${prefix}/var'
|
adam@0
|
809 includedir='${prefix}/include'
|
adam@0
|
810 oldincludedir='/usr/include'
|
adam@0
|
811 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
|
adam@0
|
812 infodir='${datarootdir}/info'
|
adam@0
|
813 htmldir='${docdir}'
|
adam@0
|
814 dvidir='${docdir}'
|
adam@0
|
815 pdfdir='${docdir}'
|
adam@0
|
816 psdir='${docdir}'
|
adam@0
|
817 libdir='${exec_prefix}/lib'
|
adam@0
|
818 localedir='${datarootdir}/locale'
|
adam@0
|
819 mandir='${datarootdir}/man'
|
adam@0
|
820
|
adam@0
|
821 ac_prev=
|
adam@0
|
822 ac_dashdash=
|
adam@0
|
823 for ac_option
|
adam@0
|
824 do
|
adam@0
|
825 # If the previous option needs an argument, assign it.
|
adam@0
|
826 if test -n "$ac_prev"; then
|
adam@0
|
827 eval $ac_prev=\$ac_option
|
adam@0
|
828 ac_prev=
|
adam@0
|
829 continue
|
adam@0
|
830 fi
|
adam@0
|
831
|
adam@0
|
832 case $ac_option in
|
adam@0
|
833 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
|
adam@0
|
834 *=) ac_optarg= ;;
|
adam@0
|
835 *) ac_optarg=yes ;;
|
adam@0
|
836 esac
|
adam@0
|
837
|
adam@0
|
838 # Accept the important Cygnus configure options, so we can diagnose typos.
|
adam@0
|
839
|
adam@0
|
840 case $ac_dashdash$ac_option in
|
adam@0
|
841 --)
|
adam@0
|
842 ac_dashdash=yes ;;
|
adam@0
|
843
|
adam@0
|
844 -bindir | --bindir | --bindi | --bind | --bin | --bi)
|
adam@0
|
845 ac_prev=bindir ;;
|
adam@0
|
846 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
|
adam@0
|
847 bindir=$ac_optarg ;;
|
adam@0
|
848
|
adam@0
|
849 -build | --build | --buil | --bui | --bu)
|
adam@0
|
850 ac_prev=build_alias ;;
|
adam@0
|
851 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
|
adam@0
|
852 build_alias=$ac_optarg ;;
|
adam@0
|
853
|
adam@0
|
854 -cache-file | --cache-file | --cache-fil | --cache-fi \
|
adam@0
|
855 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
|
adam@0
|
856 ac_prev=cache_file ;;
|
adam@0
|
857 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
|
adam@0
|
858 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
|
adam@0
|
859 cache_file=$ac_optarg ;;
|
adam@0
|
860
|
adam@0
|
861 --config-cache | -C)
|
adam@0
|
862 cache_file=config.cache ;;
|
adam@0
|
863
|
adam@0
|
864 -datadir | --datadir | --datadi | --datad)
|
adam@0
|
865 ac_prev=datadir ;;
|
adam@0
|
866 -datadir=* | --datadir=* | --datadi=* | --datad=*)
|
adam@0
|
867 datadir=$ac_optarg ;;
|
adam@0
|
868
|
adam@0
|
869 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
|
adam@0
|
870 | --dataroo | --dataro | --datar)
|
adam@0
|
871 ac_prev=datarootdir ;;
|
adam@0
|
872 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
|
adam@0
|
873 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
|
adam@0
|
874 datarootdir=$ac_optarg ;;
|
adam@0
|
875
|
adam@0
|
876 -disable-* | --disable-*)
|
adam@0
|
877 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
|
adam@0
|
878 # Reject names that are not valid shell variable names.
|
adam@0
|
879 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
|
adam@0
|
880 as_fn_error $? "invalid feature name: $ac_useropt"
|
adam@0
|
881 ac_useropt_orig=$ac_useropt
|
adam@0
|
882 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
|
adam@0
|
883 case $ac_user_opts in
|
adam@0
|
884 *"
|
adam@0
|
885 "enable_$ac_useropt"
|
adam@0
|
886 "*) ;;
|
adam@0
|
887 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
|
adam@0
|
888 ac_unrecognized_sep=', ';;
|
adam@0
|
889 esac
|
adam@0
|
890 eval enable_$ac_useropt=no ;;
|
adam@0
|
891
|
adam@0
|
892 -docdir | --docdir | --docdi | --doc | --do)
|
adam@0
|
893 ac_prev=docdir ;;
|
adam@0
|
894 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
|
adam@0
|
895 docdir=$ac_optarg ;;
|
adam@0
|
896
|
adam@0
|
897 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
|
adam@0
|
898 ac_prev=dvidir ;;
|
adam@0
|
899 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
|
adam@0
|
900 dvidir=$ac_optarg ;;
|
adam@0
|
901
|
adam@0
|
902 -enable-* | --enable-*)
|
adam@0
|
903 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
|
adam@0
|
904 # Reject names that are not valid shell variable names.
|
adam@0
|
905 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
|
adam@0
|
906 as_fn_error $? "invalid feature name: $ac_useropt"
|
adam@0
|
907 ac_useropt_orig=$ac_useropt
|
adam@0
|
908 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
|
adam@0
|
909 case $ac_user_opts in
|
adam@0
|
910 *"
|
adam@0
|
911 "enable_$ac_useropt"
|
adam@0
|
912 "*) ;;
|
adam@0
|
913 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
|
adam@0
|
914 ac_unrecognized_sep=', ';;
|
adam@0
|
915 esac
|
adam@0
|
916 eval enable_$ac_useropt=\$ac_optarg ;;
|
adam@0
|
917
|
adam@0
|
918 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
|
adam@0
|
919 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
|
adam@0
|
920 | --exec | --exe | --ex)
|
adam@0
|
921 ac_prev=exec_prefix ;;
|
adam@0
|
922 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
|
adam@0
|
923 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
|
adam@0
|
924 | --exec=* | --exe=* | --ex=*)
|
adam@0
|
925 exec_prefix=$ac_optarg ;;
|
adam@0
|
926
|
adam@0
|
927 -gas | --gas | --ga | --g)
|
adam@0
|
928 # Obsolete; use --with-gas.
|
adam@0
|
929 with_gas=yes ;;
|
adam@0
|
930
|
adam@0
|
931 -help | --help | --hel | --he | -h)
|
adam@0
|
932 ac_init_help=long ;;
|
adam@0
|
933 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
|
adam@0
|
934 ac_init_help=recursive ;;
|
adam@0
|
935 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
|
adam@0
|
936 ac_init_help=short ;;
|
adam@0
|
937
|
adam@0
|
938 -host | --host | --hos | --ho)
|
adam@0
|
939 ac_prev=host_alias ;;
|
adam@0
|
940 -host=* | --host=* | --hos=* | --ho=*)
|
adam@0
|
941 host_alias=$ac_optarg ;;
|
adam@0
|
942
|
adam@0
|
943 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
|
adam@0
|
944 ac_prev=htmldir ;;
|
adam@0
|
945 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
|
adam@0
|
946 | --ht=*)
|
adam@0
|
947 htmldir=$ac_optarg ;;
|
adam@0
|
948
|
adam@0
|
949 -includedir | --includedir | --includedi | --included | --include \
|
adam@0
|
950 | --includ | --inclu | --incl | --inc)
|
adam@0
|
951 ac_prev=includedir ;;
|
adam@0
|
952 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
|
adam@0
|
953 | --includ=* | --inclu=* | --incl=* | --inc=*)
|
adam@0
|
954 includedir=$ac_optarg ;;
|
adam@0
|
955
|
adam@0
|
956 -infodir | --infodir | --infodi | --infod | --info | --inf)
|
adam@0
|
957 ac_prev=infodir ;;
|
adam@0
|
958 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
|
adam@0
|
959 infodir=$ac_optarg ;;
|
adam@0
|
960
|
adam@0
|
961 -libdir | --libdir | --libdi | --libd)
|
adam@0
|
962 ac_prev=libdir ;;
|
adam@0
|
963 -libdir=* | --libdir=* | --libdi=* | --libd=*)
|
adam@0
|
964 libdir=$ac_optarg ;;
|
adam@0
|
965
|
adam@0
|
966 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
|
adam@0
|
967 | --libexe | --libex | --libe)
|
adam@0
|
968 ac_prev=libexecdir ;;
|
adam@0
|
969 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
|
adam@0
|
970 | --libexe=* | --libex=* | --libe=*)
|
adam@0
|
971 libexecdir=$ac_optarg ;;
|
adam@0
|
972
|
adam@0
|
973 -localedir | --localedir | --localedi | --localed | --locale)
|
adam@0
|
974 ac_prev=localedir ;;
|
adam@0
|
975 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
|
adam@0
|
976 localedir=$ac_optarg ;;
|
adam@0
|
977
|
adam@0
|
978 -localstatedir | --localstatedir | --localstatedi | --localstated \
|
adam@0
|
979 | --localstate | --localstat | --localsta | --localst | --locals)
|
adam@0
|
980 ac_prev=localstatedir ;;
|
adam@0
|
981 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
|
adam@0
|
982 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
|
adam@0
|
983 localstatedir=$ac_optarg ;;
|
adam@0
|
984
|
adam@0
|
985 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
|
adam@0
|
986 ac_prev=mandir ;;
|
adam@0
|
987 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
|
adam@0
|
988 mandir=$ac_optarg ;;
|
adam@0
|
989
|
adam@0
|
990 -nfp | --nfp | --nf)
|
adam@0
|
991 # Obsolete; use --without-fp.
|
adam@0
|
992 with_fp=no ;;
|
adam@0
|
993
|
adam@0
|
994 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
|
adam@0
|
995 | --no-cr | --no-c | -n)
|
adam@0
|
996 no_create=yes ;;
|
adam@0
|
997
|
adam@0
|
998 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
|
adam@0
|
999 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
|
adam@0
|
1000 no_recursion=yes ;;
|
adam@0
|
1001
|
adam@0
|
1002 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
|
adam@0
|
1003 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
|
adam@0
|
1004 | --oldin | --oldi | --old | --ol | --o)
|
adam@0
|
1005 ac_prev=oldincludedir ;;
|
adam@0
|
1006 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
|
adam@0
|
1007 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
|
adam@0
|
1008 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
|
adam@0
|
1009 oldincludedir=$ac_optarg ;;
|
adam@0
|
1010
|
adam@0
|
1011 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
|
adam@0
|
1012 ac_prev=prefix ;;
|
adam@0
|
1013 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
|
adam@0
|
1014 prefix=$ac_optarg ;;
|
adam@0
|
1015
|
adam@0
|
1016 -program-prefix | --program-prefix | --program-prefi | --program-pref \
|
adam@0
|
1017 | --program-pre | --program-pr | --program-p)
|
adam@0
|
1018 ac_prev=program_prefix ;;
|
adam@0
|
1019 -program-prefix=* | --program-prefix=* | --program-prefi=* \
|
adam@0
|
1020 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
|
adam@0
|
1021 program_prefix=$ac_optarg ;;
|
adam@0
|
1022
|
adam@0
|
1023 -program-suffix | --program-suffix | --program-suffi | --program-suff \
|
adam@0
|
1024 | --program-suf | --program-su | --program-s)
|
adam@0
|
1025 ac_prev=program_suffix ;;
|
adam@0
|
1026 -program-suffix=* | --program-suffix=* | --program-suffi=* \
|
adam@0
|
1027 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
|
adam@0
|
1028 program_suffix=$ac_optarg ;;
|
adam@0
|
1029
|
adam@0
|
1030 -program-transform-name | --program-transform-name \
|
adam@0
|
1031 | --program-transform-nam | --program-transform-na \
|
adam@0
|
1032 | --program-transform-n | --program-transform- \
|
adam@0
|
1033 | --program-transform | --program-transfor \
|
adam@0
|
1034 | --program-transfo | --program-transf \
|
adam@0
|
1035 | --program-trans | --program-tran \
|
adam@0
|
1036 | --progr-tra | --program-tr | --program-t)
|
adam@0
|
1037 ac_prev=program_transform_name ;;
|
adam@0
|
1038 -program-transform-name=* | --program-transform-name=* \
|
adam@0
|
1039 | --program-transform-nam=* | --program-transform-na=* \
|
adam@0
|
1040 | --program-transform-n=* | --program-transform-=* \
|
adam@0
|
1041 | --program-transform=* | --program-transfor=* \
|
adam@0
|
1042 | --program-transfo=* | --program-transf=* \
|
adam@0
|
1043 | --program-trans=* | --program-tran=* \
|
adam@0
|
1044 | --progr-tra=* | --program-tr=* | --program-t=*)
|
adam@0
|
1045 program_transform_name=$ac_optarg ;;
|
adam@0
|
1046
|
adam@0
|
1047 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
|
adam@0
|
1048 ac_prev=pdfdir ;;
|
adam@0
|
1049 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
|
adam@0
|
1050 pdfdir=$ac_optarg ;;
|
adam@0
|
1051
|
adam@0
|
1052 -psdir | --psdir | --psdi | --psd | --ps)
|
adam@0
|
1053 ac_prev=psdir ;;
|
adam@0
|
1054 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
|
adam@0
|
1055 psdir=$ac_optarg ;;
|
adam@0
|
1056
|
adam@0
|
1057 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
|
adam@0
|
1058 | -silent | --silent | --silen | --sile | --sil)
|
adam@0
|
1059 silent=yes ;;
|
adam@0
|
1060
|
adam@0
|
1061 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
|
adam@0
|
1062 ac_prev=sbindir ;;
|
adam@0
|
1063 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
|
adam@0
|
1064 | --sbi=* | --sb=*)
|
adam@0
|
1065 sbindir=$ac_optarg ;;
|
adam@0
|
1066
|
adam@0
|
1067 -sharedstatedir | --sharedstatedir | --sharedstatedi \
|
adam@0
|
1068 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
|
adam@0
|
1069 | --sharedst | --shareds | --shared | --share | --shar \
|
adam@0
|
1070 | --sha | --sh)
|
adam@0
|
1071 ac_prev=sharedstatedir ;;
|
adam@0
|
1072 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
|
adam@0
|
1073 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
|
adam@0
|
1074 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
|
adam@0
|
1075 | --sha=* | --sh=*)
|
adam@0
|
1076 sharedstatedir=$ac_optarg ;;
|
adam@0
|
1077
|
adam@0
|
1078 -site | --site | --sit)
|
adam@0
|
1079 ac_prev=site ;;
|
adam@0
|
1080 -site=* | --site=* | --sit=*)
|
adam@0
|
1081 site=$ac_optarg ;;
|
adam@0
|
1082
|
adam@0
|
1083 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
|
adam@0
|
1084 ac_prev=srcdir ;;
|
adam@0
|
1085 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
|
adam@0
|
1086 srcdir=$ac_optarg ;;
|
adam@0
|
1087
|
adam@0
|
1088 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
|
adam@0
|
1089 | --syscon | --sysco | --sysc | --sys | --sy)
|
adam@0
|
1090 ac_prev=sysconfdir ;;
|
adam@0
|
1091 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
|
adam@0
|
1092 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
|
adam@0
|
1093 sysconfdir=$ac_optarg ;;
|
adam@0
|
1094
|
adam@0
|
1095 -target | --target | --targe | --targ | --tar | --ta | --t)
|
adam@0
|
1096 ac_prev=target_alias ;;
|
adam@0
|
1097 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
|
adam@0
|
1098 target_alias=$ac_optarg ;;
|
adam@0
|
1099
|
adam@0
|
1100 -v | -verbose | --verbose | --verbos | --verbo | --verb)
|
adam@0
|
1101 verbose=yes ;;
|
adam@0
|
1102
|
adam@0
|
1103 -version | --version | --versio | --versi | --vers | -V)
|
adam@0
|
1104 ac_init_version=: ;;
|
adam@0
|
1105
|
adam@0
|
1106 -with-* | --with-*)
|
adam@0
|
1107 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
|
adam@0
|
1108 # Reject names that are not valid shell variable names.
|
adam@0
|
1109 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
|
adam@0
|
1110 as_fn_error $? "invalid package name: $ac_useropt"
|
adam@0
|
1111 ac_useropt_orig=$ac_useropt
|
adam@0
|
1112 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
|
adam@0
|
1113 case $ac_user_opts in
|
adam@0
|
1114 *"
|
adam@0
|
1115 "with_$ac_useropt"
|
adam@0
|
1116 "*) ;;
|
adam@0
|
1117 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
|
adam@0
|
1118 ac_unrecognized_sep=', ';;
|
adam@0
|
1119 esac
|
adam@0
|
1120 eval with_$ac_useropt=\$ac_optarg ;;
|
adam@0
|
1121
|
adam@0
|
1122 -without-* | --without-*)
|
adam@0
|
1123 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
|
adam@0
|
1124 # Reject names that are not valid shell variable names.
|
adam@0
|
1125 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
|
adam@0
|
1126 as_fn_error $? "invalid package name: $ac_useropt"
|
adam@0
|
1127 ac_useropt_orig=$ac_useropt
|
adam@0
|
1128 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
|
adam@0
|
1129 case $ac_user_opts in
|
adam@0
|
1130 *"
|
adam@0
|
1131 "with_$ac_useropt"
|
adam@0
|
1132 "*) ;;
|
adam@0
|
1133 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
|
adam@0
|
1134 ac_unrecognized_sep=', ';;
|
adam@0
|
1135 esac
|
adam@0
|
1136 eval with_$ac_useropt=no ;;
|
adam@0
|
1137
|
adam@0
|
1138 --x)
|
adam@0
|
1139 # Obsolete; use --with-x.
|
adam@0
|
1140 with_x=yes ;;
|
adam@0
|
1141
|
adam@0
|
1142 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
|
adam@0
|
1143 | --x-incl | --x-inc | --x-in | --x-i)
|
adam@0
|
1144 ac_prev=x_includes ;;
|
adam@0
|
1145 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
|
adam@0
|
1146 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
|
adam@0
|
1147 x_includes=$ac_optarg ;;
|
adam@0
|
1148
|
adam@0
|
1149 -x-libraries | --x-libraries | --x-librarie | --x-librari \
|
adam@0
|
1150 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
|
adam@0
|
1151 ac_prev=x_libraries ;;
|
adam@0
|
1152 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
|
adam@0
|
1153 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
|
adam@0
|
1154 x_libraries=$ac_optarg ;;
|
adam@0
|
1155
|
adam@0
|
1156 -*) as_fn_error $? "unrecognized option: \`$ac_option'
|
adam@0
|
1157 Try \`$0 --help' for more information"
|
adam@0
|
1158 ;;
|
adam@0
|
1159
|
adam@0
|
1160 *=*)
|
adam@0
|
1161 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
|
adam@0
|
1162 # Reject names that are not valid shell variable names.
|
adam@0
|
1163 case $ac_envvar in #(
|
adam@0
|
1164 '' | [0-9]* | *[!_$as_cr_alnum]* )
|
adam@0
|
1165 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
|
adam@0
|
1166 esac
|
adam@0
|
1167 eval $ac_envvar=\$ac_optarg
|
adam@0
|
1168 export $ac_envvar ;;
|
adam@0
|
1169
|
adam@0
|
1170 *)
|
adam@0
|
1171 # FIXME: should be removed in autoconf 3.0.
|
adam@0
|
1172 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
|
adam@0
|
1173 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
|
adam@0
|
1174 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
|
adam@47
|
1175 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
|
adam@0
|
1176 ;;
|
adam@0
|
1177
|
adam@0
|
1178 esac
|
adam@0
|
1179 done
|
adam@0
|
1180
|
adam@0
|
1181 if test -n "$ac_prev"; then
|
adam@0
|
1182 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
|
adam@0
|
1183 as_fn_error $? "missing argument to $ac_option"
|
adam@0
|
1184 fi
|
adam@0
|
1185
|
adam@0
|
1186 if test -n "$ac_unrecognized_opts"; then
|
adam@0
|
1187 case $enable_option_checking in
|
adam@0
|
1188 no) ;;
|
adam@0
|
1189 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
|
adam@0
|
1190 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
|
adam@0
|
1191 esac
|
adam@0
|
1192 fi
|
adam@0
|
1193
|
adam@0
|
1194 # Check all directory arguments for consistency.
|
adam@0
|
1195 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
|
adam@0
|
1196 datadir sysconfdir sharedstatedir localstatedir includedir \
|
adam@0
|
1197 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
|
adam@0
|
1198 libdir localedir mandir
|
adam@0
|
1199 do
|
adam@0
|
1200 eval ac_val=\$$ac_var
|
adam@0
|
1201 # Remove trailing slashes.
|
adam@0
|
1202 case $ac_val in
|
adam@0
|
1203 */ )
|
adam@0
|
1204 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
|
adam@0
|
1205 eval $ac_var=\$ac_val;;
|
adam@0
|
1206 esac
|
adam@0
|
1207 # Be sure to have absolute directory names.
|
adam@0
|
1208 case $ac_val in
|
adam@0
|
1209 [\\/$]* | ?:[\\/]* ) continue;;
|
adam@0
|
1210 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
|
adam@0
|
1211 esac
|
adam@0
|
1212 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
|
adam@0
|
1213 done
|
adam@0
|
1214
|
adam@0
|
1215 # There might be people who depend on the old broken behavior: `$host'
|
adam@0
|
1216 # used to hold the argument of --host etc.
|
adam@0
|
1217 # FIXME: To remove some day.
|
adam@0
|
1218 build=$build_alias
|
adam@0
|
1219 host=$host_alias
|
adam@0
|
1220 target=$target_alias
|
adam@0
|
1221
|
adam@0
|
1222 # FIXME: To remove some day.
|
adam@0
|
1223 if test "x$host_alias" != x; then
|
adam@0
|
1224 if test "x$build_alias" = x; then
|
adam@0
|
1225 cross_compiling=maybe
|
adam@0
|
1226 $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
|
adam@0
|
1227 If a cross compiler is detected then cross compile mode will be used" >&2
|
adam@0
|
1228 elif test "x$build_alias" != "x$host_alias"; then
|
adam@0
|
1229 cross_compiling=yes
|
adam@0
|
1230 fi
|
adam@0
|
1231 fi
|
adam@0
|
1232
|
adam@0
|
1233 ac_tool_prefix=
|
adam@0
|
1234 test -n "$host_alias" && ac_tool_prefix=$host_alias-
|
adam@0
|
1235
|
adam@0
|
1236 test "$silent" = yes && exec 6>/dev/null
|
adam@0
|
1237
|
adam@0
|
1238
|
adam@0
|
1239 ac_pwd=`pwd` && test -n "$ac_pwd" &&
|
adam@0
|
1240 ac_ls_di=`ls -di .` &&
|
adam@0
|
1241 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
|
adam@0
|
1242 as_fn_error $? "working directory cannot be determined"
|
adam@0
|
1243 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
|
adam@0
|
1244 as_fn_error $? "pwd does not report name of working directory"
|
adam@0
|
1245
|
adam@0
|
1246
|
adam@0
|
1247 # Find the source files, if location was not specified.
|
adam@0
|
1248 if test -z "$srcdir"; then
|
adam@0
|
1249 ac_srcdir_defaulted=yes
|
adam@0
|
1250 # Try the directory containing this script, then the parent directory.
|
adam@0
|
1251 ac_confdir=`$as_dirname -- "$as_myself" ||
|
adam@0
|
1252 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
|
adam@0
|
1253 X"$as_myself" : 'X\(//\)[^/]' \| \
|
adam@0
|
1254 X"$as_myself" : 'X\(//\)$' \| \
|
adam@0
|
1255 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
|
adam@0
|
1256 $as_echo X"$as_myself" |
|
adam@0
|
1257 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
|
adam@0
|
1258 s//\1/
|
adam@0
|
1259 q
|
adam@0
|
1260 }
|
adam@0
|
1261 /^X\(\/\/\)[^/].*/{
|
adam@0
|
1262 s//\1/
|
adam@0
|
1263 q
|
adam@0
|
1264 }
|
adam@0
|
1265 /^X\(\/\/\)$/{
|
adam@0
|
1266 s//\1/
|
adam@0
|
1267 q
|
adam@0
|
1268 }
|
adam@0
|
1269 /^X\(\/\).*/{
|
adam@0
|
1270 s//\1/
|
adam@0
|
1271 q
|
adam@0
|
1272 }
|
adam@0
|
1273 s/.*/./; q'`
|
adam@0
|
1274 srcdir=$ac_confdir
|
adam@0
|
1275 if test ! -r "$srcdir/$ac_unique_file"; then
|
adam@0
|
1276 srcdir=..
|
adam@0
|
1277 fi
|
adam@0
|
1278 else
|
adam@0
|
1279 ac_srcdir_defaulted=no
|
adam@0
|
1280 fi
|
adam@0
|
1281 if test ! -r "$srcdir/$ac_unique_file"; then
|
adam@0
|
1282 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
|
adam@0
|
1283 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
|
adam@0
|
1284 fi
|
adam@0
|
1285 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
|
adam@0
|
1286 ac_abs_confdir=`(
|
adam@0
|
1287 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
|
adam@0
|
1288 pwd)`
|
adam@0
|
1289 # When building in place, set srcdir=.
|
adam@0
|
1290 if test "$ac_abs_confdir" = "$ac_pwd"; then
|
adam@0
|
1291 srcdir=.
|
adam@0
|
1292 fi
|
adam@0
|
1293 # Remove unnecessary trailing slashes from srcdir.
|
adam@0
|
1294 # Double slashes in file names in object file debugging info
|
adam@0
|
1295 # mess up M-x gdb in Emacs.
|
adam@0
|
1296 case $srcdir in
|
adam@0
|
1297 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
|
adam@0
|
1298 esac
|
adam@0
|
1299 for ac_var in $ac_precious_vars; do
|
adam@0
|
1300 eval ac_env_${ac_var}_set=\${${ac_var}+set}
|
adam@0
|
1301 eval ac_env_${ac_var}_value=\$${ac_var}
|
adam@0
|
1302 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
|
adam@0
|
1303 eval ac_cv_env_${ac_var}_value=\$${ac_var}
|
adam@0
|
1304 done
|
adam@0
|
1305
|
adam@0
|
1306 #
|
adam@0
|
1307 # Report the --help message.
|
adam@0
|
1308 #
|
adam@0
|
1309 if test "$ac_init_help" = "long"; then
|
adam@0
|
1310 # Omit some internal or obsolete options to make the list less imposing.
|
adam@0
|
1311 # This message is too long to be a string in the A/UX 3.1 sh.
|
adam@0
|
1312 cat <<_ACEOF
|
adam@0
|
1313 \`configure' configures urweb_openid 1.0 to adapt to many kinds of systems.
|
adam@0
|
1314
|
adam@0
|
1315 Usage: $0 [OPTION]... [VAR=VALUE]...
|
adam@0
|
1316
|
adam@0
|
1317 To assign environment variables (e.g., CC, CFLAGS...), specify them as
|
adam@0
|
1318 VAR=VALUE. See below for descriptions of some of the useful variables.
|
adam@0
|
1319
|
adam@0
|
1320 Defaults for the options are specified in brackets.
|
adam@0
|
1321
|
adam@0
|
1322 Configuration:
|
adam@0
|
1323 -h, --help display this help and exit
|
adam@0
|
1324 --help=short display options specific to this package
|
adam@0
|
1325 --help=recursive display the short help of all the included packages
|
adam@0
|
1326 -V, --version display version information and exit
|
adam@0
|
1327 -q, --quiet, --silent do not print \`checking ...' messages
|
adam@0
|
1328 --cache-file=FILE cache test results in FILE [disabled]
|
adam@0
|
1329 -C, --config-cache alias for \`--cache-file=config.cache'
|
adam@0
|
1330 -n, --no-create do not create output files
|
adam@0
|
1331 --srcdir=DIR find the sources in DIR [configure dir or \`..']
|
adam@0
|
1332
|
adam@0
|
1333 Installation directories:
|
adam@0
|
1334 --prefix=PREFIX install architecture-independent files in PREFIX
|
adam@0
|
1335 [$ac_default_prefix]
|
adam@0
|
1336 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
|
adam@0
|
1337 [PREFIX]
|
adam@0
|
1338
|
adam@0
|
1339 By default, \`make install' will install all the files in
|
adam@0
|
1340 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
|
adam@0
|
1341 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
|
adam@0
|
1342 for instance \`--prefix=\$HOME'.
|
adam@0
|
1343
|
adam@0
|
1344 For better control, use the options below.
|
adam@0
|
1345
|
adam@0
|
1346 Fine tuning of the installation directories:
|
adam@0
|
1347 --bindir=DIR user executables [EPREFIX/bin]
|
adam@0
|
1348 --sbindir=DIR system admin executables [EPREFIX/sbin]
|
adam@0
|
1349 --libexecdir=DIR program executables [EPREFIX/libexec]
|
adam@0
|
1350 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
|
adam@0
|
1351 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
|
adam@0
|
1352 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
|
adam@0
|
1353 --libdir=DIR object code libraries [EPREFIX/lib]
|
adam@0
|
1354 --includedir=DIR C header files [PREFIX/include]
|
adam@0
|
1355 --oldincludedir=DIR C header files for non-gcc [/usr/include]
|
adam@0
|
1356 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
|
adam@0
|
1357 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
|
adam@0
|
1358 --infodir=DIR info documentation [DATAROOTDIR/info]
|
adam@0
|
1359 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
|
adam@0
|
1360 --mandir=DIR man documentation [DATAROOTDIR/man]
|
adam@0
|
1361 --docdir=DIR documentation root [DATAROOTDIR/doc/urweb_openid]
|
adam@0
|
1362 --htmldir=DIR html documentation [DOCDIR]
|
adam@0
|
1363 --dvidir=DIR dvi documentation [DOCDIR]
|
adam@0
|
1364 --pdfdir=DIR pdf documentation [DOCDIR]
|
adam@0
|
1365 --psdir=DIR ps documentation [DOCDIR]
|
adam@0
|
1366 _ACEOF
|
adam@0
|
1367
|
adam@0
|
1368 cat <<\_ACEOF
|
adam@0
|
1369
|
adam@0
|
1370 Program names:
|
adam@0
|
1371 --program-prefix=PREFIX prepend PREFIX to installed program names
|
adam@0
|
1372 --program-suffix=SUFFIX append SUFFIX to installed program names
|
adam@0
|
1373 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
|
adam@0
|
1374
|
adam@0
|
1375 System types:
|
adam@0
|
1376 --build=BUILD configure for building on BUILD [guessed]
|
adam@0
|
1377 --host=HOST cross-compile to build programs to run on HOST [BUILD]
|
adam@0
|
1378 _ACEOF
|
adam@0
|
1379 fi
|
adam@0
|
1380
|
adam@0
|
1381 if test -n "$ac_init_help"; then
|
adam@0
|
1382 case $ac_init_help in
|
adam@0
|
1383 short | recursive ) echo "Configuration of urweb_openid 1.0:";;
|
adam@0
|
1384 esac
|
adam@0
|
1385 cat <<\_ACEOF
|
adam@0
|
1386
|
adam@0
|
1387 Optional Features:
|
adam@0
|
1388 --disable-option-checking ignore unrecognized --enable/--with options
|
adam@0
|
1389 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
|
adam@0
|
1390 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
|
adam@0
|
1391 --disable-dependency-tracking speeds up one-time build
|
adam@0
|
1392 --enable-dependency-tracking do not reject slow dependency extractors
|
adam@0
|
1393 --enable-shared[=PKGS] build shared libraries [default=yes]
|
adam@0
|
1394 --enable-static[=PKGS] build static libraries [default=yes]
|
adam@0
|
1395 --enable-fast-install[=PKGS]
|
adam@0
|
1396 optimize for fast installation [default=yes]
|
adam@0
|
1397 --disable-libtool-lock avoid locking (might break parallel builds)
|
adam@0
|
1398
|
adam@0
|
1399 Optional Packages:
|
adam@0
|
1400 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
|
adam@0
|
1401 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
|
adam@0
|
1402 --with-pic try to use only PIC/non-PIC objects [default=use
|
adam@0
|
1403 both]
|
adam@0
|
1404 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
|
adam@47
|
1405 --with-sysroot=DIR Search for dependent libraries within DIR
|
adam@47
|
1406 (or the compiler's sysroot if not specified).
|
adam@0
|
1407 --with-openssl=DIR root of the OpenSSL directory
|
adam@0
|
1408 --with-libcurl=DIR look for the curl library in DIR
|
adam@1
|
1409 --with-expat=[ARG] use Expat XML Parser from given prefix (ARG=path);
|
adam@1
|
1410 check standard prefixes (ARG=yes); disable (ARG=no)
|
adam@1
|
1411 --with-expat-inc=[DIR] path to Expat XML Parser headers
|
adam@1
|
1412 --with-expat-lib=[ARG] link options for Expat XML Parser libraries
|
adam@0
|
1413
|
adam@0
|
1414 Some influential environment variables:
|
adam@0
|
1415 CC C compiler command
|
adam@0
|
1416 CFLAGS C compiler flags
|
adam@0
|
1417 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
|
adam@0
|
1418 nonstandard directory <lib dir>
|
adam@0
|
1419 LIBS libraries to pass to the linker, e.g. -l<library>
|
adam@0
|
1420 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
|
adam@0
|
1421 you have headers in a nonstandard directory <include dir>
|
adam@0
|
1422 CPP C preprocessor
|
adam@1
|
1423 CXX C++ compiler command
|
adam@1
|
1424 CXXFLAGS C++ compiler flags
|
adam@1
|
1425 CXXCPP C++ preprocessor
|
adam@0
|
1426
|
adam@0
|
1427 Use these variables to override the choices made by `configure' or to help
|
adam@0
|
1428 it to find libraries and programs with nonstandard names/locations.
|
adam@0
|
1429
|
adam@0
|
1430 Report bugs to the package provider.
|
adam@0
|
1431 _ACEOF
|
adam@0
|
1432 ac_status=$?
|
adam@0
|
1433 fi
|
adam@0
|
1434
|
adam@0
|
1435 if test "$ac_init_help" = "recursive"; then
|
adam@0
|
1436 # If there are subdirs, report their specific --help.
|
adam@0
|
1437 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
|
adam@0
|
1438 test -d "$ac_dir" ||
|
adam@0
|
1439 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
|
adam@0
|
1440 continue
|
adam@0
|
1441 ac_builddir=.
|
adam@0
|
1442
|
adam@0
|
1443 case "$ac_dir" in
|
adam@0
|
1444 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
|
adam@0
|
1445 *)
|
adam@0
|
1446 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
|
adam@0
|
1447 # A ".." for each directory in $ac_dir_suffix.
|
adam@0
|
1448 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
|
adam@0
|
1449 case $ac_top_builddir_sub in
|
adam@0
|
1450 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
|
adam@0
|
1451 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
|
adam@0
|
1452 esac ;;
|
adam@0
|
1453 esac
|
adam@0
|
1454 ac_abs_top_builddir=$ac_pwd
|
adam@0
|
1455 ac_abs_builddir=$ac_pwd$ac_dir_suffix
|
adam@0
|
1456 # for backward compatibility:
|
adam@0
|
1457 ac_top_builddir=$ac_top_build_prefix
|
adam@0
|
1458
|
adam@0
|
1459 case $srcdir in
|
adam@0
|
1460 .) # We are building in place.
|
adam@0
|
1461 ac_srcdir=.
|
adam@0
|
1462 ac_top_srcdir=$ac_top_builddir_sub
|
adam@0
|
1463 ac_abs_top_srcdir=$ac_pwd ;;
|
adam@0
|
1464 [\\/]* | ?:[\\/]* ) # Absolute name.
|
adam@0
|
1465 ac_srcdir=$srcdir$ac_dir_suffix;
|
adam@0
|
1466 ac_top_srcdir=$srcdir
|
adam@0
|
1467 ac_abs_top_srcdir=$srcdir ;;
|
adam@0
|
1468 *) # Relative name.
|
adam@0
|
1469 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
|
adam@0
|
1470 ac_top_srcdir=$ac_top_build_prefix$srcdir
|
adam@0
|
1471 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
|
adam@0
|
1472 esac
|
adam@0
|
1473 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
|
adam@0
|
1474
|
adam@0
|
1475 cd "$ac_dir" || { ac_status=$?; continue; }
|
adam@0
|
1476 # Check for guested configure.
|
adam@0
|
1477 if test -f "$ac_srcdir/configure.gnu"; then
|
adam@0
|
1478 echo &&
|
adam@0
|
1479 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
|
adam@0
|
1480 elif test -f "$ac_srcdir/configure"; then
|
adam@0
|
1481 echo &&
|
adam@0
|
1482 $SHELL "$ac_srcdir/configure" --help=recursive
|
adam@0
|
1483 else
|
adam@0
|
1484 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
|
adam@0
|
1485 fi || ac_status=$?
|
adam@0
|
1486 cd "$ac_pwd" || { ac_status=$?; break; }
|
adam@0
|
1487 done
|
adam@0
|
1488 fi
|
adam@0
|
1489
|
adam@0
|
1490 test -n "$ac_init_help" && exit $ac_status
|
adam@0
|
1491 if $ac_init_version; then
|
adam@0
|
1492 cat <<\_ACEOF
|
adam@0
|
1493 urweb_openid configure 1.0
|
adam@47
|
1494 generated by GNU Autoconf 2.68
|
adam@0
|
1495
|
adam@0
|
1496 Copyright (C) 2010 Free Software Foundation, Inc.
|
adam@0
|
1497 This configure script is free software; the Free Software Foundation
|
adam@0
|
1498 gives unlimited permission to copy, distribute and modify it.
|
adam@0
|
1499 _ACEOF
|
adam@0
|
1500 exit
|
adam@0
|
1501 fi
|
adam@0
|
1502
|
adam@0
|
1503 ## ------------------------ ##
|
adam@0
|
1504 ## Autoconf initialization. ##
|
adam@0
|
1505 ## ------------------------ ##
|
adam@0
|
1506
|
adam@0
|
1507 # ac_fn_c_try_compile LINENO
|
adam@0
|
1508 # --------------------------
|
adam@0
|
1509 # Try to compile conftest.$ac_ext, and return whether this succeeded.
|
adam@0
|
1510 ac_fn_c_try_compile ()
|
adam@0
|
1511 {
|
adam@0
|
1512 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
|
adam@0
|
1513 rm -f conftest.$ac_objext
|
adam@0
|
1514 if { { ac_try="$ac_compile"
|
adam@0
|
1515 case "(($ac_try" in
|
adam@0
|
1516 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
|
adam@0
|
1517 *) ac_try_echo=$ac_try;;
|
adam@0
|
1518 esac
|
adam@0
|
1519 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
|
adam@0
|
1520 $as_echo "$ac_try_echo"; } >&5
|
adam@0
|
1521 (eval "$ac_compile") 2>conftest.err
|
adam@0
|
1522 ac_status=$?
|
adam@0
|
1523 if test -s conftest.err; then
|
adam@0
|
1524 grep -v '^ *+' conftest.err >conftest.er1
|
adam@0
|
1525 cat conftest.er1 >&5
|
adam@0
|
1526 mv -f conftest.er1 conftest.err
|
adam@0
|
1527 fi
|
adam@0
|
1528 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
adam@0
|
1529 test $ac_status = 0; } && {
|
adam@0
|
1530 test -z "$ac_c_werror_flag" ||
|
adam@0
|
1531 test ! -s conftest.err
|
adam@0
|
1532 } && test -s conftest.$ac_objext; then :
|
adam@0
|
1533 ac_retval=0
|
adam@0
|
1534 else
|
adam@0
|
1535 $as_echo "$as_me: failed program was:" >&5
|
adam@0
|
1536 sed 's/^/| /' conftest.$ac_ext >&5
|
adam@0
|
1537
|
adam@0
|
1538 ac_retval=1
|
adam@0
|
1539 fi
|
adam@47
|
1540 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
|
adam@0
|
1541 as_fn_set_status $ac_retval
|
adam@0
|
1542
|
adam@0
|
1543 } # ac_fn_c_try_compile
|
adam@0
|
1544
|
adam@0
|
1545 # ac_fn_c_try_cpp LINENO
|
adam@0
|
1546 # ----------------------
|
adam@0
|
1547 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
|
adam@0
|
1548 ac_fn_c_try_cpp ()
|
adam@0
|
1549 {
|
adam@0
|
1550 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
|
adam@0
|
1551 if { { ac_try="$ac_cpp conftest.$ac_ext"
|
adam@0
|
1552 case "(($ac_try" in
|
adam@0
|
1553 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
|
adam@0
|
1554 *) ac_try_echo=$ac_try;;
|
adam@0
|
1555 esac
|
adam@0
|
1556 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
|
adam@0
|
1557 $as_echo "$ac_try_echo"; } >&5
|
adam@0
|
1558 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
|
adam@0
|
1559 ac_status=$?
|
adam@0
|
1560 if test -s conftest.err; then
|
adam@0
|
1561 grep -v '^ *+' conftest.err >conftest.er1
|
adam@0
|
1562 cat conftest.er1 >&5
|
adam@0
|
1563 mv -f conftest.er1 conftest.err
|
adam@0
|
1564 fi
|
adam@0
|
1565 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
adam@0
|
1566 test $ac_status = 0; } > conftest.i && {
|
adam@0
|
1567 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
|
adam@0
|
1568 test ! -s conftest.err
|
adam@0
|
1569 }; then :
|
adam@0
|
1570 ac_retval=0
|
adam@0
|
1571 else
|
adam@0
|
1572 $as_echo "$as_me: failed program was:" >&5
|
adam@0
|
1573 sed 's/^/| /' conftest.$ac_ext >&5
|
adam@0
|
1574
|
adam@0
|
1575 ac_retval=1
|
adam@0
|
1576 fi
|
adam@47
|
1577 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
|
adam@0
|
1578 as_fn_set_status $ac_retval
|
adam@0
|
1579
|
adam@0
|
1580 } # ac_fn_c_try_cpp
|
adam@0
|
1581
|
adam@0
|
1582 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
|
adam@0
|
1583 # -------------------------------------------------------
|
adam@0
|
1584 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
|
adam@0
|
1585 # the include files in INCLUDES and setting the cache variable VAR
|
adam@0
|
1586 # accordingly.
|
adam@0
|
1587 ac_fn_c_check_header_mongrel ()
|
adam@0
|
1588 {
|
adam@0
|
1589 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
|
adam@47
|
1590 if eval \${$3+:} false; then :
|
adam@0
|
1591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
|
adam@0
|
1592 $as_echo_n "checking for $2... " >&6; }
|
adam@47
|
1593 if eval \${$3+:} false; then :
|
adam@0
|
1594 $as_echo_n "(cached) " >&6
|
adam@0
|
1595 fi
|
adam@0
|
1596 eval ac_res=\$$3
|
adam@0
|
1597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
|
adam@0
|
1598 $as_echo "$ac_res" >&6; }
|
adam@0
|
1599 else
|
adam@0
|
1600 # Is the header compilable?
|
adam@0
|
1601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
|
adam@0
|
1602 $as_echo_n "checking $2 usability... " >&6; }
|
adam@0
|
1603 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
adam@0
|
1604 /* end confdefs.h. */
|
adam@0
|
1605 $4
|
adam@0
|
1606 #include <$2>
|
adam@0
|
1607 _ACEOF
|
adam@0
|
1608 if ac_fn_c_try_compile "$LINENO"; then :
|
adam@0
|
1609 ac_header_compiler=yes
|
adam@0
|
1610 else
|
adam@0
|
1611 ac_header_compiler=no
|
adam@0
|
1612 fi
|
adam@0
|
1613 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
adam@0
|
1614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
|
adam@0
|
1615 $as_echo "$ac_header_compiler" >&6; }
|
adam@0
|
1616
|
adam@0
|
1617 # Is the header present?
|
adam@0
|
1618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
|
adam@0
|
1619 $as_echo_n "checking $2 presence... " >&6; }
|
adam@0
|
1620 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
adam@0
|
1621 /* end confdefs.h. */
|
adam@0
|
1622 #include <$2>
|
adam@0
|
1623 _ACEOF
|
adam@0
|
1624 if ac_fn_c_try_cpp "$LINENO"; then :
|
adam@0
|
1625 ac_header_preproc=yes
|
adam@0
|
1626 else
|
adam@0
|
1627 ac_header_preproc=no
|
adam@0
|
1628 fi
|
adam@0
|
1629 rm -f conftest.err conftest.i conftest.$ac_ext
|
adam@0
|
1630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
|
adam@0
|
1631 $as_echo "$ac_header_preproc" >&6; }
|
adam@0
|
1632
|
adam@0
|
1633 # So? What about this header?
|
adam@0
|
1634 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
|
adam@0
|
1635 yes:no: )
|
adam@0
|
1636 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
|
adam@0
|
1637 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
|
adam@0
|
1638 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
|
adam@0
|
1639 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
|
adam@0
|
1640 ;;
|
adam@0
|
1641 no:yes:* )
|
adam@0
|
1642 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
|
adam@0
|
1643 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
|
adam@0
|
1644 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
|
adam@0
|
1645 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
|
adam@0
|
1646 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
|
adam@0
|
1647 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
|
adam@0
|
1648 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
|
adam@0
|
1649 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
|
adam@0
|
1650 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
|
adam@0
|
1651 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
|
adam@0
|
1652 ;;
|
adam@0
|
1653 esac
|
adam@0
|
1654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
|
adam@0
|
1655 $as_echo_n "checking for $2... " >&6; }
|
adam@47
|
1656 if eval \${$3+:} false; then :
|
adam@0
|
1657 $as_echo_n "(cached) " >&6
|
adam@0
|
1658 else
|
adam@0
|
1659 eval "$3=\$ac_header_compiler"
|
adam@0
|
1660 fi
|
adam@0
|
1661 eval ac_res=\$$3
|
adam@0
|
1662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
|
adam@0
|
1663 $as_echo "$ac_res" >&6; }
|
adam@0
|
1664 fi
|
adam@47
|
1665 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
|
adam@0
|
1666
|
adam@0
|
1667 } # ac_fn_c_check_header_mongrel
|
adam@0
|
1668
|
adam@0
|
1669 # ac_fn_c_try_run LINENO
|
adam@0
|
1670 # ----------------------
|
adam@0
|
1671 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
|
adam@0
|
1672 # that executables *can* be run.
|
adam@0
|
1673 ac_fn_c_try_run ()
|
adam@0
|
1674 {
|
adam@0
|
1675 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
|
adam@0
|
1676 if { { ac_try="$ac_link"
|
adam@0
|
1677 case "(($ac_try" in
|
adam@0
|
1678 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
|
adam@0
|
1679 *) ac_try_echo=$ac_try;;
|
adam@0
|
1680 esac
|
adam@0
|
1681 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
|
adam@0
|
1682 $as_echo "$ac_try_echo"; } >&5
|
adam@0
|
1683 (eval "$ac_link") 2>&5
|
adam@0
|
1684 ac_status=$?
|
adam@0
|
1685 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
adam@0
|
1686 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
|
adam@0
|
1687 { { case "(($ac_try" in
|
adam@0
|
1688 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
|
adam@0
|
1689 *) ac_try_echo=$ac_try;;
|
adam@0
|
1690 esac
|
adam@0
|
1691 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
|
adam@0
|
1692 $as_echo "$ac_try_echo"; } >&5
|
adam@0
|
1693 (eval "$ac_try") 2>&5
|
adam@0
|
1694 ac_status=$?
|
adam@0
|
1695 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
adam@0
|
1696 test $ac_status = 0; }; }; then :
|
adam@0
|
1697 ac_retval=0
|
adam@0
|
1698 else
|
adam@0
|
1699 $as_echo "$as_me: program exited with status $ac_status" >&5
|
adam@0
|
1700 $as_echo "$as_me: failed program was:" >&5
|
adam@0
|
1701 sed 's/^/| /' conftest.$ac_ext >&5
|
adam@0
|
1702
|
adam@0
|
1703 ac_retval=$ac_status
|
adam@0
|
1704 fi
|
adam@0
|
1705 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
|
adam@47
|
1706 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
|
adam@0
|
1707 as_fn_set_status $ac_retval
|
adam@0
|
1708
|
adam@0
|
1709 } # ac_fn_c_try_run
|
adam@0
|
1710
|
adam@0
|
1711 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
|
adam@0
|
1712 # -------------------------------------------------------
|
adam@0
|
1713 # Tests whether HEADER exists and can be compiled using the include files in
|
adam@0
|
1714 # INCLUDES, setting the cache variable VAR accordingly.
|
adam@0
|
1715 ac_fn_c_check_header_compile ()
|
adam@0
|
1716 {
|
adam@0
|
1717 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
|
adam@0
|
1718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
|
adam@0
|
1719 $as_echo_n "checking for $2... " >&6; }
|
adam@47
|
1720 if eval \${$3+:} false; then :
|
adam@0
|
1721 $as_echo_n "(cached) " >&6
|
adam@0
|
1722 else
|
adam@0
|
1723 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
adam@0
|
1724 /* end confdefs.h. */
|
adam@0
|
1725 $4
|
adam@0
|
1726 #include <$2>
|
adam@0
|
1727 _ACEOF
|
adam@0
|
1728 if ac_fn_c_try_compile "$LINENO"; then :
|
adam@0
|
1729 eval "$3=yes"
|
adam@0
|
1730 else
|
adam@0
|
1731 eval "$3=no"
|
adam@0
|
1732 fi
|
adam@0
|
1733 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
adam@0
|
1734 fi
|
adam@0
|
1735 eval ac_res=\$$3
|
adam@0
|
1736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
|
adam@0
|
1737 $as_echo "$ac_res" >&6; }
|
adam@47
|
1738 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
|
adam@0
|
1739
|
adam@0
|
1740 } # ac_fn_c_check_header_compile
|
adam@0
|
1741
|
adam@0
|
1742 # ac_fn_c_try_link LINENO
|
adam@0
|
1743 # -----------------------
|
adam@0
|
1744 # Try to link conftest.$ac_ext, and return whether this succeeded.
|
adam@0
|
1745 ac_fn_c_try_link ()
|
adam@0
|
1746 {
|
adam@0
|
1747 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
|
adam@0
|
1748 rm -f conftest.$ac_objext conftest$ac_exeext
|
adam@0
|
1749 if { { ac_try="$ac_link"
|
adam@0
|
1750 case "(($ac_try" in
|
adam@0
|
1751 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
|
adam@0
|
1752 *) ac_try_echo=$ac_try;;
|
adam@0
|
1753 esac
|
adam@0
|
1754 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
|
adam@0
|
1755 $as_echo "$ac_try_echo"; } >&5
|
adam@0
|
1756 (eval "$ac_link") 2>conftest.err
|
adam@0
|
1757 ac_status=$?
|
adam@0
|
1758 if test -s conftest.err; then
|
adam@0
|
1759 grep -v '^ *+' conftest.err >conftest.er1
|
adam@0
|
1760 cat conftest.er1 >&5
|
adam@0
|
1761 mv -f conftest.er1 conftest.err
|
adam@0
|
1762 fi
|
adam@0
|
1763 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
adam@0
|
1764 test $ac_status = 0; } && {
|
adam@0
|
1765 test -z "$ac_c_werror_flag" ||
|
adam@0
|
1766 test ! -s conftest.err
|
adam@0
|
1767 } && test -s conftest$ac_exeext && {
|
adam@0
|
1768 test "$cross_compiling" = yes ||
|
adam@0
|
1769 $as_test_x conftest$ac_exeext
|
adam@0
|
1770 }; then :
|
adam@0
|
1771 ac_retval=0
|
adam@0
|
1772 else
|
adam@0
|
1773 $as_echo "$as_me: failed program was:" >&5
|
adam@0
|
1774 sed 's/^/| /' conftest.$ac_ext >&5
|
adam@0
|
1775
|
adam@0
|
1776 ac_retval=1
|
adam@0
|
1777 fi
|
adam@0
|
1778 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
|
adam@0
|
1779 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
|
adam@0
|
1780 # interfere with the next link command; also delete a directory that is
|
adam@0
|
1781 # left behind by Apple's compiler. We do this before executing the actions.
|
adam@0
|
1782 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
|
adam@47
|
1783 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
|
adam@0
|
1784 as_fn_set_status $ac_retval
|
adam@0
|
1785
|
adam@0
|
1786 } # ac_fn_c_try_link
|
adam@0
|
1787
|
adam@0
|
1788 # ac_fn_c_check_func LINENO FUNC VAR
|
adam@0
|
1789 # ----------------------------------
|
adam@0
|
1790 # Tests whether FUNC exists, setting the cache variable VAR accordingly
|
adam@0
|
1791 ac_fn_c_check_func ()
|
adam@0
|
1792 {
|
adam@0
|
1793 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
|
adam@0
|
1794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
|
adam@0
|
1795 $as_echo_n "checking for $2... " >&6; }
|
adam@47
|
1796 if eval \${$3+:} false; then :
|
adam@0
|
1797 $as_echo_n "(cached) " >&6
|
adam@0
|
1798 else
|
adam@0
|
1799 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
adam@0
|
1800 /* end confdefs.h. */
|
adam@0
|
1801 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
|
adam@0
|
1802 For example, HP-UX 11i <limits.h> declares gettimeofday. */
|
adam@0
|
1803 #define $2 innocuous_$2
|
adam@0
|
1804
|
adam@0
|
1805 /* System header to define __stub macros and hopefully few prototypes,
|
adam@0
|
1806 which can conflict with char $2 (); below.
|
adam@0
|
1807 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|
adam@0
|
1808 <limits.h> exists even on freestanding compilers. */
|
adam@0
|
1809
|
adam@0
|
1810 #ifdef __STDC__
|
adam@0
|
1811 # include <limits.h>
|
adam@0
|
1812 #else
|
adam@0
|
1813 # include <assert.h>
|
adam@0
|
1814 #endif
|
adam@0
|
1815
|
adam@0
|
1816 #undef $2
|
adam@0
|
1817
|
adam@0
|
1818 /* Override any GCC internal prototype to avoid an error.
|
adam@0
|
1819 Use char because int might match the return type of a GCC
|
adam@0
|
1820 builtin and then its argument prototype would still apply. */
|
adam@0
|
1821 #ifdef __cplusplus
|
adam@0
|
1822 extern "C"
|
adam@0
|
1823 #endif
|
adam@0
|
1824 char $2 ();
|
adam@0
|
1825 /* The GNU C library defines this for functions which it implements
|
adam@0
|
1826 to always fail with ENOSYS. Some functions are actually named
|
adam@0
|
1827 something starting with __ and the normal name is an alias. */
|
adam@0
|
1828 #if defined __stub_$2 || defined __stub___$2
|
adam@0
|
1829 choke me
|
adam@0
|
1830 #endif
|
adam@0
|
1831
|
adam@0
|
1832 int
|
adam@0
|
1833 main ()
|
adam@0
|
1834 {
|
adam@0
|
1835 return $2 ();
|
adam@0
|
1836 ;
|
adam@0
|
1837 return 0;
|
adam@0
|
1838 }
|
adam@0
|
1839 _ACEOF
|
adam@0
|
1840 if ac_fn_c_try_link "$LINENO"; then :
|
adam@0
|
1841 eval "$3=yes"
|
adam@0
|
1842 else
|
adam@0
|
1843 eval "$3=no"
|
adam@0
|
1844 fi
|
adam@0
|
1845 rm -f core conftest.err conftest.$ac_objext \
|
adam@0
|
1846 conftest$ac_exeext conftest.$ac_ext
|
adam@0
|
1847 fi
|
adam@0
|
1848 eval ac_res=\$$3
|
adam@0
|
1849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
|
adam@0
|
1850 $as_echo "$ac_res" >&6; }
|
adam@47
|
1851 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
|
adam@0
|
1852
|
adam@0
|
1853 } # ac_fn_c_check_func
|
adam@1
|
1854
|
adam@1
|
1855 # ac_fn_cxx_try_compile LINENO
|
adam@1
|
1856 # ----------------------------
|
adam@1
|
1857 # Try to compile conftest.$ac_ext, and return whether this succeeded.
|
adam@1
|
1858 ac_fn_cxx_try_compile ()
|
adam@1
|
1859 {
|
adam@1
|
1860 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
|
adam@1
|
1861 rm -f conftest.$ac_objext
|
adam@1
|
1862 if { { ac_try="$ac_compile"
|
adam@1
|
1863 case "(($ac_try" in
|
adam@1
|
1864 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
|
adam@1
|
1865 *) ac_try_echo=$ac_try;;
|
adam@1
|
1866 esac
|
adam@1
|
1867 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
|
adam@1
|
1868 $as_echo "$ac_try_echo"; } >&5
|
adam@1
|
1869 (eval "$ac_compile") 2>conftest.err
|
adam@1
|
1870 ac_status=$?
|
adam@1
|
1871 if test -s conftest.err; then
|
adam@1
|
1872 grep -v '^ *+' conftest.err >conftest.er1
|
adam@1
|
1873 cat conftest.er1 >&5
|
adam@1
|
1874 mv -f conftest.er1 conftest.err
|
adam@1
|
1875 fi
|
adam@1
|
1876 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
adam@1
|
1877 test $ac_status = 0; } && {
|
adam@1
|
1878 test -z "$ac_cxx_werror_flag" ||
|
adam@1
|
1879 test ! -s conftest.err
|
adam@1
|
1880 } && test -s conftest.$ac_objext; then :
|
adam@1
|
1881 ac_retval=0
|
adam@1
|
1882 else
|
adam@1
|
1883 $as_echo "$as_me: failed program was:" >&5
|
adam@1
|
1884 sed 's/^/| /' conftest.$ac_ext >&5
|
adam@1
|
1885
|
adam@1
|
1886 ac_retval=1
|
adam@1
|
1887 fi
|
adam@47
|
1888 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
|
adam@1
|
1889 as_fn_set_status $ac_retval
|
adam@1
|
1890
|
adam@1
|
1891 } # ac_fn_cxx_try_compile
|
adam@1
|
1892
|
adam@1
|
1893 # ac_fn_cxx_try_cpp LINENO
|
adam@1
|
1894 # ------------------------
|
adam@1
|
1895 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
|
adam@1
|
1896 ac_fn_cxx_try_cpp ()
|
adam@1
|
1897 {
|
adam@1
|
1898 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
|
adam@1
|
1899 if { { ac_try="$ac_cpp conftest.$ac_ext"
|
adam@1
|
1900 case "(($ac_try" in
|
adam@1
|
1901 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
|
adam@1
|
1902 *) ac_try_echo=$ac_try;;
|
adam@1
|
1903 esac
|
adam@1
|
1904 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
|
adam@1
|
1905 $as_echo "$ac_try_echo"; } >&5
|
adam@1
|
1906 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
|
adam@1
|
1907 ac_status=$?
|
adam@1
|
1908 if test -s conftest.err; then
|
adam@1
|
1909 grep -v '^ *+' conftest.err >conftest.er1
|
adam@1
|
1910 cat conftest.er1 >&5
|
adam@1
|
1911 mv -f conftest.er1 conftest.err
|
adam@1
|
1912 fi
|
adam@1
|
1913 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
adam@1
|
1914 test $ac_status = 0; } > conftest.i && {
|
adam@1
|
1915 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
|
adam@1
|
1916 test ! -s conftest.err
|
adam@1
|
1917 }; then :
|
adam@1
|
1918 ac_retval=0
|
adam@1
|
1919 else
|
adam@1
|
1920 $as_echo "$as_me: failed program was:" >&5
|
adam@1
|
1921 sed 's/^/| /' conftest.$ac_ext >&5
|
adam@1
|
1922
|
adam@1
|
1923 ac_retval=1
|
adam@1
|
1924 fi
|
adam@47
|
1925 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
|
adam@1
|
1926 as_fn_set_status $ac_retval
|
adam@1
|
1927
|
adam@1
|
1928 } # ac_fn_cxx_try_cpp
|
adam@1
|
1929
|
adam@1
|
1930 # ac_fn_cxx_try_link LINENO
|
adam@1
|
1931 # -------------------------
|
adam@1
|
1932 # Try to link conftest.$ac_ext, and return whether this succeeded.
|
adam@1
|
1933 ac_fn_cxx_try_link ()
|
adam@1
|
1934 {
|
adam@1
|
1935 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
|
adam@1
|
1936 rm -f conftest.$ac_objext conftest$ac_exeext
|
adam@1
|
1937 if { { ac_try="$ac_link"
|
adam@1
|
1938 case "(($ac_try" in
|
adam@1
|
1939 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
|
adam@1
|
1940 *) ac_try_echo=$ac_try;;
|
adam@1
|
1941 esac
|
adam@1
|
1942 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
|
adam@1
|
1943 $as_echo "$ac_try_echo"; } >&5
|
adam@1
|
1944 (eval "$ac_link") 2>conftest.err
|
adam@1
|
1945 ac_status=$?
|
adam@1
|
1946 if test -s conftest.err; then
|
adam@1
|
1947 grep -v '^ *+' conftest.err >conftest.er1
|
adam@1
|
1948 cat conftest.er1 >&5
|
adam@1
|
1949 mv -f conftest.er1 conftest.err
|
adam@1
|
1950 fi
|
adam@1
|
1951 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
adam@1
|
1952 test $ac_status = 0; } && {
|
adam@1
|
1953 test -z "$ac_cxx_werror_flag" ||
|
adam@1
|
1954 test ! -s conftest.err
|
adam@1
|
1955 } && test -s conftest$ac_exeext && {
|
adam@1
|
1956 test "$cross_compiling" = yes ||
|
adam@1
|
1957 $as_test_x conftest$ac_exeext
|
adam@1
|
1958 }; then :
|
adam@1
|
1959 ac_retval=0
|
adam@1
|
1960 else
|
adam@1
|
1961 $as_echo "$as_me: failed program was:" >&5
|
adam@1
|
1962 sed 's/^/| /' conftest.$ac_ext >&5
|
adam@1
|
1963
|
adam@1
|
1964 ac_retval=1
|
adam@1
|
1965 fi
|
adam@1
|
1966 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
|
adam@1
|
1967 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
|
adam@1
|
1968 # interfere with the next link command; also delete a directory that is
|
adam@1
|
1969 # left behind by Apple's compiler. We do this before executing the actions.
|
adam@1
|
1970 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
|
adam@47
|
1971 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
|
adam@1
|
1972 as_fn_set_status $ac_retval
|
adam@1
|
1973
|
adam@1
|
1974 } # ac_fn_cxx_try_link
|
adam@0
|
1975 cat >config.log <<_ACEOF
|
adam@0
|
1976 This file contains any messages produced by compilers while
|
adam@0
|
1977 running configure, to aid debugging if configure makes a mistake.
|
adam@0
|
1978
|
adam@0
|
1979 It was created by urweb_openid $as_me 1.0, which was
|
adam@47
|
1980 generated by GNU Autoconf 2.68. Invocation command line was
|
adam@0
|
1981
|
adam@0
|
1982 $ $0 $@
|
adam@0
|
1983
|
adam@0
|
1984 _ACEOF
|
adam@0
|
1985 exec 5>>config.log
|
adam@0
|
1986 {
|
adam@0
|
1987 cat <<_ASUNAME
|
adam@0
|
1988 ## --------- ##
|
adam@0
|
1989 ## Platform. ##
|
adam@0
|
1990 ## --------- ##
|
adam@0
|
1991
|
adam@0
|
1992 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
|
adam@0
|
1993 uname -m = `(uname -m) 2>/dev/null || echo unknown`
|
adam@0
|
1994 uname -r = `(uname -r) 2>/dev/null || echo unknown`
|
adam@0
|
1995 uname -s = `(uname -s) 2>/dev/null || echo unknown`
|
adam@0
|
1996 uname -v = `(uname -v) 2>/dev/null || echo unknown`
|
adam@0
|
1997
|
adam@0
|
1998 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
|
adam@0
|
1999 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
|
adam@0
|
2000
|
adam@0
|
2001 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
|
adam@0
|
2002 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
|
adam@0
|
2003 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
|
adam@0
|
2004 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
|
adam@0
|
2005 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
|
adam@0
|
2006 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
|
adam@0
|
2007 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
|
adam@0
|
2008
|
adam@0
|
2009 _ASUNAME
|
adam@0
|
2010
|
adam@0
|
2011 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
adam@0
|
2012 for as_dir in $PATH
|
adam@0
|
2013 do
|
adam@0
|
2014 IFS=$as_save_IFS
|
adam@0
|
2015 test -z "$as_dir" && as_dir=.
|
adam@0
|
2016 $as_echo "PATH: $as_dir"
|
adam@0
|
2017 done
|
adam@0
|
2018 IFS=$as_save_IFS
|
adam@0
|
2019
|
adam@0
|
2020 } >&5
|
adam@0
|
2021
|
adam@0
|
2022 cat >&5 <<_ACEOF
|
adam@0
|
2023
|
adam@0
|
2024
|
adam@0
|
2025 ## ----------- ##
|
adam@0
|
2026 ## Core tests. ##
|
adam@0
|
2027 ## ----------- ##
|
adam@0
|
2028
|
adam@0
|
2029 _ACEOF
|
adam@0
|
2030
|
adam@0
|
2031
|
adam@0
|
2032 # Keep a trace of the command line.
|
adam@0
|
2033 # Strip out --no-create and --no-recursion so they do not pile up.
|
adam@0
|
2034 # Strip out --silent because we don't want to record it for future runs.
|
adam@0
|
2035 # Also quote any args containing shell meta-characters.
|
adam@0
|
2036 # Make two passes to allow for proper duplicate-argument suppression.
|
adam@0
|
2037 ac_configure_args=
|
adam@0
|
2038 ac_configure_args0=
|
adam@0
|
2039 ac_configure_args1=
|
adam@0
|
2040 ac_must_keep_next=false
|
adam@0
|
2041 for ac_pass in 1 2
|
adam@0
|
2042 do
|
adam@0
|
2043 for ac_arg
|
adam@0
|
2044 do
|
adam@0
|
2045 case $ac_arg in
|
adam@0
|
2046 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
|
adam@0
|
2047 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
|
adam@0
|
2048 | -silent | --silent | --silen | --sile | --sil)
|
adam@0
|
2049 continue ;;
|
adam@0
|
2050 *\'*)
|
adam@0
|
2051 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
|
adam@0
|
2052 esac
|
adam@0
|
2053 case $ac_pass in
|
adam@0
|
2054 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
|
adam@0
|
2055 2)
|
adam@0
|
2056 as_fn_append ac_configure_args1 " '$ac_arg'"
|
adam@0
|
2057 if test $ac_must_keep_next = true; then
|
adam@0
|
2058 ac_must_keep_next=false # Got value, back to normal.
|
adam@0
|
2059 else
|
adam@0
|
2060 case $ac_arg in
|
adam@0
|
2061 *=* | --config-cache | -C | -disable-* | --disable-* \
|
adam@0
|
2062 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
|
adam@0
|
2063 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
|
adam@0
|
2064 | -with-* | --with-* | -without-* | --without-* | --x)
|
adam@0
|
2065 case "$ac_configure_args0 " in
|
adam@0
|
2066 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
|
adam@0
|
2067 esac
|
adam@0
|
2068 ;;
|
adam@0
|
2069 -* ) ac_must_keep_next=true ;;
|
adam@0
|
2070 esac
|
adam@0
|
2071 fi
|
adam@0
|
2072 as_fn_append ac_configure_args " '$ac_arg'"
|
adam@0
|
2073 ;;
|
adam@0
|
2074 esac
|
adam@0
|
2075 done
|
adam@0
|
2076 done
|
adam@0
|
2077 { ac_configure_args0=; unset ac_configure_args0;}
|
adam@0
|
2078 { ac_configure_args1=; unset ac_configure_args1;}
|
adam@0
|
2079
|
adam@0
|
2080 # When interrupted or exit'd, cleanup temporary files, and complete
|
adam@0
|
2081 # config.log. We remove comments because anyway the quotes in there
|
adam@0
|
2082 # would cause problems or look ugly.
|
adam@0
|
2083 # WARNING: Use '\'' to represent an apostrophe within the trap.
|
adam@0
|
2084 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
|
adam@0
|
2085 trap 'exit_status=$?
|
adam@0
|
2086 # Save into config.log some information that might help in debugging.
|
adam@0
|
2087 {
|
adam@0
|
2088 echo
|
adam@0
|
2089
|
adam@0
|
2090 $as_echo "## ---------------- ##
|
adam@0
|
2091 ## Cache variables. ##
|
adam@0
|
2092 ## ---------------- ##"
|
adam@0
|
2093 echo
|
adam@0
|
2094 # The following way of writing the cache mishandles newlines in values,
|
adam@0
|
2095 (
|
adam@0
|
2096 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
|
adam@0
|
2097 eval ac_val=\$$ac_var
|
adam@0
|
2098 case $ac_val in #(
|
adam@0
|
2099 *${as_nl}*)
|
adam@0
|
2100 case $ac_var in #(
|
adam@0
|
2101 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
|
adam@0
|
2102 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
|
adam@0
|
2103 esac
|
adam@0
|
2104 case $ac_var in #(
|
adam@0
|
2105 _ | IFS | as_nl) ;; #(
|
adam@0
|
2106 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
|
adam@0
|
2107 *) { eval $ac_var=; unset $ac_var;} ;;
|
adam@0
|
2108 esac ;;
|
adam@0
|
2109 esac
|
adam@0
|
2110 done
|
adam@0
|
2111 (set) 2>&1 |
|
adam@0
|
2112 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
|
adam@0
|
2113 *${as_nl}ac_space=\ *)
|
adam@0
|
2114 sed -n \
|
adam@0
|
2115 "s/'\''/'\''\\\\'\'''\''/g;
|
adam@0
|
2116 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
|
adam@0
|
2117 ;; #(
|
adam@0
|
2118 *)
|
adam@0
|
2119 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
|
adam@0
|
2120 ;;
|
adam@0
|
2121 esac |
|
adam@0
|
2122 sort
|
adam@0
|
2123 )
|
adam@0
|
2124 echo
|
adam@0
|
2125
|
adam@0
|
2126 $as_echo "## ----------------- ##
|
adam@0
|
2127 ## Output variables. ##
|
adam@0
|
2128 ## ----------------- ##"
|
adam@0
|
2129 echo
|
adam@0
|
2130 for ac_var in $ac_subst_vars
|
adam@0
|
2131 do
|
adam@0
|
2132 eval ac_val=\$$ac_var
|
adam@0
|
2133 case $ac_val in
|
adam@0
|
2134 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
|
adam@0
|
2135 esac
|
adam@0
|
2136 $as_echo "$ac_var='\''$ac_val'\''"
|
adam@0
|
2137 done | sort
|
adam@0
|
2138 echo
|
adam@0
|
2139
|
adam@0
|
2140 if test -n "$ac_subst_files"; then
|
adam@0
|
2141 $as_echo "## ------------------- ##
|
adam@0
|
2142 ## File substitutions. ##
|
adam@0
|
2143 ## ------------------- ##"
|
adam@0
|
2144 echo
|
adam@0
|
2145 for ac_var in $ac_subst_files
|
adam@0
|
2146 do
|
adam@0
|
2147 eval ac_val=\$$ac_var
|
adam@0
|
2148 case $ac_val in
|
adam@0
|
2149 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
|
adam@0
|
2150 esac
|
adam@0
|
2151 $as_echo "$ac_var='\''$ac_val'\''"
|
adam@0
|
2152 done | sort
|
adam@0
|
2153 echo
|
adam@0
|
2154 fi
|
adam@0
|
2155
|
adam@0
|
2156 if test -s confdefs.h; then
|
adam@0
|
2157 $as_echo "## ----------- ##
|
adam@0
|
2158 ## confdefs.h. ##
|
adam@0
|
2159 ## ----------- ##"
|
adam@0
|
2160 echo
|
adam@0
|
2161 cat confdefs.h
|
adam@0
|
2162 echo
|
adam@0
|
2163 fi
|
adam@0
|
2164 test "$ac_signal" != 0 &&
|
adam@0
|
2165 $as_echo "$as_me: caught signal $ac_signal"
|
adam@0
|
2166 $as_echo "$as_me: exit $exit_status"
|
adam@0
|
2167 } >&5
|
adam@0
|
2168 rm -f core *.core core.conftest.* &&
|
adam@0
|
2169 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
|
adam@0
|
2170 exit $exit_status
|
adam@0
|
2171 ' 0
|
adam@0
|
2172 for ac_signal in 1 2 13 15; do
|
adam@0
|
2173 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
|
adam@0
|
2174 done
|
adam@0
|
2175 ac_signal=0
|
adam@0
|
2176
|
adam@0
|
2177 # confdefs.h avoids OS command line length limits that DEFS can exceed.
|
adam@0
|
2178 rm -f -r conftest* confdefs.h
|
adam@0
|
2179
|
adam@0
|
2180 $as_echo "/* confdefs.h */" > confdefs.h
|
adam@0
|
2181
|
adam@0
|
2182 # Predefined preprocessor variables.
|
adam@0
|
2183
|
adam@0
|
2184 cat >>confdefs.h <<_ACEOF
|
adam@0
|
2185 #define PACKAGE_NAME "$PACKAGE_NAME"
|
adam@0
|
2186 _ACEOF
|
adam@0
|
2187
|
adam@0
|
2188 cat >>confdefs.h <<_ACEOF
|
adam@0
|
2189 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
|
adam@0
|
2190 _ACEOF
|
adam@0
|
2191
|
adam@0
|
2192 cat >>confdefs.h <<_ACEOF
|
adam@0
|
2193 #define PACKAGE_VERSION "$PACKAGE_VERSION"
|
adam@0
|
2194 _ACEOF
|
adam@0
|
2195
|
adam@0
|
2196 cat >>confdefs.h <<_ACEOF
|
adam@0
|
2197 #define PACKAGE_STRING "$PACKAGE_STRING"
|
adam@0
|
2198 _ACEOF
|
adam@0
|
2199
|
adam@0
|
2200 cat >>confdefs.h <<_ACEOF
|
adam@0
|
2201 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
|
adam@0
|
2202 _ACEOF
|
adam@0
|
2203
|
adam@0
|
2204 cat >>confdefs.h <<_ACEOF
|
adam@0
|
2205 #define PACKAGE_URL "$PACKAGE_URL"
|
adam@0
|
2206 _ACEOF
|
adam@0
|
2207
|
adam@0
|
2208
|
adam@0
|
2209 # Let the site file select an alternate cache file if it wants to.
|
adam@0
|
2210 # Prefer an explicitly selected file to automatically selected ones.
|
adam@0
|
2211 ac_site_file1=NONE
|
adam@0
|
2212 ac_site_file2=NONE
|
adam@0
|
2213 if test -n "$CONFIG_SITE"; then
|
adam@0
|
2214 # We do not want a PATH search for config.site.
|
adam@0
|
2215 case $CONFIG_SITE in #((
|
adam@0
|
2216 -*) ac_site_file1=./$CONFIG_SITE;;
|
adam@0
|
2217 */*) ac_site_file1=$CONFIG_SITE;;
|
adam@0
|
2218 *) ac_site_file1=./$CONFIG_SITE;;
|
adam@0
|
2219 esac
|
adam@0
|
2220 elif test "x$prefix" != xNONE; then
|
adam@0
|
2221 ac_site_file1=$prefix/share/config.site
|
adam@0
|
2222 ac_site_file2=$prefix/etc/config.site
|
adam@0
|
2223 else
|
adam@0
|
2224 ac_site_file1=$ac_default_prefix/share/config.site
|
adam@0
|
2225 ac_site_file2=$ac_default_prefix/etc/config.site
|
adam@0
|
2226 fi
|
adam@0
|
2227 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
|
adam@0
|
2228 do
|
adam@0
|
2229 test "x$ac_site_file" = xNONE && continue
|
adam@0
|
2230 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
|
adam@0
|
2231 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
|
adam@0
|
2232 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
|
adam@0
|
2233 sed 's/^/| /' "$ac_site_file" >&5
|
adam@0
|
2234 . "$ac_site_file" \
|
adam@0
|
2235 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
adam@0
|
2236 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
|
adam@0
|
2237 as_fn_error $? "failed to load site script $ac_site_file
|
adam@47
|
2238 See \`config.log' for more details" "$LINENO" 5; }
|
adam@0
|
2239 fi
|
adam@0
|
2240 done
|
adam@0
|
2241
|
adam@0
|
2242 if test -r "$cache_file"; then
|
adam@0
|
2243 # Some versions of bash will fail to source /dev/null (special files
|
adam@0
|
2244 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
|
adam@0
|
2245 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
|
adam@0
|
2246 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
|
adam@0
|
2247 $as_echo "$as_me: loading cache $cache_file" >&6;}
|
adam@0
|
2248 case $cache_file in
|
adam@0
|
2249 [\\/]* | ?:[\\/]* ) . "$cache_file";;
|
adam@0
|
2250 *) . "./$cache_file";;
|
adam@0
|
2251 esac
|
adam@0
|
2252 fi
|
adam@0
|
2253 else
|
adam@0
|
2254 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
|
adam@0
|
2255 $as_echo "$as_me: creating cache $cache_file" >&6;}
|
adam@0
|
2256 >$cache_file
|
adam@0
|
2257 fi
|
adam@0
|
2258
|
adam@0
|
2259 # Check that the precious variables saved in the cache have kept the same
|
adam@0
|
2260 # value.
|
adam@0
|
2261 ac_cache_corrupted=false
|
adam@0
|
2262 for ac_var in $ac_precious_vars; do
|
adam@0
|
2263 eval ac_old_set=\$ac_cv_env_${ac_var}_set
|
adam@0
|
2264 eval ac_new_set=\$ac_env_${ac_var}_set
|
adam@0
|
2265 eval ac_old_val=\$ac_cv_env_${ac_var}_value
|
adam@0
|
2266 eval ac_new_val=\$ac_env_${ac_var}_value
|
adam@0
|
2267 case $ac_old_set,$ac_new_set in
|
adam@0
|
2268 set,)
|
adam@0
|
2269 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
|
adam@0
|
2270 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
|
adam@0
|
2271 ac_cache_corrupted=: ;;
|
adam@0
|
2272 ,set)
|
adam@0
|
2273 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
|
adam@0
|
2274 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
|
adam@0
|
2275 ac_cache_corrupted=: ;;
|
adam@0
|
2276 ,);;
|
adam@0
|
2277 *)
|
adam@0
|
2278 if test "x$ac_old_val" != "x$ac_new_val"; then
|
adam@0
|
2279 # differences in whitespace do not lead to failure.
|
adam@0
|
2280 ac_old_val_w=`echo x $ac_old_val`
|
adam@0
|
2281 ac_new_val_w=`echo x $ac_new_val`
|
adam@0
|
2282 if test "$ac_old_val_w" != "$ac_new_val_w"; then
|
adam@0
|
2283 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
|
adam@0
|
2284 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
|
adam@0
|
2285 ac_cache_corrupted=:
|
adam@0
|
2286 else
|
adam@0
|
2287 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
|
adam@0
|
2288 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
|
adam@0
|
2289 eval $ac_var=\$ac_old_val
|
adam@0
|
2290 fi
|
adam@0
|
2291 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
|
adam@0
|
2292 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
|
adam@0
|
2293 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
|
adam@0
|
2294 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
|
adam@0
|
2295 fi;;
|
adam@0
|
2296 esac
|
adam@0
|
2297 # Pass precious variables to config.status.
|
adam@0
|
2298 if test "$ac_new_set" = set; then
|
adam@0
|
2299 case $ac_new_val in
|
adam@0
|
2300 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
|
adam@0
|
2301 *) ac_arg=$ac_var=$ac_new_val ;;
|
adam@0
|
2302 esac
|
adam@0
|
2303 case " $ac_configure_args " in
|
adam@0
|
2304 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
|
adam@0
|
2305 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
|
adam@0
|
2306 esac
|
adam@0
|
2307 fi
|
adam@0
|
2308 done
|
adam@0
|
2309 if $ac_cache_corrupted; then
|
adam@0
|
2310 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
adam@0
|
2311 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
|
adam@0
|
2312 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
|
adam@0
|
2313 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
|
adam@0
|
2314 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
|
adam@0
|
2315 fi
|
adam@0
|
2316 ## -------------------- ##
|
adam@0
|
2317 ## Main body of script. ##
|
adam@0
|
2318 ## -------------------- ##
|
adam@0
|
2319
|
adam@0
|
2320 ac_ext=c
|
adam@0
|
2321 ac_cpp='$CPP $CPPFLAGS'
|
adam@0
|
2322 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
adam@0
|
2323 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
adam@0
|
2324 ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
adam@0
|
2325
|
adam@0
|
2326
|
adam@0
|
2327 ac_ext=c
|
adam@0
|
2328 ac_cpp='$CPP $CPPFLAGS'
|
adam@0
|
2329 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
adam@0
|
2330 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
adam@0
|
2331 ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
adam@0
|
2332 if test -n "$ac_tool_prefix"; then
|
adam@0
|
2333 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
|
adam@0
|
2334 set dummy ${ac_tool_prefix}gcc; ac_word=$2
|
adam@0
|
2335 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
adam@0
|
2336 $as_echo_n "checking for $ac_word... " >&6; }
|
adam@47
|
2337 if ${ac_cv_prog_CC+:} false; then :
|
adam@0
|
2338 $as_echo_n "(cached) " >&6
|
adam@0
|
2339 else
|
adam@0
|
2340 if test -n "$CC"; then
|
adam@0
|
2341 ac_cv_prog_CC="$CC" # Let the user override the test.
|
adam@0
|
2342 else
|
adam@0
|
2343 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
adam@0
|
2344 for as_dir in $PATH
|
adam@0
|
2345 do
|
adam@0
|
2346 IFS=$as_save_IFS
|
adam@0
|
2347 test -z "$as_dir" && as_dir=.
|
adam@0
|
2348 for ac_exec_ext in '' $ac_executable_extensions; do
|
adam@0
|
2349 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
adam@0
|
2350 ac_cv_prog_CC="${ac_tool_prefix}gcc"
|
adam@0
|
2351 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
adam@0
|
2352 break 2
|
adam@0
|
2353 fi
|
adam@0
|
2354 done
|
adam@0
|
2355 done
|
adam@0
|
2356 IFS=$as_save_IFS
|
adam@0
|
2357
|
adam@0
|
2358 fi
|
adam@0
|
2359 fi
|
adam@0
|
2360 CC=$ac_cv_prog_CC
|
adam@0
|
2361 if test -n "$CC"; then
|
adam@0
|
2362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
|
adam@0
|
2363 $as_echo "$CC" >&6; }
|
adam@0
|
2364 else
|
adam@0
|
2365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
adam@0
|
2366 $as_echo "no" >&6; }
|
adam@0
|
2367 fi
|
adam@0
|
2368
|
adam@0
|
2369
|
adam@0
|
2370 fi
|
adam@0
|
2371 if test -z "$ac_cv_prog_CC"; then
|
adam@0
|
2372 ac_ct_CC=$CC
|
adam@0
|
2373 # Extract the first word of "gcc", so it can be a program name with args.
|
adam@0
|
2374 set dummy gcc; ac_word=$2
|
adam@0
|
2375 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
adam@0
|
2376 $as_echo_n "checking for $ac_word... " >&6; }
|
adam@47
|
2377 if ${ac_cv_prog_ac_ct_CC+:} false; then :
|
adam@0
|
2378 $as_echo_n "(cached) " >&6
|
adam@0
|
2379 else
|
adam@0
|
2380 if test -n "$ac_ct_CC"; then
|
adam@0
|
2381 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
|
adam@0
|
2382 else
|
adam@0
|
2383 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
adam@0
|
2384 for as_dir in $PATH
|
adam@0
|
2385 do
|
adam@0
|
2386 IFS=$as_save_IFS
|
adam@0
|
2387 test -z "$as_dir" && as_dir=.
|
adam@0
|
2388 for ac_exec_ext in '' $ac_executable_extensions; do
|
adam@0
|
2389 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
adam@0
|
2390 ac_cv_prog_ac_ct_CC="gcc"
|
adam@0
|
2391 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
adam@0
|
2392 break 2
|
adam@0
|
2393 fi
|
adam@0
|
2394 done
|
adam@0
|
2395 done
|
adam@0
|
2396 IFS=$as_save_IFS
|
adam@0
|
2397
|
adam@0
|
2398 fi
|
adam@0
|
2399 fi
|
adam@0
|
2400 ac_ct_CC=$ac_cv_prog_ac_ct_CC
|
adam@0
|
2401 if test -n "$ac_ct_CC"; then
|
adam@0
|
2402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
|
adam@0
|
2403 $as_echo "$ac_ct_CC" >&6; }
|
adam@0
|
2404 else
|
adam@0
|
2405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
adam@0
|
2406 $as_echo "no" >&6; }
|
adam@0
|
2407 fi
|
adam@0
|
2408
|
adam@0
|
2409 if test "x$ac_ct_CC" = x; then
|
adam@0
|
2410 CC=""
|
adam@0
|
2411 else
|
adam@0
|
2412 case $cross_compiling:$ac_tool_warned in
|
adam@0
|
2413 yes:)
|
adam@0
|
2414 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
|
adam@0
|
2415 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
|
adam@0
|
2416 ac_tool_warned=yes ;;
|
adam@0
|
2417 esac
|
adam@0
|
2418 CC=$ac_ct_CC
|
adam@0
|
2419 fi
|
adam@0
|
2420 else
|
adam@0
|
2421 CC="$ac_cv_prog_CC"
|
adam@0
|
2422 fi
|
adam@0
|
2423
|
adam@0
|
2424 if test -z "$CC"; then
|
adam@0
|
2425 if test -n "$ac_tool_prefix"; then
|
adam@0
|
2426 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
|
adam@0
|
2427 set dummy ${ac_tool_prefix}cc; ac_word=$2
|
adam@0
|
2428 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
adam@0
|
2429 $as_echo_n "checking for $ac_word... " >&6; }
|
adam@47
|
2430 if ${ac_cv_prog_CC+:} false; then :
|
adam@0
|
2431 $as_echo_n "(cached) " >&6
|
adam@0
|
2432 else
|
adam@0
|
2433 if test -n "$CC"; then
|
adam@0
|
2434 ac_cv_prog_CC="$CC" # Let the user override the test.
|
adam@0
|
2435 else
|
adam@0
|
2436 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
adam@0
|
2437 for as_dir in $PATH
|
adam@0
|
2438 do
|
adam@0
|
2439 IFS=$as_save_IFS
|
adam@0
|
2440 test -z "$as_dir" && as_dir=.
|
adam@0
|
2441 for ac_exec_ext in '' $ac_executable_extensions; do
|
adam@0
|
2442 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
adam@0
|
2443 ac_cv_prog_CC="${ac_tool_prefix}cc"
|
adam@0
|
2444 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
adam@0
|
2445 break 2
|
adam@0
|
2446 fi
|
adam@0
|
2447 done
|
adam@0
|
2448 done
|
adam@0
|
2449 IFS=$as_save_IFS
|
adam@0
|
2450
|
adam@0
|
2451 fi
|
adam@0
|
2452 fi
|
adam@0
|
2453 CC=$ac_cv_prog_CC
|
adam@0
|
2454 if test -n "$CC"; then
|
adam@0
|
2455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
|
adam@0
|
2456 $as_echo "$CC" >&6; }
|
adam@0
|
2457 else
|
adam@0
|
2458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
adam@0
|
2459 $as_echo "no" >&6; }
|
adam@0
|
2460 fi
|
adam@0
|
2461
|
adam@0
|
2462
|
adam@0
|
2463 fi
|
adam@0
|
2464 fi
|
adam@0
|
2465 if test -z "$CC"; then
|
adam@0
|
2466 # Extract the first word of "cc", so it can be a program name with args.
|
adam@0
|
2467 set dummy cc; ac_word=$2
|
adam@0
|
2468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
adam@0
|
2469 $as_echo_n "checking for $ac_word... " >&6; }
|
adam@47
|
2470 if ${ac_cv_prog_CC+:} false; then :
|
adam@0
|
2471 $as_echo_n "(cached) " >&6
|
adam@0
|
2472 else
|
adam@0
|
2473 if test -n "$CC"; then
|
adam@0
|
2474 ac_cv_prog_CC="$CC" # Let the user override the test.
|
adam@0
|
2475 else
|
adam@0
|
2476 ac_prog_rejected=no
|
adam@0
|
2477 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
adam@0
|
2478 for as_dir in $PATH
|
adam@0
|
2479 do
|
adam@0
|
2480 IFS=$as_save_IFS
|
adam@0
|
2481 test -z "$as_dir" && as_dir=.
|
adam@0
|
2482 for ac_exec_ext in '' $ac_executable_extensions; do
|
adam@0
|
2483 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
adam@0
|
2484 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
|
adam@0
|
2485 ac_prog_rejected=yes
|
adam@0
|
2486 continue
|
adam@0
|
2487 fi
|
adam@0
|
2488 ac_cv_prog_CC="cc"
|
adam@0
|
2489 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
adam@0
|
2490 break 2
|
adam@0
|
2491 fi
|
adam@0
|
2492 done
|
adam@0
|
2493 done
|
adam@0
|
2494 IFS=$as_save_IFS
|
adam@0
|
2495
|
adam@0
|
2496 if test $ac_prog_rejected = yes; then
|
adam@0
|
2497 # We found a bogon in the path, so make sure we never use it.
|
adam@0
|
2498 set dummy $ac_cv_prog_CC
|
adam@0
|
2499 shift
|
adam@0
|
2500 if test $# != 0; then
|
adam@0
|
2501 # We chose a different compiler from the bogus one.
|
adam@0
|
2502 # However, it has the same basename, so the bogon will be chosen
|
adam@0
|
2503 # first if we set CC to just the basename; use the full file name.
|
adam@0
|
2504 shift
|
adam@0
|
2505 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
|
adam@0
|
2506 fi
|
adam@0
|
2507 fi
|
adam@0
|
2508 fi
|
adam@0
|
2509 fi
|
adam@0
|
2510 CC=$ac_cv_prog_CC
|
adam@0
|
2511 if test -n "$CC"; then
|
adam@0
|
2512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
|
adam@0
|
2513 $as_echo "$CC" >&6; }
|
adam@0
|
2514 else
|
adam@0
|
2515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
adam@0
|
2516 $as_echo "no" >&6; }
|
adam@0
|
2517 fi
|
adam@0
|
2518
|
adam@0
|
2519
|
adam@0
|
2520 fi
|
adam@0
|
2521 if test -z "$CC"; then
|
adam@0
|
2522 if test -n "$ac_tool_prefix"; then
|
adam@0
|
2523 for ac_prog in cl.exe
|
adam@0
|
2524 do
|
adam@0
|
2525 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
|
adam@0
|
2526 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
|
adam@0
|
2527 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
adam@0
|
2528 $as_echo_n "checking for $ac_word... " >&6; }
|
adam@47
|
2529 if ${ac_cv_prog_CC+:} false; then :
|
adam@0
|
2530 $as_echo_n "(cached) " >&6
|
adam@0
|
2531 else
|
adam@0
|
2532 if test -n "$CC"; then
|
adam@0
|
2533 ac_cv_prog_CC="$CC" # Let the user override the test.
|
adam@0
|
2534 else
|
adam@0
|
2535 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
adam@0
|
2536 for as_dir in $PATH
|
adam@0
|
2537 do
|
adam@0
|
2538 IFS=$as_save_IFS
|
adam@0
|
2539 test -z "$as_dir" && as_dir=.
|
adam@0
|
2540 for ac_exec_ext in '' $ac_executable_extensions; do
|
adam@0
|
2541 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
adam@0
|
2542 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
|
adam@0
|
2543 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
adam@0
|
2544 break 2
|
adam@0
|
2545 fi
|
adam@0
|
2546 done
|
adam@0
|
2547 done
|
adam@0
|
2548 IFS=$as_save_IFS
|
adam@0
|
2549
|
adam@0
|
2550 fi
|
adam@0
|
2551 fi
|
adam@0
|
2552 CC=$ac_cv_prog_CC
|
adam@0
|
2553 if test -n "$CC"; then
|
adam@0
|
2554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
|
adam@0
|
2555 $as_echo "$CC" >&6; }
|
adam@0
|
2556 else
|
adam@0
|
2557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
adam@0
|
2558 $as_echo "no" >&6; }
|
adam@0
|
2559 fi
|
adam@0
|
2560
|
adam@0
|
2561
|
adam@0
|
2562 test -n "$CC" && break
|
adam@0
|
2563 done
|
adam@0
|
2564 fi
|
adam@0
|
2565 if test -z "$CC"; then
|
adam@0
|
2566 ac_ct_CC=$CC
|
adam@0
|
2567 for ac_prog in cl.exe
|
adam@0
|
2568 do
|
adam@0
|
2569 # Extract the first word of "$ac_prog", so it can be a program name with args.
|
adam@0
|
2570 set dummy $ac_prog; ac_word=$2
|
adam@0
|
2571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
adam@0
|
2572 $as_echo_n "checking for $ac_word... " >&6; }
|
adam@47
|
2573 if ${ac_cv_prog_ac_ct_CC+:} false; then :
|
adam@0
|
2574 $as_echo_n "(cached) " >&6
|
adam@0
|
2575 else
|
adam@0
|
2576 if test -n "$ac_ct_CC"; then
|
adam@0
|
2577 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
|
adam@0
|
2578 else
|
adam@0
|
2579 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
adam@0
|
2580 for as_dir in $PATH
|
adam@0
|
2581 do
|
adam@0
|
2582 IFS=$as_save_IFS
|
adam@0
|
2583 test -z "$as_dir" && as_dir=.
|
adam@0
|
2584 for ac_exec_ext in '' $ac_executable_extensions; do
|
adam@0
|
2585 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
adam@0
|
2586 ac_cv_prog_ac_ct_CC="$ac_prog"
|
adam@0
|
2587 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
adam@0
|
2588 break 2
|
adam@0
|
2589 fi
|
adam@0
|
2590 done
|
adam@0
|
2591 done
|
adam@0
|
2592 IFS=$as_save_IFS
|
adam@0
|
2593
|
adam@0
|
2594 fi
|
adam@0
|
2595 fi
|
adam@0
|
2596 ac_ct_CC=$ac_cv_prog_ac_ct_CC
|
adam@0
|
2597 if test -n "$ac_ct_CC"; then
|
adam@0
|
2598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
|
adam@0
|
2599 $as_echo "$ac_ct_CC" >&6; }
|
adam@0
|
2600 else
|
adam@0
|
2601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
adam@0
|
2602 $as_echo "no" >&6; }
|
adam@0
|
2603 fi
|
adam@0
|
2604
|
adam@0
|
2605
|
adam@0
|
2606 test -n "$ac_ct_CC" && break
|
adam@0
|
2607 done
|
adam@0
|
2608
|
adam@0
|
2609 if test "x$ac_ct_CC" = x; then
|
adam@0
|
2610 CC=""
|
adam@0
|
2611 else
|
adam@0
|
2612 case $cross_compiling:$ac_tool_warned in
|
adam@0
|
2613 yes:)
|
adam@0
|
2614 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
|
adam@0
|
2615 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
|
adam@0
|
2616 ac_tool_warned=yes ;;
|
adam@0
|
2617 esac
|
adam@0
|
2618 CC=$ac_ct_CC
|
adam@0
|
2619 fi
|
adam@0
|
2620 fi
|
adam@0
|
2621
|
adam@0
|
2622 fi
|
adam@0
|
2623
|
adam@0
|
2624
|
adam@0
|
2625 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
adam@0
|
2626 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
|
adam@0
|
2627 as_fn_error $? "no acceptable C compiler found in \$PATH
|
adam@47
|
2628 See \`config.log' for more details" "$LINENO" 5; }
|
adam@0
|
2629
|
adam@0
|
2630 # Provide some information about the compiler.
|
adam@0
|
2631 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
|
adam@0
|
2632 set X $ac_compile
|
adam@0
|
2633 ac_compiler=$2
|
adam@0
|
2634 for ac_option in --version -v -V -qversion; do
|
adam@0
|
2635 { { ac_try="$ac_compiler $ac_option >&5"
|
adam@0
|
2636 case "(($ac_try" in
|
adam@0
|
2637 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
|
adam@0
|
2638 *) ac_try_echo=$ac_try;;
|
adam@0
|
2639 esac
|
adam@0
|
2640 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
|
adam@0
|
2641 $as_echo "$ac_try_echo"; } >&5
|
adam@0
|
2642 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
|
adam@0
|
2643 ac_status=$?
|
adam@0
|
2644 if test -s conftest.err; then
|
adam@0
|
2645 sed '10a\
|
adam@0
|
2646 ... rest of stderr output deleted ...
|
adam@0
|
2647 10q' conftest.err >conftest.er1
|
adam@0
|
2648 cat conftest.er1 >&5
|
adam@0
|
2649 fi
|
adam@0
|
2650 rm -f conftest.er1 conftest.err
|
adam@0
|
2651 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
adam@0
|
2652 test $ac_status = 0; }
|
adam@0
|
2653 done
|
adam@0
|
2654
|
adam@0
|
2655 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
adam@0
|
2656 /* end confdefs.h. */
|
adam@0
|
2657
|
adam@0
|
2658 int
|
adam@0
|
2659 main ()
|
adam@0
|
2660 {
|
adam@0
|
2661
|
adam@0
|
2662 ;
|
adam@0
|
2663 return 0;
|
adam@0
|
2664 }
|
adam@0
|
2665 _ACEOF
|
adam@0
|
2666 ac_clean_files_save=$ac_clean_files
|
adam@0
|
2667 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
|
adam@0
|
2668 # Try to create an executable without -o first, disregard a.out.
|
adam@0
|
2669 # It will help us diagnose broken compilers, and finding out an intuition
|
adam@0
|
2670 # of exeext.
|
adam@0
|
2671 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
|
adam@0
|
2672 $as_echo_n "checking whether the C compiler works... " >&6; }
|
adam@0
|
2673 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
|
adam@0
|
2674
|
adam@0
|
2675 # The possible output files:
|
adam@0
|
2676 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
|
adam@0
|
2677
|
adam@0
|
2678 ac_rmfiles=
|
adam@0
|
2679 for ac_file in $ac_files
|
adam@0
|
2680 do
|
adam@0
|
2681 case $ac_file in
|
adam@0
|
2682 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
|
adam@0
|
2683 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
|
adam@0
|
2684 esac
|
adam@0
|
2685 done
|
adam@0
|
2686 rm -f $ac_rmfiles
|
adam@0
|
2687
|
adam@0
|
2688 if { { ac_try="$ac_link_default"
|
adam@0
|
2689 case "(($ac_try" in
|
adam@0
|
2690 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
|
adam@0
|
2691 *) ac_try_echo=$ac_try;;
|
adam@0
|
2692 esac
|
adam@0
|
2693 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
|
adam@0
|
2694 $as_echo "$ac_try_echo"; } >&5
|
adam@0
|
2695 (eval "$ac_link_default") 2>&5
|
adam@0
|
2696 ac_status=$?
|
adam@0
|
2697 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
adam@0
|
2698 test $ac_status = 0; }; then :
|
adam@0
|
2699 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
|
adam@0
|
2700 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
|
adam@0
|
2701 # in a Makefile. We should not override ac_cv_exeext if it was cached,
|
adam@0
|
2702 # so that the user can short-circuit this test for compilers unknown to
|
adam@0
|
2703 # Autoconf.
|
adam@0
|
2704 for ac_file in $ac_files ''
|
adam@0
|
2705 do
|
adam@0
|
2706 test -f "$ac_file" || continue
|
adam@0
|
2707 case $ac_file in
|
adam@0
|
2708 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
|
adam@0
|
2709 ;;
|
adam@0
|
2710 [ab].out )
|
adam@0
|
2711 # We found the default executable, but exeext='' is most
|
adam@0
|
2712 # certainly right.
|
adam@0
|
2713 break;;
|
adam@0
|
2714 *.* )
|
adam@0
|
2715 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
|
adam@0
|
2716 then :; else
|
adam@0
|
2717 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
|
adam@0
|
2718 fi
|
adam@0
|
2719 # We set ac_cv_exeext here because the later test for it is not
|
adam@0
|
2720 # safe: cross compilers may not add the suffix if given an `-o'
|
adam@0
|
2721 # argument, so we may need to know it at that point already.
|
adam@0
|
2722 # Even if this section looks crufty: it has the advantage of
|
adam@0
|
2723 # actually working.
|
adam@0
|
2724 break;;
|
adam@0
|
2725 * )
|
adam@0
|
2726 break;;
|
adam@0
|
2727 esac
|
adam@0
|
2728 done
|
adam@0
|
2729 test "$ac_cv_exeext" = no && ac_cv_exeext=
|
adam@0
|
2730
|
adam@0
|
2731 else
|
adam@0
|
2732 ac_file=''
|
adam@0
|
2733 fi
|
adam@0
|
2734 if test -z "$ac_file"; then :
|
adam@0
|
2735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
adam@0
|
2736 $as_echo "no" >&6; }
|
adam@0
|
2737 $as_echo "$as_me: failed program was:" >&5
|
adam@0
|
2738 sed 's/^/| /' conftest.$ac_ext >&5
|
adam@0
|
2739
|
adam@0
|
2740 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
adam@0
|
2741 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
|
adam@0
|
2742 as_fn_error 77 "C compiler cannot create executables
|
adam@47
|
2743 See \`config.log' for more details" "$LINENO" 5; }
|
adam@0
|
2744 else
|
adam@0
|
2745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
adam@0
|
2746 $as_echo "yes" >&6; }
|
adam@0
|
2747 fi
|
adam@0
|
2748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
|
adam@0
|
2749 $as_echo_n "checking for C compiler default output file name... " >&6; }
|
adam@0
|
2750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
|
adam@0
|
2751 $as_echo "$ac_file" >&6; }
|
adam@0
|
2752 ac_exeext=$ac_cv_exeext
|
adam@0
|
2753
|
adam@0
|
2754 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
|
adam@0
|
2755 ac_clean_files=$ac_clean_files_save
|
adam@0
|
2756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
|
adam@0
|
2757 $as_echo_n "checking for suffix of executables... " >&6; }
|
adam@0
|
2758 if { { ac_try="$ac_link"
|
adam@0
|
2759 case "(($ac_try" in
|
adam@0
|
2760 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
|
adam@0
|
2761 *) ac_try_echo=$ac_try;;
|
adam@0
|
2762 esac
|
adam@0
|
2763 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
|
adam@0
|
2764 $as_echo "$ac_try_echo"; } >&5
|
adam@0
|
2765 (eval "$ac_link") 2>&5
|
adam@0
|
2766 ac_status=$?
|
adam@0
|
2767 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
adam@0
|
2768 test $ac_status = 0; }; then :
|
adam@0
|
2769 # If both `conftest.exe' and `conftest' are `present' (well, observable)
|
adam@0
|
2770 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
|
adam@0
|
2771 # work properly (i.e., refer to `conftest.exe'), while it won't with
|
adam@0
|
2772 # `rm'.
|
adam@0
|
2773 for ac_file in conftest.exe conftest conftest.*; do
|
adam@0
|
2774 test -f "$ac_file" || continue
|
adam@0
|
2775 case $ac_file in
|
adam@0
|
2776 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
|
adam@0
|
2777 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
|
adam@0
|
2778 break;;
|
adam@0
|
2779 * ) break;;
|
adam@0
|
2780 esac
|
adam@0
|
2781 done
|
adam@0
|
2782 else
|
adam@0
|
2783 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
adam@0
|
2784 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
|
adam@0
|
2785 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
|
adam@47
|
2786 See \`config.log' for more details" "$LINENO" 5; }
|
adam@0
|
2787 fi
|
adam@0
|
2788 rm -f conftest conftest$ac_cv_exeext
|
adam@0
|
2789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
|
adam@0
|
2790 $as_echo "$ac_cv_exeext" >&6; }
|
adam@0
|
2791
|
adam@0
|
2792 rm -f conftest.$ac_ext
|
adam@0
|
2793 EXEEXT=$ac_cv_exeext
|
adam@0
|
2794 ac_exeext=$EXEEXT
|
adam@0
|
2795 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
adam@0
|
2796 /* end confdefs.h. */
|
adam@0
|
2797 #include <stdio.h>
|
adam@0
|
2798 int
|
adam@0
|
2799 main ()
|
adam@0
|
2800 {
|
adam@0
|
2801 FILE *f = fopen ("conftest.out", "w");
|
adam@0
|
2802 return ferror (f) || fclose (f) != 0;
|
adam@0
|
2803
|
adam@0
|
2804 ;
|
adam@0
|
2805 return 0;
|
adam@0
|
2806 }
|
adam@0
|
2807 _ACEOF
|
adam@0
|
2808 ac_clean_files="$ac_clean_files conftest.out"
|
adam@0
|
2809 # Check that the compiler produces executables we can run. If not, either
|
adam@0
|
2810 # the compiler is broken, or we cross compile.
|
adam@0
|
2811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
|
adam@0
|
2812 $as_echo_n "checking whether we are cross compiling... " >&6; }
|
adam@0
|
2813 if test "$cross_compiling" != yes; then
|
adam@0
|
2814 { { ac_try="$ac_link"
|
adam@0
|
2815 case "(($ac_try" in
|
adam@0
|
2816 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
|
adam@0
|
2817 *) ac_try_echo=$ac_try;;
|
adam@0
|
2818 esac
|
adam@0
|
2819 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
|
adam@0
|
2820 $as_echo "$ac_try_echo"; } >&5
|
adam@0
|
2821 (eval "$ac_link") 2>&5
|
adam@0
|
2822 ac_status=$?
|
adam@0
|
2823 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
adam@0
|
2824 test $ac_status = 0; }
|
adam@0
|
2825 if { ac_try='./conftest$ac_cv_exeext'
|
adam@0
|
2826 { { case "(($ac_try" in
|
adam@0
|
2827 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
|
adam@0
|
2828 *) ac_try_echo=$ac_try;;
|
adam@0
|
2829 esac
|
adam@0
|
2830 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
|
adam@0
|
2831 $as_echo "$ac_try_echo"; } >&5
|
adam@0
|
2832 (eval "$ac_try") 2>&5
|
adam@0
|
2833 ac_status=$?
|
adam@0
|
2834 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
adam@0
|
2835 test $ac_status = 0; }; }; then
|
adam@0
|
2836 cross_compiling=no
|
adam@0
|
2837 else
|
adam@0
|
2838 if test "$cross_compiling" = maybe; then
|
adam@0
|
2839 cross_compiling=yes
|
adam@0
|
2840 else
|
adam@0
|
2841 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
adam@0
|
2842 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
|
adam@0
|
2843 as_fn_error $? "cannot run C compiled programs.
|
adam@0
|
2844 If you meant to cross compile, use \`--host'.
|
adam@47
|
2845 See \`config.log' for more details" "$LINENO" 5; }
|
adam@0
|
2846 fi
|
adam@0
|
2847 fi
|
adam@0
|
2848 fi
|
adam@0
|
2849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
|
adam@0
|
2850 $as_echo "$cross_compiling" >&6; }
|
adam@0
|
2851
|
adam@0
|
2852 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
|
adam@0
|
2853 ac_clean_files=$ac_clean_files_save
|
adam@0
|
2854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
|
adam@0
|
2855 $as_echo_n "checking for suffix of object files... " >&6; }
|
adam@47
|
2856 if ${ac_cv_objext+:} false; then :
|
adam@0
|
2857 $as_echo_n "(cached) " >&6
|
adam@0
|
2858 else
|
adam@0
|
2859 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
adam@0
|
2860 /* end confdefs.h. */
|
adam@0
|
2861
|
adam@0
|
2862 int
|
adam@0
|
2863 main ()
|
adam@0
|
2864 {
|
adam@0
|
2865
|
adam@0
|
2866 ;
|
adam@0
|
2867 return 0;
|
adam@0
|
2868 }
|
adam@0
|
2869 _ACEOF
|
adam@0
|
2870 rm -f conftest.o conftest.obj
|
adam@0
|
2871 if { { ac_try="$ac_compile"
|
adam@0
|
2872 case "(($ac_try" in
|
adam@0
|
2873 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
|
adam@0
|
2874 *) ac_try_echo=$ac_try;;
|
adam@0
|
2875 esac
|
adam@0
|
2876 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
|
adam@0
|
2877 $as_echo "$ac_try_echo"; } >&5
|
adam@0
|
2878 (eval "$ac_compile") 2>&5
|
adam@0
|
2879 ac_status=$?
|
adam@0
|
2880 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
adam@0
|
2881 test $ac_status = 0; }; then :
|
adam@0
|
2882 for ac_file in conftest.o conftest.obj conftest.*; do
|
adam@0
|
2883 test -f "$ac_file" || continue;
|
adam@0
|
2884 case $ac_file in
|
adam@0
|
2885 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
|
adam@0
|
2886 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
|
adam@0
|
2887 break;;
|
adam@0
|
2888 esac
|
adam@0
|
2889 done
|
adam@0
|
2890 else
|
adam@0
|
2891 $as_echo "$as_me: failed program was:" >&5
|
adam@0
|
2892 sed 's/^/| /' conftest.$ac_ext >&5
|
adam@0
|
2893
|
adam@0
|
2894 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
adam@0
|
2895 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
|
adam@0
|
2896 as_fn_error $? "cannot compute suffix of object files: cannot compile
|
adam@47
|
2897 See \`config.log' for more details" "$LINENO" 5; }
|
adam@0
|
2898 fi
|
adam@0
|
2899 rm -f conftest.$ac_cv_objext conftest.$ac_ext
|
adam@0
|
2900 fi
|
adam@0
|
2901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
|
adam@0
|
2902 $as_echo "$ac_cv_objext" >&6; }
|
adam@0
|
2903 OBJEXT=$ac_cv_objext
|
adam@0
|
2904 ac_objext=$OBJEXT
|
adam@0
|
2905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
|
adam@0
|
2906 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
|
adam@47
|
2907 if ${ac_cv_c_compiler_gnu+:} false; then :
|
adam@0
|
2908 $as_echo_n "(cached) " >&6
|
adam@0
|
2909 else
|
adam@0
|
2910 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
adam@0
|
2911 /* end confdefs.h. */
|
adam@0
|
2912
|
adam@0
|
2913 int
|
adam@0
|
2914 main ()
|
adam@0
|
2915 {
|
adam@0
|
2916 #ifndef __GNUC__
|
adam@0
|
2917 choke me
|
adam@0
|
2918 #endif
|
adam@0
|
2919
|
adam@0
|
2920 ;
|
adam@0
|
2921 return 0;
|
adam@0
|
2922 }
|
adam@0
|
2923 _ACEOF
|
adam@0
|
2924 if ac_fn_c_try_compile "$LINENO"; then :
|
adam@0
|
2925 ac_compiler_gnu=yes
|
adam@0
|
2926 else
|
adam@0
|
2927 ac_compiler_gnu=no
|
adam@0
|
2928 fi
|
adam@0
|
2929 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
adam@0
|
2930 ac_cv_c_compiler_gnu=$ac_compiler_gnu
|
adam@0
|
2931
|
adam@0
|
2932 fi
|
adam@0
|
2933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
|
adam@0
|
2934 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
|
adam@0
|
2935 if test $ac_compiler_gnu = yes; then
|
adam@0
|
2936 GCC=yes
|
adam@0
|
2937 else
|
adam@0
|
2938 GCC=
|
adam@0
|
2939 fi
|
adam@0
|
2940 ac_test_CFLAGS=${CFLAGS+set}
|
adam@0
|
2941 ac_save_CFLAGS=$CFLAGS
|
adam@0
|
2942 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
|
adam@0
|
2943 $as_echo_n "checking whether $CC accepts -g... " >&6; }
|
adam@47
|
2944 if ${ac_cv_prog_cc_g+:} false; then :
|
adam@0
|
2945 $as_echo_n "(cached) " >&6
|
adam@0
|
2946 else
|
adam@0
|
2947 ac_save_c_werror_flag=$ac_c_werror_flag
|
adam@0
|
2948 ac_c_werror_flag=yes
|
adam@0
|
2949 ac_cv_prog_cc_g=no
|
adam@0
|
2950 CFLAGS="-g"
|
adam@0
|
2951 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
adam@0
|
2952 /* end confdefs.h. */
|
adam@0
|
2953
|
adam@0
|
2954 int
|
adam@0
|
2955 main ()
|
adam@0
|
2956 {
|
adam@0
|
2957
|
adam@0
|
2958 ;
|
adam@0
|
2959 return 0;
|
adam@0
|
2960 }
|
adam@0
|
2961 _ACEOF
|
adam@0
|
2962 if ac_fn_c_try_compile "$LINENO"; then :
|
adam@0
|
2963 ac_cv_prog_cc_g=yes
|
adam@0
|
2964 else
|
adam@0
|
2965 CFLAGS=""
|
adam@0
|
2966 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
adam@0
|
2967 /* end confdefs.h. */
|
adam@0
|
2968
|
adam@0
|
2969 int
|
adam@0
|
2970 main ()
|
adam@0
|
2971 {
|
adam@0
|
2972
|
adam@0
|
2973 ;
|
adam@0
|
2974 return 0;
|
adam@0
|
2975 }
|
adam@0
|
2976 _ACEOF
|
adam@0
|
2977 if ac_fn_c_try_compile "$LINENO"; then :
|
adam@0
|
2978
|
adam@0
|
2979 else
|
adam@0
|
2980 ac_c_werror_flag=$ac_save_c_werror_flag
|
adam@0
|
2981 CFLAGS="-g"
|
adam@0
|
2982 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
adam@0
|
2983 /* end confdefs.h. */
|
adam@0
|
2984
|
adam@0
|
2985 int
|
adam@0
|
2986 main ()
|
adam@0
|
2987 {
|
adam@0
|
2988
|
adam@0
|
2989 ;
|
adam@0
|
2990 return 0;
|
adam@0
|
2991 }
|
adam@0
|
2992 _ACEOF
|
adam@0
|
2993 if ac_fn_c_try_compile "$LINENO"; then :
|
adam@0
|
2994 ac_cv_prog_cc_g=yes
|
adam@0
|
2995 fi
|
adam@0
|
2996 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
adam@0
|
2997 fi
|
adam@0
|
2998 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
adam@0
|
2999 fi
|
adam@0
|
3000 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
adam@0
|
3001 ac_c_werror_flag=$ac_save_c_werror_flag
|
adam@0
|
3002 fi
|
adam@0
|
3003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
|
adam@0
|
3004 $as_echo "$ac_cv_prog_cc_g" >&6; }
|
adam@0
|
3005 if test "$ac_test_CFLAGS" = set; then
|
adam@0
|
3006 CFLAGS=$ac_save_CFLAGS
|
adam@0
|
3007 elif test $ac_cv_prog_cc_g = yes; then
|
adam@0
|
3008 if test "$GCC" = yes; then
|
adam@0
|
3009 CFLAGS="-g -O2"
|
adam@0
|
3010 else
|
adam@0
|
3011 CFLAGS="-g"
|
adam@0
|
3012 fi
|
adam@0
|
3013 else
|
adam@0
|
3014 if test "$GCC" = yes; then
|
adam@0
|
3015 CFLAGS="-O2"
|
adam@0
|
3016 else
|
adam@0
|
3017 CFLAGS=
|
adam@0
|
3018 fi
|
adam@0
|
3019 fi
|
adam@0
|
3020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
|
adam@0
|
3021 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
|
adam@47
|
3022 if ${ac_cv_prog_cc_c89+:} false; then :
|
adam@0
|
3023 $as_echo_n "(cached) " >&6
|
adam@0
|
3024 else
|
adam@0
|
3025 ac_cv_prog_cc_c89=no
|
adam@0
|
3026 ac_save_CC=$CC
|
adam@0
|
3027 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
adam@0
|
3028 /* end confdefs.h. */
|
adam@0
|
3029 #include <stdarg.h>
|
adam@0
|
3030 #include <stdio.h>
|
adam@0
|
3031 #include <sys/types.h>
|
adam@0
|
3032 #include <sys/stat.h>
|
adam@0
|
3033 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
|
adam@0
|
3034 struct buf { int x; };
|
adam@0
|
3035 FILE * (*rcsopen) (struct buf *, struct stat *, int);
|
adam@0
|
3036 static char *e (p, i)
|
adam@0
|
3037 char **p;
|
adam@0
|
3038 int i;
|
adam@0
|
3039 {
|
adam@0
|
3040 return p[i];
|
adam@0
|
3041 }
|
adam@0
|
3042 static char *f (char * (*g) (char **, int), char **p, ...)
|
adam@0
|
3043 {
|
adam@0
|
3044 char *s;
|
adam@0
|
3045 va_list v;
|
adam@0
|
3046 va_start (v,p);
|
adam@0
|
3047 s = g (p, va_arg (v,int));
|
adam@0
|
3048 va_end (v);
|
adam@0
|
3049 return s;
|
adam@0
|
3050 }
|
adam@0
|
3051
|
adam@0
|
3052 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
|
adam@0
|
3053 function prototypes and stuff, but not '\xHH' hex character constants.
|
adam@0
|
3054 These don't provoke an error unfortunately, instead are silently treated
|
adam@0
|
3055 as 'x'. The following induces an error, until -std is added to get
|
adam@0
|
3056 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
|
adam@0
|
3057 array size at least. It's necessary to write '\x00'==0 to get something
|
adam@0
|
3058 that's true only with -std. */
|
adam@0
|
3059 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
|
adam@0
|
3060
|
adam@0
|
3061 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
|
adam@0
|
3062 inside strings and character constants. */
|
adam@0
|
3063 #define FOO(x) 'x'
|
adam@0
|
3064 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
|
adam@0
|
3065
|
adam@0
|
3066 int test (int i, double x);
|
adam@0
|
3067 struct s1 {int (*f) (int a);};
|
adam@0
|
3068 struct s2 {int (*f) (double a);};
|
adam@0
|
3069 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
|
adam@0
|
3070 int argc;
|
adam@0
|
3071 char **argv;
|
adam@0
|
3072 int
|
adam@0
|
3073 main ()
|
adam@0
|
3074 {
|
adam@0
|
3075 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
|
adam@0
|
3076 ;
|
adam@0
|
3077 return 0;
|
adam@0
|
3078 }
|
adam@0
|
3079 _ACEOF
|
adam@0
|
3080 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
|
adam@0
|
3081 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
|
adam@0
|
3082 do
|
adam@0
|
3083 CC="$ac_save_CC $ac_arg"
|
adam@0
|
3084 if ac_fn_c_try_compile "$LINENO"; then :
|
adam@0
|
3085 ac_cv_prog_cc_c89=$ac_arg
|
adam@0
|
3086 fi
|
adam@0
|
3087 rm -f core conftest.err conftest.$ac_objext
|
adam@0
|
3088 test "x$ac_cv_prog_cc_c89" != "xno" && break
|
adam@0
|
3089 done
|
adam@0
|
3090 rm -f conftest.$ac_ext
|
adam@0
|
3091 CC=$ac_save_CC
|
adam@0
|
3092
|
adam@0
|
3093 fi
|
adam@0
|
3094 # AC_CACHE_VAL
|
adam@0
|
3095 case "x$ac_cv_prog_cc_c89" in
|
adam@0
|
3096 x)
|
adam@0
|
3097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
|
adam@0
|
3098 $as_echo "none needed" >&6; } ;;
|
adam@0
|
3099 xno)
|
adam@0
|
3100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
|
adam@0
|
3101 $as_echo "unsupported" >&6; } ;;
|
adam@0
|
3102 *)
|
adam@0
|
3103 CC="$CC $ac_cv_prog_cc_c89"
|
adam@0
|
3104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
|
adam@0
|
3105 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
|
adam@0
|
3106 esac
|
adam@0
|
3107 if test "x$ac_cv_prog_cc_c89" != xno; then :
|
adam@0
|
3108
|
adam@0
|
3109 fi
|
adam@0
|
3110
|
adam@0
|
3111 ac_ext=c
|
adam@0
|
3112 ac_cpp='$CPP $CPPFLAGS'
|
adam@0
|
3113 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
adam@0
|
3114 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
adam@0
|
3115 ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
adam@0
|
3116
|
adam@0
|
3117
|
adam@0
|
3118 ac_ext=c
|
adam@0
|
3119 ac_cpp='$CPP $CPPFLAGS'
|
adam@0
|
3120 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
adam@0
|
3121 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
adam@0
|
3122 ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
adam@0
|
3123 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
|
adam@0
|
3124 $as_echo_n "checking how to run the C preprocessor... " >&6; }
|
adam@0
|
3125 # On Suns, sometimes $CPP names a directory.
|
adam@0
|
3126 if test -n "$CPP" && test -d "$CPP"; then
|
adam@0
|
3127 CPP=
|
adam@0
|
3128 fi
|
adam@0
|
3129 if test -z "$CPP"; then
|
adam@47
|
3130 if ${ac_cv_prog_CPP+:} false; then :
|
adam@0
|
3131 $as_echo_n "(cached) " >&6
|
adam@0
|
3132 else
|
adam@0
|
3133 # Double quotes because CPP needs to be expanded
|
adam@0
|
3134 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
|
adam@0
|
3135 do
|
adam@0
|
3136 ac_preproc_ok=false
|
adam@0
|
3137 for ac_c_preproc_warn_flag in '' yes
|
adam@0
|
3138 do
|
adam@0
|
3139 # Use a header file that comes with gcc, so configuring glibc
|
adam@0
|
3140 # with a fresh cross-compiler works.
|
adam@0
|
3141 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|
adam@0
|
3142 # <limits.h> exists even on freestanding compilers.
|
adam@0
|
3143 # On the NeXT, cc -E runs the code through the compiler's parser,
|
adam@0
|
3144 # not just through cpp. "Syntax error" is here to catch this case.
|
adam@0
|
3145 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
adam@0
|
3146 /* end confdefs.h. */
|
adam@0
|
3147 #ifdef __STDC__
|
adam@0
|
3148 # include <limits.h>
|
adam@0
|
3149 #else
|
adam@0
|
3150 # include <assert.h>
|
adam@0
|
3151 #endif
|
adam@0
|
3152 Syntax error
|
adam@0
|
3153 _ACEOF
|
adam@0
|
3154 if ac_fn_c_try_cpp "$LINENO"; then :
|
adam@0
|
3155
|
adam@0
|
3156 else
|
adam@0
|
3157 # Broken: fails on valid input.
|
adam@0
|
3158 continue
|
adam@0
|
3159 fi
|
adam@0
|
3160 rm -f conftest.err conftest.i conftest.$ac_ext
|
adam@0
|
3161
|
adam@0
|
3162 # OK, works on sane cases. Now check whether nonexistent headers
|
adam@0
|
3163 # can be detected and how.
|
adam@0
|
3164 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
adam@0
|
3165 /* end confdefs.h. */
|
adam@0
|
3166 #include <ac_nonexistent.h>
|
adam@0
|
3167 _ACEOF
|
adam@0
|
3168 if ac_fn_c_try_cpp "$LINENO"; then :
|
adam@0
|
3169 # Broken: success on invalid input.
|
adam@0
|
3170 continue
|
adam@0
|
3171 else
|
adam@0
|
3172 # Passes both tests.
|
adam@0
|
3173 ac_preproc_ok=:
|
adam@0
|
3174 break
|
adam@0
|
3175 fi
|
adam@0
|
3176 rm -f conftest.err conftest.i conftest.$ac_ext
|
adam@0
|
3177
|
adam@0
|
3178 done
|
adam@0
|
3179 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
|
adam@0
|
3180 rm -f conftest.i conftest.err conftest.$ac_ext
|
adam@0
|
3181 if $ac_preproc_ok; then :
|
adam@0
|
3182 break
|
adam@0
|
3183 fi
|
adam@0
|
3184
|
adam@0
|
3185 done
|
adam@0
|
3186 ac_cv_prog_CPP=$CPP
|
adam@0
|
3187
|
adam@0
|
3188 fi
|
adam@0
|
3189 CPP=$ac_cv_prog_CPP
|
adam@0
|
3190 else
|
adam@0
|
3191 ac_cv_prog_CPP=$CPP
|
adam@0
|
3192 fi
|
adam@0
|
3193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
|
adam@0
|
3194 $as_echo "$CPP" >&6; }
|
adam@0
|
3195 ac_preproc_ok=false
|
adam@0
|
3196 for ac_c_preproc_warn_flag in '' yes
|
adam@0
|
3197 do
|
adam@0
|
3198 # Use a header file that comes with gcc, so configuring glibc
|
adam@0
|
3199 # with a fresh cross-compiler works.
|
adam@0
|
3200 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|
adam@0
|
3201 # <limits.h> exists even on freestanding compilers.
|
adam@0
|
3202 # On the NeXT, cc -E runs the code through the compiler's parser,
|
adam@0
|
3203 # not just through cpp. "Syntax error" is here to catch this case.
|
adam@0
|
3204 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
adam@0
|
3205 /* end confdefs.h. */
|
adam@0
|
3206 #ifdef __STDC__
|
adam@0
|
3207 # include <limits.h>
|
adam@0
|
3208 #else
|
adam@0
|
3209 # include <assert.h>
|
adam@0
|
3210 #endif
|
adam@0
|
3211 Syntax error
|
adam@0
|
3212 _ACEOF
|
adam@0
|
3213 if ac_fn_c_try_cpp "$LINENO"; then :
|
adam@0
|
3214
|
adam@0
|
3215 else
|
adam@0
|
3216 # Broken: fails on valid input.
|
adam@0
|
3217 continue
|
adam@0
|
3218 fi
|
adam@0
|
3219 rm -f conftest.err conftest.i conftest.$ac_ext
|
adam@0
|
3220
|
adam@0
|
3221 # OK, works on sane cases. Now check whether nonexistent headers
|
adam@0
|
3222 # can be detected and how.
|
adam@0
|
3223 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
adam@0
|
3224 /* end confdefs.h. */
|
adam@0
|
3225 #include <ac_nonexistent.h>
|
adam@0
|
3226 _ACEOF
|
adam@0
|
3227 if ac_fn_c_try_cpp "$LINENO"; then :
|
adam@0
|
3228 # Broken: success on invalid input.
|
adam@0
|
3229 continue
|
adam@0
|
3230 else
|
adam@0
|
3231 # Passes both tests.
|
adam@0
|
3232 ac_preproc_ok=:
|
adam@0
|
3233 break
|
adam@0
|
3234 fi
|
adam@0
|
3235 rm -f conftest.err conftest.i conftest.$ac_ext
|
adam@0
|
3236
|
adam@0
|
3237 done
|
adam@0
|
3238 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
|
adam@0
|
3239 rm -f conftest.i conftest.err conftest.$ac_ext
|
adam@0
|
3240 if $ac_preproc_ok; then :
|
adam@0
|
3241
|
adam@0
|
3242 else
|
adam@0
|
3243 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
adam@0
|
3244 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
|
adam@0
|
3245 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
|
adam@47
|
3246 See \`config.log' for more details" "$LINENO" 5; }
|
adam@0
|
3247 fi
|
adam@0
|
3248
|
adam@0
|
3249 ac_ext=c
|
adam@0
|
3250 ac_cpp='$CPP $CPPFLAGS'
|
adam@0
|
3251 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
adam@0
|
3252 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
adam@0
|
3253 ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
adam@0
|
3254
|
adam@0
|
3255
|
adam@0
|
3256 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
|
adam@0
|
3257 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
|
adam@47
|
3258 if ${ac_cv_path_GREP+:} false; then :
|
adam@0
|
3259 $as_echo_n "(cached) " >&6
|
adam@0
|
3260 else
|
adam@0
|
3261 if test -z "$GREP"; then
|
adam@0
|
3262 ac_path_GREP_found=false
|
adam@0
|
3263 # Loop through the user's path and test for each of PROGNAME-LIST
|
adam@0
|
3264 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
adam@0
|
3265 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
|
adam@0
|
3266 do
|
adam@0
|
3267 IFS=$as_save_IFS
|
adam@0
|
3268 test -z "$as_dir" && as_dir=.
|
adam@0
|
3269 for ac_prog in grep ggrep; do
|
adam@0
|
3270 for ac_exec_ext in '' $ac_executable_extensions; do
|
adam@0
|
3271 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
|
adam@0
|
3272 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
|
adam@0
|
3273 # Check for GNU ac_path_GREP and select it if it is found.
|
adam@0
|
3274 # Check for GNU $ac_path_GREP
|
adam@0
|
3275 case `"$ac_path_GREP" --version 2>&1` in
|
adam@0
|
3276 *GNU*)
|
adam@0
|
3277 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
|
adam@0
|
3278 *)
|
adam@0
|
3279 ac_count=0
|
adam@0
|
3280 $as_echo_n 0123456789 >"conftest.in"
|
adam@0
|
3281 while :
|
adam@0
|
3282 do
|
adam@0
|
3283 cat "conftest.in" "conftest.in" >"conftest.tmp"
|
adam@0
|
3284 mv "conftest.tmp" "conftest.in"
|
adam@0
|
3285 cp "conftest.in" "conftest.nl"
|
adam@0
|
3286 $as_echo 'GREP' >> "conftest.nl"
|
adam@0
|
3287 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
|
adam@0
|
3288 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
|
adam@0
|
3289 as_fn_arith $ac_count + 1 && ac_count=$as_val
|
adam@0
|
3290 if test $ac_count -gt ${ac_path_GREP_max-0}; then
|
adam@0
|
3291 # Best one so far, save it but keep looking for a better one
|
adam@0
|
3292 ac_cv_path_GREP="$ac_path_GREP"
|
adam@0
|
3293 ac_path_GREP_max=$ac_count
|
adam@0
|
3294 fi
|
adam@0
|
3295 # 10*(2^10) chars as input seems more than enough
|
adam@0
|
3296 test $ac_count -gt 10 && break
|
adam@0
|
3297 done
|
adam@0
|
3298 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
|
adam@0
|
3299 esac
|
adam@0
|
3300
|
adam@0
|
3301 $ac_path_GREP_found && break 3
|
adam@0
|
3302 done
|
adam@0
|
3303 done
|
adam@0
|
3304 done
|
adam@0
|
3305 IFS=$as_save_IFS
|
adam@0
|
3306 if test -z "$ac_cv_path_GREP"; then
|
adam@0
|
3307 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
|
adam@0
|
3308 fi
|
adam@0
|
3309 else
|
adam@0
|
3310 ac_cv_path_GREP=$GREP
|
adam@0
|
3311 fi
|
adam@0
|
3312
|
adam@0
|
3313 fi
|
adam@0
|
3314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
|
adam@0
|
3315 $as_echo "$ac_cv_path_GREP" >&6; }
|
adam@0
|
3316 GREP="$ac_cv_path_GREP"
|
adam@0
|
3317
|
adam@0
|
3318
|
adam@0
|
3319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
|
adam@0
|
3320 $as_echo_n "checking for egrep... " >&6; }
|
adam@47
|
3321 if ${ac_cv_path_EGREP+:} false; then :
|
adam@0
|
3322 $as_echo_n "(cached) " >&6
|
adam@0
|
3323 else
|
adam@0
|
3324 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
|
adam@0
|
3325 then ac_cv_path_EGREP="$GREP -E"
|
adam@0
|
3326 else
|
adam@0
|
3327 if test -z "$EGREP"; then
|
adam@0
|
3328 ac_path_EGREP_found=false
|
adam@0
|
3329 # Loop through the user's path and test for each of PROGNAME-LIST
|
adam@0
|
3330 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
adam@0
|
3331 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
|
adam@0
|
3332 do
|
adam@0
|
3333 IFS=$as_save_IFS
|
adam@0
|
3334 test -z "$as_dir" && as_dir=.
|
adam@0
|
3335 for ac_prog in egrep; do
|
adam@0
|
3336 for ac_exec_ext in '' $ac_executable_extensions; do
|
adam@0
|
3337 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
|
adam@0
|
3338 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
|
adam@0
|
3339 # Check for GNU ac_path_EGREP and select it if it is found.
|
adam@0
|
3340 # Check for GNU $ac_path_EGREP
|
adam@0
|
3341 case `"$ac_path_EGREP" --version 2>&1` in
|
adam@0
|
3342 *GNU*)
|
adam@0
|
3343 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
|
adam@0
|
3344 *)
|
adam@0
|
3345 ac_count=0
|
adam@0
|
3346 $as_echo_n 0123456789 >"conftest.in"
|
adam@0
|
3347 while :
|
adam@0
|
3348 do
|
adam@0
|
3349 cat "conftest.in" "conftest.in" >"conftest.tmp"
|
adam@0
|
3350 mv "conftest.tmp" "conftest.in"
|
adam@0
|
3351 cp "conftest.in" "conftest.nl"
|
adam@0
|
3352 $as_echo 'EGREP' >> "conftest.nl"
|
adam@0
|
3353 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
|
adam@0
|
3354 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
|
adam@0
|
3355 as_fn_arith $ac_count + 1 && ac_count=$as_val
|
adam@0
|
3356 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
|
adam@0
|
3357 # Best one so far, save it but keep looking for a better one
|
adam@0
|
3358 ac_cv_path_EGREP="$ac_path_EGREP"
|
adam@0
|
3359 ac_path_EGREP_max=$ac_count
|
adam@0
|
3360 fi
|
adam@0
|
3361 # 10*(2^10) chars as input seems more than enough
|
adam@0
|
3362 test $ac_count -gt 10 && break
|
adam@0
|
3363 done
|
adam@0
|
3364 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
|
adam@0
|
3365 esac
|
adam@0
|
3366
|
adam@0
|
3367 $ac_path_EGREP_found && break 3
|
adam@0
|
3368 done
|
adam@0
|
3369 done
|
adam@0
|
3370 done
|
adam@0
|
3371 IFS=$as_save_IFS
|
adam@0
|
3372 if test -z "$ac_cv_path_EGREP"; then
|
adam@0
|
3373 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
|
adam@0
|
3374 fi
|
adam@0
|
3375 else
|
adam@0
|
3376 ac_cv_path_EGREP=$EGREP
|
adam@0
|
3377 fi
|
adam@0
|
3378
|
adam@0
|
3379 fi
|
adam@0
|
3380 fi
|
adam@0
|
3381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
|
adam@0
|
3382 $as_echo "$ac_cv_path_EGREP" >&6; }
|
adam@0
|
3383 EGREP="$ac_cv_path_EGREP"
|
adam@0
|
3384
|
adam@0
|
3385
|
adam@0
|
3386 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
|
adam@0
|
3387 $as_echo_n "checking for ANSI C header files... " >&6; }
|
adam@47
|
3388 if ${ac_cv_header_stdc+:} false; then :
|
adam@0
|
3389 $as_echo_n "(cached) " >&6
|
adam@0
|
3390 else
|
adam@0
|
3391 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
adam@0
|
3392 /* end confdefs.h. */
|
adam@0
|
3393 #include <stdlib.h>
|
adam@0
|
3394 #include <stdarg.h>
|
adam@0
|
3395 #include <string.h>
|
adam@0
|
3396 #include <float.h>
|
adam@0
|
3397
|
adam@0
|
3398 int
|
adam@0
|
3399 main ()
|
adam@0
|
3400 {
|
adam@0
|
3401
|
adam@0
|
3402 ;
|
adam@0
|
3403 return 0;
|
adam@0
|
3404 }
|
adam@0
|
3405 _ACEOF
|
adam@0
|
3406 if ac_fn_c_try_compile "$LINENO"; then :
|
adam@0
|
3407 ac_cv_header_stdc=yes
|
adam@0
|
3408 else
|
adam@0
|
3409 ac_cv_header_stdc=no
|
adam@0
|
3410 fi
|
adam@0
|
3411 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
adam@0
|
3412
|
adam@0
|
3413 if test $ac_cv_header_stdc = yes; then
|
adam@0
|
3414 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
|
adam@0
|
3415 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
adam@0
|
3416 /* end confdefs.h. */
|
adam@0
|
3417 #include <string.h>
|
adam@0
|
3418
|
adam@0
|
3419 _ACEOF
|
adam@0
|
3420 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
|
adam@0
|
3421 $EGREP "memchr" >/dev/null 2>&1; then :
|
adam@0
|
3422
|
adam@0
|
3423 else
|
adam@0
|
3424 ac_cv_header_stdc=no
|
adam@0
|
3425 fi
|
adam@0
|
3426 rm -f conftest*
|
adam@0
|
3427
|
adam@0
|
3428 fi
|
adam@0
|
3429
|
adam@0
|
3430 if test $ac_cv_header_stdc = yes; then
|
adam@0
|
3431 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
|
adam@0
|
3432 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
adam@0
|
3433 /* end confdefs.h. */
|
adam@0
|
3434 #include <stdlib.h>
|
adam@0
|
3435
|
adam@0
|
3436 _ACEOF
|
adam@0
|
3437 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
|
adam@0
|
3438 $EGREP "free" >/dev/null 2>&1; then :
|
adam@0
|
3439
|
adam@0
|
3440 else
|
adam@0
|
3441 ac_cv_header_stdc=no
|
adam@0
|
3442 fi
|
adam@0
|
3443 rm -f conftest*
|
adam@0
|
3444
|
adam@0
|
3445 fi
|
adam@0
|
3446
|
adam@0
|
3447 if test $ac_cv_header_stdc = yes; then
|
adam@0
|
3448 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
|
adam@0
|
3449 if test "$cross_compiling" = yes; then :
|
adam@0
|
3450 :
|
adam@0
|
3451 else
|
adam@0
|
3452 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
adam@0
|
3453 /* end confdefs.h. */
|
adam@0
|
3454 #include <ctype.h>
|
adam@0
|
3455 #include <stdlib.h>
|
adam@0
|
3456 #if ((' ' & 0x0FF) == 0x020)
|
adam@0
|
3457 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
|
adam@0
|
3458 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
|
adam@0
|
3459 #else
|
adam@0
|
3460 # define ISLOWER(c) \
|
adam@0
|
3461 (('a' <= (c) && (c) <= 'i') \
|
adam@0
|
3462 || ('j' <= (c) && (c) <= 'r') \
|
adam@0
|
3463 || ('s' <= (c) && (c) <= 'z'))
|
adam@0
|
3464 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
|
adam@0
|
3465 #endif
|
adam@0
|
3466
|
adam@0
|
3467 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
|
adam@0
|
3468 int
|
adam@0
|
3469 main ()
|
adam@0
|
3470 {
|
adam@0
|
3471 int i;
|
adam@0
|
3472 for (i = 0; i < 256; i++)
|
adam@0
|
3473 if (XOR (islower (i), ISLOWER (i))
|
adam@0
|
3474 || toupper (i) != TOUPPER (i))
|
adam@0
|
3475 return 2;
|
adam@0
|
3476 return 0;
|
adam@0
|
3477 }
|
adam@0
|
3478 _ACEOF
|
adam@0
|
3479 if ac_fn_c_try_run "$LINENO"; then :
|
adam@0
|
3480
|
adam@0
|
3481 else
|
adam@0
|
3482 ac_cv_header_stdc=no
|
adam@0
|
3483 fi
|
adam@0
|
3484 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
|
adam@0
|
3485 conftest.$ac_objext conftest.beam conftest.$ac_ext
|
adam@0
|
3486 fi
|
adam@0
|
3487
|
adam@0
|
3488 fi
|
adam@0
|
3489 fi
|
adam@0
|
3490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
|
adam@0
|
3491 $as_echo "$ac_cv_header_stdc" >&6; }
|
adam@0
|
3492 if test $ac_cv_header_stdc = yes; then
|
adam@0
|
3493
|
adam@0
|
3494 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
|
adam@0
|
3495
|
adam@0
|
3496 fi
|
adam@0
|
3497
|
adam@0
|
3498 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
|
adam@0
|
3499 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
|
adam@0
|
3500 inttypes.h stdint.h unistd.h
|
adam@0
|
3501 do :
|
adam@0
|
3502 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
|
adam@0
|
3503 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
|
adam@0
|
3504 "
|
adam@0
|
3505 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
|
adam@0
|
3506 cat >>confdefs.h <<_ACEOF
|
adam@0
|
3507 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
|
adam@0
|
3508 _ACEOF
|
adam@0
|
3509
|
adam@0
|
3510 fi
|
adam@0
|
3511
|
adam@0
|
3512 done
|
adam@0
|
3513
|
adam@0
|
3514
|
adam@0
|
3515
|
adam@0
|
3516 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
|
adam@47
|
3517 if test "x$ac_cv_header_minix_config_h" = xyes; then :
|
adam@0
|
3518 MINIX=yes
|
adam@0
|
3519 else
|
adam@0
|
3520 MINIX=
|
adam@0
|
3521 fi
|
adam@0
|
3522
|
adam@0
|
3523
|
adam@0
|
3524 if test "$MINIX" = yes; then
|
adam@0
|
3525
|
adam@0
|
3526 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
|
adam@0
|
3527
|
adam@0
|
3528
|
adam@0
|
3529 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
|
adam@0
|
3530
|
adam@0
|
3531
|
adam@0
|
3532 $as_echo "#define _MINIX 1" >>confdefs.h
|
adam@0
|
3533
|
adam@0
|
3534 fi
|
adam@0
|
3535
|
adam@0
|
3536
|
adam@0
|
3537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
|
adam@0
|
3538 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
|
adam@47
|
3539 if ${ac_cv_safe_to_define___extensions__+:} false; then :
|
adam@0
|
3540 $as_echo_n "(cached) " >&6
|
adam@0
|
3541 else
|
adam@0
|
3542 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
adam@0
|
3543 /* end confdefs.h. */
|
adam@0
|
3544
|
adam@0
|
3545 # define __EXTENSIONS__ 1
|
adam@0
|
3546 $ac_includes_default
|
adam@0
|
3547 int
|
adam@0
|
3548 main ()
|
adam@0
|
3549 {
|
adam@0
|
3550
|
adam@0
|
3551 ;
|
adam@0
|
3552 return 0;
|
adam@0
|
3553 }
|
adam@0
|
3554 _ACEOF
|
adam@0
|
3555 if ac_fn_c_try_compile "$LINENO"; then :
|
adam@0
|
3556 ac_cv_safe_to_define___extensions__=yes
|
adam@0
|
3557 else
|
adam@0
|
3558 ac_cv_safe_to_define___extensions__=no
|
adam@0
|
3559 fi
|
adam@0
|
3560 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
adam@0
|
3561 fi
|
adam@0
|
3562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
|
adam@0
|
3563 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
|
adam@0
|
3564 test $ac_cv_safe_to_define___extensions__ = yes &&
|
adam@0
|
3565 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
|
adam@0
|
3566
|
adam@0
|
3567 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
|
adam@0
|
3568
|
adam@0
|
3569 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
|
adam@0
|
3570
|
adam@0
|
3571 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
|
adam@0
|
3572
|
adam@0
|
3573 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
|
adam@0
|
3574
|
adam@0
|
3575
|
adam@0
|
3576 am__api_version='1.11'
|
adam@0
|
3577
|
adam@0
|
3578 ac_aux_dir=
|
adam@0
|
3579 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
|
adam@0
|
3580 if test -f "$ac_dir/install-sh"; then
|
adam@0
|
3581 ac_aux_dir=$ac_dir
|
adam@0
|
3582 ac_install_sh="$ac_aux_dir/install-sh -c"
|
adam@0
|
3583 break
|
adam@0
|
3584 elif test -f "$ac_dir/install.sh"; then
|
adam@0
|
3585 ac_aux_dir=$ac_dir
|
adam@0
|
3586 ac_install_sh="$ac_aux_dir/install.sh -c"
|
adam@0
|
3587 break
|
adam@0
|
3588 elif test -f "$ac_dir/shtool"; then
|
adam@0
|
3589 ac_aux_dir=$ac_dir
|
adam@0
|
3590 ac_install_sh="$ac_aux_dir/shtool install -c"
|
adam@0
|
3591 break
|
adam@0
|
3592 fi
|
adam@0
|
3593 done
|
adam@0
|
3594 if test -z "$ac_aux_dir"; then
|
adam@0
|
3595 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
|
adam@0
|
3596 fi
|
adam@0
|
3597
|
adam@0
|
3598 # These three variables are undocumented and unsupported,
|
adam@0
|
3599 # and are intended to be withdrawn in a future Autoconf release.
|
adam@0
|
3600 # They can cause serious problems if a builder's source tree is in a directory
|
adam@0
|
3601 # whose full name contains unusual characters.
|
adam@0
|
3602 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
|
adam@0
|
3603 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
|
adam@0
|
3604 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
|
adam@0
|
3605
|
adam@0
|
3606
|
adam@0
|
3607 # Find a good install program. We prefer a C program (faster),
|
adam@0
|
3608 # so one script is as good as another. But avoid the broken or
|
adam@0
|
3609 # incompatible versions:
|
adam@0
|
3610 # SysV /etc/install, /usr/sbin/install
|
adam@0
|
3611 # SunOS /usr/etc/install
|
adam@0
|
3612 # IRIX /sbin/install
|
adam@0
|
3613 # AIX /bin/install
|
adam@0
|
3614 # AmigaOS /C/install, which installs bootblocks on floppy discs
|
adam@0
|
3615 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
|
adam@0
|
3616 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
|
adam@0
|
3617 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
|
adam@0
|
3618 # OS/2's system install, which has a completely different semantic
|
adam@0
|
3619 # ./install, which can be erroneously created by make from ./install.sh.
|
adam@0
|
3620 # Reject install programs that cannot install multiple files.
|
adam@0
|
3621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
|
adam@0
|
3622 $as_echo_n "checking for a BSD-compatible install... " >&6; }
|
adam@0
|
3623 if test -z "$INSTALL"; then
|
adam@47
|
3624 if ${ac_cv_path_install+:} false; then :
|
adam@0
|
3625 $as_echo_n "(cached) " >&6
|
adam@0
|
3626 else
|
adam@0
|
3627 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
adam@0
|
3628 for as_dir in $PATH
|
adam@0
|
3629 do
|
adam@0
|
3630 IFS=$as_save_IFS
|
adam@0
|
3631 test -z "$as_dir" && as_dir=.
|
adam@0
|
3632 # Account for people who put trailing slashes in PATH elements.
|
adam@0
|
3633 case $as_dir/ in #((
|
adam@0
|
3634 ./ | .// | /[cC]/* | \
|
adam@0
|
3635 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
|
adam@0
|
3636 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
|
adam@0
|
3637 /usr/ucb/* ) ;;
|
adam@0
|
3638 *)
|
adam@0
|
3639 # OSF1 and SCO ODT 3.0 have their own names for install.
|
adam@0
|
3640 # Don't use installbsd from OSF since it installs stuff as root
|
adam@0
|
3641 # by default.
|
adam@0
|
3642 for ac_prog in ginstall scoinst install; do
|
adam@0
|
3643 for ac_exec_ext in '' $ac_executable_extensions; do
|
adam@0
|
3644 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
|
adam@0
|
3645 if test $ac_prog = install &&
|
adam@0
|
3646 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
|
adam@0
|
3647 # AIX install. It has an incompatible calling convention.
|
adam@0
|
3648 :
|
adam@0
|
3649 elif test $ac_prog = install &&
|
adam@0
|
3650 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
|
adam@0
|
3651 # program-specific install script used by HP pwplus--don't use.
|
adam@0
|
3652 :
|
adam@0
|
3653 else
|
adam@0
|
3654 rm -rf conftest.one conftest.two conftest.dir
|
adam@0
|
3655 echo one > conftest.one
|
adam@0
|
3656 echo two > conftest.two
|
adam@0
|
3657 mkdir conftest.dir
|
adam@0
|
3658 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
|
adam@0
|
3659 test -s conftest.one && test -s conftest.two &&
|
adam@0
|
3660 test -s conftest.dir/conftest.one &&
|
adam@0
|
3661 test -s conftest.dir/conftest.two
|
adam@0
|
3662 then
|
adam@0
|
3663 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
|
adam@0
|
3664 break 3
|
adam@0
|
3665 fi
|
adam@0
|
3666 fi
|
adam@0
|
3667 fi
|
adam@0
|
3668 done
|
adam@0
|
3669 done
|
adam@0
|
3670 ;;
|
adam@0
|
3671 esac
|
adam@0
|
3672
|
adam@0
|
3673 done
|
adam@0
|
3674 IFS=$as_save_IFS
|
adam@0
|
3675
|
adam@0
|
3676 rm -rf conftest.one conftest.two conftest.dir
|
adam@0
|
3677
|
adam@0
|
3678 fi
|
adam@0
|
3679 if test "${ac_cv_path_install+set}" = set; then
|
adam@0
|
3680 INSTALL=$ac_cv_path_install
|
adam@0
|
3681 else
|
adam@0
|
3682 # As a last resort, use the slow shell script. Don't cache a
|
adam@0
|
3683 # value for INSTALL within a source directory, because that will
|
adam@0
|
3684 # break other packages using the cache if that directory is
|
adam@0
|
3685 # removed, or if the value is a relative name.
|
adam@0
|
3686 INSTALL=$ac_install_sh
|
adam@0
|
3687 fi
|
adam@0
|
3688 fi
|
adam@0
|
3689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
|
adam@0
|
3690 $as_echo "$INSTALL" >&6; }
|
adam@0
|
3691
|
adam@0
|
3692 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
|
adam@0
|
3693 # It thinks the first close brace ends the variable substitution.
|
adam@0
|
3694 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
|
adam@0
|
3695
|
adam@0
|
3696 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
|
adam@0
|
3697
|
adam@0
|
3698 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
|
adam@0
|
3699
|
adam@0
|
3700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
|
adam@0
|
3701 $as_echo_n "checking whether build environment is sane... " >&6; }
|
adam@0
|
3702 # Just in case
|
adam@0
|
3703 sleep 1
|
adam@0
|
3704 echo timestamp > conftest.file
|
adam@0
|
3705 # Reject unsafe characters in $srcdir or the absolute working directory
|
adam@0
|
3706 # name. Accept space and tab only in the latter.
|
adam@0
|
3707 am_lf='
|
adam@0
|
3708 '
|
adam@0
|
3709 case `pwd` in
|
adam@0
|
3710 *[\\\"\#\$\&\'\`$am_lf]*)
|
adam@47
|
3711 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
|
adam@0
|
3712 esac
|
adam@0
|
3713 case $srcdir in
|
adam@0
|
3714 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
|
adam@47
|
3715 as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
|
adam@0
|
3716 esac
|
adam@0
|
3717
|
adam@0
|
3718 # Do `set' in a subshell so we don't clobber the current shell's
|
adam@0
|
3719 # arguments. Must try -L first in case configure is actually a
|
adam@0
|
3720 # symlink; some systems play weird games with the mod time of symlinks
|
adam@0
|
3721 # (eg FreeBSD returns the mod time of the symlink's containing
|
adam@0
|
3722 # directory).
|
adam@0
|
3723 if (
|
adam@0
|
3724 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
|
adam@0
|
3725 if test "$*" = "X"; then
|
adam@0
|
3726 # -L didn't work.
|
adam@0
|
3727 set X `ls -t "$srcdir/configure" conftest.file`
|
adam@0
|
3728 fi
|
adam@0
|
3729 rm -f conftest.file
|
adam@0
|
3730 if test "$*" != "X $srcdir/configure conftest.file" \
|
adam@0
|
3731 && test "$*" != "X conftest.file $srcdir/configure"; then
|
adam@0
|
3732
|
adam@0
|
3733 # If neither matched, then we have a broken ls. This can happen
|
adam@0
|
3734 # if, for instance, CONFIG_SHELL is bash and it inherits a
|
adam@0
|
3735 # broken ls alias from the environment. This has actually
|
adam@0
|
3736 # happened. Such a system could not be considered "sane".
|
adam@0
|
3737 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
|
adam@0
|
3738 alias in your environment" "$LINENO" 5
|
adam@0
|
3739 fi
|
adam@0
|
3740
|
adam@0
|
3741 test "$2" = conftest.file
|
adam@0
|
3742 )
|
adam@0
|
3743 then
|
adam@0
|
3744 # Ok.
|
adam@0
|
3745 :
|
adam@0
|
3746 else
|
adam@0
|
3747 as_fn_error $? "newly created file is older than distributed files!
|
adam@0
|
3748 Check your system clock" "$LINENO" 5
|
adam@0
|
3749 fi
|
adam@0
|
3750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
adam@0
|
3751 $as_echo "yes" >&6; }
|
adam@0
|
3752 test "$program_prefix" != NONE &&
|
adam@0
|
3753 program_transform_name="s&^&$program_prefix&;$program_transform_name"
|
adam@0
|
3754 # Use a double $ so make ignores it.
|
adam@0
|
3755 test "$program_suffix" != NONE &&
|
adam@0
|
3756 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
|
adam@0
|
3757 # Double any \ or $.
|
adam@0
|
3758 # By default was `s,x,x', remove it if useless.
|
adam@0
|
3759 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
|
adam@0
|
3760 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
|
adam@0
|
3761
|
adam@0
|
3762 # expand $ac_aux_dir to an absolute path
|
adam@0
|
3763 am_aux_dir=`cd $ac_aux_dir && pwd`
|
adam@0
|
3764
|
adam@0
|
3765 if test x"${MISSING+set}" != xset; then
|
adam@0
|
3766 case $am_aux_dir in
|
adam@0
|
3767 *\ * | *\ *)
|
adam@0
|
3768 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
|
adam@0
|
3769 *)
|
adam@0
|
3770 MISSING="\${SHELL} $am_aux_dir/missing" ;;
|
adam@0
|
3771 esac
|
adam@0
|
3772 fi
|
adam@0
|
3773 # Use eval to expand $SHELL
|
adam@0
|
3774 if eval "$MISSING --run true"; then
|
adam@0
|
3775 am_missing_run="$MISSING --run "
|
adam@0
|
3776 else
|
adam@0
|
3777 am_missing_run=
|
adam@0
|
3778 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
|
adam@0
|
3779 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
|
adam@0
|
3780 fi
|
adam@0
|
3781
|
adam@0
|
3782 if test x"${install_sh}" != xset; then
|
adam@0
|
3783 case $am_aux_dir in
|
adam@0
|
3784 *\ * | *\ *)
|
adam@0
|
3785 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
|
adam@0
|
3786 *)
|
adam@0
|
3787 install_sh="\${SHELL} $am_aux_dir/install-sh"
|
adam@0
|
3788 esac
|
adam@0
|
3789 fi
|
adam@0
|
3790
|
adam@0
|
3791 # Installed binaries are usually stripped using `strip' when the user
|
adam@0
|
3792 # run `make install-strip'. However `strip' might not be the right
|
adam@0
|
3793 # tool to use in cross-compilation environments, therefore Automake
|
adam@0
|
3794 # will honor the `STRIP' environment variable to overrule this program.
|
adam@0
|
3795 if test "$cross_compiling" != no; then
|
adam@0
|
3796 if test -n "$ac_tool_prefix"; then
|
adam@0
|
3797 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
|
adam@0
|
3798 set dummy ${ac_tool_prefix}strip; ac_word=$2
|
adam@0
|
3799 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
adam@0
|
3800 $as_echo_n "checking for $ac_word... " >&6; }
|
adam@47
|
3801 if ${ac_cv_prog_STRIP+:} false; then :
|
adam@0
|
3802 $as_echo_n "(cached) " >&6
|
adam@0
|
3803 else
|
adam@0
|
3804 if test -n "$STRIP"; then
|
adam@0
|
3805 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
|
adam@0
|
3806 else
|
adam@0
|
3807 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
adam@0
|
3808 for as_dir in $PATH
|
adam@0
|
3809 do
|
adam@0
|
3810 IFS=$as_save_IFS
|
adam@0
|
3811 test -z "$as_dir" && as_dir=.
|
adam@0
|
3812 for ac_exec_ext in '' $ac_executable_extensions; do
|
adam@0
|
3813 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
adam@0
|
3814 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
|
adam@0
|
3815 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
adam@0
|
3816 break 2
|
adam@0
|
3817 fi
|
adam@0
|
3818 done
|
adam@0
|
3819 done
|
adam@0
|
3820 IFS=$as_save_IFS
|
adam@0
|
3821
|
adam@0
|
3822 fi
|
adam@0
|
3823 fi
|
adam@0
|
3824 STRIP=$ac_cv_prog_STRIP
|
adam@0
|
3825 if test -n "$STRIP"; then
|
adam@0
|
3826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
|
adam@0
|
3827 $as_echo "$STRIP" >&6; }
|
adam@0
|
3828 else
|
adam@0
|
3829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
adam@0
|
3830 $as_echo "no" >&6; }
|
adam@0
|
3831 fi
|
adam@0
|
3832
|
adam@0
|
3833
|
adam@0
|
3834 fi
|
adam@0
|
3835 if test -z "$ac_cv_prog_STRIP"; then
|
adam@0
|
3836 ac_ct_STRIP=$STRIP
|
adam@0
|
3837 # Extract the first word of "strip", so it can be a program name with args.
|
adam@0
|
3838 set dummy strip; ac_word=$2
|
adam@0
|
3839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
adam@0
|
3840 $as_echo_n "checking for $ac_word... " >&6; }
|
adam@47
|
3841 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
|
adam@0
|
3842 $as_echo_n "(cached) " >&6
|
adam@0
|
3843 else
|
adam@0
|
3844 if test -n "$ac_ct_STRIP"; then
|
adam@0
|
3845 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
|
adam@0
|
3846 else
|
adam@0
|
3847 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
adam@0
|
3848 for as_dir in $PATH
|
adam@0
|
3849 do
|
adam@0
|
3850 IFS=$as_save_IFS
|
adam@0
|
3851 test -z "$as_dir" && as_dir=.
|
adam@0
|
3852 for ac_exec_ext in '' $ac_executable_extensions; do
|
adam@0
|
3853 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
adam@0
|
3854 ac_cv_prog_ac_ct_STRIP="strip"
|
adam@0
|
3855 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
adam@0
|
3856 break 2
|
adam@0
|
3857 fi
|
adam@0
|
3858 done
|
adam@0
|
3859 done
|
adam@0
|
3860 IFS=$as_save_IFS
|
adam@0
|
3861
|
adam@0
|
3862 fi
|
adam@0
|
3863 fi
|
adam@0
|
3864 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
|
adam@0
|
3865 if test -n "$ac_ct_STRIP"; then
|
adam@0
|
3866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
|
adam@0
|
3867 $as_echo "$ac_ct_STRIP" >&6; }
|
adam@0
|
3868 else
|
adam@0
|
3869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
adam@0
|
3870 $as_echo "no" >&6; }
|
adam@0
|
3871 fi
|
adam@0
|
3872
|
adam@0
|
3873 if test "x$ac_ct_STRIP" = x; then
|
adam@0
|
3874 STRIP=":"
|
adam@0
|
3875 else
|
adam@0
|
3876 case $cross_compiling:$ac_tool_warned in
|
adam@0
|
3877 yes:)
|
adam@0
|
3878 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
|
adam@0
|
3879 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
|
adam@0
|
3880 ac_tool_warned=yes ;;
|
adam@0
|
3881 esac
|
adam@0
|
3882 STRIP=$ac_ct_STRIP
|
adam@0
|
3883 fi
|
adam@0
|
3884 else
|
adam@0
|
3885 STRIP="$ac_cv_prog_STRIP"
|
adam@0
|
3886 fi
|
adam@0
|
3887
|
adam@0
|
3888 fi
|
adam@0
|
3889 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
|
adam@0
|
3890
|
adam@0
|
3891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
|
adam@0
|
3892 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
|
adam@0
|
3893 if test -z "$MKDIR_P"; then
|
adam@47
|
3894 if ${ac_cv_path_mkdir+:} false; then :
|
adam@0
|
3895 $as_echo_n "(cached) " >&6
|
adam@0
|
3896 else
|
adam@0
|
3897 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
adam@0
|
3898 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
|
adam@0
|
3899 do
|
adam@0
|
3900 IFS=$as_save_IFS
|
adam@0
|
3901 test -z "$as_dir" && as_dir=.
|
adam@0
|
3902 for ac_prog in mkdir gmkdir; do
|
adam@0
|
3903 for ac_exec_ext in '' $ac_executable_extensions; do
|
adam@0
|
3904 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
|
adam@0
|
3905 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
|
adam@0
|
3906 'mkdir (GNU coreutils) '* | \
|
adam@0
|
3907 'mkdir (coreutils) '* | \
|
adam@0
|
3908 'mkdir (fileutils) '4.1*)
|
adam@0
|
3909 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
|
adam@0
|
3910 break 3;;
|
adam@0
|
3911 esac
|
adam@0
|
3912 done
|
adam@0
|
3913 done
|
adam@0
|
3914 done
|
adam@0
|
3915 IFS=$as_save_IFS
|
adam@0
|
3916
|
adam@0
|
3917 fi
|
adam@0
|
3918
|
adam@0
|
3919 test -d ./--version && rmdir ./--version
|
adam@0
|
3920 if test "${ac_cv_path_mkdir+set}" = set; then
|
adam@0
|
3921 MKDIR_P="$ac_cv_path_mkdir -p"
|
adam@0
|
3922 else
|
adam@0
|
3923 # As a last resort, use the slow shell script. Don't cache a
|
adam@0
|
3924 # value for MKDIR_P within a source directory, because that will
|
adam@0
|
3925 # break other packages using the cache if that directory is
|
adam@0
|
3926 # removed, or if the value is a relative name.
|
adam@0
|
3927 MKDIR_P="$ac_install_sh -d"
|
adam@0
|
3928 fi
|
adam@0
|
3929 fi
|
adam@0
|
3930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
|
adam@0
|
3931 $as_echo "$MKDIR_P" >&6; }
|
adam@0
|
3932
|
adam@0
|
3933 mkdir_p="$MKDIR_P"
|
adam@0
|
3934 case $mkdir_p in
|
adam@0
|
3935 [\\/$]* | ?:[\\/]*) ;;
|
adam@0
|
3936 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
|
adam@0
|
3937 esac
|
adam@0
|
3938
|
adam@0
|
3939 for ac_prog in gawk mawk nawk awk
|
adam@0
|
3940 do
|
adam@0
|
3941 # Extract the first word of "$ac_prog", so it can be a program name with args.
|
adam@0
|
3942 set dummy $ac_prog; ac_word=$2
|
adam@0
|
3943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
adam@0
|
3944 $as_echo_n "checking for $ac_word... " >&6; }
|
adam@47
|
3945 if ${ac_cv_prog_AWK+:} false; then :
|
adam@0
|
3946 $as_echo_n "(cached) " >&6
|
adam@0
|
3947 else
|
adam@0
|
3948 if test -n "$AWK"; then
|
adam@0
|
3949 ac_cv_prog_AWK="$AWK" # Let the user override the test.
|
adam@0
|
3950 else
|
adam@0
|
3951 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
adam@0
|
3952 for as_dir in $PATH
|
adam@0
|
3953 do
|
adam@0
|
3954 IFS=$as_save_IFS
|
adam@0
|
3955 test -z "$as_dir" && as_dir=.
|
adam@0
|
3956 for ac_exec_ext in '' $ac_executable_extensions; do
|
adam@0
|
3957 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
adam@0
|
3958 ac_cv_prog_AWK="$ac_prog"
|
adam@0
|
3959 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
adam@0
|
3960 break 2
|
adam@0
|
3961 fi
|
adam@0
|
3962 done
|
adam@0
|
3963 done
|
adam@0
|
3964 IFS=$as_save_IFS
|
adam@0
|
3965
|
adam@0
|
3966 fi
|
adam@0
|
3967 fi
|
adam@0
|
3968 AWK=$ac_cv_prog_AWK
|
adam@0
|
3969 if test -n "$AWK"; then
|
adam@0
|
3970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
|
adam@0
|
3971 $as_echo "$AWK" >&6; }
|
adam@0
|
3972 else
|
adam@0
|
3973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
adam@0
|
3974 $as_echo "no" >&6; }
|
adam@0
|
3975 fi
|
adam@0
|
3976
|
adam@0
|
3977
|
adam@0
|
3978 test -n "$AWK" && break
|
adam@0
|
3979 done
|
adam@0
|
3980
|
adam@0
|
3981 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
|
adam@0
|
3982 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
|
adam@0
|
3983 set x ${MAKE-make}
|
adam@0
|
3984 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
|
adam@47
|
3985 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
|
adam@0
|
3986 $as_echo_n "(cached) " >&6
|
adam@0
|
3987 else
|
adam@0
|
3988 cat >conftest.make <<\_ACEOF
|
adam@0
|
3989 SHELL = /bin/sh
|
adam@0
|
3990 all:
|
adam@0
|
3991 @echo '@@@%%%=$(MAKE)=@@@%%%'
|
adam@0
|
3992 _ACEOF
|
adam@0
|
3993 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
|
adam@0
|
3994 case `${MAKE-make} -f conftest.make 2>/dev/null` in
|
adam@0
|
3995 *@@@%%%=?*=@@@%%%*)
|
adam@0
|
3996 eval ac_cv_prog_make_${ac_make}_set=yes;;
|
adam@0
|
3997 *)
|
adam@0
|
3998 eval ac_cv_prog_make_${ac_make}_set=no;;
|
adam@0
|
3999 esac
|
adam@0
|
4000 rm -f conftest.make
|
adam@0
|
4001 fi
|
adam@0
|
4002 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
|
adam@0
|
4003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
adam@0
|
4004 $as_echo "yes" >&6; }
|
adam@0
|
4005 SET_MAKE=
|
adam@0
|
4006 else
|
adam@0
|
4007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
adam@0
|
4008 $as_echo "no" >&6; }
|
adam@0
|
4009 SET_MAKE="MAKE=${MAKE-make}"
|
adam@0
|
4010 fi
|
adam@0
|
4011
|
adam@0
|
4012 rm -rf .tst 2>/dev/null
|
adam@0
|
4013 mkdir .tst 2>/dev/null
|
adam@0
|
4014 if test -d .tst; then
|
adam@0
|
4015 am__leading_dot=.
|
adam@0
|
4016 else
|
adam@0
|
4017 am__leading_dot=_
|
adam@0
|
4018 fi
|
adam@0
|
4019 rmdir .tst 2>/dev/null
|
adam@0
|
4020
|
adam@0
|
4021 DEPDIR="${am__leading_dot}deps"
|
adam@0
|
4022
|
adam@0
|
4023 ac_config_commands="$ac_config_commands depfiles"
|
adam@0
|
4024
|
adam@0
|
4025
|
adam@0
|
4026 am_make=${MAKE-make}
|
adam@0
|
4027 cat > confinc << 'END'
|
adam@0
|
4028 am__doit:
|
adam@0
|
4029 @echo this is the am__doit target
|
adam@0
|
4030 .PHONY: am__doit
|
adam@0
|
4031 END
|
adam@0
|
4032 # If we don't find an include directive, just comment out the code.
|
adam@0
|
4033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
|
adam@0
|
4034 $as_echo_n "checking for style of include used by $am_make... " >&6; }
|
adam@0
|
4035 am__include="#"
|
adam@0
|
4036 am__quote=
|
adam@0
|
4037 _am_result=none
|
adam@0
|
4038 # First try GNU make style include.
|
adam@0
|
4039 echo "include confinc" > confmf
|
adam@0
|
4040 # Ignore all kinds of additional output from `make'.
|
adam@0
|
4041 case `$am_make -s -f confmf 2> /dev/null` in #(
|
adam@0
|
4042 *the\ am__doit\ target*)
|
adam@0
|
4043 am__include=include
|
adam@0
|
4044 am__quote=
|
adam@0
|
4045 _am_result=GNU
|
adam@0
|
4046 ;;
|
adam@0
|
4047 esac
|
adam@0
|
4048 # Now try BSD make style include.
|
adam@0
|
4049 if test "$am__include" = "#"; then
|
adam@0
|
4050 echo '.include "confinc"' > confmf
|
adam@0
|
4051 case `$am_make -s -f confmf 2> /dev/null` in #(
|
adam@0
|
4052 *the\ am__doit\ target*)
|
adam@0
|
4053 am__include=.include
|
adam@0
|
4054 am__quote="\""
|
adam@0
|
4055 _am_result=BSD
|
adam@0
|
4056 ;;
|
adam@0
|
4057 esac
|
adam@0
|
4058 fi
|
adam@0
|
4059
|
adam@0
|
4060
|
adam@0
|
4061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
|
adam@0
|
4062 $as_echo "$_am_result" >&6; }
|
adam@0
|
4063 rm -f confinc confmf
|
adam@0
|
4064
|
adam@0
|
4065 # Check whether --enable-dependency-tracking was given.
|
adam@0
|
4066 if test "${enable_dependency_tracking+set}" = set; then :
|
adam@0
|
4067 enableval=$enable_dependency_tracking;
|
adam@0
|
4068 fi
|
adam@0
|
4069
|
adam@0
|
4070 if test "x$enable_dependency_tracking" != xno; then
|
adam@0
|
4071 am_depcomp="$ac_aux_dir/depcomp"
|
adam@0
|
4072 AMDEPBACKSLASH='\'
|
adam@0
|
4073 fi
|
adam@0
|
4074 if test "x$enable_dependency_tracking" != xno; then
|
adam@0
|
4075 AMDEP_TRUE=
|
adam@0
|
4076 AMDEP_FALSE='#'
|
adam@0
|
4077 else
|
adam@0
|
4078 AMDEP_TRUE='#'
|
adam@0
|
4079 AMDEP_FALSE=
|
adam@0
|
4080 fi
|
adam@0
|
4081
|
adam@0
|
4082
|
adam@0
|
4083 if test "`cd $srcdir && pwd`" != "`pwd`"; then
|
adam@0
|
4084 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
|
adam@0
|
4085 # is not polluted with repeated "-I."
|
adam@0
|
4086 am__isrc=' -I$(srcdir)'
|
adam@0
|
4087 # test to see if srcdir already configured
|
adam@0
|
4088 if test -f $srcdir/config.status; then
|
adam@0
|
4089 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
|
adam@0
|
4090 fi
|
adam@0
|
4091 fi
|
adam@0
|
4092
|
adam@0
|
4093 # test whether we have cygpath
|
adam@0
|
4094 if test -z "$CYGPATH_W"; then
|
adam@0
|
4095 if (cygpath --version) >/dev/null 2>/dev/null; then
|
adam@0
|
4096 CYGPATH_W='cygpath -w'
|
adam@0
|
4097 else
|
adam@0
|
4098 CYGPATH_W=echo
|
adam@0
|
4099 fi
|
adam@0
|
4100 fi
|
adam@0
|
4101
|
adam@0
|
4102
|
adam@0
|
4103 # Define the identity of the package.
|
adam@0
|
4104 PACKAGE='urweb_openid'
|
adam@0
|
4105 VERSION='1.0'
|
adam@0
|
4106
|
adam@0
|
4107
|
adam@0
|
4108 # Some tools Automake needs.
|
adam@0
|
4109
|
adam@0
|
4110 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
|
adam@0
|
4111
|
adam@0
|
4112
|
adam@0
|
4113 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
|
adam@0
|
4114
|
adam@0
|
4115
|
adam@0
|
4116 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
|
adam@0
|
4117
|
adam@0
|
4118
|
adam@0
|
4119 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
|
adam@0
|
4120
|
adam@0
|
4121
|
adam@0
|
4122 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
|
adam@0
|
4123
|
adam@0
|
4124 # We need awk for the "check" target. The system "awk" is bad on
|
adam@0
|
4125 # some platforms.
|
adam@0
|
4126 # Always define AMTAR for backward compatibility.
|
adam@0
|
4127
|
adam@0
|
4128 AMTAR=${AMTAR-"${am_missing_run}tar"}
|
adam@0
|
4129
|
adam@0
|
4130 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
|
adam@0
|
4131
|
adam@0
|
4132
|
adam@0
|
4133
|
adam@0
|
4134
|
adam@0
|
4135 depcc="$CC" am_compiler_list=
|
adam@0
|
4136
|
adam@0
|
4137 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
|
adam@0
|
4138 $as_echo_n "checking dependency style of $depcc... " >&6; }
|
adam@47
|
4139 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
|
adam@0
|
4140 $as_echo_n "(cached) " >&6
|
adam@0
|
4141 else
|
adam@0
|
4142 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
|
adam@0
|
4143 # We make a subdir and do the tests there. Otherwise we can end up
|
adam@0
|
4144 # making bogus files that we don't know about and never remove. For
|
adam@0
|
4145 # instance it was reported that on HP-UX the gcc test will end up
|
adam@0
|
4146 # making a dummy file named `D' -- because `-MD' means `put the output
|
adam@0
|
4147 # in D'.
|
adam@0
|
4148 mkdir conftest.dir
|
adam@0
|
4149 # Copy depcomp to subdir because otherwise we won't find it if we're
|
adam@0
|
4150 # using a relative directory.
|
adam@0
|
4151 cp "$am_depcomp" conftest.dir
|
adam@0
|
4152 cd conftest.dir
|
adam@0
|
4153 # We will build objects and dependencies in a subdirectory because
|
adam@0
|
4154 # it helps to detect inapplicable dependency modes. For instance
|
adam@0
|
4155 # both Tru64's cc and ICC support -MD to output dependencies as a
|
adam@0
|
4156 # side effect of compilation, but ICC will put the dependencies in
|
adam@0
|
4157 # the current directory while Tru64 will put them in the object
|
adam@0
|
4158 # directory.
|
adam@0
|
4159 mkdir sub
|
adam@0
|
4160
|
adam@0
|
4161 am_cv_CC_dependencies_compiler_type=none
|
adam@0
|
4162 if test "$am_compiler_list" = ""; then
|
adam@0
|
4163 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
|
adam@0
|
4164 fi
|
adam@0
|
4165 am__universal=false
|
adam@0
|
4166 case " $depcc " in #(
|
adam@0
|
4167 *\ -arch\ *\ -arch\ *) am__universal=true ;;
|
adam@0
|
4168 esac
|
adam@0
|
4169
|
adam@0
|
4170 for depmode in $am_compiler_list; do
|
adam@0
|
4171 # Setup a source with many dependencies, because some compilers
|
adam@0
|
4172 # like to wrap large dependency lists on column 80 (with \), and
|
adam@0
|
4173 # we should not choose a depcomp mode which is confused by this.
|
adam@0
|
4174 #
|
adam@0
|
4175 # We need to recreate these files for each test, as the compiler may
|
adam@0
|
4176 # overwrite some of them when testing with obscure command lines.
|
adam@0
|
4177 # This happens at least with the AIX C compiler.
|
adam@0
|
4178 : > sub/conftest.c
|
adam@0
|
4179 for i in 1 2 3 4 5 6; do
|
adam@0
|
4180 echo '#include "conftst'$i'.h"' >> sub/conftest.c
|
adam@0
|
4181 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
|
adam@0
|
4182 # Solaris 8's {/usr,}/bin/sh.
|
adam@0
|
4183 touch sub/conftst$i.h
|
adam@0
|
4184 done
|
adam@0
|
4185 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
|
adam@0
|
4186
|
adam@0
|
4187 # We check with `-c' and `-o' for the sake of the "dashmstdout"
|
adam@0
|
4188 # mode. It turns out that the SunPro C++ compiler does not properly
|
adam@0
|
4189 # handle `-M -o', and we need to detect this. Also, some Intel
|
adam@0
|
4190 # versions had trouble with output in subdirs
|
adam@0
|
4191 am__obj=sub/conftest.${OBJEXT-o}
|
adam@0
|
4192 am__minus_obj="-o $am__obj"
|
adam@0
|
4193 case $depmode in
|
adam@0
|
4194 gcc)
|
adam@0
|
4195 # This depmode causes a compiler race in universal mode.
|
adam@0
|
4196 test "$am__universal" = false || continue
|
adam@0
|
4197 ;;
|
adam@0
|
4198 nosideeffect)
|
adam@0
|
4199 # after this tag, mechanisms are not by side-effect, so they'll
|
adam@0
|
4200 # only be used when explicitly requested
|
adam@0
|
4201 if test "x$enable_dependency_tracking" = xyes; then
|
adam@0
|
4202 continue
|
adam@0
|
4203 else
|
adam@0
|
4204 break
|
adam@0
|
4205 fi
|
adam@0
|
4206 ;;
|
adam@0
|
4207 msvisualcpp | msvcmsys)
|
adam@0
|
4208 # This compiler won't grok `-c -o', but also, the minuso test has
|
adam@0
|
4209 # not run yet. These depmodes are late enough in the game, and
|
adam@0
|
4210 # so weak that their functioning should not be impacted.
|
adam@0
|
4211 am__obj=conftest.${OBJEXT-o}
|
adam@0
|
4212 am__minus_obj=
|
adam@0
|
4213 ;;
|
adam@0
|
4214 none) break ;;
|
adam@0
|
4215 esac
|
adam@0
|
4216 if depmode=$depmode \
|
adam@0
|
4217 source=sub/conftest.c object=$am__obj \
|
adam@0
|
4218 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
|
adam@0
|
4219 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
|
adam@0
|
4220 >/dev/null 2>conftest.err &&
|
adam@0
|
4221 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
|
adam@0
|
4222 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
|
adam@0
|
4223 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
|
adam@0
|
4224 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
|
adam@0
|
4225 # icc doesn't choke on unknown options, it will just issue warnings
|
adam@0
|
4226 # or remarks (even with -Werror). So we grep stderr for any message
|
adam@0
|
4227 # that says an option was ignored or not supported.
|
adam@0
|
4228 # When given -MP, icc 7.0 and 7.1 complain thusly:
|
adam@0
|
4229 # icc: Command line warning: ignoring option '-M'; no argument required
|
adam@0
|
4230 # The diagnosis changed in icc 8.0:
|
adam@0
|
4231 # icc: Command line remark: option '-MP' not supported
|
adam@0
|
4232 if (grep 'ignoring option' conftest.err ||
|
adam@0
|
4233 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
|
adam@0
|
4234 am_cv_CC_dependencies_compiler_type=$depmode
|
adam@0
|
4235 break
|
adam@0
|
4236 fi
|
adam@0
|
4237 fi
|
adam@0
|
4238 done
|
adam@0
|
4239
|
adam@0
|
4240 cd ..
|
adam@0
|
4241 rm -rf conftest.dir
|
adam@0
|
4242 else
|
adam@0
|
4243 am_cv_CC_dependencies_compiler_type=none
|
adam@0
|
4244 fi
|
adam@0
|
4245
|
adam@0
|
4246 fi
|
adam@0
|
4247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
|
adam@0
|
4248 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
|
adam@0
|
4249 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
|
adam@0
|
4250
|
adam@0
|
4251 if
|
adam@0
|
4252 test "x$enable_dependency_tracking" != xno \
|
adam@0
|
4253 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
|
adam@0
|
4254 am__fastdepCC_TRUE=
|
adam@0
|
4255 am__fastdepCC_FALSE='#'
|
adam@0
|
4256 else
|
adam@0
|
4257 am__fastdepCC_TRUE='#'
|
adam@0
|
4258 am__fastdepCC_FALSE=
|
adam@0
|
4259 fi
|
adam@0
|
4260
|
adam@0
|
4261
|
adam@0
|
4262
|
adam@0
|
4263 ac_ext=c
|
adam@0
|
4264 ac_cpp='$CPP $CPPFLAGS'
|
adam@0
|
4265 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
adam@0
|
4266 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
adam@0
|
4267 ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
adam@0
|
4268 if test -n "$ac_tool_prefix"; then
|
adam@0
|
4269 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
|
adam@0
|
4270 set dummy ${ac_tool_prefix}gcc; ac_word=$2
|
adam@0
|
4271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
adam@0
|
4272 $as_echo_n "checking for $ac_word... " >&6; }
|
adam@47
|
4273 if ${ac_cv_prog_CC+:} false; then :
|
adam@0
|
4274 $as_echo_n "(cached) " >&6
|
adam@0
|
4275 else
|
adam@0
|
4276 if test -n "$CC"; then
|
adam@0
|
4277 ac_cv_prog_CC="$CC" # Let the user override the test.
|
adam@0
|
4278 else
|
adam@0
|
4279 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
adam@0
|
4280 for as_dir in $PATH
|
adam@0
|
4281 do
|
adam@0
|
4282 IFS=$as_save_IFS
|
adam@0
|
4283 test -z "$as_dir" && as_dir=.
|
adam@0
|
4284 for ac_exec_ext in '' $ac_executable_extensions; do
|
adam@0
|
4285 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
adam@0
|
4286 ac_cv_prog_CC="${ac_tool_prefix}gcc"
|
adam@0
|
4287 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
adam@0
|
4288 break 2
|
adam@0
|
4289 fi
|
adam@0
|
4290 done
|
adam@0
|
4291 done
|
adam@0
|
4292 IFS=$as_save_IFS
|
adam@0
|
4293
|
adam@0
|
4294 fi
|
adam@0
|
4295 fi
|
adam@0
|
4296 CC=$ac_cv_prog_CC
|
adam@0
|
4297 if test -n "$CC"; then
|
adam@0
|
4298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
|
adam@0
|
4299 $as_echo "$CC" >&6; }
|
adam@0
|
4300 else
|
adam@0
|
4301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
adam@0
|
4302 $as_echo "no" >&6; }
|
adam@0
|
4303 fi
|
adam@0
|
4304
|
adam@0
|
4305
|
adam@0
|
4306 fi
|
adam@0
|
4307 if test -z "$ac_cv_prog_CC"; then
|
adam@0
|
4308 ac_ct_CC=$CC
|
adam@0
|
4309 # Extract the first word of "gcc", so it can be a program name with args.
|
adam@0
|
4310 set dummy gcc; ac_word=$2
|
adam@0
|
4311 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
adam@0
|
4312 $as_echo_n "checking for $ac_word... " >&6; }
|
adam@47
|
4313 if ${ac_cv_prog_ac_ct_CC+:} false; then :
|
adam@0
|
4314 $as_echo_n "(cached) " >&6
|
adam@0
|
4315 else
|
adam@0
|
4316 if test -n "$ac_ct_CC"; then
|
adam@0
|
4317 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
|
adam@0
|
4318 else
|
adam@0
|
4319 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
adam@0
|
4320 for as_dir in $PATH
|
adam@0
|
4321 do
|
adam@0
|
4322 IFS=$as_save_IFS
|
adam@0
|
4323 test -z "$as_dir" && as_dir=.
|
adam@0
|
4324 for ac_exec_ext in '' $ac_executable_extensions; do
|
adam@0
|
4325 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
adam@0
|
4326 ac_cv_prog_ac_ct_CC="gcc"
|
adam@0
|
4327 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
adam@0
|
4328 break 2
|
adam@0
|
4329 fi
|
adam@0
|
4330 done
|
adam@0
|
4331 done
|
adam@0
|
4332 IFS=$as_save_IFS
|
adam@0
|
4333
|
adam@0
|
4334 fi
|
adam@0
|
4335 fi
|
adam@0
|
4336 ac_ct_CC=$ac_cv_prog_ac_ct_CC
|
adam@0
|
4337 if test -n "$ac_ct_CC"; then
|
adam@0
|
4338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
|
adam@0
|
4339 $as_echo "$ac_ct_CC" >&6; }
|
adam@0
|
4340 else
|
adam@0
|
4341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
adam@0
|
4342 $as_echo "no" >&6; }
|
adam@0
|
4343 fi
|
adam@0
|
4344
|
adam@0
|
4345 if test "x$ac_ct_CC" = x; then
|
adam@0
|
4346 CC=""
|
adam@0
|
4347 else
|
adam@0
|
4348 case $cross_compiling:$ac_tool_warned in
|
adam@0
|
4349 yes:)
|
adam@0
|
4350 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
|
adam@0
|
4351 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
|
adam@0
|
4352 ac_tool_warned=yes ;;
|
adam@0
|
4353 esac
|
adam@0
|
4354 CC=$ac_ct_CC
|
adam@0
|
4355 fi
|
adam@0
|
4356 else
|
adam@0
|
4357 CC="$ac_cv_prog_CC"
|
adam@0
|
4358 fi
|
adam@0
|
4359
|
adam@0
|
4360 if test -z "$CC"; then
|
adam@0
|
4361 if test -n "$ac_tool_prefix"; then
|
adam@0
|
4362 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
|
adam@0
|
4363 set dummy ${ac_tool_prefix}cc; ac_word=$2
|
adam@0
|
4364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
adam@0
|
4365 $as_echo_n "checking for $ac_word... " >&6; }
|
adam@47
|
4366 if ${ac_cv_prog_CC+:} false; then :
|
adam@0
|
4367 $as_echo_n "(cached) " >&6
|
adam@0
|
4368 else
|
adam@0
|
4369 if test -n "$CC"; then
|
adam@0
|
4370 ac_cv_prog_CC="$CC" # Let the user override the test.
|
adam@0
|
4371 else
|
adam@0
|
4372 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
adam@0
|
4373 for as_dir in $PATH
|
adam@0
|
4374 do
|
adam@0
|
4375 IFS=$as_save_IFS
|
adam@0
|
4376 test -z "$as_dir" && as_dir=.
|
adam@0
|
4377 for ac_exec_ext in '' $ac_executable_extensions; do
|
adam@0
|
4378 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
adam@0
|
4379 ac_cv_prog_CC="${ac_tool_prefix}cc"
|
adam@0
|
4380 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
adam@0
|
4381 break 2
|
adam@0
|
4382 fi
|
adam@0
|
4383 done
|
adam@0
|
4384 done
|
adam@0
|
4385 IFS=$as_save_IFS
|
adam@0
|
4386
|
adam@0
|
4387 fi
|
adam@0
|
4388 fi
|
adam@0
|
4389 CC=$ac_cv_prog_CC
|
adam@0
|
4390 if test -n "$CC"; then
|
adam@0
|
4391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
|
adam@0
|
4392 $as_echo "$CC" >&6; }
|
adam@0
|
4393 else
|
adam@0
|
4394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
adam@0
|
4395 $as_echo "no" >&6; }
|
adam@0
|
4396 fi
|
adam@0
|
4397
|
adam@0
|
4398
|
adam@0
|
4399 fi
|
adam@0
|
4400 fi
|
adam@0
|
4401 if test -z "$CC"; then
|
adam@0
|
4402 # Extract the first word of "cc", so it can be a program name with args.
|
adam@0
|
4403 set dummy cc; ac_word=$2
|
adam@0
|
4404 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
adam@0
|
4405 $as_echo_n "checking for $ac_word... " >&6; }
|
adam@47
|
4406 if ${ac_cv_prog_CC+:} false; then :
|
adam@0
|
4407 $as_echo_n "(cached) " >&6
|
adam@0
|
4408 else
|
adam@0
|
4409 if test -n "$CC"; then
|
adam@0
|
4410 ac_cv_prog_CC="$CC" # Let the user override the test.
|
adam@0
|
4411 else
|
adam@0
|
4412 ac_prog_rejected=no
|
adam@0
|
4413 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
adam@0
|
4414 for as_dir in $PATH
|
adam@0
|
4415 do
|
adam@0
|
4416 IFS=$as_save_IFS
|
adam@0
|
4417 test -z "$as_dir" && as_dir=.
|
adam@0
|
4418 for ac_exec_ext in '' $ac_executable_extensions; do
|
adam@0
|
4419 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
adam@0
|
4420 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
|
adam@0
|
4421 ac_prog_rejected=yes
|
adam@0
|
4422 continue
|
adam@0
|
4423 fi
|
adam@0
|
4424 ac_cv_prog_CC="cc"
|
adam@0
|
4425 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
adam@0
|
4426 break 2
|
adam@0
|
4427 fi
|
adam@0
|
4428 done
|
adam@0
|
4429 done
|
adam@0
|
4430 IFS=$as_save_IFS
|
adam@0
|
4431
|
adam@0
|
4432 if test $ac_prog_rejected = yes; then
|
adam@0
|
4433 # We found a bogon in the path, so make sure we never use it.
|
adam@0
|
4434 set dummy $ac_cv_prog_CC
|
adam@0
|
4435 shift
|
adam@0
|
4436 if test $# != 0; then
|
adam@0
|
4437 # We chose a different compiler from the bogus one.
|
adam@0
|
4438 # However, it has the same basename, so the bogon will be chosen
|
adam@0
|
4439 # first if we set CC to just the basename; use the full file name.
|
adam@0
|
4440 shift
|
adam@0
|
4441 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
|
adam@0
|
4442 fi
|
adam@0
|
4443 fi
|
adam@0
|
4444 fi
|
adam@0
|
4445 fi
|
adam@0
|
4446 CC=$ac_cv_prog_CC
|
adam@0
|
4447 if test -n "$CC"; then
|
adam@0
|
4448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
|
adam@0
|
4449 $as_echo "$CC" >&6; }
|
adam@0
|
4450 else
|
adam@0
|
4451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
adam@0
|
4452 $as_echo "no" >&6; }
|
adam@0
|
4453 fi
|
adam@0
|
4454
|
adam@0
|
4455
|
adam@0
|
4456 fi
|
adam@0
|
4457 if test -z "$CC"; then
|
adam@0
|
4458 if test -n "$ac_tool_prefix"; then
|
adam@0
|
4459 for ac_prog in cl.exe
|
adam@0
|
4460 do
|
adam@0
|
4461 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
|
adam@0
|
4462 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
|
adam@0
|
4463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
adam@0
|
4464 $as_echo_n "checking for $ac_word... " >&6; }
|
adam@47
|
4465 if ${ac_cv_prog_CC+:} false; then :
|
adam@0
|
4466 $as_echo_n "(cached) " >&6
|
adam@0
|
4467 else
|
adam@0
|
4468 if test -n "$CC"; then
|
adam@0
|
4469 ac_cv_prog_CC="$CC" # Let the user override the test.
|
adam@0
|
4470 else
|
adam@0
|
4471 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
adam@0
|
4472 for as_dir in $PATH
|
adam@0
|
4473 do
|
adam@0
|
4474 IFS=$as_save_IFS
|
adam@0
|
4475 test -z "$as_dir" && as_dir=.
|
adam@0
|
4476 for ac_exec_ext in '' $ac_executable_extensions; do
|
adam@0
|
4477 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
adam@0
|
4478 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
|
adam@0
|
4479 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
adam@0
|
4480 break 2
|
adam@0
|
4481 fi
|
adam@0
|
4482 done
|
adam@0
|
4483 done
|
adam@0
|
4484 IFS=$as_save_IFS
|
adam@0
|
4485
|
adam@0
|
4486 fi
|
adam@0
|
4487 fi
|
adam@0
|
4488 CC=$ac_cv_prog_CC
|
adam@0
|
4489 if test -n "$CC"; then
|
adam@0
|
4490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
|
adam@0
|
4491 $as_echo "$CC" >&6; }
|
adam@0
|
4492 else
|
adam@0
|
4493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
adam@0
|
4494 $as_echo "no" >&6; }
|
adam@0
|
4495 fi
|
adam@0
|
4496
|
adam@0
|
4497
|
adam@0
|
4498 test -n "$CC" && break
|
adam@0
|
4499 done
|
adam@0
|
4500 fi
|
adam@0
|
4501 if test -z "$CC"; then
|
adam@0
|
4502 ac_ct_CC=$CC
|
adam@0
|
4503 for ac_prog in cl.exe
|
adam@0
|
4504 do
|
adam@0
|
4505 # Extract the first word of "$ac_prog", so it can be a program name with args.
|
adam@0
|
4506 set dummy $ac_prog; ac_word=$2
|
adam@0
|
4507 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
adam@0
|
4508 $as_echo_n "checking for $ac_word... " >&6; }
|
adam@47
|
4509 if ${ac_cv_prog_ac_ct_CC+:} false; then :
|
adam@0
|
4510 $as_echo_n "(cached) " >&6
|
adam@0
|
4511 else
|
adam@0
|
4512 if test -n "$ac_ct_CC"; then
|
adam@0
|
4513 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
|
adam@0
|
4514 else
|
adam@0
|
4515 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
adam@0
|
4516 for as_dir in $PATH
|
adam@0
|
4517 do
|
adam@0
|
4518 IFS=$as_save_IFS
|
adam@0
|
4519 test -z "$as_dir" && as_dir=.
|
adam@0
|
4520 for ac_exec_ext in '' $ac_executable_extensions; do
|
adam@0
|
4521 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
adam@0
|
4522 ac_cv_prog_ac_ct_CC="$ac_prog"
|
adam@0
|
4523 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
adam@0
|
4524 break 2
|
adam@0
|
4525 fi
|
adam@0
|
4526 done
|
adam@0
|
4527 done
|
adam@0
|
4528 IFS=$as_save_IFS
|
adam@0
|
4529
|
adam@0
|
4530 fi
|
adam@0
|
4531 fi
|
adam@0
|
4532 ac_ct_CC=$ac_cv_prog_ac_ct_CC
|
adam@0
|
4533 if test -n "$ac_ct_CC"; then
|
adam@0
|
4534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
|
adam@0
|
4535 $as_echo "$ac_ct_CC" >&6; }
|
adam@0
|
4536 else
|
adam@0
|
4537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
adam@0
|
4538 $as_echo "no" >&6; }
|
adam@0
|
4539 fi
|
adam@0
|
4540
|
adam@0
|
4541
|
adam@0
|
4542 test -n "$ac_ct_CC" && break
|
adam@0
|
4543 done
|
adam@0
|
4544
|
adam@0
|
4545 if test "x$ac_ct_CC" = x; then
|
adam@0
|
4546 CC=""
|
adam@0
|
4547 else
|
adam@0
|
4548 case $cross_compiling:$ac_tool_warned in
|
adam@0
|
4549 yes:)
|
adam@0
|
4550 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
|
adam@0
|
4551 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
|
adam@0
|
4552 ac_tool_warned=yes ;;
|
adam@0
|
4553 esac
|
adam@0
|
4554 CC=$ac_ct_CC
|
adam@0
|
4555 fi
|
adam@0
|
4556 fi
|
adam@0
|
4557
|
adam@0
|
4558 fi
|
adam@0
|
4559
|
adam@0
|
4560
|
adam@0
|
4561 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
adam@0
|
4562 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
|
adam@0
|
4563 as_fn_error $? "no acceptable C compiler found in \$PATH
|
adam@47
|
4564 See \`config.log' for more details" "$LINENO" 5; }
|
adam@0
|
4565
|
adam@0
|
4566 # Provide some information about the compiler.
|
adam@0
|
4567 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
|
adam@0
|
4568 set X $ac_compile
|
adam@0
|
4569 ac_compiler=$2
|
adam@0
|
4570 for ac_option in --version -v -V -qversion; do
|
adam@0
|
4571 { { ac_try="$ac_compiler $ac_option >&5"
|
adam@0
|
4572 case "(($ac_try" in
|
adam@0
|
4573 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
|
adam@0
|
4574 *) ac_try_echo=$ac_try;;
|
adam@0
|
4575 esac
|
adam@0
|
4576 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
|
adam@0
|
4577 $as_echo "$ac_try_echo"; } >&5
|
adam@0
|
4578 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
|
adam@0
|
4579 ac_status=$?
|
adam@0
|
4580 if test -s conftest.err; then
|
adam@0
|
4581 sed '10a\
|
adam@0
|
4582 ... rest of stderr output deleted ...
|
adam@0
|
4583 10q' conftest.err >conftest.er1
|
adam@0
|
4584 cat conftest.er1 >&5
|
adam@0
|
4585 fi
|
adam@0
|
4586 rm -f conftest.er1 conftest.err
|
adam@0
|
4587 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
adam@0
|
4588 test $ac_status = 0; }
|
adam@0
|
4589 done
|
adam@0
|
4590
|
adam@0
|
4591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
|
adam@0
|
4592 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
|
adam@47
|
4593 if ${ac_cv_c_compiler_gnu+:} false; then :
|
adam@0
|
4594 $as_echo_n "(cached) " >&6
|
adam@0
|
4595 else
|
adam@0
|
4596 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
adam@0
|
4597 /* end confdefs.h. */
|
adam@0
|
4598
|
adam@0
|
4599 int
|
adam@0
|
4600 main ()
|
adam@0
|
4601 {
|
adam@0
|
4602 #ifndef __GNUC__
|
adam@0
|
4603 choke me
|
adam@0
|
4604 #endif
|
adam@0
|
4605
|
adam@0
|
4606 ;
|
adam@0
|
4607 return 0;
|
adam@0
|
4608 }
|
adam@0
|
4609 _ACEOF
|
adam@0
|
4610 if ac_fn_c_try_compile "$LINENO"; then :
|
adam@0
|
4611 ac_compiler_gnu=yes
|
adam@0
|
4612 else
|
adam@0
|
4613 ac_compiler_gnu=no
|
adam@0
|
4614 fi
|
adam@0
|
4615 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
adam@0
|
4616 ac_cv_c_compiler_gnu=$ac_compiler_gnu
|
adam@0
|
4617
|
adam@0
|
4618 fi
|
adam@0
|
4619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
|
adam@0
|
4620 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
|
adam@0
|
4621 if test $ac_compiler_gnu = yes; then
|
adam@0
|
4622 GCC=yes
|
adam@0
|
4623 else
|
adam@0
|
4624 GCC=
|
adam@0
|
4625 fi
|
adam@0
|
4626 ac_test_CFLAGS=${CFLAGS+set}
|
adam@0
|
4627 ac_save_CFLAGS=$CFLAGS
|
adam@0
|
4628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
|
adam@0
|
4629 $as_echo_n "checking whether $CC accepts -g... " >&6; }
|
adam@47
|
4630 if ${ac_cv_prog_cc_g+:} false; then :
|
adam@0
|
4631 $as_echo_n "(cached) " >&6
|
adam@0
|
4632 else
|
adam@0
|
4633 ac_save_c_werror_flag=$ac_c_werror_flag
|
adam@0
|
4634 ac_c_werror_flag=yes
|
adam@0
|
4635 ac_cv_prog_cc_g=no
|
adam@0
|
4636 CFLAGS="-g"
|
adam@0
|
4637 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
adam@0
|
4638 /* end confdefs.h. */
|
adam@0
|
4639
|
adam@0
|
4640 int
|
adam@0
|
4641 main ()
|
adam@0
|
4642 {
|
adam@0
|
4643
|
adam@0
|
4644 ;
|
adam@0
|
4645 return 0;
|
adam@0
|
4646 }
|
adam@0
|
4647 _ACEOF
|
adam@0
|
4648 if ac_fn_c_try_compile "$LINENO"; then :
|
adam@0
|
4649 ac_cv_prog_cc_g=yes
|
adam@0
|
4650 else
|
adam@0
|
4651 CFLAGS=""
|
adam@0
|
4652 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
adam@0
|
4653 /* end confdefs.h. */
|
adam@0
|
4654
|
adam@0
|
4655 int
|
adam@0
|
4656 main ()
|
adam@0
|
4657 {
|
adam@0
|
4658
|
adam@0
|
4659 ;
|
adam@0
|
4660 return 0;
|
adam@0
|
4661 }
|
adam@0
|
4662 _ACEOF
|
adam@0
|
4663 if ac_fn_c_try_compile "$LINENO"; then :
|
adam@0
|
4664
|
adam@0
|
4665 else
|
adam@0
|
4666 ac_c_werror_flag=$ac_save_c_werror_flag
|
adam@0
|
4667 CFLAGS="-g"
|
adam@0
|
4668 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
adam@0
|
4669 /* end confdefs.h. */
|
adam@0
|
4670
|
adam@0
|
4671 int
|
adam@0
|
4672 main ()
|
adam@0
|
4673 {
|
adam@0
|
4674
|
adam@0
|
4675 ;
|
adam@0
|
4676 return 0;
|
adam@0
|
4677 }
|
adam@0
|
4678 _ACEOF
|
adam@0
|
4679 if ac_fn_c_try_compile "$LINENO"; then :
|
adam@0
|
4680 ac_cv_prog_cc_g=yes
|
adam@0
|
4681 fi
|
adam@0
|
4682 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
adam@0
|
4683 fi
|
adam@0
|
4684 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
adam@0
|
4685 fi
|
adam@0
|
4686 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
adam@0
|
4687 ac_c_werror_flag=$ac_save_c_werror_flag
|
adam@0
|
4688 fi
|
adam@0
|
4689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
|
adam@0
|
4690 $as_echo "$ac_cv_prog_cc_g" >&6; }
|
adam@0
|
4691 if test "$ac_test_CFLAGS" = set; then
|
adam@0
|
4692 CFLAGS=$ac_save_CFLAGS
|
adam@0
|
4693 elif test $ac_cv_prog_cc_g = yes; then
|
adam@0
|
4694 if test "$GCC" = yes; then
|
adam@0
|
4695 CFLAGS="-g -O2"
|
adam@0
|
4696 else
|
adam@0
|
4697 CFLAGS="-g"
|
adam@0
|
4698 fi
|
adam@0
|
4699 else
|
adam@0
|
4700 if test "$GCC" = yes; then
|
adam@0
|
4701 CFLAGS="-O2"
|
adam@0
|
4702 else
|
adam@0
|
4703 CFLAGS=
|
adam@0
|
4704 fi
|
adam@0
|
4705 fi
|
adam@0
|
4706 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
|
adam@0
|
4707 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
|
adam@47
|
4708 if ${ac_cv_prog_cc_c89+:} false; then :
|
adam@0
|
4709 $as_echo_n "(cached) " >&6
|
adam@0
|
4710 else
|
adam@0
|
4711 ac_cv_prog_cc_c89=no
|
adam@0
|
4712 ac_save_CC=$CC
|
adam@0
|
4713 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
adam@0
|
4714 /* end confdefs.h. */
|
adam@0
|
4715 #include <stdarg.h>
|
adam@0
|
4716 #include <stdio.h>
|
adam@0
|
4717 #include <sys/types.h>
|
adam@0
|
4718 #include <sys/stat.h>
|
adam@0
|
4719 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
|
adam@0
|
4720 struct buf { int x; };
|
adam@0
|
4721 FILE * (*rcsopen) (struct buf *, struct stat *, int);
|
adam@0
|
4722 static char *e (p, i)
|
adam@0
|
4723 char **p;
|
adam@0
|
4724 int i;
|
adam@0
|
4725 {
|
adam@0
|
4726 return p[i];
|
adam@0
|
4727 }
|
adam@0
|
4728 static char *f (char * (*g) (char **, int), char **p, ...)
|
adam@0
|
4729 {
|
adam@0
|
4730 char *s;
|
adam@0
|
4731 va_list v;
|
adam@0
|
4732 va_start (v,p);
|
adam@0
|
4733 s = g (p, va_arg (v,int));
|
adam@0
|
4734 va_end (v);
|
adam@0
|
4735 return s;
|
adam@0
|
4736 }
|
adam@0
|
4737
|
adam@0
|
4738 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
|
adam@0
|
4739 function prototypes and stuff, but not '\xHH' hex character constants.
|
adam@0
|
4740 These don't provoke an error unfortunately, instead are silently treated
|
adam@0
|
4741 as 'x'. The following induces an error, until -std is added to get
|
adam@0
|
4742 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
|
adam@0
|
4743 array size at least. It's necessary to write '\x00'==0 to get something
|
adam@0
|
4744 that's true only with -std. */
|
adam@0
|
4745 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
|
adam@0
|
4746
|
adam@0
|
4747 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
|
adam@0
|
4748 inside strings and character constants. */
|
adam@0
|
4749 #define FOO(x) 'x'
|
adam@0
|
4750 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
|
adam@0
|
4751
|
adam@0
|
4752 int test (int i, double x);
|
adam@0
|
4753 struct s1 {int (*f) (int a);};
|
adam@0
|
4754 struct s2 {int (*f) (double a);};
|
adam@0
|
4755 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
|
adam@0
|
4756 int argc;
|
adam@0
|
4757 char **argv;
|
adam@0
|
4758 int
|
adam@0
|
4759 main ()
|
adam@0
|
4760 {
|
adam@0
|
4761 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
|
adam@0
|
4762 ;
|
adam@0
|
4763 return 0;
|
adam@0
|
4764 }
|
adam@0
|
4765 _ACEOF
|
adam@0
|
4766 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
|
adam@0
|
4767 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
|
adam@0
|
4768 do
|
adam@0
|
4769 CC="$ac_save_CC $ac_arg"
|
adam@0
|
4770 if ac_fn_c_try_compile "$LINENO"; then :
|
adam@0
|
4771 ac_cv_prog_cc_c89=$ac_arg
|
adam@0
|
4772 fi
|
adam@0
|
4773 rm -f core conftest.err conftest.$ac_objext
|
adam@0
|
4774 test "x$ac_cv_prog_cc_c89" != "xno" && break
|
adam@0
|
4775 done
|
adam@0
|
4776 rm -f conftest.$ac_ext
|
adam@0
|
4777 CC=$ac_save_CC
|
adam@0
|
4778
|
adam@0
|
4779 fi
|
adam@0
|
4780 # AC_CACHE_VAL
|
adam@0
|
4781 case "x$ac_cv_prog_cc_c89" in
|
adam@0
|
4782 x)
|
adam@0
|
4783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
|
adam@0
|
4784 $as_echo "none needed" >&6; } ;;
|
adam@0
|
4785 xno)
|
adam@0
|
4786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
|
adam@0
|
4787 $as_echo "unsupported" >&6; } ;;
|
adam@0
|
4788 *)
|
adam@0
|
4789 CC="$CC $ac_cv_prog_cc_c89"
|
adam@0
|
4790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
|
adam@0
|
4791 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
|
adam@0
|
4792 esac
|
adam@0
|
4793 if test "x$ac_cv_prog_cc_c89" != xno; then :
|
adam@0
|
4794
|
adam@0
|
4795 fi
|
adam@0
|
4796
|
adam@0
|
4797 ac_ext=c
|
adam@0
|
4798 ac_cpp='$CPP $CPPFLAGS'
|
adam@0
|
4799 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
adam@0
|
4800 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
adam@0
|
4801 ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
adam@0
|
4802
|
adam@0
|
4803 case `pwd` in
|
adam@0
|
4804 *\ * | *\ *)
|
adam@0
|
4805 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
|
adam@0
|
4806 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
|
adam@0
|
4807 esac
|
adam@0
|
4808
|
adam@0
|
4809
|
adam@0
|
4810
|
adam@47
|
4811 macro_version='2.4'
|
adam@47
|
4812 macro_revision='1.3293'
|
adam@0
|
4813
|
adam@0
|
4814
|
adam@0
|
4815
|
adam@0
|
4816
|
adam@0
|
4817
|
adam@0
|
4818
|
adam@0
|
4819
|
adam@0
|
4820
|
adam@0
|
4821
|
adam@0
|
4822
|
adam@0
|
4823
|
adam@0
|
4824
|
adam@0
|
4825
|
adam@0
|
4826 ltmain="$ac_aux_dir/ltmain.sh"
|
adam@0
|
4827
|
adam@0
|
4828 # Make sure we can run config.sub.
|
adam@0
|
4829 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
|
adam@0
|
4830 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
|
adam@0
|
4831
|
adam@0
|
4832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
|
adam@0
|
4833 $as_echo_n "checking build system type... " >&6; }
|
adam@47
|
4834 if ${ac_cv_build+:} false; then :
|
adam@0
|
4835 $as_echo_n "(cached) " >&6
|
adam@0
|
4836 else
|
adam@0
|
4837 ac_build_alias=$build_alias
|
adam@0
|
4838 test "x$ac_build_alias" = x &&
|
adam@0
|
4839 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
|
adam@0
|
4840 test "x$ac_build_alias" = x &&
|
adam@0
|
4841 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
|
adam@0
|
4842 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
|
adam@0
|
4843 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
|
adam@0
|
4844
|
adam@0
|
4845 fi
|
adam@0
|
4846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
|
adam@0
|
4847 $as_echo "$ac_cv_build" >&6; }
|
adam@0
|
4848 case $ac_cv_build in
|
adam@0
|
4849 *-*-*) ;;
|
adam@47
|
4850 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
|
adam@0
|
4851 esac
|
adam@0
|
4852 build=$ac_cv_build
|
adam@0
|
4853 ac_save_IFS=$IFS; IFS='-'
|
adam@0
|
4854 set x $ac_cv_build
|
adam@0
|
4855 shift
|
adam@0
|
4856 build_cpu=$1
|
adam@0
|
4857 build_vendor=$2
|
adam@0
|
4858 shift; shift
|
adam@0
|
4859 # Remember, the first character of IFS is used to create $*,
|
adam@0
|
4860 # except with old shells:
|
adam@0
|
4861 build_os=$*
|
adam@0
|
4862 IFS=$ac_save_IFS
|
adam@0
|
4863 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
|
adam@0
|
4864
|
adam@0
|
4865
|
adam@0
|
4866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
|
adam@0
|
4867 $as_echo_n "checking host system type... " >&6; }
|
adam@47
|
4868 if ${ac_cv_host+:} false; then :
|
adam@0
|
4869 $as_echo_n "(cached) " >&6
|
adam@0
|
4870 else
|
adam@0
|
4871 if test "x$host_alias" = x; then
|
adam@0
|
4872 ac_cv_host=$ac_cv_build
|
adam@0
|
4873 else
|
adam@0
|
4874 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
|
adam@0
|
4875 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
|
adam@0
|
4876 fi
|
adam@0
|
4877
|
adam@0
|
4878 fi
|
adam@0
|
4879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
|
adam@0
|
4880 $as_echo "$ac_cv_host" >&6; }
|
adam@0
|
4881 case $ac_cv_host in
|
adam@0
|
4882 *-*-*) ;;
|
adam@47
|
4883 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
|
adam@0
|
4884 esac
|
adam@0
|
4885 host=$ac_cv_host
|
adam@0
|
4886 ac_save_IFS=$IFS; IFS='-'
|
adam@0
|
4887 set x $ac_cv_host
|
adam@0
|
4888 shift
|
adam@0
|
4889 host_cpu=$1
|
adam@0
|
4890 host_vendor=$2
|
adam@0
|
4891 shift; shift
|
adam@0
|
4892 # Remember, the first character of IFS is used to create $*,
|
adam@0
|
4893 # except with old shells:
|
adam@0
|
4894 host_os=$*
|
adam@0
|
4895 IFS=$ac_save_IFS
|
adam@0
|
4896 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
|
adam@0
|
4897
|
adam@0
|
4898
|
adam@47
|
4899 # Backslashify metacharacters that are still active within
|
adam@47
|
4900 # double-quoted strings.
|
adam@47
|
4901 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
|
adam@47
|
4902
|
adam@47
|
4903 # Same as above, but do not quote variable references.
|
adam@47
|
4904 double_quote_subst='s/\(["`\\]\)/\\\1/g'
|
adam@47
|
4905
|
adam@47
|
4906 # Sed substitution to delay expansion of an escaped shell variable in a
|
adam@47
|
4907 # double_quote_subst'ed string.
|
adam@47
|
4908 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
|
adam@47
|
4909
|
adam@47
|
4910 # Sed substitution to delay expansion of an escaped single quote.
|
adam@47
|
4911 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
|
adam@47
|
4912
|
adam@47
|
4913 # Sed substitution to avoid accidental globbing in evaled expressions
|
adam@47
|
4914 no_glob_subst='s/\*/\\\*/g'
|
adam@47
|
4915
|
adam@47
|
4916 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
|
adam@47
|
4917 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
|
adam@47
|
4918 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
|
adam@47
|
4919
|
adam@47
|
4920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
|
adam@47
|
4921 $as_echo_n "checking how to print strings... " >&6; }
|
adam@47
|
4922 # Test print first, because it will be a builtin if present.
|
adam@47
|
4923 if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
|
adam@47
|
4924 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
|
adam@47
|
4925 ECHO='print -r --'
|
adam@47
|
4926 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
|
adam@47
|
4927 ECHO='printf %s\n'
|
adam@47
|
4928 else
|
adam@47
|
4929 # Use this function as a fallback that always works.
|
adam@47
|
4930 func_fallback_echo ()
|
adam@47
|
4931 {
|
adam@47
|
4932 eval 'cat <<_LTECHO_EOF
|
adam@47
|
4933 $1
|
adam@47
|
4934 _LTECHO_EOF'
|
adam@47
|
4935 }
|
adam@47
|
4936 ECHO='func_fallback_echo'
|
adam@47
|
4937 fi
|
adam@47
|
4938
|
adam@47
|
4939 # func_echo_all arg...
|
adam@47
|
4940 # Invoke $ECHO with all args, space-separated.
|
adam@47
|
4941 func_echo_all ()
|
adam@47
|
4942 {
|
adam@47
|
4943 $ECHO ""
|
adam@47
|
4944 }
|
adam@47
|
4945
|
adam@47
|
4946 case "$ECHO" in
|
adam@47
|
4947 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
|
adam@47
|
4948 $as_echo "printf" >&6; } ;;
|
adam@47
|
4949 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
|
adam@47
|
4950 $as_echo "print -r" >&6; } ;;
|
adam@47
|
4951 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
|
adam@47
|
4952 $as_echo "cat" >&6; } ;;
|
adam@47
|
4953 esac
|
adam@47
|
4954
|
adam@47
|
4955
|
adam@47
|
4956
|
adam@47
|
4957
|
adam@47
|
4958
|
adam@47
|
4959
|
adam@47
|
4960
|
adam@47
|
4961
|
adam@47
|
4962
|
adam@47
|
4963
|
adam@47
|
4964
|
adam@47
|
4965
|
adam@47
|
4966
|
adam@47
|
4967
|
adam@0
|
4968 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
|
adam@0
|
4969 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
|
adam@47
|
4970 if ${ac_cv_path_SED+:} false; then :
|
adam@0
|
4971 $as_echo_n "(cached) " >&6
|
adam@0
|
4972 else
|
adam@0
|
4973 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
|
adam@0
|
4974 for ac_i in 1 2 3 4 5 6 7; do
|
adam@0
|
4975 ac_script="$ac_script$as_nl$ac_script"
|
adam@0
|
4976 done
|
adam@0
|
4977 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
|
adam@0
|
4978 { ac_script=; unset ac_script;}
|
adam@0
|
4979 if test -z "$SED"; then
|
adam@0
|
4980 ac_path_SED_found=false
|
adam@0
|
4981 # Loop through the user's path and test for each of PROGNAME-LIST
|
adam@0
|
4982 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
adam@0
|
4983 for as_dir in $PATH
|
adam@0
|
4984 do
|
adam@0
|
4985 IFS=$as_save_IFS
|
adam@0
|
4986 test -z "$as_dir" && as_dir=.
|
adam@0
|
4987 for ac_prog in sed gsed; do
|
adam@0
|
4988 for ac_exec_ext in '' $ac_executable_extensions; do
|
adam@0
|
4989 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
|
adam@0
|
4990 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
|
adam@0
|
4991 # Check for GNU ac_path_SED and select it if it is found.
|
adam@0
|
4992 # Check for GNU $ac_path_SED
|
adam@0
|
4993 case `"$ac_path_SED" --version 2>&1` in
|
adam@0
|
4994 *GNU*)
|
adam@0
|
4995 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
|
adam@0
|
4996 *)
|
adam@0
|
4997 ac_count=0
|
adam@0
|
4998 $as_echo_n 0123456789 >"conftest.in"
|
adam@0
|
4999 while :
|
adam@0
|
5000 do
|
adam@0
|
5001 cat "conftest.in" "conftest.in" >"conftest.tmp"
|
adam@0
|
5002 mv "conftest.tmp" "conftest.in"
|
adam@0
|
5003 cp "conftest.in" "conftest.nl"
|
adam@0
|
5004 $as_echo '' >> "conftest.nl"
|
adam@0
|
5005 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
|
adam@0
|
5006 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
|
adam@0
|
5007 as_fn_arith $ac_count + 1 && ac_count=$as_val
|
adam@0
|
5008 if test $ac_count -gt ${ac_path_SED_max-0}; then
|
adam@0
|
5009 # Best one so far, save it but keep looking for a better one
|
adam@0
|
5010 ac_cv_path_SED="$ac_path_SED"
|
adam@0
|
5011 ac_path_SED_max=$ac_count
|
adam@0
|
5012 fi
|
adam@0
|
5013 # 10*(2^10) chars as input seems more than enough
|
adam@0
|
5014 test $ac_count -gt 10 && break
|
adam@0
|
5015 done
|
adam@0
|
5016 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
|
adam@0
|
5017 esac
|
adam@0
|
5018
|
adam@0
|
5019 $ac_path_SED_found && break 3
|
adam@0
|
5020 done
|
adam@0
|
5021 done
|
adam@0
|
5022 done
|
adam@0
|
5023 IFS=$as_save_IFS
|
adam@0
|
5024 if test -z "$ac_cv_path_SED"; then
|
adam@0
|
5025 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
|
adam@0
|
5026 fi
|
adam@0
|
5027 else
|
adam@0
|
5028 ac_cv_path_SED=$SED
|
adam@0
|
5029 fi
|
adam@0
|
5030
|
adam@0
|
5031 fi
|
adam@0
|
5032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
|
adam@0
|
5033 $as_echo "$ac_cv_path_SED" >&6; }
|
adam@0
|
5034 SED="$ac_cv_path_SED"
|
adam@0
|
5035 rm -f conftest.sed
|
adam@0
|
5036
|
adam@0
|
5037 test -z "$SED" && SED=sed
|
adam@0
|
5038 Xsed="$SED -e 1s/^X//"
|
adam@0
|
5039
|
adam@0
|
5040
|
adam@0
|
5041
|
adam@0
|
5042
|
adam@0
|
5043
|
adam@0
|
5044
|
adam@0
|
5045
|
adam@0
|
5046
|
adam@0
|
5047
|
adam@0
|
5048
|
adam@0
|
5049
|
adam@0
|
5050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
|
adam@0
|
5051 $as_echo_n "checking for fgrep... " >&6; }
|
adam@47
|
5052 if ${ac_cv_path_FGREP+:} false; then :
|
adam@0
|
5053 $as_echo_n "(cached) " >&6
|
adam@0
|
5054 else
|
adam@0
|
5055 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
|
adam@0
|
5056 then ac_cv_path_FGREP="$GREP -F"
|
adam@0
|
5057 else
|
adam@0
|
5058 if test -z "$FGREP"; then
|
adam@0
|
5059 ac_path_FGREP_found=false
|
adam@0
|
5060 # Loop through the user's path and test for each of PROGNAME-LIST
|
adam@0
|
5061 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
adam@0
|
5062 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
|
adam@0
|
5063 do
|
adam@0
|
5064 IFS=$as_save_IFS
|
adam@0
|
5065 test -z "$as_dir" && as_dir=.
|
adam@0
|
5066 for ac_prog in fgrep; do
|
adam@0
|
5067 for ac_exec_ext in '' $ac_executable_extensions; do
|
adam@0
|
5068 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
|
adam@0
|
5069 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
|
adam@0
|
5070 # Check for GNU ac_path_FGREP and select it if it is found.
|
adam@0
|
5071 # Check for GNU $ac_path_FGREP
|
adam@0
|
5072 case `"$ac_path_FGREP" --version 2>&1` in
|
adam@0
|
5073 *GNU*)
|
adam@0
|
5074 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
|
adam@0
|
5075 *)
|
adam@0
|
5076 ac_count=0
|
adam@0
|
5077 $as_echo_n 0123456789 >"conftest.in"
|
adam@0
|
5078 while :
|
adam@0
|
5079 do
|
adam@0
|
5080 cat "conftest.in" "conftest.in" >"conftest.tmp"
|
adam@0
|
5081 mv "conftest.tmp" "conftest.in"
|
adam@0
|
5082 cp "conftest.in" "conftest.nl"
|
adam@0
|
5083 $as_echo 'FGREP' >> "conftest.nl"
|
adam@0
|
5084 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
|
adam@0
|
5085 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
|
adam@0
|
5086 as_fn_arith $ac_count + 1 && ac_count=$as_val
|
adam@0
|
5087 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
|
adam@0
|
5088 # Best one so far, save it but keep looking for a better one
|
adam@0
|
5089 ac_cv_path_FGREP="$ac_path_FGREP"
|
adam@0
|
5090 ac_path_FGREP_max=$ac_count
|
adam@0
|
5091 fi
|
adam@0
|
5092 # 10*(2^10) chars as input seems more than enough
|
adam@0
|
5093 test $ac_count -gt 10 && break
|
adam@0
|
5094 done
|
adam@0
|
5095 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
|
adam@0
|
5096 esac
|
adam@0
|
5097
|
adam@0
|
5098 $ac_path_FGREP_found && break 3
|
adam@0
|
5099 done
|
adam@0
|
5100 done
|
adam@0
|
5101 done
|
adam@0
|
5102 IFS=$as_save_IFS
|
adam@0
|
5103 if test -z "$ac_cv_path_FGREP"; then
|
adam@0
|
5104 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
|
adam@0
|
5105 fi
|
adam@0
|
5106 else
|
adam@0
|
5107 ac_cv_path_FGREP=$FGREP
|
adam@0
|
5108 fi
|
adam@0
|
5109
|
adam@0
|
5110 fi
|
adam@0
|
5111 fi
|
adam@0
|
5112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
|
adam@0
|
5113 $as_echo "$ac_cv_path_FGREP" >&6; }
|
adam@0
|
5114 FGREP="$ac_cv_path_FGREP"
|
adam@0
|
5115
|
adam@0
|
5116
|
adam@0
|
5117 test -z "$GREP" && GREP=grep
|
adam@0
|
5118
|
adam@0
|
5119
|
adam@0
|
5120
|
adam@0
|
5121
|
adam@0
|
5122
|
adam@0
|
5123
|
adam@0
|
5124
|
adam@0
|
5125
|
adam@0
|
5126
|
adam@0
|
5127
|
adam@0
|
5128
|
adam@0
|
5129
|
adam@0
|
5130
|
adam@0
|
5131
|
adam@0
|
5132
|
adam@0
|
5133
|
adam@0
|
5134
|
adam@0
|
5135
|
adam@0
|
5136
|
adam@0
|
5137 # Check whether --with-gnu-ld was given.
|
adam@0
|
5138 if test "${with_gnu_ld+set}" = set; then :
|
adam@0
|
5139 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
|
adam@0
|
5140 else
|
adam@0
|
5141 with_gnu_ld=no
|
adam@0
|
5142 fi
|
adam@0
|
5143
|
adam@0
|
5144 ac_prog=ld
|
adam@0
|
5145 if test "$GCC" = yes; then
|
adam@0
|
5146 # Check if gcc -print-prog-name=ld gives a path.
|
adam@0
|
5147 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
|
adam@0
|
5148 $as_echo_n "checking for ld used by $CC... " >&6; }
|
adam@0
|
5149 case $host in
|
adam@0
|
5150 *-*-mingw*)
|
adam@0
|
5151 # gcc leaves a trailing carriage return which upsets mingw
|
adam@0
|
5152 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
|
adam@0
|
5153 *)
|
adam@0
|
5154 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
|
adam@0
|
5155 esac
|
adam@0
|
5156 case $ac_prog in
|
adam@0
|
5157 # Accept absolute paths.
|
adam@0
|
5158 [\\/]* | ?:[\\/]*)
|
adam@0
|
5159 re_direlt='/[^/][^/]*/\.\./'
|
adam@0
|
5160 # Canonicalize the pathname of ld
|
adam@0
|
5161 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
|
adam@0
|
5162 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
|
adam@0
|
5163 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
|
adam@0
|
5164 done
|
adam@0
|
5165 test -z "$LD" && LD="$ac_prog"
|
adam@0
|
5166 ;;
|
adam@0
|
5167 "")
|
adam@0
|
5168 # If it fails, then pretend we aren't using GCC.
|
adam@0
|
5169 ac_prog=ld
|
adam@0
|
5170 ;;
|
adam@0
|
5171 *)
|
adam@0
|
5172 # If it is relative, then search for the first ld in PATH.
|
adam@0
|
5173 with_gnu_ld=unknown
|
adam@0
|
5174 ;;
|
adam@0
|
5175 esac
|
adam@0
|
5176 elif test "$with_gnu_ld" = yes; then
|
adam@0
|
5177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
|
adam@0
|
5178 $as_echo_n "checking for GNU ld... " >&6; }
|
adam@0
|
5179 else
|
adam@0
|
5180 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
|
adam@0
|
5181 $as_echo_n "checking for non-GNU ld... " >&6; }
|
adam@0
|
5182 fi
|
adam@47
|
5183 if ${lt_cv_path_LD+:} false; then :
|
adam@0
|
5184 $as_echo_n "(cached) " >&6
|
adam@0
|
5185 else
|
adam@0
|
5186 if test -z "$LD"; then
|
adam@0
|
5187 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
|
adam@0
|
5188 for ac_dir in $PATH; do
|
adam@0
|
5189 IFS="$lt_save_ifs"
|
adam@0
|
5190 test -z "$ac_dir" && ac_dir=.
|
adam@0
|
5191 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
|
adam@0
|
5192 lt_cv_path_LD="$ac_dir/$ac_prog"
|
adam@0
|
5193 # Check to see if the program is GNU ld. I'd rather use --version,
|
adam@0
|
5194 # but apparently some variants of GNU ld only accept -v.
|
adam@0
|
5195 # Break only if it was the GNU/non-GNU ld that we prefer.
|
adam@0
|
5196 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
|
adam@0
|
5197 *GNU* | *'with BFD'*)
|
adam@0
|
5198 test "$with_gnu_ld" != no && break
|
adam@0
|
5199 ;;
|
adam@0
|
5200 *)
|
adam@0
|
5201 test "$with_gnu_ld" != yes && break
|
adam@0
|
5202 ;;
|
adam@0
|
5203 esac
|
adam@0
|
5204 fi
|
adam@0
|
5205 done
|
adam@0
|
5206 IFS="$lt_save_ifs"
|
adam@0
|
5207 else
|
adam@0
|
5208 lt_cv_path_LD="$LD" # Let the user override the test with a path.
|
adam@0
|
5209 fi
|
adam@0
|
5210 fi
|
adam@0
|
5211
|
adam@0
|
5212 LD="$lt_cv_path_LD"
|
adam@0
|
5213 if test -n "$LD"; then
|
adam@0
|
5214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
|
adam@0
|
5215 $as_echo "$LD" >&6; }
|
adam@0
|
5216 else
|
adam@0
|
5217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
adam@0
|
5218 $as_echo "no" >&6; }
|
adam@0
|
5219 fi
|
adam@0
|
5220 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
|
adam@0
|
5221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
|
adam@0
|
5222 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
|
adam@47
|
5223 if ${lt_cv_prog_gnu_ld+:} false; then :
|
adam@0
|
5224 $as_echo_n "(cached) " >&6
|
adam@0
|
5225 else
|
adam@0
|
5226 # I'd rather use --version here, but apparently some GNU lds only accept -v.
|
adam@0
|
5227 case `$LD -v 2>&1 </dev/null` in
|
adam@0
|
5228 *GNU* | *'with BFD'*)
|
adam@0
|
5229 lt_cv_prog_gnu_ld=yes
|
adam@0
|
5230 ;;
|
adam@0
|
5231 *)
|
adam@0
|
5232 lt_cv_prog_gnu_ld=no
|
adam@0
|
5233 ;;
|
adam@0
|
5234 esac
|
adam@0
|
5235 fi
|
adam@0
|
5236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
|
adam@0
|
5237 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
|
adam@0
|
5238 with_gnu_ld=$lt_cv_prog_gnu_ld
|
adam@0
|
5239
|
adam@0
|
5240
|
adam@0
|
5241
|
adam@0
|
5242
|
adam@0
|
5243
|
adam@0
|
5244
|
adam@0
|
5245
|
adam@0
|
5246
|
adam@0
|
5247
|
adam@0
|
5248 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
|
adam@0
|
5249 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
|
adam@47
|
5250 if ${lt_cv_path_NM+:} false; then :
|
adam@0
|
5251 $as_echo_n "(cached) " >&6
|
adam@0
|
5252 else
|
adam@0
|
5253 if test -n "$NM"; then
|
adam@0
|
5254 # Let the user override the test.
|
adam@0
|
5255 lt_cv_path_NM="$NM"
|
adam@0
|
5256 else
|
adam@0
|
5257 lt_nm_to_check="${ac_tool_prefix}nm"
|
adam@0
|
5258 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
|
adam@0
|
5259 lt_nm_to_check="$lt_nm_to_check nm"
|
adam@0
|
5260 fi
|
adam@0
|
5261 for lt_tmp_nm in $lt_nm_to_check; do
|
adam@0
|
5262 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
|
adam@0
|
5263 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
|
adam@0
|
5264 IFS="$lt_save_ifs"
|
adam@0
|
5265 test -z "$ac_dir" && ac_dir=.
|
adam@0
|
5266 tmp_nm="$ac_dir/$lt_tmp_nm"
|
adam@0
|
5267 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
|
adam@0
|
5268 # Check to see if the nm accepts a BSD-compat flag.
|
adam@0
|
5269 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
|
adam@0
|
5270 # nm: unknown option "B" ignored
|
adam@0
|
5271 # Tru64's nm complains that /dev/null is an invalid object file
|
adam@0
|
5272 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
|
adam@0
|
5273 */dev/null* | *'Invalid file or object type'*)
|
adam@0
|
5274 lt_cv_path_NM="$tmp_nm -B"
|
adam@0
|
5275 break
|
adam@0
|
5276 ;;
|
adam@0
|
5277 *)
|
adam@0
|
5278 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
|
adam@0
|
5279 */dev/null*)
|
adam@0
|
5280 lt_cv_path_NM="$tmp_nm -p"
|
adam@0
|
5281 break
|
adam@0
|
5282 ;;
|
adam@0
|
5283 *)
|
adam@0
|
5284 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
|
adam@0
|
5285 continue # so that we can try to find one that supports BSD flags
|
adam@0
|
5286 ;;
|
adam@0
|
5287 esac
|
adam@0
|
5288 ;;
|
adam@0
|
5289 esac
|
adam@0
|
5290 fi
|
adam@0
|
5291 done
|
adam@0
|
5292 IFS="$lt_save_ifs"
|
adam@0
|
5293 done
|
adam@0
|
5294 : ${lt_cv_path_NM=no}
|
adam@0
|
5295 fi
|
adam@0
|
5296 fi
|
adam@0
|
5297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
|
adam@0
|
5298 $as_echo "$lt_cv_path_NM" >&6; }
|
adam@0
|
5299 if test "$lt_cv_path_NM" != "no"; then
|
adam@0
|
5300 NM="$lt_cv_path_NM"
|
adam@0
|
5301 else
|
adam@0
|
5302 # Didn't find any BSD compatible name lister, look for dumpbin.
|
adam@47
|
5303 if test -n "$DUMPBIN"; then :
|
adam@47
|
5304 # Let the user override the test.
|
adam@47
|
5305 else
|
adam@47
|
5306 if test -n "$ac_tool_prefix"; then
|
adam@47
|
5307 for ac_prog in dumpbin "link -dump"
|
adam@0
|
5308 do
|
adam@0
|
5309 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
|
adam@0
|
5310 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
|
adam@0
|
5311 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
adam@0
|
5312 $as_echo_n "checking for $ac_word... " >&6; }
|
adam@47
|
5313 if ${ac_cv_prog_DUMPBIN+:} false; then :
|
adam@0
|
5314 $as_echo_n "(cached) " >&6
|
adam@0
|
5315 else
|
adam@0
|
5316 if test -n "$DUMPBIN"; then
|
adam@0
|
5317 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
|
adam@0
|
5318 else
|
adam@0
|
5319 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
adam@0
|
5320 for as_dir in $PATH
|
adam@0
|
5321 do
|
adam@0
|
5322 IFS=$as_save_IFS
|
adam@0
|
5323 test -z "$as_dir" && as_dir=.
|
adam@0
|
5324 for ac_exec_ext in '' $ac_executable_extensions; do
|
adam@0
|
5325 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
adam@0
|
5326 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
|
adam@0
|
5327 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
adam@0
|
5328 break 2
|
adam@0
|
5329 fi
|
adam@0
|
5330 done
|
adam@0
|
5331 done
|
adam@0
|
5332 IFS=$as_save_IFS
|
adam@0
|
5333
|
adam@0
|
5334 fi
|
adam@0
|
5335 fi
|
adam@0
|
5336 DUMPBIN=$ac_cv_prog_DUMPBIN
|
adam@0
|
5337 if test -n "$DUMPBIN"; then
|
adam@0
|
5338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
|
adam@0
|
5339 $as_echo "$DUMPBIN" >&6; }
|
adam@0
|
5340 else
|
adam@0
|
5341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
adam@0
|
5342 $as_echo "no" >&6; }
|
adam@0
|
5343 fi
|
adam@0
|
5344
|
adam@0
|
5345
|
adam@0
|
5346 test -n "$DUMPBIN" && break
|
adam@0
|
5347 done
|
adam@0
|
5348 fi
|
adam@0
|
5349 if test -z "$DUMPBIN"; then
|
adam@0
|
5350 ac_ct_DUMPBIN=$DUMPBIN
|
adam@47
|
5351 for ac_prog in dumpbin "link -dump"
|
adam@0
|
5352 do
|
adam@0
|
5353 # Extract the first word of "$ac_prog", so it can be a program name with args.
|
adam@0
|
5354 set dummy $ac_prog; ac_word=$2
|
adam@0
|
5355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
adam@0
|
5356 $as_echo_n "checking for $ac_word... " >&6; }
|
adam@47
|
5357 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
|
adam@0
|
5358 $as_echo_n "(cached) " >&6
|
adam@0
|
5359 else
|
adam@0
|
5360 if test -n "$ac_ct_DUMPBIN"; then
|
adam@0
|
5361 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
|
adam@0
|
5362 else
|
adam@0
|
5363 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
adam@0
|
5364 for as_dir in $PATH
|
adam@0
|
5365 do
|
adam@0
|
5366 IFS=$as_save_IFS
|
adam@0
|
5367 test -z "$as_dir" && as_dir=.
|
adam@0
|
5368 for ac_exec_ext in '' $ac_executable_extensions; do
|
adam@0
|
5369 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
adam@0
|
5370 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
|
adam@0
|
5371 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
adam@0
|
5372 break 2
|
adam@0
|
5373 fi
|
adam@0
|
5374 done
|
adam@0
|
5375 done
|
adam@0
|
5376 IFS=$as_save_IFS
|
adam@0
|
5377
|
adam@0
|
5378 fi
|
adam@0
|
5379 fi
|
adam@0
|
5380 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
|
adam@0
|
5381 if test -n "$ac_ct_DUMPBIN"; then
|
adam@0
|
5382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
|
adam@0
|
5383 $as_echo "$ac_ct_DUMPBIN" >&6; }
|
adam@0
|
5384 else
|
adam@0
|
5385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
adam@0
|
5386 $as_echo "no" >&6; }
|
adam@0
|
5387 fi
|
adam@0
|
5388
|
adam@0
|
5389
|
adam@0
|
5390 test -n "$ac_ct_DUMPBIN" && break
|
adam@0
|
5391 done
|
adam@0
|
5392
|
adam@0
|
5393 if test "x$ac_ct_DUMPBIN" = x; then
|
adam@0
|
5394 DUMPBIN=":"
|
adam@0
|
5395 else
|
adam@0
|
5396 case $cross_compiling:$ac_tool_warned in
|
adam@0
|
5397 yes:)
|
adam@0
|
5398 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
|
adam@0
|
5399 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
|
adam@0
|
5400 ac_tool_warned=yes ;;
|
adam@0
|
5401 esac
|
adam@0
|
5402 DUMPBIN=$ac_ct_DUMPBIN
|
adam@0
|
5403 fi
|
adam@0
|
5404 fi
|
adam@0
|
5405
|
adam@47
|
5406 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
|
adam@47
|
5407 *COFF*)
|
adam@47
|
5408 DUMPBIN="$DUMPBIN -symbols"
|
adam@47
|
5409 ;;
|
adam@47
|
5410 *)
|
adam@47
|
5411 DUMPBIN=:
|
adam@47
|
5412 ;;
|
adam@47
|
5413 esac
|
adam@47
|
5414 fi
|
adam@0
|
5415
|
adam@0
|
5416 if test "$DUMPBIN" != ":"; then
|
adam@0
|
5417 NM="$DUMPBIN"
|
adam@0
|
5418 fi
|
adam@0
|
5419 fi
|
adam@0
|
5420 test -z "$NM" && NM=nm
|
adam@0
|
5421
|
adam@0
|
5422
|
adam@0
|
5423
|
adam@0
|
5424
|
adam@0
|
5425
|
adam@0
|
5426
|
adam@0
|
5427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
|
adam@0
|
5428 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
|
adam@47
|
5429 if ${lt_cv_nm_interface+:} false; then :
|
adam@0
|
5430 $as_echo_n "(cached) " >&6
|
adam@0
|
5431 else
|
adam@0
|
5432 lt_cv_nm_interface="BSD nm"
|
adam@0
|
5433 echo "int some_variable = 0;" > conftest.$ac_ext
|
adam@47
|
5434 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
|
adam@0
|
5435 (eval "$ac_compile" 2>conftest.err)
|
adam@0
|
5436 cat conftest.err >&5
|
adam@47
|
5437 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
|
adam@0
|
5438 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
|
adam@0
|
5439 cat conftest.err >&5
|
adam@47
|
5440 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
|
adam@0
|
5441 cat conftest.out >&5
|
adam@0
|
5442 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
|
adam@0
|
5443 lt_cv_nm_interface="MS dumpbin"
|
adam@0
|
5444 fi
|
adam@0
|
5445 rm -f conftest*
|
adam@0
|
5446 fi
|
adam@0
|
5447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
|
adam@0
|
5448 $as_echo "$lt_cv_nm_interface" >&6; }
|
adam@0
|
5449
|
adam@0
|
5450 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
|
adam@0
|
5451 $as_echo_n "checking whether ln -s works... " >&6; }
|
adam@0
|
5452 LN_S=$as_ln_s
|
adam@0
|
5453 if test "$LN_S" = "ln -s"; then
|
adam@0
|
5454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
adam@0
|
5455 $as_echo "yes" >&6; }
|
adam@0
|
5456 else
|
adam@0
|
5457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
|
adam@0
|
5458 $as_echo "no, using $LN_S" >&6; }
|
adam@0
|
5459 fi
|
adam@0
|
5460
|
adam@0
|
5461 # find the maximum length of command line arguments
|
adam@0
|
5462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
|
adam@0
|
5463 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
|
adam@47
|
5464 if ${lt_cv_sys_max_cmd_len+:} false; then :
|
adam@0
|
5465 $as_echo_n "(cached) " >&6
|
adam@0
|
5466 else
|
adam@0
|
5467 i=0
|
adam@0
|
5468 teststring="ABCD"
|
adam@0
|
5469
|
adam@0
|
5470 case $build_os in
|
adam@0
|
5471 msdosdjgpp*)
|
adam@0
|
5472 # On DJGPP, this test can blow up pretty badly due to problems in libc
|
adam@0
|
5473 # (any single argument exceeding 2000 bytes causes a buffer overrun
|
adam@0
|
5474 # during glob expansion). Even if it were fixed, the result of this
|
adam@0
|
5475 # check would be larger than it should be.
|
adam@0
|
5476 lt_cv_sys_max_cmd_len=12288; # 12K is about right
|
adam@0
|
5477 ;;
|
adam@0
|
5478
|
adam@0
|
5479 gnu*)
|
adam@0
|
5480 # Under GNU Hurd, this test is not required because there is
|
adam@0
|
5481 # no limit to the length of command line arguments.
|
adam@0
|
5482 # Libtool will interpret -1 as no limit whatsoever
|
adam@0
|
5483 lt_cv_sys_max_cmd_len=-1;
|
adam@0
|
5484 ;;
|
adam@0
|
5485
|
adam@0
|
5486 cygwin* | mingw* | cegcc*)
|
adam@0
|
5487 # On Win9x/ME, this test blows up -- it succeeds, but takes
|
adam@0
|
5488 # about 5 minutes as the teststring grows exponentially.
|
adam@0
|
5489 # Worse, since 9x/ME are not pre-emptively multitasking,
|
adam@0
|
5490 # you end up with a "frozen" computer, even though with patience
|
adam@0
|
5491 # the test eventually succeeds (with a max line length of 256k).
|
adam@0
|
5492 # Instead, let's just punt: use the minimum linelength reported by
|
adam@0
|
5493 # all of the supported platforms: 8192 (on NT/2K/XP).
|
adam@0
|
5494 lt_cv_sys_max_cmd_len=8192;
|
adam@0
|
5495 ;;
|
adam@0
|
5496
|
adam@47
|
5497 mint*)
|
adam@47
|
5498 # On MiNT this can take a long time and run out of memory.
|
adam@47
|
5499 lt_cv_sys_max_cmd_len=8192;
|
adam@47
|
5500 ;;
|
adam@47
|
5501
|
adam@0
|
5502 amigaos*)
|
adam@0
|
5503 # On AmigaOS with pdksh, this test takes hours, literally.
|
adam@0
|
5504 # So we just punt and use a minimum line length of 8192.
|
adam@0
|
5505 lt_cv_sys_max_cmd_len=8192;
|
adam@0
|
5506 ;;
|
adam@0
|
5507
|
adam@0
|
5508 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
|
adam@0
|
5509 # This has been around since 386BSD, at least. Likely further.
|
adam@0
|
5510 if test -x /sbin/sysctl; then
|
adam@0
|
5511 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
|
adam@0
|
5512 elif test -x /usr/sbin/sysctl; then
|
adam@0
|
5513 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
|
adam@0
|
5514 else
|
adam@0
|
5515 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
|
adam@0
|
5516 fi
|
adam@0
|
5517 # And add a safety zone
|
adam@0
|
5518 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
|
adam@0
|
5519 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
|
adam@0
|
5520 ;;
|
adam@0
|
5521
|
adam@0
|
5522 interix*)
|
adam@0
|
5523 # We know the value 262144 and hardcode it with a safety zone (like BSD)
|
adam@0
|
5524 lt_cv_sys_max_cmd_len=196608
|
adam@0
|
5525 ;;
|
adam@0
|
5526
|
adam@0
|
5527 osf*)
|
adam@0
|
5528 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
|
adam@0
|
5529 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
|
adam@0
|
5530 # nice to cause kernel panics so lets avoid the loop below.
|
adam@0
|
5531 # First set a reasonable default.
|
adam@0
|
5532 lt_cv_sys_max_cmd_len=16384
|
adam@0
|
5533 #
|
adam@0
|
5534 if test -x /sbin/sysconfig; then
|
adam@0
|
5535 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
|
adam@0
|
5536 *1*) lt_cv_sys_max_cmd_len=-1 ;;
|
adam@0
|
5537 esac
|
adam@0
|
5538 fi
|
adam@0
|
5539 ;;
|
adam@0
|
5540 sco3.2v5*)
|
adam@0
|
5541 lt_cv_sys_max_cmd_len=102400
|
adam@0
|
5542 ;;
|
adam@0
|
5543 sysv5* | sco5v6* | sysv4.2uw2*)
|
adam@0
|
5544 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
|
adam@0
|
5545 if test -n "$kargmax"; then
|
adam@0
|
5546 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
|
adam@0
|
5547 else
|
adam@0
|
5548 lt_cv_sys_max_cmd_len=32768
|
adam@0
|
5549 fi
|
adam@0
|
5550 ;;
|
adam@0
|
5551 *)
|
adam@0
|
5552 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
|
adam@0
|
5553 if test -n "$lt_cv_sys_max_cmd_len"; then
|
adam@0
|
5554 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
|
adam@0
|
5555 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
|
adam@0
|
5556 else
|
adam@0
|
5557 # Make teststring a little bigger before we do anything with it.
|
adam@0
|
5558 # a 1K string should be a reasonable start.
|
adam@0
|
5559 for i in 1 2 3 4 5 6 7 8 ; do
|
adam@0
|
5560 teststring=$teststring$teststring
|
adam@0
|
5561 done
|
adam@0
|
5562 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
|
adam@0
|
5563 # If test is not a shell built-in, we'll probably end up computing a
|
adam@0
|
5564 # maximum length that is only half of the actual maximum length, but
|
adam@0
|
5565 # we can't tell.
|
adam@47
|
5566 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
|
adam@47
|
5567 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
|
adam@0
|
5568 test $i != 17 # 1/2 MB should be enough
|
adam@0
|
5569 do
|
adam@0
|
5570 i=`expr $i + 1`
|
adam@0
|
5571 teststring=$teststring$teststring
|
adam@0
|
5572 done
|
adam@0
|
5573 # Only check the string length outside the loop.
|
adam@0
|
5574 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
|
adam@0
|
5575 teststring=
|
adam@0
|
5576 # Add a significant safety factor because C++ compilers can tack on
|
adam@0
|
5577 # massive amounts of additional arguments before passing them to the
|
adam@0
|
5578 # linker. It appears as though 1/2 is a usable value.
|
adam@0
|
5579 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
|
adam@0
|
5580 fi
|
adam@0
|
5581 ;;
|
adam@0
|
5582 esac
|
adam@0
|
5583
|
adam@0
|
5584 fi
|
adam@0
|
5585
|
adam@0
|
5586 if test -n $lt_cv_sys_max_cmd_len ; then
|
adam@0
|
5587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
|
adam@0
|
5588 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
|
adam@0
|
5589 else
|
adam@0
|
5590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
|
adam@0
|
5591 $as_echo "none" >&6; }
|
adam@0
|
5592 fi
|
adam@0
|
5593 max_cmd_len=$lt_cv_sys_max_cmd_len
|
adam@0
|
5594
|
adam@0
|
5595
|
adam@0
|
5596
|
adam@0
|
5597
|
adam@0
|
5598
|
adam@0
|
5599
|
adam@0
|
5600 : ${CP="cp -f"}
|
adam@0
|
5601 : ${MV="mv -f"}
|
adam@0
|
5602 : ${RM="rm -f"}
|
adam@0
|
5603
|
adam@0
|
5604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
|
adam@0
|
5605 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
|
adam@0
|
5606 # Try some XSI features
|
adam@0
|
5607 xsi_shell=no
|
adam@0
|
5608 ( _lt_dummy="a/b/c"
|
adam@47
|
5609 test "${_lt_dummy##*/},${_lt_dummy%/*},${_lt_dummy#??}"${_lt_dummy%"$_lt_dummy"}, \
|
adam@47
|
5610 = c,a/b,b/c, \
|
adam@0
|
5611 && eval 'test $(( 1 + 1 )) -eq 2 \
|
adam@0
|
5612 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
|
adam@0
|
5613 && xsi_shell=yes
|
adam@0
|
5614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
|
adam@0
|
5615 $as_echo "$xsi_shell" >&6; }
|
adam@0
|
5616
|
adam@0
|
5617
|
adam@0
|
5618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
|
adam@0
|
5619 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
|
adam@0
|
5620 lt_shell_append=no
|
adam@0
|
5621 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
|
adam@0
|
5622 >/dev/null 2>&1 \
|
adam@0
|
5623 && lt_shell_append=yes
|
adam@0
|
5624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
|
adam@0
|
5625 $as_echo "$lt_shell_append" >&6; }
|
adam@0
|
5626
|
adam@0
|
5627
|
adam@0
|
5628 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
|
adam@0
|
5629 lt_unset=unset
|
adam@0
|
5630 else
|
adam@0
|
5631 lt_unset=false
|
adam@0
|
5632 fi
|
adam@0
|
5633
|
adam@0
|
5634
|
adam@0
|
5635
|
adam@0
|
5636
|
adam@0
|
5637
|
adam@0
|
5638 # test EBCDIC or ASCII
|
adam@0
|
5639 case `echo X|tr X '\101'` in
|
adam@0
|
5640 A) # ASCII based system
|
adam@0
|
5641 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
|
adam@0
|
5642 lt_SP2NL='tr \040 \012'
|
adam@0
|
5643 lt_NL2SP='tr \015\012 \040\040'
|
adam@0
|
5644 ;;
|
adam@0
|
5645 *) # EBCDIC based system
|
adam@0
|
5646 lt_SP2NL='tr \100 \n'
|
adam@0
|
5647 lt_NL2SP='tr \r\n \100\100'
|
adam@0
|
5648 ;;
|
adam@0
|
5649 esac
|
adam@0
|
5650
|
adam@0
|
5651
|
adam@0
|
5652
|
adam@0
|
5653
|
adam@0
|
5654
|
adam@0
|
5655
|
adam@0
|
5656
|
adam@0
|
5657
|
adam@0
|
5658
|
adam@47
|
5659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5
|
adam@47
|
5660 $as_echo_n "checking how to convert $build file names to $host format... " >&6; }
|
adam@47
|
5661 if ${lt_cv_to_host_file_cmd+:} false; then :
|
adam@47
|
5662 $as_echo_n "(cached) " >&6
|
adam@47
|
5663 else
|
adam@47
|
5664 case $host in
|
adam@47
|
5665 *-*-mingw* )
|
adam@47
|
5666 case $build in
|
adam@47
|
5667 *-*-mingw* ) # actually msys
|
adam@47
|
5668 lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32
|
adam@47
|
5669 ;;
|
adam@47
|
5670 *-*-cygwin* )
|
adam@47
|
5671 lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32
|
adam@47
|
5672 ;;
|
adam@47
|
5673 * ) # otherwise, assume *nix
|
adam@47
|
5674 lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32
|
adam@47
|
5675 ;;
|
adam@47
|
5676 esac
|
adam@47
|
5677 ;;
|
adam@47
|
5678 *-*-cygwin* )
|
adam@47
|
5679 case $build in
|
adam@47
|
5680 *-*-mingw* ) # actually msys
|
adam@47
|
5681 lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin
|
adam@47
|
5682 ;;
|
adam@47
|
5683 *-*-cygwin* )
|
adam@47
|
5684 lt_cv_to_host_file_cmd=func_convert_file_noop
|
adam@47
|
5685 ;;
|
adam@47
|
5686 * ) # otherwise, assume *nix
|
adam@47
|
5687 lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin
|
adam@47
|
5688 ;;
|
adam@47
|
5689 esac
|
adam@47
|
5690 ;;
|
adam@47
|
5691 * ) # unhandled hosts (and "normal" native builds)
|
adam@47
|
5692 lt_cv_to_host_file_cmd=func_convert_file_noop
|
adam@47
|
5693 ;;
|
adam@47
|
5694 esac
|
adam@47
|
5695
|
adam@47
|
5696 fi
|
adam@47
|
5697
|
adam@47
|
5698 to_host_file_cmd=$lt_cv_to_host_file_cmd
|
adam@47
|
5699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5
|
adam@47
|
5700 $as_echo "$lt_cv_to_host_file_cmd" >&6; }
|
adam@47
|
5701
|
adam@47
|
5702
|
adam@47
|
5703
|
adam@47
|
5704
|
adam@47
|
5705
|
adam@47
|
5706 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5
|
adam@47
|
5707 $as_echo_n "checking how to convert $build file names to toolchain format... " >&6; }
|
adam@47
|
5708 if ${lt_cv_to_tool_file_cmd+:} false; then :
|
adam@47
|
5709 $as_echo_n "(cached) " >&6
|
adam@47
|
5710 else
|
adam@47
|
5711 #assume ordinary cross tools, or native build.
|
adam@47
|
5712 lt_cv_to_tool_file_cmd=func_convert_file_noop
|
adam@47
|
5713 case $host in
|
adam@47
|
5714 *-*-mingw* )
|
adam@47
|
5715 case $build in
|
adam@47
|
5716 *-*-mingw* ) # actually msys
|
adam@47
|
5717 lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32
|
adam@47
|
5718 ;;
|
adam@47
|
5719 esac
|
adam@47
|
5720 ;;
|
adam@47
|
5721 esac
|
adam@47
|
5722
|
adam@47
|
5723 fi
|
adam@47
|
5724
|
adam@47
|
5725 to_tool_file_cmd=$lt_cv_to_tool_file_cmd
|
adam@47
|
5726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5
|
adam@47
|
5727 $as_echo "$lt_cv_to_tool_file_cmd" >&6; }
|
adam@47
|
5728
|
adam@47
|
5729
|
adam@47
|
5730
|
adam@47
|
5731
|
adam@47
|
5732
|
adam@0
|
5733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
|
adam@0
|
5734 $as_echo_n "checking for $LD option to reload object files... " >&6; }
|
adam@47
|
5735 if ${lt_cv_ld_reload_flag+:} false; then :
|
adam@0
|
5736 $as_echo_n "(cached) " >&6
|
adam@0
|
5737 else
|
adam@0
|
5738 lt_cv_ld_reload_flag='-r'
|
adam@0
|
5739 fi
|
adam@0
|
5740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
|
adam@0
|
5741 $as_echo "$lt_cv_ld_reload_flag" >&6; }
|
adam@0
|
5742 reload_flag=$lt_cv_ld_reload_flag
|
adam@0
|
5743 case $reload_flag in
|
adam@0
|
5744 "" | " "*) ;;
|
adam@0
|
5745 *) reload_flag=" $reload_flag" ;;
|
adam@0
|
5746 esac
|
adam@0
|
5747 reload_cmds='$LD$reload_flag -o $output$reload_objs'
|
adam@0
|
5748 case $host_os in
|
adam@47
|
5749 cygwin* | mingw* | pw32* | cegcc*)
|
adam@47
|
5750 if test "$GCC" != yes; then
|
adam@47
|
5751 reload_cmds=false
|
adam@47
|
5752 fi
|
adam@47
|
5753 ;;
|
adam@0
|
5754 darwin*)
|
adam@0
|
5755 if test "$GCC" = yes; then
|
adam@0
|
5756 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
|
adam@0
|
5757 else
|
adam@0
|
5758 reload_cmds='$LD$reload_flag -o $output$reload_objs'
|
adam@0
|
5759 fi
|
adam@0
|
5760 ;;
|
adam@0
|
5761 esac
|
adam@0
|
5762
|
adam@0
|
5763
|
adam@0
|
5764
|
adam@0
|
5765
|
adam@0
|
5766
|
adam@0
|
5767
|
adam@0
|
5768
|
adam@0
|
5769
|
adam@0
|
5770
|
adam@0
|
5771 if test -n "$ac_tool_prefix"; then
|
adam@0
|
5772 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
|
adam@0
|
5773 set dummy ${ac_tool_prefix}objdump; ac_word=$2
|
adam@0
|
5774 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
adam@0
|
5775 $as_echo_n "checking for $ac_word... " >&6; }
|
adam@47
|
5776 if ${ac_cv_prog_OBJDUMP+:} false; then :
|
adam@0
|
5777 $as_echo_n "(cached) " >&6
|
adam@0
|
5778 else
|
adam@0
|
5779 if test -n "$OBJDUMP"; then
|
adam@0
|
5780 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
|
adam@0
|
5781 else
|
adam@0
|
5782 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
adam@0
|
5783 for as_dir in $PATH
|
adam@0
|
5784 do
|
adam@0
|
5785 IFS=$as_save_IFS
|
adam@0
|
5786 test -z "$as_dir" && as_dir=.
|
adam@0
|
5787 for ac_exec_ext in '' $ac_executable_extensions; do
|
adam@0
|
5788 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
adam@0
|
5789 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
|
adam@0
|
5790 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
adam@0
|
5791 break 2
|
adam@0
|
5792 fi
|
adam@0
|
5793 done
|
adam@0
|
5794 done
|
adam@0
|
5795 IFS=$as_save_IFS
|
adam@0
|
5796
|
adam@0
|
5797 fi
|
adam@0
|
5798 fi
|
adam@0
|
5799 OBJDUMP=$ac_cv_prog_OBJDUMP
|
adam@0
|
5800 if test -n "$OBJDUMP"; then
|
adam@0
|
5801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
|
adam@0
|
5802 $as_echo "$OBJDUMP" >&6; }
|
adam@0
|
5803 else
|
adam@0
|
5804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
adam@0
|
5805 $as_echo "no" >&6; }
|
adam@0
|
5806 fi
|
adam@0
|
5807
|
adam@0
|
5808
|
adam@0
|
5809 fi
|
adam@0
|
5810 if test -z "$ac_cv_prog_OBJDUMP"; then
|
adam@0
|
5811 ac_ct_OBJDUMP=$OBJDUMP
|
adam@0
|
5812 # Extract the first word of "objdump", so it can be a program name with args.
|
adam@0
|
5813 set dummy objdump; ac_word=$2
|
adam@0
|
5814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
adam@0
|
5815 $as_echo_n "checking for $ac_word... " >&6; }
|
adam@47
|
5816 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
|
adam@0
|
5817 $as_echo_n "(cached) " >&6
|
adam@0
|
5818 else
|
adam@0
|
5819 if test -n "$ac_ct_OBJDUMP"; then
|
adam@0
|
5820 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
|
adam@0
|
5821 else
|
adam@0
|
5822 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
adam@0
|
5823 for as_dir in $PATH
|
adam@0
|
5824 do
|
adam@0
|
5825 IFS=$as_save_IFS
|
adam@0
|
5826 test -z "$as_dir" && as_dir=.
|
adam@0
|
5827 for ac_exec_ext in '' $ac_executable_extensions; do
|
adam@0
|
5828 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
adam@0
|
5829 ac_cv_prog_ac_ct_OBJDUMP="objdump"
|
adam@0
|
5830 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
adam@0
|
5831 break 2
|
adam@0
|
5832 fi
|
adam@0
|
5833 done
|
adam@0
|
5834 done
|
adam@0
|
5835 IFS=$as_save_IFS
|
adam@0
|
5836
|
adam@0
|
5837 fi
|
adam@0
|
5838 fi
|
adam@0
|
5839 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
|
adam@0
|
5840 if test -n "$ac_ct_OBJDUMP"; then
|
adam@0
|
5841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
|
adam@0
|
5842 $as_echo "$ac_ct_OBJDUMP" >&6; }
|
adam@0
|
5843 else
|
adam@0
|
5844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
adam@0
|
5845 $as_echo "no" >&6; }
|
adam@0
|
5846 fi
|
adam@0
|
5847
|
adam@0
|
5848 if test "x$ac_ct_OBJDUMP" = x; then
|
adam@0
|
5849 OBJDUMP="false"
|
adam@0
|
5850 else
|
adam@0
|
5851 case $cross_compiling:$ac_tool_warned in
|
adam@0
|
5852 yes:)
|
adam@0
|
5853 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
|
adam@0
|
5854 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
|
adam@0
|
5855 ac_tool_warned=yes ;;
|
adam@0
|
5856 esac
|
adam@0
|
5857 OBJDUMP=$ac_ct_OBJDUMP
|
adam@0
|
5858 fi
|
adam@0
|
5859 else
|
adam@0
|
5860 OBJDUMP="$ac_cv_prog_OBJDUMP"
|
adam@0
|
5861 fi
|
adam@0
|
5862
|
adam@0
|
5863 test -z "$OBJDUMP" && OBJDUMP=objdump
|
adam@0
|
5864
|
adam@0
|
5865
|
adam@0
|
5866
|
adam@0
|
5867
|
adam@0
|
5868
|
adam@0
|
5869
|
adam@0
|
5870
|
adam@0
|
5871
|
adam@0
|
5872
|
adam@0
|
5873 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
|
adam@0
|
5874 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
|
adam@47
|
5875 if ${lt_cv_deplibs_check_method+:} false; then :
|
adam@0
|
5876 $as_echo_n "(cached) " >&6
|
adam@0
|
5877 else
|
adam@0
|
5878 lt_cv_file_magic_cmd='$MAGIC_CMD'
|
adam@0
|
5879 lt_cv_file_magic_test_file=
|
adam@0
|
5880 lt_cv_deplibs_check_method='unknown'
|
adam@0
|
5881 # Need to set the preceding variable on all platforms that support
|
adam@0
|
5882 # interlibrary dependencies.
|
adam@0
|
5883 # 'none' -- dependencies not supported.
|
adam@0
|
5884 # `unknown' -- same as none, but documents that we really don't know.
|
adam@0
|
5885 # 'pass_all' -- all dependencies passed with no checks.
|
adam@0
|
5886 # 'test_compile' -- check by making test program.
|
adam@0
|
5887 # 'file_magic [[regex]]' -- check by looking for files in library path
|
adam@0
|
5888 # which responds to the $file_magic_cmd with a given extended regex.
|
adam@0
|
5889 # If you have `file' or equivalent on your system and you're not sure
|
adam@0
|
5890 # whether `pass_all' will *always* work, you probably want this one.
|
adam@0
|
5891
|
adam@0
|
5892 case $host_os in
|
adam@0
|
5893 aix[4-9]*)
|
adam@0
|
5894 lt_cv_deplibs_check_method=pass_all
|
adam@0
|
5895 ;;
|
adam@0
|
5896
|
adam@0
|
5897 beos*)
|
adam@0
|
5898 lt_cv_deplibs_check_method=pass_all
|
adam@0
|
5899 ;;
|
adam@0
|
5900
|
adam@0
|
5901 bsdi[45]*)
|
adam@0
|
5902 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
|
adam@0
|
5903 lt_cv_file_magic_cmd='/usr/bin/file -L'
|
adam@0
|
5904 lt_cv_file_magic_test_file=/shlib/libc.so
|
adam@0
|
5905 ;;
|
adam@0
|
5906
|
adam@0
|
5907 cygwin*)
|
adam@0
|
5908 # func_win32_libid is a shell function defined in ltmain.sh
|
adam@0
|
5909 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
|
adam@0
|
5910 lt_cv_file_magic_cmd='func_win32_libid'
|
adam@0
|
5911 ;;
|
adam@0
|
5912
|
adam@0
|
5913 mingw* | pw32*)
|
adam@0
|
5914 # Base MSYS/MinGW do not provide the 'file' command needed by
|
adam@0
|
5915 # func_win32_libid shell function, so use a weaker test based on 'objdump',
|
adam@0
|
5916 # unless we find 'file', for example because we are cross-compiling.
|
adam@47
|
5917 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
|
adam@47
|
5918 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
|
adam@0
|
5919 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
|
adam@0
|
5920 lt_cv_file_magic_cmd='func_win32_libid'
|
adam@0
|
5921 else
|
adam@47
|
5922 # Keep this pattern in sync with the one in func_win32_libid.
|
adam@47
|
5923 lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)'
|
adam@0
|
5924 lt_cv_file_magic_cmd='$OBJDUMP -f'
|
adam@0
|
5925 fi
|
adam@0
|
5926 ;;
|
adam@0
|
5927
|
adam@47
|
5928 cegcc*)
|
adam@0
|
5929 # use the weaker test based on 'objdump'. See mingw*.
|
adam@0
|
5930 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
|
adam@0
|
5931 lt_cv_file_magic_cmd='$OBJDUMP -f'
|
adam@0
|
5932 ;;
|
adam@0
|
5933
|
adam@0
|
5934 darwin* | rhapsody*)
|
adam@0
|
5935 lt_cv_deplibs_check_method=pass_all
|
adam@0
|
5936 ;;
|
adam@0
|
5937
|
adam@0
|
5938 freebsd* | dragonfly*)
|
adam@0
|
5939 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
|
adam@0
|
5940 case $host_cpu in
|
adam@0
|
5941 i*86 )
|
adam@0
|
5942 # Not sure whether the presence of OpenBSD here was a mistake.
|
adam@0
|
5943 # Let's accept both of them until this is cleared up.
|
adam@0
|
5944 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
|
adam@0
|
5945 lt_cv_file_magic_cmd=/usr/bin/file
|
adam@0
|
5946 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
|
adam@0
|
5947 ;;
|
adam@0
|
5948 esac
|
adam@0
|
5949 else
|
adam@0
|
5950 lt_cv_deplibs_check_method=pass_all
|
adam@0
|
5951 fi
|
adam@0
|
5952 ;;
|
adam@0
|
5953
|
adam@0
|
5954 gnu*)
|
adam@0
|
5955 lt_cv_deplibs_check_method=pass_all
|
adam@0
|
5956 ;;
|
adam@0
|
5957
|
adam@47
|
5958 haiku*)
|
adam@47
|
5959 lt_cv_deplibs_check_method=pass_all
|
adam@47
|
5960 ;;
|
adam@47
|
5961
|
adam@0
|
5962 hpux10.20* | hpux11*)
|
adam@0
|
5963 lt_cv_file_magic_cmd=/usr/bin/file
|
adam@0
|
5964 case $host_cpu in
|
adam@0
|
5965 ia64*)
|
adam@0
|
5966 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
|
adam@0
|
5967 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
|
adam@0
|
5968 ;;
|
adam@0
|
5969 hppa*64*)
|
adam@47
|
5970 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]'
|
adam@0
|
5971 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
|
adam@0
|
5972 ;;
|
adam@0
|
5973 *)
|
adam@47
|
5974 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
|
adam@0
|
5975 lt_cv_file_magic_test_file=/usr/lib/libc.sl
|
adam@0
|
5976 ;;
|
adam@0
|
5977 esac
|
adam@0
|
5978 ;;
|
adam@0
|
5979
|
adam@0
|
5980 interix[3-9]*)
|
adam@0
|
5981 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
|
adam@0
|
5982 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
|
adam@0
|
5983 ;;
|
adam@0
|
5984
|
adam@0
|
5985 irix5* | irix6* | nonstopux*)
|
adam@0
|
5986 case $LD in
|
adam@0
|
5987 *-32|*"-32 ") libmagic=32-bit;;
|
adam@0
|
5988 *-n32|*"-n32 ") libmagic=N32;;
|
adam@0
|
5989 *-64|*"-64 ") libmagic=64-bit;;
|
adam@0
|
5990 *) libmagic=never-match;;
|
adam@0
|
5991 esac
|
adam@0
|
5992 lt_cv_deplibs_check_method=pass_all
|
adam@0
|
5993 ;;
|
adam@0
|
5994
|
adam@0
|
5995 # This must be Linux ELF.
|
adam@0
|
5996 linux* | k*bsd*-gnu | kopensolaris*-gnu)
|
adam@0
|
5997 lt_cv_deplibs_check_method=pass_all
|
adam@0
|
5998 ;;
|
adam@0
|
5999
|
adam@0
|
6000 netbsd* | netbsdelf*-gnu)
|
adam@0
|
6001 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
|
adam@0
|
6002 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
|
adam@0
|
6003 else
|
adam@0
|
6004 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
|
adam@0
|
6005 fi
|
adam@0
|
6006 ;;
|
adam@0
|
6007
|
adam@0
|
6008 newos6*)
|
adam@0
|
6009 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
|
adam@0
|
6010 lt_cv_file_magic_cmd=/usr/bin/file
|
adam@0
|
6011 lt_cv_file_magic_test_file=/usr/lib/libnls.so
|
adam@0
|
6012 ;;
|
adam@0
|
6013
|
adam@0
|
6014 *nto* | *qnx*)
|
adam@0
|
6015 lt_cv_deplibs_check_method=pass_all
|
adam@0
|
6016 ;;
|
adam@0
|
6017
|
adam@0
|
6018 openbsd*)
|
adam@0
|
6019 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
|
adam@0
|
6020 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
|
adam@0
|
6021 else
|
adam@0
|
6022 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
|
adam@0
|
6023 fi
|
adam@0
|
6024 ;;
|
adam@0
|
6025
|
adam@0
|
6026 osf3* | osf4* | osf5*)
|
adam@0
|
6027 lt_cv_deplibs_check_method=pass_all
|
adam@0
|
6028 ;;
|
adam@0
|
6029
|
adam@0
|
6030 rdos*)
|
adam@0
|
6031 lt_cv_deplibs_check_method=pass_all
|
adam@0
|
6032 ;;
|
adam@0
|
6033
|
adam@0
|
6034 solaris*)
|
adam@0
|
6035 lt_cv_deplibs_check_method=pass_all
|
adam@0
|
6036 ;;
|
adam@0
|
6037
|
adam@0
|
6038 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
|
adam@0
|
6039 lt_cv_deplibs_check_method=pass_all
|
adam@0
|
6040 ;;
|
adam@0
|
6041
|
adam@0
|
6042 sysv4 | sysv4.3*)
|
adam@0
|
6043 case $host_vendor in
|
adam@0
|
6044 motorola)
|
adam@0
|
6045 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]'
|
adam@0
|
6046 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
|
adam@0
|
6047 ;;
|
adam@0
|
6048 ncr)
|
adam@0
|
6049 lt_cv_deplibs_check_method=pass_all
|
adam@0
|
6050 ;;
|
adam@0
|
6051 sequent)
|
adam@0
|
6052 lt_cv_file_magic_cmd='/bin/file'
|
adam@0
|
6053 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
|
adam@0
|
6054 ;;
|
adam@0
|
6055 sni)
|
adam@0
|
6056 lt_cv_file_magic_cmd='/bin/file'
|
adam@0
|
6057 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
|
adam@0
|
6058 lt_cv_file_magic_test_file=/lib/libc.so
|
adam@0
|
6059 ;;
|
adam@0
|
6060 siemens)
|
adam@0
|
6061 lt_cv_deplibs_check_method=pass_all
|
adam@0
|
6062 ;;
|
adam@0
|
6063 pc)
|
adam@0
|
6064 lt_cv_deplibs_check_method=pass_all
|
adam@0
|
6065 ;;
|
adam@0
|
6066 esac
|
adam@0
|
6067 ;;
|
adam@0
|
6068
|
adam@0
|
6069 tpf*)
|
adam@0
|
6070 lt_cv_deplibs_check_method=pass_all
|
adam@0
|
6071 ;;
|
adam@0
|
6072 esac
|
adam@0
|
6073
|
adam@0
|
6074 fi
|
adam@0
|
6075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
|
adam@0
|
6076 $as_echo "$lt_cv_deplibs_check_method" >&6; }
|
adam@47
|
6077
|
adam@47
|
6078 file_magic_glob=
|
adam@47
|
6079 want_nocaseglob=no
|
adam@47
|
6080 if test "$build" = "$host"; then
|
adam@47
|
6081 case $host_os in
|
adam@47
|
6082 mingw* | pw32*)
|
adam@47
|
6083 if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then
|
adam@47
|
6084 want_nocaseglob=yes
|
adam@47
|
6085 else
|
adam@47
|
6086 file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
|
adam@47
|
6087 fi
|
adam@47
|
6088 ;;
|
adam@47
|
6089 esac
|
adam@47
|
6090 fi
|
adam@47
|
6091
|
adam@0
|
6092 file_magic_cmd=$lt_cv_file_magic_cmd
|
adam@0
|
6093 deplibs_check_method=$lt_cv_deplibs_check_method
|
adam@0
|
6094 test -z "$deplibs_check_method" && deplibs_check_method=unknown
|
adam@0
|
6095
|
adam@0
|
6096
|
adam@0
|
6097
|
adam@0
|
6098
|
adam@0
|
6099
|
adam@0
|
6100
|
adam@0
|
6101
|
adam@0
|
6102
|
adam@0
|
6103
|
adam@0
|
6104
|
adam@0
|
6105
|
adam@0
|
6106
|
adam@47
|
6107
|
adam@47
|
6108
|
adam@47
|
6109
|
adam@47
|
6110
|
adam@47
|
6111
|
adam@47
|
6112
|
adam@47
|
6113
|
adam@47
|
6114
|
adam@47
|
6115
|
adam@47
|
6116
|
adam@0
|
6117 if test -n "$ac_tool_prefix"; then
|
adam@47
|
6118 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
|
adam@47
|
6119 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
|
adam@0
|
6120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
adam@0
|
6121 $as_echo_n "checking for $ac_word... " >&6; }
|
adam@47
|
6122 if ${ac_cv_prog_DLLTOOL+:} false; then :
|
adam@47
|
6123 $as_echo_n "(cached) " >&6
|
adam@47
|
6124 else
|
adam@47
|
6125 if test -n "$DLLTOOL"; then
|
adam@47
|
6126 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
|
adam@0
|
6127 else
|
adam@0
|
6128 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
adam@0
|
6129 for as_dir in $PATH
|
adam@0
|
6130 do
|
adam@0
|
6131 IFS=$as_save_IFS
|
adam@0
|
6132 test -z "$as_dir" && as_dir=.
|
adam@0
|
6133 for ac_exec_ext in '' $ac_executable_extensions; do
|
adam@0
|
6134 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
adam@47
|
6135 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
|
adam@0
|
6136 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
adam@0
|
6137 break 2
|
adam@0
|
6138 fi
|
adam@0
|
6139 done
|
adam@0
|
6140 done
|
adam@0
|
6141 IFS=$as_save_IFS
|
adam@0
|
6142
|
adam@0
|
6143 fi
|
adam@0
|
6144 fi
|
adam@47
|
6145 DLLTOOL=$ac_cv_prog_DLLTOOL
|
adam@47
|
6146 if test -n "$DLLTOOL"; then
|
adam@47
|
6147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
|
adam@47
|
6148 $as_echo "$DLLTOOL" >&6; }
|
adam@0
|
6149 else
|
adam@0
|
6150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
adam@0
|
6151 $as_echo "no" >&6; }
|
adam@0
|
6152 fi
|
adam@0
|
6153
|
adam@0
|
6154
|
adam@0
|
6155 fi
|
adam@47
|
6156 if test -z "$ac_cv_prog_DLLTOOL"; then
|
adam@47
|
6157 ac_ct_DLLTOOL=$DLLTOOL
|
adam@47
|
6158 # Extract the first word of "dlltool", so it can be a program name with args.
|
adam@47
|
6159 set dummy dlltool; ac_word=$2
|
adam@0
|
6160 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
adam@0
|
6161 $as_echo_n "checking for $ac_word... " >&6; }
|
adam@47
|
6162 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
|
adam@47
|
6163 $as_echo_n "(cached) " >&6
|
adam@47
|
6164 else
|
adam@47
|
6165 if test -n "$ac_ct_DLLTOOL"; then
|
adam@47
|
6166 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
|
adam@0
|
6167 else
|
adam@0
|
6168 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
adam@0
|
6169 for as_dir in $PATH
|
adam@0
|
6170 do
|
adam@0
|
6171 IFS=$as_save_IFS
|
adam@0
|
6172 test -z "$as_dir" && as_dir=.
|
adam@0
|
6173 for ac_exec_ext in '' $ac_executable_extensions; do
|
adam@0
|
6174 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
adam@47
|
6175 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
|
adam@0
|
6176 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
adam@0
|
6177 break 2
|
adam@0
|
6178 fi
|
adam@0
|
6179 done
|
adam@0
|
6180 done
|
adam@0
|
6181 IFS=$as_save_IFS
|
adam@0
|
6182
|
adam@0
|
6183 fi
|
adam@0
|
6184 fi
|
adam@47
|
6185 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
|
adam@47
|
6186 if test -n "$ac_ct_DLLTOOL"; then
|
adam@47
|
6187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
|
adam@47
|
6188 $as_echo "$ac_ct_DLLTOOL" >&6; }
|
adam@0
|
6189 else
|
adam@0
|
6190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
adam@0
|
6191 $as_echo "no" >&6; }
|
adam@0
|
6192 fi
|
adam@0
|
6193
|
adam@47
|
6194 if test "x$ac_ct_DLLTOOL" = x; then
|
adam@47
|
6195 DLLTOOL="false"
|
adam@0
|
6196 else
|
adam@0
|
6197 case $cross_compiling:$ac_tool_warned in
|
adam@0
|
6198 yes:)
|
adam@0
|
6199 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
|
adam@0
|
6200 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
|
adam@0
|
6201 ac_tool_warned=yes ;;
|
adam@0
|
6202 esac
|
adam@47
|
6203 DLLTOOL=$ac_ct_DLLTOOL
|
adam@47
|
6204 fi
|
adam@47
|
6205 else
|
adam@47
|
6206 DLLTOOL="$ac_cv_prog_DLLTOOL"
|
adam@47
|
6207 fi
|
adam@47
|
6208
|
adam@47
|
6209 test -z "$DLLTOOL" && DLLTOOL=dlltool
|
adam@47
|
6210
|
adam@47
|
6211
|
adam@47
|
6212
|
adam@47
|
6213
|
adam@47
|
6214
|
adam@47
|
6215
|
adam@47
|
6216
|
adam@47
|
6217
|
adam@47
|
6218
|
adam@47
|
6219
|
adam@47
|
6220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5
|
adam@47
|
6221 $as_echo_n "checking how to associate runtime and link libraries... " >&6; }
|
adam@47
|
6222 if ${lt_cv_sharedlib_from_linklib_cmd+:} false; then :
|
adam@47
|
6223 $as_echo_n "(cached) " >&6
|
adam@47
|
6224 else
|
adam@47
|
6225 lt_cv_sharedlib_from_linklib_cmd='unknown'
|
adam@47
|
6226
|
adam@47
|
6227 case $host_os in
|
adam@47
|
6228 cygwin* | mingw* | pw32* | cegcc*)
|
adam@47
|
6229 # two different shell functions defined in ltmain.sh
|
adam@47
|
6230 # decide which to use based on capabilities of $DLLTOOL
|
adam@47
|
6231 case `$DLLTOOL --help 2>&1` in
|
adam@47
|
6232 *--identify-strict*)
|
adam@47
|
6233 lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib
|
adam@47
|
6234 ;;
|
adam@47
|
6235 *)
|
adam@47
|
6236 lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback
|
adam@47
|
6237 ;;
|
adam@47
|
6238 esac
|
adam@47
|
6239 ;;
|
adam@47
|
6240 *)
|
adam@47
|
6241 # fallback: assume linklib IS sharedlib
|
adam@47
|
6242 lt_cv_sharedlib_from_linklib_cmd="$ECHO"
|
adam@47
|
6243 ;;
|
adam@47
|
6244 esac
|
adam@47
|
6245
|
adam@47
|
6246 fi
|
adam@47
|
6247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5
|
adam@47
|
6248 $as_echo "$lt_cv_sharedlib_from_linklib_cmd" >&6; }
|
adam@47
|
6249 sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd
|
adam@47
|
6250 test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO
|
adam@47
|
6251
|
adam@47
|
6252
|
adam@47
|
6253
|
adam@47
|
6254
|
adam@47
|
6255
|
adam@47
|
6256
|
adam@47
|
6257
|
adam@47
|
6258 if test -n "$ac_tool_prefix"; then
|
adam@47
|
6259 for ac_prog in ar
|
adam@47
|
6260 do
|
adam@47
|
6261 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
|
adam@47
|
6262 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
|
adam@47
|
6263 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
adam@47
|
6264 $as_echo_n "checking for $ac_word... " >&6; }
|
adam@47
|
6265 if ${ac_cv_prog_AR+:} false; then :
|
adam@47
|
6266 $as_echo_n "(cached) " >&6
|
adam@47
|
6267 else
|
adam@47
|
6268 if test -n "$AR"; then
|
adam@47
|
6269 ac_cv_prog_AR="$AR" # Let the user override the test.
|
adam@47
|
6270 else
|
adam@47
|
6271 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
adam@47
|
6272 for as_dir in $PATH
|
adam@47
|
6273 do
|
adam@47
|
6274 IFS=$as_save_IFS
|
adam@47
|
6275 test -z "$as_dir" && as_dir=.
|
adam@47
|
6276 for ac_exec_ext in '' $ac_executable_extensions; do
|
adam@47
|
6277 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
adam@47
|
6278 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
|
adam@47
|
6279 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
adam@47
|
6280 break 2
|
adam@47
|
6281 fi
|
adam@47
|
6282 done
|
adam@47
|
6283 done
|
adam@47
|
6284 IFS=$as_save_IFS
|
adam@47
|
6285
|
adam@47
|
6286 fi
|
adam@47
|
6287 fi
|
adam@47
|
6288 AR=$ac_cv_prog_AR
|
adam@47
|
6289 if test -n "$AR"; then
|
adam@47
|
6290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
|
adam@47
|
6291 $as_echo "$AR" >&6; }
|
adam@47
|
6292 else
|
adam@47
|
6293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
adam@47
|
6294 $as_echo "no" >&6; }
|
adam@47
|
6295 fi
|
adam@47
|
6296
|
adam@47
|
6297
|
adam@47
|
6298 test -n "$AR" && break
|
adam@47
|
6299 done
|
adam@47
|
6300 fi
|
adam@47
|
6301 if test -z "$AR"; then
|
adam@47
|
6302 ac_ct_AR=$AR
|
adam@47
|
6303 for ac_prog in ar
|
adam@47
|
6304 do
|
adam@47
|
6305 # Extract the first word of "$ac_prog", so it can be a program name with args.
|
adam@47
|
6306 set dummy $ac_prog; ac_word=$2
|
adam@47
|
6307 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
adam@47
|
6308 $as_echo_n "checking for $ac_word... " >&6; }
|
adam@47
|
6309 if ${ac_cv_prog_ac_ct_AR+:} false; then :
|
adam@47
|
6310 $as_echo_n "(cached) " >&6
|
adam@47
|
6311 else
|
adam@47
|
6312 if test -n "$ac_ct_AR"; then
|
adam@47
|
6313 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
|
adam@47
|
6314 else
|
adam@47
|
6315 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
adam@47
|
6316 for as_dir in $PATH
|
adam@47
|
6317 do
|
adam@47
|
6318 IFS=$as_save_IFS
|
adam@47
|
6319 test -z "$as_dir" && as_dir=.
|
adam@47
|
6320 for ac_exec_ext in '' $ac_executable_extensions; do
|
adam@47
|
6321 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
adam@47
|
6322 ac_cv_prog_ac_ct_AR="$ac_prog"
|
adam@47
|
6323 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
adam@47
|
6324 break 2
|
adam@47
|
6325 fi
|
adam@47
|
6326 done
|
adam@47
|
6327 done
|
adam@47
|
6328 IFS=$as_save_IFS
|
adam@47
|
6329
|
adam@47
|
6330 fi
|
adam@47
|
6331 fi
|
adam@47
|
6332 ac_ct_AR=$ac_cv_prog_ac_ct_AR
|
adam@47
|
6333 if test -n "$ac_ct_AR"; then
|
adam@47
|
6334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
|
adam@47
|
6335 $as_echo "$ac_ct_AR" >&6; }
|
adam@47
|
6336 else
|
adam@47
|
6337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
adam@47
|
6338 $as_echo "no" >&6; }
|
adam@47
|
6339 fi
|
adam@47
|
6340
|
adam@47
|
6341
|
adam@47
|
6342 test -n "$ac_ct_AR" && break
|
adam@47
|
6343 done
|
adam@47
|
6344
|
adam@47
|
6345 if test "x$ac_ct_AR" = x; then
|
adam@47
|
6346 AR="false"
|
adam@47
|
6347 else
|
adam@47
|
6348 case $cross_compiling:$ac_tool_warned in
|
adam@47
|
6349 yes:)
|
adam@47
|
6350 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
|
adam@47
|
6351 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
|
adam@47
|
6352 ac_tool_warned=yes ;;
|
adam@47
|
6353 esac
|
adam@0
|
6354 AR=$ac_ct_AR
|
adam@0
|
6355 fi
|
adam@47
|
6356 fi
|
adam@47
|
6357
|
adam@47
|
6358 : ${AR=ar}
|
adam@47
|
6359 : ${AR_FLAGS=cru}
|
adam@47
|
6360
|
adam@47
|
6361
|
adam@47
|
6362
|
adam@47
|
6363
|
adam@47
|
6364
|
adam@47
|
6365
|
adam@47
|
6366
|
adam@47
|
6367
|
adam@47
|
6368
|
adam@47
|
6369
|
adam@47
|
6370
|
adam@47
|
6371 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5
|
adam@47
|
6372 $as_echo_n "checking for archiver @FILE support... " >&6; }
|
adam@47
|
6373 if ${lt_cv_ar_at_file+:} false; then :
|
adam@47
|
6374 $as_echo_n "(cached) " >&6
|
adam@47
|
6375 else
|
adam@47
|
6376 lt_cv_ar_at_file=no
|
adam@47
|
6377 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
adam@47
|
6378 /* end confdefs.h. */
|
adam@47
|
6379
|
adam@47
|
6380 int
|
adam@47
|
6381 main ()
|
adam@47
|
6382 {
|
adam@47
|
6383
|
adam@47
|
6384 ;
|
adam@47
|
6385 return 0;
|
adam@47
|
6386 }
|
adam@47
|
6387 _ACEOF
|
adam@47
|
6388 if ac_fn_c_try_compile "$LINENO"; then :
|
adam@47
|
6389 echo conftest.$ac_objext > conftest.lst
|
adam@47
|
6390 lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&5'
|
adam@47
|
6391 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5
|
adam@47
|
6392 (eval $lt_ar_try) 2>&5
|
adam@47
|
6393 ac_status=$?
|
adam@47
|
6394 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
adam@47
|
6395 test $ac_status = 0; }
|
adam@47
|
6396 if test "$ac_status" -eq 0; then
|
adam@47
|
6397 # Ensure the archiver fails upon bogus file names.
|
adam@47
|
6398 rm -f conftest.$ac_objext libconftest.a
|
adam@47
|
6399 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5
|
adam@47
|
6400 (eval $lt_ar_try) 2>&5
|
adam@47
|
6401 ac_status=$?
|
adam@47
|
6402 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
adam@47
|
6403 test $ac_status = 0; }
|
adam@47
|
6404 if test "$ac_status" -ne 0; then
|
adam@47
|
6405 lt_cv_ar_at_file=@
|
adam@47
|
6406 fi
|
adam@47
|
6407 fi
|
adam@47
|
6408 rm -f conftest.* libconftest.a
|
adam@47
|
6409
|
adam@47
|
6410 fi
|
adam@47
|
6411 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
adam@47
|
6412
|
adam@47
|
6413 fi
|
adam@47
|
6414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5
|
adam@47
|
6415 $as_echo "$lt_cv_ar_at_file" >&6; }
|
adam@47
|
6416
|
adam@47
|
6417 if test "x$lt_cv_ar_at_file" = xno; then
|
adam@47
|
6418 archiver_list_spec=
|
adam@47
|
6419 else
|
adam@47
|
6420 archiver_list_spec=$lt_cv_ar_at_file
|
adam@47
|
6421 fi
|
adam@0
|
6422
|
adam@0
|
6423
|
adam@0
|
6424
|
adam@0
|
6425
|
adam@0
|
6426
|
adam@0
|
6427
|
adam@0
|
6428
|
adam@0
|
6429 if test -n "$ac_tool_prefix"; then
|
adam@0
|
6430 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
|
adam@0
|
6431 set dummy ${ac_tool_prefix}strip; ac_word=$2
|
adam@0
|
6432 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
adam@0
|
6433 $as_echo_n "checking for $ac_word... " >&6; }
|
adam@47
|
6434 if ${ac_cv_prog_STRIP+:} false; then :
|
adam@0
|
6435 $as_echo_n "(cached) " >&6
|
adam@0
|
6436 else
|
adam@0
|
6437 if test -n "$STRIP"; then
|
adam@0
|
6438 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
|
adam@0
|
6439 else
|
adam@0
|
6440 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
adam@0
|
6441 for as_dir in $PATH
|
adam@0
|
6442 do
|
adam@0
|
6443 IFS=$as_save_IFS
|
adam@0
|
6444 test -z "$as_dir" && as_dir=.
|
adam@0
|
6445 for ac_exec_ext in '' $ac_executable_extensions; do
|
adam@0
|
6446 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
adam@0
|
6447 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
|
adam@0
|
6448 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
adam@0
|
6449 break 2
|
adam@0
|
6450 fi
|
adam@0
|
6451 done
|
adam@0
|
6452 done
|
adam@0
|
6453 IFS=$as_save_IFS
|
adam@0
|
6454
|
adam@0
|
6455 fi
|
adam@0
|
6456 fi
|
adam@0
|
6457 STRIP=$ac_cv_prog_STRIP
|
adam@0
|
6458 if test -n "$STRIP"; then
|
adam@0
|
6459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
|
adam@0
|
6460 $as_echo "$STRIP" >&6; }
|
adam@0
|
6461 else
|
adam@0
|
6462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
adam@0
|
6463 $as_echo "no" >&6; }
|
adam@0
|
6464 fi
|
adam@0
|
6465
|
adam@0
|
6466
|
adam@0
|
6467 fi
|
adam@0
|
6468 if test -z "$ac_cv_prog_STRIP"; then
|
adam@0
|
6469 ac_ct_STRIP=$STRIP
|
adam@0
|
6470 # Extract the first word of "strip", so it can be a program name with args.
|
adam@0
|
6471 set dummy strip; ac_word=$2
|
adam@0
|
6472 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
adam@0
|
6473 $as_echo_n "checking for $ac_word... " >&6; }
|
adam@47
|
6474 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
|
adam@0
|
6475 $as_echo_n "(cached) " >&6
|
adam@0
|
6476 else
|
adam@0
|
6477 if test -n "$ac_ct_STRIP"; then
|
adam@0
|
6478 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
|
adam@0
|
6479 else
|
adam@0
|
6480 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
adam@0
|
6481 for as_dir in $PATH
|
adam@0
|
6482 do
|
adam@0
|
6483 IFS=$as_save_IFS
|
adam@0
|
6484 test -z "$as_dir" && as_dir=.
|
adam@0
|
6485 for ac_exec_ext in '' $ac_executable_extensions; do
|
adam@0
|
6486 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
adam@0
|
6487 ac_cv_prog_ac_ct_STRIP="strip"
|
adam@0
|
6488 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
adam@0
|
6489 break 2
|
adam@0
|
6490 fi
|
adam@0
|
6491 done
|
adam@0
|
6492 done
|
adam@0
|
6493 IFS=$as_save_IFS
|
adam@0
|
6494
|
adam@0
|
6495 fi
|
adam@0
|
6496 fi
|
adam@0
|
6497 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
|
adam@0
|
6498 if test -n "$ac_ct_STRIP"; then
|
adam@0
|
6499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
|
adam@0
|
6500 $as_echo "$ac_ct_STRIP" >&6; }
|
adam@0
|
6501 else
|
adam@0
|
6502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
adam@0
|
6503 $as_echo "no" >&6; }
|
adam@0
|
6504 fi
|
adam@0
|
6505
|
adam@0
|
6506 if test "x$ac_ct_STRIP" = x; then
|
adam@0
|
6507 STRIP=":"
|
adam@0
|
6508 else
|
adam@0
|
6509 case $cross_compiling:$ac_tool_warned in
|
adam@0
|
6510 yes:)
|
adam@0
|
6511 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
|
adam@0
|
6512 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
|
adam@0
|
6513 ac_tool_warned=yes ;;
|
adam@0
|
6514 esac
|
adam@0
|
6515 STRIP=$ac_ct_STRIP
|
adam@0
|
6516 fi
|
adam@0
|
6517 else
|
adam@0
|
6518 STRIP="$ac_cv_prog_STRIP"
|
adam@0
|
6519 fi
|
adam@0
|
6520
|
adam@0
|
6521 test -z "$STRIP" && STRIP=:
|
adam@0
|
6522
|
adam@0
|
6523
|
adam@0
|
6524
|
adam@0
|
6525
|
adam@0
|
6526
|
adam@0
|
6527
|
adam@0
|
6528 if test -n "$ac_tool_prefix"; then
|
adam@0
|
6529 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
|
adam@0
|
6530 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
|
adam@0
|
6531 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
adam@0
|
6532 $as_echo_n "checking for $ac_word... " >&6; }
|
adam@47
|
6533 if ${ac_cv_prog_RANLIB+:} false; then :
|
adam@0
|
6534 $as_echo_n "(cached) " >&6
|
adam@0
|
6535 else
|
adam@0
|
6536 if test -n "$RANLIB"; then
|
adam@0
|
6537 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
|
adam@0
|
6538 else
|
adam@0
|
6539 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
adam@0
|
6540 for as_dir in $PATH
|
adam@0
|
6541 do
|
adam@0
|
6542 IFS=$as_save_IFS
|
adam@0
|
6543 test -z "$as_dir" && as_dir=.
|
adam@0
|
6544 for ac_exec_ext in '' $ac_executable_extensions; do
|
adam@0
|
6545 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
adam@0
|
6546 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
|
adam@0
|
6547 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
adam@0
|
6548 break 2
|
adam@0
|
6549 fi
|
adam@0
|
6550 done
|
adam@0
|
6551 done
|
adam@0
|
6552 IFS=$as_save_IFS
|
adam@0
|
6553
|
adam@0
|
6554 fi
|
adam@0
|
6555 fi
|
adam@0
|
6556 RANLIB=$ac_cv_prog_RANLIB
|
adam@0
|
6557 if test -n "$RANLIB"; then
|
adam@0
|
6558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
|
adam@0
|
6559 $as_echo "$RANLIB" >&6; }
|
adam@0
|
6560 else
|
adam@0
|
6561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
adam@0
|
6562 $as_echo "no" >&6; }
|
adam@0
|
6563 fi
|
adam@0
|
6564
|
adam@0
|
6565
|
adam@0
|
6566 fi
|
adam@0
|
6567 if test -z "$ac_cv_prog_RANLIB"; then
|
adam@0
|
6568 ac_ct_RANLIB=$RANLIB
|
adam@0
|
6569 # Extract the first word of "ranlib", so it can be a program name with args.
|
adam@0
|
6570 set dummy ranlib; ac_word=$2
|
adam@0
|
6571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
adam@0
|
6572 $as_echo_n "checking for $ac_word... " >&6; }
|
adam@47
|
6573 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
|
adam@0
|
6574 $as_echo_n "(cached) " >&6
|
adam@0
|
6575 else
|
adam@0
|
6576 if test -n "$ac_ct_RANLIB"; then
|
adam@0
|
6577 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
|
adam@0
|
6578 else
|
adam@0
|
6579 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
adam@0
|
6580 for as_dir in $PATH
|
adam@0
|
6581 do
|
adam@0
|
6582 IFS=$as_save_IFS
|
adam@0
|
6583 test -z "$as_dir" && as_dir=.
|
adam@0
|
6584 for ac_exec_ext in '' $ac_executable_extensions; do
|
adam@0
|
6585 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
adam@0
|
6586 ac_cv_prog_ac_ct_RANLIB="ranlib"
|
adam@0
|
6587 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
adam@0
|
6588 break 2
|
adam@0
|
6589 fi
|
adam@0
|
6590 done
|
adam@0
|
6591 done
|
adam@0
|
6592 IFS=$as_save_IFS
|
adam@0
|
6593
|
adam@0
|
6594 fi
|
adam@0
|
6595 fi
|
adam@0
|
6596 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
|
adam@0
|
6597 if test -n "$ac_ct_RANLIB"; then
|
adam@0
|
6598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
|
adam@0
|
6599 $as_echo "$ac_ct_RANLIB" >&6; }
|
adam@0
|
6600 else
|
adam@0
|
6601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
adam@0
|
6602 $as_echo "no" >&6; }
|
adam@0
|
6603 fi
|
adam@0
|
6604
|
adam@0
|
6605 if test "x$ac_ct_RANLIB" = x; then
|
adam@0
|
6606 RANLIB=":"
|
adam@0
|
6607 else
|
adam@0
|
6608 case $cross_compiling:$ac_tool_warned in
|
adam@0
|
6609 yes:)
|
adam@0
|
6610 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
|
adam@0
|
6611 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
|
adam@0
|
6612 ac_tool_warned=yes ;;
|
adam@0
|
6613 esac
|
adam@0
|
6614 RANLIB=$ac_ct_RANLIB
|
adam@0
|
6615 fi
|
adam@0
|
6616 else
|
adam@0
|
6617 RANLIB="$ac_cv_prog_RANLIB"
|
adam@0
|
6618 fi
|
adam@0
|
6619
|
adam@0
|
6620 test -z "$RANLIB" && RANLIB=:
|
adam@0
|
6621
|
adam@0
|
6622
|
adam@0
|
6623
|
adam@0
|
6624
|
adam@0
|
6625
|
adam@0
|
6626
|
adam@0
|
6627 # Determine commands to create old-style static archives.
|
adam@0
|
6628 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
|
adam@0
|
6629 old_postinstall_cmds='chmod 644 $oldlib'
|
adam@0
|
6630 old_postuninstall_cmds=
|
adam@0
|
6631
|
adam@0
|
6632 if test -n "$RANLIB"; then
|
adam@0
|
6633 case $host_os in
|
adam@0
|
6634 openbsd*)
|
adam@0
|
6635 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
|
adam@0
|
6636 ;;
|
adam@0
|
6637 *)
|
adam@0
|
6638 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
|
adam@0
|
6639 ;;
|
adam@0
|
6640 esac
|
adam@0
|
6641 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
|
adam@0
|
6642 fi
|
adam@0
|
6643
|
adam@47
|
6644 case $host_os in
|
adam@47
|
6645 darwin*)
|
adam@47
|
6646 lock_old_archive_extraction=yes ;;
|
adam@47
|
6647 *)
|
adam@47
|
6648 lock_old_archive_extraction=no ;;
|
adam@47
|
6649 esac
|
adam@47
|
6650
|
adam@47
|
6651
|
adam@47
|
6652
|
adam@47
|
6653
|
adam@47
|
6654
|
adam@47
|
6655
|
adam@0
|
6656
|
adam@0
|
6657
|
adam@0
|
6658
|
adam@0
|
6659
|
adam@0
|
6660
|
adam@0
|
6661
|
adam@0
|
6662
|
adam@0
|
6663
|
adam@0
|
6664
|
adam@0
|
6665
|
adam@0
|
6666
|
adam@0
|
6667
|
adam@0
|
6668
|
adam@0
|
6669
|
adam@0
|
6670
|
adam@0
|
6671
|
adam@0
|
6672
|
adam@0
|
6673
|
adam@0
|
6674
|
adam@0
|
6675
|
adam@0
|
6676
|
adam@0
|
6677
|
adam@0
|
6678
|
adam@0
|
6679
|
adam@0
|
6680
|
adam@0
|
6681
|
adam@0
|
6682
|
adam@0
|
6683
|
adam@0
|
6684
|
adam@0
|
6685
|
adam@0
|
6686
|
adam@0
|
6687
|
adam@0
|
6688
|
adam@0
|
6689 # If no C compiler was specified, use CC.
|
adam@0
|
6690 LTCC=${LTCC-"$CC"}
|
adam@0
|
6691
|
adam@0
|
6692 # If no C compiler flags were specified, use CFLAGS.
|
adam@0
|
6693 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
|
adam@0
|
6694
|
adam@0
|
6695 # Allow CC to be a program name with arguments.
|
adam@0
|
6696 compiler=$CC
|
adam@0
|
6697
|
adam@0
|
6698
|
adam@0
|
6699 # Check for command to grab the raw symbol name followed by C symbol from nm.
|
adam@0
|
6700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
|
adam@0
|
6701 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
|
adam@47
|
6702 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
|
adam@0
|
6703 $as_echo_n "(cached) " >&6
|
adam@0
|
6704 else
|
adam@0
|
6705
|
adam@0
|
6706 # These are sane defaults that work on at least a few old systems.
|
adam@0
|
6707 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
|
adam@0
|
6708
|
adam@0
|
6709 # Character class describing NM global symbol codes.
|
adam@0
|
6710 symcode='[BCDEGRST]'
|
adam@0
|
6711
|
adam@0
|
6712 # Regexp to match symbols that can be accessed directly from C.
|
adam@0
|
6713 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
|
adam@0
|
6714
|
adam@0
|
6715 # Define system-specific variables.
|
adam@0
|
6716 case $host_os in
|
adam@0
|
6717 aix*)
|
adam@0
|
6718 symcode='[BCDT]'
|
adam@0
|
6719 ;;
|
adam@0
|
6720 cygwin* | mingw* | pw32* | cegcc*)
|
adam@0
|
6721 symcode='[ABCDGISTW]'
|
adam@0
|
6722 ;;
|
adam@0
|
6723 hpux*)
|
adam@0
|
6724 if test "$host_cpu" = ia64; then
|
adam@0
|
6725 symcode='[ABCDEGRST]'
|
adam@0
|
6726 fi
|
adam@0
|
6727 ;;
|
adam@0
|
6728 irix* | nonstopux*)
|
adam@0
|
6729 symcode='[BCDEGRST]'
|
adam@0
|
6730 ;;
|
adam@0
|
6731 osf*)
|
adam@0
|
6732 symcode='[BCDEGQRST]'
|
adam@0
|
6733 ;;
|
adam@0
|
6734 solaris*)
|
adam@0
|
6735 symcode='[BDRT]'
|
adam@0
|
6736 ;;
|
adam@0
|
6737 sco3.2v5*)
|
adam@0
|
6738 symcode='[DT]'
|
adam@0
|
6739 ;;
|
adam@0
|
6740 sysv4.2uw2*)
|
adam@0
|
6741 symcode='[DT]'
|
adam@0
|
6742 ;;
|
adam@0
|
6743 sysv5* | sco5v6* | unixware* | OpenUNIX*)
|
adam@0
|
6744 symcode='[ABDT]'
|
adam@0
|
6745 ;;
|
adam@0
|
6746 sysv4)
|
adam@0
|
6747 symcode='[DFNSTU]'
|
adam@0
|
6748 ;;
|
adam@0
|
6749 esac
|
adam@0
|
6750
|
adam@0
|
6751 # If we're using GNU nm, then use its standard symbol codes.
|
adam@0
|
6752 case `$NM -V 2>&1` in
|
adam@0
|
6753 *GNU* | *'with BFD'*)
|
adam@0
|
6754 symcode='[ABCDGIRSTW]' ;;
|
adam@0
|
6755 esac
|
adam@0
|
6756
|
adam@0
|
6757 # Transform an extracted symbol line into a proper C declaration.
|
adam@0
|
6758 # Some systems (esp. on ia64) link data and code symbols differently,
|
adam@0
|
6759 # so use this general approach.
|
adam@0
|
6760 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
|
adam@0
|
6761
|
adam@0
|
6762 # Transform an extracted symbol line into symbol name and symbol address
|
adam@47
|
6763 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\)[ ]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
|
adam@47
|
6764 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'"
|
adam@0
|
6765
|
adam@0
|
6766 # Handle CRLF in mingw tool chain
|
adam@0
|
6767 opt_cr=
|
adam@0
|
6768 case $build_os in
|
adam@0
|
6769 mingw*)
|
adam@0
|
6770 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
|
adam@0
|
6771 ;;
|
adam@0
|
6772 esac
|
adam@0
|
6773
|
adam@0
|
6774 # Try without a prefix underscore, then with it.
|
adam@0
|
6775 for ac_symprfx in "" "_"; do
|
adam@0
|
6776
|
adam@0
|
6777 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
|
adam@0
|
6778 symxfrm="\\1 $ac_symprfx\\2 \\2"
|
adam@0
|
6779
|
adam@0
|
6780 # Write the raw and C identifiers.
|
adam@0
|
6781 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
|
adam@0
|
6782 # Fake it for dumpbin and say T for any non-static function
|
adam@0
|
6783 # and D for any global variable.
|
adam@0
|
6784 # Also find C++ and __fastcall symbols from MSVC++,
|
adam@0
|
6785 # which start with @ or ?.
|
adam@0
|
6786 lt_cv_sys_global_symbol_pipe="$AWK '"\
|
adam@0
|
6787 " {last_section=section; section=\$ 3};"\
|
adam@0
|
6788 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
|
adam@0
|
6789 " \$ 0!~/External *\|/{next};"\
|
adam@0
|
6790 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
|
adam@0
|
6791 " {if(hide[section]) next};"\
|
adam@0
|
6792 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
|
adam@0
|
6793 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
|
adam@0
|
6794 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
|
adam@0
|
6795 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
|
adam@0
|
6796 " ' prfx=^$ac_symprfx"
|
adam@0
|
6797 else
|
adam@0
|
6798 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
|
adam@0
|
6799 fi
|
adam@47
|
6800 lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'"
|
adam@0
|
6801
|
adam@0
|
6802 # Check to see that the pipe works correctly.
|
adam@0
|
6803 pipe_works=no
|
adam@0
|
6804
|
adam@0
|
6805 rm -f conftest*
|
adam@0
|
6806 cat > conftest.$ac_ext <<_LT_EOF
|
adam@0
|
6807 #ifdef __cplusplus
|
adam@0
|
6808 extern "C" {
|
adam@0
|
6809 #endif
|
adam@0
|
6810 char nm_test_var;
|
adam@0
|
6811 void nm_test_func(void);
|
adam@0
|
6812 void nm_test_func(void){}
|
adam@0
|
6813 #ifdef __cplusplus
|
adam@0
|
6814 }
|
adam@0
|
6815 #endif
|
adam@0
|
6816 int main(){nm_test_var='a';nm_test_func();return(0);}
|
adam@0
|
6817 _LT_EOF
|
adam@0
|
6818
|
adam@0
|
6819 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
|
adam@0
|
6820 (eval $ac_compile) 2>&5
|
adam@0
|
6821 ac_status=$?
|
adam@0
|
6822 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
adam@0
|
6823 test $ac_status = 0; }; then
|
adam@0
|
6824 # Now try to grab the symbols.
|
adam@0
|
6825 nlist=conftest.nm
|
adam@47
|
6826 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
|
adam@47
|
6827 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
|
adam@0
|
6828 ac_status=$?
|
adam@0
|
6829 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
adam@0
|
6830 test $ac_status = 0; } && test -s "$nlist"; then
|
adam@0
|
6831 # Try sorting and uniquifying the output.
|
adam@0
|
6832 if sort "$nlist" | uniq > "$nlist"T; then
|
adam@0
|
6833 mv -f "$nlist"T "$nlist"
|
adam@0
|
6834 else
|
adam@0
|
6835 rm -f "$nlist"T
|
adam@0
|
6836 fi
|
adam@0
|
6837
|
adam@0
|
6838 # Make sure that we snagged all the symbols we need.
|
adam@0
|
6839 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
|
adam@0
|
6840 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
|
adam@0
|
6841 cat <<_LT_EOF > conftest.$ac_ext
|
adam@47
|
6842 /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */
|
adam@47
|
6843 #if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE)
|
adam@47
|
6844 /* DATA imports from DLLs on WIN32 con't be const, because runtime
|
adam@47
|
6845 relocations are performed -- see ld's documentation on pseudo-relocs. */
|
adam@47
|
6846 # define LT_DLSYM_CONST
|
adam@47
|
6847 #elif defined(__osf__)
|
adam@47
|
6848 /* This system does not cope well with relocations in const data. */
|
adam@47
|
6849 # define LT_DLSYM_CONST
|
adam@47
|
6850 #else
|
adam@47
|
6851 # define LT_DLSYM_CONST const
|
adam@47
|
6852 #endif
|
adam@47
|
6853
|
adam@0
|
6854 #ifdef __cplusplus
|
adam@0
|
6855 extern "C" {
|
adam@0
|
6856 #endif
|
adam@0
|
6857
|
adam@0
|
6858 _LT_EOF
|
adam@0
|
6859 # Now generate the symbol file.
|
adam@0
|
6860 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
|
adam@0
|
6861
|
adam@0
|
6862 cat <<_LT_EOF >> conftest.$ac_ext
|
adam@0
|
6863
|
adam@0
|
6864 /* The mapping between symbol names and symbols. */
|
adam@47
|
6865 LT_DLSYM_CONST struct {
|
adam@0
|
6866 const char *name;
|
adam@0
|
6867 void *address;
|
adam@0
|
6868 }
|
adam@0
|
6869 lt__PROGRAM__LTX_preloaded_symbols[] =
|
adam@0
|
6870 {
|
adam@0
|
6871 { "@PROGRAM@", (void *) 0 },
|
adam@0
|
6872 _LT_EOF
|
adam@0
|
6873 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
|
adam@0
|
6874 cat <<\_LT_EOF >> conftest.$ac_ext
|
adam@0
|
6875 {0, (void *) 0}
|
adam@0
|
6876 };
|
adam@0
|
6877
|
adam@0
|
6878 /* This works around a problem in FreeBSD linker */
|
adam@0
|
6879 #ifdef FREEBSD_WORKAROUND
|
adam@0
|
6880 static const void *lt_preloaded_setup() {
|
adam@0
|
6881 return lt__PROGRAM__LTX_preloaded_symbols;
|
adam@0
|
6882 }
|
adam@0
|
6883 #endif
|
adam@0
|
6884
|
adam@0
|
6885 #ifdef __cplusplus
|
adam@0
|
6886 }
|
adam@0
|
6887 #endif
|
adam@0
|
6888 _LT_EOF
|
adam@0
|
6889 # Now try linking the two files.
|
adam@0
|
6890 mv conftest.$ac_objext conftstm.$ac_objext
|
adam@47
|
6891 lt_globsym_save_LIBS=$LIBS
|
adam@47
|
6892 lt_globsym_save_CFLAGS=$CFLAGS
|
adam@0
|
6893 LIBS="conftstm.$ac_objext"
|
adam@0
|
6894 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
|
adam@0
|
6895 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
|
adam@0
|
6896 (eval $ac_link) 2>&5
|
adam@0
|
6897 ac_status=$?
|
adam@0
|
6898 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
adam@0
|
6899 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
|
adam@0
|
6900 pipe_works=yes
|
adam@0
|
6901 fi
|
adam@47
|
6902 LIBS=$lt_globsym_save_LIBS
|
adam@47
|
6903 CFLAGS=$lt_globsym_save_CFLAGS
|
adam@0
|
6904 else
|
adam@0
|
6905 echo "cannot find nm_test_func in $nlist" >&5
|
adam@0
|
6906 fi
|
adam@0
|
6907 else
|
adam@0
|
6908 echo "cannot find nm_test_var in $nlist" >&5
|
adam@0
|
6909 fi
|
adam@0
|
6910 else
|
adam@0
|
6911 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
|
adam@0
|
6912 fi
|
adam@0
|
6913 else
|
adam@0
|
6914 echo "$progname: failed program was:" >&5
|
adam@0
|
6915 cat conftest.$ac_ext >&5
|
adam@0
|
6916 fi
|
adam@0
|
6917 rm -rf conftest* conftst*
|
adam@0
|
6918
|
adam@0
|
6919 # Do not use the global_symbol_pipe unless it works.
|
adam@0
|
6920 if test "$pipe_works" = yes; then
|
adam@0
|
6921 break
|
adam@0
|
6922 else
|
adam@0
|
6923 lt_cv_sys_global_symbol_pipe=
|
adam@0
|
6924 fi
|
adam@0
|
6925 done
|
adam@0
|
6926
|
adam@0
|
6927 fi
|
adam@0
|
6928
|
adam@0
|
6929 if test -z "$lt_cv_sys_global_symbol_pipe"; then
|
adam@0
|
6930 lt_cv_sys_global_symbol_to_cdecl=
|
adam@0
|
6931 fi
|
adam@0
|
6932 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
|
adam@0
|
6933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
|
adam@0
|
6934 $as_echo "failed" >&6; }
|
adam@0
|
6935 else
|
adam@0
|
6936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
|
adam@0
|
6937 $as_echo "ok" >&6; }
|
adam@0
|
6938 fi
|
adam@0
|
6939
|
adam@47
|
6940 # Response file support.
|
adam@47
|
6941 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
|
adam@47
|
6942 nm_file_list_spec='@'
|
adam@47
|
6943 elif $NM --help 2>/dev/null | grep '[@]FILE' >/dev/null; then
|
adam@47
|
6944 nm_file_list_spec='@'
|
adam@47
|
6945 fi
|
adam@47
|
6946
|
adam@47
|
6947
|
adam@47
|
6948
|
adam@47
|
6949
|
adam@47
|
6950
|
adam@47
|
6951
|
adam@47
|
6952
|
adam@47
|
6953
|
adam@47
|
6954
|
adam@47
|
6955
|
adam@47
|
6956
|
adam@47
|
6957
|
adam@47
|
6958
|
adam@47
|
6959
|
adam@47
|
6960
|
adam@47
|
6961
|
adam@47
|
6962
|
adam@47
|
6963
|
adam@47
|
6964
|
adam@47
|
6965
|
adam@47
|
6966
|
adam@47
|
6967
|
adam@47
|
6968
|
adam@47
|
6969
|
adam@47
|
6970
|
adam@47
|
6971
|
adam@47
|
6972
|
adam@47
|
6973 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5
|
adam@47
|
6974 $as_echo_n "checking for sysroot... " >&6; }
|
adam@47
|
6975
|
adam@47
|
6976 # Check whether --with-sysroot was given.
|
adam@47
|
6977 if test "${with_sysroot+set}" = set; then :
|
adam@47
|
6978 withval=$with_sysroot;
|
adam@47
|
6979 else
|
adam@47
|
6980 with_sysroot=no
|
adam@47
|
6981 fi
|
adam@47
|
6982
|
adam@47
|
6983
|
adam@47
|
6984 lt_sysroot=
|
adam@47
|
6985 case ${with_sysroot} in #(
|
adam@47
|
6986 yes)
|
adam@47
|
6987 if test "$GCC" = yes; then
|
adam@47
|
6988 lt_sysroot=`$CC --print-sysroot 2>/dev/null`
|
adam@47
|
6989 fi
|
adam@47
|
6990 ;; #(
|
adam@47
|
6991 /*)
|
adam@47
|
6992 lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
|
adam@47
|
6993 ;; #(
|
adam@47
|
6994 no|'')
|
adam@47
|
6995 ;; #(
|
adam@47
|
6996 *)
|
adam@47
|
6997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${with_sysroot}" >&5
|
adam@47
|
6998 $as_echo "${with_sysroot}" >&6; }
|
adam@47
|
6999 as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5
|
adam@47
|
7000 ;;
|
adam@47
|
7001 esac
|
adam@47
|
7002
|
adam@47
|
7003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5
|
adam@47
|
7004 $as_echo "${lt_sysroot:-no}" >&6; }
|
adam@0
|
7005
|
adam@0
|
7006
|
adam@0
|
7007
|
adam@0
|
7008
|
adam@0
|
7009
|
adam@0
|
7010 # Check whether --enable-libtool-lock was given.
|
adam@0
|
7011 if test "${enable_libtool_lock+set}" = set; then :
|
adam@0
|
7012 enableval=$enable_libtool_lock;
|
adam@0
|
7013 fi
|
adam@0
|
7014
|
adam@0
|
7015 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
|
adam@0
|
7016
|
adam@0
|
7017 # Some flags need to be propagated to the compiler or linker for good
|
adam@0
|
7018 # libtool support.
|
adam@0
|
7019 case $host in
|
adam@0
|
7020 ia64-*-hpux*)
|
adam@0
|
7021 # Find out which ABI we are using.
|
adam@0
|
7022 echo 'int i;' > conftest.$ac_ext
|
adam@0
|
7023 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
|
adam@0
|
7024 (eval $ac_compile) 2>&5
|
adam@0
|
7025 ac_status=$?
|
adam@0
|
7026 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
adam@0
|
7027 test $ac_status = 0; }; then
|
adam@0
|
7028 case `/usr/bin/file conftest.$ac_objext` in
|
adam@0
|
7029 *ELF-32*)
|
adam@0
|
7030 HPUX_IA64_MODE="32"
|
adam@0
|
7031 ;;
|
adam@0
|
7032 *ELF-64*)
|
adam@0
|
7033 HPUX_IA64_MODE="64"
|
adam@0
|
7034 ;;
|
adam@0
|
7035 esac
|
adam@0
|
7036 fi
|
adam@0
|
7037 rm -rf conftest*
|
adam@0
|
7038 ;;
|
adam@0
|
7039 *-*-irix6*)
|
adam@0
|
7040 # Find out which ABI we are using.
|
adam@47
|
7041 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
|
adam@0
|
7042 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
|
adam@0
|
7043 (eval $ac_compile) 2>&5
|
adam@0
|
7044 ac_status=$?
|
adam@0
|
7045 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
adam@0
|
7046 test $ac_status = 0; }; then
|
adam@0
|
7047 if test "$lt_cv_prog_gnu_ld" = yes; then
|
adam@0
|
7048 case `/usr/bin/file conftest.$ac_objext` in
|
adam@0
|
7049 *32-bit*)
|
adam@0
|
7050 LD="${LD-ld} -melf32bsmip"
|
adam@0
|
7051 ;;
|
adam@0
|
7052 *N32*)
|
adam@0
|
7053 LD="${LD-ld} -melf32bmipn32"
|
adam@0
|
7054 ;;
|
adam@0
|
7055 *64-bit*)
|
adam@0
|
7056 LD="${LD-ld} -melf64bmip"
|
adam@0
|
7057 ;;
|
adam@0
|
7058 esac
|
adam@0
|
7059 else
|
adam@0
|
7060 case `/usr/bin/file conftest.$ac_objext` in
|
adam@0
|
7061 *32-bit*)
|
adam@0
|
7062 LD="${LD-ld} -32"
|
adam@0
|
7063 ;;
|
adam@0
|
7064 *N32*)
|
adam@0
|
7065 LD="${LD-ld} -n32"
|
adam@0
|
7066 ;;
|
adam@0
|
7067 *64-bit*)
|
adam@0
|
7068 LD="${LD-ld} -64"
|
adam@0
|
7069 ;;
|
adam@0
|
7070 esac
|
adam@0
|
7071 fi
|
adam@0
|
7072 fi
|
adam@0
|
7073 rm -rf conftest*
|
adam@0
|
7074 ;;
|
adam@0
|
7075
|
adam@0
|
7076 x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
|
adam@0
|
7077 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
|
adam@0
|
7078 # Find out which ABI we are using.
|
adam@0
|
7079 echo 'int i;' > conftest.$ac_ext
|
adam@0
|
7080 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
|
adam@0
|
7081 (eval $ac_compile) 2>&5
|
adam@0
|
7082 ac_status=$?
|
adam@0
|
7083 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
adam@0
|
7084 test $ac_status = 0; }; then
|
adam@0
|
7085 case `/usr/bin/file conftest.o` in
|
adam@0
|
7086 *32-bit*)
|
adam@0
|
7087 case $host in
|
adam@0
|
7088 x86_64-*kfreebsd*-gnu)
|
adam@0
|
7089 LD="${LD-ld} -m elf_i386_fbsd"
|
adam@0
|
7090 ;;
|
adam@0
|
7091 x86_64-*linux*)
|
adam@0
|
7092 LD="${LD-ld} -m elf_i386"
|
adam@0
|
7093 ;;
|
adam@0
|
7094 ppc64-*linux*|powerpc64-*linux*)
|
adam@0
|
7095 LD="${LD-ld} -m elf32ppclinux"
|
adam@0
|
7096 ;;
|
adam@0
|
7097 s390x-*linux*)
|
adam@0
|
7098 LD="${LD-ld} -m elf_s390"
|
adam@0
|
7099 ;;
|
adam@0
|
7100 sparc64-*linux*)
|
adam@0
|
7101 LD="${LD-ld} -m elf32_sparc"
|
adam@0
|
7102 ;;
|
adam@0
|
7103 esac
|
adam@0
|
7104 ;;
|
adam@0
|
7105 *64-bit*)
|
adam@0
|
7106 case $host in
|
adam@0
|
7107 x86_64-*kfreebsd*-gnu)
|
adam@0
|
7108 LD="${LD-ld} -m elf_x86_64_fbsd"
|
adam@0
|
7109 ;;
|
adam@0
|
7110 x86_64-*linux*)
|
adam@0
|
7111 LD="${LD-ld} -m elf_x86_64"
|
adam@0
|
7112 ;;
|
adam@0
|
7113 ppc*-*linux*|powerpc*-*linux*)
|
adam@0
|
7114 LD="${LD-ld} -m elf64ppc"
|
adam@0
|
7115 ;;
|
adam@0
|
7116 s390*-*linux*|s390*-*tpf*)
|
adam@0
|
7117 LD="${LD-ld} -m elf64_s390"
|
adam@0
|
7118 ;;
|
adam@0
|
7119 sparc*-*linux*)
|
adam@0
|
7120 LD="${LD-ld} -m elf64_sparc"
|
adam@0
|
7121 ;;
|
adam@0
|
7122 esac
|
adam@0
|
7123 ;;
|
adam@0
|
7124 esac
|
adam@0
|
7125 fi
|
adam@0
|
7126 rm -rf conftest*
|
adam@0
|
7127 ;;
|
adam@0
|
7128
|
adam@0
|
7129 *-*-sco3.2v5*)
|
adam@0
|
7130 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
|
adam@0
|
7131 SAVE_CFLAGS="$CFLAGS"
|
adam@0
|
7132 CFLAGS="$CFLAGS -belf"
|
adam@0
|
7133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
|
adam@0
|
7134 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
|
adam@47
|
7135 if ${lt_cv_cc_needs_belf+:} false; then :
|
adam@0
|
7136 $as_echo_n "(cached) " >&6
|
adam@0
|
7137 else
|
adam@0
|
7138 ac_ext=c
|
adam@0
|
7139 ac_cpp='$CPP $CPPFLAGS'
|
adam@0
|
7140 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
adam@0
|
7141 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
adam@0
|
7142 ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
adam@0
|
7143
|
adam@0
|
7144 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
adam@0
|
7145 /* end confdefs.h. */
|
adam@0
|
7146
|
adam@0
|
7147 int
|
adam@0
|
7148 main ()
|
adam@0
|
7149 {
|
adam@0
|
7150
|
adam@0
|
7151 ;
|
adam@0
|
7152 return 0;
|
adam@0
|
7153 }
|
adam@0
|
7154 _ACEOF
|
adam@0
|
7155 if ac_fn_c_try_link "$LINENO"; then :
|
adam@0
|
7156 lt_cv_cc_needs_belf=yes
|
adam@0
|
7157 else
|
adam@0
|
7158 lt_cv_cc_needs_belf=no
|
adam@0
|
7159 fi
|
adam@0
|
7160 rm -f core conftest.err conftest.$ac_objext \
|
adam@0
|
7161 conftest$ac_exeext conftest.$ac_ext
|
adam@0
|
7162 ac_ext=c
|
adam@0
|
7163 ac_cpp='$CPP $CPPFLAGS'
|
adam@0
|
7164 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
adam@0
|
7165 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
adam@0
|
7166 ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
adam@0
|
7167
|
adam@0
|
7168 fi
|
adam@0
|
7169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
|
adam@0
|
7170 $as_echo "$lt_cv_cc_needs_belf" >&6; }
|
adam@0
|
7171 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
|
adam@0
|
7172 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
|
adam@0
|
7173 CFLAGS="$SAVE_CFLAGS"
|
adam@0
|
7174 fi
|
adam@0
|
7175 ;;
|
adam@0
|
7176 sparc*-*solaris*)
|
adam@0
|
7177 # Find out which ABI we are using.
|
adam@0
|
7178 echo 'int i;' > conftest.$ac_ext
|
adam@0
|
7179 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
|
adam@0
|
7180 (eval $ac_compile) 2>&5
|
adam@0
|
7181 ac_status=$?
|
adam@0
|
7182 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
adam@0
|
7183 test $ac_status = 0; }; then
|
adam@0
|
7184 case `/usr/bin/file conftest.o` in
|
adam@0
|
7185 *64-bit*)
|
adam@0
|
7186 case $lt_cv_prog_gnu_ld in
|
adam@0
|
7187 yes*) LD="${LD-ld} -m elf64_sparc" ;;
|
adam@0
|
7188 *)
|
adam@0
|
7189 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
|
adam@0
|
7190 LD="${LD-ld} -64"
|
adam@0
|
7191 fi
|
adam@0
|
7192 ;;
|
adam@0
|
7193 esac
|
adam@0
|
7194 ;;
|
adam@0
|
7195 esac
|
adam@0
|
7196 fi
|
adam@0
|
7197 rm -rf conftest*
|
adam@0
|
7198 ;;
|
adam@0
|
7199 esac
|
adam@0
|
7200
|
adam@0
|
7201 need_locks="$enable_libtool_lock"
|
adam@0
|
7202
|
adam@47
|
7203 if test -n "$ac_tool_prefix"; then
|
adam@47
|
7204 # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args.
|
adam@47
|
7205 set dummy ${ac_tool_prefix}mt; ac_word=$2
|
adam@47
|
7206 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
adam@47
|
7207 $as_echo_n "checking for $ac_word... " >&6; }
|
adam@47
|
7208 if ${ac_cv_prog_MANIFEST_TOOL+:} false; then :
|
adam@47
|
7209 $as_echo_n "(cached) " >&6
|
adam@47
|
7210 else
|
adam@47
|
7211 if test -n "$MANIFEST_TOOL"; then
|
adam@47
|
7212 ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test.
|
adam@47
|
7213 else
|
adam@47
|
7214 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
adam@47
|
7215 for as_dir in $PATH
|
adam@47
|
7216 do
|
adam@47
|
7217 IFS=$as_save_IFS
|
adam@47
|
7218 test -z "$as_dir" && as_dir=.
|
adam@47
|
7219 for ac_exec_ext in '' $ac_executable_extensions; do
|
adam@47
|
7220 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
adam@47
|
7221 ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
|
adam@47
|
7222 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
adam@47
|
7223 break 2
|
adam@47
|
7224 fi
|
adam@47
|
7225 done
|
adam@47
|
7226 done
|
adam@47
|
7227 IFS=$as_save_IFS
|
adam@47
|
7228
|
adam@47
|
7229 fi
|
adam@47
|
7230 fi
|
adam@47
|
7231 MANIFEST_TOOL=$ac_cv_prog_MANIFEST_TOOL
|
adam@47
|
7232 if test -n "$MANIFEST_TOOL"; then
|
adam@47
|
7233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5
|
adam@47
|
7234 $as_echo "$MANIFEST_TOOL" >&6; }
|
adam@47
|
7235 else
|
adam@47
|
7236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
adam@47
|
7237 $as_echo "no" >&6; }
|
adam@47
|
7238 fi
|
adam@47
|
7239
|
adam@47
|
7240
|
adam@47
|
7241 fi
|
adam@47
|
7242 if test -z "$ac_cv_prog_MANIFEST_TOOL"; then
|
adam@47
|
7243 ac_ct_MANIFEST_TOOL=$MANIFEST_TOOL
|
adam@47
|
7244 # Extract the first word of "mt", so it can be a program name with args.
|
adam@47
|
7245 set dummy mt; ac_word=$2
|
adam@47
|
7246 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
adam@47
|
7247 $as_echo_n "checking for $ac_word... " >&6; }
|
adam@47
|
7248 if ${ac_cv_prog_ac_ct_MANIFEST_TOOL+:} false; then :
|
adam@47
|
7249 $as_echo_n "(cached) " >&6
|
adam@47
|
7250 else
|
adam@47
|
7251 if test -n "$ac_ct_MANIFEST_TOOL"; then
|
adam@47
|
7252 ac_cv_prog_ac_ct_MANIFEST_TOOL="$ac_ct_MANIFEST_TOOL" # Let the user override the test.
|
adam@47
|
7253 else
|
adam@47
|
7254 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
adam@47
|
7255 for as_dir in $PATH
|
adam@47
|
7256 do
|
adam@47
|
7257 IFS=$as_save_IFS
|
adam@47
|
7258 test -z "$as_dir" && as_dir=.
|
adam@47
|
7259 for ac_exec_ext in '' $ac_executable_extensions; do
|
adam@47
|
7260 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
adam@47
|
7261 ac_cv_prog_ac_ct_MANIFEST_TOOL="mt"
|
adam@47
|
7262 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
adam@47
|
7263 break 2
|
adam@47
|
7264 fi
|
adam@47
|
7265 done
|
adam@47
|
7266 done
|
adam@47
|
7267 IFS=$as_save_IFS
|
adam@47
|
7268
|
adam@47
|
7269 fi
|
adam@47
|
7270 fi
|
adam@47
|
7271 ac_ct_MANIFEST_TOOL=$ac_cv_prog_ac_ct_MANIFEST_TOOL
|
adam@47
|
7272 if test -n "$ac_ct_MANIFEST_TOOL"; then
|
adam@47
|
7273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MANIFEST_TOOL" >&5
|
adam@47
|
7274 $as_echo "$ac_ct_MANIFEST_TOOL" >&6; }
|
adam@47
|
7275 else
|
adam@47
|
7276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
adam@47
|
7277 $as_echo "no" >&6; }
|
adam@47
|
7278 fi
|
adam@47
|
7279
|
adam@47
|
7280 if test "x$ac_ct_MANIFEST_TOOL" = x; then
|
adam@47
|
7281 MANIFEST_TOOL=":"
|
adam@47
|
7282 else
|
adam@47
|
7283 case $cross_compiling:$ac_tool_warned in
|
adam@47
|
7284 yes:)
|
adam@47
|
7285 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
|
adam@47
|
7286 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
|
adam@47
|
7287 ac_tool_warned=yes ;;
|
adam@47
|
7288 esac
|
adam@47
|
7289 MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL
|
adam@47
|
7290 fi
|
adam@47
|
7291 else
|
adam@47
|
7292 MANIFEST_TOOL="$ac_cv_prog_MANIFEST_TOOL"
|
adam@47
|
7293 fi
|
adam@47
|
7294
|
adam@47
|
7295 test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt
|
adam@47
|
7296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5
|
adam@47
|
7297 $as_echo_n "checking if $MANIFEST_TOOL is a manifest tool... " >&6; }
|
adam@47
|
7298 if ${lt_cv_path_mainfest_tool+:} false; then :
|
adam@47
|
7299 $as_echo_n "(cached) " >&6
|
adam@47
|
7300 else
|
adam@47
|
7301 lt_cv_path_mainfest_tool=no
|
adam@47
|
7302 echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&5
|
adam@47
|
7303 $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out
|
adam@47
|
7304 cat conftest.err >&5
|
adam@47
|
7305 if $GREP 'Manifest Tool' conftest.out > /dev/null; then
|
adam@47
|
7306 lt_cv_path_mainfest_tool=yes
|
adam@47
|
7307 fi
|
adam@47
|
7308 rm -f conftest*
|
adam@47
|
7309 fi
|
adam@47
|
7310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5
|
adam@47
|
7311 $as_echo "$lt_cv_path_mainfest_tool" >&6; }
|
adam@47
|
7312 if test "x$lt_cv_path_mainfest_tool" != xyes; then
|
adam@47
|
7313 MANIFEST_TOOL=:
|
adam@47
|
7314 fi
|
adam@47
|
7315
|
adam@47
|
7316
|
adam@47
|
7317
|
adam@47
|
7318
|
adam@47
|
7319
|
adam@0
|
7320
|
adam@0
|
7321 case $host_os in
|
adam@0
|
7322 rhapsody* | darwin*)
|
adam@0
|
7323 if test -n "$ac_tool_prefix"; then
|
adam@0
|
7324 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
|
adam@0
|
7325 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
|
adam@0
|
7326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
adam@0
|
7327 $as_echo_n "checking for $ac_word... " >&6; }
|
adam@47
|
7328 if ${ac_cv_prog_DSYMUTIL+:} false; then :
|
adam@0
|
7329 $as_echo_n "(cached) " >&6
|
adam@0
|
7330 else
|
adam@0
|
7331 if test -n "$DSYMUTIL"; then
|
adam@0
|
7332 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
|
adam@0
|
7333 else
|
adam@0
|
7334 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
adam@0
|
7335 for as_dir in $PATH
|
adam@0
|
7336 do
|
adam@0
|
7337 IFS=$as_save_IFS
|
adam@0
|
7338 test -z "$as_dir" && as_dir=.
|
adam@0
|
7339 for ac_exec_ext in '' $ac_executable_extensions; do
|
adam@0
|
7340 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
adam@0
|
7341 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
|
adam@0
|
7342 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
adam@0
|
7343 break 2
|
adam@0
|
7344 fi
|
adam@0
|
7345 done
|
adam@0
|
7346 done
|
adam@0
|
7347 IFS=$as_save_IFS
|
adam@0
|
7348
|
adam@0
|
7349 fi
|
adam@0
|
7350 fi
|
adam@0
|
7351 DSYMUTIL=$ac_cv_prog_DSYMUTIL
|
adam@0
|
7352 if test -n "$DSYMUTIL"; then
|
adam@0
|
7353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
|
adam@0
|
7354 $as_echo "$DSYMUTIL" >&6; }
|
adam@0
|
7355 else
|
adam@0
|
7356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
adam@0
|
7357 $as_echo "no" >&6; }
|
adam@0
|
7358 fi
|
adam@0
|
7359
|
adam@0
|
7360
|
adam@0
|
7361 fi
|
adam@0
|
7362 if test -z "$ac_cv_prog_DSYMUTIL"; then
|
adam@0
|
7363 ac_ct_DSYMUTIL=$DSYMUTIL
|
adam@0
|
7364 # Extract the first word of "dsymutil", so it can be a program name with args.
|
adam@0
|
7365 set dummy dsymutil; ac_word=$2
|
adam@0
|
7366 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
adam@0
|
7367 $as_echo_n "checking for $ac_word... " >&6; }
|
adam@47
|
7368 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
|
adam@0
|
7369 $as_echo_n "(cached) " >&6
|
adam@0
|
7370 else
|
adam@0
|
7371 if test -n "$ac_ct_DSYMUTIL"; then
|
adam@0
|
7372 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
|
adam@0
|
7373 else
|
adam@0
|
7374 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
adam@0
|
7375 for as_dir in $PATH
|
adam@0
|
7376 do
|
adam@0
|
7377 IFS=$as_save_IFS
|
adam@0
|
7378 test -z "$as_dir" && as_dir=.
|
adam@0
|
7379 for ac_exec_ext in '' $ac_executable_extensions; do
|
adam@0
|
7380 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
adam@0
|
7381 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
|
adam@0
|
7382 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
adam@0
|
7383 break 2
|
adam@0
|
7384 fi
|
adam@0
|
7385 done
|
adam@0
|
7386 done
|
adam@0
|
7387 IFS=$as_save_IFS
|
adam@0
|
7388
|
adam@0
|
7389 fi
|
adam@0
|
7390 fi
|
adam@0
|
7391 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
|
adam@0
|
7392 if test -n "$ac_ct_DSYMUTIL"; then
|
adam@0
|
7393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
|
adam@0
|
7394 $as_echo "$ac_ct_DSYMUTIL" >&6; }
|
adam@0
|
7395 else
|
adam@0
|
7396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
adam@0
|
7397 $as_echo "no" >&6; }
|
adam@0
|
7398 fi
|
adam@0
|
7399
|
adam@0
|
7400 if test "x$ac_ct_DSYMUTIL" = x; then
|
adam@0
|
7401 DSYMUTIL=":"
|
adam@0
|
7402 else
|
adam@0
|
7403 case $cross_compiling:$ac_tool_warned in
|
adam@0
|
7404 yes:)
|
adam@0
|
7405 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
|
adam@0
|
7406 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
|
adam@0
|
7407 ac_tool_warned=yes ;;
|
adam@0
|
7408 esac
|
adam@0
|
7409 DSYMUTIL=$ac_ct_DSYMUTIL
|
adam@0
|
7410 fi
|
adam@0
|
7411 else
|
adam@0
|
7412 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
|
adam@0
|
7413 fi
|
adam@0
|
7414
|
adam@0
|
7415 if test -n "$ac_tool_prefix"; then
|
adam@0
|
7416 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
|
adam@0
|
7417 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
|
adam@0
|
7418 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
adam@0
|
7419 $as_echo_n "checking for $ac_word... " >&6; }
|
adam@47
|
7420 if ${ac_cv_prog_NMEDIT+:} false; then :
|
adam@0
|
7421 $as_echo_n "(cached) " >&6
|
adam@0
|
7422 else
|
adam@0
|
7423 if test -n "$NMEDIT"; then
|
adam@0
|
7424 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
|
adam@0
|
7425 else
|
adam@0
|
7426 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
adam@0
|
7427 for as_dir in $PATH
|
adam@0
|
7428 do
|
adam@0
|
7429 IFS=$as_save_IFS
|
adam@0
|
7430 test -z "$as_dir" && as_dir=.
|
adam@0
|
7431 for ac_exec_ext in '' $ac_executable_extensions; do
|
adam@0
|
7432 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
adam@0
|
7433 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
|
adam@0
|
7434 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
adam@0
|
7435 break 2
|
adam@0
|
7436 fi
|
adam@0
|
7437 done
|
adam@0
|
7438 done
|
adam@0
|
7439 IFS=$as_save_IFS
|
adam@0
|
7440
|
adam@0
|
7441 fi
|
adam@0
|
7442 fi
|
adam@0
|
7443 NMEDIT=$ac_cv_prog_NMEDIT
|
adam@0
|
7444 if test -n "$NMEDIT"; then
|
adam@0
|
7445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
|
adam@0
|
7446 $as_echo "$NMEDIT" >&6; }
|
adam@0
|
7447 else
|
adam@0
|
7448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
adam@0
|
7449 $as_echo "no" >&6; }
|
adam@0
|
7450 fi
|
adam@0
|
7451
|
adam@0
|
7452
|
adam@0
|
7453 fi
|
adam@0
|
7454 if test -z "$ac_cv_prog_NMEDIT"; then
|
adam@0
|
7455 ac_ct_NMEDIT=$NMEDIT
|
adam@0
|
7456 # Extract the first word of "nmedit", so it can be a program name with args.
|
adam@0
|
7457 set dummy nmedit; ac_word=$2
|
adam@0
|
7458 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
adam@0
|
7459 $as_echo_n "checking for $ac_word... " >&6; }
|
adam@47
|
7460 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
|
adam@0
|
7461 $as_echo_n "(cached) " >&6
|
adam@0
|
7462 else
|
adam@0
|
7463 if test -n "$ac_ct_NMEDIT"; then
|
adam@0
|
7464 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
|
adam@0
|
7465 else
|
adam@0
|
7466 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
adam@0
|
7467 for as_dir in $PATH
|
adam@0
|
7468 do
|
adam@0
|
7469 IFS=$as_save_IFS
|
adam@0
|
7470 test -z "$as_dir" && as_dir=.
|
adam@0
|
7471 for ac_exec_ext in '' $ac_executable_extensions; do
|
adam@0
|
7472 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
adam@0
|
7473 ac_cv_prog_ac_ct_NMEDIT="nmedit"
|
adam@0
|
7474 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
adam@0
|
7475 break 2
|
adam@0
|
7476 fi
|
adam@0
|
7477 done
|
adam@0
|
7478 done
|
adam@0
|
7479 IFS=$as_save_IFS
|
adam@0
|
7480
|
adam@0
|
7481 fi
|
adam@0
|
7482 fi
|
adam@0
|
7483 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
|
adam@0
|
7484 if test -n "$ac_ct_NMEDIT"; then
|
adam@0
|
7485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
|
adam@0
|
7486 $as_echo "$ac_ct_NMEDIT" >&6; }
|
adam@0
|
7487 else
|
adam@0
|
7488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
adam@0
|
7489 $as_echo "no" >&6; }
|
adam@0
|
7490 fi
|
adam@0
|
7491
|
adam@0
|
7492 if test "x$ac_ct_NMEDIT" = x; then
|
adam@0
|
7493 NMEDIT=":"
|
adam@0
|
7494 else
|
adam@0
|
7495 case $cross_compiling:$ac_tool_warned in
|
adam@0
|
7496 yes:)
|
adam@0
|
7497 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
|
adam@0
|
7498 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
|
adam@0
|
7499 ac_tool_warned=yes ;;
|
adam@0
|
7500 esac
|
adam@0
|
7501 NMEDIT=$ac_ct_NMEDIT
|
adam@0
|
7502 fi
|
adam@0
|
7503 else
|
adam@0
|
7504 NMEDIT="$ac_cv_prog_NMEDIT"
|
adam@0
|
7505 fi
|
adam@0
|
7506
|
adam@0
|
7507 if test -n "$ac_tool_prefix"; then
|
adam@0
|
7508 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
|
adam@0
|
7509 set dummy ${ac_tool_prefix}lipo; ac_word=$2
|
adam@0
|
7510 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
adam@0
|
7511 $as_echo_n "checking for $ac_word... " >&6; }
|
adam@47
|
7512 if ${ac_cv_prog_LIPO+:} false; then :
|
adam@0
|
7513 $as_echo_n "(cached) " >&6
|
adam@0
|
7514 else
|
adam@0
|
7515 if test -n "$LIPO"; then
|
adam@0
|
7516 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
|
adam@0
|
7517 else
|
adam@0
|
7518 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
adam@0
|
7519 for as_dir in $PATH
|
adam@0
|
7520 do
|
adam@0
|
7521 IFS=$as_save_IFS
|
adam@0
|
7522 test -z "$as_dir" && as_dir=.
|
adam@0
|
7523 for ac_exec_ext in '' $ac_executable_extensions; do
|
adam@0
|
7524 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
adam@0
|
7525 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
|
adam@0
|
7526 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
adam@0
|
7527 break 2
|
adam@0
|
7528 fi
|
adam@0
|
7529 done
|
adam@0
|
7530 done
|
adam@0
|
7531 IFS=$as_save_IFS
|
adam@0
|
7532
|
adam@0
|
7533 fi
|
adam@0
|
7534 fi
|
adam@0
|
7535 LIPO=$ac_cv_prog_LIPO
|
adam@0
|
7536 if test -n "$LIPO"; then
|
adam@0
|
7537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
|
adam@0
|
7538 $as_echo "$LIPO" >&6; }
|
adam@0
|
7539 else
|
adam@0
|
7540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
adam@0
|
7541 $as_echo "no" >&6; }
|
adam@0
|
7542 fi
|
adam@0
|
7543
|
adam@0
|
7544
|
adam@0
|
7545 fi
|
adam@0
|
7546 if test -z "$ac_cv_prog_LIPO"; then
|
adam@0
|
7547 ac_ct_LIPO=$LIPO
|
adam@0
|
7548 # Extract the first word of "lipo", so it can be a program name with args.
|
adam@0
|
7549 set dummy lipo; ac_word=$2
|
adam@0
|
7550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
adam@0
|
7551 $as_echo_n "checking for $ac_word... " >&6; }
|
adam@47
|
7552 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
|
adam@0
|
7553 $as_echo_n "(cached) " >&6
|
adam@0
|
7554 else
|
adam@0
|
7555 if test -n "$ac_ct_LIPO"; then
|
adam@0
|
7556 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
|
adam@0
|
7557 else
|
adam@0
|
7558 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
adam@0
|
7559 for as_dir in $PATH
|
adam@0
|
7560 do
|
adam@0
|
7561 IFS=$as_save_IFS
|
adam@0
|
7562 test -z "$as_dir" && as_dir=.
|
adam@0
|
7563 for ac_exec_ext in '' $ac_executable_extensions; do
|
adam@0
|
7564 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
adam@0
|
7565 ac_cv_prog_ac_ct_LIPO="lipo"
|
adam@0
|
7566 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
adam@0
|
7567 break 2
|
adam@0
|
7568 fi
|
adam@0
|
7569 done
|
adam@0
|
7570 done
|
adam@0
|
7571 IFS=$as_save_IFS
|
adam@0
|
7572
|
adam@0
|
7573 fi
|
adam@0
|
7574 fi
|
adam@0
|
7575 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
|
adam@0
|
7576 if test -n "$ac_ct_LIPO"; then
|
adam@0
|
7577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
|
adam@0
|
7578 $as_echo "$ac_ct_LIPO" >&6; }
|
adam@0
|
7579 else
|
adam@0
|
7580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
adam@0
|
7581 $as_echo "no" >&6; }
|
adam@0
|
7582 fi
|
adam@0
|
7583
|
adam@0
|
7584 if test "x$ac_ct_LIPO" = x; then
|
adam@0
|
7585 LIPO=":"
|
adam@0
|
7586 else
|
adam@0
|
7587 case $cross_compiling:$ac_tool_warned in
|
adam@0
|
7588 yes:)
|
adam@0
|
7589 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
|
adam@0
|
7590 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
|
adam@0
|
7591 ac_tool_warned=yes ;;
|
adam@0
|
7592 esac
|
adam@0
|
7593 LIPO=$ac_ct_LIPO
|
adam@0
|
7594 fi
|
adam@0
|
7595 else
|
adam@0
|
7596 LIPO="$ac_cv_prog_LIPO"
|
adam@0
|
7597 fi
|
adam@0
|
7598
|
adam@0
|
7599 if test -n "$ac_tool_prefix"; then
|
adam@0
|
7600 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
|
adam@0
|
7601 set dummy ${ac_tool_prefix}otool; ac_word=$2
|
adam@0
|
7602 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
adam@0
|
7603 $as_echo_n "checking for $ac_word... " >&6; }
|
adam@47
|
7604 if ${ac_cv_prog_OTOOL+:} false; then :
|
adam@0
|
7605 $as_echo_n "(cached) " >&6
|
adam@0
|
7606 else
|
adam@0
|
7607 if test -n "$OTOOL"; then
|
adam@0
|
7608 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
|
adam@0
|
7609 else
|
adam@0
|
7610 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
adam@0
|
7611 for as_dir in $PATH
|
adam@0
|
7612 do
|
adam@0
|
7613 IFS=$as_save_IFS
|
adam@0
|
7614 test -z "$as_dir" && as_dir=.
|
adam@0
|
7615 for ac_exec_ext in '' $ac_executable_extensions; do
|
adam@0
|
7616 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
adam@0
|
7617 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
|
adam@0
|
7618 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
adam@0
|
7619 break 2
|
adam@0
|
7620 fi
|
adam@0
|
7621 done
|
adam@0
|
7622 done
|
adam@0
|
7623 IFS=$as_save_IFS
|
adam@0
|
7624
|
adam@0
|
7625 fi
|
adam@0
|
7626 fi
|
adam@0
|
7627 OTOOL=$ac_cv_prog_OTOOL
|
adam@0
|
7628 if test -n "$OTOOL"; then
|
adam@0
|
7629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
|
adam@0
|
7630 $as_echo "$OTOOL" >&6; }
|
adam@0
|
7631 else
|
adam@0
|
7632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
adam@0
|
7633 $as_echo "no" >&6; }
|
adam@0
|
7634 fi
|
adam@0
|
7635
|
adam@0
|
7636
|
adam@0
|
7637 fi
|
adam@0
|
7638 if test -z "$ac_cv_prog_OTOOL"; then
|
adam@0
|
7639 ac_ct_OTOOL=$OTOOL
|
adam@0
|
7640 # Extract the first word of "otool", so it can be a program name with args.
|
adam@0
|
7641 set dummy otool; ac_word=$2
|
adam@0
|
7642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
adam@0
|
7643 $as_echo_n "checking for $ac_word... " >&6; }
|
adam@47
|
7644 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
|
adam@0
|
7645 $as_echo_n "(cached) " >&6
|
adam@0
|
7646 else
|
adam@0
|
7647 if test -n "$ac_ct_OTOOL"; then
|
adam@0
|
7648 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
|
adam@0
|
7649 else
|
adam@0
|
7650 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
adam@0
|
7651 for as_dir in $PATH
|
adam@0
|
7652 do
|
adam@0
|
7653 IFS=$as_save_IFS
|
adam@0
|
7654 test -z "$as_dir" && as_dir=.
|
adam@0
|
7655 for ac_exec_ext in '' $ac_executable_extensions; do
|
adam@0
|
7656 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
adam@0
|
7657 ac_cv_prog_ac_ct_OTOOL="otool"
|
adam@0
|
7658 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
adam@0
|
7659 break 2
|
adam@0
|
7660 fi
|
adam@0
|
7661 done
|
adam@0
|
7662 done
|
adam@0
|
7663 IFS=$as_save_IFS
|
adam@0
|
7664
|
adam@0
|
7665 fi
|
adam@0
|
7666 fi
|
adam@0
|
7667 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
|
adam@0
|
7668 if test -n "$ac_ct_OTOOL"; then
|
adam@0
|
7669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
|
adam@0
|
7670 $as_echo "$ac_ct_OTOOL" >&6; }
|
adam@0
|
7671 else
|
adam@0
|
7672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
adam@0
|
7673 $as_echo "no" >&6; }
|
adam@0
|
7674 fi
|
adam@0
|
7675
|
adam@0
|
7676 if test "x$ac_ct_OTOOL" = x; then
|
adam@0
|
7677 OTOOL=":"
|
adam@0
|
7678 else
|
adam@0
|
7679 case $cross_compiling:$ac_tool_warned in
|
adam@0
|
7680 yes:)
|
adam@0
|
7681 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
|
adam@0
|
7682 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
|
adam@0
|
7683 ac_tool_warned=yes ;;
|
adam@0
|
7684 esac
|
adam@0
|
7685 OTOOL=$ac_ct_OTOOL
|
adam@0
|
7686 fi
|
adam@0
|
7687 else
|
adam@0
|
7688 OTOOL="$ac_cv_prog_OTOOL"
|
adam@0
|
7689 fi
|
adam@0
|
7690
|
adam@0
|
7691 if test -n "$ac_tool_prefix"; then
|
adam@0
|
7692 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
|
adam@0
|
7693 set dummy ${ac_tool_prefix}otool64; ac_word=$2
|
adam@0
|
7694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
adam@0
|
7695 $as_echo_n "checking for $ac_word... " >&6; }
|
adam@47
|
7696 if ${ac_cv_prog_OTOOL64+:} false; then :
|
adam@0
|
7697 $as_echo_n "(cached) " >&6
|
adam@0
|
7698 else
|
adam@0
|
7699 if test -n "$OTOOL64"; then
|
adam@0
|
7700 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
|
adam@0
|
7701 else
|
adam@0
|
7702 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
adam@0
|
7703 for as_dir in $PATH
|
adam@0
|
7704 do
|
adam@0
|
7705 IFS=$as_save_IFS
|
adam@0
|
7706 test -z "$as_dir" && as_dir=.
|
adam@0
|
7707 for ac_exec_ext in '' $ac_executable_extensions; do
|
adam@0
|
7708 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
adam@0
|
7709 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
|
adam@0
|
7710 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
adam@0
|
7711 break 2
|
adam@0
|
7712 fi
|
adam@0
|
7713 done
|
adam@0
|
7714 done
|
adam@0
|
7715 IFS=$as_save_IFS
|
adam@0
|
7716
|
adam@0
|
7717 fi
|
adam@0
|
7718 fi
|
adam@0
|
7719 OTOOL64=$ac_cv_prog_OTOOL64
|
adam@0
|
7720 if test -n "$OTOOL64"; then
|
adam@0
|
7721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
|
adam@0
|
7722 $as_echo "$OTOOL64" >&6; }
|
adam@0
|
7723 else
|
adam@0
|
7724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
adam@0
|
7725 $as_echo "no" >&6; }
|
adam@0
|
7726 fi
|
adam@0
|
7727
|
adam@0
|
7728
|
adam@0
|
7729 fi
|
adam@0
|
7730 if test -z "$ac_cv_prog_OTOOL64"; then
|
adam@0
|
7731 ac_ct_OTOOL64=$OTOOL64
|
adam@0
|
7732 # Extract the first word of "otool64", so it can be a program name with args.
|
adam@0
|
7733 set dummy otool64; ac_word=$2
|
adam@0
|
7734 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
adam@0
|
7735 $as_echo_n "checking for $ac_word... " >&6; }
|
adam@47
|
7736 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
|
adam@0
|
7737 $as_echo_n "(cached) " >&6
|
adam@0
|
7738 else
|
adam@0
|
7739 if test -n "$ac_ct_OTOOL64"; then
|
adam@0
|
7740 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
|
adam@0
|
7741 else
|
adam@0
|
7742 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
adam@0
|
7743 for as_dir in $PATH
|
adam@0
|
7744 do
|
adam@0
|
7745 IFS=$as_save_IFS
|
adam@0
|
7746 test -z "$as_dir" && as_dir=.
|
adam@0
|
7747 for ac_exec_ext in '' $ac_executable_extensions; do
|
adam@0
|
7748 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
adam@0
|
7749 ac_cv_prog_ac_ct_OTOOL64="otool64"
|
adam@0
|
7750 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
adam@0
|
7751 break 2
|
adam@0
|
7752 fi
|
adam@0
|
7753 done
|
adam@0
|
7754 done
|
adam@0
|
7755 IFS=$as_save_IFS
|
adam@0
|
7756
|
adam@0
|
7757 fi
|
adam@0
|
7758 fi
|
adam@0
|
7759 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
|
adam@0
|
7760 if test -n "$ac_ct_OTOOL64"; then
|
adam@0
|
7761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
|
adam@0
|
7762 $as_echo "$ac_ct_OTOOL64" >&6; }
|
adam@0
|
7763 else
|
adam@0
|
7764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
adam@0
|
7765 $as_echo "no" >&6; }
|
adam@0
|
7766 fi
|
adam@0
|
7767
|
adam@0
|
7768 if test "x$ac_ct_OTOOL64" = x; then
|
adam@0
|
7769 OTOOL64=":"
|
adam@0
|
7770 else
|
adam@0
|
7771 case $cross_compiling:$ac_tool_warned in
|
adam@0
|
7772 yes:)
|
adam@0
|
7773 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
|
adam@0
|
7774 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
|
adam@0
|
7775 ac_tool_warned=yes ;;
|
adam@0
|
7776 esac
|
adam@0
|
7777 OTOOL64=$ac_ct_OTOOL64
|
adam@0
|
7778 fi
|
adam@0
|
7779 else
|
adam@0
|
7780 OTOOL64="$ac_cv_prog_OTOOL64"
|
adam@0
|
7781 fi
|
adam@0
|
7782
|
adam@0
|
7783
|
adam@0
|
7784
|
adam@0
|
7785
|
adam@0
|
7786
|
adam@0
|
7787
|
adam@0
|
7788
|
adam@0
|
7789
|
adam@0
|
7790
|
adam@0
|
7791
|
adam@0
|
7792
|
adam@0
|
7793
|
adam@0
|
7794
|
adam@0
|
7795
|
adam@0
|
7796
|
adam@0
|
7797
|
adam@0
|
7798
|
adam@0
|
7799
|
adam@0
|
7800
|
adam@0
|
7801
|
adam@0
|
7802
|
adam@0
|
7803
|
adam@0
|
7804
|
adam@0
|
7805
|
adam@0
|
7806
|
adam@0
|
7807
|
adam@0
|
7808
|
adam@0
|
7809 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
|
adam@0
|
7810 $as_echo_n "checking for -single_module linker flag... " >&6; }
|
adam@47
|
7811 if ${lt_cv_apple_cc_single_mod+:} false; then :
|
adam@0
|
7812 $as_echo_n "(cached) " >&6
|
adam@0
|
7813 else
|
adam@0
|
7814 lt_cv_apple_cc_single_mod=no
|
adam@0
|
7815 if test -z "${LT_MULTI_MODULE}"; then
|
adam@0
|
7816 # By default we will add the -single_module flag. You can override
|
adam@0
|
7817 # by either setting the environment variable LT_MULTI_MODULE
|
adam@0
|
7818 # non-empty at configure time, or by adding -multi_module to the
|
adam@0
|
7819 # link flags.
|
adam@0
|
7820 rm -rf libconftest.dylib*
|
adam@0
|
7821 echo "int foo(void){return 1;}" > conftest.c
|
adam@0
|
7822 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
|
adam@0
|
7823 -dynamiclib -Wl,-single_module conftest.c" >&5
|
adam@0
|
7824 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
|
adam@0
|
7825 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
|
adam@0
|
7826 _lt_result=$?
|
adam@0
|
7827 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
|
adam@0
|
7828 lt_cv_apple_cc_single_mod=yes
|
adam@0
|
7829 else
|
adam@0
|
7830 cat conftest.err >&5
|
adam@0
|
7831 fi
|
adam@0
|
7832 rm -rf libconftest.dylib*
|
adam@0
|
7833 rm -f conftest.*
|
adam@0
|
7834 fi
|
adam@0
|
7835 fi
|
adam@0
|
7836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
|
adam@0
|
7837 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
|
adam@0
|
7838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
|
adam@0
|
7839 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
|
adam@47
|
7840 if ${lt_cv_ld_exported_symbols_list+:} false; then :
|
adam@0
|
7841 $as_echo_n "(cached) " >&6
|
adam@0
|
7842 else
|
adam@0
|
7843 lt_cv_ld_exported_symbols_list=no
|
adam@0
|
7844 save_LDFLAGS=$LDFLAGS
|
adam@0
|
7845 echo "_main" > conftest.sym
|
adam@0
|
7846 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
|
adam@0
|
7847 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
adam@0
|
7848 /* end confdefs.h. */
|
adam@0
|
7849
|
adam@0
|
7850 int
|
adam@0
|
7851 main ()
|
adam@0
|
7852 {
|
adam@0
|
7853
|
adam@0
|
7854 ;
|
adam@0
|
7855 return 0;
|
adam@0
|
7856 }
|
adam@0
|
7857 _ACEOF
|
adam@0
|
7858 if ac_fn_c_try_link "$LINENO"; then :
|
adam@0
|
7859 lt_cv_ld_exported_symbols_list=yes
|
adam@0
|
7860 else
|
adam@0
|
7861 lt_cv_ld_exported_symbols_list=no
|
adam@0
|
7862 fi
|
adam@0
|
7863 rm -f core conftest.err conftest.$ac_objext \
|
adam@0
|
7864 conftest$ac_exeext conftest.$ac_ext
|
adam@0
|
7865 LDFLAGS="$save_LDFLAGS"
|
adam@0
|
7866
|
adam@0
|
7867 fi
|
adam@0
|
7868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
|
adam@0
|
7869 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
|
adam@47
|
7870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
|
adam@47
|
7871 $as_echo_n "checking for -force_load linker flag... " >&6; }
|
adam@47
|
7872 if ${lt_cv_ld_force_load+:} false; then :
|
adam@47
|
7873 $as_echo_n "(cached) " >&6
|
adam@47
|
7874 else
|
adam@47
|
7875 lt_cv_ld_force_load=no
|
adam@47
|
7876 cat > conftest.c << _LT_EOF
|
adam@47
|
7877 int forced_loaded() { return 2;}
|
adam@47
|
7878 _LT_EOF
|
adam@47
|
7879 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
|
adam@47
|
7880 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
|
adam@47
|
7881 echo "$AR cru libconftest.a conftest.o" >&5
|
adam@47
|
7882 $AR cru libconftest.a conftest.o 2>&5
|
adam@47
|
7883 echo "$RANLIB libconftest.a" >&5
|
adam@47
|
7884 $RANLIB libconftest.a 2>&5
|
adam@47
|
7885 cat > conftest.c << _LT_EOF
|
adam@47
|
7886 int main() { return 0;}
|
adam@47
|
7887 _LT_EOF
|
adam@47
|
7888 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
|
adam@47
|
7889 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
|
adam@47
|
7890 _lt_result=$?
|
adam@47
|
7891 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
|
adam@47
|
7892 lt_cv_ld_force_load=yes
|
adam@47
|
7893 else
|
adam@47
|
7894 cat conftest.err >&5
|
adam@47
|
7895 fi
|
adam@47
|
7896 rm -f conftest.err libconftest.a conftest conftest.c
|
adam@47
|
7897 rm -rf conftest.dSYM
|
adam@47
|
7898
|
adam@47
|
7899 fi
|
adam@47
|
7900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
|
adam@47
|
7901 $as_echo "$lt_cv_ld_force_load" >&6; }
|
adam@0
|
7902 case $host_os in
|
adam@0
|
7903 rhapsody* | darwin1.[012])
|
adam@0
|
7904 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
|
adam@0
|
7905 darwin1.*)
|
adam@0
|
7906 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
|
adam@0
|
7907 darwin*) # darwin 5.x on
|
adam@0
|
7908 # if running on 10.5 or later, the deployment target defaults
|
adam@0
|
7909 # to the OS version, if on x86, and 10.4, the deployment
|
adam@0
|
7910 # target defaults to 10.4. Don't you love it?
|
adam@0
|
7911 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
|
adam@0
|
7912 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
|
adam@0
|
7913 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
|
adam@0
|
7914 10.[012]*)
|
adam@0
|
7915 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
|
adam@0
|
7916 10.*)
|
adam@0
|
7917 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
|
adam@0
|
7918 esac
|
adam@0
|
7919 ;;
|
adam@0
|
7920 esac
|
adam@0
|
7921 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
|
adam@0
|
7922 _lt_dar_single_mod='$single_module'
|
adam@0
|
7923 fi
|
adam@0
|
7924 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
|
adam@0
|
7925 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
|
adam@0
|
7926 else
|
adam@0
|
7927 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
|
adam@0
|
7928 fi
|
adam@47
|
7929 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
|
adam@0
|
7930 _lt_dsymutil='~$DSYMUTIL $lib || :'
|
adam@0
|
7931 else
|
adam@0
|
7932 _lt_dsymutil=
|
adam@0
|
7933 fi
|
adam@0
|
7934 ;;
|
adam@0
|
7935 esac
|
adam@0
|
7936
|
adam@0
|
7937 for ac_header in dlfcn.h
|
adam@0
|
7938 do :
|
adam@0
|
7939 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
|
adam@0
|
7940 "
|
adam@47
|
7941 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
|
adam@0
|
7942 cat >>confdefs.h <<_ACEOF
|
adam@0
|
7943 #define HAVE_DLFCN_H 1
|
adam@0
|
7944 _ACEOF
|
adam@0
|
7945
|
adam@0
|
7946 fi
|
adam@0
|
7947
|
adam@0
|
7948 done
|
adam@0
|
7949
|
adam@0
|
7950
|
adam@0
|
7951
|
adam@47
|
7952
|
adam@47
|
7953
|
adam@0
|
7954 # Set options
|
adam@0
|
7955
|
adam@0
|
7956
|
adam@0
|
7957
|
adam@0
|
7958 enable_dlopen=no
|
adam@0
|
7959
|
adam@0
|
7960
|
adam@0
|
7961 enable_win32_dll=no
|
adam@0
|
7962
|
adam@0
|
7963
|
adam@0
|
7964 # Check whether --enable-shared was given.
|
adam@0
|
7965 if test "${enable_shared+set}" = set; then :
|
adam@0
|
7966 enableval=$enable_shared; p=${PACKAGE-default}
|
adam@0
|
7967 case $enableval in
|
adam@0
|
7968 yes) enable_shared=yes ;;
|
adam@0
|
7969 no) enable_shared=no ;;
|
adam@0
|
7970 *)
|
adam@0
|
7971 enable_shared=no
|
adam@0
|
7972 # Look at the argument we got. We use all the common list separators.
|
adam@0
|
7973 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
|
adam@0
|
7974 for pkg in $enableval; do
|
adam@0
|
7975 IFS="$lt_save_ifs"
|
adam@0
|
7976 if test "X$pkg" = "X$p"; then
|
adam@0
|
7977 enable_shared=yes
|
adam@0
|
7978 fi
|
adam@0
|
7979 done
|
adam@0
|
7980 IFS="$lt_save_ifs"
|
adam@0
|
7981 ;;
|
adam@0
|
7982 esac
|
adam@0
|
7983 else
|
adam@0
|
7984 enable_shared=yes
|
adam@0
|
7985 fi
|
adam@0
|
7986
|
adam@0
|
7987
|
adam@0
|
7988
|
adam@0
|
7989
|
adam@0
|
7990
|
adam@0
|
7991
|
adam@0
|
7992
|
adam@0
|
7993
|
adam@0
|
7994
|
adam@0
|
7995 # Check whether --enable-static was given.
|
adam@0
|
7996 if test "${enable_static+set}" = set; then :
|
adam@0
|
7997 enableval=$enable_static; p=${PACKAGE-default}
|
adam@0
|
7998 case $enableval in
|
adam@0
|
7999 yes) enable_static=yes ;;
|
adam@0
|
8000 no) enable_static=no ;;
|
adam@0
|
8001 *)
|
adam@0
|
8002 enable_static=no
|
adam@0
|
8003 # Look at the argument we got. We use all the common list separators.
|
adam@0
|
8004 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
|
adam@0
|
8005 for pkg in $enableval; do
|
adam@0
|
8006 IFS="$lt_save_ifs"
|
adam@0
|
8007 if test "X$pkg" = "X$p"; then
|
adam@0
|
8008 enable_static=yes
|
adam@0
|
8009 fi
|
adam@0
|
8010 done
|
adam@0
|
8011 IFS="$lt_save_ifs"
|
adam@0
|
8012 ;;
|
adam@0
|
8013 esac
|
adam@0
|
8014 else
|
adam@0
|
8015 enable_static=yes
|
adam@0
|
8016 fi
|
adam@0
|
8017
|
adam@0
|
8018
|
adam@0
|
8019
|
adam@0
|
8020
|
adam@0
|
8021
|
adam@0
|
8022
|
adam@0
|
8023
|
adam@0
|
8024
|
adam@0
|
8025
|
adam@0
|
8026
|
adam@0
|
8027 # Check whether --with-pic was given.
|
adam@0
|
8028 if test "${with_pic+set}" = set; then :
|
adam@0
|
8029 withval=$with_pic; pic_mode="$withval"
|
adam@0
|
8030 else
|
adam@0
|
8031 pic_mode=default
|
adam@0
|
8032 fi
|
adam@0
|
8033
|
adam@0
|
8034
|
adam@0
|
8035 test -z "$pic_mode" && pic_mode=default
|
adam@0
|
8036
|
adam@0
|
8037
|
adam@0
|
8038
|
adam@0
|
8039
|
adam@0
|
8040
|
adam@0
|
8041
|
adam@0
|
8042
|
adam@0
|
8043 # Check whether --enable-fast-install was given.
|
adam@0
|
8044 if test "${enable_fast_install+set}" = set; then :
|
adam@0
|
8045 enableval=$enable_fast_install; p=${PACKAGE-default}
|
adam@0
|
8046 case $enableval in
|
adam@0
|
8047 yes) enable_fast_install=yes ;;
|
adam@0
|
8048 no) enable_fast_install=no ;;
|
adam@0
|
8049 *)
|
adam@0
|
8050 enable_fast_install=no
|
adam@0
|
8051 # Look at the argument we got. We use all the common list separators.
|
adam@0
|
8052 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
|
adam@0
|
8053 for pkg in $enableval; do
|
adam@0
|
8054 IFS="$lt_save_ifs"
|
adam@0
|
8055 if test "X$pkg" = "X$p"; then
|
adam@0
|
8056 enable_fast_install=yes
|
adam@0
|
8057 fi
|
adam@0
|
8058 done
|
adam@0
|
8059 IFS="$lt_save_ifs"
|
adam@0
|
8060 ;;
|
adam@0
|
8061 esac
|
adam@0
|
8062 else
|
adam@0
|
8063 enable_fast_install=yes
|
adam@0
|
8064 fi
|
adam@0
|
8065
|
adam@0
|
8066
|
adam@0
|
8067
|
adam@0
|
8068
|
adam@0
|
8069
|
adam@0
|
8070
|
adam@0
|
8071
|
adam@0
|
8072
|
adam@0
|
8073
|
adam@0
|
8074
|
adam@0
|
8075
|
adam@0
|
8076 # This can be used to rebuild libtool when needed
|
adam@0
|
8077 LIBTOOL_DEPS="$ltmain"
|
adam@0
|
8078
|
adam@0
|
8079 # Always use our own libtool.
|
adam@0
|
8080 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
adam@0
|
8081
|
adam@0
|
8082
|
adam@0
|
8083
|
adam@0
|
8084
|
adam@0
|
8085
|
adam@0
|
8086
|
adam@0
|
8087
|
adam@0
|
8088
|
adam@0
|
8089
|
adam@0
|
8090
|
adam@0
|
8091
|
adam@0
|
8092
|
adam@0
|
8093
|
adam@0
|
8094
|
adam@0
|
8095
|
adam@0
|
8096
|
adam@0
|
8097
|
adam@0
|
8098
|
adam@0
|
8099
|
adam@0
|
8100
|
adam@0
|
8101
|
adam@0
|
8102
|
adam@0
|
8103
|
adam@0
|
8104
|
adam@0
|
8105
|
adam@47
|
8106
|
adam@0
|
8107 test -z "$LN_S" && LN_S="ln -s"
|
adam@0
|
8108
|
adam@0
|
8109
|
adam@0
|
8110
|
adam@0
|
8111
|
adam@0
|
8112
|
adam@0
|
8113
|
adam@0
|
8114
|
adam@0
|
8115
|
adam@0
|
8116
|
adam@0
|
8117
|
adam@0
|
8118
|
adam@0
|
8119
|
adam@0
|
8120
|
adam@0
|
8121
|
adam@0
|
8122 if test -n "${ZSH_VERSION+set}" ; then
|
adam@0
|
8123 setopt NO_GLOB_SUBST
|
adam@0
|
8124 fi
|
adam@0
|
8125
|
adam@0
|
8126 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
|
adam@0
|
8127 $as_echo_n "checking for objdir... " >&6; }
|
adam@47
|
8128 if ${lt_cv_objdir+:} false; then :
|
adam@0
|
8129 $as_echo_n "(cached) " >&6
|
adam@0
|
8130 else
|
adam@0
|
8131 rm -f .libs 2>/dev/null
|
adam@0
|
8132 mkdir .libs 2>/dev/null
|
adam@0
|
8133 if test -d .libs; then
|
adam@0
|
8134 lt_cv_objdir=.libs
|
adam@0
|
8135 else
|
adam@0
|
8136 # MS-DOS does not allow filenames that begin with a dot.
|
adam@0
|
8137 lt_cv_objdir=_libs
|
adam@0
|
8138 fi
|
adam@0
|
8139 rmdir .libs 2>/dev/null
|
adam@0
|
8140 fi
|
adam@0
|
8141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
|
adam@0
|
8142 $as_echo "$lt_cv_objdir" >&6; }
|
adam@0
|
8143 objdir=$lt_cv_objdir
|
adam@0
|
8144
|
adam@0
|
8145
|
adam@0
|
8146
|
adam@0
|
8147
|
adam@0
|
8148
|
adam@0
|
8149 cat >>confdefs.h <<_ACEOF
|
adam@0
|
8150 #define LT_OBJDIR "$lt_cv_objdir/"
|
adam@0
|
8151 _ACEOF
|
adam@0
|
8152
|
adam@0
|
8153
|
adam@0
|
8154
|
adam@0
|
8155
|
adam@0
|
8156 case $host_os in
|
adam@0
|
8157 aix3*)
|
adam@0
|
8158 # AIX sometimes has problems with the GCC collect2 program. For some
|
adam@0
|
8159 # reason, if we set the COLLECT_NAMES environment variable, the problems
|
adam@0
|
8160 # vanish in a puff of smoke.
|
adam@0
|
8161 if test "X${COLLECT_NAMES+set}" != Xset; then
|
adam@0
|
8162 COLLECT_NAMES=
|
adam@0
|
8163 export COLLECT_NAMES
|
adam@0
|
8164 fi
|
adam@0
|
8165 ;;
|
adam@0
|
8166 esac
|
adam@0
|
8167
|
adam@0
|
8168 # Global variables:
|
adam@0
|
8169 ofile=libtool
|
adam@0
|
8170 can_build_shared=yes
|
adam@0
|
8171
|
adam@0
|
8172 # All known linkers require a `.a' archive for static linking (except MSVC,
|
adam@0
|
8173 # which needs '.lib').
|
adam@0
|
8174 libext=a
|
adam@0
|
8175
|
adam@0
|
8176 with_gnu_ld="$lt_cv_prog_gnu_ld"
|
adam@0
|
8177
|
adam@0
|
8178 old_CC="$CC"
|
adam@0
|
8179 old_CFLAGS="$CFLAGS"
|
adam@0
|
8180
|
adam@0
|
8181 # Set sane defaults for various variables
|
adam@0
|
8182 test -z "$CC" && CC=cc
|
adam@0
|
8183 test -z "$LTCC" && LTCC=$CC
|
adam@0
|
8184 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
|
adam@0
|
8185 test -z "$LD" && LD=ld
|
adam@0
|
8186 test -z "$ac_objext" && ac_objext=o
|
adam@0
|
8187
|
adam@0
|
8188 for cc_temp in $compiler""; do
|
adam@0
|
8189 case $cc_temp in
|
adam@0
|
8190 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
|
adam@0
|
8191 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
|
adam@0
|
8192 \-*) ;;
|
adam@0
|
8193 *) break;;
|
adam@0
|
8194 esac
|
adam@0
|
8195 done
|
adam@47
|
8196 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
|
adam@0
|
8197
|
adam@0
|
8198
|
adam@0
|
8199 # Only perform the check for file, if the check method requires it
|
adam@0
|
8200 test -z "$MAGIC_CMD" && MAGIC_CMD=file
|
adam@0
|
8201 case $deplibs_check_method in
|
adam@0
|
8202 file_magic*)
|
adam@0
|
8203 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
|
adam@0
|
8204 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
|
adam@0
|
8205 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
|
adam@47
|
8206 if ${lt_cv_path_MAGIC_CMD+:} false; then :
|
adam@0
|
8207 $as_echo_n "(cached) " >&6
|
adam@0
|
8208 else
|
adam@0
|
8209 case $MAGIC_CMD in
|
adam@0
|
8210 [\\/*] | ?:[\\/]*)
|
adam@0
|
8211 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
|
adam@0
|
8212 ;;
|
adam@0
|
8213 *)
|
adam@0
|
8214 lt_save_MAGIC_CMD="$MAGIC_CMD"
|
adam@0
|
8215 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
|
adam@0
|
8216 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
|
adam@0
|
8217 for ac_dir in $ac_dummy; do
|
adam@0
|
8218 IFS="$lt_save_ifs"
|
adam@0
|
8219 test -z "$ac_dir" && ac_dir=.
|
adam@0
|
8220 if test -f $ac_dir/${ac_tool_prefix}file; then
|
adam@0
|
8221 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
|
adam@0
|
8222 if test -n "$file_magic_test_file"; then
|
adam@0
|
8223 case $deplibs_check_method in
|
adam@0
|
8224 "file_magic "*)
|
adam@0
|
8225 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
|
adam@0
|
8226 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
|
adam@0
|
8227 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
|
adam@0
|
8228 $EGREP "$file_magic_regex" > /dev/null; then
|
adam@0
|
8229 :
|
adam@0
|
8230 else
|
adam@0
|
8231 cat <<_LT_EOF 1>&2
|
adam@0
|
8232
|
adam@0
|
8233 *** Warning: the command libtool uses to detect shared libraries,
|
adam@0
|
8234 *** $file_magic_cmd, produces output that libtool cannot recognize.
|
adam@0
|
8235 *** The result is that libtool may fail to recognize shared libraries
|
adam@0
|
8236 *** as such. This will affect the creation of libtool libraries that
|
adam@0
|
8237 *** depend on shared libraries, but programs linked with such libtool
|
adam@0
|
8238 *** libraries will work regardless of this problem. Nevertheless, you
|
adam@0
|
8239 *** may want to report the problem to your system manager and/or to
|
adam@0
|
8240 *** bug-libtool@gnu.org
|
adam@0
|
8241
|
adam@0
|
8242 _LT_EOF
|
adam@0
|
8243 fi ;;
|
adam@0
|
8244 esac
|
adam@0
|
8245 fi
|
adam@0
|
8246 break
|
adam@0
|
8247 fi
|
adam@0
|
8248 done
|
adam@0
|
8249 IFS="$lt_save_ifs"
|
adam@0
|
8250 MAGIC_CMD="$lt_save_MAGIC_CMD"
|
adam@0
|
8251 ;;
|
adam@0
|
8252 esac
|
adam@0
|
8253 fi
|
adam@0
|
8254
|
adam@0
|
8255 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
|
adam@0
|
8256 if test -n "$MAGIC_CMD"; then
|
adam@0
|
8257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
|
adam@0
|
8258 $as_echo "$MAGIC_CMD" >&6; }
|
adam@0
|
8259 else
|
adam@0
|
8260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
adam@0
|
8261 $as_echo "no" >&6; }
|
adam@0
|
8262 fi
|
adam@0
|
8263
|
adam@0
|
8264
|
adam@0
|
8265
|
adam@0
|
8266
|
adam@0
|
8267
|
adam@0
|
8268 if test -z "$lt_cv_path_MAGIC_CMD"; then
|
adam@0
|
8269 if test -n "$ac_tool_prefix"; then
|
adam@0
|
8270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
|
adam@0
|
8271 $as_echo_n "checking for file... " >&6; }
|
adam@47
|
8272 if ${lt_cv_path_MAGIC_CMD+:} false; then :
|
adam@0
|
8273 $as_echo_n "(cached) " >&6
|
adam@0
|
8274 else
|
adam@0
|
8275 case $MAGIC_CMD in
|
adam@0
|
8276 [\\/*] | ?:[\\/]*)
|
adam@0
|
8277 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
|
adam@0
|
8278 ;;
|
adam@0
|
8279 *)
|
adam@0
|
8280 lt_save_MAGIC_CMD="$MAGIC_CMD"
|
adam@0
|
8281 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
|
adam@0
|
8282 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
|
adam@0
|
8283 for ac_dir in $ac_dummy; do
|
adam@0
|
8284 IFS="$lt_save_ifs"
|
adam@0
|
8285 test -z "$ac_dir" && ac_dir=.
|
adam@0
|
8286 if test -f $ac_dir/file; then
|
adam@0
|
8287 lt_cv_path_MAGIC_CMD="$ac_dir/file"
|
adam@0
|
8288 if test -n "$file_magic_test_file"; then
|
adam@0
|
8289 case $deplibs_check_method in
|
adam@0
|
8290 "file_magic "*)
|
adam@0
|
8291 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
|
adam@0
|
8292 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
|
adam@0
|
8293 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
|
adam@0
|
8294 $EGREP "$file_magic_regex" > /dev/null; then
|
adam@0
|
8295 :
|
adam@0
|
8296 else
|
adam@0
|
8297 cat <<_LT_EOF 1>&2
|
adam@0
|
8298
|
adam@0
|
8299 *** Warning: the command libtool uses to detect shared libraries,
|
adam@0
|
8300 *** $file_magic_cmd, produces output that libtool cannot recognize.
|
adam@0
|
8301 *** The result is that libtool may fail to recognize shared libraries
|
adam@0
|
8302 *** as such. This will affect the creation of libtool libraries that
|
adam@0
|
8303 *** depend on shared libraries, but programs linked with such libtool
|
adam@0
|
8304 *** libraries will work regardless of this problem. Nevertheless, you
|
adam@0
|
8305 *** may want to report the problem to your system manager and/or to
|
adam@0
|
8306 *** bug-libtool@gnu.org
|
adam@0
|
8307
|
adam@0
|
8308 _LT_EOF
|
adam@0
|
8309 fi ;;
|
adam@0
|
8310 esac
|
adam@0
|
8311 fi
|
adam@0
|
8312 break
|
adam@0
|
8313 fi
|
adam@0
|
8314 done
|
adam@0
|
8315 IFS="$lt_save_ifs"
|
adam@0
|
8316 MAGIC_CMD="$lt_save_MAGIC_CMD"
|
adam@0
|
8317 ;;
|
adam@0
|
8318 esac
|
adam@0
|
8319 fi
|
adam@0
|
8320
|
adam@0
|
8321 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
|
adam@0
|
8322 if test -n "$MAGIC_CMD"; then
|
adam@0
|
8323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
|
adam@0
|
8324 $as_echo "$MAGIC_CMD" >&6; }
|
adam@0
|
8325 else
|
adam@0
|
8326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
adam@0
|
8327 $as_echo "no" >&6; }
|
adam@0
|
8328 fi
|
adam@0
|
8329
|
adam@0
|
8330
|
adam@0
|
8331 else
|
adam@0
|
8332 MAGIC_CMD=:
|
adam@0
|
8333 fi
|
adam@0
|
8334 fi
|
adam@0
|
8335
|
adam@0
|
8336 fi
|
adam@0
|
8337 ;;
|
adam@0
|
8338 esac
|
adam@0
|
8339
|
adam@0
|
8340 # Use C for the default configuration in the libtool script
|
adam@0
|
8341
|
adam@0
|
8342 lt_save_CC="$CC"
|
adam@0
|
8343 ac_ext=c
|
adam@0
|
8344 ac_cpp='$CPP $CPPFLAGS'
|
adam@0
|
8345 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
adam@0
|
8346 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
adam@0
|
8347 ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
adam@0
|
8348
|
adam@0
|
8349
|
adam@0
|
8350 # Source file extension for C test sources.
|
adam@0
|
8351 ac_ext=c
|
adam@0
|
8352
|
adam@0
|
8353 # Object file extension for compiled C test sources.
|
adam@0
|
8354 objext=o
|
adam@0
|
8355 objext=$objext
|
adam@0
|
8356
|
adam@0
|
8357 # Code to be used in simple compile tests
|
adam@0
|
8358 lt_simple_compile_test_code="int some_variable = 0;"
|
adam@0
|
8359
|
adam@0
|
8360 # Code to be used in simple link tests
|
adam@0
|
8361 lt_simple_link_test_code='int main(){return(0);}'
|
adam@0
|
8362
|
adam@0
|
8363
|
adam@0
|
8364
|
adam@0
|
8365
|
adam@0
|
8366
|
adam@0
|
8367
|
adam@0
|
8368
|
adam@0
|
8369 # If no C compiler was specified, use CC.
|
adam@0
|
8370 LTCC=${LTCC-"$CC"}
|
adam@0
|
8371
|
adam@0
|
8372 # If no C compiler flags were specified, use CFLAGS.
|
adam@0
|
8373 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
|
adam@0
|
8374
|
adam@0
|
8375 # Allow CC to be a program name with arguments.
|
adam@0
|
8376 compiler=$CC
|
adam@0
|
8377
|
adam@0
|
8378 # Save the default compiler, since it gets overwritten when the other
|
adam@0
|
8379 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
|
adam@0
|
8380 compiler_DEFAULT=$CC
|
adam@0
|
8381
|
adam@0
|
8382 # save warnings/boilerplate of simple test code
|
adam@0
|
8383 ac_outfile=conftest.$ac_objext
|
adam@0
|
8384 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
|
adam@0
|
8385 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
|
adam@0
|
8386 _lt_compiler_boilerplate=`cat conftest.err`
|
adam@0
|
8387 $RM conftest*
|
adam@0
|
8388
|
adam@0
|
8389 ac_outfile=conftest.$ac_objext
|
adam@0
|
8390 echo "$lt_simple_link_test_code" >conftest.$ac_ext
|
adam@0
|
8391 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
|
adam@0
|
8392 _lt_linker_boilerplate=`cat conftest.err`
|
adam@0
|
8393 $RM -r conftest*
|
adam@0
|
8394
|
adam@0
|
8395
|
adam@0
|
8396 ## CAVEAT EMPTOR:
|
adam@0
|
8397 ## There is no encapsulation within the following macros, do not change
|
adam@0
|
8398 ## the running order or otherwise move them around unless you know exactly
|
adam@0
|
8399 ## what you are doing...
|
adam@0
|
8400 if test -n "$compiler"; then
|
adam@0
|
8401
|
adam@0
|
8402 lt_prog_compiler_no_builtin_flag=
|
adam@0
|
8403
|
adam@0
|
8404 if test "$GCC" = yes; then
|
adam@47
|
8405 case $cc_basename in
|
adam@47
|
8406 nvcc*)
|
adam@47
|
8407 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
|
adam@47
|
8408 *)
|
adam@47
|
8409 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
|
adam@47
|
8410 esac
|
adam@0
|
8411
|
adam@0
|
8412 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
|
adam@0
|
8413 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
|
adam@47
|
8414 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
|
adam@0
|
8415 $as_echo_n "(cached) " >&6
|
adam@0
|
8416 else
|
adam@0
|
8417 lt_cv_prog_compiler_rtti_exceptions=no
|
adam@0
|
8418 ac_outfile=conftest.$ac_objext
|
adam@0
|
8419 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
|
adam@0
|
8420 lt_compiler_flag="-fno-rtti -fno-exceptions"
|
adam@0
|
8421 # Insert the option either (1) after the last *FLAGS variable, or
|
adam@0
|
8422 # (2) before a word containing "conftest.", or (3) at the end.
|
adam@0
|
8423 # Note that $ac_compile itself does not contain backslashes and begins
|
adam@0
|
8424 # with a dollar sign (not a hyphen), so the echo should work correctly.
|
adam@0
|
8425 # The option is referenced via a variable to avoid confusing sed.
|
adam@0
|
8426 lt_compile=`echo "$ac_compile" | $SED \
|
adam@0
|
8427 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
adam@0
|
8428 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
adam@0
|
8429 -e 's:$: $lt_compiler_flag:'`
|
adam@47
|
8430 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
|
adam@0
|
8431 (eval "$lt_compile" 2>conftest.err)
|
adam@0
|
8432 ac_status=$?
|
adam@0
|
8433 cat conftest.err >&5
|
adam@47
|
8434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
adam@0
|
8435 if (exit $ac_status) && test -s "$ac_outfile"; then
|
adam@0
|
8436 # The compiler can only warn and ignore the option if not recognized
|
adam@0
|
8437 # So say no if there are warnings other than the usual output.
|
adam@47
|
8438 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
|
adam@0
|
8439 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
|
adam@0
|
8440 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
|
adam@0
|
8441 lt_cv_prog_compiler_rtti_exceptions=yes
|
adam@0
|
8442 fi
|
adam@0
|
8443 fi
|
adam@0
|
8444 $RM conftest*
|
adam@0
|
8445
|
adam@0
|
8446 fi
|
adam@0
|
8447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
|
adam@0
|
8448 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
|
adam@0
|
8449
|
adam@0
|
8450 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
|
adam@0
|
8451 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
|
adam@0
|
8452 else
|
adam@0
|
8453 :
|
adam@0
|
8454 fi
|
adam@0
|
8455
|
adam@0
|
8456 fi
|
adam@0
|
8457
|
adam@0
|
8458
|
adam@0
|
8459
|
adam@0
|
8460
|
adam@0
|
8461
|
adam@0
|
8462
|
adam@0
|
8463 lt_prog_compiler_wl=
|
adam@0
|
8464 lt_prog_compiler_pic=
|
adam@0
|
8465 lt_prog_compiler_static=
|
adam@0
|
8466
|
adam@0
|
8467
|
adam@0
|
8468 if test "$GCC" = yes; then
|
adam@0
|
8469 lt_prog_compiler_wl='-Wl,'
|
adam@0
|
8470 lt_prog_compiler_static='-static'
|
adam@0
|
8471
|
adam@0
|
8472 case $host_os in
|
adam@0
|
8473 aix*)
|
adam@0
|
8474 # All AIX code is PIC.
|
adam@0
|
8475 if test "$host_cpu" = ia64; then
|
adam@0
|
8476 # AIX 5 now supports IA64 processor
|
adam@0
|
8477 lt_prog_compiler_static='-Bstatic'
|
adam@0
|
8478 fi
|
adam@0
|
8479 ;;
|
adam@0
|
8480
|
adam@0
|
8481 amigaos*)
|
adam@0
|
8482 case $host_cpu in
|
adam@0
|
8483 powerpc)
|
adam@0
|
8484 # see comment about AmigaOS4 .so support
|
adam@0
|
8485 lt_prog_compiler_pic='-fPIC'
|
adam@0
|
8486 ;;
|
adam@0
|
8487 m68k)
|
adam@0
|
8488 # FIXME: we need at least 68020 code to build shared libraries, but
|
adam@0
|
8489 # adding the `-m68020' flag to GCC prevents building anything better,
|
adam@0
|
8490 # like `-m68040'.
|
adam@0
|
8491 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
|
adam@0
|
8492 ;;
|
adam@0
|
8493 esac
|
adam@0
|
8494 ;;
|
adam@0
|
8495
|
adam@0
|
8496 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
|
adam@0
|
8497 # PIC is the default for these OSes.
|
adam@0
|
8498 ;;
|
adam@0
|
8499
|
adam@0
|
8500 mingw* | cygwin* | pw32* | os2* | cegcc*)
|
adam@0
|
8501 # This hack is so that the source file can tell whether it is being
|
adam@0
|
8502 # built for inclusion in a dll (and should export symbols for example).
|
adam@0
|
8503 # Although the cygwin gcc ignores -fPIC, still need this for old-style
|
adam@0
|
8504 # (--disable-auto-import) libraries
|
adam@0
|
8505 lt_prog_compiler_pic='-DDLL_EXPORT'
|
adam@0
|
8506 ;;
|
adam@0
|
8507
|
adam@0
|
8508 darwin* | rhapsody*)
|
adam@0
|
8509 # PIC is the default on this platform
|
adam@0
|
8510 # Common symbols not allowed in MH_DYLIB files
|
adam@0
|
8511 lt_prog_compiler_pic='-fno-common'
|
adam@0
|
8512 ;;
|
adam@0
|
8513
|
adam@47
|
8514 haiku*)
|
adam@47
|
8515 # PIC is the default for Haiku.
|
adam@47
|
8516 # The "-static" flag exists, but is broken.
|
adam@47
|
8517 lt_prog_compiler_static=
|
adam@47
|
8518 ;;
|
adam@47
|
8519
|
adam@0
|
8520 hpux*)
|
adam@0
|
8521 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
|
adam@0
|
8522 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
|
adam@0
|
8523 # sets the default TLS model and affects inlining.
|
adam@0
|
8524 case $host_cpu in
|
adam@0
|
8525 hppa*64*)
|
adam@0
|
8526 # +Z the default
|
adam@0
|
8527 ;;
|
adam@0
|
8528 *)
|
adam@0
|
8529 lt_prog_compiler_pic='-fPIC'
|
adam@0
|
8530 ;;
|
adam@0
|
8531 esac
|
adam@0
|
8532 ;;
|
adam@0
|
8533
|
adam@0
|
8534 interix[3-9]*)
|
adam@0
|
8535 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
|
adam@0
|
8536 # Instead, we relocate shared libraries at runtime.
|
adam@0
|
8537 ;;
|
adam@0
|
8538
|
adam@0
|
8539 msdosdjgpp*)
|
adam@0
|
8540 # Just because we use GCC doesn't mean we suddenly get shared libraries
|
adam@0
|
8541 # on systems that don't support them.
|
adam@0
|
8542 lt_prog_compiler_can_build_shared=no
|
adam@0
|
8543 enable_shared=no
|
adam@0
|
8544 ;;
|
adam@0
|
8545
|
adam@0
|
8546 *nto* | *qnx*)
|
adam@0
|
8547 # QNX uses GNU C++, but need to define -shared option too, otherwise
|
adam@0
|
8548 # it will coredump.
|
adam@0
|
8549 lt_prog_compiler_pic='-fPIC -shared'
|
adam@0
|
8550 ;;
|
adam@0
|
8551
|
adam@0
|
8552 sysv4*MP*)
|
adam@0
|
8553 if test -d /usr/nec; then
|
adam@0
|
8554 lt_prog_compiler_pic=-Kconform_pic
|
adam@0
|
8555 fi
|
adam@0
|
8556 ;;
|
adam@0
|
8557
|
adam@0
|
8558 *)
|
adam@0
|
8559 lt_prog_compiler_pic='-fPIC'
|
adam@0
|
8560 ;;
|
adam@0
|
8561 esac
|
adam@47
|
8562
|
adam@47
|
8563 case $cc_basename in
|
adam@47
|
8564 nvcc*) # Cuda Compiler Driver 2.2
|
adam@47
|
8565 lt_prog_compiler_wl='-Xlinker '
|
adam@47
|
8566 lt_prog_compiler_pic='-Xcompiler -fPIC'
|
adam@47
|
8567 ;;
|
adam@47
|
8568 esac
|
adam@0
|
8569 else
|
adam@0
|
8570 # PORTME Check for flag to pass linker flags through the system compiler.
|
adam@0
|
8571 case $host_os in
|
adam@0
|
8572 aix*)
|
adam@0
|
8573 lt_prog_compiler_wl='-Wl,'
|
adam@0
|
8574 if test "$host_cpu" = ia64; then
|
adam@0
|
8575 # AIX 5 now supports IA64 processor
|
adam@0
|
8576 lt_prog_compiler_static='-Bstatic'
|
adam@0
|
8577 else
|
adam@0
|
8578 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
|
adam@0
|
8579 fi
|
adam@0
|
8580 ;;
|
adam@0
|
8581
|
adam@0
|
8582 mingw* | cygwin* | pw32* | os2* | cegcc*)
|
adam@0
|
8583 # This hack is so that the source file can tell whether it is being
|
adam@0
|
8584 # built for inclusion in a dll (and should export symbols for example).
|
adam@0
|
8585 lt_prog_compiler_pic='-DDLL_EXPORT'
|
adam@0
|
8586 ;;
|
adam@0
|
8587
|
adam@0
|
8588 hpux9* | hpux10* | hpux11*)
|
adam@0
|
8589 lt_prog_compiler_wl='-Wl,'
|
adam@0
|
8590 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
|
adam@0
|
8591 # not for PA HP-UX.
|
adam@0
|
8592 case $host_cpu in
|
adam@0
|
8593 hppa*64*|ia64*)
|
adam@0
|
8594 # +Z the default
|
adam@0
|
8595 ;;
|
adam@0
|
8596 *)
|
adam@0
|
8597 lt_prog_compiler_pic='+Z'
|
adam@0
|
8598 ;;
|
adam@0
|
8599 esac
|
adam@0
|
8600 # Is there a better lt_prog_compiler_static that works with the bundled CC?
|
adam@0
|
8601 lt_prog_compiler_static='${wl}-a ${wl}archive'
|
adam@0
|
8602 ;;
|
adam@0
|
8603
|
adam@0
|
8604 irix5* | irix6* | nonstopux*)
|
adam@0
|
8605 lt_prog_compiler_wl='-Wl,'
|
adam@0
|
8606 # PIC (with -KPIC) is the default.
|
adam@0
|
8607 lt_prog_compiler_static='-non_shared'
|
adam@0
|
8608 ;;
|
adam@0
|
8609
|
adam@0
|
8610 linux* | k*bsd*-gnu | kopensolaris*-gnu)
|
adam@0
|
8611 case $cc_basename in
|
adam@0
|
8612 # old Intel for x86_64 which still supported -KPIC.
|
adam@0
|
8613 ecc*)
|
adam@0
|
8614 lt_prog_compiler_wl='-Wl,'
|
adam@0
|
8615 lt_prog_compiler_pic='-KPIC'
|
adam@0
|
8616 lt_prog_compiler_static='-static'
|
adam@0
|
8617 ;;
|
adam@0
|
8618 # icc used to be incompatible with GCC.
|
adam@0
|
8619 # ICC 10 doesn't accept -KPIC any more.
|
adam@0
|
8620 icc* | ifort*)
|
adam@0
|
8621 lt_prog_compiler_wl='-Wl,'
|
adam@0
|
8622 lt_prog_compiler_pic='-fPIC'
|
adam@0
|
8623 lt_prog_compiler_static='-static'
|
adam@0
|
8624 ;;
|
adam@0
|
8625 # Lahey Fortran 8.1.
|
adam@0
|
8626 lf95*)
|
adam@0
|
8627 lt_prog_compiler_wl='-Wl,'
|
adam@0
|
8628 lt_prog_compiler_pic='--shared'
|
adam@0
|
8629 lt_prog_compiler_static='--static'
|
adam@0
|
8630 ;;
|
adam@47
|
8631 nagfor*)
|
adam@47
|
8632 # NAG Fortran compiler
|
adam@47
|
8633 lt_prog_compiler_wl='-Wl,-Wl,,'
|
adam@47
|
8634 lt_prog_compiler_pic='-PIC'
|
adam@47
|
8635 lt_prog_compiler_static='-Bstatic'
|
adam@47
|
8636 ;;
|
adam@47
|
8637 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
|
adam@0
|
8638 # Portland Group compilers (*not* the Pentium gcc compiler,
|
adam@0
|
8639 # which looks to be a dead project)
|
adam@0
|
8640 lt_prog_compiler_wl='-Wl,'
|
adam@0
|
8641 lt_prog_compiler_pic='-fpic'
|
adam@0
|
8642 lt_prog_compiler_static='-Bstatic'
|
adam@0
|
8643 ;;
|
adam@0
|
8644 ccc*)
|
adam@0
|
8645 lt_prog_compiler_wl='-Wl,'
|
adam@0
|
8646 # All Alpha code is PIC.
|
adam@0
|
8647 lt_prog_compiler_static='-non_shared'
|
adam@0
|
8648 ;;
|
adam@47
|
8649 xl* | bgxl* | bgf* | mpixl*)
|
adam@47
|
8650 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
|
adam@0
|
8651 lt_prog_compiler_wl='-Wl,'
|
adam@0
|
8652 lt_prog_compiler_pic='-qpic'
|
adam@0
|
8653 lt_prog_compiler_static='-qstaticlink'
|
adam@0
|
8654 ;;
|
adam@0
|
8655 *)
|
adam@0
|
8656 case `$CC -V 2>&1 | sed 5q` in
|
adam@47
|
8657 *Sun\ F* | *Sun*Fortran*)
|
adam@47
|
8658 # Sun Fortran 8.3 passes all unrecognized flags to the linker
|
adam@47
|
8659 lt_prog_compiler_pic='-KPIC'
|
adam@47
|
8660 lt_prog_compiler_static='-Bstatic'
|
adam@47
|
8661 lt_prog_compiler_wl=''
|
adam@47
|
8662 ;;
|
adam@0
|
8663 *Sun\ C*)
|
adam@0
|
8664 # Sun C 5.9
|
adam@0
|
8665 lt_prog_compiler_pic='-KPIC'
|
adam@0
|
8666 lt_prog_compiler_static='-Bstatic'
|
adam@0
|
8667 lt_prog_compiler_wl='-Wl,'
|
adam@0
|
8668 ;;
|
adam@0
|
8669 esac
|
adam@0
|
8670 ;;
|
adam@0
|
8671 esac
|
adam@0
|
8672 ;;
|
adam@0
|
8673
|
adam@0
|
8674 newsos6)
|
adam@0
|
8675 lt_prog_compiler_pic='-KPIC'
|
adam@0
|
8676 lt_prog_compiler_static='-Bstatic'
|
adam@0
|
8677 ;;
|
adam@0
|
8678
|
adam@0
|
8679 *nto* | *qnx*)
|
adam@0
|
8680 # QNX uses GNU C++, but need to define -shared option too, otherwise
|
adam@0
|
8681 # it will coredump.
|
adam@0
|
8682 lt_prog_compiler_pic='-fPIC -shared'
|
adam@0
|
8683 ;;
|
adam@0
|
8684
|
adam@0
|
8685 osf3* | osf4* | osf5*)
|
adam@0
|
8686 lt_prog_compiler_wl='-Wl,'
|
adam@0
|
8687 # All OSF/1 code is PIC.
|
adam@0
|
8688 lt_prog_compiler_static='-non_shared'
|
adam@0
|
8689 ;;
|
adam@0
|
8690
|
adam@0
|
8691 rdos*)
|
adam@0
|
8692 lt_prog_compiler_static='-non_shared'
|
adam@0
|
8693 ;;
|
adam@0
|
8694
|
adam@0
|
8695 solaris*)
|
adam@0
|
8696 lt_prog_compiler_pic='-KPIC'
|
adam@0
|
8697 lt_prog_compiler_static='-Bstatic'
|
adam@0
|
8698 case $cc_basename in
|
adam@47
|
8699 f77* | f90* | f95* | sunf77* | sunf90* | sunf95*)
|
adam@0
|
8700 lt_prog_compiler_wl='-Qoption ld ';;
|
adam@0
|
8701 *)
|
adam@0
|
8702 lt_prog_compiler_wl='-Wl,';;
|
adam@0
|
8703 esac
|
adam@0
|
8704 ;;
|
adam@0
|
8705
|
adam@0
|
8706 sunos4*)
|
adam@0
|
8707 lt_prog_compiler_wl='-Qoption ld '
|
adam@0
|
8708 lt_prog_compiler_pic='-PIC'
|
adam@0
|
8709 lt_prog_compiler_static='-Bstatic'
|
adam@0
|
8710 ;;
|
adam@0
|
8711
|
adam@0
|
8712 sysv4 | sysv4.2uw2* | sysv4.3*)
|
adam@0
|
8713 lt_prog_compiler_wl='-Wl,'
|
adam@0
|
8714 lt_prog_compiler_pic='-KPIC'
|
adam@0
|
8715 lt_prog_compiler_static='-Bstatic'
|
adam@0
|
8716 ;;
|
adam@0
|
8717
|
adam@0
|
8718 sysv4*MP*)
|
adam@0
|
8719 if test -d /usr/nec ;then
|
adam@0
|
8720 lt_prog_compiler_pic='-Kconform_pic'
|
adam@0
|
8721 lt_prog_compiler_static='-Bstatic'
|
adam@0
|
8722 fi
|
adam@0
|
8723 ;;
|
adam@0
|
8724
|
adam@0
|
8725 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
|
adam@0
|
8726 lt_prog_compiler_wl='-Wl,'
|
adam@0
|
8727 lt_prog_compiler_pic='-KPIC'
|
adam@0
|
8728 lt_prog_compiler_static='-Bstatic'
|
adam@0
|
8729 ;;
|
adam@0
|
8730
|
adam@0
|
8731 unicos*)
|
adam@0
|
8732 lt_prog_compiler_wl='-Wl,'
|
adam@0
|
8733 lt_prog_compiler_can_build_shared=no
|
adam@0
|
8734 ;;
|
adam@0
|
8735
|
adam@0
|
8736 uts4*)
|
adam@0
|
8737 lt_prog_compiler_pic='-pic'
|
adam@0
|
8738 lt_prog_compiler_static='-Bstatic'
|
adam@0
|
8739 ;;
|
adam@0
|
8740
|
adam@0
|
8741 *)
|
adam@0
|
8742 lt_prog_compiler_can_build_shared=no
|
adam@0
|
8743 ;;
|
adam@0
|
8744 esac
|
adam@0
|
8745 fi
|
adam@0
|
8746
|
adam@0
|
8747 case $host_os in
|
adam@0
|
8748 # For platforms which do not support PIC, -DPIC is meaningless:
|
adam@0
|
8749 *djgpp*)
|
adam@0
|
8750 lt_prog_compiler_pic=
|
adam@0
|
8751 ;;
|
adam@0
|
8752 *)
|
adam@0
|
8753 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
|
adam@0
|
8754 ;;
|
adam@0
|
8755 esac
|
adam@47
|
8756
|
adam@47
|
8757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
|
adam@47
|
8758 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
|
adam@47
|
8759 if ${lt_cv_prog_compiler_pic+:} false; then :
|
adam@47
|
8760 $as_echo_n "(cached) " >&6
|
adam@47
|
8761 else
|
adam@47
|
8762 lt_cv_prog_compiler_pic=$lt_prog_compiler_pic
|
adam@47
|
8763 fi
|
adam@47
|
8764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5
|
adam@47
|
8765 $as_echo "$lt_cv_prog_compiler_pic" >&6; }
|
adam@47
|
8766 lt_prog_compiler_pic=$lt_cv_prog_compiler_pic
|
adam@0
|
8767
|
adam@0
|
8768 #
|
adam@0
|
8769 # Check to make sure the PIC flag actually works.
|
adam@0
|
8770 #
|
adam@0
|
8771 if test -n "$lt_prog_compiler_pic"; then
|
adam@0
|
8772 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
|
adam@0
|
8773 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
|
adam@47
|
8774 if ${lt_cv_prog_compiler_pic_works+:} false; then :
|
adam@0
|
8775 $as_echo_n "(cached) " >&6
|
adam@0
|
8776 else
|
adam@0
|
8777 lt_cv_prog_compiler_pic_works=no
|
adam@0
|
8778 ac_outfile=conftest.$ac_objext
|
adam@0
|
8779 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
|
adam@0
|
8780 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
|
adam@0
|
8781 # Insert the option either (1) after the last *FLAGS variable, or
|
adam@0
|
8782 # (2) before a word containing "conftest.", or (3) at the end.
|
adam@0
|
8783 # Note that $ac_compile itself does not contain backslashes and begins
|
adam@0
|
8784 # with a dollar sign (not a hyphen), so the echo should work correctly.
|
adam@0
|
8785 # The option is referenced via a variable to avoid confusing sed.
|
adam@0
|
8786 lt_compile=`echo "$ac_compile" | $SED \
|
adam@0
|
8787 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
adam@0
|
8788 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
adam@0
|
8789 -e 's:$: $lt_compiler_flag:'`
|
adam@47
|
8790 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
|
adam@0
|
8791 (eval "$lt_compile" 2>conftest.err)
|
adam@0
|
8792 ac_status=$?
|
adam@0
|
8793 cat conftest.err >&5
|
adam@47
|
8794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
adam@0
|
8795 if (exit $ac_status) && test -s "$ac_outfile"; then
|
adam@0
|
8796 # The compiler can only warn and ignore the option if not recognized
|
adam@0
|
8797 # So say no if there are warnings other than the usual output.
|
adam@47
|
8798 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
|
adam@0
|
8799 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
|
adam@0
|
8800 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
|
adam@0
|
8801 lt_cv_prog_compiler_pic_works=yes
|
adam@0
|
8802 fi
|
adam@0
|
8803 fi
|
adam@0
|
8804 $RM conftest*
|
adam@0
|
8805
|
adam@0
|
8806 fi
|
adam@0
|
8807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
|
adam@0
|
8808 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
|
adam@0
|
8809
|
adam@0
|
8810 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
|
adam@0
|
8811 case $lt_prog_compiler_pic in
|
adam@0
|
8812 "" | " "*) ;;
|
adam@0
|
8813 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
|
adam@0
|
8814 esac
|
adam@0
|
8815 else
|
adam@0
|
8816 lt_prog_compiler_pic=
|
adam@0
|
8817 lt_prog_compiler_can_build_shared=no
|
adam@0
|
8818 fi
|
adam@0
|
8819
|
adam@0
|
8820 fi
|
adam@0
|
8821
|
adam@0
|
8822
|
adam@0
|
8823
|
adam@0
|
8824
|
adam@0
|
8825
|
adam@0
|
8826
|
adam@47
|
8827
|
adam@47
|
8828
|
adam@47
|
8829
|
adam@47
|
8830
|
adam@47
|
8831
|
adam@0
|
8832 #
|
adam@0
|
8833 # Check to make sure the static flag actually works.
|
adam@0
|
8834 #
|
adam@0
|
8835 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
|
adam@0
|
8836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
|
adam@0
|
8837 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
|
adam@47
|
8838 if ${lt_cv_prog_compiler_static_works+:} false; then :
|
adam@0
|
8839 $as_echo_n "(cached) " >&6
|
adam@0
|
8840 else
|
adam@0
|
8841 lt_cv_prog_compiler_static_works=no
|
adam@0
|
8842 save_LDFLAGS="$LDFLAGS"
|
adam@0
|
8843 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
|
adam@0
|
8844 echo "$lt_simple_link_test_code" > conftest.$ac_ext
|
adam@0
|
8845 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
|
adam@0
|
8846 # The linker can only warn and ignore the option if not recognized
|
adam@0
|
8847 # So say no if there are warnings
|
adam@0
|
8848 if test -s conftest.err; then
|
adam@0
|
8849 # Append any errors to the config.log.
|
adam@0
|
8850 cat conftest.err 1>&5
|
adam@47
|
8851 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
|
adam@0
|
8852 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
|
adam@0
|
8853 if diff conftest.exp conftest.er2 >/dev/null; then
|
adam@0
|
8854 lt_cv_prog_compiler_static_works=yes
|
adam@0
|
8855 fi
|
adam@0
|
8856 else
|
adam@0
|
8857 lt_cv_prog_compiler_static_works=yes
|
adam@0
|
8858 fi
|
adam@0
|
8859 fi
|
adam@0
|
8860 $RM -r conftest*
|
adam@0
|
8861 LDFLAGS="$save_LDFLAGS"
|
adam@0
|
8862
|
adam@0
|
8863 fi
|
adam@0
|
8864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
|
adam@0
|
8865 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
|
adam@0
|
8866
|
adam@0
|
8867 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
|
adam@0
|
8868 :
|
adam@0
|
8869 else
|
adam@0
|
8870 lt_prog_compiler_static=
|
adam@0
|
8871 fi
|
adam@0
|
8872
|
adam@0
|
8873
|
adam@0
|
8874
|
adam@0
|
8875
|
adam@0
|
8876
|
adam@0
|
8877
|
adam@0
|
8878
|
adam@0
|
8879 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
|
adam@0
|
8880 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
|
adam@47
|
8881 if ${lt_cv_prog_compiler_c_o+:} false; then :
|
adam@0
|
8882 $as_echo_n "(cached) " >&6
|
adam@0
|
8883 else
|
adam@0
|
8884 lt_cv_prog_compiler_c_o=no
|
adam@0
|
8885 $RM -r conftest 2>/dev/null
|
adam@0
|
8886 mkdir conftest
|
adam@0
|
8887 cd conftest
|
adam@0
|
8888 mkdir out
|
adam@0
|
8889 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
|
adam@0
|
8890
|
adam@0
|
8891 lt_compiler_flag="-o out/conftest2.$ac_objext"
|
adam@0
|
8892 # Insert the option either (1) after the last *FLAGS variable, or
|
adam@0
|
8893 # (2) before a word containing "conftest.", or (3) at the end.
|
adam@0
|
8894 # Note that $ac_compile itself does not contain backslashes and begins
|
adam@0
|
8895 # with a dollar sign (not a hyphen), so the echo should work correctly.
|
adam@0
|
8896 lt_compile=`echo "$ac_compile" | $SED \
|
adam@0
|
8897 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
adam@0
|
8898 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
adam@0
|
8899 -e 's:$: $lt_compiler_flag:'`
|
adam@47
|
8900 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
|
adam@0
|
8901 (eval "$lt_compile" 2>out/conftest.err)
|
adam@0
|
8902 ac_status=$?
|
adam@0
|
8903 cat out/conftest.err >&5
|
adam@47
|
8904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
adam@0
|
8905 if (exit $ac_status) && test -s out/conftest2.$ac_objext
|
adam@0
|
8906 then
|
adam@0
|
8907 # The compiler can only warn and ignore the option if not recognized
|
adam@0
|
8908 # So say no if there are warnings
|
adam@47
|
8909 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
|
adam@0
|
8910 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
|
adam@0
|
8911 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
|
adam@0
|
8912 lt_cv_prog_compiler_c_o=yes
|
adam@0
|
8913 fi
|
adam@0
|
8914 fi
|
adam@0
|
8915 chmod u+w . 2>&5
|
adam@0
|
8916 $RM conftest*
|
adam@0
|
8917 # SGI C++ compiler will create directory out/ii_files/ for
|
adam@0
|
8918 # template instantiation
|
adam@0
|
8919 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
|
adam@0
|
8920 $RM out/* && rmdir out
|
adam@0
|
8921 cd ..
|
adam@0
|
8922 $RM -r conftest
|
adam@0
|
8923 $RM conftest*
|
adam@0
|
8924
|
adam@0
|
8925 fi
|
adam@0
|
8926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
|
adam@0
|
8927 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
|
adam@0
|
8928
|
adam@0
|
8929
|
adam@0
|
8930
|
adam@0
|
8931
|
adam@0
|
8932
|
adam@0
|
8933
|
adam@0
|
8934 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
|
adam@0
|
8935 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
|
adam@47
|
8936 if ${lt_cv_prog_compiler_c_o+:} false; then :
|
adam@0
|
8937 $as_echo_n "(cached) " >&6
|
adam@0
|
8938 else
|
adam@0
|
8939 lt_cv_prog_compiler_c_o=no
|
adam@0
|
8940 $RM -r conftest 2>/dev/null
|
adam@0
|
8941 mkdir conftest
|
adam@0
|
8942 cd conftest
|
adam@0
|
8943 mkdir out
|
adam@0
|
8944 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
|
adam@0
|
8945
|
adam@0
|
8946 lt_compiler_flag="-o out/conftest2.$ac_objext"
|
adam@0
|
8947 # Insert the option either (1) after the last *FLAGS variable, or
|
adam@0
|
8948 # (2) before a word containing "conftest.", or (3) at the end.
|
adam@0
|
8949 # Note that $ac_compile itself does not contain backslashes and begins
|
adam@0
|
8950 # with a dollar sign (not a hyphen), so the echo should work correctly.
|
adam@0
|
8951 lt_compile=`echo "$ac_compile" | $SED \
|
adam@0
|
8952 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
adam@0
|
8953 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
adam@0
|
8954 -e 's:$: $lt_compiler_flag:'`
|
adam@47
|
8955 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
|
adam@0
|
8956 (eval "$lt_compile" 2>out/conftest.err)
|
adam@0
|
8957 ac_status=$?
|
adam@0
|
8958 cat out/conftest.err >&5
|
adam@47
|
8959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
adam@0
|
8960 if (exit $ac_status) && test -s out/conftest2.$ac_objext
|
adam@0
|
8961 then
|
adam@0
|
8962 # The compiler can only warn and ignore the option if not recognized
|
adam@0
|
8963 # So say no if there are warnings
|
adam@47
|
8964 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
|
adam@0
|
8965 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
|
adam@0
|
8966 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
|
adam@0
|
8967 lt_cv_prog_compiler_c_o=yes
|
adam@0
|
8968 fi
|
adam@0
|
8969 fi
|
adam@0
|
8970 chmod u+w . 2>&5
|
adam@0
|
8971 $RM conftest*
|
adam@0
|
8972 # SGI C++ compiler will create directory out/ii_files/ for
|
adam@0
|
8973 # template instantiation
|
adam@0
|
8974 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
|
adam@0
|
8975 $RM out/* && rmdir out
|
adam@0
|
8976 cd ..
|
adam@0
|
8977 $RM -r conftest
|
adam@0
|
8978 $RM conftest*
|
adam@0
|
8979
|
adam@0
|
8980 fi
|
adam@0
|
8981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
|
adam@0
|
8982 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
|
adam@0
|
8983
|
adam@0
|
8984
|
adam@0
|
8985
|
adam@0
|
8986
|
adam@0
|
8987 hard_links="nottested"
|
adam@0
|
8988 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
|
adam@0
|
8989 # do not overwrite the value of need_locks provided by the user
|
adam@0
|
8990 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
|
adam@0
|
8991 $as_echo_n "checking if we can lock with hard links... " >&6; }
|
adam@0
|
8992 hard_links=yes
|
adam@0
|
8993 $RM conftest*
|
adam@0
|
8994 ln conftest.a conftest.b 2>/dev/null && hard_links=no
|
adam@0
|
8995 touch conftest.a
|
adam@0
|
8996 ln conftest.a conftest.b 2>&5 || hard_links=no
|
adam@0
|
8997 ln conftest.a conftest.b 2>/dev/null && hard_links=no
|
adam@0
|
8998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
|
adam@0
|
8999 $as_echo "$hard_links" >&6; }
|
adam@0
|
9000 if test "$hard_links" = no; then
|
adam@0
|
9001 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
|
adam@0
|
9002 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
|
adam@0
|
9003 need_locks=warn
|
adam@0
|
9004 fi
|
adam@0
|
9005 else
|
adam@0
|
9006 need_locks=no
|
adam@0
|
9007 fi
|
adam@0
|
9008
|
adam@0
|
9009
|
adam@0
|
9010
|
adam@0
|
9011
|
adam@0
|
9012
|
adam@0
|
9013
|
adam@0
|
9014 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
|
adam@0
|
9015 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
|
adam@0
|
9016
|
adam@0
|
9017 runpath_var=
|
adam@0
|
9018 allow_undefined_flag=
|
adam@0
|
9019 always_export_symbols=no
|
adam@0
|
9020 archive_cmds=
|
adam@0
|
9021 archive_expsym_cmds=
|
adam@0
|
9022 compiler_needs_object=no
|
adam@0
|
9023 enable_shared_with_static_runtimes=no
|
adam@0
|
9024 export_dynamic_flag_spec=
|
adam@0
|
9025 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
|
adam@0
|
9026 hardcode_automatic=no
|
adam@0
|
9027 hardcode_direct=no
|
adam@0
|
9028 hardcode_direct_absolute=no
|
adam@0
|
9029 hardcode_libdir_flag_spec=
|
adam@0
|
9030 hardcode_libdir_flag_spec_ld=
|
adam@0
|
9031 hardcode_libdir_separator=
|
adam@0
|
9032 hardcode_minus_L=no
|
adam@0
|
9033 hardcode_shlibpath_var=unsupported
|
adam@0
|
9034 inherit_rpath=no
|
adam@0
|
9035 link_all_deplibs=unknown
|
adam@0
|
9036 module_cmds=
|
adam@0
|
9037 module_expsym_cmds=
|
adam@0
|
9038 old_archive_from_new_cmds=
|
adam@0
|
9039 old_archive_from_expsyms_cmds=
|
adam@0
|
9040 thread_safe_flag_spec=
|
adam@0
|
9041 whole_archive_flag_spec=
|
adam@0
|
9042 # include_expsyms should be a list of space-separated symbols to be *always*
|
adam@0
|
9043 # included in the symbol list
|
adam@0
|
9044 include_expsyms=
|
adam@0
|
9045 # exclude_expsyms can be an extended regexp of symbols to exclude
|
adam@0
|
9046 # it will be wrapped by ` (' and `)$', so one must not match beginning or
|
adam@0
|
9047 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
|
adam@0
|
9048 # as well as any symbol that contains `d'.
|
adam@0
|
9049 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
|
adam@0
|
9050 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
|
adam@0
|
9051 # platforms (ab)use it in PIC code, but their linkers get confused if
|
adam@0
|
9052 # the symbol is explicitly referenced. Since portable code cannot
|
adam@0
|
9053 # rely on this symbol name, it's probably fine to never include it in
|
adam@0
|
9054 # preloaded symbol tables.
|
adam@0
|
9055 # Exclude shared library initialization/finalization symbols.
|
adam@0
|
9056 extract_expsyms_cmds=
|
adam@0
|
9057
|
adam@0
|
9058 case $host_os in
|
adam@0
|
9059 cygwin* | mingw* | pw32* | cegcc*)
|
adam@0
|
9060 # FIXME: the MSVC++ port hasn't been tested in a loooong time
|
adam@0
|
9061 # When not using gcc, we currently assume that we are using
|
adam@0
|
9062 # Microsoft Visual C++.
|
adam@0
|
9063 if test "$GCC" != yes; then
|
adam@0
|
9064 with_gnu_ld=no
|
adam@0
|
9065 fi
|
adam@0
|
9066 ;;
|
adam@0
|
9067 interix*)
|
adam@0
|
9068 # we just hope/assume this is gcc and not c89 (= MSVC++)
|
adam@0
|
9069 with_gnu_ld=yes
|
adam@0
|
9070 ;;
|
adam@0
|
9071 openbsd*)
|
adam@0
|
9072 with_gnu_ld=no
|
adam@0
|
9073 ;;
|
adam@47
|
9074 linux* | k*bsd*-gnu | gnu*)
|
adam@0
|
9075 link_all_deplibs=no
|
adam@0
|
9076 ;;
|
adam@0
|
9077 esac
|
adam@0
|
9078
|
adam@0
|
9079 ld_shlibs=yes
|
adam@47
|
9080
|
adam@47
|
9081 # On some targets, GNU ld is compatible enough with the native linker
|
adam@47
|
9082 # that we're better off using the native interface for both.
|
adam@47
|
9083 lt_use_gnu_ld_interface=no
|
adam@0
|
9084 if test "$with_gnu_ld" = yes; then
|
adam@47
|
9085 case $host_os in
|
adam@47
|
9086 aix*)
|
adam@47
|
9087 # The AIX port of GNU ld has always aspired to compatibility
|
adam@47
|
9088 # with the native linker. However, as the warning in the GNU ld
|
adam@47
|
9089 # block says, versions before 2.19.5* couldn't really create working
|
adam@47
|
9090 # shared libraries, regardless of the interface used.
|
adam@47
|
9091 case `$LD -v 2>&1` in
|
adam@47
|
9092 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
|
adam@47
|
9093 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
|
adam@47
|
9094 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
|
adam@47
|
9095 *)
|
adam@47
|
9096 lt_use_gnu_ld_interface=yes
|
adam@47
|
9097 ;;
|
adam@47
|
9098 esac
|
adam@47
|
9099 ;;
|
adam@47
|
9100 *)
|
adam@47
|
9101 lt_use_gnu_ld_interface=yes
|
adam@47
|
9102 ;;
|
adam@47
|
9103 esac
|
adam@47
|
9104 fi
|
adam@47
|
9105
|
adam@47
|
9106 if test "$lt_use_gnu_ld_interface" = yes; then
|
adam@0
|
9107 # If archive_cmds runs LD, not CC, wlarc should be empty
|
adam@0
|
9108 wlarc='${wl}'
|
adam@0
|
9109
|
adam@0
|
9110 # Set some defaults for GNU ld with shared library support. These
|
adam@0
|
9111 # are reset later if shared libraries are not supported. Putting them
|
adam@0
|
9112 # here allows them to be overridden if necessary.
|
adam@0
|
9113 runpath_var=LD_RUN_PATH
|
adam@0
|
9114 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
|
adam@0
|
9115 export_dynamic_flag_spec='${wl}--export-dynamic'
|
adam@0
|
9116 # ancient GNU ld didn't support --whole-archive et. al.
|
adam@0
|
9117 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
|
adam@0
|
9118 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
|
adam@0
|
9119 else
|
adam@0
|
9120 whole_archive_flag_spec=
|
adam@0
|
9121 fi
|
adam@0
|
9122 supports_anon_versioning=no
|
adam@0
|
9123 case `$LD -v 2>&1` in
|
adam@0
|
9124 *GNU\ gold*) supports_anon_versioning=yes ;;
|
adam@0
|
9125 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
|
adam@0
|
9126 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
|
adam@0
|
9127 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
|
adam@0
|
9128 *\ 2.11.*) ;; # other 2.11 versions
|
adam@0
|
9129 *) supports_anon_versioning=yes ;;
|
adam@0
|
9130 esac
|
adam@0
|
9131
|
adam@0
|
9132 # See if GNU ld supports shared libraries.
|
adam@0
|
9133 case $host_os in
|
adam@0
|
9134 aix[3-9]*)
|
adam@0
|
9135 # On AIX/PPC, the GNU linker is very broken
|
adam@0
|
9136 if test "$host_cpu" != ia64; then
|
adam@0
|
9137 ld_shlibs=no
|
adam@0
|
9138 cat <<_LT_EOF 1>&2
|
adam@0
|
9139
|
adam@47
|
9140 *** Warning: the GNU linker, at least up to release 2.19, is reported
|
adam@0
|
9141 *** to be unable to reliably create shared libraries on AIX.
|
adam@0
|
9142 *** Therefore, libtool is disabling shared libraries support. If you
|
adam@47
|
9143 *** really care for shared libraries, you may want to install binutils
|
adam@47
|
9144 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
|
adam@47
|
9145 *** You will then need to restart the configuration process.
|
adam@0
|
9146
|
adam@0
|
9147 _LT_EOF
|
adam@0
|
9148 fi
|
adam@0
|
9149 ;;
|
adam@0
|
9150
|
adam@0
|
9151 amigaos*)
|
adam@0
|
9152 case $host_cpu in
|
adam@0
|
9153 powerpc)
|
adam@0
|
9154 # see comment about AmigaOS4 .so support
|
adam@0
|
9155 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
adam@0
|
9156 archive_expsym_cmds=''
|
adam@0
|
9157 ;;
|
adam@0
|
9158 m68k)
|
adam@0
|
9159 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)'
|
adam@0
|
9160 hardcode_libdir_flag_spec='-L$libdir'
|
adam@0
|
9161 hardcode_minus_L=yes
|
adam@0
|
9162 ;;
|
adam@0
|
9163 esac
|
adam@0
|
9164 ;;
|
adam@0
|
9165
|
adam@0
|
9166 beos*)
|
adam@0
|
9167 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
|
adam@0
|
9168 allow_undefined_flag=unsupported
|
adam@0
|
9169 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
|
adam@0
|
9170 # support --undefined. This deserves some investigation. FIXME
|
adam@0
|
9171 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
adam@0
|
9172 else
|
adam@0
|
9173 ld_shlibs=no
|
adam@0
|
9174 fi
|
adam@0
|
9175 ;;
|
adam@0
|
9176
|
adam@0
|
9177 cygwin* | mingw* | pw32* | cegcc*)
|
adam@0
|
9178 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
|
adam@0
|
9179 # as there is no search path for DLLs.
|
adam@0
|
9180 hardcode_libdir_flag_spec='-L$libdir'
|
adam@47
|
9181 export_dynamic_flag_spec='${wl}--export-all-symbols'
|
adam@0
|
9182 allow_undefined_flag=unsupported
|
adam@0
|
9183 always_export_symbols=no
|
adam@0
|
9184 enable_shared_with_static_runtimes=yes
|
adam@47
|
9185 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols'
|
adam@47
|
9186 exclude_expsyms='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'
|
adam@0
|
9187
|
adam@0
|
9188 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
|
adam@0
|
9189 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
|
adam@0
|
9190 # If the export-symbols file already is a .def file (1st line
|
adam@0
|
9191 # is EXPORTS), use it as is; otherwise, prepend...
|
adam@0
|
9192 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
|
adam@0
|
9193 cp $export_symbols $output_objdir/$soname.def;
|
adam@0
|
9194 else
|
adam@0
|
9195 echo EXPORTS > $output_objdir/$soname.def;
|
adam@0
|
9196 cat $export_symbols >> $output_objdir/$soname.def;
|
adam@0
|
9197 fi~
|
adam@0
|
9198 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
|
adam@0
|
9199 else
|
adam@0
|
9200 ld_shlibs=no
|
adam@0
|
9201 fi
|
adam@0
|
9202 ;;
|
adam@0
|
9203
|
adam@47
|
9204 haiku*)
|
adam@47
|
9205 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
adam@47
|
9206 link_all_deplibs=yes
|
adam@47
|
9207 ;;
|
adam@47
|
9208
|
adam@0
|
9209 interix[3-9]*)
|
adam@0
|
9210 hardcode_direct=no
|
adam@0
|
9211 hardcode_shlibpath_var=no
|
adam@0
|
9212 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
|
adam@0
|
9213 export_dynamic_flag_spec='${wl}-E'
|
adam@0
|
9214 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
|
adam@0
|
9215 # Instead, shared libraries are loaded at an image base (0x10000000 by
|
adam@0
|
9216 # default) and relocated if they conflict, which is a slow very memory
|
adam@0
|
9217 # consuming and fragmenting process. To avoid this, we pick a random,
|
adam@0
|
9218 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
|
adam@0
|
9219 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
|
adam@0
|
9220 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
|
adam@0
|
9221 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'
|
adam@0
|
9222 ;;
|
adam@0
|
9223
|
adam@0
|
9224 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
|
adam@0
|
9225 tmp_diet=no
|
adam@0
|
9226 if test "$host_os" = linux-dietlibc; then
|
adam@0
|
9227 case $cc_basename in
|
adam@0
|
9228 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
|
adam@0
|
9229 esac
|
adam@0
|
9230 fi
|
adam@0
|
9231 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
|
adam@0
|
9232 && test "$tmp_diet" = no
|
adam@0
|
9233 then
|
adam@47
|
9234 tmp_addflag=' $pic_flag'
|
adam@0
|
9235 tmp_sharedflag='-shared'
|
adam@0
|
9236 case $cc_basename,$host_cpu in
|
adam@0
|
9237 pgcc*) # Portland Group C compiler
|
adam@47
|
9238 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'
|
adam@0
|
9239 tmp_addflag=' $pic_flag'
|
adam@0
|
9240 ;;
|
adam@47
|
9241 pgf77* | pgf90* | pgf95* | pgfortran*)
|
adam@47
|
9242 # Portland Group f77 and f90 compilers
|
adam@47
|
9243 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'
|
adam@0
|
9244 tmp_addflag=' $pic_flag -Mnomain' ;;
|
adam@0
|
9245 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
|
adam@0
|
9246 tmp_addflag=' -i_dynamic' ;;
|
adam@0
|
9247 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
|
adam@0
|
9248 tmp_addflag=' -i_dynamic -nofor_main' ;;
|
adam@0
|
9249 ifc* | ifort*) # Intel Fortran compiler
|
adam@0
|
9250 tmp_addflag=' -nofor_main' ;;
|
adam@0
|
9251 lf95*) # Lahey Fortran 8.1
|
adam@0
|
9252 whole_archive_flag_spec=
|
adam@0
|
9253 tmp_sharedflag='--shared' ;;
|
adam@47
|
9254 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
|
adam@0
|
9255 tmp_sharedflag='-qmkshrobj'
|
adam@0
|
9256 tmp_addflag= ;;
|
adam@47
|
9257 nvcc*) # Cuda Compiler Driver 2.2
|
adam@47
|
9258 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'
|
adam@47
|
9259 compiler_needs_object=yes
|
adam@47
|
9260 ;;
|
adam@0
|
9261 esac
|
adam@0
|
9262 case `$CC -V 2>&1 | sed 5q` in
|
adam@0
|
9263 *Sun\ C*) # Sun C 5.9
|
adam@47
|
9264 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'
|
adam@0
|
9265 compiler_needs_object=yes
|
adam@0
|
9266 tmp_sharedflag='-G' ;;
|
adam@0
|
9267 *Sun\ F*) # Sun Fortran 8.3
|
adam@0
|
9268 tmp_sharedflag='-G' ;;
|
adam@0
|
9269 esac
|
adam@0
|
9270 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
adam@0
|
9271
|
adam@0
|
9272 if test "x$supports_anon_versioning" = xyes; then
|
adam@0
|
9273 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
|
adam@0
|
9274 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
|
adam@0
|
9275 echo "local: *; };" >> $output_objdir/$libname.ver~
|
adam@0
|
9276 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
|
adam@0
|
9277 fi
|
adam@0
|
9278
|
adam@0
|
9279 case $cc_basename in
|
adam@47
|
9280 xlf* | bgf* | bgxlf* | mpixlf*)
|
adam@0
|
9281 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
|
adam@0
|
9282 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
|
adam@0
|
9283 hardcode_libdir_flag_spec=
|
adam@0
|
9284 hardcode_libdir_flag_spec_ld='-rpath $libdir'
|
adam@47
|
9285 archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
|
adam@0
|
9286 if test "x$supports_anon_versioning" = xyes; then
|
adam@0
|
9287 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
|
adam@0
|
9288 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
|
adam@0
|
9289 echo "local: *; };" >> $output_objdir/$libname.ver~
|
adam@47
|
9290 $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
|
adam@0
|
9291 fi
|
adam@0
|
9292 ;;
|
adam@0
|
9293 esac
|
adam@0
|
9294 else
|
adam@0
|
9295 ld_shlibs=no
|
adam@0
|
9296 fi
|
adam@0
|
9297 ;;
|
adam@0
|
9298
|
adam@0
|
9299 netbsd* | netbsdelf*-gnu)
|
adam@0
|
9300 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
|
adam@0
|
9301 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
|
adam@0
|
9302 wlarc=
|
adam@0
|
9303 else
|
adam@47
|
9304 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
adam@47
|
9305 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
|
adam@0
|
9306 fi
|
adam@0
|
9307 ;;
|
adam@0
|
9308
|
adam@0
|
9309 solaris*)
|
adam@0
|
9310 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
|
adam@0
|
9311 ld_shlibs=no
|
adam@0
|
9312 cat <<_LT_EOF 1>&2
|
adam@0
|
9313
|
adam@0
|
9314 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
|
adam@0
|
9315 *** create shared libraries on Solaris systems. Therefore, libtool
|
adam@0
|
9316 *** is disabling shared libraries support. We urge you to upgrade GNU
|
adam@0
|
9317 *** binutils to release 2.9.1 or newer. Another option is to modify
|
adam@0
|
9318 *** your PATH or compiler configuration so that the native linker is
|
adam@0
|
9319 *** used, and then restart.
|
adam@0
|
9320
|
adam@0
|
9321 _LT_EOF
|
adam@0
|
9322 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
|
adam@47
|
9323 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
adam@47
|
9324 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
|
adam@0
|
9325 else
|
adam@0
|
9326 ld_shlibs=no
|
adam@0
|
9327 fi
|
adam@0
|
9328 ;;
|
adam@0
|
9329
|
adam@0
|
9330 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
|
adam@0
|
9331 case `$LD -v 2>&1` in
|
adam@0
|
9332 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
|
adam@0
|
9333 ld_shlibs=no
|
adam@0
|
9334 cat <<_LT_EOF 1>&2
|
adam@0
|
9335
|
adam@0
|
9336 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
|
adam@0
|
9337 *** reliably create shared libraries on SCO systems. Therefore, libtool
|
adam@0
|
9338 *** is disabling shared libraries support. We urge you to upgrade GNU
|
adam@0
|
9339 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
|
adam@0
|
9340 *** your PATH or compiler configuration so that the native linker is
|
adam@0
|
9341 *** used, and then restart.
|
adam@0
|
9342
|
adam@0
|
9343 _LT_EOF
|
adam@0
|
9344 ;;
|
adam@0
|
9345 *)
|
adam@0
|
9346 # For security reasons, it is highly recommended that you always
|
adam@0
|
9347 # use absolute paths for naming shared libraries, and exclude the
|
adam@0
|
9348 # DT_RUNPATH tag from executables and libraries. But doing so
|
adam@0
|
9349 # requires that you compile everything twice, which is a pain.
|
adam@0
|
9350 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
|
adam@0
|
9351 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
|
adam@0
|
9352 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
adam@0
|
9353 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
|
adam@0
|
9354 else
|
adam@0
|
9355 ld_shlibs=no
|
adam@0
|
9356 fi
|
adam@0
|
9357 ;;
|
adam@0
|
9358 esac
|
adam@0
|
9359 ;;
|
adam@0
|
9360
|
adam@0
|
9361 sunos4*)
|
adam@0
|
9362 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
|
adam@0
|
9363 wlarc=
|
adam@0
|
9364 hardcode_direct=yes
|
adam@0
|
9365 hardcode_shlibpath_var=no
|
adam@0
|
9366 ;;
|
adam@0
|
9367
|
adam@0
|
9368 *)
|
adam@0
|
9369 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
|
adam@47
|
9370 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
adam@47
|
9371 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
|
adam@0
|
9372 else
|
adam@0
|
9373 ld_shlibs=no
|
adam@0
|
9374 fi
|
adam@0
|
9375 ;;
|
adam@0
|
9376 esac
|
adam@0
|
9377
|
adam@0
|
9378 if test "$ld_shlibs" = no; then
|
adam@0
|
9379 runpath_var=
|
adam@0
|
9380 hardcode_libdir_flag_spec=
|
adam@0
|
9381 export_dynamic_flag_spec=
|
adam@0
|
9382 whole_archive_flag_spec=
|
adam@0
|
9383 fi
|
adam@0
|
9384 else
|
adam@0
|
9385 # PORTME fill in a description of your system's linker (not GNU ld)
|
adam@0
|
9386 case $host_os in
|
adam@0
|
9387 aix3*)
|
adam@0
|
9388 allow_undefined_flag=unsupported
|
adam@0
|
9389 always_export_symbols=yes
|
adam@0
|
9390 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'
|
adam@0
|
9391 # Note: this linker hardcodes the directories in LIBPATH if there
|
adam@0
|
9392 # are no directories specified by -L.
|
adam@0
|
9393 hardcode_minus_L=yes
|
adam@0
|
9394 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
|
adam@0
|
9395 # Neither direct hardcoding nor static linking is supported with a
|
adam@0
|
9396 # broken collect2.
|
adam@0
|
9397 hardcode_direct=unsupported
|
adam@0
|
9398 fi
|
adam@0
|
9399 ;;
|
adam@0
|
9400
|
adam@0
|
9401 aix[4-9]*)
|
adam@0
|
9402 if test "$host_cpu" = ia64; then
|
adam@0
|
9403 # On IA64, the linker does run time linking by default, so we don't
|
adam@0
|
9404 # have to do anything special.
|
adam@0
|
9405 aix_use_runtimelinking=no
|
adam@0
|
9406 exp_sym_flag='-Bexport'
|
adam@0
|
9407 no_entry_flag=""
|
adam@0
|
9408 else
|
adam@0
|
9409 # If we're using GNU nm, then we don't want the "-C" option.
|
adam@0
|
9410 # -C means demangle to AIX nm, but means don't demangle with GNU nm
|
adam@47
|
9411 # Also, AIX nm treats weak defined symbols like other global
|
adam@47
|
9412 # defined symbols, whereas GNU nm marks them as "W".
|
adam@0
|
9413 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
|
adam@47
|
9414 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'
|
adam@0
|
9415 else
|
adam@0
|
9416 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'
|
adam@0
|
9417 fi
|
adam@0
|
9418 aix_use_runtimelinking=no
|
adam@0
|
9419
|
adam@0
|
9420 # Test if we are trying to use run time linking or normal
|
adam@0
|
9421 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
|
adam@0
|
9422 # need to do runtime linking.
|
adam@0
|
9423 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
|
adam@0
|
9424 for ld_flag in $LDFLAGS; do
|
adam@0
|
9425 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
|
adam@0
|
9426 aix_use_runtimelinking=yes
|
adam@0
|
9427 break
|
adam@0
|
9428 fi
|
adam@0
|
9429 done
|
adam@0
|
9430 ;;
|
adam@0
|
9431 esac
|
adam@0
|
9432
|
adam@0
|
9433 exp_sym_flag='-bexport'
|
adam@0
|
9434 no_entry_flag='-bnoentry'
|
adam@0
|
9435 fi
|
adam@0
|
9436
|
adam@0
|
9437 # When large executables or shared objects are built, AIX ld can
|
adam@0
|
9438 # have problems creating the table of contents. If linking a library
|
adam@0
|
9439 # or program results in "error TOC overflow" add -mminimal-toc to
|
adam@0
|
9440 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
|
adam@0
|
9441 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
|
adam@0
|
9442
|
adam@0
|
9443 archive_cmds=''
|
adam@0
|
9444 hardcode_direct=yes
|
adam@0
|
9445 hardcode_direct_absolute=yes
|
adam@0
|
9446 hardcode_libdir_separator=':'
|
adam@0
|
9447 link_all_deplibs=yes
|
adam@0
|
9448 file_list_spec='${wl}-f,'
|
adam@0
|
9449
|
adam@0
|
9450 if test "$GCC" = yes; then
|
adam@0
|
9451 case $host_os in aix4.[012]|aix4.[012].*)
|
adam@0
|
9452 # We only want to do this on AIX 4.2 and lower, the check
|
adam@0
|
9453 # below for broken collect2 doesn't work under 4.3+
|
adam@0
|
9454 collect2name=`${CC} -print-prog-name=collect2`
|
adam@0
|
9455 if test -f "$collect2name" &&
|
adam@0
|
9456 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
|
adam@0
|
9457 then
|
adam@0
|
9458 # We have reworked collect2
|
adam@0
|
9459 :
|
adam@0
|
9460 else
|
adam@0
|
9461 # We have old collect2
|
adam@0
|
9462 hardcode_direct=unsupported
|
adam@0
|
9463 # It fails to find uninstalled libraries when the uninstalled
|
adam@0
|
9464 # path is not listed in the libpath. Setting hardcode_minus_L
|
adam@0
|
9465 # to unsupported forces relinking
|
adam@0
|
9466 hardcode_minus_L=yes
|
adam@0
|
9467 hardcode_libdir_flag_spec='-L$libdir'
|
adam@0
|
9468 hardcode_libdir_separator=
|
adam@0
|
9469 fi
|
adam@0
|
9470 ;;
|
adam@0
|
9471 esac
|
adam@0
|
9472 shared_flag='-shared'
|
adam@0
|
9473 if test "$aix_use_runtimelinking" = yes; then
|
adam@0
|
9474 shared_flag="$shared_flag "'${wl}-G'
|
adam@0
|
9475 fi
|
adam@0
|
9476 link_all_deplibs=no
|
adam@0
|
9477 else
|
adam@0
|
9478 # not using gcc
|
adam@0
|
9479 if test "$host_cpu" = ia64; then
|
adam@0
|
9480 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
|
adam@0
|
9481 # chokes on -Wl,-G. The following line is correct:
|
adam@0
|
9482 shared_flag='-G'
|
adam@0
|
9483 else
|
adam@0
|
9484 if test "$aix_use_runtimelinking" = yes; then
|
adam@0
|
9485 shared_flag='${wl}-G'
|
adam@0
|
9486 else
|
adam@0
|
9487 shared_flag='${wl}-bM:SRE'
|
adam@0
|
9488 fi
|
adam@0
|
9489 fi
|
adam@0
|
9490 fi
|
adam@0
|
9491
|
adam@0
|
9492 export_dynamic_flag_spec='${wl}-bexpall'
|
adam@0
|
9493 # It seems that -bexpall does not export symbols beginning with
|
adam@0
|
9494 # underscore (_), so it is better to generate a list of symbols to export.
|
adam@0
|
9495 always_export_symbols=yes
|
adam@0
|
9496 if test "$aix_use_runtimelinking" = yes; then
|
adam@0
|
9497 # Warning - without using the other runtime loading flags (-brtl),
|
adam@0
|
9498 # -berok will link without error, but may produce a broken library.
|
adam@0
|
9499 allow_undefined_flag='-berok'
|
adam@0
|
9500 # Determine the default libpath from the value encoded in an
|
adam@0
|
9501 # empty executable.
|
adam@47
|
9502 if test "${lt_cv_aix_libpath+set}" = set; then
|
adam@47
|
9503 aix_libpath=$lt_cv_aix_libpath
|
adam@47
|
9504 else
|
adam@47
|
9505 if ${lt_cv_aix_libpath_+:} false; then :
|
adam@47
|
9506 $as_echo_n "(cached) " >&6
|
adam@47
|
9507 else
|
adam@47
|
9508 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
adam@0
|
9509 /* end confdefs.h. */
|
adam@0
|
9510
|
adam@0
|
9511 int
|
adam@0
|
9512 main ()
|
adam@0
|
9513 {
|
adam@0
|
9514
|
adam@0
|
9515 ;
|
adam@0
|
9516 return 0;
|
adam@0
|
9517 }
|
adam@0
|
9518 _ACEOF
|
adam@0
|
9519 if ac_fn_c_try_link "$LINENO"; then :
|
adam@0
|
9520
|
adam@47
|
9521 lt_aix_libpath_sed='
|
adam@47
|
9522 /Import File Strings/,/^$/ {
|
adam@47
|
9523 /^0/ {
|
adam@47
|
9524 s/^0 *\([^ ]*\) *$/\1/
|
adam@47
|
9525 p
|
adam@47
|
9526 }
|
adam@47
|
9527 }'
|
adam@47
|
9528 lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
|
adam@47
|
9529 # Check for a 64-bit object if we didn't find anything.
|
adam@47
|
9530 if test -z "$lt_cv_aix_libpath_"; then
|
adam@47
|
9531 lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
|
adam@47
|
9532 fi
|
adam@0
|
9533 fi
|
adam@0
|
9534 rm -f core conftest.err conftest.$ac_objext \
|
adam@0
|
9535 conftest$ac_exeext conftest.$ac_ext
|
adam@47
|
9536 if test -z "$lt_cv_aix_libpath_"; then
|
adam@47
|
9537 lt_cv_aix_libpath_="/usr/lib:/lib"
|
adam@47
|
9538 fi
|
adam@47
|
9539
|
adam@47
|
9540 fi
|
adam@47
|
9541
|
adam@47
|
9542 aix_libpath=$lt_cv_aix_libpath_
|
adam@47
|
9543 fi
|
adam@0
|
9544
|
adam@0
|
9545 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
|
adam@47
|
9546 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"
|
adam@0
|
9547 else
|
adam@0
|
9548 if test "$host_cpu" = ia64; then
|
adam@0
|
9549 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
|
adam@0
|
9550 allow_undefined_flag="-z nodefs"
|
adam@0
|
9551 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"
|
adam@0
|
9552 else
|
adam@0
|
9553 # Determine the default libpath from the value encoded in an
|
adam@0
|
9554 # empty executable.
|
adam@47
|
9555 if test "${lt_cv_aix_libpath+set}" = set; then
|
adam@47
|
9556 aix_libpath=$lt_cv_aix_libpath
|
adam@47
|
9557 else
|
adam@47
|
9558 if ${lt_cv_aix_libpath_+:} false; then :
|
adam@47
|
9559 $as_echo_n "(cached) " >&6
|
adam@47
|
9560 else
|
adam@47
|
9561 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
adam@0
|
9562 /* end confdefs.h. */
|
adam@0
|
9563
|
adam@0
|
9564 int
|
adam@0
|
9565 main ()
|
adam@0
|
9566 {
|
adam@0
|
9567
|
adam@0
|
9568 ;
|
adam@0
|
9569 return 0;
|
adam@0
|
9570 }
|
adam@0
|
9571 _ACEOF
|
adam@0
|
9572 if ac_fn_c_try_link "$LINENO"; then :
|
adam@0
|
9573
|
adam@47
|
9574 lt_aix_libpath_sed='
|
adam@47
|
9575 /Import File Strings/,/^$/ {
|
adam@47
|
9576 /^0/ {
|
adam@47
|
9577 s/^0 *\([^ ]*\) *$/\1/
|
adam@47
|
9578 p
|
adam@47
|
9579 }
|
adam@47
|
9580 }'
|
adam@47
|
9581 lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
|
adam@47
|
9582 # Check for a 64-bit object if we didn't find anything.
|
adam@47
|
9583 if test -z "$lt_cv_aix_libpath_"; then
|
adam@47
|
9584 lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
|
adam@47
|
9585 fi
|
adam@0
|
9586 fi
|
adam@0
|
9587 rm -f core conftest.err conftest.$ac_objext \
|
adam@0
|
9588 conftest$ac_exeext conftest.$ac_ext
|
adam@47
|
9589 if test -z "$lt_cv_aix_libpath_"; then
|
adam@47
|
9590 lt_cv_aix_libpath_="/usr/lib:/lib"
|
adam@47
|
9591 fi
|
adam@47
|
9592
|
adam@47
|
9593 fi
|
adam@47
|
9594
|
adam@47
|
9595 aix_libpath=$lt_cv_aix_libpath_
|
adam@47
|
9596 fi
|
adam@0
|
9597
|
adam@0
|
9598 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
|
adam@0
|
9599 # Warning - without using the other run time loading flags,
|
adam@0
|
9600 # -berok will link without error, but may produce a broken library.
|
adam@0
|
9601 no_undefined_flag=' ${wl}-bernotok'
|
adam@0
|
9602 allow_undefined_flag=' ${wl}-berok'
|
adam@47
|
9603 if test "$with_gnu_ld" = yes; then
|
adam@47
|
9604 # We only use this code for GNU lds that support --whole-archive.
|
adam@47
|
9605 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
|
adam@47
|
9606 else
|
adam@47
|
9607 # Exported symbols can be pulled into shared objects from archives
|
adam@47
|
9608 whole_archive_flag_spec='$convenience'
|
adam@47
|
9609 fi
|
adam@0
|
9610 archive_cmds_need_lc=yes
|
adam@0
|
9611 # This is similar to how AIX traditionally builds its shared libraries.
|
adam@0
|
9612 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'
|
adam@0
|
9613 fi
|
adam@0
|
9614 fi
|
adam@0
|
9615 ;;
|
adam@0
|
9616
|
adam@0
|
9617 amigaos*)
|
adam@0
|
9618 case $host_cpu in
|
adam@0
|
9619 powerpc)
|
adam@0
|
9620 # see comment about AmigaOS4 .so support
|
adam@0
|
9621 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
adam@0
|
9622 archive_expsym_cmds=''
|
adam@0
|
9623 ;;
|
adam@0
|
9624 m68k)
|
adam@0
|
9625 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)'
|
adam@0
|
9626 hardcode_libdir_flag_spec='-L$libdir'
|
adam@0
|
9627 hardcode_minus_L=yes
|
adam@0
|
9628 ;;
|
adam@0
|
9629 esac
|
adam@0
|
9630 ;;
|
adam@0
|
9631
|
adam@0
|
9632 bsdi[45]*)
|
adam@0
|
9633 export_dynamic_flag_spec=-rdynamic
|
adam@0
|
9634 ;;
|
adam@0
|
9635
|
adam@0
|
9636 cygwin* | mingw* | pw32* | cegcc*)
|
adam@0
|
9637 # When not using gcc, we currently assume that we are using
|
adam@0
|
9638 # Microsoft Visual C++.
|
adam@0
|
9639 # hardcode_libdir_flag_spec is actually meaningless, as there is
|
adam@0
|
9640 # no search path for DLLs.
|
adam@47
|
9641 case $cc_basename in
|
adam@47
|
9642 cl*)
|
adam@47
|
9643 # Native MSVC
|
adam@47
|
9644 hardcode_libdir_flag_spec=' '
|
adam@47
|
9645 allow_undefined_flag=unsupported
|
adam@47
|
9646 always_export_symbols=yes
|
adam@47
|
9647 file_list_spec='@'
|
adam@47
|
9648 # Tell ltmain to make .lib files, not .a files.
|
adam@47
|
9649 libext=lib
|
adam@47
|
9650 # Tell ltmain to make .dll files, not .so files.
|
adam@47
|
9651 shrext_cmds=".dll"
|
adam@47
|
9652 # FIXME: Setting linknames here is a bad hack.
|
adam@47
|
9653 archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
|
adam@47
|
9654 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
|
adam@47
|
9655 sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
|
adam@47
|
9656 else
|
adam@47
|
9657 sed -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp;
|
adam@47
|
9658 fi~
|
adam@47
|
9659 $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
|
adam@47
|
9660 linknames='
|
adam@47
|
9661 # The linker will not automatically build a static lib if we build a DLL.
|
adam@47
|
9662 # _LT_TAGVAR(old_archive_from_new_cmds, )='true'
|
adam@47
|
9663 enable_shared_with_static_runtimes=yes
|
adam@47
|
9664 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
|
adam@47
|
9665 # Don't use ranlib
|
adam@47
|
9666 old_postinstall_cmds='chmod 644 $oldlib'
|
adam@47
|
9667 postlink_cmds='lt_outputfile="@OUTPUT@"~
|
adam@47
|
9668 lt_tool_outputfile="@TOOL_OUTPUT@"~
|
adam@47
|
9669 case $lt_outputfile in
|
adam@47
|
9670 *.exe|*.EXE) ;;
|
adam@47
|
9671 *)
|
adam@47
|
9672 lt_outputfile="$lt_outputfile.exe"
|
adam@47
|
9673 lt_tool_outputfile="$lt_tool_outputfile.exe"
|
adam@47
|
9674 ;;
|
adam@47
|
9675 esac~
|
adam@47
|
9676 if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then
|
adam@47
|
9677 $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
|
adam@47
|
9678 $RM "$lt_outputfile.manifest";
|
adam@47
|
9679 fi'
|
adam@47
|
9680 ;;
|
adam@47
|
9681 *)
|
adam@47
|
9682 # Assume MSVC wrapper
|
adam@47
|
9683 hardcode_libdir_flag_spec=' '
|
adam@47
|
9684 allow_undefined_flag=unsupported
|
adam@47
|
9685 # Tell ltmain to make .lib files, not .a files.
|
adam@47
|
9686 libext=lib
|
adam@47
|
9687 # Tell ltmain to make .dll files, not .so files.
|
adam@47
|
9688 shrext_cmds=".dll"
|
adam@47
|
9689 # FIXME: Setting linknames here is a bad hack.
|
adam@47
|
9690 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
|
adam@47
|
9691 # The linker will automatically build a .lib file if we build a DLL.
|
adam@47
|
9692 old_archive_from_new_cmds='true'
|
adam@47
|
9693 # FIXME: Should let the user specify the lib program.
|
adam@47
|
9694 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
|
adam@47
|
9695 enable_shared_with_static_runtimes=yes
|
adam@47
|
9696 ;;
|
adam@47
|
9697 esac
|
adam@0
|
9698 ;;
|
adam@0
|
9699
|
adam@0
|
9700 darwin* | rhapsody*)
|
adam@0
|
9701
|
adam@0
|
9702
|
adam@0
|
9703 archive_cmds_need_lc=no
|
adam@0
|
9704 hardcode_direct=no
|
adam@0
|
9705 hardcode_automatic=yes
|
adam@0
|
9706 hardcode_shlibpath_var=unsupported
|
adam@47
|
9707 if test "$lt_cv_ld_force_load" = "yes"; then
|
adam@47
|
9708 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\"`'
|
adam@47
|
9709 else
|
adam@47
|
9710 whole_archive_flag_spec=''
|
adam@47
|
9711 fi
|
adam@0
|
9712 link_all_deplibs=yes
|
adam@0
|
9713 allow_undefined_flag="$_lt_dar_allow_undefined"
|
adam@0
|
9714 case $cc_basename in
|
adam@0
|
9715 ifort*) _lt_dar_can_shared=yes ;;
|
adam@0
|
9716 *) _lt_dar_can_shared=$GCC ;;
|
adam@0
|
9717 esac
|
adam@0
|
9718 if test "$_lt_dar_can_shared" = "yes"; then
|
adam@47
|
9719 output_verbose_link_cmd=func_echo_all
|
adam@0
|
9720 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
|
adam@0
|
9721 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
|
adam@0
|
9722 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}"
|
adam@0
|
9723 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}"
|
adam@0
|
9724
|
adam@0
|
9725 else
|
adam@0
|
9726 ld_shlibs=no
|
adam@0
|
9727 fi
|
adam@0
|
9728
|
adam@0
|
9729 ;;
|
adam@0
|
9730
|
adam@0
|
9731 dgux*)
|
adam@0
|
9732 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
adam@0
|
9733 hardcode_libdir_flag_spec='-L$libdir'
|
adam@0
|
9734 hardcode_shlibpath_var=no
|
adam@0
|
9735 ;;
|
adam@0
|
9736
|
adam@0
|
9737 freebsd1*)
|
adam@0
|
9738 ld_shlibs=no
|
adam@0
|
9739 ;;
|
adam@0
|
9740
|
adam@0
|
9741 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
|
adam@0
|
9742 # support. Future versions do this automatically, but an explicit c++rt0.o
|
adam@0
|
9743 # does not break anything, and helps significantly (at the cost of a little
|
adam@0
|
9744 # extra space).
|
adam@0
|
9745 freebsd2.2*)
|
adam@0
|
9746 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
|
adam@0
|
9747 hardcode_libdir_flag_spec='-R$libdir'
|
adam@0
|
9748 hardcode_direct=yes
|
adam@0
|
9749 hardcode_shlibpath_var=no
|
adam@0
|
9750 ;;
|
adam@0
|
9751
|
adam@0
|
9752 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
|
adam@0
|
9753 freebsd2*)
|
adam@0
|
9754 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
|
adam@0
|
9755 hardcode_direct=yes
|
adam@0
|
9756 hardcode_minus_L=yes
|
adam@0
|
9757 hardcode_shlibpath_var=no
|
adam@0
|
9758 ;;
|
adam@0
|
9759
|
adam@0
|
9760 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
|
adam@0
|
9761 freebsd* | dragonfly*)
|
adam@47
|
9762 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
|
adam@0
|
9763 hardcode_libdir_flag_spec='-R$libdir'
|
adam@0
|
9764 hardcode_direct=yes
|
adam@0
|
9765 hardcode_shlibpath_var=no
|
adam@0
|
9766 ;;
|
adam@0
|
9767
|
adam@0
|
9768 hpux9*)
|
adam@0
|
9769 if test "$GCC" = yes; then
|
adam@47
|
9770 archive_cmds='$RM $output_objdir/$soname~$CC -shared $pic_flag ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
|
adam@0
|
9771 else
|
adam@0
|
9772 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'
|
adam@0
|
9773 fi
|
adam@0
|
9774 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
|
adam@0
|
9775 hardcode_libdir_separator=:
|
adam@0
|
9776 hardcode_direct=yes
|
adam@0
|
9777
|
adam@0
|
9778 # hardcode_minus_L: Not really in the search PATH,
|
adam@0
|
9779 # but as the default location of the library.
|
adam@0
|
9780 hardcode_minus_L=yes
|
adam@0
|
9781 export_dynamic_flag_spec='${wl}-E'
|
adam@0
|
9782 ;;
|
adam@0
|
9783
|
adam@0
|
9784 hpux10*)
|
adam@47
|
9785 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
|
adam@47
|
9786 archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
|
adam@0
|
9787 else
|
adam@0
|
9788 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
|
adam@0
|
9789 fi
|
adam@0
|
9790 if test "$with_gnu_ld" = no; then
|
adam@0
|
9791 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
|
adam@0
|
9792 hardcode_libdir_flag_spec_ld='+b $libdir'
|
adam@0
|
9793 hardcode_libdir_separator=:
|
adam@0
|
9794 hardcode_direct=yes
|
adam@0
|
9795 hardcode_direct_absolute=yes
|
adam@0
|
9796 export_dynamic_flag_spec='${wl}-E'
|
adam@0
|
9797 # hardcode_minus_L: Not really in the search PATH,
|
adam@0
|
9798 # but as the default location of the library.
|
adam@0
|
9799 hardcode_minus_L=yes
|
adam@0
|
9800 fi
|
adam@0
|
9801 ;;
|
adam@0
|
9802
|
adam@0
|
9803 hpux11*)
|
adam@47
|
9804 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
|
adam@0
|
9805 case $host_cpu in
|
adam@0
|
9806 hppa*64*)
|
adam@0
|
9807 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
|
adam@0
|
9808 ;;
|
adam@0
|
9809 ia64*)
|
adam@47
|
9810 archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
|
adam@0
|
9811 ;;
|
adam@0
|
9812 *)
|
adam@47
|
9813 archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
|
adam@0
|
9814 ;;
|
adam@0
|
9815 esac
|
adam@0
|
9816 else
|
adam@0
|
9817 case $host_cpu in
|
adam@0
|
9818 hppa*64*)
|
adam@0
|
9819 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
|
adam@0
|
9820 ;;
|
adam@0
|
9821 ia64*)
|
adam@0
|
9822 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
|
adam@0
|
9823 ;;
|
adam@0
|
9824 *)
|
adam@47
|
9825
|
adam@47
|
9826 # Older versions of the 11.00 compiler do not understand -b yet
|
adam@47
|
9827 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
|
adam@47
|
9828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
|
adam@47
|
9829 $as_echo_n "checking if $CC understands -b... " >&6; }
|
adam@47
|
9830 if ${lt_cv_prog_compiler__b+:} false; then :
|
adam@47
|
9831 $as_echo_n "(cached) " >&6
|
adam@47
|
9832 else
|
adam@47
|
9833 lt_cv_prog_compiler__b=no
|
adam@47
|
9834 save_LDFLAGS="$LDFLAGS"
|
adam@47
|
9835 LDFLAGS="$LDFLAGS -b"
|
adam@47
|
9836 echo "$lt_simple_link_test_code" > conftest.$ac_ext
|
adam@47
|
9837 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
|
adam@47
|
9838 # The linker can only warn and ignore the option if not recognized
|
adam@47
|
9839 # So say no if there are warnings
|
adam@47
|
9840 if test -s conftest.err; then
|
adam@47
|
9841 # Append any errors to the config.log.
|
adam@47
|
9842 cat conftest.err 1>&5
|
adam@47
|
9843 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
|
adam@47
|
9844 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
|
adam@47
|
9845 if diff conftest.exp conftest.er2 >/dev/null; then
|
adam@47
|
9846 lt_cv_prog_compiler__b=yes
|
adam@47
|
9847 fi
|
adam@47
|
9848 else
|
adam@47
|
9849 lt_cv_prog_compiler__b=yes
|
adam@47
|
9850 fi
|
adam@47
|
9851 fi
|
adam@47
|
9852 $RM -r conftest*
|
adam@47
|
9853 LDFLAGS="$save_LDFLAGS"
|
adam@47
|
9854
|
adam@47
|
9855 fi
|
adam@47
|
9856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
|
adam@47
|
9857 $as_echo "$lt_cv_prog_compiler__b" >&6; }
|
adam@47
|
9858
|
adam@47
|
9859 if test x"$lt_cv_prog_compiler__b" = xyes; then
|
adam@47
|
9860 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
|
adam@47
|
9861 else
|
adam@47
|
9862 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
|
adam@47
|
9863 fi
|
adam@47
|
9864
|
adam@0
|
9865 ;;
|
adam@0
|
9866 esac
|
adam@0
|
9867 fi
|
adam@0
|
9868 if test "$with_gnu_ld" = no; then
|
adam@0
|
9869 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
|
adam@0
|
9870 hardcode_libdir_separator=:
|
adam@0
|
9871
|
adam@0
|
9872 case $host_cpu in
|
adam@0
|
9873 hppa*64*|ia64*)
|
adam@0
|
9874 hardcode_direct=no
|
adam@0
|
9875 hardcode_shlibpath_var=no
|
adam@0
|
9876 ;;
|
adam@0
|
9877 *)
|
adam@0
|
9878 hardcode_direct=yes
|
adam@0
|
9879 hardcode_direct_absolute=yes
|
adam@0
|
9880 export_dynamic_flag_spec='${wl}-E'
|
adam@0
|
9881
|
adam@0
|
9882 # hardcode_minus_L: Not really in the search PATH,
|
adam@0
|
9883 # but as the default location of the library.
|
adam@0
|
9884 hardcode_minus_L=yes
|
adam@0
|
9885 ;;
|
adam@0
|
9886 esac
|
adam@0
|
9887 fi
|
adam@0
|
9888 ;;
|
adam@0
|
9889
|
adam@0
|
9890 irix5* | irix6* | nonstopux*)
|
adam@0
|
9891 if test "$GCC" = yes; then
|
adam@47
|
9892 archive_cmds='$CC -shared $pic_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'
|
adam@0
|
9893 # Try to use the -exported_symbol ld option, if it does not
|
adam@0
|
9894 # work, assume that -exports_file does not work either and
|
adam@0
|
9895 # implicitly export all symbols.
|
adam@47
|
9896 # This should be the same for all languages, so no per-tag cache variable.
|
adam@47
|
9897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5
|
adam@47
|
9898 $as_echo_n "checking whether the $host_os linker accepts -exported_symbol... " >&6; }
|
adam@47
|
9899 if ${lt_cv_irix_exported_symbol+:} false; then :
|
adam@47
|
9900 $as_echo_n "(cached) " >&6
|
adam@47
|
9901 else
|
adam@47
|
9902 save_LDFLAGS="$LDFLAGS"
|
adam@47
|
9903 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
|
adam@47
|
9904 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
adam@47
|
9905 /* end confdefs.h. */
|
adam@47
|
9906 int foo (void) { return 0; }
|
adam@0
|
9907 _ACEOF
|
adam@0
|
9908 if ac_fn_c_try_link "$LINENO"; then :
|
adam@47
|
9909 lt_cv_irix_exported_symbol=yes
|
adam@47
|
9910 else
|
adam@47
|
9911 lt_cv_irix_exported_symbol=no
|
adam@0
|
9912 fi
|
adam@0
|
9913 rm -f core conftest.err conftest.$ac_objext \
|
adam@0
|
9914 conftest$ac_exeext conftest.$ac_ext
|
adam@47
|
9915 LDFLAGS="$save_LDFLAGS"
|
adam@47
|
9916 fi
|
adam@47
|
9917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5
|
adam@47
|
9918 $as_echo "$lt_cv_irix_exported_symbol" >&6; }
|
adam@47
|
9919 if test "$lt_cv_irix_exported_symbol" = yes; then
|
adam@47
|
9920 archive_expsym_cmds='$CC -shared $pic_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 ${wl}-exports_file ${wl}$export_symbols -o $lib'
|
adam@47
|
9921 fi
|
adam@0
|
9922 else
|
adam@47
|
9923 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'
|
adam@47
|
9924 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'
|
adam@0
|
9925 fi
|
adam@0
|
9926 archive_cmds_need_lc='no'
|
adam@0
|
9927 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
|
adam@0
|
9928 hardcode_libdir_separator=:
|
adam@0
|
9929 inherit_rpath=yes
|
adam@0
|
9930 link_all_deplibs=yes
|
adam@0
|
9931 ;;
|
adam@0
|
9932
|
adam@0
|
9933 netbsd* | netbsdelf*-gnu)
|
adam@0
|
9934 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
|
adam@0
|
9935 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
|
adam@0
|
9936 else
|
adam@0
|
9937 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
|
adam@0
|
9938 fi
|
adam@0
|
9939 hardcode_libdir_flag_spec='-R$libdir'
|
adam@0
|
9940 hardcode_direct=yes
|
adam@0
|
9941 hardcode_shlibpath_var=no
|
adam@0
|
9942 ;;
|
adam@0
|
9943
|
adam@0
|
9944 newsos6)
|
adam@0
|
9945 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
adam@0
|
9946 hardcode_direct=yes
|
adam@0
|
9947 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
|
adam@0
|
9948 hardcode_libdir_separator=:
|
adam@0
|
9949 hardcode_shlibpath_var=no
|
adam@0
|
9950 ;;
|
adam@0
|
9951
|
adam@0
|
9952 *nto* | *qnx*)
|
adam@0
|
9953 ;;
|
adam@0
|
9954
|
adam@0
|
9955 openbsd*)
|
adam@0
|
9956 if test -f /usr/libexec/ld.so; then
|
adam@0
|
9957 hardcode_direct=yes
|
adam@0
|
9958 hardcode_shlibpath_var=no
|
adam@0
|
9959 hardcode_direct_absolute=yes
|
adam@0
|
9960 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
|
adam@0
|
9961 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
|
adam@0
|
9962 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
|
adam@0
|
9963 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
|
adam@0
|
9964 export_dynamic_flag_spec='${wl}-E'
|
adam@0
|
9965 else
|
adam@0
|
9966 case $host_os in
|
adam@0
|
9967 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
|
adam@0
|
9968 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
|
adam@0
|
9969 hardcode_libdir_flag_spec='-R$libdir'
|
adam@0
|
9970 ;;
|
adam@0
|
9971 *)
|
adam@0
|
9972 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
|
adam@0
|
9973 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
|
adam@0
|
9974 ;;
|
adam@0
|
9975 esac
|
adam@0
|
9976 fi
|
adam@0
|
9977 else
|
adam@0
|
9978 ld_shlibs=no
|
adam@0
|
9979 fi
|
adam@0
|
9980 ;;
|
adam@0
|
9981
|
adam@0
|
9982 os2*)
|
adam@0
|
9983 hardcode_libdir_flag_spec='-L$libdir'
|
adam@0
|
9984 hardcode_minus_L=yes
|
adam@0
|
9985 allow_undefined_flag=unsupported
|
adam@47
|
9986 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'
|
adam@0
|
9987 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
|
adam@0
|
9988 ;;
|
adam@0
|
9989
|
adam@0
|
9990 osf3*)
|
adam@0
|
9991 if test "$GCC" = yes; then
|
adam@0
|
9992 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
|
adam@47
|
9993 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'
|
adam@0
|
9994 else
|
adam@0
|
9995 allow_undefined_flag=' -expect_unresolved \*'
|
adam@47
|
9996 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'
|
adam@0
|
9997 fi
|
adam@0
|
9998 archive_cmds_need_lc='no'
|
adam@0
|
9999 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
|
adam@0
|
10000 hardcode_libdir_separator=:
|
adam@0
|
10001 ;;
|
adam@0
|
10002
|
adam@0
|
10003 osf4* | osf5*) # as osf3* with the addition of -msym flag
|
adam@0
|
10004 if test "$GCC" = yes; then
|
adam@0
|
10005 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
|
adam@47
|
10006 archive_cmds='$CC -shared${allow_undefined_flag} $pic_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'
|
adam@0
|
10007 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
|
adam@0
|
10008 else
|
adam@0
|
10009 allow_undefined_flag=' -expect_unresolved \*'
|
adam@47
|
10010 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'
|
adam@0
|
10011 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~
|
adam@47
|
10012 $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'
|
adam@0
|
10013
|
adam@0
|
10014 # Both c and cxx compiler support -rpath directly
|
adam@0
|
10015 hardcode_libdir_flag_spec='-rpath $libdir'
|
adam@0
|
10016 fi
|
adam@0
|
10017 archive_cmds_need_lc='no'
|
adam@0
|
10018 hardcode_libdir_separator=:
|
adam@0
|
10019 ;;
|
adam@0
|
10020
|
adam@0
|
10021 solaris*)
|
adam@0
|
10022 no_undefined_flag=' -z defs'
|
adam@0
|
10023 if test "$GCC" = yes; then
|
adam@0
|
10024 wlarc='${wl}'
|
adam@47
|
10025 archive_cmds='$CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
|
adam@0
|
10026 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
|
adam@47
|
10027 $CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
|
adam@0
|
10028 else
|
adam@0
|
10029 case `$CC -V 2>&1` in
|
adam@0
|
10030 *"Compilers 5.0"*)
|
adam@0
|
10031 wlarc=''
|
adam@0
|
10032 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
adam@0
|
10033 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
|
adam@0
|
10034 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
|
adam@0
|
10035 ;;
|
adam@0
|
10036 *)
|
adam@0
|
10037 wlarc='${wl}'
|
adam@0
|
10038 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
|
adam@0
|
10039 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
|
adam@0
|
10040 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
|
adam@0
|
10041 ;;
|
adam@0
|
10042 esac
|
adam@0
|
10043 fi
|
adam@0
|
10044 hardcode_libdir_flag_spec='-R$libdir'
|
adam@0
|
10045 hardcode_shlibpath_var=no
|
adam@0
|
10046 case $host_os in
|
adam@0
|
10047 solaris2.[0-5] | solaris2.[0-5].*) ;;
|
adam@0
|
10048 *)
|
adam@0
|
10049 # The compiler driver will combine and reorder linker options,
|
adam@0
|
10050 # but understands `-z linker_flag'. GCC discards it without `$wl',
|
adam@0
|
10051 # but is careful enough not to reorder.
|
adam@0
|
10052 # Supported since Solaris 2.6 (maybe 2.5.1?)
|
adam@0
|
10053 if test "$GCC" = yes; then
|
adam@0
|
10054 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
|
adam@0
|
10055 else
|
adam@0
|
10056 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
|
adam@0
|
10057 fi
|
adam@0
|
10058 ;;
|
adam@0
|
10059 esac
|
adam@0
|
10060 link_all_deplibs=yes
|
adam@0
|
10061 ;;
|
adam@0
|
10062
|
adam@0
|
10063 sunos4*)
|
adam@0
|
10064 if test "x$host_vendor" = xsequent; then
|
adam@0
|
10065 # Use $CC to link under sequent, because it throws in some extra .o
|
adam@0
|
10066 # files that make .init and .fini sections work.
|
adam@0
|
10067 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
|
adam@0
|
10068 else
|
adam@0
|
10069 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
|
adam@0
|
10070 fi
|
adam@0
|
10071 hardcode_libdir_flag_spec='-L$libdir'
|
adam@0
|
10072 hardcode_direct=yes
|
adam@0
|
10073 hardcode_minus_L=yes
|
adam@0
|
10074 hardcode_shlibpath_var=no
|
adam@0
|
10075 ;;
|
adam@0
|
10076
|
adam@0
|
10077 sysv4)
|
adam@0
|
10078 case $host_vendor in
|
adam@0
|
10079 sni)
|
adam@0
|
10080 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
adam@0
|
10081 hardcode_direct=yes # is this really true???
|
adam@0
|
10082 ;;
|
adam@0
|
10083 siemens)
|
adam@0
|
10084 ## LD is ld it makes a PLAMLIB
|
adam@0
|
10085 ## CC just makes a GrossModule.
|
adam@0
|
10086 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
|
adam@0
|
10087 reload_cmds='$CC -r -o $output$reload_objs'
|
adam@0
|
10088 hardcode_direct=no
|
adam@0
|
10089 ;;
|
adam@0
|
10090 motorola)
|
adam@0
|
10091 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
adam@0
|
10092 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
|
adam@0
|
10093 ;;
|
adam@0
|
10094 esac
|
adam@0
|
10095 runpath_var='LD_RUN_PATH'
|
adam@0
|
10096 hardcode_shlibpath_var=no
|
adam@0
|
10097 ;;
|
adam@0
|
10098
|
adam@0
|
10099 sysv4.3*)
|
adam@0
|
10100 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
adam@0
|
10101 hardcode_shlibpath_var=no
|
adam@0
|
10102 export_dynamic_flag_spec='-Bexport'
|
adam@0
|
10103 ;;
|
adam@0
|
10104
|
adam@0
|
10105 sysv4*MP*)
|
adam@0
|
10106 if test -d /usr/nec; then
|
adam@0
|
10107 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
adam@0
|
10108 hardcode_shlibpath_var=no
|
adam@0
|
10109 runpath_var=LD_RUN_PATH
|
adam@0
|
10110 hardcode_runpath_var=yes
|
adam@0
|
10111 ld_shlibs=yes
|
adam@0
|
10112 fi
|
adam@0
|
10113 ;;
|
adam@0
|
10114
|
adam@0
|
10115 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
|
adam@0
|
10116 no_undefined_flag='${wl}-z,text'
|
adam@0
|
10117 archive_cmds_need_lc=no
|
adam@0
|
10118 hardcode_shlibpath_var=no
|
adam@0
|
10119 runpath_var='LD_RUN_PATH'
|
adam@0
|
10120
|
adam@0
|
10121 if test "$GCC" = yes; then
|
adam@0
|
10122 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
|
adam@0
|
10123 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
|
adam@0
|
10124 else
|
adam@0
|
10125 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
|
adam@0
|
10126 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
|
adam@0
|
10127 fi
|
adam@0
|
10128 ;;
|
adam@0
|
10129
|
adam@0
|
10130 sysv5* | sco3.2v5* | sco5v6*)
|
adam@0
|
10131 # Note: We can NOT use -z defs as we might desire, because we do not
|
adam@0
|
10132 # link with -lc, and that would cause any symbols used from libc to
|
adam@0
|
10133 # always be unresolved, which means just about no library would
|
adam@0
|
10134 # ever link correctly. If we're not using GNU ld we use -z text
|
adam@0
|
10135 # though, which does catch some bad symbols but isn't as heavy-handed
|
adam@0
|
10136 # as -z defs.
|
adam@0
|
10137 no_undefined_flag='${wl}-z,text'
|
adam@0
|
10138 allow_undefined_flag='${wl}-z,nodefs'
|
adam@0
|
10139 archive_cmds_need_lc=no
|
adam@0
|
10140 hardcode_shlibpath_var=no
|
adam@0
|
10141 hardcode_libdir_flag_spec='${wl}-R,$libdir'
|
adam@0
|
10142 hardcode_libdir_separator=':'
|
adam@0
|
10143 link_all_deplibs=yes
|
adam@0
|
10144 export_dynamic_flag_spec='${wl}-Bexport'
|
adam@0
|
10145 runpath_var='LD_RUN_PATH'
|
adam@0
|
10146
|
adam@0
|
10147 if test "$GCC" = yes; then
|
adam@0
|
10148 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
|
adam@0
|
10149 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
|
adam@0
|
10150 else
|
adam@0
|
10151 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
|
adam@0
|
10152 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
|
adam@0
|
10153 fi
|
adam@0
|
10154 ;;
|
adam@0
|
10155
|
adam@0
|
10156 uts4*)
|
adam@0
|
10157 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
adam@0
|
10158 hardcode_libdir_flag_spec='-L$libdir'
|
adam@0
|
10159 hardcode_shlibpath_var=no
|
adam@0
|
10160 ;;
|
adam@0
|
10161
|
adam@0
|
10162 *)
|
adam@0
|
10163 ld_shlibs=no
|
adam@0
|
10164 ;;
|
adam@0
|
10165 esac
|
adam@0
|
10166
|
adam@0
|
10167 if test x$host_vendor = xsni; then
|
adam@0
|
10168 case $host in
|
adam@0
|
10169 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
|
adam@0
|
10170 export_dynamic_flag_spec='${wl}-Blargedynsym'
|
adam@0
|
10171 ;;
|
adam@0
|
10172 esac
|
adam@0
|
10173 fi
|
adam@0
|
10174 fi
|
adam@0
|
10175
|
adam@0
|
10176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
|
adam@0
|
10177 $as_echo "$ld_shlibs" >&6; }
|
adam@0
|
10178 test "$ld_shlibs" = no && can_build_shared=no
|
adam@0
|
10179
|
adam@0
|
10180 with_gnu_ld=$with_gnu_ld
|
adam@0
|
10181
|
adam@0
|
10182
|
adam@0
|
10183
|
adam@0
|
10184
|
adam@0
|
10185
|
adam@0
|
10186
|
adam@0
|
10187
|
adam@0
|
10188
|
adam@0
|
10189
|
adam@0
|
10190
|
adam@0
|
10191
|
adam@0
|
10192
|
adam@0
|
10193
|
adam@0
|
10194
|
adam@0
|
10195
|
adam@0
|
10196 #
|
adam@0
|
10197 # Do we need to explicitly link libc?
|
adam@0
|
10198 #
|
adam@0
|
10199 case "x$archive_cmds_need_lc" in
|
adam@0
|
10200 x|xyes)
|
adam@0
|
10201 # Assume -lc should be added
|
adam@0
|
10202 archive_cmds_need_lc=yes
|
adam@0
|
10203
|
adam@0
|
10204 if test "$enable_shared" = yes && test "$GCC" = yes; then
|
adam@0
|
10205 case $archive_cmds in
|
adam@0
|
10206 *'~'*)
|
adam@0
|
10207 # FIXME: we may have to deal with multi-command sequences.
|
adam@0
|
10208 ;;
|
adam@0
|
10209 '$CC '*)
|
adam@0
|
10210 # Test whether the compiler implicitly links with -lc since on some
|
adam@0
|
10211 # systems, -lgcc has to come before -lc. If gcc already passes -lc
|
adam@0
|
10212 # to ld, don't add -lc before -lgcc.
|
adam@0
|
10213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
|
adam@0
|
10214 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
|
adam@47
|
10215 if ${lt_cv_archive_cmds_need_lc+:} false; then :
|
adam@47
|
10216 $as_echo_n "(cached) " >&6
|
adam@47
|
10217 else
|
adam@47
|
10218 $RM conftest*
|
adam@47
|
10219 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
|
adam@47
|
10220
|
adam@47
|
10221 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
|
adam@0
|
10222 (eval $ac_compile) 2>&5
|
adam@0
|
10223 ac_status=$?
|
adam@0
|
10224 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
adam@0
|
10225 test $ac_status = 0; } 2>conftest.err; then
|
adam@47
|
10226 soname=conftest
|
adam@47
|
10227 lib=conftest
|
adam@47
|
10228 libobjs=conftest.$ac_objext
|
adam@47
|
10229 deplibs=
|
adam@47
|
10230 wl=$lt_prog_compiler_wl
|
adam@47
|
10231 pic_flag=$lt_prog_compiler_pic
|
adam@47
|
10232 compiler_flags=-v
|
adam@47
|
10233 linker_flags=-v
|
adam@47
|
10234 verstring=
|
adam@47
|
10235 output_objdir=.
|
adam@47
|
10236 libname=conftest
|
adam@47
|
10237 lt_save_allow_undefined_flag=$allow_undefined_flag
|
adam@47
|
10238 allow_undefined_flag=
|
adam@47
|
10239 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
|
adam@0
|
10240 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
|
adam@0
|
10241 ac_status=$?
|
adam@0
|
10242 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
adam@0
|
10243 test $ac_status = 0; }
|
adam@47
|
10244 then
|
adam@47
|
10245 lt_cv_archive_cmds_need_lc=no
|
adam@47
|
10246 else
|
adam@47
|
10247 lt_cv_archive_cmds_need_lc=yes
|
adam@47
|
10248 fi
|
adam@47
|
10249 allow_undefined_flag=$lt_save_allow_undefined_flag
|
adam@47
|
10250 else
|
adam@47
|
10251 cat conftest.err 1>&5
|
adam@47
|
10252 fi
|
adam@47
|
10253 $RM conftest*
|
adam@47
|
10254
|
adam@47
|
10255 fi
|
adam@47
|
10256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
|
adam@47
|
10257 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
|
adam@47
|
10258 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
|
adam@0
|
10259 ;;
|
adam@0
|
10260 esac
|
adam@0
|
10261 fi
|
adam@0
|
10262 ;;
|
adam@0
|
10263 esac
|
adam@0
|
10264
|
adam@0
|
10265
|
adam@0
|
10266
|
adam@0
|
10267
|
adam@0
|
10268
|
adam@0
|
10269
|
adam@0
|
10270
|
adam@0
|
10271
|
adam@0
|
10272
|
adam@0
|
10273
|
adam@0
|
10274
|
adam@0
|
10275
|
adam@0
|
10276
|
adam@0
|
10277
|
adam@0
|
10278
|
adam@0
|
10279
|
adam@0
|
10280
|
adam@0
|
10281
|
adam@0
|
10282
|
adam@0
|
10283
|
adam@0
|
10284
|
adam@0
|
10285
|
adam@0
|
10286
|
adam@0
|
10287
|
adam@0
|
10288
|
adam@0
|
10289
|
adam@0
|
10290
|
adam@0
|
10291
|
adam@0
|
10292
|
adam@0
|
10293
|
adam@0
|
10294
|
adam@0
|
10295
|
adam@0
|
10296
|
adam@0
|
10297
|
adam@0
|
10298
|
adam@0
|
10299
|
adam@0
|
10300
|
adam@0
|
10301
|
adam@0
|
10302
|
adam@0
|
10303
|
adam@0
|
10304
|
adam@0
|
10305
|
adam@0
|
10306
|
adam@0
|
10307
|
adam@0
|
10308
|
adam@0
|
10309
|
adam@0
|
10310
|
adam@0
|
10311
|
adam@0
|
10312
|
adam@0
|
10313
|
adam@0
|
10314
|
adam@0
|
10315
|
adam@0
|
10316
|
adam@0
|
10317
|
adam@0
|
10318
|
adam@0
|
10319
|
adam@0
|
10320
|
adam@0
|
10321
|
adam@0
|
10322
|
adam@0
|
10323
|
adam@0
|
10324
|
adam@0
|
10325
|
adam@0
|
10326
|
adam@0
|
10327
|
adam@0
|
10328
|
adam@0
|
10329
|
adam@0
|
10330
|
adam@0
|
10331
|
adam@0
|
10332
|
adam@0
|
10333
|
adam@0
|
10334
|
adam@0
|
10335
|
adam@0
|
10336
|
adam@0
|
10337
|
adam@0
|
10338
|
adam@0
|
10339
|
adam@0
|
10340
|
adam@0
|
10341
|
adam@0
|
10342
|
adam@0
|
10343
|
adam@0
|
10344
|
adam@0
|
10345
|
adam@0
|
10346
|
adam@0
|
10347
|
adam@0
|
10348
|
adam@0
|
10349
|
adam@0
|
10350
|
adam@0
|
10351
|
adam@0
|
10352
|
adam@0
|
10353
|
adam@0
|
10354
|
adam@0
|
10355
|
adam@0
|
10356
|
adam@0
|
10357
|
adam@0
|
10358
|
adam@0
|
10359
|
adam@0
|
10360
|
adam@0
|
10361
|
adam@0
|
10362
|
adam@0
|
10363
|
adam@0
|
10364
|
adam@0
|
10365
|
adam@0
|
10366
|
adam@0
|
10367
|
adam@0
|
10368
|
adam@0
|
10369
|
adam@0
|
10370
|
adam@0
|
10371
|
adam@0
|
10372
|
adam@0
|
10373
|
adam@0
|
10374
|
adam@0
|
10375
|
adam@0
|
10376
|
adam@0
|
10377
|
adam@0
|
10378
|
adam@0
|
10379
|
adam@0
|
10380
|
adam@0
|
10381
|
adam@0
|
10382
|
adam@0
|
10383
|
adam@0
|
10384
|
adam@0
|
10385
|
adam@0
|
10386
|
adam@0
|
10387
|
adam@0
|
10388
|
adam@0
|
10389
|
adam@0
|
10390
|
adam@0
|
10391
|
adam@0
|
10392
|
adam@0
|
10393
|
adam@0
|
10394
|
adam@0
|
10395
|
adam@0
|
10396
|
adam@0
|
10397
|
adam@0
|
10398
|
adam@0
|
10399
|
adam@0
|
10400
|
adam@0
|
10401
|
adam@0
|
10402
|
adam@0
|
10403
|
adam@0
|
10404
|
adam@0
|
10405
|
adam@0
|
10406
|
adam@0
|
10407
|
adam@0
|
10408
|
adam@0
|
10409
|
adam@0
|
10410
|
adam@0
|
10411
|
adam@0
|
10412
|
adam@0
|
10413
|
adam@0
|
10414
|
adam@0
|
10415
|
adam@0
|
10416
|
adam@0
|
10417
|
adam@0
|
10418
|
adam@0
|
10419
|
adam@0
|
10420
|
adam@0
|
10421 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
|
adam@0
|
10422 $as_echo_n "checking dynamic linker characteristics... " >&6; }
|
adam@0
|
10423
|
adam@0
|
10424 if test "$GCC" = yes; then
|
adam@0
|
10425 case $host_os in
|
adam@0
|
10426 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
|
adam@0
|
10427 *) lt_awk_arg="/^libraries:/" ;;
|
adam@0
|
10428 esac
|
adam@47
|
10429 case $host_os in
|
adam@47
|
10430 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
|
adam@47
|
10431 *) lt_sed_strip_eq="s,=/,/,g" ;;
|
adam@47
|
10432 esac
|
adam@47
|
10433 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
|
adam@47
|
10434 case $lt_search_path_spec in
|
adam@47
|
10435 *\;*)
|
adam@0
|
10436 # if the path contains ";" then we assume it to be the separator
|
adam@0
|
10437 # otherwise default to the standard path separator (i.e. ":") - it is
|
adam@0
|
10438 # assumed that no part of a normal pathname contains ";" but that should
|
adam@0
|
10439 # okay in the real world where ";" in dirpaths is itself problematic.
|
adam@47
|
10440 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
|
adam@47
|
10441 ;;
|
adam@47
|
10442 *)
|
adam@47
|
10443 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
|
adam@47
|
10444 ;;
|
adam@47
|
10445 esac
|
adam@0
|
10446 # Ok, now we have the path, separated by spaces, we can step through it
|
adam@0
|
10447 # and add multilib dir if necessary.
|
adam@0
|
10448 lt_tmp_lt_search_path_spec=
|
adam@0
|
10449 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
|
adam@0
|
10450 for lt_sys_path in $lt_search_path_spec; do
|
adam@0
|
10451 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
|
adam@0
|
10452 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
|
adam@0
|
10453 else
|
adam@0
|
10454 test -d "$lt_sys_path" && \
|
adam@0
|
10455 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
|
adam@0
|
10456 fi
|
adam@0
|
10457 done
|
adam@47
|
10458 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
|
adam@0
|
10459 BEGIN {RS=" "; FS="/|\n";} {
|
adam@0
|
10460 lt_foo="";
|
adam@0
|
10461 lt_count=0;
|
adam@0
|
10462 for (lt_i = NF; lt_i > 0; lt_i--) {
|
adam@0
|
10463 if ($lt_i != "" && $lt_i != ".") {
|
adam@0
|
10464 if ($lt_i == "..") {
|
adam@0
|
10465 lt_count++;
|
adam@0
|
10466 } else {
|
adam@0
|
10467 if (lt_count == 0) {
|
adam@0
|
10468 lt_foo="/" $lt_i lt_foo;
|
adam@0
|
10469 } else {
|
adam@0
|
10470 lt_count--;
|
adam@0
|
10471 }
|
adam@0
|
10472 }
|
adam@0
|
10473 }
|
adam@0
|
10474 }
|
adam@0
|
10475 if (lt_foo != "") { lt_freq[lt_foo]++; }
|
adam@0
|
10476 if (lt_freq[lt_foo] == 1) { print lt_foo; }
|
adam@0
|
10477 }'`
|
adam@47
|
10478 # AWK program above erroneously prepends '/' to C:/dos/paths
|
adam@47
|
10479 # for these hosts.
|
adam@47
|
10480 case $host_os in
|
adam@47
|
10481 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
|
adam@47
|
10482 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
|
adam@47
|
10483 esac
|
adam@47
|
10484 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
|
adam@0
|
10485 else
|
adam@0
|
10486 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
|
adam@0
|
10487 fi
|
adam@0
|
10488 library_names_spec=
|
adam@0
|
10489 libname_spec='lib$name'
|
adam@0
|
10490 soname_spec=
|
adam@0
|
10491 shrext_cmds=".so"
|
adam@0
|
10492 postinstall_cmds=
|
adam@0
|
10493 postuninstall_cmds=
|
adam@0
|
10494 finish_cmds=
|
adam@0
|
10495 finish_eval=
|
adam@0
|
10496 shlibpath_var=
|
adam@0
|
10497 shlibpath_overrides_runpath=unknown
|
adam@0
|
10498 version_type=none
|
adam@0
|
10499 dynamic_linker="$host_os ld.so"
|
adam@0
|
10500 sys_lib_dlsearch_path_spec="/lib /usr/lib"
|
adam@0
|
10501 need_lib_prefix=unknown
|
adam@0
|
10502 hardcode_into_libs=no
|
adam@0
|
10503
|
adam@0
|
10504 # when you set need_version to no, make sure it does not cause -set_version
|
adam@0
|
10505 # flags to be left without arguments
|
adam@0
|
10506 need_version=unknown
|
adam@0
|
10507
|
adam@0
|
10508 case $host_os in
|
adam@0
|
10509 aix3*)
|
adam@0
|
10510 version_type=linux
|
adam@0
|
10511 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
|
adam@0
|
10512 shlibpath_var=LIBPATH
|
adam@0
|
10513
|
adam@0
|
10514 # AIX 3 has no versioning support, so we append a major version to the name.
|
adam@0
|
10515 soname_spec='${libname}${release}${shared_ext}$major'
|
adam@0
|
10516 ;;
|
adam@0
|
10517
|
adam@0
|
10518 aix[4-9]*)
|
adam@0
|
10519 version_type=linux
|
adam@0
|
10520 need_lib_prefix=no
|
adam@0
|
10521 need_version=no
|
adam@0
|
10522 hardcode_into_libs=yes
|
adam@0
|
10523 if test "$host_cpu" = ia64; then
|
adam@0
|
10524 # AIX 5 supports IA64
|
adam@0
|
10525 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
|
adam@0
|
10526 shlibpath_var=LD_LIBRARY_PATH
|
adam@0
|
10527 else
|
adam@0
|
10528 # With GCC up to 2.95.x, collect2 would create an import file
|
adam@0
|
10529 # for dependence libraries. The import file would start with
|
adam@0
|
10530 # the line `#! .'. This would cause the generated library to
|
adam@0
|
10531 # depend on `.', always an invalid library. This was fixed in
|
adam@0
|
10532 # development snapshots of GCC prior to 3.0.
|
adam@0
|
10533 case $host_os in
|
adam@0
|
10534 aix4 | aix4.[01] | aix4.[01].*)
|
adam@0
|
10535 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
|
adam@0
|
10536 echo ' yes '
|
adam@0
|
10537 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
|
adam@0
|
10538 :
|
adam@0
|
10539 else
|
adam@0
|
10540 can_build_shared=no
|
adam@0
|
10541 fi
|
adam@0
|
10542 ;;
|
adam@0
|
10543 esac
|
adam@0
|
10544 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
|
adam@0
|
10545 # soname into executable. Probably we can add versioning support to
|
adam@0
|
10546 # collect2, so additional links can be useful in future.
|
adam@0
|
10547 if test "$aix_use_runtimelinking" = yes; then
|
adam@0
|
10548 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
|
adam@0
|
10549 # instead of lib<name>.a to let people know that these are not
|
adam@0
|
10550 # typical AIX shared libraries.
|
adam@0
|
10551 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
adam@0
|
10552 else
|
adam@0
|
10553 # We preserve .a as extension for shared libraries through AIX4.2
|
adam@0
|
10554 # and later when we are not doing run time linking.
|
adam@0
|
10555 library_names_spec='${libname}${release}.a $libname.a'
|
adam@0
|
10556 soname_spec='${libname}${release}${shared_ext}$major'
|
adam@0
|
10557 fi
|
adam@0
|
10558 shlibpath_var=LIBPATH
|
adam@0
|
10559 fi
|
adam@0
|
10560 ;;
|
adam@0
|
10561
|
adam@0
|
10562 amigaos*)
|
adam@0
|
10563 case $host_cpu in
|
adam@0
|
10564 powerpc)
|
adam@0
|
10565 # Since July 2007 AmigaOS4 officially supports .so libraries.
|
adam@0
|
10566 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
|
adam@0
|
10567 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
adam@0
|
10568 ;;
|
adam@0
|
10569 m68k)
|
adam@0
|
10570 library_names_spec='$libname.ixlibrary $libname.a'
|
adam@0
|
10571 # Create ${libname}_ixlibrary.a entries in /sys/libs.
|
adam@47
|
10572 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'
|
adam@0
|
10573 ;;
|
adam@0
|
10574 esac
|
adam@0
|
10575 ;;
|
adam@0
|
10576
|
adam@0
|
10577 beos*)
|
adam@0
|
10578 library_names_spec='${libname}${shared_ext}'
|
adam@0
|
10579 dynamic_linker="$host_os ld.so"
|
adam@0
|
10580 shlibpath_var=LIBRARY_PATH
|
adam@0
|
10581 ;;
|
adam@0
|
10582
|
adam@0
|
10583 bsdi[45]*)
|
adam@0
|
10584 version_type=linux
|
adam@0
|
10585 need_version=no
|
adam@0
|
10586 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
adam@0
|
10587 soname_spec='${libname}${release}${shared_ext}$major'
|
adam@0
|
10588 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
|
adam@0
|
10589 shlibpath_var=LD_LIBRARY_PATH
|
adam@0
|
10590 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
|
adam@0
|
10591 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
|
adam@0
|
10592 # the default ld.so.conf also contains /usr/contrib/lib and
|
adam@0
|
10593 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
|
adam@0
|
10594 # libtool to hard-code these into programs
|
adam@0
|
10595 ;;
|
adam@0
|
10596
|
adam@0
|
10597 cygwin* | mingw* | pw32* | cegcc*)
|
adam@0
|
10598 version_type=windows
|
adam@0
|
10599 shrext_cmds=".dll"
|
adam@0
|
10600 need_version=no
|
adam@0
|
10601 need_lib_prefix=no
|
adam@0
|
10602
|
adam@47
|
10603 case $GCC,$cc_basename in
|
adam@47
|
10604 yes,*)
|
adam@47
|
10605 # gcc
|
adam@0
|
10606 library_names_spec='$libname.dll.a'
|
adam@0
|
10607 # DLL is installed to $(libdir)/../bin by postinstall_cmds
|
adam@0
|
10608 postinstall_cmds='base_file=`basename \${file}`~
|
adam@0
|
10609 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
|
adam@0
|
10610 dldir=$destdir/`dirname \$dlpath`~
|
adam@0
|
10611 test -d \$dldir || mkdir -p \$dldir~
|
adam@0
|
10612 $install_prog $dir/$dlname \$dldir/$dlname~
|
adam@0
|
10613 chmod a+x \$dldir/$dlname~
|
adam@0
|
10614 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
|
adam@0
|
10615 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
|
adam@0
|
10616 fi'
|
adam@0
|
10617 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
|
adam@0
|
10618 dlpath=$dir/\$dldll~
|
adam@0
|
10619 $RM \$dlpath'
|
adam@0
|
10620 shlibpath_overrides_runpath=yes
|
adam@0
|
10621
|
adam@0
|
10622 case $host_os in
|
adam@0
|
10623 cygwin*)
|
adam@0
|
10624 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
|
adam@0
|
10625 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
|
adam@47
|
10626
|
adam@47
|
10627 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
|
adam@0
|
10628 ;;
|
adam@0
|
10629 mingw* | cegcc*)
|
adam@0
|
10630 # MinGW DLLs use traditional 'lib' prefix
|
adam@0
|
10631 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
|
adam@0
|
10632 ;;
|
adam@0
|
10633 pw32*)
|
adam@0
|
10634 # pw32 DLLs use 'pw' prefix rather than 'lib'
|
adam@0
|
10635 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
|
adam@0
|
10636 ;;
|
adam@0
|
10637 esac
|
adam@47
|
10638 dynamic_linker='Win32 ld.exe'
|
adam@47
|
10639 ;;
|
adam@47
|
10640
|
adam@47
|
10641 *,cl*)
|
adam@47
|
10642 # Native MSVC
|
adam@47
|
10643 libname_spec='$name'
|
adam@47
|
10644 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
|
adam@47
|
10645 library_names_spec='${libname}.dll.lib'
|
adam@47
|
10646
|
adam@47
|
10647 case $build_os in
|
adam@47
|
10648 mingw*)
|
adam@47
|
10649 sys_lib_search_path_spec=
|
adam@47
|
10650 lt_save_ifs=$IFS
|
adam@47
|
10651 IFS=';'
|
adam@47
|
10652 for lt_path in $LIB
|
adam@47
|
10653 do
|
adam@47
|
10654 IFS=$lt_save_ifs
|
adam@47
|
10655 # Let DOS variable expansion print the short 8.3 style file name.
|
adam@47
|
10656 lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
|
adam@47
|
10657 sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
|
adam@47
|
10658 done
|
adam@47
|
10659 IFS=$lt_save_ifs
|
adam@47
|
10660 # Convert to MSYS style.
|
adam@47
|
10661 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
|
adam@47
|
10662 ;;
|
adam@47
|
10663 cygwin*)
|
adam@47
|
10664 # Convert to unix form, then to dos form, then back to unix form
|
adam@47
|
10665 # but this time dos style (no spaces!) so that the unix form looks
|
adam@47
|
10666 # like /cygdrive/c/PROGRA~1:/cygdr...
|
adam@47
|
10667 sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
|
adam@47
|
10668 sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
|
adam@47
|
10669 sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
|
adam@47
|
10670 ;;
|
adam@47
|
10671 *)
|
adam@47
|
10672 sys_lib_search_path_spec="$LIB"
|
adam@47
|
10673 if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
|
adam@47
|
10674 # It is most probably a Windows format PATH.
|
adam@47
|
10675 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
|
adam@47
|
10676 else
|
adam@47
|
10677 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
|
adam@47
|
10678 fi
|
adam@47
|
10679 # FIXME: find the short name or the path components, as spaces are
|
adam@47
|
10680 # common. (e.g. "Program Files" -> "PROGRA~1")
|
adam@47
|
10681 ;;
|
adam@47
|
10682 esac
|
adam@47
|
10683
|
adam@47
|
10684 # DLL is installed to $(libdir)/../bin by postinstall_cmds
|
adam@47
|
10685 postinstall_cmds='base_file=`basename \${file}`~
|
adam@47
|
10686 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
|
adam@47
|
10687 dldir=$destdir/`dirname \$dlpath`~
|
adam@47
|
10688 test -d \$dldir || mkdir -p \$dldir~
|
adam@47
|
10689 $install_prog $dir/$dlname \$dldir/$dlname'
|
adam@47
|
10690 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
|
adam@47
|
10691 dlpath=$dir/\$dldll~
|
adam@47
|
10692 $RM \$dlpath'
|
adam@47
|
10693 shlibpath_overrides_runpath=yes
|
adam@47
|
10694 dynamic_linker='Win32 link.exe'
|
adam@0
|
10695 ;;
|
adam@0
|
10696
|
adam@0
|
10697 *)
|
adam@47
|
10698 # Assume MSVC wrapper
|
adam@0
|
10699 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
|
adam@47
|
10700 dynamic_linker='Win32 ld.exe'
|
adam@47
|
10701 ;;
|
adam@47
|
10702 esac
|
adam@0
|
10703 # FIXME: first we should search . and the directory the executable is in
|
adam@0
|
10704 shlibpath_var=PATH
|
adam@0
|
10705 ;;
|
adam@0
|
10706
|
adam@0
|
10707 darwin* | rhapsody*)
|
adam@0
|
10708 dynamic_linker="$host_os dyld"
|
adam@0
|
10709 version_type=darwin
|
adam@0
|
10710 need_lib_prefix=no
|
adam@0
|
10711 need_version=no
|
adam@0
|
10712 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
|
adam@0
|
10713 soname_spec='${libname}${release}${major}$shared_ext'
|
adam@0
|
10714 shlibpath_overrides_runpath=yes
|
adam@0
|
10715 shlibpath_var=DYLD_LIBRARY_PATH
|
adam@0
|
10716 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
|
adam@0
|
10717
|
adam@0
|
10718 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
|
adam@0
|
10719 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
|
adam@0
|
10720 ;;
|
adam@0
|
10721
|
adam@0
|
10722 dgux*)
|
adam@0
|
10723 version_type=linux
|
adam@0
|
10724 need_lib_prefix=no
|
adam@0
|
10725 need_version=no
|
adam@0
|
10726 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
|
adam@0
|
10727 soname_spec='${libname}${release}${shared_ext}$major'
|
adam@0
|
10728 shlibpath_var=LD_LIBRARY_PATH
|
adam@0
|
10729 ;;
|
adam@0
|
10730
|
adam@0
|
10731 freebsd1*)
|
adam@0
|
10732 dynamic_linker=no
|
adam@0
|
10733 ;;
|
adam@0
|
10734
|
adam@0
|
10735 freebsd* | dragonfly*)
|
adam@0
|
10736 # DragonFly does not have aout. When/if they implement a new
|
adam@0
|
10737 # versioning mechanism, adjust this.
|
adam@0
|
10738 if test -x /usr/bin/objformat; then
|
adam@0
|
10739 objformat=`/usr/bin/objformat`
|
adam@0
|
10740 else
|
adam@0
|
10741 case $host_os in
|
adam@0
|
10742 freebsd[123]*) objformat=aout ;;
|
adam@0
|
10743 *) objformat=elf ;;
|
adam@0
|
10744 esac
|
adam@0
|
10745 fi
|
adam@0
|
10746 version_type=freebsd-$objformat
|
adam@0
|
10747 case $version_type in
|
adam@0
|
10748 freebsd-elf*)
|
adam@0
|
10749 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
|
adam@0
|
10750 need_version=no
|
adam@0
|
10751 need_lib_prefix=no
|
adam@0
|
10752 ;;
|
adam@0
|
10753 freebsd-*)
|
adam@0
|
10754 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
|
adam@0
|
10755 need_version=yes
|
adam@0
|
10756 ;;
|
adam@0
|
10757 esac
|
adam@0
|
10758 shlibpath_var=LD_LIBRARY_PATH
|
adam@0
|
10759 case $host_os in
|
adam@0
|
10760 freebsd2*)
|
adam@0
|
10761 shlibpath_overrides_runpath=yes
|
adam@0
|
10762 ;;
|
adam@0
|
10763 freebsd3.[01]* | freebsdelf3.[01]*)
|
adam@0
|
10764 shlibpath_overrides_runpath=yes
|
adam@0
|
10765 hardcode_into_libs=yes
|
adam@0
|
10766 ;;
|
adam@0
|
10767 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
|
adam@0
|
10768 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
|
adam@0
|
10769 shlibpath_overrides_runpath=no
|
adam@0
|
10770 hardcode_into_libs=yes
|
adam@0
|
10771 ;;
|
adam@0
|
10772 *) # from 4.6 on, and DragonFly
|
adam@0
|
10773 shlibpath_overrides_runpath=yes
|
adam@0
|
10774 hardcode_into_libs=yes
|
adam@0
|
10775 ;;
|
adam@0
|
10776 esac
|
adam@0
|
10777 ;;
|
adam@0
|
10778
|
adam@0
|
10779 gnu*)
|
adam@0
|
10780 version_type=linux
|
adam@0
|
10781 need_lib_prefix=no
|
adam@0
|
10782 need_version=no
|
adam@0
|
10783 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
|
adam@0
|
10784 soname_spec='${libname}${release}${shared_ext}$major'
|
adam@0
|
10785 shlibpath_var=LD_LIBRARY_PATH
|
adam@47
|
10786 shlibpath_overrides_runpath=no
|
adam@47
|
10787 hardcode_into_libs=yes
|
adam@47
|
10788 ;;
|
adam@47
|
10789
|
adam@47
|
10790 haiku*)
|
adam@47
|
10791 version_type=linux
|
adam@47
|
10792 need_lib_prefix=no
|
adam@47
|
10793 need_version=no
|
adam@47
|
10794 dynamic_linker="$host_os runtime_loader"
|
adam@47
|
10795 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
|
adam@47
|
10796 soname_spec='${libname}${release}${shared_ext}$major'
|
adam@47
|
10797 shlibpath_var=LIBRARY_PATH
|
adam@47
|
10798 shlibpath_overrides_runpath=yes
|
adam@47
|
10799 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
|
adam@0
|
10800 hardcode_into_libs=yes
|
adam@0
|
10801 ;;
|
adam@0
|
10802
|
adam@0
|
10803 hpux9* | hpux10* | hpux11*)
|
adam@0
|
10804 # Give a soname corresponding to the major version so that dld.sl refuses to
|
adam@0
|
10805 # link against other versions.
|
adam@0
|
10806 version_type=sunos
|
adam@0
|
10807 need_lib_prefix=no
|
adam@0
|
10808 need_version=no
|
adam@0
|
10809 case $host_cpu in
|
adam@0
|
10810 ia64*)
|
adam@0
|
10811 shrext_cmds='.so'
|
adam@0
|
10812 hardcode_into_libs=yes
|
adam@0
|
10813 dynamic_linker="$host_os dld.so"
|
adam@0
|
10814 shlibpath_var=LD_LIBRARY_PATH
|
adam@0
|
10815 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
|
adam@0
|
10816 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
adam@0
|
10817 soname_spec='${libname}${release}${shared_ext}$major'
|
adam@0
|
10818 if test "X$HPUX_IA64_MODE" = X32; then
|
adam@0
|
10819 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
|
adam@0
|
10820 else
|
adam@0
|
10821 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
|
adam@0
|
10822 fi
|
adam@0
|
10823 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
|
adam@0
|
10824 ;;
|
adam@0
|
10825 hppa*64*)
|
adam@0
|
10826 shrext_cmds='.sl'
|
adam@0
|
10827 hardcode_into_libs=yes
|
adam@0
|
10828 dynamic_linker="$host_os dld.sl"
|
adam@0
|
10829 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
|
adam@0
|
10830 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
|
adam@0
|
10831 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
adam@0
|
10832 soname_spec='${libname}${release}${shared_ext}$major'
|
adam@0
|
10833 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
|
adam@0
|
10834 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
|
adam@0
|
10835 ;;
|
adam@0
|
10836 *)
|
adam@0
|
10837 shrext_cmds='.sl'
|
adam@0
|
10838 dynamic_linker="$host_os dld.sl"
|
adam@0
|
10839 shlibpath_var=SHLIB_PATH
|
adam@0
|
10840 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
|
adam@0
|
10841 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
adam@0
|
10842 soname_spec='${libname}${release}${shared_ext}$major'
|
adam@0
|
10843 ;;
|
adam@0
|
10844 esac
|
adam@47
|
10845 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
|
adam@0
|
10846 postinstall_cmds='chmod 555 $lib'
|
adam@47
|
10847 # or fails outright, so override atomically:
|
adam@47
|
10848 install_override_mode=555
|
adam@0
|
10849 ;;
|
adam@0
|
10850
|
adam@0
|
10851 interix[3-9]*)
|
adam@0
|
10852 version_type=linux
|
adam@0
|
10853 need_lib_prefix=no
|
adam@0
|
10854 need_version=no
|
adam@0
|
10855 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
|
adam@0
|
10856 soname_spec='${libname}${release}${shared_ext}$major'
|
adam@0
|
10857 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
|
adam@0
|
10858 shlibpath_var=LD_LIBRARY_PATH
|
adam@0
|
10859 shlibpath_overrides_runpath=no
|
adam@0
|
10860 hardcode_into_libs=yes
|
adam@0
|
10861 ;;
|
adam@0
|
10862
|
adam@0
|
10863 irix5* | irix6* | nonstopux*)
|
adam@0
|
10864 case $host_os in
|
adam@0
|
10865 nonstopux*) version_type=nonstopux ;;
|
adam@0
|
10866 *)
|
adam@0
|
10867 if test "$lt_cv_prog_gnu_ld" = yes; then
|
adam@0
|
10868 version_type=linux
|
adam@0
|
10869 else
|
adam@0
|
10870 version_type=irix
|
adam@0
|
10871 fi ;;
|
adam@0
|
10872 esac
|
adam@0
|
10873 need_lib_prefix=no
|
adam@0
|
10874 need_version=no
|
adam@0
|
10875 soname_spec='${libname}${release}${shared_ext}$major'
|
adam@0
|
10876 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
|
adam@0
|
10877 case $host_os in
|
adam@0
|
10878 irix5* | nonstopux*)
|
adam@0
|
10879 libsuff= shlibsuff=
|
adam@0
|
10880 ;;
|
adam@0
|
10881 *)
|
adam@0
|
10882 case $LD in # libtool.m4 will add one of these switches to LD
|
adam@0
|
10883 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
|
adam@0
|
10884 libsuff= shlibsuff= libmagic=32-bit;;
|
adam@0
|
10885 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
|
adam@0
|
10886 libsuff=32 shlibsuff=N32 libmagic=N32;;
|
adam@0
|
10887 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
|
adam@0
|
10888 libsuff=64 shlibsuff=64 libmagic=64-bit;;
|
adam@0
|
10889 *) libsuff= shlibsuff= libmagic=never-match;;
|
adam@0
|
10890 esac
|
adam@0
|
10891 ;;
|
adam@0
|
10892 esac
|
adam@0
|
10893 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
|
adam@0
|
10894 shlibpath_overrides_runpath=no
|
adam@0
|
10895 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
|
adam@0
|
10896 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
|
adam@0
|
10897 hardcode_into_libs=yes
|
adam@0
|
10898 ;;
|
adam@0
|
10899
|
adam@0
|
10900 # No shared lib support for Linux oldld, aout, or coff.
|
adam@0
|
10901 linux*oldld* | linux*aout* | linux*coff*)
|
adam@0
|
10902 dynamic_linker=no
|
adam@0
|
10903 ;;
|
adam@0
|
10904
|
adam@0
|
10905 # This must be Linux ELF.
|
adam@0
|
10906 linux* | k*bsd*-gnu | kopensolaris*-gnu)
|
adam@0
|
10907 version_type=linux
|
adam@0
|
10908 need_lib_prefix=no
|
adam@0
|
10909 need_version=no
|
adam@0
|
10910 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
adam@0
|
10911 soname_spec='${libname}${release}${shared_ext}$major'
|
adam@0
|
10912 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
|
adam@0
|
10913 shlibpath_var=LD_LIBRARY_PATH
|
adam@0
|
10914 shlibpath_overrides_runpath=no
|
adam@47
|
10915
|
adam@0
|
10916 # Some binutils ld are patched to set DT_RUNPATH
|
adam@47
|
10917 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
|
adam@47
|
10918 $as_echo_n "(cached) " >&6
|
adam@47
|
10919 else
|
adam@47
|
10920 lt_cv_shlibpath_overrides_runpath=no
|
adam@47
|
10921 save_LDFLAGS=$LDFLAGS
|
adam@47
|
10922 save_libdir=$libdir
|
adam@47
|
10923 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
|
adam@47
|
10924 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
|
adam@47
|
10925 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
adam@0
|
10926 /* end confdefs.h. */
|
adam@0
|
10927
|
adam@0
|
10928 int
|
adam@0
|
10929 main ()
|
adam@0
|
10930 {
|
adam@0
|
10931
|
adam@0
|
10932 ;
|
adam@0
|
10933 return 0;
|
adam@0
|
10934 }
|
adam@0
|
10935 _ACEOF
|
adam@0
|
10936 if ac_fn_c_try_link "$LINENO"; then :
|
adam@0
|
10937 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
|
adam@47
|
10938 lt_cv_shlibpath_overrides_runpath=yes
|
adam@0
|
10939 fi
|
adam@0
|
10940 fi
|
adam@0
|
10941 rm -f core conftest.err conftest.$ac_objext \
|
adam@0
|
10942 conftest$ac_exeext conftest.$ac_ext
|
adam@47
|
10943 LDFLAGS=$save_LDFLAGS
|
adam@47
|
10944 libdir=$save_libdir
|
adam@47
|
10945
|
adam@47
|
10946 fi
|
adam@47
|
10947
|
adam@47
|
10948 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
|
adam@0
|
10949
|
adam@0
|
10950 # This implies no fast_install, which is unacceptable.
|
adam@0
|
10951 # Some rework will be needed to allow for fast_install
|
adam@0
|
10952 # before this can be enabled.
|
adam@0
|
10953 hardcode_into_libs=yes
|
adam@0
|
10954
|
adam@0
|
10955 # Append ld.so.conf contents to the search path
|
adam@0
|
10956 if test -f /etc/ld.so.conf; then
|
adam@47
|
10957 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' ' '`
|
adam@0
|
10958 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
|
adam@0
|
10959 fi
|
adam@0
|
10960
|
adam@0
|
10961 # We used to test for /lib/ld.so.1 and disable shared libraries on
|
adam@0
|
10962 # powerpc, because MkLinux only supported shared libraries with the
|
adam@0
|
10963 # GNU dynamic linker. Since this was broken with cross compilers,
|
adam@0
|
10964 # most powerpc-linux boxes support dynamic linking these days and
|
adam@0
|
10965 # people can always --disable-shared, the test was removed, and we
|
adam@0
|
10966 # assume the GNU/Linux dynamic linker is in use.
|
adam@0
|
10967 dynamic_linker='GNU/Linux ld.so'
|
adam@0
|
10968 ;;
|
adam@0
|
10969
|
adam@0
|
10970 netbsdelf*-gnu)
|
adam@0
|
10971 version_type=linux
|
adam@0
|
10972 need_lib_prefix=no
|
adam@0
|
10973 need_version=no
|
adam@0
|
10974 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
|
adam@0
|
10975 soname_spec='${libname}${release}${shared_ext}$major'
|
adam@0
|
10976 shlibpath_var=LD_LIBRARY_PATH
|
adam@0
|
10977 shlibpath_overrides_runpath=no
|
adam@0
|
10978 hardcode_into_libs=yes
|
adam@0
|
10979 dynamic_linker='NetBSD ld.elf_so'
|
adam@0
|
10980 ;;
|
adam@0
|
10981
|
adam@0
|
10982 netbsd*)
|
adam@0
|
10983 version_type=sunos
|
adam@0
|
10984 need_lib_prefix=no
|
adam@0
|
10985 need_version=no
|
adam@0
|
10986 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
|
adam@0
|
10987 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
|
adam@0
|
10988 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
|
adam@0
|
10989 dynamic_linker='NetBSD (a.out) ld.so'
|
adam@0
|
10990 else
|
adam@0
|
10991 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
|
adam@0
|
10992 soname_spec='${libname}${release}${shared_ext}$major'
|
adam@0
|
10993 dynamic_linker='NetBSD ld.elf_so'
|
adam@0
|
10994 fi
|
adam@0
|
10995 shlibpath_var=LD_LIBRARY_PATH
|
adam@0
|
10996 shlibpath_overrides_runpath=yes
|
adam@0
|
10997 hardcode_into_libs=yes
|
adam@0
|
10998 ;;
|
adam@0
|
10999
|
adam@0
|
11000 newsos6)
|
adam@0
|
11001 version_type=linux
|
adam@0
|
11002 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
adam@0
|
11003 shlibpath_var=LD_LIBRARY_PATH
|
adam@0
|
11004 shlibpath_overrides_runpath=yes
|
adam@0
|
11005 ;;
|
adam@0
|
11006
|
adam@0
|
11007 *nto* | *qnx*)
|
adam@0
|
11008 version_type=qnx
|
adam@0
|
11009 need_lib_prefix=no
|
adam@0
|
11010 need_version=no
|
adam@0
|
11011 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
adam@0
|
11012 soname_spec='${libname}${release}${shared_ext}$major'
|
adam@0
|
11013 shlibpath_var=LD_LIBRARY_PATH
|
adam@0
|
11014 shlibpath_overrides_runpath=no
|
adam@0
|
11015 hardcode_into_libs=yes
|
adam@0
|
11016 dynamic_linker='ldqnx.so'
|
adam@0
|
11017 ;;
|
adam@0
|
11018
|
adam@0
|
11019 openbsd*)
|
adam@0
|
11020 version_type=sunos
|
adam@0
|
11021 sys_lib_dlsearch_path_spec="/usr/lib"
|
adam@0
|
11022 need_lib_prefix=no
|
adam@0
|
11023 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
|
adam@0
|
11024 case $host_os in
|
adam@0
|
11025 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
|
adam@0
|
11026 *) need_version=no ;;
|
adam@0
|
11027 esac
|
adam@0
|
11028 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
|
adam@0
|
11029 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
|
adam@0
|
11030 shlibpath_var=LD_LIBRARY_PATH
|
adam@0
|
11031 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
|
adam@0
|
11032 case $host_os in
|
adam@0
|
11033 openbsd2.[89] | openbsd2.[89].*)
|
adam@0
|
11034 shlibpath_overrides_runpath=no
|
adam@0
|
11035 ;;
|
adam@0
|
11036 *)
|
adam@0
|
11037 shlibpath_overrides_runpath=yes
|
adam@0
|
11038 ;;
|
adam@0
|
11039 esac
|
adam@0
|
11040 else
|
adam@0
|
11041 shlibpath_overrides_runpath=yes
|
adam@0
|
11042 fi
|
adam@0
|
11043 ;;
|
adam@0
|
11044
|
adam@0
|
11045 os2*)
|
adam@0
|
11046 libname_spec='$name'
|
adam@0
|
11047 shrext_cmds=".dll"
|
adam@0
|
11048 need_lib_prefix=no
|
adam@0
|
11049 library_names_spec='$libname${shared_ext} $libname.a'
|
adam@0
|
11050 dynamic_linker='OS/2 ld.exe'
|
adam@0
|
11051 shlibpath_var=LIBPATH
|
adam@0
|
11052 ;;
|
adam@0
|
11053
|
adam@0
|
11054 osf3* | osf4* | osf5*)
|
adam@0
|
11055 version_type=osf
|
adam@0
|
11056 need_lib_prefix=no
|
adam@0
|
11057 need_version=no
|
adam@0
|
11058 soname_spec='${libname}${release}${shared_ext}$major'
|
adam@0
|
11059 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
adam@0
|
11060 shlibpath_var=LD_LIBRARY_PATH
|
adam@0
|
11061 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
|
adam@0
|
11062 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
|
adam@0
|
11063 ;;
|
adam@0
|
11064
|
adam@0
|
11065 rdos*)
|
adam@0
|
11066 dynamic_linker=no
|
adam@0
|
11067 ;;
|
adam@0
|
11068
|
adam@0
|
11069 solaris*)
|
adam@0
|
11070 version_type=linux
|
adam@0
|
11071 need_lib_prefix=no
|
adam@0
|
11072 need_version=no
|
adam@0
|
11073 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
adam@0
|
11074 soname_spec='${libname}${release}${shared_ext}$major'
|
adam@0
|
11075 shlibpath_var=LD_LIBRARY_PATH
|
adam@0
|
11076 shlibpath_overrides_runpath=yes
|
adam@0
|
11077 hardcode_into_libs=yes
|
adam@0
|
11078 # ldd complains unless libraries are executable
|
adam@0
|
11079 postinstall_cmds='chmod +x $lib'
|
adam@0
|
11080 ;;
|
adam@0
|
11081
|
adam@0
|
11082 sunos4*)
|
adam@0
|
11083 version_type=sunos
|
adam@0
|
11084 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
|
adam@0
|
11085 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
|
adam@0
|
11086 shlibpath_var=LD_LIBRARY_PATH
|
adam@0
|
11087 shlibpath_overrides_runpath=yes
|
adam@0
|
11088 if test "$with_gnu_ld" = yes; then
|
adam@0
|
11089 need_lib_prefix=no
|
adam@0
|
11090 fi
|
adam@0
|
11091 need_version=yes
|
adam@0
|
11092 ;;
|
adam@0
|
11093
|
adam@0
|
11094 sysv4 | sysv4.3*)
|
adam@0
|
11095 version_type=linux
|
adam@0
|
11096 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
adam@0
|
11097 soname_spec='${libname}${release}${shared_ext}$major'
|
adam@0
|
11098 shlibpath_var=LD_LIBRARY_PATH
|
adam@0
|
11099 case $host_vendor in
|
adam@0
|
11100 sni)
|
adam@0
|
11101 shlibpath_overrides_runpath=no
|
adam@0
|
11102 need_lib_prefix=no
|
adam@0
|
11103 runpath_var=LD_RUN_PATH
|
adam@0
|
11104 ;;
|
adam@0
|
11105 siemens)
|
adam@0
|
11106 need_lib_prefix=no
|
adam@0
|
11107 ;;
|
adam@0
|
11108 motorola)
|
adam@0
|
11109 need_lib_prefix=no
|
adam@0
|
11110 need_version=no
|
adam@0
|
11111 shlibpath_overrides_runpath=no
|
adam@0
|
11112 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
|
adam@0
|
11113 ;;
|
adam@0
|
11114 esac
|
adam@0
|
11115 ;;
|
adam@0
|
11116
|
adam@0
|
11117 sysv4*MP*)
|
adam@0
|
11118 if test -d /usr/nec ;then
|
adam@0
|
11119 version_type=linux
|
adam@0
|
11120 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
|
adam@0
|
11121 soname_spec='$libname${shared_ext}.$major'
|
adam@0
|
11122 shlibpath_var=LD_LIBRARY_PATH
|
adam@0
|
11123 fi
|
adam@0
|
11124 ;;
|
adam@0
|
11125
|
adam@0
|
11126 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
|
adam@0
|
11127 version_type=freebsd-elf
|
adam@0
|
11128 need_lib_prefix=no
|
adam@0
|
11129 need_version=no
|
adam@0
|
11130 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
|
adam@0
|
11131 soname_spec='${libname}${release}${shared_ext}$major'
|
adam@0
|
11132 shlibpath_var=LD_LIBRARY_PATH
|
adam@0
|
11133 shlibpath_overrides_runpath=yes
|
adam@0
|
11134 hardcode_into_libs=yes
|
adam@0
|
11135 if test "$with_gnu_ld" = yes; then
|
adam@0
|
11136 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
|
adam@0
|
11137 else
|
adam@0
|
11138 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
|
adam@0
|
11139 case $host_os in
|
adam@0
|
11140 sco3.2v5*)
|
adam@0
|
11141 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
|
adam@0
|
11142 ;;
|
adam@0
|
11143 esac
|
adam@0
|
11144 fi
|
adam@0
|
11145 sys_lib_dlsearch_path_spec='/usr/lib'
|
adam@0
|
11146 ;;
|
adam@0
|
11147
|
adam@0
|
11148 tpf*)
|
adam@0
|
11149 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
|
adam@0
|
11150 version_type=linux
|
adam@0
|
11151 need_lib_prefix=no
|
adam@0
|
11152 need_version=no
|
adam@0
|
11153 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
adam@0
|
11154 shlibpath_var=LD_LIBRARY_PATH
|
adam@0
|
11155 shlibpath_overrides_runpath=no
|
adam@0
|
11156 hardcode_into_libs=yes
|
adam@0
|
11157 ;;
|
adam@0
|
11158
|
adam@0
|
11159 uts4*)
|
adam@0
|
11160 version_type=linux
|
adam@0
|
11161 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
adam@0
|
11162 soname_spec='${libname}${release}${shared_ext}$major'
|
adam@0
|
11163 shlibpath_var=LD_LIBRARY_PATH
|
adam@0
|
11164 ;;
|
adam@0
|
11165
|
adam@0
|
11166 *)
|
adam@0
|
11167 dynamic_linker=no
|
adam@0
|
11168 ;;
|
adam@0
|
11169 esac
|
adam@0
|
11170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
|
adam@0
|
11171 $as_echo "$dynamic_linker" >&6; }
|
adam@0
|
11172 test "$dynamic_linker" = no && can_build_shared=no
|
adam@0
|
11173
|
adam@0
|
11174 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
|
adam@0
|
11175 if test "$GCC" = yes; then
|
adam@0
|
11176 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
|
adam@0
|
11177 fi
|
adam@0
|
11178
|
adam@0
|
11179 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
|
adam@0
|
11180 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
|
adam@0
|
11181 fi
|
adam@0
|
11182 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
|
adam@0
|
11183 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
|
adam@0
|
11184 fi
|
adam@0
|
11185
|
adam@0
|
11186
|
adam@0
|
11187
|
adam@0
|
11188
|
adam@0
|
11189
|
adam@0
|
11190
|
adam@0
|
11191
|
adam@0
|
11192
|
adam@0
|
11193
|
adam@0
|
11194
|
adam@0
|
11195
|
adam@0
|
11196
|
adam@0
|
11197
|
adam@0
|
11198
|
adam@0
|
11199
|
adam@0
|
11200
|
adam@0
|
11201
|
adam@0
|
11202
|
adam@0
|
11203
|
adam@0
|
11204
|
adam@0
|
11205
|
adam@0
|
11206
|
adam@0
|
11207
|
adam@0
|
11208
|
adam@0
|
11209
|
adam@0
|
11210
|
adam@0
|
11211
|
adam@0
|
11212
|
adam@0
|
11213
|
adam@0
|
11214
|
adam@0
|
11215
|
adam@0
|
11216
|
adam@0
|
11217
|
adam@0
|
11218
|
adam@0
|
11219
|
adam@0
|
11220
|
adam@0
|
11221
|
adam@0
|
11222
|
adam@0
|
11223
|
adam@0
|
11224
|
adam@0
|
11225
|
adam@0
|
11226
|
adam@0
|
11227
|
adam@0
|
11228
|
adam@0
|
11229
|
adam@0
|
11230
|
adam@0
|
11231
|
adam@0
|
11232
|
adam@0
|
11233
|
adam@0
|
11234
|
adam@0
|
11235
|
adam@0
|
11236
|
adam@0
|
11237
|
adam@0
|
11238
|
adam@0
|
11239
|
adam@0
|
11240
|
adam@0
|
11241
|
adam@0
|
11242
|
adam@0
|
11243
|
adam@0
|
11244
|
adam@0
|
11245
|
adam@0
|
11246
|
adam@0
|
11247
|
adam@0
|
11248
|
adam@0
|
11249
|
adam@0
|
11250
|
adam@0
|
11251
|
adam@0
|
11252
|
adam@0
|
11253
|
adam@0
|
11254
|
adam@0
|
11255
|
adam@0
|
11256
|
adam@0
|
11257
|
adam@0
|
11258
|
adam@0
|
11259
|
adam@0
|
11260
|
adam@0
|
11261
|
adam@0
|
11262
|
adam@0
|
11263
|
adam@0
|
11264
|
adam@0
|
11265
|
adam@0
|
11266
|
adam@0
|
11267
|
adam@0
|
11268
|
adam@0
|
11269
|
adam@0
|
11270
|
adam@0
|
11271
|
adam@47
|
11272
|
adam@47
|
11273
|
adam@47
|
11274
|
adam@47
|
11275
|
adam@47
|
11276
|
adam@0
|
11277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
|
adam@0
|
11278 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
|
adam@0
|
11279 hardcode_action=
|
adam@0
|
11280 if test -n "$hardcode_libdir_flag_spec" ||
|
adam@0
|
11281 test -n "$runpath_var" ||
|
adam@0
|
11282 test "X$hardcode_automatic" = "Xyes" ; then
|
adam@0
|
11283
|
adam@0
|
11284 # We can hardcode non-existent directories.
|
adam@0
|
11285 if test "$hardcode_direct" != no &&
|
adam@0
|
11286 # If the only mechanism to avoid hardcoding is shlibpath_var, we
|
adam@0
|
11287 # have to relink, otherwise we might link with an installed library
|
adam@0
|
11288 # when we should be linking with a yet-to-be-installed one
|
adam@0
|
11289 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
|
adam@0
|
11290 test "$hardcode_minus_L" != no; then
|
adam@0
|
11291 # Linking always hardcodes the temporary library directory.
|
adam@0
|
11292 hardcode_action=relink
|
adam@0
|
11293 else
|
adam@0
|
11294 # We can link without hardcoding, and we can hardcode nonexisting dirs.
|
adam@0
|
11295 hardcode_action=immediate
|
adam@0
|
11296 fi
|
adam@0
|
11297 else
|
adam@0
|
11298 # We cannot hardcode anything, or else we can only hardcode existing
|
adam@0
|
11299 # directories.
|
adam@0
|
11300 hardcode_action=unsupported
|
adam@0
|
11301 fi
|
adam@0
|
11302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
|
adam@0
|
11303 $as_echo "$hardcode_action" >&6; }
|
adam@0
|
11304
|
adam@0
|
11305 if test "$hardcode_action" = relink ||
|
adam@0
|
11306 test "$inherit_rpath" = yes; then
|
adam@0
|
11307 # Fast installation is not supported
|
adam@0
|
11308 enable_fast_install=no
|
adam@0
|
11309 elif test "$shlibpath_overrides_runpath" = yes ||
|
adam@0
|
11310 test "$enable_shared" = no; then
|
adam@0
|
11311 # Fast installation is not necessary
|
adam@0
|
11312 enable_fast_install=needless
|
adam@0
|
11313 fi
|
adam@0
|
11314
|
adam@0
|
11315
|
adam@0
|
11316
|
adam@0
|
11317
|
adam@0
|
11318
|
adam@0
|
11319
|
adam@0
|
11320 if test "x$enable_dlopen" != xyes; then
|
adam@0
|
11321 enable_dlopen=unknown
|
adam@0
|
11322 enable_dlopen_self=unknown
|
adam@0
|
11323 enable_dlopen_self_static=unknown
|
adam@0
|
11324 else
|
adam@0
|
11325 lt_cv_dlopen=no
|
adam@0
|
11326 lt_cv_dlopen_libs=
|
adam@0
|
11327
|
adam@0
|
11328 case $host_os in
|
adam@0
|
11329 beos*)
|
adam@0
|
11330 lt_cv_dlopen="load_add_on"
|
adam@0
|
11331 lt_cv_dlopen_libs=
|
adam@0
|
11332 lt_cv_dlopen_self=yes
|
adam@0
|
11333 ;;
|
adam@0
|
11334
|
adam@0
|
11335 mingw* | pw32* | cegcc*)
|
adam@0
|
11336 lt_cv_dlopen="LoadLibrary"
|
adam@0
|
11337 lt_cv_dlopen_libs=
|
adam@0
|
11338 ;;
|
adam@0
|
11339
|
adam@0
|
11340 cygwin*)
|
adam@0
|
11341 lt_cv_dlopen="dlopen"
|
adam@0
|
11342 lt_cv_dlopen_libs=
|
adam@0
|
11343 ;;
|
adam@0
|
11344
|
adam@0
|
11345 darwin*)
|
adam@0
|
11346 # if libdl is installed we need to link against it
|
adam@0
|
11347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
|
adam@0
|
11348 $as_echo_n "checking for dlopen in -ldl... " >&6; }
|
adam@47
|
11349 if ${ac_cv_lib_dl_dlopen+:} false; then :
|
adam@0
|
11350 $as_echo_n "(cached) " >&6
|
adam@0
|
11351 else
|
adam@0
|
11352 ac_check_lib_save_LIBS=$LIBS
|
adam@0
|
11353 LIBS="-ldl $LIBS"
|
adam@0
|
11354 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
adam@0
|
11355 /* end confdefs.h. */
|
adam@0
|
11356
|
adam@0
|
11357 /* Override any GCC internal prototype to avoid an error.
|
adam@0
|
11358 Use char because int might match the return type of a GCC
|
adam@0
|
11359 builtin and then its argument prototype would still apply. */
|
adam@0
|
11360 #ifdef __cplusplus
|
adam@0
|
11361 extern "C"
|
adam@0
|
11362 #endif
|
adam@0
|
11363 char dlopen ();
|
adam@0
|
11364 int
|
adam@0
|
11365 main ()
|
adam@0
|
11366 {
|
adam@0
|
11367 return dlopen ();
|
adam@0
|
11368 ;
|
adam@0
|
11369 return 0;
|
adam@0
|
11370 }
|
adam@0
|
11371 _ACEOF
|
adam@0
|
11372 if ac_fn_c_try_link "$LINENO"; then :
|
adam@0
|
11373 ac_cv_lib_dl_dlopen=yes
|
adam@0
|
11374 else
|
adam@0
|
11375 ac_cv_lib_dl_dlopen=no
|
adam@0
|
11376 fi
|
adam@0
|
11377 rm -f core conftest.err conftest.$ac_objext \
|
adam@0
|
11378 conftest$ac_exeext conftest.$ac_ext
|
adam@0
|
11379 LIBS=$ac_check_lib_save_LIBS
|
adam@0
|
11380 fi
|
adam@0
|
11381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
|
adam@0
|
11382 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
|
adam@47
|
11383 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
|
adam@0
|
11384 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
|
adam@0
|
11385 else
|
adam@0
|
11386
|
adam@0
|
11387 lt_cv_dlopen="dyld"
|
adam@0
|
11388 lt_cv_dlopen_libs=
|
adam@0
|
11389 lt_cv_dlopen_self=yes
|
adam@0
|
11390
|
adam@0
|
11391 fi
|
adam@0
|
11392
|
adam@0
|
11393 ;;
|
adam@0
|
11394
|
adam@0
|
11395 *)
|
adam@0
|
11396 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
|
adam@47
|
11397 if test "x$ac_cv_func_shl_load" = xyes; then :
|
adam@0
|
11398 lt_cv_dlopen="shl_load"
|
adam@0
|
11399 else
|
adam@0
|
11400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
|
adam@0
|
11401 $as_echo_n "checking for shl_load in -ldld... " >&6; }
|
adam@47
|
11402 if ${ac_cv_lib_dld_shl_load+:} false; then :
|
adam@0
|
11403 $as_echo_n "(cached) " >&6
|
adam@0
|
11404 else
|
adam@0
|
11405 ac_check_lib_save_LIBS=$LIBS
|
adam@0
|
11406 LIBS="-ldld $LIBS"
|
adam@0
|
11407 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
adam@0
|
11408 /* end confdefs.h. */
|
adam@0
|
11409
|
adam@0
|
11410 /* Override any GCC internal prototype to avoid an error.
|
adam@0
|
11411 Use char because int might match the return type of a GCC
|
adam@0
|
11412 builtin and then its argument prototype would still apply. */
|
adam@0
|
11413 #ifdef __cplusplus
|
adam@0
|
11414 extern "C"
|
adam@0
|
11415 #endif
|
adam@0
|
11416 char shl_load ();
|
adam@0
|
11417 int
|
adam@0
|
11418 main ()
|
adam@0
|
11419 {
|
adam@0
|
11420 return shl_load ();
|
adam@0
|
11421 ;
|
adam@0
|
11422 return 0;
|
adam@0
|
11423 }
|
adam@0
|
11424 _ACEOF
|
adam@0
|
11425 if ac_fn_c_try_link "$LINENO"; then :
|
adam@0
|
11426 ac_cv_lib_dld_shl_load=yes
|
adam@0
|
11427 else
|
adam@0
|
11428 ac_cv_lib_dld_shl_load=no
|
adam@0
|
11429 fi
|
adam@0
|
11430 rm -f core conftest.err conftest.$ac_objext \
|
adam@0
|
11431 conftest$ac_exeext conftest.$ac_ext
|
adam@0
|
11432 LIBS=$ac_check_lib_save_LIBS
|
adam@0
|
11433 fi
|
adam@0
|
11434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
|
adam@0
|
11435 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
|
adam@47
|
11436 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
|
adam@0
|
11437 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
|
adam@0
|
11438 else
|
adam@0
|
11439 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
|
adam@47
|
11440 if test "x$ac_cv_func_dlopen" = xyes; then :
|
adam@0
|
11441 lt_cv_dlopen="dlopen"
|
adam@0
|
11442 else
|
adam@0
|
11443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
|
adam@0
|
11444 $as_echo_n "checking for dlopen in -ldl... " >&6; }
|
adam@47
|
11445 if ${ac_cv_lib_dl_dlopen+:} false; then :
|
adam@0
|
11446 $as_echo_n "(cached) " >&6
|
adam@0
|
11447 else
|
adam@0
|
11448 ac_check_lib_save_LIBS=$LIBS
|
adam@0
|
11449 LIBS="-ldl $LIBS"
|
adam@0
|
11450 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
adam@0
|
11451 /* end confdefs.h. */
|
adam@0
|
11452
|
adam@0
|
11453 /* Override any GCC internal prototype to avoid an error.
|
adam@0
|
11454 Use char because int might match the return type of a GCC
|
adam@0
|
11455 builtin and then its argument prototype would still apply. */
|
adam@0
|
11456 #ifdef __cplusplus
|
adam@0
|
11457 extern "C"
|
adam@0
|
11458 #endif
|
adam@0
|
11459 char dlopen ();
|
adam@0
|
11460 int
|
adam@0
|
11461 main ()
|
adam@0
|
11462 {
|
adam@0
|
11463 return dlopen ();
|
adam@0
|
11464 ;
|
adam@0
|
11465 return 0;
|
adam@0
|
11466 }
|
adam@0
|
11467 _ACEOF
|
adam@0
|
11468 if ac_fn_c_try_link "$LINENO"; then :
|
adam@0
|
11469 ac_cv_lib_dl_dlopen=yes
|
adam@0
|
11470 else
|
adam@0
|
11471 ac_cv_lib_dl_dlopen=no
|
adam@0
|
11472 fi
|
adam@0
|
11473 rm -f core conftest.err conftest.$ac_objext \
|
adam@0
|
11474 conftest$ac_exeext conftest.$ac_ext
|
adam@0
|
11475 LIBS=$ac_check_lib_save_LIBS
|
adam@0
|
11476 fi
|
adam@0
|
11477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
|
adam@0
|
11478 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
|
adam@47
|
11479 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
|
adam@0
|
11480 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
|
adam@0
|
11481 else
|
adam@0
|
11482 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
|
adam@0
|
11483 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
|
adam@47
|
11484 if ${ac_cv_lib_svld_dlopen+:} false; then :
|
adam@0
|
11485 $as_echo_n "(cached) " >&6
|
adam@0
|
11486 else
|
adam@0
|
11487 ac_check_lib_save_LIBS=$LIBS
|
adam@0
|
11488 LIBS="-lsvld $LIBS"
|
adam@0
|
11489 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
adam@0
|
11490 /* end confdefs.h. */
|
adam@0
|
11491
|
adam@0
|
11492 /* Override any GCC internal prototype to avoid an error.
|
adam@0
|
11493 Use char because int might match the return type of a GCC
|
adam@0
|
11494 builtin and then its argument prototype would still apply. */
|
adam@0
|
11495 #ifdef __cplusplus
|
adam@0
|
11496 extern "C"
|
adam@0
|
11497 #endif
|
adam@0
|
11498 char dlopen ();
|
adam@0
|
11499 int
|
adam@0
|
11500 main ()
|
adam@0
|
11501 {
|
adam@0
|
11502 return dlopen ();
|
adam@0
|
11503 ;
|
adam@0
|
11504 return 0;
|
adam@0
|
11505 }
|
adam@0
|
11506 _ACEOF
|
adam@0
|
11507 if ac_fn_c_try_link "$LINENO"; then :
|
adam@0
|
11508 ac_cv_lib_svld_dlopen=yes
|
adam@0
|
11509 else
|
adam@0
|
11510 ac_cv_lib_svld_dlopen=no
|
adam@0
|
11511 fi
|
adam@0
|
11512 rm -f core conftest.err conftest.$ac_objext \
|
adam@0
|
11513 conftest$ac_exeext conftest.$ac_ext
|
adam@0
|
11514 LIBS=$ac_check_lib_save_LIBS
|
adam@0
|
11515 fi
|
adam@0
|
11516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
|
adam@0
|
11517 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
|
adam@47
|
11518 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
|
adam@0
|
11519 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
|
adam@0
|
11520 else
|
adam@0
|
11521 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
|
adam@0
|
11522 $as_echo_n "checking for dld_link in -ldld... " >&6; }
|
adam@47
|
11523 if ${ac_cv_lib_dld_dld_link+:} false; then :
|
adam@0
|
11524 $as_echo_n "(cached) " >&6
|
adam@0
|
11525 else
|
adam@0
|
11526 ac_check_lib_save_LIBS=$LIBS
|
adam@0
|
11527 LIBS="-ldld $LIBS"
|
adam@0
|
11528 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
adam@0
|
11529 /* end confdefs.h. */
|
adam@0
|
11530
|
adam@0
|
11531 /* Override any GCC internal prototype to avoid an error.
|
adam@0
|
11532 Use char because int might match the return type of a GCC
|
adam@0
|
11533 builtin and then its argument prototype would still apply. */
|
adam@0
|
11534 #ifdef __cplusplus
|
adam@0
|
11535 extern "C"
|
adam@0
|
11536 #endif
|
adam@0
|
11537 char dld_link ();
|
adam@0
|
11538 int
|
adam@0
|
11539 main ()
|
adam@0
|
11540 {
|
adam@0
|
11541 return dld_link ();
|
adam@0
|
11542 ;
|
adam@0
|
11543 return 0;
|
adam@0
|
11544 }
|
adam@0
|
11545 _ACEOF
|
adam@0
|
11546 if ac_fn_c_try_link "$LINENO"; then :
|
adam@0
|
11547 ac_cv_lib_dld_dld_link=yes
|
adam@0
|
11548 else
|
adam@0
|
11549 ac_cv_lib_dld_dld_link=no
|
adam@0
|
11550 fi
|
adam@0
|
11551 rm -f core conftest.err conftest.$ac_objext \
|
adam@0
|
11552 conftest$ac_exeext conftest.$ac_ext
|
adam@0
|
11553 LIBS=$ac_check_lib_save_LIBS
|
adam@0
|
11554 fi
|
adam@0
|
11555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
|
adam@0
|
11556 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
|
adam@47
|
11557 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
|
adam@0
|
11558 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
|
adam@0
|
11559 fi
|
adam@0
|
11560
|
adam@0
|
11561
|
adam@0
|
11562 fi
|
adam@0
|
11563
|
adam@0
|
11564
|
adam@0
|
11565 fi
|
adam@0
|
11566
|
adam@0
|
11567
|
adam@0
|
11568 fi
|
adam@0
|
11569
|
adam@0
|
11570
|
adam@0
|
11571 fi
|
adam@0
|
11572
|
adam@0
|
11573
|
adam@0
|
11574 fi
|
adam@0
|
11575
|
adam@0
|
11576 ;;
|
adam@0
|
11577 esac
|
adam@0
|
11578
|
adam@0
|
11579 if test "x$lt_cv_dlopen" != xno; then
|
adam@0
|
11580 enable_dlopen=yes
|
adam@0
|
11581 else
|
adam@0
|
11582 enable_dlopen=no
|
adam@0
|
11583 fi
|
adam@0
|
11584
|
adam@0
|
11585 case $lt_cv_dlopen in
|
adam@0
|
11586 dlopen)
|
adam@0
|
11587 save_CPPFLAGS="$CPPFLAGS"
|
adam@0
|
11588 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
|
adam@0
|
11589
|
adam@0
|
11590 save_LDFLAGS="$LDFLAGS"
|
adam@0
|
11591 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
|
adam@0
|
11592
|
adam@0
|
11593 save_LIBS="$LIBS"
|
adam@0
|
11594 LIBS="$lt_cv_dlopen_libs $LIBS"
|
adam@0
|
11595
|
adam@0
|
11596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
|
adam@0
|
11597 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
|
adam@47
|
11598 if ${lt_cv_dlopen_self+:} false; then :
|
adam@0
|
11599 $as_echo_n "(cached) " >&6
|
adam@0
|
11600 else
|
adam@0
|
11601 if test "$cross_compiling" = yes; then :
|
adam@0
|
11602 lt_cv_dlopen_self=cross
|
adam@0
|
11603 else
|
adam@0
|
11604 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
adam@0
|
11605 lt_status=$lt_dlunknown
|
adam@0
|
11606 cat > conftest.$ac_ext <<_LT_EOF
|
adam@47
|
11607 #line $LINENO "configure"
|
adam@0
|
11608 #include "confdefs.h"
|
adam@0
|
11609
|
adam@0
|
11610 #if HAVE_DLFCN_H
|
adam@0
|
11611 #include <dlfcn.h>
|
adam@0
|
11612 #endif
|
adam@0
|
11613
|
adam@0
|
11614 #include <stdio.h>
|
adam@0
|
11615
|
adam@0
|
11616 #ifdef RTLD_GLOBAL
|
adam@0
|
11617 # define LT_DLGLOBAL RTLD_GLOBAL
|
adam@0
|
11618 #else
|
adam@0
|
11619 # ifdef DL_GLOBAL
|
adam@0
|
11620 # define LT_DLGLOBAL DL_GLOBAL
|
adam@0
|
11621 # else
|
adam@0
|
11622 # define LT_DLGLOBAL 0
|
adam@0
|
11623 # endif
|
adam@0
|
11624 #endif
|
adam@0
|
11625
|
adam@0
|
11626 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
|
adam@0
|
11627 find out it does not work in some platform. */
|
adam@0
|
11628 #ifndef LT_DLLAZY_OR_NOW
|
adam@0
|
11629 # ifdef RTLD_LAZY
|
adam@0
|
11630 # define LT_DLLAZY_OR_NOW RTLD_LAZY
|
adam@0
|
11631 # else
|
adam@0
|
11632 # ifdef DL_LAZY
|
adam@0
|
11633 # define LT_DLLAZY_OR_NOW DL_LAZY
|
adam@0
|
11634 # else
|
adam@0
|
11635 # ifdef RTLD_NOW
|
adam@0
|
11636 # define LT_DLLAZY_OR_NOW RTLD_NOW
|
adam@0
|
11637 # else
|
adam@0
|
11638 # ifdef DL_NOW
|
adam@0
|
11639 # define LT_DLLAZY_OR_NOW DL_NOW
|
adam@0
|
11640 # else
|
adam@0
|
11641 # define LT_DLLAZY_OR_NOW 0
|
adam@0
|
11642 # endif
|
adam@0
|
11643 # endif
|
adam@0
|
11644 # endif
|
adam@0
|
11645 # endif
|
adam@0
|
11646 #endif
|
adam@0
|
11647
|
adam@47
|
11648 /* When -fvisbility=hidden is used, assume the code has been annotated
|
adam@47
|
11649 correspondingly for the symbols needed. */
|
adam@47
|
11650 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
|
adam@47
|
11651 int fnord () __attribute__((visibility("default")));
|
adam@47
|
11652 #endif
|
adam@47
|
11653
|
adam@47
|
11654 int fnord () { return 42; }
|
adam@0
|
11655 int main ()
|
adam@0
|
11656 {
|
adam@0
|
11657 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
|
adam@0
|
11658 int status = $lt_dlunknown;
|
adam@0
|
11659
|
adam@0
|
11660 if (self)
|
adam@0
|
11661 {
|
adam@0
|
11662 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
|
adam@47
|
11663 else
|
adam@47
|
11664 {
|
adam@47
|
11665 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
|
adam@47
|
11666 else puts (dlerror ());
|
adam@47
|
11667 }
|
adam@0
|
11668 /* dlclose (self); */
|
adam@0
|
11669 }
|
adam@0
|
11670 else
|
adam@0
|
11671 puts (dlerror ());
|
adam@0
|
11672
|
adam@0
|
11673 return status;
|
adam@0
|
11674 }
|
adam@0
|
11675 _LT_EOF
|
adam@0
|
11676 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
|
adam@0
|
11677 (eval $ac_link) 2>&5
|
adam@0
|
11678 ac_status=$?
|
adam@0
|
11679 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
adam@0
|
11680 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
|
adam@0
|
11681 (./conftest; exit; ) >&5 2>/dev/null
|
adam@0
|
11682 lt_status=$?
|
adam@0
|
11683 case x$lt_status in
|
adam@0
|
11684 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
|
adam@0
|
11685 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
|
adam@0
|
11686 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
|
adam@0
|
11687 esac
|
adam@0
|
11688 else :
|
adam@0
|
11689 # compilation failed
|
adam@0
|
11690 lt_cv_dlopen_self=no
|
adam@0
|
11691 fi
|
adam@0
|
11692 fi
|
adam@0
|
11693 rm -fr conftest*
|
adam@0
|
11694
|
adam@0
|
11695
|
adam@0
|
11696 fi
|
adam@0
|
11697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
|
adam@0
|
11698 $as_echo "$lt_cv_dlopen_self" >&6; }
|
adam@0
|
11699
|
adam@0
|
11700 if test "x$lt_cv_dlopen_self" = xyes; then
|
adam@0
|
11701 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
|
adam@0
|
11702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
|
adam@0
|
11703 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
|
adam@47
|
11704 if ${lt_cv_dlopen_self_static+:} false; then :
|
adam@0
|
11705 $as_echo_n "(cached) " >&6
|
adam@0
|
11706 else
|
adam@0
|
11707 if test "$cross_compiling" = yes; then :
|
adam@0
|
11708 lt_cv_dlopen_self_static=cross
|
adam@0
|
11709 else
|
adam@0
|
11710 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
adam@0
|
11711 lt_status=$lt_dlunknown
|
adam@0
|
11712 cat > conftest.$ac_ext <<_LT_EOF
|
adam@47
|
11713 #line $LINENO "configure"
|
adam@0
|
11714 #include "confdefs.h"
|
adam@0
|
11715
|
adam@0
|
11716 #if HAVE_DLFCN_H
|
adam@0
|
11717 #include <dlfcn.h>
|
adam@0
|
11718 #endif
|
adam@0
|
11719
|
adam@0
|
11720 #include <stdio.h>
|
adam@0
|
11721
|
adam@0
|
11722 #ifdef RTLD_GLOBAL
|
adam@0
|
11723 # define LT_DLGLOBAL RTLD_GLOBAL
|
adam@0
|
11724 #else
|
adam@0
|
11725 # ifdef DL_GLOBAL
|
adam@0
|
11726 # define LT_DLGLOBAL DL_GLOBAL
|
adam@0
|
11727 # else
|
adam@0
|
11728 # define LT_DLGLOBAL 0
|
adam@0
|
11729 # endif
|
adam@0
|
11730 #endif
|
adam@0
|
11731
|
adam@0
|
11732 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
|
adam@0
|
11733 find out it does not work in some platform. */
|
adam@0
|
11734 #ifndef LT_DLLAZY_OR_NOW
|
adam@0
|
11735 # ifdef RTLD_LAZY
|
adam@0
|
11736 # define LT_DLLAZY_OR_NOW RTLD_LAZY
|
adam@0
|
11737 # else
|
adam@0
|
11738 # ifdef DL_LAZY
|
adam@0
|
11739 # define LT_DLLAZY_OR_NOW DL_LAZY
|
adam@0
|
11740 # else
|
adam@0
|
11741 # ifdef RTLD_NOW
|
adam@0
|
11742 # define LT_DLLAZY_OR_NOW RTLD_NOW
|
adam@0
|
11743 # else
|
adam@0
|
11744 # ifdef DL_NOW
|
adam@0
|
11745 # define LT_DLLAZY_OR_NOW DL_NOW
|
adam@0
|
11746 # else
|
adam@0
|
11747 # define LT_DLLAZY_OR_NOW 0
|
adam@0
|
11748 # endif
|
adam@0
|
11749 # endif
|
adam@0
|
11750 # endif
|
adam@0
|
11751 # endif
|
adam@0
|
11752 #endif
|
adam@0
|
11753
|
adam@47
|
11754 /* When -fvisbility=hidden is used, assume the code has been annotated
|
adam@47
|
11755 correspondingly for the symbols needed. */
|
adam@47
|
11756 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
|
adam@47
|
11757 int fnord () __attribute__((visibility("default")));
|
adam@47
|
11758 #endif
|
adam@47
|
11759
|
adam@47
|
11760 int fnord () { return 42; }
|
adam@0
|
11761 int main ()
|
adam@0
|
11762 {
|
adam@0
|
11763 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
|
adam@0
|
11764 int status = $lt_dlunknown;
|
adam@0
|
11765
|
adam@0
|
11766 if (self)
|
adam@0
|
11767 {
|
adam@0
|
11768 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
|
adam@47
|
11769 else
|
adam@47
|
11770 {
|
adam@47
|
11771 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
|
adam@47
|
11772 else puts (dlerror ());
|
adam@47
|
11773 }
|
adam@0
|
11774 /* dlclose (self); */
|
adam@0
|
11775 }
|
adam@0
|
11776 else
|
adam@0
|
11777 puts (dlerror ());
|
adam@0
|
11778
|
adam@0
|
11779 return status;
|
adam@0
|
11780 }
|
adam@0
|
11781 _LT_EOF
|
adam@0
|
11782 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
|
adam@0
|
11783 (eval $ac_link) 2>&5
|
adam@0
|
11784 ac_status=$?
|
adam@0
|
11785 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
adam@0
|
11786 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
|
adam@0
|
11787 (./conftest; exit; ) >&5 2>/dev/null
|
adam@0
|
11788 lt_status=$?
|
adam@0
|
11789 case x$lt_status in
|
adam@0
|
11790 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
|
adam@0
|
11791 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
|
adam@0
|
11792 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
|
adam@0
|
11793 esac
|
adam@0
|
11794 else :
|
adam@0
|
11795 # compilation failed
|
adam@0
|
11796 lt_cv_dlopen_self_static=no
|
adam@0
|
11797 fi
|
adam@0
|
11798 fi
|
adam@0
|
11799 rm -fr conftest*
|
adam@0
|
11800
|
adam@0
|
11801
|
adam@0
|
11802 fi
|
adam@0
|
11803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
|
adam@0
|
11804 $as_echo "$lt_cv_dlopen_self_static" >&6; }
|
adam@0
|
11805 fi
|
adam@0
|
11806
|
adam@0
|
11807 CPPFLAGS="$save_CPPFLAGS"
|
adam@0
|
11808 LDFLAGS="$save_LDFLAGS"
|
adam@0
|
11809 LIBS="$save_LIBS"
|
adam@0
|
11810 ;;
|
adam@0
|
11811 esac
|
adam@0
|
11812
|
adam@0
|
11813 case $lt_cv_dlopen_self in
|
adam@0
|
11814 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
|
adam@0
|
11815 *) enable_dlopen_self=unknown ;;
|
adam@0
|
11816 esac
|
adam@0
|
11817
|
adam@0
|
11818 case $lt_cv_dlopen_self_static in
|
adam@0
|
11819 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
|
adam@0
|
11820 *) enable_dlopen_self_static=unknown ;;
|
adam@0
|
11821 esac
|
adam@0
|
11822 fi
|
adam@0
|
11823
|
adam@0
|
11824
|
adam@0
|
11825
|
adam@0
|
11826
|
adam@0
|
11827
|
adam@0
|
11828
|
adam@0
|
11829
|
adam@0
|
11830
|
adam@0
|
11831
|
adam@0
|
11832
|
adam@0
|
11833
|
adam@0
|
11834
|
adam@0
|
11835
|
adam@0
|
11836
|
adam@0
|
11837
|
adam@0
|
11838
|
adam@0
|
11839
|
adam@0
|
11840 striplib=
|
adam@0
|
11841 old_striplib=
|
adam@0
|
11842 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
|
adam@0
|
11843 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
|
adam@0
|
11844 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
|
adam@0
|
11845 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
|
adam@0
|
11846 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
|
adam@0
|
11847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
adam@0
|
11848 $as_echo "yes" >&6; }
|
adam@0
|
11849 else
|
adam@0
|
11850 # FIXME - insert some real tests, host_os isn't really good enough
|
adam@0
|
11851 case $host_os in
|
adam@0
|
11852 darwin*)
|
adam@0
|
11853 if test -n "$STRIP" ; then
|
adam@0
|
11854 striplib="$STRIP -x"
|
adam@0
|
11855 old_striplib="$STRIP -S"
|
adam@0
|
11856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
adam@0
|
11857 $as_echo "yes" >&6; }
|
adam@0
|
11858 else
|
adam@0
|
11859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
adam@0
|
11860 $as_echo "no" >&6; }
|
adam@0
|
11861 fi
|
adam@0
|
11862 ;;
|
adam@0
|
11863 *)
|
adam@0
|
11864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
adam@0
|
11865 $as_echo "no" >&6; }
|
adam@0
|
11866 ;;
|
adam@0
|
11867 esac
|
adam@0
|
11868 fi
|
adam@0
|
11869
|
adam@0
|
11870
|
adam@0
|
11871
|
adam@0
|
11872
|
adam@0
|
11873
|
adam@0
|
11874
|
adam@0
|
11875
|
adam@0
|
11876
|
adam@0
|
11877
|
adam@0
|
11878
|
adam@0
|
11879
|
adam@0
|
11880
|
adam@0
|
11881 # Report which library types will actually be built
|
adam@0
|
11882 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
|
adam@0
|
11883 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
|
adam@0
|
11884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
|
adam@0
|
11885 $as_echo "$can_build_shared" >&6; }
|
adam@0
|
11886
|
adam@0
|
11887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
|
adam@0
|
11888 $as_echo_n "checking whether to build shared libraries... " >&6; }
|
adam@0
|
11889 test "$can_build_shared" = "no" && enable_shared=no
|
adam@0
|
11890
|
adam@0
|
11891 # On AIX, shared libraries and static libraries use the same namespace, and
|
adam@0
|
11892 # are all built from PIC.
|
adam@0
|
11893 case $host_os in
|
adam@0
|
11894 aix3*)
|
adam@0
|
11895 test "$enable_shared" = yes && enable_static=no
|
adam@0
|
11896 if test -n "$RANLIB"; then
|
adam@0
|
11897 archive_cmds="$archive_cmds~\$RANLIB \$lib"
|
adam@0
|
11898 postinstall_cmds='$RANLIB $lib'
|
adam@0
|
11899 fi
|
adam@0
|
11900 ;;
|
adam@0
|
11901
|
adam@0
|
11902 aix[4-9]*)
|
adam@0
|
11903 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
|
adam@0
|
11904 test "$enable_shared" = yes && enable_static=no
|
adam@0
|
11905 fi
|
adam@0
|
11906 ;;
|
adam@0
|
11907 esac
|
adam@0
|
11908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
|
adam@0
|
11909 $as_echo "$enable_shared" >&6; }
|
adam@0
|
11910
|
adam@0
|
11911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
|
adam@0
|
11912 $as_echo_n "checking whether to build static libraries... " >&6; }
|
adam@0
|
11913 # Make sure either enable_shared or enable_static is yes.
|
adam@0
|
11914 test "$enable_shared" = yes || enable_static=yes
|
adam@0
|
11915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
|
adam@0
|
11916 $as_echo "$enable_static" >&6; }
|
adam@0
|
11917
|
adam@0
|
11918
|
adam@0
|
11919
|
adam@0
|
11920
|
adam@0
|
11921 fi
|
adam@0
|
11922 ac_ext=c
|
adam@0
|
11923 ac_cpp='$CPP $CPPFLAGS'
|
adam@0
|
11924 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
adam@0
|
11925 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
adam@0
|
11926 ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
adam@0
|
11927
|
adam@0
|
11928 CC="$lt_save_CC"
|
adam@0
|
11929
|
adam@0
|
11930
|
adam@0
|
11931
|
adam@0
|
11932
|
adam@0
|
11933
|
adam@0
|
11934
|
adam@0
|
11935
|
adam@0
|
11936
|
adam@0
|
11937
|
adam@0
|
11938
|
adam@0
|
11939
|
adam@0
|
11940
|
adam@0
|
11941
|
adam@0
|
11942 ac_config_commands="$ac_config_commands libtool"
|
adam@0
|
11943
|
adam@0
|
11944
|
adam@0
|
11945
|
adam@0
|
11946
|
adam@0
|
11947 # Only expand once:
|
adam@0
|
11948
|
adam@0
|
11949
|
adam@0
|
11950
|
adam@0
|
11951
|
adam@0
|
11952
|
adam@0
|
11953 found=false
|
adam@0
|
11954
|
adam@0
|
11955 # Check whether --with-openssl was given.
|
adam@0
|
11956 if test "${with_openssl+set}" = set; then :
|
adam@0
|
11957 withval=$with_openssl;
|
adam@0
|
11958 case "$withval" in
|
adam@0
|
11959 "" | y | ye | yes | n | no)
|
adam@0
|
11960 as_fn_error $? "Invalid --with-openssl value" "$LINENO" 5
|
adam@0
|
11961 ;;
|
adam@0
|
11962 *) ssldirs="$withval"
|
adam@0
|
11963 ;;
|
adam@0
|
11964 esac
|
adam@0
|
11965
|
adam@0
|
11966 else
|
adam@0
|
11967
|
adam@0
|
11968 # if pkg-config is installed and openssl has installed a .pc file,
|
adam@0
|
11969 # then use that information and don't search ssldirs
|
adam@0
|
11970 # Extract the first word of "pkg-config", so it can be a program name with args.
|
adam@0
|
11971 set dummy pkg-config; ac_word=$2
|
adam@0
|
11972 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
adam@0
|
11973 $as_echo_n "checking for $ac_word... " >&6; }
|
adam@47
|
11974 if ${ac_cv_path_PKG_CONFIG+:} false; then :
|
adam@0
|
11975 $as_echo_n "(cached) " >&6
|
adam@0
|
11976 else
|
adam@0
|
11977 case $PKG_CONFIG in
|
adam@0
|
11978 [\\/]* | ?:[\\/]*)
|
adam@0
|
11979 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
|
adam@0
|
11980 ;;
|
adam@0
|
11981 *)
|
adam@0
|
11982 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
adam@0
|
11983 for as_dir in $PATH
|
adam@0
|
11984 do
|
adam@0
|
11985 IFS=$as_save_IFS
|
adam@0
|
11986 test -z "$as_dir" && as_dir=.
|
adam@0
|
11987 for ac_exec_ext in '' $ac_executable_extensions; do
|
adam@0
|
11988 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
adam@0
|
11989 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
|
adam@0
|
11990 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
adam@0
|
11991 break 2
|
adam@0
|
11992 fi
|
adam@0
|
11993 done
|
adam@0
|
11994 done
|
adam@0
|
11995 IFS=$as_save_IFS
|
adam@0
|
11996
|
adam@0
|
11997 ;;
|
adam@0
|
11998 esac
|
adam@0
|
11999 fi
|
adam@0
|
12000 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
|
adam@0
|
12001 if test -n "$PKG_CONFIG"; then
|
adam@0
|
12002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
|
adam@0
|
12003 $as_echo "$PKG_CONFIG" >&6; }
|
adam@0
|
12004 else
|
adam@0
|
12005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
adam@0
|
12006 $as_echo "no" >&6; }
|
adam@0
|
12007 fi
|
adam@0
|
12008
|
adam@0
|
12009
|
adam@0
|
12010 if test x"$PKG_CONFIG" != x""; then
|
adam@0
|
12011 OPENSSL_LDFLAGS=`$PKG_CONFIG openssl --libs-only-L 2>/dev/null`
|
adam@0
|
12012 if test $? = 0; then
|
adam@0
|
12013 OPENSSL_LIBS=`$PKG_CONFIG openssl --libs-only-l 2>/dev/null`
|
adam@0
|
12014 OPENSSL_INCLUDES=`$PKG_CONFIG openssl --cflags-only-I 2>/dev/null`
|
adam@0
|
12015 found=true
|
adam@0
|
12016 fi
|
adam@0
|
12017 fi
|
adam@0
|
12018
|
adam@0
|
12019 # no such luck; use some default ssldirs
|
adam@0
|
12020 if ! $found; then
|
adam@0
|
12021 ssldirs="/usr/local/ssl /usr/lib/ssl /usr/ssl /usr/pkg /usr/local /usr"
|
adam@0
|
12022 fi
|
adam@0
|
12023
|
adam@0
|
12024
|
adam@0
|
12025 fi
|
adam@0
|
12026
|
adam@0
|
12027
|
adam@0
|
12028
|
adam@0
|
12029 # note that we #include <openssl/foo.h>, so the OpenSSL headers have to be in
|
adam@0
|
12030 # an 'openssl' subdirectory
|
adam@0
|
12031
|
adam@0
|
12032 if ! $found; then
|
adam@0
|
12033 OPENSSL_INCLUDES=
|
adam@0
|
12034 for ssldir in $ssldirs; do
|
adam@0
|
12035 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for openssl/ssl.h in $ssldir" >&5
|
adam@0
|
12036 $as_echo_n "checking for openssl/ssl.h in $ssldir... " >&6; }
|
adam@0
|
12037 if test -f "$ssldir/include/openssl/ssl.h"; then
|
adam@0
|
12038 OPENSSL_INCLUDES="-I$ssldir/include"
|
adam@0
|
12039 OPENSSL_LDFLAGS="-L$ssldir/lib"
|
adam@0
|
12040 OPENSSL_LIBS="-lssl -lcrypto"
|
adam@0
|
12041 found=true
|
adam@0
|
12042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
adam@0
|
12043 $as_echo "yes" >&6; }
|
adam@0
|
12044 break
|
adam@0
|
12045 else
|
adam@0
|
12046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
adam@0
|
12047 $as_echo "no" >&6; }
|
adam@0
|
12048 fi
|
adam@0
|
12049 done
|
adam@0
|
12050
|
adam@0
|
12051 # if the file wasn't found, well, go ahead and try the link anyway -- maybe
|
adam@0
|
12052 # it will just work!
|
adam@0
|
12053 fi
|
adam@0
|
12054
|
adam@0
|
12055 # try the preprocessor and linker with our new flags,
|
adam@0
|
12056 # being careful not to pollute the global LIBS, LDFLAGS, and CPPFLAGS
|
adam@0
|
12057
|
adam@0
|
12058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiling and linking against OpenSSL works" >&5
|
adam@0
|
12059 $as_echo_n "checking whether compiling and linking against OpenSSL works... " >&6; }
|
adam@0
|
12060 echo "Trying link with OPENSSL_LDFLAGS=$OPENSSL_LDFLAGS;" \
|
adam@0
|
12061 "OPENSSL_LIBS=$OPENSSL_LIBS; OPENSSL_INCLUDES=$OPENSSL_INCLUDES" >&5
|
adam@0
|
12062
|
adam@0
|
12063 save_LIBS="$LIBS"
|
adam@0
|
12064 save_LDFLAGS="$LDFLAGS"
|
adam@0
|
12065 save_CPPFLAGS="$CPPFLAGS"
|
adam@0
|
12066 LDFLAGS="$LDFLAGS $OPENSSL_LDFLAGS"
|
adam@0
|
12067 LIBS="$OPENSSL_LIBS $LIBS"
|
adam@0
|
12068 CPPFLAGS="$OPENSSL_INCLUDES $CPPFLAGS"
|
adam@0
|
12069 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
adam@0
|
12070 /* end confdefs.h. */
|
adam@0
|
12071 #include <openssl/ssl.h>
|
adam@0
|
12072 int
|
adam@0
|
12073 main ()
|
adam@0
|
12074 {
|
adam@0
|
12075 SSL_new(NULL)
|
adam@0
|
12076 ;
|
adam@0
|
12077 return 0;
|
adam@0
|
12078 }
|
adam@0
|
12079 _ACEOF
|
adam@0
|
12080 if ac_fn_c_try_link "$LINENO"; then :
|
adam@0
|
12081
|
adam@0
|
12082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
adam@0
|
12083 $as_echo "yes" >&6; }
|
adam@0
|
12084 echo >/dev/null
|
adam@0
|
12085
|
adam@0
|
12086 else
|
adam@0
|
12087
|
adam@0
|
12088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
adam@0
|
12089 $as_echo "no" >&6; }
|
adam@0
|
12090 echo "You must install OpenSSL development files."; exit 1
|
adam@0
|
12091
|
adam@0
|
12092 fi
|
adam@0
|
12093 rm -f core conftest.err conftest.$ac_objext \
|
adam@0
|
12094 conftest$ac_exeext conftest.$ac_ext
|
adam@0
|
12095 CPPFLAGS="$save_CPPFLAGS"
|
adam@0
|
12096 LDFLAGS="$save_LDFLAGS"
|
adam@0
|
12097 LIBS="$save_LIBS"
|
adam@0
|
12098
|
adam@0
|
12099
|
adam@0
|
12100
|
adam@0
|
12101
|
adam@0
|
12102
|
adam@0
|
12103
|
adam@0
|
12104
|
adam@0
|
12105
|
adam@0
|
12106
|
adam@0
|
12107
|
adam@0
|
12108
|
adam@0
|
12109
|
adam@0
|
12110
|
adam@0
|
12111
|
adam@0
|
12112
|
adam@0
|
12113
|
adam@0
|
12114
|
adam@0
|
12115
|
adam@0
|
12116
|
adam@0
|
12117
|
adam@0
|
12118
|
adam@0
|
12119
|
adam@0
|
12120
|
adam@0
|
12121
|
adam@0
|
12122
|
adam@0
|
12123
|
adam@0
|
12124
|
adam@0
|
12125
|
adam@0
|
12126
|
adam@0
|
12127
|
adam@0
|
12128
|
adam@0
|
12129 # Check whether --with-libcurl was given.
|
adam@0
|
12130 if test "${with_libcurl+set}" = set; then :
|
adam@0
|
12131 withval=$with_libcurl; _libcurl_with=$withval
|
adam@0
|
12132 else
|
adam@0
|
12133 _libcurl_with=yes
|
adam@0
|
12134 fi
|
adam@0
|
12135
|
adam@0
|
12136
|
adam@0
|
12137 if test "$_libcurl_with" != "no" ; then
|
adam@0
|
12138
|
adam@0
|
12139 for ac_prog in gawk mawk nawk awk
|
adam@0
|
12140 do
|
adam@0
|
12141 # Extract the first word of "$ac_prog", so it can be a program name with args.
|
adam@0
|
12142 set dummy $ac_prog; ac_word=$2
|
adam@0
|
12143 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
adam@0
|
12144 $as_echo_n "checking for $ac_word... " >&6; }
|
adam@47
|
12145 if ${ac_cv_prog_AWK+:} false; then :
|
adam@0
|
12146 $as_echo_n "(cached) " >&6
|
adam@0
|
12147 else
|
adam@0
|
12148 if test -n "$AWK"; then
|
adam@0
|
12149 ac_cv_prog_AWK="$AWK" # Let the user override the test.
|
adam@0
|
12150 else
|
adam@0
|
12151 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
adam@0
|
12152 for as_dir in $PATH
|
adam@0
|
12153 do
|
adam@0
|
12154 IFS=$as_save_IFS
|
adam@0
|
12155 test -z "$as_dir" && as_dir=.
|
adam@0
|
12156 for ac_exec_ext in '' $ac_executable_extensions; do
|
adam@0
|
12157 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
adam@0
|
12158 ac_cv_prog_AWK="$ac_prog"
|
adam@0
|
12159 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
adam@0
|
12160 break 2
|
adam@0
|
12161 fi
|
adam@0
|
12162 done
|
adam@0
|
12163 done
|
adam@0
|
12164 IFS=$as_save_IFS
|
adam@0
|
12165
|
adam@0
|
12166 fi
|
adam@0
|
12167 fi
|
adam@0
|
12168 AWK=$ac_cv_prog_AWK
|
adam@0
|
12169 if test -n "$AWK"; then
|
adam@0
|
12170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
|
adam@0
|
12171 $as_echo "$AWK" >&6; }
|
adam@0
|
12172 else
|
adam@0
|
12173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
adam@0
|
12174 $as_echo "no" >&6; }
|
adam@0
|
12175 fi
|
adam@0
|
12176
|
adam@0
|
12177
|
adam@0
|
12178 test -n "$AWK" && break
|
adam@0
|
12179 done
|
adam@0
|
12180
|
adam@0
|
12181
|
adam@0
|
12182 _libcurl_version_parse="eval $AWK '{split(\$NF,A,\".\"); X=256*256*A[1]+256*A[2]+A[3]; print X;}'"
|
adam@0
|
12183
|
adam@0
|
12184 _libcurl_try_link=yes
|
adam@0
|
12185
|
adam@0
|
12186 if test -d "$_libcurl_with" ; then
|
adam@0
|
12187 LIBCURL_CPPFLAGS="-I$withval/include"
|
adam@0
|
12188 _libcurl_ldflags="-L$withval/lib"
|
adam@0
|
12189 # Extract the first word of "curl-config", so it can be a program name with args.
|
adam@0
|
12190 set dummy curl-config; ac_word=$2
|
adam@0
|
12191 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
adam@0
|
12192 $as_echo_n "checking for $ac_word... " >&6; }
|
adam@47
|
12193 if ${ac_cv_path__libcurl_config+:} false; then :
|
adam@0
|
12194 $as_echo_n "(cached) " >&6
|
adam@0
|
12195 else
|
adam@0
|
12196 case $_libcurl_config in
|
adam@0
|
12197 [\\/]* | ?:[\\/]*)
|
adam@0
|
12198 ac_cv_path__libcurl_config="$_libcurl_config" # Let the user override the test with a path.
|
adam@0
|
12199 ;;
|
adam@0
|
12200 *)
|
adam@0
|
12201 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
adam@0
|
12202 for as_dir in "$withval/bin"
|
adam@0
|
12203 do
|
adam@0
|
12204 IFS=$as_save_IFS
|
adam@0
|
12205 test -z "$as_dir" && as_dir=.
|
adam@0
|
12206 for ac_exec_ext in '' $ac_executable_extensions; do
|
adam@0
|
12207 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
adam@0
|
12208 ac_cv_path__libcurl_config="$as_dir/$ac_word$ac_exec_ext"
|
adam@0
|
12209 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
adam@0
|
12210 break 2
|
adam@0
|
12211 fi
|
adam@0
|
12212 done
|
adam@0
|
12213 done
|
adam@0
|
12214 IFS=$as_save_IFS
|
adam@0
|
12215
|
adam@0
|
12216 test -z "$ac_cv_path__libcurl_config" && ac_cv_path__libcurl_config=""$withval/bin""
|
adam@0
|
12217 ;;
|
adam@0
|
12218 esac
|
adam@0
|
12219 fi
|
adam@0
|
12220 _libcurl_config=$ac_cv_path__libcurl_config
|
adam@0
|
12221 if test -n "$_libcurl_config"; then
|
adam@0
|
12222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_libcurl_config" >&5
|
adam@0
|
12223 $as_echo "$_libcurl_config" >&6; }
|
adam@0
|
12224 else
|
adam@0
|
12225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
adam@0
|
12226 $as_echo "no" >&6; }
|
adam@0
|
12227 fi
|
adam@0
|
12228
|
adam@0
|
12229
|
adam@0
|
12230 else
|
adam@0
|
12231 # Extract the first word of "curl-config", so it can be a program name with args.
|
adam@0
|
12232 set dummy curl-config; ac_word=$2
|
adam@0
|
12233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
adam@0
|
12234 $as_echo_n "checking for $ac_word... " >&6; }
|
adam@47
|
12235 if ${ac_cv_path__libcurl_config+:} false; then :
|
adam@0
|
12236 $as_echo_n "(cached) " >&6
|
adam@0
|
12237 else
|
adam@0
|
12238 case $_libcurl_config in
|
adam@0
|
12239 [\\/]* | ?:[\\/]*)
|
adam@0
|
12240 ac_cv_path__libcurl_config="$_libcurl_config" # Let the user override the test with a path.
|
adam@0
|
12241 ;;
|
adam@0
|
12242 *)
|
adam@0
|
12243 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
adam@0
|
12244 for as_dir in $PATH
|
adam@0
|
12245 do
|
adam@0
|
12246 IFS=$as_save_IFS
|
adam@0
|
12247 test -z "$as_dir" && as_dir=.
|
adam@0
|
12248 for ac_exec_ext in '' $ac_executable_extensions; do
|
adam@0
|
12249 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
adam@0
|
12250 ac_cv_path__libcurl_config="$as_dir/$ac_word$ac_exec_ext"
|
adam@0
|
12251 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
adam@0
|
12252 break 2
|
adam@0
|
12253 fi
|
adam@0
|
12254 done
|
adam@0
|
12255 done
|
adam@0
|
12256 IFS=$as_save_IFS
|
adam@0
|
12257
|
adam@0
|
12258 ;;
|
adam@0
|
12259 esac
|
adam@0
|
12260 fi
|
adam@0
|
12261 _libcurl_config=$ac_cv_path__libcurl_config
|
adam@0
|
12262 if test -n "$_libcurl_config"; then
|
adam@0
|
12263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_libcurl_config" >&5
|
adam@0
|
12264 $as_echo "$_libcurl_config" >&6; }
|
adam@0
|
12265 else
|
adam@0
|
12266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
adam@0
|
12267 $as_echo "no" >&6; }
|
adam@0
|
12268 fi
|
adam@0
|
12269
|
adam@0
|
12270
|
adam@0
|
12271 fi
|
adam@0
|
12272
|
adam@0
|
12273 if test x$_libcurl_config != "x" ; then
|
adam@0
|
12274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the version of libcurl" >&5
|
adam@0
|
12275 $as_echo_n "checking for the version of libcurl... " >&6; }
|
adam@47
|
12276 if ${libcurl_cv_lib_curl_version+:} false; then :
|
adam@0
|
12277 $as_echo_n "(cached) " >&6
|
adam@0
|
12278 else
|
adam@0
|
12279 libcurl_cv_lib_curl_version=`$_libcurl_config --version | $AWK '{print $2}'`
|
adam@0
|
12280 fi
|
adam@0
|
12281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libcurl_cv_lib_curl_version" >&5
|
adam@0
|
12282 $as_echo "$libcurl_cv_lib_curl_version" >&6; }
|
adam@0
|
12283
|
adam@0
|
12284 _libcurl_version=`echo $libcurl_cv_lib_curl_version | $_libcurl_version_parse`
|
adam@0
|
12285 _libcurl_wanted=`echo 0 | $_libcurl_version_parse`
|
adam@0
|
12286
|
adam@0
|
12287 if test $_libcurl_wanted -gt 0 ; then
|
adam@0
|
12288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libcurl >= version " >&5
|
adam@0
|
12289 $as_echo_n "checking for libcurl >= version ... " >&6; }
|
adam@47
|
12290 if ${libcurl_cv_lib_version_ok+:} false; then :
|
adam@0
|
12291 $as_echo_n "(cached) " >&6
|
adam@0
|
12292 else
|
adam@0
|
12293
|
adam@0
|
12294 if test $_libcurl_version -ge $_libcurl_wanted ; then
|
adam@0
|
12295 libcurl_cv_lib_version_ok=yes
|
adam@0
|
12296 else
|
adam@0
|
12297 libcurl_cv_lib_version_ok=no
|
adam@0
|
12298 fi
|
adam@0
|
12299
|
adam@0
|
12300 fi
|
adam@0
|
12301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libcurl_cv_lib_version_ok" >&5
|
adam@0
|
12302 $as_echo "$libcurl_cv_lib_version_ok" >&6; }
|
adam@0
|
12303 fi
|
adam@0
|
12304
|
adam@0
|
12305 if test $_libcurl_wanted -eq 0 || test x$libcurl_cv_lib_version_ok = xyes ; then
|
adam@0
|
12306 if test x"$LIBCURL_CPPFLAGS" = "x" ; then
|
adam@0
|
12307 LIBCURL_CPPFLAGS=`$_libcurl_config --cflags`
|
adam@0
|
12308 fi
|
adam@0
|
12309 if test x"$LIBCURL" = "x" ; then
|
adam@0
|
12310 LIBCURL=`$_libcurl_config --libs`
|
adam@0
|
12311
|
adam@0
|
12312 # This is so silly, but Apple actually has a bug in their
|
adam@0
|
12313 # curl-config script. Fixed in Tiger, but there are still
|
adam@0
|
12314 # lots of Panther installs around.
|
adam@0
|
12315 case "${host}" in
|
adam@0
|
12316 powerpc-apple-darwin7*)
|
adam@0
|
12317 LIBCURL=`echo $LIBCURL | sed -e 's|-arch i386||g'`
|
adam@0
|
12318 ;;
|
adam@0
|
12319 esac
|
adam@0
|
12320 fi
|
adam@0
|
12321
|
adam@0
|
12322 # All curl-config scripts support --feature
|
adam@0
|
12323 _libcurl_features=`$_libcurl_config --feature`
|
adam@0
|
12324
|
adam@0
|
12325 # Is it modern enough to have --protocols? (7.12.4)
|
adam@0
|
12326 if test $_libcurl_version -ge 461828 ; then
|
adam@0
|
12327 _libcurl_protocols=`$_libcurl_config --protocols`
|
adam@0
|
12328 fi
|
adam@0
|
12329 else
|
adam@0
|
12330 _libcurl_try_link=no
|
adam@0
|
12331 fi
|
adam@0
|
12332
|
adam@0
|
12333 unset _libcurl_wanted
|
adam@0
|
12334 fi
|
adam@0
|
12335
|
adam@0
|
12336 if test $_libcurl_try_link = yes ; then
|
adam@0
|
12337
|
adam@0
|
12338 # we didn't find curl-config, so let's see if the user-supplied
|
adam@0
|
12339 # link line (or failing that, "-lcurl") is enough.
|
adam@0
|
12340 LIBCURL=${LIBCURL-"$_libcurl_ldflags -lcurl"}
|
adam@0
|
12341
|
adam@0
|
12342 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether libcurl is usable" >&5
|
adam@0
|
12343 $as_echo_n "checking whether libcurl is usable... " >&6; }
|
adam@47
|
12344 if ${libcurl_cv_lib_curl_usable+:} false; then :
|
adam@0
|
12345 $as_echo_n "(cached) " >&6
|
adam@0
|
12346 else
|
adam@0
|
12347
|
adam@0
|
12348 _libcurl_save_cppflags=$CPPFLAGS
|
adam@0
|
12349 CPPFLAGS="$LIBCURL_CPPFLAGS $CPPFLAGS"
|
adam@0
|
12350 _libcurl_save_libs=$LIBS
|
adam@0
|
12351 LIBS="$LIBCURL $LIBS"
|
adam@0
|
12352
|
adam@0
|
12353 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
adam@0
|
12354 /* end confdefs.h. */
|
adam@0
|
12355 #include <curl/curl.h>
|
adam@0
|
12356 int
|
adam@0
|
12357 main ()
|
adam@0
|
12358 {
|
adam@0
|
12359
|
adam@0
|
12360 /* Try and use a few common options to force a failure if we are
|
adam@0
|
12361 missing symbols or can't link. */
|
adam@0
|
12362 int x;
|
adam@0
|
12363 curl_easy_setopt(NULL,CURLOPT_URL,NULL);
|
adam@0
|
12364 x=CURL_ERROR_SIZE;
|
adam@0
|
12365 x=CURLOPT_WRITEFUNCTION;
|
adam@0
|
12366 x=CURLOPT_FILE;
|
adam@0
|
12367 x=CURLOPT_ERRORBUFFER;
|
adam@0
|
12368 x=CURLOPT_STDERR;
|
adam@0
|
12369 x=CURLOPT_VERBOSE;
|
adam@0
|
12370
|
adam@0
|
12371 ;
|
adam@0
|
12372 return 0;
|
adam@0
|
12373 }
|
adam@0
|
12374 _ACEOF
|
adam@0
|
12375 if ac_fn_c_try_link "$LINENO"; then :
|
adam@0
|
12376 libcurl_cv_lib_curl_usable=yes
|
adam@0
|
12377 else
|
adam@0
|
12378 libcurl_cv_lib_curl_usable=no
|
adam@0
|
12379 fi
|
adam@0
|
12380 rm -f core conftest.err conftest.$ac_objext \
|
adam@0
|
12381 conftest$ac_exeext conftest.$ac_ext
|
adam@0
|
12382
|
adam@0
|
12383 CPPFLAGS=$_libcurl_save_cppflags
|
adam@0
|
12384 LIBS=$_libcurl_save_libs
|
adam@0
|
12385 unset _libcurl_save_cppflags
|
adam@0
|
12386 unset _libcurl_save_libs
|
adam@0
|
12387
|
adam@0
|
12388 fi
|
adam@0
|
12389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libcurl_cv_lib_curl_usable" >&5
|
adam@0
|
12390 $as_echo "$libcurl_cv_lib_curl_usable" >&6; }
|
adam@0
|
12391
|
adam@0
|
12392 if test $libcurl_cv_lib_curl_usable = yes ; then
|
adam@0
|
12393
|
adam@0
|
12394 # Does curl_free() exist in this version of libcurl?
|
adam@0
|
12395 # If not, fake it with free()
|
adam@0
|
12396
|
adam@0
|
12397 _libcurl_save_cppflags=$CPPFLAGS
|
adam@0
|
12398 CPPFLAGS="$CPPFLAGS $LIBCURL_CPPFLAGS"
|
adam@0
|
12399 _libcurl_save_libs=$LIBS
|
adam@0
|
12400 LIBS="$LIBS $LIBCURL"
|
adam@0
|
12401
|
adam@0
|
12402 ac_fn_c_check_func "$LINENO" "curl_free" "ac_cv_func_curl_free"
|
adam@47
|
12403 if test "x$ac_cv_func_curl_free" = xyes; then :
|
adam@0
|
12404
|
adam@0
|
12405 else
|
adam@0
|
12406
|
adam@0
|
12407 $as_echo "#define curl_free free" >>confdefs.h
|
adam@0
|
12408
|
adam@0
|
12409 fi
|
adam@0
|
12410
|
adam@0
|
12411
|
adam@0
|
12412 CPPFLAGS=$_libcurl_save_cppflags
|
adam@0
|
12413 LIBS=$_libcurl_save_libs
|
adam@0
|
12414 unset _libcurl_save_cppflags
|
adam@0
|
12415 unset _libcurl_save_libs
|
adam@0
|
12416
|
adam@0
|
12417
|
adam@0
|
12418 $as_echo "#define HAVE_LIBCURL 1" >>confdefs.h
|
adam@0
|
12419
|
adam@0
|
12420
|
adam@0
|
12421
|
adam@0
|
12422
|
adam@0
|
12423 for _libcurl_feature in $_libcurl_features ; do
|
adam@0
|
12424 cat >>confdefs.h <<_ACEOF
|
adam@0
|
12425 #define `$as_echo "libcurl_feature_$_libcurl_feature" | $as_tr_cpp` 1
|
adam@0
|
12426 _ACEOF
|
adam@0
|
12427
|
adam@0
|
12428 eval `$as_echo "libcurl_feature_$_libcurl_feature" | $as_tr_sh`=yes
|
adam@0
|
12429 done
|
adam@0
|
12430
|
adam@0
|
12431 if test "x$_libcurl_protocols" = "x" ; then
|
adam@0
|
12432
|
adam@0
|
12433 # We don't have --protocols, so just assume that all
|
adam@0
|
12434 # protocols are available
|
adam@0
|
12435 _libcurl_protocols="HTTP FTP FILE TELNET LDAP DICT TFTP"
|
adam@0
|
12436
|
adam@0
|
12437 if test x$libcurl_feature_SSL = xyes ; then
|
adam@0
|
12438 _libcurl_protocols="$_libcurl_protocols HTTPS"
|
adam@0
|
12439
|
adam@0
|
12440 # FTPS wasn't standards-compliant until version
|
adam@0
|
12441 # 7.11.0 (0x070b00 == 461568)
|
adam@0
|
12442 if test $_libcurl_version -ge 461568; then
|
adam@0
|
12443 _libcurl_protocols="$_libcurl_protocols FTPS"
|
adam@0
|
12444 fi
|
adam@0
|
12445 fi
|
adam@0
|
12446
|
adam@0
|
12447 # RTSP, IMAP, POP3 and SMTP were added in
|
adam@0
|
12448 # 7.20.0 (0x071400 == 463872)
|
adam@0
|
12449 if test $_libcurl_version -ge 463872; then
|
adam@0
|
12450 _libcurl_protocols="$_libcurl_protocols RTSP IMAP POP3 SMTP"
|
adam@0
|
12451 fi
|
adam@0
|
12452 fi
|
adam@0
|
12453
|
adam@0
|
12454 for _libcurl_protocol in $_libcurl_protocols ; do
|
adam@0
|
12455 cat >>confdefs.h <<_ACEOF
|
adam@0
|
12456 #define `$as_echo "libcurl_protocol_$_libcurl_protocol" | $as_tr_cpp` 1
|
adam@0
|
12457 _ACEOF
|
adam@0
|
12458
|
adam@0
|
12459 eval `$as_echo "libcurl_protocol_$_libcurl_protocol" | $as_tr_sh`=yes
|
adam@0
|
12460 done
|
adam@0
|
12461 else
|
adam@0
|
12462 unset LIBCURL
|
adam@0
|
12463 unset LIBCURL_CPPFLAGS
|
adam@0
|
12464 fi
|
adam@0
|
12465 fi
|
adam@0
|
12466
|
adam@0
|
12467 unset _libcurl_try_link
|
adam@0
|
12468 unset _libcurl_version_parse
|
adam@0
|
12469 unset _libcurl_config
|
adam@0
|
12470 unset _libcurl_feature
|
adam@0
|
12471 unset _libcurl_features
|
adam@0
|
12472 unset _libcurl_protocol
|
adam@0
|
12473 unset _libcurl_protocols
|
adam@0
|
12474 unset _libcurl_version
|
adam@0
|
12475 unset _libcurl_ldflags
|
adam@0
|
12476 fi
|
adam@0
|
12477
|
adam@0
|
12478 if test x$_libcurl_with = xno || test x$libcurl_cv_lib_curl_usable != xyes ; then
|
adam@0
|
12479 # This is the IF-NO path
|
adam@0
|
12480 echo "You must install libcurl development files."; exit 1
|
adam@0
|
12481 else
|
adam@0
|
12482 # This is the IF-YES path
|
adam@0
|
12483 echo >/dev/null
|
adam@0
|
12484 fi
|
adam@0
|
12485
|
adam@0
|
12486 unset _libcurl_with
|
adam@0
|
12487
|
adam@0
|
12488
|
adam@1
|
12489 ac_ext=cpp
|
adam@1
|
12490 ac_cpp='$CXXCPP $CPPFLAGS'
|
adam@1
|
12491 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
adam@1
|
12492 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
adam@1
|
12493 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
|
adam@1
|
12494 if test -z "$CXX"; then
|
adam@1
|
12495 if test -n "$CCC"; then
|
adam@1
|
12496 CXX=$CCC
|
adam@1
|
12497 else
|
adam@1
|
12498 if test -n "$ac_tool_prefix"; then
|
adam@1
|
12499 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
|
adam@1
|
12500 do
|
adam@1
|
12501 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
|
adam@1
|
12502 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
|
adam@1
|
12503 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
adam@1
|
12504 $as_echo_n "checking for $ac_word... " >&6; }
|
adam@47
|
12505 if ${ac_cv_prog_CXX+:} false; then :
|
adam@1
|
12506 $as_echo_n "(cached) " >&6
|
adam@1
|
12507 else
|
adam@1
|
12508 if test -n "$CXX"; then
|
adam@1
|
12509 ac_cv_prog_CXX="$CXX" # Let the user override the test.
|
adam@1
|
12510 else
|
adam@1
|
12511 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
adam@1
|
12512 for as_dir in $PATH
|
adam@1
|
12513 do
|
adam@1
|
12514 IFS=$as_save_IFS
|
adam@1
|
12515 test -z "$as_dir" && as_dir=.
|
adam@1
|
12516 for ac_exec_ext in '' $ac_executable_extensions; do
|
adam@1
|
12517 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
adam@1
|
12518 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
|
adam@1
|
12519 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
adam@1
|
12520 break 2
|
adam@1
|
12521 fi
|
adam@1
|
12522 done
|
adam@1
|
12523 done
|
adam@1
|
12524 IFS=$as_save_IFS
|
adam@1
|
12525
|
adam@1
|
12526 fi
|
adam@1
|
12527 fi
|
adam@1
|
12528 CXX=$ac_cv_prog_CXX
|
adam@1
|
12529 if test -n "$CXX"; then
|
adam@1
|
12530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
|
adam@1
|
12531 $as_echo "$CXX" >&6; }
|
adam@1
|
12532 else
|
adam@1
|
12533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
adam@1
|
12534 $as_echo "no" >&6; }
|
adam@1
|
12535 fi
|
adam@1
|
12536
|
adam@1
|
12537
|
adam@1
|
12538 test -n "$CXX" && break
|
adam@1
|
12539 done
|
adam@1
|
12540 fi
|
adam@1
|
12541 if test -z "$CXX"; then
|
adam@1
|
12542 ac_ct_CXX=$CXX
|
adam@1
|
12543 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
|
adam@1
|
12544 do
|
adam@1
|
12545 # Extract the first word of "$ac_prog", so it can be a program name with args.
|
adam@1
|
12546 set dummy $ac_prog; ac_word=$2
|
adam@1
|
12547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
adam@1
|
12548 $as_echo_n "checking for $ac_word... " >&6; }
|
adam@47
|
12549 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
|
adam@1
|
12550 $as_echo_n "(cached) " >&6
|
adam@1
|
12551 else
|
adam@1
|
12552 if test -n "$ac_ct_CXX"; then
|
adam@1
|
12553 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
|
adam@1
|
12554 else
|
adam@1
|
12555 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
adam@1
|
12556 for as_dir in $PATH
|
adam@1
|
12557 do
|
adam@1
|
12558 IFS=$as_save_IFS
|
adam@1
|
12559 test -z "$as_dir" && as_dir=.
|
adam@1
|
12560 for ac_exec_ext in '' $ac_executable_extensions; do
|
adam@1
|
12561 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
adam@1
|
12562 ac_cv_prog_ac_ct_CXX="$ac_prog"
|
adam@1
|
12563 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
adam@1
|
12564 break 2
|
adam@1
|
12565 fi
|
adam@1
|
12566 done
|
adam@1
|
12567 done
|
adam@1
|
12568 IFS=$as_save_IFS
|
adam@1
|
12569
|
adam@1
|
12570 fi
|
adam@1
|
12571 fi
|
adam@1
|
12572 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
|
adam@1
|
12573 if test -n "$ac_ct_CXX"; then
|
adam@1
|
12574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
|
adam@1
|
12575 $as_echo "$ac_ct_CXX" >&6; }
|
adam@1
|
12576 else
|
adam@1
|
12577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
adam@1
|
12578 $as_echo "no" >&6; }
|
adam@1
|
12579 fi
|
adam@1
|
12580
|
adam@1
|
12581
|
adam@1
|
12582 test -n "$ac_ct_CXX" && break
|
adam@1
|
12583 done
|
adam@1
|
12584
|
adam@1
|
12585 if test "x$ac_ct_CXX" = x; then
|
adam@1
|
12586 CXX="g++"
|
adam@1
|
12587 else
|
adam@1
|
12588 case $cross_compiling:$ac_tool_warned in
|
adam@1
|
12589 yes:)
|
adam@1
|
12590 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
|
adam@1
|
12591 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
|
adam@1
|
12592 ac_tool_warned=yes ;;
|
adam@1
|
12593 esac
|
adam@1
|
12594 CXX=$ac_ct_CXX
|
adam@1
|
12595 fi
|
adam@1
|
12596 fi
|
adam@1
|
12597
|
adam@1
|
12598 fi
|
adam@1
|
12599 fi
|
adam@1
|
12600 # Provide some information about the compiler.
|
adam@1
|
12601 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
|
adam@1
|
12602 set X $ac_compile
|
adam@1
|
12603 ac_compiler=$2
|
adam@1
|
12604 for ac_option in --version -v -V -qversion; do
|
adam@1
|
12605 { { ac_try="$ac_compiler $ac_option >&5"
|
adam@1
|
12606 case "(($ac_try" in
|
adam@1
|
12607 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
|
adam@1
|
12608 *) ac_try_echo=$ac_try;;
|
adam@1
|
12609 esac
|
adam@1
|
12610 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
|
adam@1
|
12611 $as_echo "$ac_try_echo"; } >&5
|
adam@1
|
12612 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
|
adam@1
|
12613 ac_status=$?
|
adam@1
|
12614 if test -s conftest.err; then
|
adam@1
|
12615 sed '10a\
|
adam@1
|
12616 ... rest of stderr output deleted ...
|
adam@1
|
12617 10q' conftest.err >conftest.er1
|
adam@1
|
12618 cat conftest.er1 >&5
|
adam@1
|
12619 fi
|
adam@1
|
12620 rm -f conftest.er1 conftest.err
|
adam@1
|
12621 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
adam@1
|
12622 test $ac_status = 0; }
|
adam@1
|
12623 done
|
adam@1
|
12624
|
adam@1
|
12625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
|
adam@1
|
12626 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
|
adam@47
|
12627 if ${ac_cv_cxx_compiler_gnu+:} false; then :
|
adam@1
|
12628 $as_echo_n "(cached) " >&6
|
adam@1
|
12629 else
|
adam@1
|
12630 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
adam@1
|
12631 /* end confdefs.h. */
|
adam@1
|
12632
|
adam@1
|
12633 int
|
adam@1
|
12634 main ()
|
adam@1
|
12635 {
|
adam@1
|
12636 #ifndef __GNUC__
|
adam@1
|
12637 choke me
|
adam@1
|
12638 #endif
|
adam@1
|
12639
|
adam@1
|
12640 ;
|
adam@1
|
12641 return 0;
|
adam@1
|
12642 }
|
adam@1
|
12643 _ACEOF
|
adam@1
|
12644 if ac_fn_cxx_try_compile "$LINENO"; then :
|
adam@1
|
12645 ac_compiler_gnu=yes
|
adam@1
|
12646 else
|
adam@1
|
12647 ac_compiler_gnu=no
|
adam@1
|
12648 fi
|
adam@1
|
12649 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
adam@1
|
12650 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
|
adam@1
|
12651
|
adam@1
|
12652 fi
|
adam@1
|
12653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
|
adam@1
|
12654 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
|
adam@1
|
12655 if test $ac_compiler_gnu = yes; then
|
adam@1
|
12656 GXX=yes
|
adam@1
|
12657 else
|
adam@1
|
12658 GXX=
|
adam@1
|
12659 fi
|
adam@1
|
12660 ac_test_CXXFLAGS=${CXXFLAGS+set}
|
adam@1
|
12661 ac_save_CXXFLAGS=$CXXFLAGS
|
adam@1
|
12662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
|
adam@1
|
12663 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
|
adam@47
|
12664 if ${ac_cv_prog_cxx_g+:} false; then :
|
adam@1
|
12665 $as_echo_n "(cached) " >&6
|
adam@1
|
12666 else
|
adam@1
|
12667 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
|
adam@1
|
12668 ac_cxx_werror_flag=yes
|
adam@1
|
12669 ac_cv_prog_cxx_g=no
|
adam@1
|
12670 CXXFLAGS="-g"
|
adam@1
|
12671 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
adam@1
|
12672 /* end confdefs.h. */
|
adam@1
|
12673
|
adam@1
|
12674 int
|
adam@1
|
12675 main ()
|
adam@1
|
12676 {
|
adam@1
|
12677
|
adam@1
|
12678 ;
|
adam@1
|
12679 return 0;
|
adam@1
|
12680 }
|
adam@1
|
12681 _ACEOF
|
adam@1
|
12682 if ac_fn_cxx_try_compile "$LINENO"; then :
|
adam@1
|
12683 ac_cv_prog_cxx_g=yes
|
adam@1
|
12684 else
|
adam@1
|
12685 CXXFLAGS=""
|
adam@1
|
12686 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
adam@1
|
12687 /* end confdefs.h. */
|
adam@1
|
12688
|
adam@1
|
12689 int
|
adam@1
|
12690 main ()
|
adam@1
|
12691 {
|
adam@1
|
12692
|
adam@1
|
12693 ;
|
adam@1
|
12694 return 0;
|
adam@1
|
12695 }
|
adam@1
|
12696 _ACEOF
|
adam@1
|
12697 if ac_fn_cxx_try_compile "$LINENO"; then :
|
adam@1
|
12698
|
adam@1
|
12699 else
|
adam@1
|
12700 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
|
adam@1
|
12701 CXXFLAGS="-g"
|
adam@1
|
12702 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
adam@1
|
12703 /* end confdefs.h. */
|
adam@1
|
12704
|
adam@1
|
12705 int
|
adam@1
|
12706 main ()
|
adam@1
|
12707 {
|
adam@1
|
12708
|
adam@1
|
12709 ;
|
adam@1
|
12710 return 0;
|
adam@1
|
12711 }
|
adam@1
|
12712 _ACEOF
|
adam@1
|
12713 if ac_fn_cxx_try_compile "$LINENO"; then :
|
adam@1
|
12714 ac_cv_prog_cxx_g=yes
|
adam@1
|
12715 fi
|
adam@1
|
12716 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
adam@1
|
12717 fi
|
adam@1
|
12718 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
adam@1
|
12719 fi
|
adam@1
|
12720 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
adam@1
|
12721 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
|
adam@1
|
12722 fi
|
adam@1
|
12723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
|
adam@1
|
12724 $as_echo "$ac_cv_prog_cxx_g" >&6; }
|
adam@1
|
12725 if test "$ac_test_CXXFLAGS" = set; then
|
adam@1
|
12726 CXXFLAGS=$ac_save_CXXFLAGS
|
adam@1
|
12727 elif test $ac_cv_prog_cxx_g = yes; then
|
adam@1
|
12728 if test "$GXX" = yes; then
|
adam@1
|
12729 CXXFLAGS="-g -O2"
|
adam@1
|
12730 else
|
adam@1
|
12731 CXXFLAGS="-g"
|
adam@1
|
12732 fi
|
adam@1
|
12733 else
|
adam@1
|
12734 if test "$GXX" = yes; then
|
adam@1
|
12735 CXXFLAGS="-O2"
|
adam@1
|
12736 else
|
adam@1
|
12737 CXXFLAGS=
|
adam@1
|
12738 fi
|
adam@1
|
12739 fi
|
adam@1
|
12740 ac_ext=c
|
adam@1
|
12741 ac_cpp='$CPP $CPPFLAGS'
|
adam@1
|
12742 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
adam@1
|
12743 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
adam@1
|
12744 ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
adam@1
|
12745
|
adam@1
|
12746 depcc="$CXX" am_compiler_list=
|
adam@1
|
12747
|
adam@1
|
12748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
|
adam@1
|
12749 $as_echo_n "checking dependency style of $depcc... " >&6; }
|
adam@47
|
12750 if ${am_cv_CXX_dependencies_compiler_type+:} false; then :
|
adam@1
|
12751 $as_echo_n "(cached) " >&6
|
adam@1
|
12752 else
|
adam@1
|
12753 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
|
adam@1
|
12754 # We make a subdir and do the tests there. Otherwise we can end up
|
adam@1
|
12755 # making bogus files that we don't know about and never remove. For
|
adam@1
|
12756 # instance it was reported that on HP-UX the gcc test will end up
|
adam@1
|
12757 # making a dummy file named `D' -- because `-MD' means `put the output
|
adam@1
|
12758 # in D'.
|
adam@1
|
12759 mkdir conftest.dir
|
adam@1
|
12760 # Copy depcomp to subdir because otherwise we won't find it if we're
|
adam@1
|
12761 # using a relative directory.
|
adam@1
|
12762 cp "$am_depcomp" conftest.dir
|
adam@1
|
12763 cd conftest.dir
|
adam@1
|
12764 # We will build objects and dependencies in a subdirectory because
|
adam@1
|
12765 # it helps to detect inapplicable dependency modes. For instance
|
adam@1
|
12766 # both Tru64's cc and ICC support -MD to output dependencies as a
|
adam@1
|
12767 # side effect of compilation, but ICC will put the dependencies in
|
adam@1
|
12768 # the current directory while Tru64 will put them in the object
|
adam@1
|
12769 # directory.
|
adam@1
|
12770 mkdir sub
|
adam@1
|
12771
|
adam@1
|
12772 am_cv_CXX_dependencies_compiler_type=none
|
adam@1
|
12773 if test "$am_compiler_list" = ""; then
|
adam@1
|
12774 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
|
adam@1
|
12775 fi
|
adam@1
|
12776 am__universal=false
|
adam@1
|
12777 case " $depcc " in #(
|
adam@1
|
12778 *\ -arch\ *\ -arch\ *) am__universal=true ;;
|
adam@1
|
12779 esac
|
adam@1
|
12780
|
adam@1
|
12781 for depmode in $am_compiler_list; do
|
adam@1
|
12782 # Setup a source with many dependencies, because some compilers
|
adam@1
|
12783 # like to wrap large dependency lists on column 80 (with \), and
|
adam@1
|
12784 # we should not choose a depcomp mode which is confused by this.
|
adam@1
|
12785 #
|
adam@1
|
12786 # We need to recreate these files for each test, as the compiler may
|
adam@1
|
12787 # overwrite some of them when testing with obscure command lines.
|
adam@1
|
12788 # This happens at least with the AIX C compiler.
|
adam@1
|
12789 : > sub/conftest.c
|
adam@1
|
12790 for i in 1 2 3 4 5 6; do
|
adam@1
|
12791 echo '#include "conftst'$i'.h"' >> sub/conftest.c
|
adam@1
|
12792 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
|
adam@1
|
12793 # Solaris 8's {/usr,}/bin/sh.
|
adam@1
|
12794 touch sub/conftst$i.h
|
adam@1
|
12795 done
|
adam@1
|
12796 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
|
adam@1
|
12797
|
adam@1
|
12798 # We check with `-c' and `-o' for the sake of the "dashmstdout"
|
adam@1
|
12799 # mode. It turns out that the SunPro C++ compiler does not properly
|
adam@1
|
12800 # handle `-M -o', and we need to detect this. Also, some Intel
|
adam@1
|
12801 # versions had trouble with output in subdirs
|
adam@1
|
12802 am__obj=sub/conftest.${OBJEXT-o}
|
adam@1
|
12803 am__minus_obj="-o $am__obj"
|
adam@1
|
12804 case $depmode in
|
adam@1
|
12805 gcc)
|
adam@1
|
12806 # This depmode causes a compiler race in universal mode.
|
adam@1
|
12807 test "$am__universal" = false || continue
|
adam@1
|
12808 ;;
|
adam@1
|
12809 nosideeffect)
|
adam@1
|
12810 # after this tag, mechanisms are not by side-effect, so they'll
|
adam@1
|
12811 # only be used when explicitly requested
|
adam@1
|
12812 if test "x$enable_dependency_tracking" = xyes; then
|
adam@1
|
12813 continue
|
adam@1
|
12814 else
|
adam@1
|
12815 break
|
adam@1
|
12816 fi
|
adam@1
|
12817 ;;
|
adam@1
|
12818 msvisualcpp | msvcmsys)
|
adam@1
|
12819 # This compiler won't grok `-c -o', but also, the minuso test has
|
adam@1
|
12820 # not run yet. These depmodes are late enough in the game, and
|
adam@1
|
12821 # so weak that their functioning should not be impacted.
|
adam@1
|
12822 am__obj=conftest.${OBJEXT-o}
|
adam@1
|
12823 am__minus_obj=
|
adam@1
|
12824 ;;
|
adam@1
|
12825 none) break ;;
|
adam@1
|
12826 esac
|
adam@1
|
12827 if depmode=$depmode \
|
adam@1
|
12828 source=sub/conftest.c object=$am__obj \
|
adam@1
|
12829 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
|
adam@1
|
12830 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
|
adam@1
|
12831 >/dev/null 2>conftest.err &&
|
adam@1
|
12832 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
|
adam@1
|
12833 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
|
adam@1
|
12834 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
|
adam@1
|
12835 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
|
adam@1
|
12836 # icc doesn't choke on unknown options, it will just issue warnings
|
adam@1
|
12837 # or remarks (even with -Werror). So we grep stderr for any message
|
adam@1
|
12838 # that says an option was ignored or not supported.
|
adam@1
|
12839 # When given -MP, icc 7.0 and 7.1 complain thusly:
|
adam@1
|
12840 # icc: Command line warning: ignoring option '-M'; no argument required
|
adam@1
|
12841 # The diagnosis changed in icc 8.0:
|
adam@1
|
12842 # icc: Command line remark: option '-MP' not supported
|
adam@1
|
12843 if (grep 'ignoring option' conftest.err ||
|
adam@1
|
12844 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
|
adam@1
|
12845 am_cv_CXX_dependencies_compiler_type=$depmode
|
adam@1
|
12846 break
|
adam@1
|
12847 fi
|
adam@1
|
12848 fi
|
adam@1
|
12849 done
|
adam@1
|
12850
|
adam@1
|
12851 cd ..
|
adam@1
|
12852 rm -rf conftest.dir
|
adam@1
|
12853 else
|
adam@1
|
12854 am_cv_CXX_dependencies_compiler_type=none
|
adam@1
|
12855 fi
|
adam@1
|
12856
|
adam@1
|
12857 fi
|
adam@1
|
12858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5
|
adam@1
|
12859 $as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
|
adam@1
|
12860 CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
|
adam@1
|
12861
|
adam@1
|
12862 if
|
adam@1
|
12863 test "x$enable_dependency_tracking" != xno \
|
adam@1
|
12864 && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
|
adam@1
|
12865 am__fastdepCXX_TRUE=
|
adam@1
|
12866 am__fastdepCXX_FALSE='#'
|
adam@1
|
12867 else
|
adam@1
|
12868 am__fastdepCXX_TRUE='#'
|
adam@1
|
12869 am__fastdepCXX_FALSE=
|
adam@1
|
12870 fi
|
adam@1
|
12871
|
adam@1
|
12872
|
adam@1
|
12873
|
adam@47
|
12874
|
adam@47
|
12875 func_stripname_cnf ()
|
adam@47
|
12876 {
|
adam@47
|
12877 case ${2} in
|
adam@47
|
12878 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
|
adam@47
|
12879 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
|
adam@47
|
12880 esac
|
adam@47
|
12881 } # func_stripname_cnf
|
adam@47
|
12882
|
adam@47
|
12883 if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
|
adam@1
|
12884 ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
|
adam@1
|
12885 (test "X$CXX" != "Xg++"))) ; then
|
adam@1
|
12886 ac_ext=cpp
|
adam@1
|
12887 ac_cpp='$CXXCPP $CPPFLAGS'
|
adam@1
|
12888 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
adam@1
|
12889 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
adam@1
|
12890 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
|
adam@1
|
12891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
|
adam@1
|
12892 $as_echo_n "checking how to run the C++ preprocessor... " >&6; }
|
adam@1
|
12893 if test -z "$CXXCPP"; then
|
adam@47
|
12894 if ${ac_cv_prog_CXXCPP+:} false; then :
|
adam@1
|
12895 $as_echo_n "(cached) " >&6
|
adam@1
|
12896 else
|
adam@1
|
12897 # Double quotes because CXXCPP needs to be expanded
|
adam@1
|
12898 for CXXCPP in "$CXX -E" "/lib/cpp"
|
adam@1
|
12899 do
|
adam@1
|
12900 ac_preproc_ok=false
|
adam@1
|
12901 for ac_cxx_preproc_warn_flag in '' yes
|
adam@1
|
12902 do
|
adam@1
|
12903 # Use a header file that comes with gcc, so configuring glibc
|
adam@1
|
12904 # with a fresh cross-compiler works.
|
adam@1
|
12905 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|
adam@1
|
12906 # <limits.h> exists even on freestanding compilers.
|
adam@1
|
12907 # On the NeXT, cc -E runs the code through the compiler's parser,
|
adam@1
|
12908 # not just through cpp. "Syntax error" is here to catch this case.
|
adam@1
|
12909 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
adam@1
|
12910 /* end confdefs.h. */
|
adam@1
|
12911 #ifdef __STDC__
|
adam@1
|
12912 # include <limits.h>
|
adam@1
|
12913 #else
|
adam@1
|
12914 # include <assert.h>
|
adam@1
|
12915 #endif
|
adam@1
|
12916 Syntax error
|
adam@1
|
12917 _ACEOF
|
adam@1
|
12918 if ac_fn_cxx_try_cpp "$LINENO"; then :
|
adam@1
|
12919
|
adam@1
|
12920 else
|
adam@1
|
12921 # Broken: fails on valid input.
|
adam@1
|
12922 continue
|
adam@1
|
12923 fi
|
adam@1
|
12924 rm -f conftest.err conftest.i conftest.$ac_ext
|
adam@1
|
12925
|
adam@1
|
12926 # OK, works on sane cases. Now check whether nonexistent headers
|
adam@1
|
12927 # can be detected and how.
|
adam@1
|
12928 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
adam@1
|
12929 /* end confdefs.h. */
|
adam@1
|
12930 #include <ac_nonexistent.h>
|
adam@1
|
12931 _ACEOF
|
adam@1
|
12932 if ac_fn_cxx_try_cpp "$LINENO"; then :
|
adam@1
|
12933 # Broken: success on invalid input.
|
adam@1
|
12934 continue
|
adam@1
|
12935 else
|
adam@1
|
12936 # Passes both tests.
|
adam@1
|
12937 ac_preproc_ok=:
|
adam@1
|
12938 break
|
adam@1
|
12939 fi
|
adam@1
|
12940 rm -f conftest.err conftest.i conftest.$ac_ext
|
adam@1
|
12941
|
adam@1
|
12942 done
|
adam@1
|
12943 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
|
adam@1
|
12944 rm -f conftest.i conftest.err conftest.$ac_ext
|
adam@1
|
12945 if $ac_preproc_ok; then :
|
adam@1
|
12946 break
|
adam@1
|
12947 fi
|
adam@1
|
12948
|
adam@1
|
12949 done
|
adam@1
|
12950 ac_cv_prog_CXXCPP=$CXXCPP
|
adam@1
|
12951
|
adam@1
|
12952 fi
|
adam@1
|
12953 CXXCPP=$ac_cv_prog_CXXCPP
|
adam@1
|
12954 else
|
adam@1
|
12955 ac_cv_prog_CXXCPP=$CXXCPP
|
adam@1
|
12956 fi
|
adam@1
|
12957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5
|
adam@1
|
12958 $as_echo "$CXXCPP" >&6; }
|
adam@1
|
12959 ac_preproc_ok=false
|
adam@1
|
12960 for ac_cxx_preproc_warn_flag in '' yes
|
adam@1
|
12961 do
|
adam@1
|
12962 # Use a header file that comes with gcc, so configuring glibc
|
adam@1
|
12963 # with a fresh cross-compiler works.
|
adam@1
|
12964 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|
adam@1
|
12965 # <limits.h> exists even on freestanding compilers.
|
adam@1
|
12966 # On the NeXT, cc -E runs the code through the compiler's parser,
|
adam@1
|
12967 # not just through cpp. "Syntax error" is here to catch this case.
|
adam@1
|
12968 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
adam@1
|
12969 /* end confdefs.h. */
|
adam@1
|
12970 #ifdef __STDC__
|
adam@1
|
12971 # include <limits.h>
|
adam@1
|
12972 #else
|
adam@1
|
12973 # include <assert.h>
|
adam@1
|
12974 #endif
|
adam@1
|
12975 Syntax error
|
adam@1
|
12976 _ACEOF
|
adam@1
|
12977 if ac_fn_cxx_try_cpp "$LINENO"; then :
|
adam@1
|
12978
|
adam@1
|
12979 else
|
adam@1
|
12980 # Broken: fails on valid input.
|
adam@1
|
12981 continue
|
adam@1
|
12982 fi
|
adam@1
|
12983 rm -f conftest.err conftest.i conftest.$ac_ext
|
adam@1
|
12984
|
adam@1
|
12985 # OK, works on sane cases. Now check whether nonexistent headers
|
adam@1
|
12986 # can be detected and how.
|
adam@1
|
12987 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
adam@1
|
12988 /* end confdefs.h. */
|
adam@1
|
12989 #include <ac_nonexistent.h>
|
adam@1
|
12990 _ACEOF
|
adam@1
|
12991 if ac_fn_cxx_try_cpp "$LINENO"; then :
|
adam@1
|
12992 # Broken: success on invalid input.
|
adam@1
|
12993 continue
|
adam@1
|
12994 else
|
adam@1
|
12995 # Passes both tests.
|
adam@1
|
12996 ac_preproc_ok=:
|
adam@1
|
12997 break
|
adam@1
|
12998 fi
|
adam@1
|
12999 rm -f conftest.err conftest.i conftest.$ac_ext
|
adam@1
|
13000
|
adam@1
|
13001 done
|
adam@1
|
13002 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
|
adam@1
|
13003 rm -f conftest.i conftest.err conftest.$ac_ext
|
adam@1
|
13004 if $ac_preproc_ok; then :
|
adam@1
|
13005
|
adam@1
|
13006 else
|
adam@1
|
13007 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
adam@1
|
13008 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
|
adam@47
|
13009 as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check
|
adam@47
|
13010 See \`config.log' for more details" "$LINENO" 5; }
|
adam@1
|
13011 fi
|
adam@1
|
13012
|
adam@1
|
13013 ac_ext=c
|
adam@1
|
13014 ac_cpp='$CPP $CPPFLAGS'
|
adam@1
|
13015 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
adam@1
|
13016 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
adam@1
|
13017 ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
adam@1
|
13018
|
adam@1
|
13019 else
|
adam@1
|
13020 _lt_caught_CXX_error=yes
|
adam@1
|
13021 fi
|
adam@1
|
13022
|
adam@1
|
13023 ac_ext=cpp
|
adam@1
|
13024 ac_cpp='$CXXCPP $CPPFLAGS'
|
adam@1
|
13025 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
adam@1
|
13026 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
adam@1
|
13027 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
|
adam@1
|
13028
|
adam@1
|
13029 archive_cmds_need_lc_CXX=no
|
adam@1
|
13030 allow_undefined_flag_CXX=
|
adam@1
|
13031 always_export_symbols_CXX=no
|
adam@1
|
13032 archive_expsym_cmds_CXX=
|
adam@1
|
13033 compiler_needs_object_CXX=no
|
adam@1
|
13034 export_dynamic_flag_spec_CXX=
|
adam@1
|
13035 hardcode_direct_CXX=no
|
adam@1
|
13036 hardcode_direct_absolute_CXX=no
|
adam@1
|
13037 hardcode_libdir_flag_spec_CXX=
|
adam@1
|
13038 hardcode_libdir_flag_spec_ld_CXX=
|
adam@1
|
13039 hardcode_libdir_separator_CXX=
|
adam@1
|
13040 hardcode_minus_L_CXX=no
|
adam@1
|
13041 hardcode_shlibpath_var_CXX=unsupported
|
adam@1
|
13042 hardcode_automatic_CXX=no
|
adam@1
|
13043 inherit_rpath_CXX=no
|
adam@1
|
13044 module_cmds_CXX=
|
adam@1
|
13045 module_expsym_cmds_CXX=
|
adam@1
|
13046 link_all_deplibs_CXX=unknown
|
adam@1
|
13047 old_archive_cmds_CXX=$old_archive_cmds
|
adam@47
|
13048 reload_flag_CXX=$reload_flag
|
adam@47
|
13049 reload_cmds_CXX=$reload_cmds
|
adam@1
|
13050 no_undefined_flag_CXX=
|
adam@1
|
13051 whole_archive_flag_spec_CXX=
|
adam@1
|
13052 enable_shared_with_static_runtimes_CXX=no
|
adam@1
|
13053
|
adam@1
|
13054 # Source file extension for C++ test sources.
|
adam@1
|
13055 ac_ext=cpp
|
adam@1
|
13056
|
adam@1
|
13057 # Object file extension for compiled C++ test sources.
|
adam@1
|
13058 objext=o
|
adam@1
|
13059 objext_CXX=$objext
|
adam@1
|
13060
|
adam@1
|
13061 # No sense in running all these tests if we already determined that
|
adam@1
|
13062 # the CXX compiler isn't working. Some variables (like enable_shared)
|
adam@1
|
13063 # are currently assumed to apply to all compilers on this platform,
|
adam@1
|
13064 # and will be corrupted by setting them based on a non-working compiler.
|
adam@1
|
13065 if test "$_lt_caught_CXX_error" != yes; then
|
adam@1
|
13066 # Code to be used in simple compile tests
|
adam@1
|
13067 lt_simple_compile_test_code="int some_variable = 0;"
|
adam@1
|
13068
|
adam@1
|
13069 # Code to be used in simple link tests
|
adam@1
|
13070 lt_simple_link_test_code='int main(int, char *[]) { return(0); }'
|
adam@1
|
13071
|
adam@1
|
13072 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
|
adam@1
|
13073
|
adam@1
|
13074
|
adam@1
|
13075
|
adam@1
|
13076
|
adam@1
|
13077
|
adam@1
|
13078
|
adam@1
|
13079 # If no C compiler was specified, use CC.
|
adam@1
|
13080 LTCC=${LTCC-"$CC"}
|
adam@1
|
13081
|
adam@1
|
13082 # If no C compiler flags were specified, use CFLAGS.
|
adam@1
|
13083 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
|
adam@1
|
13084
|
adam@1
|
13085 # Allow CC to be a program name with arguments.
|
adam@1
|
13086 compiler=$CC
|
adam@1
|
13087
|
adam@1
|
13088
|
adam@1
|
13089 # save warnings/boilerplate of simple test code
|
adam@1
|
13090 ac_outfile=conftest.$ac_objext
|
adam@1
|
13091 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
|
adam@1
|
13092 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
|
adam@1
|
13093 _lt_compiler_boilerplate=`cat conftest.err`
|
adam@1
|
13094 $RM conftest*
|
adam@1
|
13095
|
adam@1
|
13096 ac_outfile=conftest.$ac_objext
|
adam@1
|
13097 echo "$lt_simple_link_test_code" >conftest.$ac_ext
|
adam@1
|
13098 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
|
adam@1
|
13099 _lt_linker_boilerplate=`cat conftest.err`
|
adam@1
|
13100 $RM -r conftest*
|
adam@1
|
13101
|
adam@1
|
13102
|
adam@1
|
13103 # Allow CC to be a program name with arguments.
|
adam@1
|
13104 lt_save_CC=$CC
|
adam@47
|
13105 lt_save_CFLAGS=$CFLAGS
|
adam@1
|
13106 lt_save_LD=$LD
|
adam@1
|
13107 lt_save_GCC=$GCC
|
adam@1
|
13108 GCC=$GXX
|
adam@1
|
13109 lt_save_with_gnu_ld=$with_gnu_ld
|
adam@1
|
13110 lt_save_path_LD=$lt_cv_path_LD
|
adam@1
|
13111 if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
|
adam@1
|
13112 lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
|
adam@1
|
13113 else
|
adam@1
|
13114 $as_unset lt_cv_prog_gnu_ld
|
adam@1
|
13115 fi
|
adam@1
|
13116 if test -n "${lt_cv_path_LDCXX+set}"; then
|
adam@1
|
13117 lt_cv_path_LD=$lt_cv_path_LDCXX
|
adam@1
|
13118 else
|
adam@1
|
13119 $as_unset lt_cv_path_LD
|
adam@1
|
13120 fi
|
adam@1
|
13121 test -z "${LDCXX+set}" || LD=$LDCXX
|
adam@1
|
13122 CC=${CXX-"c++"}
|
adam@47
|
13123 CFLAGS=$CXXFLAGS
|
adam@1
|
13124 compiler=$CC
|
adam@1
|
13125 compiler_CXX=$CC
|
adam@1
|
13126 for cc_temp in $compiler""; do
|
adam@1
|
13127 case $cc_temp in
|
adam@1
|
13128 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
|
adam@1
|
13129 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
|
adam@1
|
13130 \-*) ;;
|
adam@1
|
13131 *) break;;
|
adam@1
|
13132 esac
|
adam@1
|
13133 done
|
adam@47
|
13134 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
|
adam@1
|
13135
|
adam@1
|
13136
|
adam@1
|
13137 if test -n "$compiler"; then
|
adam@1
|
13138 # We don't want -fno-exception when compiling C++ code, so set the
|
adam@1
|
13139 # no_builtin_flag separately
|
adam@1
|
13140 if test "$GXX" = yes; then
|
adam@1
|
13141 lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin'
|
adam@1
|
13142 else
|
adam@1
|
13143 lt_prog_compiler_no_builtin_flag_CXX=
|
adam@1
|
13144 fi
|
adam@1
|
13145
|
adam@1
|
13146 if test "$GXX" = yes; then
|
adam@1
|
13147 # Set up default GNU C++ configuration
|
adam@1
|
13148
|
adam@1
|
13149
|
adam@1
|
13150
|
adam@1
|
13151 # Check whether --with-gnu-ld was given.
|
adam@1
|
13152 if test "${with_gnu_ld+set}" = set; then :
|
adam@1
|
13153 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
|
adam@1
|
13154 else
|
adam@1
|
13155 with_gnu_ld=no
|
adam@1
|
13156 fi
|
adam@1
|
13157
|
adam@1
|
13158 ac_prog=ld
|
adam@1
|
13159 if test "$GCC" = yes; then
|
adam@1
|
13160 # Check if gcc -print-prog-name=ld gives a path.
|
adam@1
|
13161 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
|
adam@1
|
13162 $as_echo_n "checking for ld used by $CC... " >&6; }
|
adam@1
|
13163 case $host in
|
adam@1
|
13164 *-*-mingw*)
|
adam@1
|
13165 # gcc leaves a trailing carriage return which upsets mingw
|
adam@1
|
13166 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
|
adam@1
|
13167 *)
|
adam@1
|
13168 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
|
adam@1
|
13169 esac
|
adam@1
|
13170 case $ac_prog in
|
adam@1
|
13171 # Accept absolute paths.
|
adam@1
|
13172 [\\/]* | ?:[\\/]*)
|
adam@1
|
13173 re_direlt='/[^/][^/]*/\.\./'
|
adam@1
|
13174 # Canonicalize the pathname of ld
|
adam@1
|
13175 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
|
adam@1
|
13176 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
|
adam@1
|
13177 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
|
adam@1
|
13178 done
|
adam@1
|
13179 test -z "$LD" && LD="$ac_prog"
|
adam@1
|
13180 ;;
|
adam@1
|
13181 "")
|
adam@1
|
13182 # If it fails, then pretend we aren't using GCC.
|
adam@1
|
13183 ac_prog=ld
|
adam@1
|
13184 ;;
|
adam@1
|
13185 *)
|
adam@1
|
13186 # If it is relative, then search for the first ld in PATH.
|
adam@1
|
13187 with_gnu_ld=unknown
|
adam@1
|
13188 ;;
|
adam@1
|
13189 esac
|
adam@1
|
13190 elif test "$with_gnu_ld" = yes; then
|
adam@1
|
13191 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
|
adam@1
|
13192 $as_echo_n "checking for GNU ld... " >&6; }
|
adam@1
|
13193 else
|
adam@1
|
13194 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
|
adam@1
|
13195 $as_echo_n "checking for non-GNU ld... " >&6; }
|
adam@1
|
13196 fi
|
adam@47
|
13197 if ${lt_cv_path_LD+:} false; then :
|
adam@1
|
13198 $as_echo_n "(cached) " >&6
|
adam@1
|
13199 else
|
adam@1
|
13200 if test -z "$LD"; then
|
adam@1
|
13201 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
|
adam@1
|
13202 for ac_dir in $PATH; do
|
adam@1
|
13203 IFS="$lt_save_ifs"
|
adam@1
|
13204 test -z "$ac_dir" && ac_dir=.
|
adam@1
|
13205 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
|
adam@1
|
13206 lt_cv_path_LD="$ac_dir/$ac_prog"
|
adam@1
|
13207 # Check to see if the program is GNU ld. I'd rather use --version,
|
adam@1
|
13208 # but apparently some variants of GNU ld only accept -v.
|
adam@1
|
13209 # Break only if it was the GNU/non-GNU ld that we prefer.
|
adam@1
|
13210 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
|
adam@1
|
13211 *GNU* | *'with BFD'*)
|
adam@1
|
13212 test "$with_gnu_ld" != no && break
|
adam@1
|
13213 ;;
|
adam@1
|
13214 *)
|
adam@1
|
13215 test "$with_gnu_ld" != yes && break
|
adam@1
|
13216 ;;
|
adam@1
|
13217 esac
|
adam@1
|
13218 fi
|
adam@1
|
13219 done
|
adam@1
|
13220 IFS="$lt_save_ifs"
|
adam@1
|
13221 else
|
adam@1
|
13222 lt_cv_path_LD="$LD" # Let the user override the test with a path.
|
adam@1
|
13223 fi
|
adam@1
|
13224 fi
|
adam@1
|
13225
|
adam@1
|
13226 LD="$lt_cv_path_LD"
|
adam@1
|
13227 if test -n "$LD"; then
|
adam@1
|
13228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
|
adam@1
|
13229 $as_echo "$LD" >&6; }
|
adam@1
|
13230 else
|
adam@1
|
13231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
adam@1
|
13232 $as_echo "no" >&6; }
|
adam@1
|
13233 fi
|
adam@1
|
13234 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
|
adam@1
|
13235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
|
adam@1
|
13236 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
|
adam@47
|
13237 if ${lt_cv_prog_gnu_ld+:} false; then :
|
adam@1
|
13238 $as_echo_n "(cached) " >&6
|
adam@1
|
13239 else
|
adam@1
|
13240 # I'd rather use --version here, but apparently some GNU lds only accept -v.
|
adam@1
|
13241 case `$LD -v 2>&1 </dev/null` in
|
adam@1
|
13242 *GNU* | *'with BFD'*)
|
adam@1
|
13243 lt_cv_prog_gnu_ld=yes
|
adam@1
|
13244 ;;
|
adam@1
|
13245 *)
|
adam@1
|
13246 lt_cv_prog_gnu_ld=no
|
adam@1
|
13247 ;;
|
adam@1
|
13248 esac
|
adam@1
|
13249 fi
|
adam@1
|
13250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
|
adam@1
|
13251 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
|
adam@1
|
13252 with_gnu_ld=$lt_cv_prog_gnu_ld
|
adam@1
|
13253
|
adam@1
|
13254
|
adam@1
|
13255
|
adam@1
|
13256
|
adam@1
|
13257
|
adam@1
|
13258
|
adam@1
|
13259
|
adam@1
|
13260 # Check if GNU C++ uses GNU ld as the underlying linker, since the
|
adam@1
|
13261 # archiving commands below assume that GNU ld is being used.
|
adam@1
|
13262 if test "$with_gnu_ld" = yes; then
|
adam@47
|
13263 archive_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
adam@47
|
13264 archive_expsym_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
|
adam@1
|
13265
|
adam@1
|
13266 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
|
adam@1
|
13267 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
|
adam@1
|
13268
|
adam@1
|
13269 # If archive_cmds runs LD, not CC, wlarc should be empty
|
adam@1
|
13270 # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
|
adam@1
|
13271 # investigate it a little bit more. (MM)
|
adam@1
|
13272 wlarc='${wl}'
|
adam@1
|
13273
|
adam@1
|
13274 # ancient GNU ld didn't support --whole-archive et. al.
|
adam@1
|
13275 if eval "`$CC -print-prog-name=ld` --help 2>&1" |
|
adam@1
|
13276 $GREP 'no-whole-archive' > /dev/null; then
|
adam@1
|
13277 whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
|
adam@1
|
13278 else
|
adam@1
|
13279 whole_archive_flag_spec_CXX=
|
adam@1
|
13280 fi
|
adam@1
|
13281 else
|
adam@1
|
13282 with_gnu_ld=no
|
adam@1
|
13283 wlarc=
|
adam@1
|
13284
|
adam@1
|
13285 # A generic and very simple default shared library creation
|
adam@1
|
13286 # command for GNU C++ for the case where it uses the native
|
adam@1
|
13287 # linker, instead of GNU ld. If possible, this setting should
|
adam@1
|
13288 # overridden to take advantage of the native linker features on
|
adam@1
|
13289 # the platform it is being used on.
|
adam@1
|
13290 archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
|
adam@1
|
13291 fi
|
adam@1
|
13292
|
adam@1
|
13293 # Commands to make compiler produce verbose output that lists
|
adam@1
|
13294 # what "hidden" libraries, object files and flags are used when
|
adam@1
|
13295 # linking a shared library.
|
adam@47
|
13296 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
|
adam@1
|
13297
|
adam@1
|
13298 else
|
adam@1
|
13299 GXX=no
|
adam@1
|
13300 with_gnu_ld=no
|
adam@1
|
13301 wlarc=
|
adam@1
|
13302 fi
|
adam@1
|
13303
|
adam@1
|
13304 # PORTME: fill in a description of your system's C++ link characteristics
|
adam@1
|
13305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
|
adam@1
|
13306 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
|
adam@1
|
13307 ld_shlibs_CXX=yes
|
adam@1
|
13308 case $host_os in
|
adam@1
|
13309 aix3*)
|
adam@1
|
13310 # FIXME: insert proper C++ library support
|
adam@1
|
13311 ld_shlibs_CXX=no
|
adam@1
|
13312 ;;
|
adam@1
|
13313 aix[4-9]*)
|
adam@1
|
13314 if test "$host_cpu" = ia64; then
|
adam@1
|
13315 # On IA64, the linker does run time linking by default, so we don't
|
adam@1
|
13316 # have to do anything special.
|
adam@1
|
13317 aix_use_runtimelinking=no
|
adam@1
|
13318 exp_sym_flag='-Bexport'
|
adam@1
|
13319 no_entry_flag=""
|
adam@1
|
13320 else
|
adam@1
|
13321 aix_use_runtimelinking=no
|
adam@1
|
13322
|
adam@1
|
13323 # Test if we are trying to use run time linking or normal
|
adam@1
|
13324 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
|
adam@1
|
13325 # need to do runtime linking.
|
adam@1
|
13326 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
|
adam@1
|
13327 for ld_flag in $LDFLAGS; do
|
adam@1
|
13328 case $ld_flag in
|
adam@1
|
13329 *-brtl*)
|
adam@1
|
13330 aix_use_runtimelinking=yes
|
adam@1
|
13331 break
|
adam@1
|
13332 ;;
|
adam@1
|
13333 esac
|
adam@1
|
13334 done
|
adam@1
|
13335 ;;
|
adam@1
|
13336 esac
|
adam@1
|
13337
|
adam@1
|
13338 exp_sym_flag='-bexport'
|
adam@1
|
13339 no_entry_flag='-bnoentry'
|
adam@1
|
13340 fi
|
adam@1
|
13341
|
adam@1
|
13342 # When large executables or shared objects are built, AIX ld can
|
adam@1
|
13343 # have problems creating the table of contents. If linking a library
|
adam@1
|
13344 # or program results in "error TOC overflow" add -mminimal-toc to
|
adam@1
|
13345 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
|
adam@1
|
13346 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
|
adam@1
|
13347
|
adam@1
|
13348 archive_cmds_CXX=''
|
adam@1
|
13349 hardcode_direct_CXX=yes
|
adam@1
|
13350 hardcode_direct_absolute_CXX=yes
|
adam@1
|
13351 hardcode_libdir_separator_CXX=':'
|
adam@1
|
13352 link_all_deplibs_CXX=yes
|
adam@1
|
13353 file_list_spec_CXX='${wl}-f,'
|
adam@1
|
13354
|
adam@1
|
13355 if test "$GXX" = yes; then
|
adam@1
|
13356 case $host_os in aix4.[012]|aix4.[012].*)
|
adam@1
|
13357 # We only want to do this on AIX 4.2 and lower, the check
|
adam@1
|
13358 # below for broken collect2 doesn't work under 4.3+
|
adam@1
|
13359 collect2name=`${CC} -print-prog-name=collect2`
|
adam@1
|
13360 if test -f "$collect2name" &&
|
adam@1
|
13361 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
|
adam@1
|
13362 then
|
adam@1
|
13363 # We have reworked collect2
|
adam@1
|
13364 :
|
adam@1
|
13365 else
|
adam@1
|
13366 # We have old collect2
|
adam@1
|
13367 hardcode_direct_CXX=unsupported
|
adam@1
|
13368 # It fails to find uninstalled libraries when the uninstalled
|
adam@1
|
13369 # path is not listed in the libpath. Setting hardcode_minus_L
|
adam@1
|
13370 # to unsupported forces relinking
|
adam@1
|
13371 hardcode_minus_L_CXX=yes
|
adam@1
|
13372 hardcode_libdir_flag_spec_CXX='-L$libdir'
|
adam@1
|
13373 hardcode_libdir_separator_CXX=
|
adam@1
|
13374 fi
|
adam@1
|
13375 esac
|
adam@1
|
13376 shared_flag='-shared'
|
adam@1
|
13377 if test "$aix_use_runtimelinking" = yes; then
|
adam@1
|
13378 shared_flag="$shared_flag "'${wl}-G'
|
adam@1
|
13379 fi
|
adam@1
|
13380 else
|
adam@1
|
13381 # not using gcc
|
adam@1
|
13382 if test "$host_cpu" = ia64; then
|
adam@1
|
13383 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
|
adam@1
|
13384 # chokes on -Wl,-G. The following line is correct:
|
adam@1
|
13385 shared_flag='-G'
|
adam@1
|
13386 else
|
adam@1
|
13387 if test "$aix_use_runtimelinking" = yes; then
|
adam@1
|
13388 shared_flag='${wl}-G'
|
adam@1
|
13389 else
|
adam@1
|
13390 shared_flag='${wl}-bM:SRE'
|
adam@1
|
13391 fi
|
adam@1
|
13392 fi
|
adam@1
|
13393 fi
|
adam@1
|
13394
|
adam@1
|
13395 export_dynamic_flag_spec_CXX='${wl}-bexpall'
|
adam@1
|
13396 # It seems that -bexpall does not export symbols beginning with
|
adam@1
|
13397 # underscore (_), so it is better to generate a list of symbols to
|
adam@1
|
13398 # export.
|
adam@1
|
13399 always_export_symbols_CXX=yes
|
adam@1
|
13400 if test "$aix_use_runtimelinking" = yes; then
|
adam@1
|
13401 # Warning - without using the other runtime loading flags (-brtl),
|
adam@1
|
13402 # -berok will link without error, but may produce a broken library.
|
adam@1
|
13403 allow_undefined_flag_CXX='-berok'
|
adam@1
|
13404 # Determine the default libpath from the value encoded in an empty
|
adam@1
|
13405 # executable.
|
adam@47
|
13406 if test "${lt_cv_aix_libpath+set}" = set; then
|
adam@47
|
13407 aix_libpath=$lt_cv_aix_libpath
|
adam@47
|
13408 else
|
adam@47
|
13409 if ${lt_cv_aix_libpath__CXX+:} false; then :
|
adam@47
|
13410 $as_echo_n "(cached) " >&6
|
adam@47
|
13411 else
|
adam@47
|
13412 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
adam@1
|
13413 /* end confdefs.h. */
|
adam@1
|
13414
|
adam@1
|
13415 int
|
adam@1
|
13416 main ()
|
adam@1
|
13417 {
|
adam@1
|
13418
|
adam@1
|
13419 ;
|
adam@1
|
13420 return 0;
|
adam@1
|
13421 }
|
adam@1
|
13422 _ACEOF
|
adam@1
|
13423 if ac_fn_cxx_try_link "$LINENO"; then :
|
adam@1
|
13424
|
adam@47
|
13425 lt_aix_libpath_sed='
|
adam@47
|
13426 /Import File Strings/,/^$/ {
|
adam@47
|
13427 /^0/ {
|
adam@47
|
13428 s/^0 *\([^ ]*\) *$/\1/
|
adam@47
|
13429 p
|
adam@47
|
13430 }
|
adam@47
|
13431 }'
|
adam@47
|
13432 lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
|
adam@47
|
13433 # Check for a 64-bit object if we didn't find anything.
|
adam@47
|
13434 if test -z "$lt_cv_aix_libpath__CXX"; then
|
adam@47
|
13435 lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
|
adam@47
|
13436 fi
|
adam@1
|
13437 fi
|
adam@1
|
13438 rm -f core conftest.err conftest.$ac_objext \
|
adam@1
|
13439 conftest$ac_exeext conftest.$ac_ext
|
adam@47
|
13440 if test -z "$lt_cv_aix_libpath__CXX"; then
|
adam@47
|
13441 lt_cv_aix_libpath__CXX="/usr/lib:/lib"
|
adam@47
|
13442 fi
|
adam@47
|
13443
|
adam@47
|
13444 fi
|
adam@47
|
13445
|
adam@47
|
13446 aix_libpath=$lt_cv_aix_libpath__CXX
|
adam@47
|
13447 fi
|
adam@1
|
13448
|
adam@1
|
13449 hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
|
adam@1
|
13450
|
adam@47
|
13451 archive_expsym_cmds_CXX='$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"
|
adam@1
|
13452 else
|
adam@1
|
13453 if test "$host_cpu" = ia64; then
|
adam@1
|
13454 hardcode_libdir_flag_spec_CXX='${wl}-R $libdir:/usr/lib:/lib'
|
adam@1
|
13455 allow_undefined_flag_CXX="-z nodefs"
|
adam@1
|
13456 archive_expsym_cmds_CXX="\$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"
|
adam@1
|
13457 else
|
adam@1
|
13458 # Determine the default libpath from the value encoded in an
|
adam@1
|
13459 # empty executable.
|
adam@47
|
13460 if test "${lt_cv_aix_libpath+set}" = set; then
|
adam@47
|
13461 aix_libpath=$lt_cv_aix_libpath
|
adam@47
|
13462 else
|
adam@47
|
13463 if ${lt_cv_aix_libpath__CXX+:} false; then :
|
adam@47
|
13464 $as_echo_n "(cached) " >&6
|
adam@47
|
13465 else
|
adam@47
|
13466 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
adam@1
|
13467 /* end confdefs.h. */
|
adam@1
|
13468
|
adam@1
|
13469 int
|
adam@1
|
13470 main ()
|
adam@1
|
13471 {
|
adam@1
|
13472
|
adam@1
|
13473 ;
|
adam@1
|
13474 return 0;
|
adam@1
|
13475 }
|
adam@1
|
13476 _ACEOF
|
adam@1
|
13477 if ac_fn_cxx_try_link "$LINENO"; then :
|
adam@1
|
13478
|
adam@47
|
13479 lt_aix_libpath_sed='
|
adam@47
|
13480 /Import File Strings/,/^$/ {
|
adam@47
|
13481 /^0/ {
|
adam@47
|
13482 s/^0 *\([^ ]*\) *$/\1/
|
adam@47
|
13483 p
|
adam@47
|
13484 }
|
adam@47
|
13485 }'
|
adam@47
|
13486 lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
|
adam@47
|
13487 # Check for a 64-bit object if we didn't find anything.
|
adam@47
|
13488 if test -z "$lt_cv_aix_libpath__CXX"; then
|
adam@47
|
13489 lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
|
adam@47
|
13490 fi
|
adam@1
|
13491 fi
|
adam@1
|
13492 rm -f core conftest.err conftest.$ac_objext \
|
adam@1
|
13493 conftest$ac_exeext conftest.$ac_ext
|
adam@47
|
13494 if test -z "$lt_cv_aix_libpath__CXX"; then
|
adam@47
|
13495 lt_cv_aix_libpath__CXX="/usr/lib:/lib"
|
adam@47
|
13496 fi
|
adam@47
|
13497
|
adam@47
|
13498 fi
|
adam@47
|
13499
|
adam@47
|
13500 aix_libpath=$lt_cv_aix_libpath__CXX
|
adam@47
|
13501 fi
|
adam@1
|
13502
|
adam@1
|
13503 hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
|
adam@1
|
13504 # Warning - without using the other run time loading flags,
|
adam@1
|
13505 # -berok will link without error, but may produce a broken library.
|
adam@1
|
13506 no_undefined_flag_CXX=' ${wl}-bernotok'
|
adam@1
|
13507 allow_undefined_flag_CXX=' ${wl}-berok'
|
adam@47
|
13508 if test "$with_gnu_ld" = yes; then
|
adam@47
|
13509 # We only use this code for GNU lds that support --whole-archive.
|
adam@47
|
13510 whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
|
adam@47
|
13511 else
|
adam@47
|
13512 # Exported symbols can be pulled into shared objects from archives
|
adam@47
|
13513 whole_archive_flag_spec_CXX='$convenience'
|
adam@47
|
13514 fi
|
adam@1
|
13515 archive_cmds_need_lc_CXX=yes
|
adam@1
|
13516 # This is similar to how AIX traditionally builds its shared
|
adam@1
|
13517 # libraries.
|
adam@1
|
13518 archive_expsym_cmds_CXX="\$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'
|
adam@1
|
13519 fi
|
adam@1
|
13520 fi
|
adam@1
|
13521 ;;
|
adam@1
|
13522
|
adam@1
|
13523 beos*)
|
adam@1
|
13524 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
|
adam@1
|
13525 allow_undefined_flag_CXX=unsupported
|
adam@1
|
13526 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
|
adam@1
|
13527 # support --undefined. This deserves some investigation. FIXME
|
adam@1
|
13528 archive_cmds_CXX='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
adam@1
|
13529 else
|
adam@1
|
13530 ld_shlibs_CXX=no
|
adam@1
|
13531 fi
|
adam@1
|
13532 ;;
|
adam@1
|
13533
|
adam@1
|
13534 chorus*)
|
adam@1
|
13535 case $cc_basename in
|
adam@1
|
13536 *)
|
adam@1
|
13537 # FIXME: insert proper C++ library support
|
adam@1
|
13538 ld_shlibs_CXX=no
|
adam@1
|
13539 ;;
|
adam@1
|
13540 esac
|
adam@1
|
13541 ;;
|
adam@1
|
13542
|
adam@1
|
13543 cygwin* | mingw* | pw32* | cegcc*)
|
adam@47
|
13544 case $GXX,$cc_basename in
|
adam@47
|
13545 ,cl* | no,cl*)
|
adam@47
|
13546 # Native MSVC
|
adam@47
|
13547 # hardcode_libdir_flag_spec is actually meaningless, as there is
|
adam@47
|
13548 # no search path for DLLs.
|
adam@47
|
13549 hardcode_libdir_flag_spec_CXX=' '
|
adam@47
|
13550 allow_undefined_flag_CXX=unsupported
|
adam@47
|
13551 always_export_symbols_CXX=yes
|
adam@47
|
13552 file_list_spec_CXX='@'
|
adam@47
|
13553 # Tell ltmain to make .lib files, not .a files.
|
adam@47
|
13554 libext=lib
|
adam@47
|
13555 # Tell ltmain to make .dll files, not .so files.
|
adam@47
|
13556 shrext_cmds=".dll"
|
adam@47
|
13557 # FIXME: Setting linknames here is a bad hack.
|
adam@47
|
13558 archive_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
|
adam@47
|
13559 archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
|
adam@47
|
13560 $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
|
adam@47
|
13561 else
|
adam@47
|
13562 $SED -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp;
|
adam@47
|
13563 fi~
|
adam@47
|
13564 $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
|
adam@47
|
13565 linknames='
|
adam@47
|
13566 # The linker will not automatically build a static lib if we build a DLL.
|
adam@47
|
13567 # _LT_TAGVAR(old_archive_from_new_cmds, CXX)='true'
|
adam@47
|
13568 enable_shared_with_static_runtimes_CXX=yes
|
adam@47
|
13569 # Don't use ranlib
|
adam@47
|
13570 old_postinstall_cmds_CXX='chmod 644 $oldlib'
|
adam@47
|
13571 postlink_cmds_CXX='lt_outputfile="@OUTPUT@"~
|
adam@47
|
13572 lt_tool_outputfile="@TOOL_OUTPUT@"~
|
adam@47
|
13573 case $lt_outputfile in
|
adam@47
|
13574 *.exe|*.EXE) ;;
|
adam@47
|
13575 *)
|
adam@47
|
13576 lt_outputfile="$lt_outputfile.exe"
|
adam@47
|
13577 lt_tool_outputfile="$lt_tool_outputfile.exe"
|
adam@47
|
13578 ;;
|
adam@47
|
13579 esac~
|
adam@47
|
13580 func_to_tool_file "$lt_outputfile"~
|
adam@47
|
13581 if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then
|
adam@47
|
13582 $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
|
adam@47
|
13583 $RM "$lt_outputfile.manifest";
|
adam@47
|
13584 fi'
|
adam@47
|
13585 ;;
|
adam@47
|
13586 *)
|
adam@47
|
13587 # g++
|
adam@47
|
13588 # _LT_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless,
|
adam@47
|
13589 # as there is no search path for DLLs.
|
adam@47
|
13590 hardcode_libdir_flag_spec_CXX='-L$libdir'
|
adam@47
|
13591 export_dynamic_flag_spec_CXX='${wl}--export-all-symbols'
|
adam@47
|
13592 allow_undefined_flag_CXX=unsupported
|
adam@47
|
13593 always_export_symbols_CXX=no
|
adam@47
|
13594 enable_shared_with_static_runtimes_CXX=yes
|
adam@47
|
13595
|
adam@47
|
13596 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
|
adam@47
|
13597 archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
|
adam@47
|
13598 # If the export-symbols file already is a .def file (1st line
|
adam@47
|
13599 # is EXPORTS), use it as is; otherwise, prepend...
|
adam@47
|
13600 archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
|
adam@47
|
13601 cp $export_symbols $output_objdir/$soname.def;
|
adam@47
|
13602 else
|
adam@47
|
13603 echo EXPORTS > $output_objdir/$soname.def;
|
adam@47
|
13604 cat $export_symbols >> $output_objdir/$soname.def;
|
adam@47
|
13605 fi~
|
adam@47
|
13606 $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
|
adam@47
|
13607 else
|
adam@47
|
13608 ld_shlibs_CXX=no
|
adam@47
|
13609 fi
|
adam@47
|
13610 ;;
|
adam@47
|
13611 esac
|
adam@47
|
13612 ;;
|
adam@1
|
13613 darwin* | rhapsody*)
|
adam@1
|
13614
|
adam@1
|
13615
|
adam@1
|
13616 archive_cmds_need_lc_CXX=no
|
adam@1
|
13617 hardcode_direct_CXX=no
|
adam@1
|
13618 hardcode_automatic_CXX=yes
|
adam@1
|
13619 hardcode_shlibpath_var_CXX=unsupported
|
adam@47
|
13620 if test "$lt_cv_ld_force_load" = "yes"; then
|
adam@47
|
13621 whole_archive_flag_spec_CXX='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
|
adam@47
|
13622 else
|
adam@47
|
13623 whole_archive_flag_spec_CXX=''
|
adam@47
|
13624 fi
|
adam@1
|
13625 link_all_deplibs_CXX=yes
|
adam@1
|
13626 allow_undefined_flag_CXX="$_lt_dar_allow_undefined"
|
adam@1
|
13627 case $cc_basename in
|
adam@1
|
13628 ifort*) _lt_dar_can_shared=yes ;;
|
adam@1
|
13629 *) _lt_dar_can_shared=$GCC ;;
|
adam@1
|
13630 esac
|
adam@1
|
13631 if test "$_lt_dar_can_shared" = "yes"; then
|
adam@47
|
13632 output_verbose_link_cmd=func_echo_all
|
adam@1
|
13633 archive_cmds_CXX="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
|
adam@1
|
13634 module_cmds_CXX="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
|
adam@1
|
13635 archive_expsym_cmds_CXX="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}"
|
adam@1
|
13636 module_expsym_cmds_CXX="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}"
|
adam@1
|
13637 if test "$lt_cv_apple_cc_single_mod" != "yes"; then
|
adam@1
|
13638 archive_cmds_CXX="\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dsymutil}"
|
adam@1
|
13639 archive_expsym_cmds_CXX="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dar_export_syms}${_lt_dsymutil}"
|
adam@1
|
13640 fi
|
adam@1
|
13641
|
adam@1
|
13642 else
|
adam@1
|
13643 ld_shlibs_CXX=no
|
adam@1
|
13644 fi
|
adam@1
|
13645
|
adam@1
|
13646 ;;
|
adam@1
|
13647
|
adam@1
|
13648 dgux*)
|
adam@1
|
13649 case $cc_basename in
|
adam@1
|
13650 ec++*)
|
adam@1
|
13651 # FIXME: insert proper C++ library support
|
adam@1
|
13652 ld_shlibs_CXX=no
|
adam@1
|
13653 ;;
|
adam@1
|
13654 ghcx*)
|
adam@1
|
13655 # Green Hills C++ Compiler
|
adam@1
|
13656 # FIXME: insert proper C++ library support
|
adam@1
|
13657 ld_shlibs_CXX=no
|
adam@1
|
13658 ;;
|
adam@1
|
13659 *)
|
adam@1
|
13660 # FIXME: insert proper C++ library support
|
adam@1
|
13661 ld_shlibs_CXX=no
|
adam@1
|
13662 ;;
|
adam@1
|
13663 esac
|
adam@1
|
13664 ;;
|
adam@1
|
13665
|
adam@1
|
13666 freebsd[12]*)
|
adam@1
|
13667 # C++ shared libraries reported to be fairly broken before
|
adam@1
|
13668 # switch to ELF
|
adam@1
|
13669 ld_shlibs_CXX=no
|
adam@1
|
13670 ;;
|
adam@1
|
13671
|
adam@1
|
13672 freebsd-elf*)
|
adam@1
|
13673 archive_cmds_need_lc_CXX=no
|
adam@1
|
13674 ;;
|
adam@1
|
13675
|
adam@1
|
13676 freebsd* | dragonfly*)
|
adam@1
|
13677 # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
|
adam@1
|
13678 # conventions
|
adam@1
|
13679 ld_shlibs_CXX=yes
|
adam@1
|
13680 ;;
|
adam@1
|
13681
|
adam@1
|
13682 gnu*)
|
adam@1
|
13683 ;;
|
adam@1
|
13684
|
adam@47
|
13685 haiku*)
|
adam@47
|
13686 archive_cmds_CXX='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
adam@47
|
13687 link_all_deplibs_CXX=yes
|
adam@47
|
13688 ;;
|
adam@47
|
13689
|
adam@1
|
13690 hpux9*)
|
adam@1
|
13691 hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
|
adam@1
|
13692 hardcode_libdir_separator_CXX=:
|
adam@1
|
13693 export_dynamic_flag_spec_CXX='${wl}-E'
|
adam@1
|
13694 hardcode_direct_CXX=yes
|
adam@1
|
13695 hardcode_minus_L_CXX=yes # Not in the search PATH,
|
adam@1
|
13696 # but as the default
|
adam@1
|
13697 # location of the library.
|
adam@1
|
13698
|
adam@1
|
13699 case $cc_basename in
|
adam@1
|
13700 CC*)
|
adam@1
|
13701 # FIXME: insert proper C++ library support
|
adam@1
|
13702 ld_shlibs_CXX=no
|
adam@1
|
13703 ;;
|
adam@1
|
13704 aCC*)
|
adam@1
|
13705 archive_cmds_CXX='$RM $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
|
adam@1
|
13706 # Commands to make compiler produce verbose output that lists
|
adam@1
|
13707 # what "hidden" libraries, object files and flags are used when
|
adam@1
|
13708 # linking a shared library.
|
adam@1
|
13709 #
|
adam@1
|
13710 # There doesn't appear to be a way to prevent this compiler from
|
adam@1
|
13711 # explicitly linking system object files so we need to strip them
|
adam@1
|
13712 # from the output so that they don't get included in the library
|
adam@1
|
13713 # dependencies.
|
adam@47
|
13714 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
|
adam@1
|
13715 ;;
|
adam@1
|
13716 *)
|
adam@1
|
13717 if test "$GXX" = yes; then
|
adam@47
|
13718 archive_cmds_CXX='$RM $output_objdir/$soname~$CC -shared -nostdlib $pic_flag ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
|
adam@1
|
13719 else
|
adam@1
|
13720 # FIXME: insert proper C++ library support
|
adam@1
|
13721 ld_shlibs_CXX=no
|
adam@1
|
13722 fi
|
adam@1
|
13723 ;;
|
adam@1
|
13724 esac
|
adam@1
|
13725 ;;
|
adam@1
|
13726
|
adam@1
|
13727 hpux10*|hpux11*)
|
adam@1
|
13728 if test $with_gnu_ld = no; then
|
adam@1
|
13729 hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
|
adam@1
|
13730 hardcode_libdir_separator_CXX=:
|
adam@1
|
13731
|
adam@1
|
13732 case $host_cpu in
|
adam@1
|
13733 hppa*64*|ia64*)
|
adam@1
|
13734 ;;
|
adam@1
|
13735 *)
|
adam@1
|
13736 export_dynamic_flag_spec_CXX='${wl}-E'
|
adam@1
|
13737 ;;
|
adam@1
|
13738 esac
|
adam@1
|
13739 fi
|
adam@1
|
13740 case $host_cpu in
|
adam@1
|
13741 hppa*64*|ia64*)
|
adam@1
|
13742 hardcode_direct_CXX=no
|
adam@1
|
13743 hardcode_shlibpath_var_CXX=no
|
adam@1
|
13744 ;;
|
adam@1
|
13745 *)
|
adam@1
|
13746 hardcode_direct_CXX=yes
|
adam@1
|
13747 hardcode_direct_absolute_CXX=yes
|
adam@1
|
13748 hardcode_minus_L_CXX=yes # Not in the search PATH,
|
adam@1
|
13749 # but as the default
|
adam@1
|
13750 # location of the library.
|
adam@1
|
13751 ;;
|
adam@1
|
13752 esac
|
adam@1
|
13753
|
adam@1
|
13754 case $cc_basename in
|
adam@1
|
13755 CC*)
|
adam@1
|
13756 # FIXME: insert proper C++ library support
|
adam@1
|
13757 ld_shlibs_CXX=no
|
adam@1
|
13758 ;;
|
adam@1
|
13759 aCC*)
|
adam@1
|
13760 case $host_cpu in
|
adam@1
|
13761 hppa*64*)
|
adam@1
|
13762 archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
|
adam@1
|
13763 ;;
|
adam@1
|
13764 ia64*)
|
adam@1
|
13765 archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
|
adam@1
|
13766 ;;
|
adam@1
|
13767 *)
|
adam@1
|
13768 archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
|
adam@1
|
13769 ;;
|
adam@1
|
13770 esac
|
adam@1
|
13771 # Commands to make compiler produce verbose output that lists
|
adam@1
|
13772 # what "hidden" libraries, object files and flags are used when
|
adam@1
|
13773 # linking a shared library.
|
adam@1
|
13774 #
|
adam@1
|
13775 # There doesn't appear to be a way to prevent this compiler from
|
adam@1
|
13776 # explicitly linking system object files so we need to strip them
|
adam@1
|
13777 # from the output so that they don't get included in the library
|
adam@1
|
13778 # dependencies.
|
adam@47
|
13779 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
|
adam@1
|
13780 ;;
|
adam@1
|
13781 *)
|
adam@1
|
13782 if test "$GXX" = yes; then
|
adam@1
|
13783 if test $with_gnu_ld = no; then
|
adam@1
|
13784 case $host_cpu in
|
adam@1
|
13785 hppa*64*)
|
adam@1
|
13786 archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
|
adam@1
|
13787 ;;
|
adam@1
|
13788 ia64*)
|
adam@47
|
13789 archive_cmds_CXX='$CC -shared -nostdlib $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
|
adam@1
|
13790 ;;
|
adam@1
|
13791 *)
|
adam@47
|
13792 archive_cmds_CXX='$CC -shared -nostdlib $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
|
adam@1
|
13793 ;;
|
adam@1
|
13794 esac
|
adam@1
|
13795 fi
|
adam@1
|
13796 else
|
adam@1
|
13797 # FIXME: insert proper C++ library support
|
adam@1
|
13798 ld_shlibs_CXX=no
|
adam@1
|
13799 fi
|
adam@1
|
13800 ;;
|
adam@1
|
13801 esac
|
adam@1
|
13802 ;;
|
adam@1
|
13803
|
adam@1
|
13804 interix[3-9]*)
|
adam@1
|
13805 hardcode_direct_CXX=no
|
adam@1
|
13806 hardcode_shlibpath_var_CXX=no
|
adam@1
|
13807 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
|
adam@1
|
13808 export_dynamic_flag_spec_CXX='${wl}-E'
|
adam@1
|
13809 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
|
adam@1
|
13810 # Instead, shared libraries are loaded at an image base (0x10000000 by
|
adam@1
|
13811 # default) and relocated if they conflict, which is a slow very memory
|
adam@1
|
13812 # consuming and fragmenting process. To avoid this, we pick a random,
|
adam@1
|
13813 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
|
adam@1
|
13814 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
|
adam@1
|
13815 archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
|
adam@1
|
13816 archive_expsym_cmds_CXX='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'
|
adam@1
|
13817 ;;
|
adam@1
|
13818 irix5* | irix6*)
|
adam@1
|
13819 case $cc_basename in
|
adam@1
|
13820 CC*)
|
adam@1
|
13821 # SGI C++
|
adam@47
|
13822 archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
|
adam@1
|
13823
|
adam@1
|
13824 # Archives containing C++ object files must be created using
|
adam@1
|
13825 # "CC -ar", where "CC" is the IRIX C++ compiler. This is
|
adam@1
|
13826 # necessary to make sure instantiated templates are included
|
adam@1
|
13827 # in the archive.
|
adam@1
|
13828 old_archive_cmds_CXX='$CC -ar -WR,-u -o $oldlib $oldobjs'
|
adam@1
|
13829 ;;
|
adam@1
|
13830 *)
|
adam@1
|
13831 if test "$GXX" = yes; then
|
adam@1
|
13832 if test "$with_gnu_ld" = no; then
|
adam@47
|
13833 archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $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'
|
adam@1
|
13834 else
|
adam@47
|
13835 archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib'
|
adam@1
|
13836 fi
|
adam@1
|
13837 fi
|
adam@1
|
13838 link_all_deplibs_CXX=yes
|
adam@1
|
13839 ;;
|
adam@1
|
13840 esac
|
adam@1
|
13841 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
|
adam@1
|
13842 hardcode_libdir_separator_CXX=:
|
adam@1
|
13843 inherit_rpath_CXX=yes
|
adam@1
|
13844 ;;
|
adam@1
|
13845
|
adam@1
|
13846 linux* | k*bsd*-gnu | kopensolaris*-gnu)
|
adam@1
|
13847 case $cc_basename in
|
adam@1
|
13848 KCC*)
|
adam@1
|
13849 # Kuck and Associates, Inc. (KAI) C++ Compiler
|
adam@1
|
13850
|
adam@1
|
13851 # KCC will only create a shared library if the output file
|
adam@1
|
13852 # ends with ".so" (or ".sl" for HP-UX), so rename the library
|
adam@1
|
13853 # to its proper name (with version) after linking.
|
adam@1
|
13854 archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
|
adam@1
|
13855 archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
|
adam@1
|
13856 # Commands to make compiler produce verbose output that lists
|
adam@1
|
13857 # what "hidden" libraries, object files and flags are used when
|
adam@1
|
13858 # linking a shared library.
|
adam@1
|
13859 #
|
adam@1
|
13860 # There doesn't appear to be a way to prevent this compiler from
|
adam@1
|
13861 # explicitly linking system object files so we need to strip them
|
adam@1
|
13862 # from the output so that they don't get included in the library
|
adam@1
|
13863 # dependencies.
|
adam@47
|
13864 output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
|
adam@1
|
13865
|
adam@1
|
13866 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
|
adam@1
|
13867 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
|
adam@1
|
13868
|
adam@1
|
13869 # Archives containing C++ object files must be created using
|
adam@1
|
13870 # "CC -Bstatic", where "CC" is the KAI C++ compiler.
|
adam@1
|
13871 old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs'
|
adam@1
|
13872 ;;
|
adam@1
|
13873 icpc* | ecpc* )
|
adam@1
|
13874 # Intel C++
|
adam@1
|
13875 with_gnu_ld=yes
|
adam@1
|
13876 # version 8.0 and above of icpc choke on multiply defined symbols
|
adam@1
|
13877 # if we add $predep_objects and $postdep_objects, however 7.1 and
|
adam@1
|
13878 # earlier do not add the objects themselves.
|
adam@1
|
13879 case `$CC -V 2>&1` in
|
adam@1
|
13880 *"Version 7."*)
|
adam@1
|
13881 archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
adam@1
|
13882 archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
|
adam@1
|
13883 ;;
|
adam@1
|
13884 *) # Version 8.0 or newer
|
adam@1
|
13885 tmp_idyn=
|
adam@1
|
13886 case $host_cpu in
|
adam@1
|
13887 ia64*) tmp_idyn=' -i_dynamic';;
|
adam@1
|
13888 esac
|
adam@1
|
13889 archive_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
adam@1
|
13890 archive_expsym_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
|
adam@1
|
13891 ;;
|
adam@1
|
13892 esac
|
adam@1
|
13893 archive_cmds_need_lc_CXX=no
|
adam@1
|
13894 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
|
adam@1
|
13895 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
|
adam@1
|
13896 whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
|
adam@1
|
13897 ;;
|
adam@1
|
13898 pgCC* | pgcpp*)
|
adam@1
|
13899 # Portland Group C++ compiler
|
adam@1
|
13900 case `$CC -V` in
|
adam@47
|
13901 *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
|
adam@1
|
13902 prelink_cmds_CXX='tpldir=Template.dir~
|
adam@1
|
13903 rm -rf $tpldir~
|
adam@1
|
13904 $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
|
adam@47
|
13905 compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
|
adam@1
|
13906 old_archive_cmds_CXX='tpldir=Template.dir~
|
adam@1
|
13907 rm -rf $tpldir~
|
adam@1
|
13908 $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
|
adam@47
|
13909 $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
|
adam@1
|
13910 $RANLIB $oldlib'
|
adam@1
|
13911 archive_cmds_CXX='tpldir=Template.dir~
|
adam@1
|
13912 rm -rf $tpldir~
|
adam@1
|
13913 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
|
adam@47
|
13914 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
|
adam@1
|
13915 archive_expsym_cmds_CXX='tpldir=Template.dir~
|
adam@1
|
13916 rm -rf $tpldir~
|
adam@1
|
13917 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
|
adam@47
|
13918 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
|
adam@1
|
13919 ;;
|
adam@47
|
13920 *) # Version 6 and above use weak symbols
|
adam@1
|
13921 archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
|
adam@1
|
13922 archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
|
adam@1
|
13923 ;;
|
adam@1
|
13924 esac
|
adam@1
|
13925
|
adam@1
|
13926 hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir'
|
adam@1
|
13927 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
|
adam@47
|
13928 whole_archive_flag_spec_CXX='${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'
|
adam@1
|
13929 ;;
|
adam@1
|
13930 cxx*)
|
adam@1
|
13931 # Compaq C++
|
adam@1
|
13932 archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
adam@1
|
13933 archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
|
adam@1
|
13934
|
adam@1
|
13935 runpath_var=LD_RUN_PATH
|
adam@1
|
13936 hardcode_libdir_flag_spec_CXX='-rpath $libdir'
|
adam@1
|
13937 hardcode_libdir_separator_CXX=:
|
adam@1
|
13938
|
adam@1
|
13939 # Commands to make compiler produce verbose output that lists
|
adam@1
|
13940 # what "hidden" libraries, object files and flags are used when
|
adam@1
|
13941 # linking a shared library.
|
adam@1
|
13942 #
|
adam@1
|
13943 # There doesn't appear to be a way to prevent this compiler from
|
adam@1
|
13944 # explicitly linking system object files so we need to strip them
|
adam@1
|
13945 # from the output so that they don't get included in the library
|
adam@1
|
13946 # dependencies.
|
adam@47
|
13947 output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
|
adam@47
|
13948 ;;
|
adam@47
|
13949 xl* | mpixl* | bgxl*)
|
adam@1
|
13950 # IBM XL 8.0 on PPC, with GNU ld
|
adam@1
|
13951 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
|
adam@1
|
13952 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
|
adam@1
|
13953 archive_cmds_CXX='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
adam@1
|
13954 if test "x$supports_anon_versioning" = xyes; then
|
adam@1
|
13955 archive_expsym_cmds_CXX='echo "{ global:" > $output_objdir/$libname.ver~
|
adam@1
|
13956 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
|
adam@1
|
13957 echo "local: *; };" >> $output_objdir/$libname.ver~
|
adam@1
|
13958 $CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
|
adam@1
|
13959 fi
|
adam@1
|
13960 ;;
|
adam@1
|
13961 *)
|
adam@1
|
13962 case `$CC -V 2>&1 | sed 5q` in
|
adam@1
|
13963 *Sun\ C*)
|
adam@1
|
13964 # Sun C++ 5.9
|
adam@1
|
13965 no_undefined_flag_CXX=' -zdefs'
|
adam@1
|
13966 archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
|
adam@1
|
13967 archive_expsym_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols'
|
adam@1
|
13968 hardcode_libdir_flag_spec_CXX='-R$libdir'
|
adam@47
|
13969 whole_archive_flag_spec_CXX='${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'
|
adam@1
|
13970 compiler_needs_object_CXX=yes
|
adam@1
|
13971
|
adam@1
|
13972 # Not sure whether something based on
|
adam@1
|
13973 # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
|
adam@1
|
13974 # would be better.
|
adam@47
|
13975 output_verbose_link_cmd='func_echo_all'
|
adam@1
|
13976
|
adam@1
|
13977 # Archives containing C++ object files must be created using
|
adam@1
|
13978 # "CC -xar", where "CC" is the Sun C++ compiler. This is
|
adam@1
|
13979 # necessary to make sure instantiated templates are included
|
adam@1
|
13980 # in the archive.
|
adam@1
|
13981 old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
|
adam@1
|
13982 ;;
|
adam@1
|
13983 esac
|
adam@1
|
13984 ;;
|
adam@1
|
13985 esac
|
adam@1
|
13986 ;;
|
adam@1
|
13987
|
adam@1
|
13988 lynxos*)
|
adam@1
|
13989 # FIXME: insert proper C++ library support
|
adam@1
|
13990 ld_shlibs_CXX=no
|
adam@1
|
13991 ;;
|
adam@1
|
13992
|
adam@1
|
13993 m88k*)
|
adam@1
|
13994 # FIXME: insert proper C++ library support
|
adam@1
|
13995 ld_shlibs_CXX=no
|
adam@1
|
13996 ;;
|
adam@1
|
13997
|
adam@1
|
13998 mvs*)
|
adam@1
|
13999 case $cc_basename in
|
adam@1
|
14000 cxx*)
|
adam@1
|
14001 # FIXME: insert proper C++ library support
|
adam@1
|
14002 ld_shlibs_CXX=no
|
adam@1
|
14003 ;;
|
adam@1
|
14004 *)
|
adam@1
|
14005 # FIXME: insert proper C++ library support
|
adam@1
|
14006 ld_shlibs_CXX=no
|
adam@1
|
14007 ;;
|
adam@1
|
14008 esac
|
adam@1
|
14009 ;;
|
adam@1
|
14010
|
adam@1
|
14011 netbsd*)
|
adam@1
|
14012 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
|
adam@1
|
14013 archive_cmds_CXX='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
|
adam@1
|
14014 wlarc=
|
adam@1
|
14015 hardcode_libdir_flag_spec_CXX='-R$libdir'
|
adam@1
|
14016 hardcode_direct_CXX=yes
|
adam@1
|
14017 hardcode_shlibpath_var_CXX=no
|
adam@1
|
14018 fi
|
adam@1
|
14019 # Workaround some broken pre-1.5 toolchains
|
adam@1
|
14020 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
|
adam@1
|
14021 ;;
|
adam@1
|
14022
|
adam@1
|
14023 *nto* | *qnx*)
|
adam@1
|
14024 ld_shlibs_CXX=yes
|
adam@1
|
14025 ;;
|
adam@1
|
14026
|
adam@1
|
14027 openbsd2*)
|
adam@1
|
14028 # C++ shared libraries are fairly broken
|
adam@1
|
14029 ld_shlibs_CXX=no
|
adam@1
|
14030 ;;
|
adam@1
|
14031
|
adam@1
|
14032 openbsd*)
|
adam@1
|
14033 if test -f /usr/libexec/ld.so; then
|
adam@1
|
14034 hardcode_direct_CXX=yes
|
adam@1
|
14035 hardcode_shlibpath_var_CXX=no
|
adam@1
|
14036 hardcode_direct_absolute_CXX=yes
|
adam@1
|
14037 archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
|
adam@1
|
14038 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
|
adam@1
|
14039 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
|
adam@1
|
14040 archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
|
adam@1
|
14041 export_dynamic_flag_spec_CXX='${wl}-E'
|
adam@1
|
14042 whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
|
adam@1
|
14043 fi
|
adam@47
|
14044 output_verbose_link_cmd=func_echo_all
|
adam@1
|
14045 else
|
adam@1
|
14046 ld_shlibs_CXX=no
|
adam@1
|
14047 fi
|
adam@1
|
14048 ;;
|
adam@1
|
14049
|
adam@1
|
14050 osf3* | osf4* | osf5*)
|
adam@1
|
14051 case $cc_basename in
|
adam@1
|
14052 KCC*)
|
adam@1
|
14053 # Kuck and Associates, Inc. (KAI) C++ Compiler
|
adam@1
|
14054
|
adam@1
|
14055 # KCC will only create a shared library if the output file
|
adam@1
|
14056 # ends with ".so" (or ".sl" for HP-UX), so rename the library
|
adam@1
|
14057 # to its proper name (with version) after linking.
|
adam@1
|
14058 archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
|
adam@1
|
14059
|
adam@1
|
14060 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
|
adam@1
|
14061 hardcode_libdir_separator_CXX=:
|
adam@1
|
14062
|
adam@1
|
14063 # Archives containing C++ object files must be created using
|
adam@1
|
14064 # the KAI C++ compiler.
|
adam@1
|
14065 case $host in
|
adam@1
|
14066 osf3*) old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs' ;;
|
adam@1
|
14067 *) old_archive_cmds_CXX='$CC -o $oldlib $oldobjs' ;;
|
adam@1
|
14068 esac
|
adam@1
|
14069 ;;
|
adam@1
|
14070 RCC*)
|
adam@1
|
14071 # Rational C++ 2.4.1
|
adam@1
|
14072 # FIXME: insert proper C++ library support
|
adam@1
|
14073 ld_shlibs_CXX=no
|
adam@1
|
14074 ;;
|
adam@1
|
14075 cxx*)
|
adam@1
|
14076 case $host in
|
adam@1
|
14077 osf3*)
|
adam@1
|
14078 allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
|
adam@47
|
14079 archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
|
adam@1
|
14080 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
|
adam@1
|
14081 ;;
|
adam@1
|
14082 *)
|
adam@1
|
14083 allow_undefined_flag_CXX=' -expect_unresolved \*'
|
adam@47
|
14084 archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
|
adam@1
|
14085 archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
|
adam@1
|
14086 echo "-hidden">> $lib.exp~
|
adam@47
|
14087 $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~
|
adam@1
|
14088 $RM $lib.exp'
|
adam@1
|
14089 hardcode_libdir_flag_spec_CXX='-rpath $libdir'
|
adam@1
|
14090 ;;
|
adam@1
|
14091 esac
|
adam@1
|
14092
|
adam@1
|
14093 hardcode_libdir_separator_CXX=:
|
adam@1
|
14094
|
adam@1
|
14095 # Commands to make compiler produce verbose output that lists
|
adam@1
|
14096 # what "hidden" libraries, object files and flags are used when
|
adam@1
|
14097 # linking a shared library.
|
adam@1
|
14098 #
|
adam@1
|
14099 # There doesn't appear to be a way to prevent this compiler from
|
adam@1
|
14100 # explicitly linking system object files so we need to strip them
|
adam@1
|
14101 # from the output so that they don't get included in the library
|
adam@1
|
14102 # dependencies.
|
adam@47
|
14103 output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
|
adam@1
|
14104 ;;
|
adam@1
|
14105 *)
|
adam@1
|
14106 if test "$GXX" = yes && test "$with_gnu_ld" = no; then
|
adam@1
|
14107 allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
|
adam@1
|
14108 case $host in
|
adam@1
|
14109 osf3*)
|
adam@47
|
14110 archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $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'
|
adam@1
|
14111 ;;
|
adam@1
|
14112 *)
|
adam@47
|
14113 archive_cmds_CXX='$CC -shared $pic_flag -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $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'
|
adam@1
|
14114 ;;
|
adam@1
|
14115 esac
|
adam@1
|
14116
|
adam@1
|
14117 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
|
adam@1
|
14118 hardcode_libdir_separator_CXX=:
|
adam@1
|
14119
|
adam@1
|
14120 # Commands to make compiler produce verbose output that lists
|
adam@1
|
14121 # what "hidden" libraries, object files and flags are used when
|
adam@1
|
14122 # linking a shared library.
|
adam@47
|
14123 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
|
adam@1
|
14124
|
adam@1
|
14125 else
|
adam@1
|
14126 # FIXME: insert proper C++ library support
|
adam@1
|
14127 ld_shlibs_CXX=no
|
adam@1
|
14128 fi
|
adam@1
|
14129 ;;
|
adam@1
|
14130 esac
|
adam@1
|
14131 ;;
|
adam@1
|
14132
|
adam@1
|
14133 psos*)
|
adam@1
|
14134 # FIXME: insert proper C++ library support
|
adam@1
|
14135 ld_shlibs_CXX=no
|
adam@1
|
14136 ;;
|
adam@1
|
14137
|
adam@1
|
14138 sunos4*)
|
adam@1
|
14139 case $cc_basename in
|
adam@1
|
14140 CC*)
|
adam@1
|
14141 # Sun C++ 4.x
|
adam@1
|
14142 # FIXME: insert proper C++ library support
|
adam@1
|
14143 ld_shlibs_CXX=no
|
adam@1
|
14144 ;;
|
adam@1
|
14145 lcc*)
|
adam@1
|
14146 # Lucid
|
adam@1
|
14147 # FIXME: insert proper C++ library support
|
adam@1
|
14148 ld_shlibs_CXX=no
|
adam@1
|
14149 ;;
|
adam@1
|
14150 *)
|
adam@1
|
14151 # FIXME: insert proper C++ library support
|
adam@1
|
14152 ld_shlibs_CXX=no
|
adam@1
|
14153 ;;
|
adam@1
|
14154 esac
|
adam@1
|
14155 ;;
|
adam@1
|
14156
|
adam@1
|
14157 solaris*)
|
adam@1
|
14158 case $cc_basename in
|
adam@47
|
14159 CC* | sunCC*)
|
adam@1
|
14160 # Sun C++ 4.2, 5.x and Centerline C++
|
adam@1
|
14161 archive_cmds_need_lc_CXX=yes
|
adam@1
|
14162 no_undefined_flag_CXX=' -zdefs'
|
adam@1
|
14163 archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
|
adam@1
|
14164 archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
|
adam@1
|
14165 $CC -G${allow_undefined_flag} ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
|
adam@1
|
14166
|
adam@1
|
14167 hardcode_libdir_flag_spec_CXX='-R$libdir'
|
adam@1
|
14168 hardcode_shlibpath_var_CXX=no
|
adam@1
|
14169 case $host_os in
|
adam@1
|
14170 solaris2.[0-5] | solaris2.[0-5].*) ;;
|
adam@1
|
14171 *)
|
adam@1
|
14172 # The compiler driver will combine and reorder linker options,
|
adam@1
|
14173 # but understands `-z linker_flag'.
|
adam@1
|
14174 # Supported since Solaris 2.6 (maybe 2.5.1?)
|
adam@1
|
14175 whole_archive_flag_spec_CXX='-z allextract$convenience -z defaultextract'
|
adam@1
|
14176 ;;
|
adam@1
|
14177 esac
|
adam@1
|
14178 link_all_deplibs_CXX=yes
|
adam@1
|
14179
|
adam@47
|
14180 output_verbose_link_cmd='func_echo_all'
|
adam@1
|
14181
|
adam@1
|
14182 # Archives containing C++ object files must be created using
|
adam@1
|
14183 # "CC -xar", where "CC" is the Sun C++ compiler. This is
|
adam@1
|
14184 # necessary to make sure instantiated templates are included
|
adam@1
|
14185 # in the archive.
|
adam@1
|
14186 old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
|
adam@1
|
14187 ;;
|
adam@1
|
14188 gcx*)
|
adam@1
|
14189 # Green Hills C++ Compiler
|
adam@1
|
14190 archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
|
adam@1
|
14191
|
adam@1
|
14192 # The C++ compiler must be used to create the archive.
|
adam@1
|
14193 old_archive_cmds_CXX='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
|
adam@1
|
14194 ;;
|
adam@1
|
14195 *)
|
adam@1
|
14196 # GNU C++ compiler with Solaris linker
|
adam@1
|
14197 if test "$GXX" = yes && test "$with_gnu_ld" = no; then
|
adam@1
|
14198 no_undefined_flag_CXX=' ${wl}-z ${wl}defs'
|
adam@1
|
14199 if $CC --version | $GREP -v '^2\.7' > /dev/null; then
|
adam@47
|
14200 archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
|
adam@1
|
14201 archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
|
adam@47
|
14202 $CC -shared $pic_flag -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
|
adam@1
|
14203
|
adam@1
|
14204 # Commands to make compiler produce verbose output that lists
|
adam@1
|
14205 # what "hidden" libraries, object files and flags are used when
|
adam@1
|
14206 # linking a shared library.
|
adam@47
|
14207 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
|
adam@1
|
14208 else
|
adam@1
|
14209 # g++ 2.7 appears to require `-G' NOT `-shared' on this
|
adam@1
|
14210 # platform.
|
adam@1
|
14211 archive_cmds_CXX='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
|
adam@1
|
14212 archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
|
adam@1
|
14213 $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
|
adam@1
|
14214
|
adam@1
|
14215 # Commands to make compiler produce verbose output that lists
|
adam@1
|
14216 # what "hidden" libraries, object files and flags are used when
|
adam@1
|
14217 # linking a shared library.
|
adam@47
|
14218 output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
|
adam@1
|
14219 fi
|
adam@1
|
14220
|
adam@1
|
14221 hardcode_libdir_flag_spec_CXX='${wl}-R $wl$libdir'
|
adam@1
|
14222 case $host_os in
|
adam@1
|
14223 solaris2.[0-5] | solaris2.[0-5].*) ;;
|
adam@1
|
14224 *)
|
adam@1
|
14225 whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
|
adam@1
|
14226 ;;
|
adam@1
|
14227 esac
|
adam@1
|
14228 fi
|
adam@1
|
14229 ;;
|
adam@1
|
14230 esac
|
adam@1
|
14231 ;;
|
adam@1
|
14232
|
adam@1
|
14233 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
|
adam@1
|
14234 no_undefined_flag_CXX='${wl}-z,text'
|
adam@1
|
14235 archive_cmds_need_lc_CXX=no
|
adam@1
|
14236 hardcode_shlibpath_var_CXX=no
|
adam@1
|
14237 runpath_var='LD_RUN_PATH'
|
adam@1
|
14238
|
adam@1
|
14239 case $cc_basename in
|
adam@1
|
14240 CC*)
|
adam@1
|
14241 archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
|
adam@1
|
14242 archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
|
adam@1
|
14243 ;;
|
adam@1
|
14244 *)
|
adam@1
|
14245 archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
|
adam@1
|
14246 archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
|
adam@1
|
14247 ;;
|
adam@1
|
14248 esac
|
adam@1
|
14249 ;;
|
adam@1
|
14250
|
adam@1
|
14251 sysv5* | sco3.2v5* | sco5v6*)
|
adam@1
|
14252 # Note: We can NOT use -z defs as we might desire, because we do not
|
adam@1
|
14253 # link with -lc, and that would cause any symbols used from libc to
|
adam@1
|
14254 # always be unresolved, which means just about no library would
|
adam@1
|
14255 # ever link correctly. If we're not using GNU ld we use -z text
|
adam@1
|
14256 # though, which does catch some bad symbols but isn't as heavy-handed
|
adam@1
|
14257 # as -z defs.
|
adam@1
|
14258 no_undefined_flag_CXX='${wl}-z,text'
|
adam@1
|
14259 allow_undefined_flag_CXX='${wl}-z,nodefs'
|
adam@1
|
14260 archive_cmds_need_lc_CXX=no
|
adam@1
|
14261 hardcode_shlibpath_var_CXX=no
|
adam@1
|
14262 hardcode_libdir_flag_spec_CXX='${wl}-R,$libdir'
|
adam@1
|
14263 hardcode_libdir_separator_CXX=':'
|
adam@1
|
14264 link_all_deplibs_CXX=yes
|
adam@1
|
14265 export_dynamic_flag_spec_CXX='${wl}-Bexport'
|
adam@1
|
14266 runpath_var='LD_RUN_PATH'
|
adam@1
|
14267
|
adam@1
|
14268 case $cc_basename in
|
adam@1
|
14269 CC*)
|
adam@1
|
14270 archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
|
adam@1
|
14271 archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
|
adam@47
|
14272 old_archive_cmds_CXX='$CC -Tprelink_objects $oldobjs~
|
adam@47
|
14273 '"$old_archive_cmds_CXX"
|
adam@47
|
14274 reload_cmds_CXX='$CC -Tprelink_objects $reload_objs~
|
adam@47
|
14275 '"$reload_cmds_CXX"
|
adam@1
|
14276 ;;
|
adam@1
|
14277 *)
|
adam@1
|
14278 archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
|
adam@1
|
14279 archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
|
adam@1
|
14280 ;;
|
adam@1
|
14281 esac
|
adam@1
|
14282 ;;
|
adam@1
|
14283
|
adam@1
|
14284 tandem*)
|
adam@1
|
14285 case $cc_basename in
|
adam@1
|
14286 NCC*)
|
adam@1
|
14287 # NonStop-UX NCC 3.20
|
adam@1
|
14288 # FIXME: insert proper C++ library support
|
adam@1
|
14289 ld_shlibs_CXX=no
|
adam@1
|
14290 ;;
|
adam@1
|
14291 *)
|
adam@1
|
14292 # FIXME: insert proper C++ library support
|
adam@1
|
14293 ld_shlibs_CXX=no
|
adam@1
|
14294 ;;
|
adam@1
|
14295 esac
|
adam@1
|
14296 ;;
|
adam@1
|
14297
|
adam@1
|
14298 vxworks*)
|
adam@1
|
14299 # FIXME: insert proper C++ library support
|
adam@1
|
14300 ld_shlibs_CXX=no
|
adam@1
|
14301 ;;
|
adam@1
|
14302
|
adam@1
|
14303 *)
|
adam@1
|
14304 # FIXME: insert proper C++ library support
|
adam@1
|
14305 ld_shlibs_CXX=no
|
adam@1
|
14306 ;;
|
adam@1
|
14307 esac
|
adam@1
|
14308
|
adam@1
|
14309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
|
adam@1
|
14310 $as_echo "$ld_shlibs_CXX" >&6; }
|
adam@1
|
14311 test "$ld_shlibs_CXX" = no && can_build_shared=no
|
adam@1
|
14312
|
adam@1
|
14313 GCC_CXX="$GXX"
|
adam@1
|
14314 LD_CXX="$LD"
|
adam@1
|
14315
|
adam@1
|
14316 ## CAVEAT EMPTOR:
|
adam@1
|
14317 ## There is no encapsulation within the following macros, do not change
|
adam@1
|
14318 ## the running order or otherwise move them around unless you know exactly
|
adam@1
|
14319 ## what you are doing...
|
adam@1
|
14320 # Dependencies to place before and after the object being linked:
|
adam@1
|
14321 predep_objects_CXX=
|
adam@1
|
14322 postdep_objects_CXX=
|
adam@1
|
14323 predeps_CXX=
|
adam@1
|
14324 postdeps_CXX=
|
adam@1
|
14325 compiler_lib_search_path_CXX=
|
adam@1
|
14326
|
adam@1
|
14327 cat > conftest.$ac_ext <<_LT_EOF
|
adam@1
|
14328 class Foo
|
adam@1
|
14329 {
|
adam@1
|
14330 public:
|
adam@1
|
14331 Foo (void) { a = 0; }
|
adam@1
|
14332 private:
|
adam@1
|
14333 int a;
|
adam@1
|
14334 };
|
adam@1
|
14335 _LT_EOF
|
adam@1
|
14336
|
adam@47
|
14337
|
adam@47
|
14338 _lt_libdeps_save_CFLAGS=$CFLAGS
|
adam@47
|
14339 case "$CC $CFLAGS " in #(
|
adam@47
|
14340 *\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;;
|
adam@47
|
14341 *\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;;
|
adam@47
|
14342 esac
|
adam@47
|
14343
|
adam@1
|
14344 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
|
adam@1
|
14345 (eval $ac_compile) 2>&5
|
adam@1
|
14346 ac_status=$?
|
adam@1
|
14347 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
adam@1
|
14348 test $ac_status = 0; }; then
|
adam@1
|
14349 # Parse the compiler output and extract the necessary
|
adam@1
|
14350 # objects, libraries and library flags.
|
adam@1
|
14351
|
adam@1
|
14352 # Sentinel used to keep track of whether or not we are before
|
adam@1
|
14353 # the conftest object file.
|
adam@1
|
14354 pre_test_object_deps_done=no
|
adam@1
|
14355
|
adam@1
|
14356 for p in `eval "$output_verbose_link_cmd"`; do
|
adam@47
|
14357 case ${prev}${p} in
|
adam@1
|
14358
|
adam@1
|
14359 -L* | -R* | -l*)
|
adam@1
|
14360 # Some compilers place space between "-{L,R}" and the path.
|
adam@1
|
14361 # Remove the space.
|
adam@1
|
14362 if test $p = "-L" ||
|
adam@1
|
14363 test $p = "-R"; then
|
adam@1
|
14364 prev=$p
|
adam@1
|
14365 continue
|
adam@1
|
14366 fi
|
adam@1
|
14367
|
adam@47
|
14368 # Expand the sysroot to ease extracting the directories later.
|
adam@47
|
14369 if test -z "$prev"; then
|
adam@47
|
14370 case $p in
|
adam@47
|
14371 -L*) func_stripname_cnf '-L' '' "$p"; prev=-L; p=$func_stripname_result ;;
|
adam@47
|
14372 -R*) func_stripname_cnf '-R' '' "$p"; prev=-R; p=$func_stripname_result ;;
|
adam@47
|
14373 -l*) func_stripname_cnf '-l' '' "$p"; prev=-l; p=$func_stripname_result ;;
|
adam@47
|
14374 esac
|
adam@47
|
14375 fi
|
adam@47
|
14376 case $p in
|
adam@47
|
14377 =*) func_stripname_cnf '=' '' "$p"; p=$lt_sysroot$func_stripname_result ;;
|
adam@47
|
14378 esac
|
adam@1
|
14379 if test "$pre_test_object_deps_done" = no; then
|
adam@47
|
14380 case ${prev} in
|
adam@47
|
14381 -L | -R)
|
adam@1
|
14382 # Internal compiler library paths should come after those
|
adam@1
|
14383 # provided the user. The postdeps already come after the
|
adam@1
|
14384 # user supplied libs so there is no need to process them.
|
adam@1
|
14385 if test -z "$compiler_lib_search_path_CXX"; then
|
adam@1
|
14386 compiler_lib_search_path_CXX="${prev}${p}"
|
adam@1
|
14387 else
|
adam@1
|
14388 compiler_lib_search_path_CXX="${compiler_lib_search_path_CXX} ${prev}${p}"
|
adam@1
|
14389 fi
|
adam@1
|
14390 ;;
|
adam@1
|
14391 # The "-l" case would never come before the object being
|
adam@1
|
14392 # linked, so don't bother handling this case.
|
adam@1
|
14393 esac
|
adam@1
|
14394 else
|
adam@1
|
14395 if test -z "$postdeps_CXX"; then
|
adam@1
|
14396 postdeps_CXX="${prev}${p}"
|
adam@1
|
14397 else
|
adam@1
|
14398 postdeps_CXX="${postdeps_CXX} ${prev}${p}"
|
adam@1
|
14399 fi
|
adam@1
|
14400 fi
|
adam@47
|
14401 prev=
|
adam@1
|
14402 ;;
|
adam@1
|
14403
|
adam@47
|
14404 *.lto.$objext) ;; # Ignore GCC LTO objects
|
adam@1
|
14405 *.$objext)
|
adam@1
|
14406 # This assumes that the test object file only shows up
|
adam@1
|
14407 # once in the compiler output.
|
adam@1
|
14408 if test "$p" = "conftest.$objext"; then
|
adam@1
|
14409 pre_test_object_deps_done=yes
|
adam@1
|
14410 continue
|
adam@1
|
14411 fi
|
adam@1
|
14412
|
adam@1
|
14413 if test "$pre_test_object_deps_done" = no; then
|
adam@1
|
14414 if test -z "$predep_objects_CXX"; then
|
adam@1
|
14415 predep_objects_CXX="$p"
|
adam@1
|
14416 else
|
adam@1
|
14417 predep_objects_CXX="$predep_objects_CXX $p"
|
adam@1
|
14418 fi
|
adam@1
|
14419 else
|
adam@1
|
14420 if test -z "$postdep_objects_CXX"; then
|
adam@1
|
14421 postdep_objects_CXX="$p"
|
adam@1
|
14422 else
|
adam@1
|
14423 postdep_objects_CXX="$postdep_objects_CXX $p"
|
adam@1
|
14424 fi
|
adam@1
|
14425 fi
|
adam@1
|
14426 ;;
|
adam@1
|
14427
|
adam@1
|
14428 *) ;; # Ignore the rest.
|
adam@1
|
14429
|
adam@1
|
14430 esac
|
adam@1
|
14431 done
|
adam@1
|
14432
|
adam@1
|
14433 # Clean up.
|
adam@1
|
14434 rm -f a.out a.exe
|
adam@1
|
14435 else
|
adam@1
|
14436 echo "libtool.m4: error: problem compiling CXX test program"
|
adam@1
|
14437 fi
|
adam@1
|
14438
|
adam@1
|
14439 $RM -f confest.$objext
|
adam@47
|
14440 CFLAGS=$_lt_libdeps_save_CFLAGS
|
adam@1
|
14441
|
adam@1
|
14442 # PORTME: override above test on systems where it is broken
|
adam@1
|
14443 case $host_os in
|
adam@1
|
14444 interix[3-9]*)
|
adam@1
|
14445 # Interix 3.5 installs completely hosed .la files for C++, so rather than
|
adam@1
|
14446 # hack all around it, let's just trust "g++" to DTRT.
|
adam@1
|
14447 predep_objects_CXX=
|
adam@1
|
14448 postdep_objects_CXX=
|
adam@1
|
14449 postdeps_CXX=
|
adam@1
|
14450 ;;
|
adam@1
|
14451
|
adam@1
|
14452 linux*)
|
adam@1
|
14453 case `$CC -V 2>&1 | sed 5q` in
|
adam@1
|
14454 *Sun\ C*)
|
adam@1
|
14455 # Sun C++ 5.9
|
adam@1
|
14456
|
adam@1
|
14457 # The more standards-conforming stlport4 library is
|
adam@1
|
14458 # incompatible with the Cstd library. Avoid specifying
|
adam@1
|
14459 # it if it's in CXXFLAGS. Ignore libCrun as
|
adam@1
|
14460 # -library=stlport4 depends on it.
|
adam@1
|
14461 case " $CXX $CXXFLAGS " in
|
adam@1
|
14462 *" -library=stlport4 "*)
|
adam@1
|
14463 solaris_use_stlport4=yes
|
adam@1
|
14464 ;;
|
adam@1
|
14465 esac
|
adam@1
|
14466
|
adam@1
|
14467 if test "$solaris_use_stlport4" != yes; then
|
adam@1
|
14468 postdeps_CXX='-library=Cstd -library=Crun'
|
adam@1
|
14469 fi
|
adam@1
|
14470 ;;
|
adam@1
|
14471 esac
|
adam@1
|
14472 ;;
|
adam@1
|
14473
|
adam@1
|
14474 solaris*)
|
adam@1
|
14475 case $cc_basename in
|
adam@47
|
14476 CC* | sunCC*)
|
adam@1
|
14477 # The more standards-conforming stlport4 library is
|
adam@1
|
14478 # incompatible with the Cstd library. Avoid specifying
|
adam@1
|
14479 # it if it's in CXXFLAGS. Ignore libCrun as
|
adam@1
|
14480 # -library=stlport4 depends on it.
|
adam@1
|
14481 case " $CXX $CXXFLAGS " in
|
adam@1
|
14482 *" -library=stlport4 "*)
|
adam@1
|
14483 solaris_use_stlport4=yes
|
adam@1
|
14484 ;;
|
adam@1
|
14485 esac
|
adam@1
|
14486
|
adam@1
|
14487 # Adding this requires a known-good setup of shared libraries for
|
adam@1
|
14488 # Sun compiler versions before 5.6, else PIC objects from an old
|
adam@1
|
14489 # archive will be linked into the output, leading to subtle bugs.
|
adam@1
|
14490 if test "$solaris_use_stlport4" != yes; then
|
adam@1
|
14491 postdeps_CXX='-library=Cstd -library=Crun'
|
adam@1
|
14492 fi
|
adam@1
|
14493 ;;
|
adam@1
|
14494 esac
|
adam@1
|
14495 ;;
|
adam@1
|
14496 esac
|
adam@1
|
14497
|
adam@1
|
14498
|
adam@1
|
14499 case " $postdeps_CXX " in
|
adam@1
|
14500 *" -lc "*) archive_cmds_need_lc_CXX=no ;;
|
adam@1
|
14501 esac
|
adam@1
|
14502 compiler_lib_search_dirs_CXX=
|
adam@1
|
14503 if test -n "${compiler_lib_search_path_CXX}"; then
|
adam@1
|
14504 compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
|
adam@1
|
14505 fi
|
adam@1
|
14506
|
adam@1
|
14507
|
adam@1
|
14508
|
adam@1
|
14509
|
adam@1
|
14510
|
adam@1
|
14511
|
adam@1
|
14512
|
adam@1
|
14513
|
adam@1
|
14514
|
adam@1
|
14515
|
adam@1
|
14516
|
adam@1
|
14517
|
adam@1
|
14518
|
adam@1
|
14519
|
adam@1
|
14520
|
adam@1
|
14521
|
adam@1
|
14522
|
adam@1
|
14523
|
adam@1
|
14524
|
adam@1
|
14525
|
adam@1
|
14526
|
adam@1
|
14527
|
adam@1
|
14528
|
adam@1
|
14529
|
adam@1
|
14530
|
adam@1
|
14531
|
adam@1
|
14532
|
adam@1
|
14533
|
adam@1
|
14534
|
adam@1
|
14535
|
adam@1
|
14536
|
adam@1
|
14537 lt_prog_compiler_wl_CXX=
|
adam@1
|
14538 lt_prog_compiler_pic_CXX=
|
adam@1
|
14539 lt_prog_compiler_static_CXX=
|
adam@1
|
14540
|
adam@1
|
14541
|
adam@1
|
14542 # C++ specific cases for pic, static, wl, etc.
|
adam@1
|
14543 if test "$GXX" = yes; then
|
adam@1
|
14544 lt_prog_compiler_wl_CXX='-Wl,'
|
adam@1
|
14545 lt_prog_compiler_static_CXX='-static'
|
adam@1
|
14546
|
adam@1
|
14547 case $host_os in
|
adam@1
|
14548 aix*)
|
adam@1
|
14549 # All AIX code is PIC.
|
adam@1
|
14550 if test "$host_cpu" = ia64; then
|
adam@1
|
14551 # AIX 5 now supports IA64 processor
|
adam@1
|
14552 lt_prog_compiler_static_CXX='-Bstatic'
|
adam@1
|
14553 fi
|
adam@1
|
14554 ;;
|
adam@1
|
14555
|
adam@1
|
14556 amigaos*)
|
adam@1
|
14557 case $host_cpu in
|
adam@1
|
14558 powerpc)
|
adam@1
|
14559 # see comment about AmigaOS4 .so support
|
adam@1
|
14560 lt_prog_compiler_pic_CXX='-fPIC'
|
adam@1
|
14561 ;;
|
adam@1
|
14562 m68k)
|
adam@1
|
14563 # FIXME: we need at least 68020 code to build shared libraries, but
|
adam@1
|
14564 # adding the `-m68020' flag to GCC prevents building anything better,
|
adam@1
|
14565 # like `-m68040'.
|
adam@1
|
14566 lt_prog_compiler_pic_CXX='-m68020 -resident32 -malways-restore-a4'
|
adam@1
|
14567 ;;
|
adam@1
|
14568 esac
|
adam@1
|
14569 ;;
|
adam@1
|
14570
|
adam@1
|
14571 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
|
adam@1
|
14572 # PIC is the default for these OSes.
|
adam@1
|
14573 ;;
|
adam@1
|
14574 mingw* | cygwin* | os2* | pw32* | cegcc*)
|
adam@1
|
14575 # This hack is so that the source file can tell whether it is being
|
adam@1
|
14576 # built for inclusion in a dll (and should export symbols for example).
|
adam@1
|
14577 # Although the cygwin gcc ignores -fPIC, still need this for old-style
|
adam@1
|
14578 # (--disable-auto-import) libraries
|
adam@1
|
14579 lt_prog_compiler_pic_CXX='-DDLL_EXPORT'
|
adam@1
|
14580 ;;
|
adam@1
|
14581 darwin* | rhapsody*)
|
adam@1
|
14582 # PIC is the default on this platform
|
adam@1
|
14583 # Common symbols not allowed in MH_DYLIB files
|
adam@1
|
14584 lt_prog_compiler_pic_CXX='-fno-common'
|
adam@1
|
14585 ;;
|
adam@1
|
14586 *djgpp*)
|
adam@1
|
14587 # DJGPP does not support shared libraries at all
|
adam@1
|
14588 lt_prog_compiler_pic_CXX=
|
adam@1
|
14589 ;;
|
adam@47
|
14590 haiku*)
|
adam@47
|
14591 # PIC is the default for Haiku.
|
adam@47
|
14592 # The "-static" flag exists, but is broken.
|
adam@47
|
14593 lt_prog_compiler_static_CXX=
|
adam@47
|
14594 ;;
|
adam@1
|
14595 interix[3-9]*)
|
adam@1
|
14596 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
|
adam@1
|
14597 # Instead, we relocate shared libraries at runtime.
|
adam@1
|
14598 ;;
|
adam@1
|
14599 sysv4*MP*)
|
adam@1
|
14600 if test -d /usr/nec; then
|
adam@1
|
14601 lt_prog_compiler_pic_CXX=-Kconform_pic
|
adam@1
|
14602 fi
|
adam@1
|
14603 ;;
|
adam@1
|
14604 hpux*)
|
adam@1
|
14605 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
|
adam@1
|
14606 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
|
adam@1
|
14607 # sets the default TLS model and affects inlining.
|
adam@1
|
14608 case $host_cpu in
|
adam@1
|
14609 hppa*64*)
|
adam@1
|
14610 ;;
|
adam@1
|
14611 *)
|
adam@1
|
14612 lt_prog_compiler_pic_CXX='-fPIC'
|
adam@1
|
14613 ;;
|
adam@1
|
14614 esac
|
adam@1
|
14615 ;;
|
adam@1
|
14616 *qnx* | *nto*)
|
adam@1
|
14617 # QNX uses GNU C++, but need to define -shared option too, otherwise
|
adam@1
|
14618 # it will coredump.
|
adam@1
|
14619 lt_prog_compiler_pic_CXX='-fPIC -shared'
|
adam@1
|
14620 ;;
|
adam@1
|
14621 *)
|
adam@1
|
14622 lt_prog_compiler_pic_CXX='-fPIC'
|
adam@1
|
14623 ;;
|
adam@1
|
14624 esac
|
adam@1
|
14625 else
|
adam@1
|
14626 case $host_os in
|
adam@1
|
14627 aix[4-9]*)
|
adam@1
|
14628 # All AIX code is PIC.
|
adam@1
|
14629 if test "$host_cpu" = ia64; then
|
adam@1
|
14630 # AIX 5 now supports IA64 processor
|
adam@1
|
14631 lt_prog_compiler_static_CXX='-Bstatic'
|
adam@1
|
14632 else
|
adam@1
|
14633 lt_prog_compiler_static_CXX='-bnso -bI:/lib/syscalls.exp'
|
adam@1
|
14634 fi
|
adam@1
|
14635 ;;
|
adam@1
|
14636 chorus*)
|
adam@1
|
14637 case $cc_basename in
|
adam@1
|
14638 cxch68*)
|
adam@1
|
14639 # Green Hills C++ Compiler
|
adam@1
|
14640 # _LT_TAGVAR(lt_prog_compiler_static, CXX)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
|
adam@1
|
14641 ;;
|
adam@1
|
14642 esac
|
adam@1
|
14643 ;;
|
adam@47
|
14644 mingw* | cygwin* | os2* | pw32* | cegcc*)
|
adam@47
|
14645 # This hack is so that the source file can tell whether it is being
|
adam@47
|
14646 # built for inclusion in a dll (and should export symbols for example).
|
adam@47
|
14647 lt_prog_compiler_pic_CXX='-DDLL_EXPORT'
|
adam@47
|
14648 ;;
|
adam@1
|
14649 dgux*)
|
adam@1
|
14650 case $cc_basename in
|
adam@1
|
14651 ec++*)
|
adam@1
|
14652 lt_prog_compiler_pic_CXX='-KPIC'
|
adam@1
|
14653 ;;
|
adam@1
|
14654 ghcx*)
|
adam@1
|
14655 # Green Hills C++ Compiler
|
adam@1
|
14656 lt_prog_compiler_pic_CXX='-pic'
|
adam@1
|
14657 ;;
|
adam@1
|
14658 *)
|
adam@1
|
14659 ;;
|
adam@1
|
14660 esac
|
adam@1
|
14661 ;;
|
adam@1
|
14662 freebsd* | dragonfly*)
|
adam@1
|
14663 # FreeBSD uses GNU C++
|
adam@1
|
14664 ;;
|
adam@1
|
14665 hpux9* | hpux10* | hpux11*)
|
adam@1
|
14666 case $cc_basename in
|
adam@1
|
14667 CC*)
|
adam@1
|
14668 lt_prog_compiler_wl_CXX='-Wl,'
|
adam@1
|
14669 lt_prog_compiler_static_CXX='${wl}-a ${wl}archive'
|
adam@1
|
14670 if test "$host_cpu" != ia64; then
|
adam@1
|
14671 lt_prog_compiler_pic_CXX='+Z'
|
adam@1
|
14672 fi
|
adam@1
|
14673 ;;
|
adam@1
|
14674 aCC*)
|
adam@1
|
14675 lt_prog_compiler_wl_CXX='-Wl,'
|
adam@1
|
14676 lt_prog_compiler_static_CXX='${wl}-a ${wl}archive'
|
adam@1
|
14677 case $host_cpu in
|
adam@1
|
14678 hppa*64*|ia64*)
|
adam@1
|
14679 # +Z the default
|
adam@1
|
14680 ;;
|
adam@1
|
14681 *)
|
adam@1
|
14682 lt_prog_compiler_pic_CXX='+Z'
|
adam@1
|
14683 ;;
|
adam@1
|
14684 esac
|
adam@1
|
14685 ;;
|
adam@1
|
14686 *)
|
adam@1
|
14687 ;;
|
adam@1
|
14688 esac
|
adam@1
|
14689 ;;
|
adam@1
|
14690 interix*)
|
adam@1
|
14691 # This is c89, which is MS Visual C++ (no shared libs)
|
adam@1
|
14692 # Anyone wants to do a port?
|
adam@1
|
14693 ;;
|
adam@1
|
14694 irix5* | irix6* | nonstopux*)
|
adam@1
|
14695 case $cc_basename in
|
adam@1
|
14696 CC*)
|
adam@1
|
14697 lt_prog_compiler_wl_CXX='-Wl,'
|
adam@1
|
14698 lt_prog_compiler_static_CXX='-non_shared'
|
adam@1
|
14699 # CC pic flag -KPIC is the default.
|
adam@1
|
14700 ;;
|
adam@1
|
14701 *)
|
adam@1
|
14702 ;;
|
adam@1
|
14703 esac
|
adam@1
|
14704 ;;
|
adam@1
|
14705 linux* | k*bsd*-gnu | kopensolaris*-gnu)
|
adam@1
|
14706 case $cc_basename in
|
adam@1
|
14707 KCC*)
|
adam@1
|
14708 # KAI C++ Compiler
|
adam@1
|
14709 lt_prog_compiler_wl_CXX='--backend -Wl,'
|
adam@1
|
14710 lt_prog_compiler_pic_CXX='-fPIC'
|
adam@1
|
14711 ;;
|
adam@1
|
14712 ecpc* )
|
adam@1
|
14713 # old Intel C++ for x86_64 which still supported -KPIC.
|
adam@1
|
14714 lt_prog_compiler_wl_CXX='-Wl,'
|
adam@1
|
14715 lt_prog_compiler_pic_CXX='-KPIC'
|
adam@1
|
14716 lt_prog_compiler_static_CXX='-static'
|
adam@1
|
14717 ;;
|
adam@1
|
14718 icpc* )
|
adam@1
|
14719 # Intel C++, used to be incompatible with GCC.
|
adam@1
|
14720 # ICC 10 doesn't accept -KPIC any more.
|
adam@1
|
14721 lt_prog_compiler_wl_CXX='-Wl,'
|
adam@1
|
14722 lt_prog_compiler_pic_CXX='-fPIC'
|
adam@1
|
14723 lt_prog_compiler_static_CXX='-static'
|
adam@1
|
14724 ;;
|
adam@1
|
14725 pgCC* | pgcpp*)
|
adam@1
|
14726 # Portland Group C++ compiler
|
adam@1
|
14727 lt_prog_compiler_wl_CXX='-Wl,'
|
adam@1
|
14728 lt_prog_compiler_pic_CXX='-fpic'
|
adam@1
|
14729 lt_prog_compiler_static_CXX='-Bstatic'
|
adam@1
|
14730 ;;
|
adam@1
|
14731 cxx*)
|
adam@1
|
14732 # Compaq C++
|
adam@1
|
14733 # Make sure the PIC flag is empty. It appears that all Alpha
|
adam@1
|
14734 # Linux and Compaq Tru64 Unix objects are PIC.
|
adam@1
|
14735 lt_prog_compiler_pic_CXX=
|
adam@1
|
14736 lt_prog_compiler_static_CXX='-non_shared'
|
adam@1
|
14737 ;;
|
adam@47
|
14738 xlc* | xlC* | bgxl[cC]* | mpixl[cC]*)
|
adam@47
|
14739 # IBM XL 8.0, 9.0 on PPC and BlueGene
|
adam@1
|
14740 lt_prog_compiler_wl_CXX='-Wl,'
|
adam@1
|
14741 lt_prog_compiler_pic_CXX='-qpic'
|
adam@1
|
14742 lt_prog_compiler_static_CXX='-qstaticlink'
|
adam@1
|
14743 ;;
|
adam@1
|
14744 *)
|
adam@1
|
14745 case `$CC -V 2>&1 | sed 5q` in
|
adam@1
|
14746 *Sun\ C*)
|
adam@1
|
14747 # Sun C++ 5.9
|
adam@1
|
14748 lt_prog_compiler_pic_CXX='-KPIC'
|
adam@1
|
14749 lt_prog_compiler_static_CXX='-Bstatic'
|
adam@1
|
14750 lt_prog_compiler_wl_CXX='-Qoption ld '
|
adam@1
|
14751 ;;
|
adam@1
|
14752 esac
|
adam@1
|
14753 ;;
|
adam@1
|
14754 esac
|
adam@1
|
14755 ;;
|
adam@1
|
14756 lynxos*)
|
adam@1
|
14757 ;;
|
adam@1
|
14758 m88k*)
|
adam@1
|
14759 ;;
|
adam@1
|
14760 mvs*)
|
adam@1
|
14761 case $cc_basename in
|
adam@1
|
14762 cxx*)
|
adam@1
|
14763 lt_prog_compiler_pic_CXX='-W c,exportall'
|
adam@1
|
14764 ;;
|
adam@1
|
14765 *)
|
adam@1
|
14766 ;;
|
adam@1
|
14767 esac
|
adam@1
|
14768 ;;
|
adam@1
|
14769 netbsd* | netbsdelf*-gnu)
|
adam@1
|
14770 ;;
|
adam@1
|
14771 *qnx* | *nto*)
|
adam@1
|
14772 # QNX uses GNU C++, but need to define -shared option too, otherwise
|
adam@1
|
14773 # it will coredump.
|
adam@1
|
14774 lt_prog_compiler_pic_CXX='-fPIC -shared'
|
adam@1
|
14775 ;;
|
adam@1
|
14776 osf3* | osf4* | osf5*)
|
adam@1
|
14777 case $cc_basename in
|
adam@1
|
14778 KCC*)
|
adam@1
|
14779 lt_prog_compiler_wl_CXX='--backend -Wl,'
|
adam@1
|
14780 ;;
|
adam@1
|
14781 RCC*)
|
adam@1
|
14782 # Rational C++ 2.4.1
|
adam@1
|
14783 lt_prog_compiler_pic_CXX='-pic'
|
adam@1
|
14784 ;;
|
adam@1
|
14785 cxx*)
|
adam@1
|
14786 # Digital/Compaq C++
|
adam@1
|
14787 lt_prog_compiler_wl_CXX='-Wl,'
|
adam@1
|
14788 # Make sure the PIC flag is empty. It appears that all Alpha
|
adam@1
|
14789 # Linux and Compaq Tru64 Unix objects are PIC.
|
adam@1
|
14790 lt_prog_compiler_pic_CXX=
|
adam@1
|
14791 lt_prog_compiler_static_CXX='-non_shared'
|
adam@1
|
14792 ;;
|
adam@1
|
14793 *)
|
adam@1
|
14794 ;;
|
adam@1
|
14795 esac
|
adam@1
|
14796 ;;
|
adam@1
|
14797 psos*)
|
adam@1
|
14798 ;;
|
adam@1
|
14799 solaris*)
|
adam@1
|
14800 case $cc_basename in
|
adam@47
|
14801 CC* | sunCC*)
|
adam@1
|
14802 # Sun C++ 4.2, 5.x and Centerline C++
|
adam@1
|
14803 lt_prog_compiler_pic_CXX='-KPIC'
|
adam@1
|
14804 lt_prog_compiler_static_CXX='-Bstatic'
|
adam@1
|
14805 lt_prog_compiler_wl_CXX='-Qoption ld '
|
adam@1
|
14806 ;;
|
adam@1
|
14807 gcx*)
|
adam@1
|
14808 # Green Hills C++ Compiler
|
adam@1
|
14809 lt_prog_compiler_pic_CXX='-PIC'
|
adam@1
|
14810 ;;
|
adam@1
|
14811 *)
|
adam@1
|
14812 ;;
|
adam@1
|
14813 esac
|
adam@1
|
14814 ;;
|
adam@1
|
14815 sunos4*)
|
adam@1
|
14816 case $cc_basename in
|
adam@1
|
14817 CC*)
|
adam@1
|
14818 # Sun C++ 4.x
|
adam@1
|
14819 lt_prog_compiler_pic_CXX='-pic'
|
adam@1
|
14820 lt_prog_compiler_static_CXX='-Bstatic'
|
adam@1
|
14821 ;;
|
adam@1
|
14822 lcc*)
|
adam@1
|
14823 # Lucid
|
adam@1
|
14824 lt_prog_compiler_pic_CXX='-pic'
|
adam@1
|
14825 ;;
|
adam@1
|
14826 *)
|
adam@1
|
14827 ;;
|
adam@1
|
14828 esac
|
adam@1
|
14829 ;;
|
adam@1
|
14830 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
|
adam@1
|
14831 case $cc_basename in
|
adam@1
|
14832 CC*)
|
adam@1
|
14833 lt_prog_compiler_wl_CXX='-Wl,'
|
adam@1
|
14834 lt_prog_compiler_pic_CXX='-KPIC'
|
adam@1
|
14835 lt_prog_compiler_static_CXX='-Bstatic'
|
adam@1
|
14836 ;;
|
adam@1
|
14837 esac
|
adam@1
|
14838 ;;
|
adam@1
|
14839 tandem*)
|
adam@1
|
14840 case $cc_basename in
|
adam@1
|
14841 NCC*)
|
adam@1
|
14842 # NonStop-UX NCC 3.20
|
adam@1
|
14843 lt_prog_compiler_pic_CXX='-KPIC'
|
adam@1
|
14844 ;;
|
adam@1
|
14845 *)
|
adam@1
|
14846 ;;
|
adam@1
|
14847 esac
|
adam@1
|
14848 ;;
|
adam@1
|
14849 vxworks*)
|
adam@1
|
14850 ;;
|
adam@1
|
14851 *)
|
adam@1
|
14852 lt_prog_compiler_can_build_shared_CXX=no
|
adam@1
|
14853 ;;
|
adam@1
|
14854 esac
|
adam@1
|
14855 fi
|
adam@1
|
14856
|
adam@1
|
14857 case $host_os in
|
adam@1
|
14858 # For platforms which do not support PIC, -DPIC is meaningless:
|
adam@1
|
14859 *djgpp*)
|
adam@1
|
14860 lt_prog_compiler_pic_CXX=
|
adam@1
|
14861 ;;
|
adam@1
|
14862 *)
|
adam@1
|
14863 lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC"
|
adam@1
|
14864 ;;
|
adam@1
|
14865 esac
|
adam@47
|
14866
|
adam@47
|
14867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
|
adam@47
|
14868 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
|
adam@47
|
14869 if ${lt_cv_prog_compiler_pic_CXX+:} false; then :
|
adam@47
|
14870 $as_echo_n "(cached) " >&6
|
adam@47
|
14871 else
|
adam@47
|
14872 lt_cv_prog_compiler_pic_CXX=$lt_prog_compiler_pic_CXX
|
adam@47
|
14873 fi
|
adam@47
|
14874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_CXX" >&5
|
adam@47
|
14875 $as_echo "$lt_cv_prog_compiler_pic_CXX" >&6; }
|
adam@47
|
14876 lt_prog_compiler_pic_CXX=$lt_cv_prog_compiler_pic_CXX
|
adam@1
|
14877
|
adam@1
|
14878 #
|
adam@1
|
14879 # Check to make sure the PIC flag actually works.
|
adam@1
|
14880 #
|
adam@1
|
14881 if test -n "$lt_prog_compiler_pic_CXX"; then
|
adam@1
|
14882 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
|
adam@1
|
14883 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... " >&6; }
|
adam@47
|
14884 if ${lt_cv_prog_compiler_pic_works_CXX+:} false; then :
|
adam@1
|
14885 $as_echo_n "(cached) " >&6
|
adam@1
|
14886 else
|
adam@1
|
14887 lt_cv_prog_compiler_pic_works_CXX=no
|
adam@1
|
14888 ac_outfile=conftest.$ac_objext
|
adam@1
|
14889 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
|
adam@1
|
14890 lt_compiler_flag="$lt_prog_compiler_pic_CXX -DPIC"
|
adam@1
|
14891 # Insert the option either (1) after the last *FLAGS variable, or
|
adam@1
|
14892 # (2) before a word containing "conftest.", or (3) at the end.
|
adam@1
|
14893 # Note that $ac_compile itself does not contain backslashes and begins
|
adam@1
|
14894 # with a dollar sign (not a hyphen), so the echo should work correctly.
|
adam@1
|
14895 # The option is referenced via a variable to avoid confusing sed.
|
adam@1
|
14896 lt_compile=`echo "$ac_compile" | $SED \
|
adam@1
|
14897 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
adam@1
|
14898 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
adam@1
|
14899 -e 's:$: $lt_compiler_flag:'`
|
adam@47
|
14900 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
|
adam@1
|
14901 (eval "$lt_compile" 2>conftest.err)
|
adam@1
|
14902 ac_status=$?
|
adam@1
|
14903 cat conftest.err >&5
|
adam@47
|
14904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
adam@1
|
14905 if (exit $ac_status) && test -s "$ac_outfile"; then
|
adam@1
|
14906 # The compiler can only warn and ignore the option if not recognized
|
adam@1
|
14907 # So say no if there are warnings other than the usual output.
|
adam@47
|
14908 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
|
adam@1
|
14909 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
|
adam@1
|
14910 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
|
adam@1
|
14911 lt_cv_prog_compiler_pic_works_CXX=yes
|
adam@1
|
14912 fi
|
adam@1
|
14913 fi
|
adam@1
|
14914 $RM conftest*
|
adam@1
|
14915
|
adam@1
|
14916 fi
|
adam@1
|
14917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works_CXX" >&5
|
adam@1
|
14918 $as_echo "$lt_cv_prog_compiler_pic_works_CXX" >&6; }
|
adam@1
|
14919
|
adam@1
|
14920 if test x"$lt_cv_prog_compiler_pic_works_CXX" = xyes; then
|
adam@1
|
14921 case $lt_prog_compiler_pic_CXX in
|
adam@1
|
14922 "" | " "*) ;;
|
adam@1
|
14923 *) lt_prog_compiler_pic_CXX=" $lt_prog_compiler_pic_CXX" ;;
|
adam@1
|
14924 esac
|
adam@1
|
14925 else
|
adam@1
|
14926 lt_prog_compiler_pic_CXX=
|
adam@1
|
14927 lt_prog_compiler_can_build_shared_CXX=no
|
adam@1
|
14928 fi
|
adam@1
|
14929
|
adam@1
|
14930 fi
|
adam@1
|
14931
|
adam@1
|
14932
|
adam@1
|
14933
|
adam@47
|
14934
|
adam@47
|
14935
|
adam@1
|
14936 #
|
adam@1
|
14937 # Check to make sure the static flag actually works.
|
adam@1
|
14938 #
|
adam@1
|
14939 wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\"
|
adam@1
|
14940 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
|
adam@1
|
14941 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
|
adam@47
|
14942 if ${lt_cv_prog_compiler_static_works_CXX+:} false; then :
|
adam@1
|
14943 $as_echo_n "(cached) " >&6
|
adam@1
|
14944 else
|
adam@1
|
14945 lt_cv_prog_compiler_static_works_CXX=no
|
adam@1
|
14946 save_LDFLAGS="$LDFLAGS"
|
adam@1
|
14947 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
|
adam@1
|
14948 echo "$lt_simple_link_test_code" > conftest.$ac_ext
|
adam@1
|
14949 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
|
adam@1
|
14950 # The linker can only warn and ignore the option if not recognized
|
adam@1
|
14951 # So say no if there are warnings
|
adam@1
|
14952 if test -s conftest.err; then
|
adam@1
|
14953 # Append any errors to the config.log.
|
adam@1
|
14954 cat conftest.err 1>&5
|
adam@47
|
14955 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
|
adam@1
|
14956 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
|
adam@1
|
14957 if diff conftest.exp conftest.er2 >/dev/null; then
|
adam@1
|
14958 lt_cv_prog_compiler_static_works_CXX=yes
|
adam@1
|
14959 fi
|
adam@1
|
14960 else
|
adam@1
|
14961 lt_cv_prog_compiler_static_works_CXX=yes
|
adam@1
|
14962 fi
|
adam@1
|
14963 fi
|
adam@1
|
14964 $RM -r conftest*
|
adam@1
|
14965 LDFLAGS="$save_LDFLAGS"
|
adam@1
|
14966
|
adam@1
|
14967 fi
|
adam@1
|
14968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works_CXX" >&5
|
adam@1
|
14969 $as_echo "$lt_cv_prog_compiler_static_works_CXX" >&6; }
|
adam@1
|
14970
|
adam@1
|
14971 if test x"$lt_cv_prog_compiler_static_works_CXX" = xyes; then
|
adam@1
|
14972 :
|
adam@1
|
14973 else
|
adam@1
|
14974 lt_prog_compiler_static_CXX=
|
adam@1
|
14975 fi
|
adam@1
|
14976
|
adam@1
|
14977
|
adam@1
|
14978
|
adam@1
|
14979
|
adam@1
|
14980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
|
adam@1
|
14981 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
|
adam@47
|
14982 if ${lt_cv_prog_compiler_c_o_CXX+:} false; then :
|
adam@1
|
14983 $as_echo_n "(cached) " >&6
|
adam@1
|
14984 else
|
adam@1
|
14985 lt_cv_prog_compiler_c_o_CXX=no
|
adam@1
|
14986 $RM -r conftest 2>/dev/null
|
adam@1
|
14987 mkdir conftest
|
adam@1
|
14988 cd conftest
|
adam@1
|
14989 mkdir out
|
adam@1
|
14990 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
|
adam@1
|
14991
|
adam@1
|
14992 lt_compiler_flag="-o out/conftest2.$ac_objext"
|
adam@1
|
14993 # Insert the option either (1) after the last *FLAGS variable, or
|
adam@1
|
14994 # (2) before a word containing "conftest.", or (3) at the end.
|
adam@1
|
14995 # Note that $ac_compile itself does not contain backslashes and begins
|
adam@1
|
14996 # with a dollar sign (not a hyphen), so the echo should work correctly.
|
adam@1
|
14997 lt_compile=`echo "$ac_compile" | $SED \
|
adam@1
|
14998 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
adam@1
|
14999 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
adam@1
|
15000 -e 's:$: $lt_compiler_flag:'`
|
adam@47
|
15001 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
|
adam@1
|
15002 (eval "$lt_compile" 2>out/conftest.err)
|
adam@1
|
15003 ac_status=$?
|
adam@1
|
15004 cat out/conftest.err >&5
|
adam@47
|
15005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
adam@1
|
15006 if (exit $ac_status) && test -s out/conftest2.$ac_objext
|
adam@1
|
15007 then
|
adam@1
|
15008 # The compiler can only warn and ignore the option if not recognized
|
adam@1
|
15009 # So say no if there are warnings
|
adam@47
|
15010 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
|
adam@1
|
15011 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
|
adam@1
|
15012 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
|
adam@1
|
15013 lt_cv_prog_compiler_c_o_CXX=yes
|
adam@1
|
15014 fi
|
adam@1
|
15015 fi
|
adam@1
|
15016 chmod u+w . 2>&5
|
adam@1
|
15017 $RM conftest*
|
adam@1
|
15018 # SGI C++ compiler will create directory out/ii_files/ for
|
adam@1
|
15019 # template instantiation
|
adam@1
|
15020 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
|
adam@1
|
15021 $RM out/* && rmdir out
|
adam@1
|
15022 cd ..
|
adam@1
|
15023 $RM -r conftest
|
adam@1
|
15024 $RM conftest*
|
adam@1
|
15025
|
adam@1
|
15026 fi
|
adam@1
|
15027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
|
adam@1
|
15028 $as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
|
adam@1
|
15029
|
adam@1
|
15030
|
adam@1
|
15031
|
adam@1
|
15032 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
|
adam@1
|
15033 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
|
adam@47
|
15034 if ${lt_cv_prog_compiler_c_o_CXX+:} false; then :
|
adam@1
|
15035 $as_echo_n "(cached) " >&6
|
adam@1
|
15036 else
|
adam@1
|
15037 lt_cv_prog_compiler_c_o_CXX=no
|
adam@1
|
15038 $RM -r conftest 2>/dev/null
|
adam@1
|
15039 mkdir conftest
|
adam@1
|
15040 cd conftest
|
adam@1
|
15041 mkdir out
|
adam@1
|
15042 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
|
adam@1
|
15043
|
adam@1
|
15044 lt_compiler_flag="-o out/conftest2.$ac_objext"
|
adam@1
|
15045 # Insert the option either (1) after the last *FLAGS variable, or
|
adam@1
|
15046 # (2) before a word containing "conftest.", or (3) at the end.
|
adam@1
|
15047 # Note that $ac_compile itself does not contain backslashes and begins
|
adam@1
|
15048 # with a dollar sign (not a hyphen), so the echo should work correctly.
|
adam@1
|
15049 lt_compile=`echo "$ac_compile" | $SED \
|
adam@1
|
15050 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
adam@1
|
15051 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
adam@1
|
15052 -e 's:$: $lt_compiler_flag:'`
|
adam@47
|
15053 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
|
adam@1
|
15054 (eval "$lt_compile" 2>out/conftest.err)
|
adam@1
|
15055 ac_status=$?
|
adam@1
|
15056 cat out/conftest.err >&5
|
adam@47
|
15057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
adam@1
|
15058 if (exit $ac_status) && test -s out/conftest2.$ac_objext
|
adam@1
|
15059 then
|
adam@1
|
15060 # The compiler can only warn and ignore the option if not recognized
|
adam@1
|
15061 # So say no if there are warnings
|
adam@47
|
15062 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
|
adam@1
|
15063 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
|
adam@1
|
15064 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
|
adam@1
|
15065 lt_cv_prog_compiler_c_o_CXX=yes
|
adam@1
|
15066 fi
|
adam@1
|
15067 fi
|
adam@1
|
15068 chmod u+w . 2>&5
|
adam@1
|
15069 $RM conftest*
|
adam@1
|
15070 # SGI C++ compiler will create directory out/ii_files/ for
|
adam@1
|
15071 # template instantiation
|
adam@1
|
15072 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
|
adam@1
|
15073 $RM out/* && rmdir out
|
adam@1
|
15074 cd ..
|
adam@1
|
15075 $RM -r conftest
|
adam@1
|
15076 $RM conftest*
|
adam@1
|
15077
|
adam@1
|
15078 fi
|
adam@1
|
15079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
|
adam@1
|
15080 $as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
|
adam@1
|
15081
|
adam@1
|
15082
|
adam@1
|
15083
|
adam@1
|
15084
|
adam@1
|
15085 hard_links="nottested"
|
adam@1
|
15086 if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then
|
adam@1
|
15087 # do not overwrite the value of need_locks provided by the user
|
adam@1
|
15088 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
|
adam@1
|
15089 $as_echo_n "checking if we can lock with hard links... " >&6; }
|
adam@1
|
15090 hard_links=yes
|
adam@1
|
15091 $RM conftest*
|
adam@1
|
15092 ln conftest.a conftest.b 2>/dev/null && hard_links=no
|
adam@1
|
15093 touch conftest.a
|
adam@1
|
15094 ln conftest.a conftest.b 2>&5 || hard_links=no
|
adam@1
|
15095 ln conftest.a conftest.b 2>/dev/null && hard_links=no
|
adam@1
|
15096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
|
adam@1
|
15097 $as_echo "$hard_links" >&6; }
|
adam@1
|
15098 if test "$hard_links" = no; then
|
adam@1
|
15099 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
|
adam@1
|
15100 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
|
adam@1
|
15101 need_locks=warn
|
adam@1
|
15102 fi
|
adam@1
|
15103 else
|
adam@1
|
15104 need_locks=no
|
adam@1
|
15105 fi
|
adam@1
|
15106
|
adam@1
|
15107
|
adam@1
|
15108
|
adam@1
|
15109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
|
adam@1
|
15110 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
|
adam@1
|
15111
|
adam@1
|
15112 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
|
adam@47
|
15113 exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
|
adam@1
|
15114 case $host_os in
|
adam@1
|
15115 aix[4-9]*)
|
adam@1
|
15116 # If we're using GNU nm, then we don't want the "-C" option.
|
adam@1
|
15117 # -C means demangle to AIX nm, but means don't demangle with GNU nm
|
adam@47
|
15118 # Also, AIX nm treats weak defined symbols like other global defined
|
adam@47
|
15119 # symbols, whereas GNU nm marks them as "W".
|
adam@1
|
15120 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
|
adam@47
|
15121 export_symbols_cmds_CXX='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
|
adam@1
|
15122 else
|
adam@1
|
15123 export_symbols_cmds_CXX='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
|
adam@1
|
15124 fi
|
adam@1
|
15125 ;;
|
adam@1
|
15126 pw32*)
|
adam@1
|
15127 export_symbols_cmds_CXX="$ltdll_cmds"
|
adam@47
|
15128 ;;
|
adam@1
|
15129 cygwin* | mingw* | cegcc*)
|
adam@47
|
15130 case $cc_basename in
|
adam@47
|
15131 cl*) ;;
|
adam@47
|
15132 *)
|
adam@47
|
15133 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols'
|
adam@47
|
15134 exclude_expsyms_CXX='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'
|
adam@47
|
15135 ;;
|
adam@47
|
15136 esac
|
adam@47
|
15137 ;;
|
adam@47
|
15138 linux* | k*bsd*-gnu | gnu*)
|
adam@1
|
15139 link_all_deplibs_CXX=no
|
adam@47
|
15140 ;;
|
adam@1
|
15141 *)
|
adam@1
|
15142 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
|
adam@47
|
15143 ;;
|
adam@47
|
15144 esac
|
adam@1
|
15145
|
adam@1
|
15146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
|
adam@1
|
15147 $as_echo "$ld_shlibs_CXX" >&6; }
|
adam@1
|
15148 test "$ld_shlibs_CXX" = no && can_build_shared=no
|
adam@1
|
15149
|
adam@1
|
15150 with_gnu_ld_CXX=$with_gnu_ld
|
adam@1
|
15151
|
adam@1
|
15152
|
adam@1
|
15153
|
adam@1
|
15154
|
adam@1
|
15155
|
adam@1
|
15156
|
adam@1
|
15157 #
|
adam@1
|
15158 # Do we need to explicitly link libc?
|
adam@1
|
15159 #
|
adam@1
|
15160 case "x$archive_cmds_need_lc_CXX" in
|
adam@1
|
15161 x|xyes)
|
adam@1
|
15162 # Assume -lc should be added
|
adam@1
|
15163 archive_cmds_need_lc_CXX=yes
|
adam@1
|
15164
|
adam@1
|
15165 if test "$enable_shared" = yes && test "$GCC" = yes; then
|
adam@1
|
15166 case $archive_cmds_CXX in
|
adam@1
|
15167 *'~'*)
|
adam@1
|
15168 # FIXME: we may have to deal with multi-command sequences.
|
adam@1
|
15169 ;;
|
adam@1
|
15170 '$CC '*)
|
adam@1
|
15171 # Test whether the compiler implicitly links with -lc since on some
|
adam@1
|
15172 # systems, -lgcc has to come before -lc. If gcc already passes -lc
|
adam@1
|
15173 # to ld, don't add -lc before -lgcc.
|
adam@1
|
15174 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
|
adam@1
|
15175 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
|
adam@47
|
15176 if ${lt_cv_archive_cmds_need_lc_CXX+:} false; then :
|
adam@47
|
15177 $as_echo_n "(cached) " >&6
|
adam@47
|
15178 else
|
adam@47
|
15179 $RM conftest*
|
adam@47
|
15180 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
|
adam@47
|
15181
|
adam@47
|
15182 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
|
adam@1
|
15183 (eval $ac_compile) 2>&5
|
adam@1
|
15184 ac_status=$?
|
adam@1
|
15185 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
adam@1
|
15186 test $ac_status = 0; } 2>conftest.err; then
|
adam@47
|
15187 soname=conftest
|
adam@47
|
15188 lib=conftest
|
adam@47
|
15189 libobjs=conftest.$ac_objext
|
adam@47
|
15190 deplibs=
|
adam@47
|
15191 wl=$lt_prog_compiler_wl_CXX
|
adam@47
|
15192 pic_flag=$lt_prog_compiler_pic_CXX
|
adam@47
|
15193 compiler_flags=-v
|
adam@47
|
15194 linker_flags=-v
|
adam@47
|
15195 verstring=
|
adam@47
|
15196 output_objdir=.
|
adam@47
|
15197 libname=conftest
|
adam@47
|
15198 lt_save_allow_undefined_flag=$allow_undefined_flag_CXX
|
adam@47
|
15199 allow_undefined_flag_CXX=
|
adam@47
|
15200 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
|
adam@1
|
15201 (eval $archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
|
adam@1
|
15202 ac_status=$?
|
adam@1
|
15203 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
adam@1
|
15204 test $ac_status = 0; }
|
adam@47
|
15205 then
|
adam@47
|
15206 lt_cv_archive_cmds_need_lc_CXX=no
|
adam@47
|
15207 else
|
adam@47
|
15208 lt_cv_archive_cmds_need_lc_CXX=yes
|
adam@47
|
15209 fi
|
adam@47
|
15210 allow_undefined_flag_CXX=$lt_save_allow_undefined_flag
|
adam@47
|
15211 else
|
adam@47
|
15212 cat conftest.err 1>&5
|
adam@47
|
15213 fi
|
adam@47
|
15214 $RM conftest*
|
adam@47
|
15215
|
adam@47
|
15216 fi
|
adam@47
|
15217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc_CXX" >&5
|
adam@47
|
15218 $as_echo "$lt_cv_archive_cmds_need_lc_CXX" >&6; }
|
adam@47
|
15219 archive_cmds_need_lc_CXX=$lt_cv_archive_cmds_need_lc_CXX
|
adam@1
|
15220 ;;
|
adam@1
|
15221 esac
|
adam@1
|
15222 fi
|
adam@1
|
15223 ;;
|
adam@1
|
15224 esac
|
adam@1
|
15225
|
adam@1
|
15226
|
adam@1
|
15227
|
adam@1
|
15228
|
adam@1
|
15229
|
adam@1
|
15230
|
adam@1
|
15231
|
adam@1
|
15232
|
adam@1
|
15233
|
adam@1
|
15234
|
adam@1
|
15235
|
adam@1
|
15236
|
adam@1
|
15237
|
adam@1
|
15238
|
adam@1
|
15239
|
adam@1
|
15240
|
adam@1
|
15241
|
adam@1
|
15242
|
adam@1
|
15243
|
adam@1
|
15244
|
adam@1
|
15245
|
adam@1
|
15246
|
adam@1
|
15247
|
adam@1
|
15248
|
adam@1
|
15249
|
adam@1
|
15250
|
adam@1
|
15251
|
adam@1
|
15252
|
adam@1
|
15253
|
adam@1
|
15254
|
adam@1
|
15255
|
adam@1
|
15256
|
adam@1
|
15257
|
adam@1
|
15258
|
adam@1
|
15259
|
adam@1
|
15260
|
adam@1
|
15261
|
adam@1
|
15262
|
adam@1
|
15263
|
adam@1
|
15264
|
adam@1
|
15265
|
adam@1
|
15266
|
adam@1
|
15267
|
adam@1
|
15268
|
adam@1
|
15269
|
adam@1
|
15270
|
adam@1
|
15271
|
adam@1
|
15272
|
adam@1
|
15273
|
adam@1
|
15274
|
adam@1
|
15275
|
adam@1
|
15276
|
adam@1
|
15277
|
adam@1
|
15278
|
adam@1
|
15279
|
adam@1
|
15280
|
adam@1
|
15281
|
adam@1
|
15282
|
adam@1
|
15283
|
adam@1
|
15284
|
adam@1
|
15285
|
adam@1
|
15286
|
adam@1
|
15287
|
adam@1
|
15288
|
adam@1
|
15289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
|
adam@1
|
15290 $as_echo_n "checking dynamic linker characteristics... " >&6; }
|
adam@1
|
15291
|
adam@1
|
15292 library_names_spec=
|
adam@1
|
15293 libname_spec='lib$name'
|
adam@1
|
15294 soname_spec=
|
adam@1
|
15295 shrext_cmds=".so"
|
adam@1
|
15296 postinstall_cmds=
|
adam@1
|
15297 postuninstall_cmds=
|
adam@1
|
15298 finish_cmds=
|
adam@1
|
15299 finish_eval=
|
adam@1
|
15300 shlibpath_var=
|
adam@1
|
15301 shlibpath_overrides_runpath=unknown
|
adam@1
|
15302 version_type=none
|
adam@1
|
15303 dynamic_linker="$host_os ld.so"
|
adam@1
|
15304 sys_lib_dlsearch_path_spec="/lib /usr/lib"
|
adam@1
|
15305 need_lib_prefix=unknown
|
adam@1
|
15306 hardcode_into_libs=no
|
adam@1
|
15307
|
adam@1
|
15308 # when you set need_version to no, make sure it does not cause -set_version
|
adam@1
|
15309 # flags to be left without arguments
|
adam@1
|
15310 need_version=unknown
|
adam@1
|
15311
|
adam@1
|
15312 case $host_os in
|
adam@1
|
15313 aix3*)
|
adam@1
|
15314 version_type=linux
|
adam@1
|
15315 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
|
adam@1
|
15316 shlibpath_var=LIBPATH
|
adam@1
|
15317
|
adam@1
|
15318 # AIX 3 has no versioning support, so we append a major version to the name.
|
adam@1
|
15319 soname_spec='${libname}${release}${shared_ext}$major'
|
adam@1
|
15320 ;;
|
adam@1
|
15321
|
adam@1
|
15322 aix[4-9]*)
|
adam@1
|
15323 version_type=linux
|
adam@1
|
15324 need_lib_prefix=no
|
adam@1
|
15325 need_version=no
|
adam@1
|
15326 hardcode_into_libs=yes
|
adam@1
|
15327 if test "$host_cpu" = ia64; then
|
adam@1
|
15328 # AIX 5 supports IA64
|
adam@1
|
15329 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
|
adam@1
|
15330 shlibpath_var=LD_LIBRARY_PATH
|
adam@1
|
15331 else
|
adam@1
|
15332 # With GCC up to 2.95.x, collect2 would create an import file
|
adam@1
|
15333 # for dependence libraries. The import file would start with
|
adam@1
|
15334 # the line `#! .'. This would cause the generated library to
|
adam@1
|
15335 # depend on `.', always an invalid library. This was fixed in
|
adam@1
|
15336 # development snapshots of GCC prior to 3.0.
|
adam@1
|
15337 case $host_os in
|
adam@1
|
15338 aix4 | aix4.[01] | aix4.[01].*)
|
adam@1
|
15339 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
|
adam@1
|
15340 echo ' yes '
|
adam@1
|
15341 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
|
adam@1
|
15342 :
|
adam@1
|
15343 else
|
adam@1
|
15344 can_build_shared=no
|
adam@1
|
15345 fi
|
adam@1
|
15346 ;;
|
adam@1
|
15347 esac
|
adam@1
|
15348 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
|
adam@1
|
15349 # soname into executable. Probably we can add versioning support to
|
adam@1
|
15350 # collect2, so additional links can be useful in future.
|
adam@1
|
15351 if test "$aix_use_runtimelinking" = yes; then
|
adam@1
|
15352 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
|
adam@1
|
15353 # instead of lib<name>.a to let people know that these are not
|
adam@1
|
15354 # typical AIX shared libraries.
|
adam@1
|
15355 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
adam@1
|
15356 else
|
adam@1
|
15357 # We preserve .a as extension for shared libraries through AIX4.2
|
adam@1
|
15358 # and later when we are not doing run time linking.
|
adam@1
|
15359 library_names_spec='${libname}${release}.a $libname.a'
|
adam@1
|
15360 soname_spec='${libname}${release}${shared_ext}$major'
|
adam@1
|
15361 fi
|
adam@1
|
15362 shlibpath_var=LIBPATH
|
adam@1
|
15363 fi
|
adam@1
|
15364 ;;
|
adam@1
|
15365
|
adam@1
|
15366 amigaos*)
|
adam@1
|
15367 case $host_cpu in
|
adam@1
|
15368 powerpc)
|
adam@1
|
15369 # Since July 2007 AmigaOS4 officially supports .so libraries.
|
adam@1
|
15370 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
|
adam@1
|
15371 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
adam@1
|
15372 ;;
|
adam@1
|
15373 m68k)
|
adam@1
|
15374 library_names_spec='$libname.ixlibrary $libname.a'
|
adam@1
|
15375 # Create ${libname}_ixlibrary.a entries in /sys/libs.
|
adam@47
|
15376 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'
|
adam@1
|
15377 ;;
|
adam@1
|
15378 esac
|
adam@1
|
15379 ;;
|
adam@1
|
15380
|
adam@1
|
15381 beos*)
|
adam@1
|
15382 library_names_spec='${libname}${shared_ext}'
|
adam@1
|
15383 dynamic_linker="$host_os ld.so"
|
adam@1
|
15384 shlibpath_var=LIBRARY_PATH
|
adam@1
|
15385 ;;
|
adam@1
|
15386
|
adam@1
|
15387 bsdi[45]*)
|
adam@1
|
15388 version_type=linux
|
adam@1
|
15389 need_version=no
|
adam@1
|
15390 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
adam@1
|
15391 soname_spec='${libname}${release}${shared_ext}$major'
|
adam@1
|
15392 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
|
adam@1
|
15393 shlibpath_var=LD_LIBRARY_PATH
|
adam@1
|
15394 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
|
adam@1
|
15395 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
|
adam@1
|
15396 # the default ld.so.conf also contains /usr/contrib/lib and
|
adam@1
|
15397 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
|
adam@1
|
15398 # libtool to hard-code these into programs
|
adam@1
|
15399 ;;
|
adam@1
|
15400
|
adam@1
|
15401 cygwin* | mingw* | pw32* | cegcc*)
|
adam@1
|
15402 version_type=windows
|
adam@1
|
15403 shrext_cmds=".dll"
|
adam@1
|
15404 need_version=no
|
adam@1
|
15405 need_lib_prefix=no
|
adam@1
|
15406
|
adam@47
|
15407 case $GCC,$cc_basename in
|
adam@47
|
15408 yes,*)
|
adam@47
|
15409 # gcc
|
adam@1
|
15410 library_names_spec='$libname.dll.a'
|
adam@1
|
15411 # DLL is installed to $(libdir)/../bin by postinstall_cmds
|
adam@1
|
15412 postinstall_cmds='base_file=`basename \${file}`~
|
adam@1
|
15413 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
|
adam@1
|
15414 dldir=$destdir/`dirname \$dlpath`~
|
adam@1
|
15415 test -d \$dldir || mkdir -p \$dldir~
|
adam@1
|
15416 $install_prog $dir/$dlname \$dldir/$dlname~
|
adam@1
|
15417 chmod a+x \$dldir/$dlname~
|
adam@1
|
15418 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
|
adam@1
|
15419 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
|
adam@1
|
15420 fi'
|
adam@1
|
15421 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
|
adam@1
|
15422 dlpath=$dir/\$dldll~
|
adam@1
|
15423 $RM \$dlpath'
|
adam@1
|
15424 shlibpath_overrides_runpath=yes
|
adam@1
|
15425
|
adam@1
|
15426 case $host_os in
|
adam@1
|
15427 cygwin*)
|
adam@1
|
15428 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
|
adam@1
|
15429 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
|
adam@47
|
15430
|
adam@1
|
15431 ;;
|
adam@1
|
15432 mingw* | cegcc*)
|
adam@1
|
15433 # MinGW DLLs use traditional 'lib' prefix
|
adam@1
|
15434 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
|
adam@1
|
15435 ;;
|
adam@1
|
15436 pw32*)
|
adam@1
|
15437 # pw32 DLLs use 'pw' prefix rather than 'lib'
|
adam@1
|
15438 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
|
adam@1
|
15439 ;;
|
adam@1
|
15440 esac
|
adam@47
|
15441 dynamic_linker='Win32 ld.exe'
|
adam@47
|
15442 ;;
|
adam@47
|
15443
|
adam@47
|
15444 *,cl*)
|
adam@47
|
15445 # Native MSVC
|
adam@47
|
15446 libname_spec='$name'
|
adam@47
|
15447 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
|
adam@47
|
15448 library_names_spec='${libname}.dll.lib'
|
adam@47
|
15449
|
adam@47
|
15450 case $build_os in
|
adam@47
|
15451 mingw*)
|
adam@47
|
15452 sys_lib_search_path_spec=
|
adam@47
|
15453 lt_save_ifs=$IFS
|
adam@47
|
15454 IFS=';'
|
adam@47
|
15455 for lt_path in $LIB
|
adam@47
|
15456 do
|
adam@47
|
15457 IFS=$lt_save_ifs
|
adam@47
|
15458 # Let DOS variable expansion print the short 8.3 style file name.
|
adam@47
|
15459 lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
|
adam@47
|
15460 sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
|
adam@47
|
15461 done
|
adam@47
|
15462 IFS=$lt_save_ifs
|
adam@47
|
15463 # Convert to MSYS style.
|
adam@47
|
15464 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
|
adam@47
|
15465 ;;
|
adam@47
|
15466 cygwin*)
|
adam@47
|
15467 # Convert to unix form, then to dos form, then back to unix form
|
adam@47
|
15468 # but this time dos style (no spaces!) so that the unix form looks
|
adam@47
|
15469 # like /cygdrive/c/PROGRA~1:/cygdr...
|
adam@47
|
15470 sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
|
adam@47
|
15471 sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
|
adam@47
|
15472 sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
|
adam@47
|
15473 ;;
|
adam@47
|
15474 *)
|
adam@47
|
15475 sys_lib_search_path_spec="$LIB"
|
adam@47
|
15476 if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
|
adam@47
|
15477 # It is most probably a Windows format PATH.
|
adam@47
|
15478 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
|
adam@47
|
15479 else
|
adam@47
|
15480 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
|
adam@47
|
15481 fi
|
adam@47
|
15482 # FIXME: find the short name or the path components, as spaces are
|
adam@47
|
15483 # common. (e.g. "Program Files" -> "PROGRA~1")
|
adam@47
|
15484 ;;
|
adam@47
|
15485 esac
|
adam@47
|
15486
|
adam@47
|
15487 # DLL is installed to $(libdir)/../bin by postinstall_cmds
|
adam@47
|
15488 postinstall_cmds='base_file=`basename \${file}`~
|
adam@47
|
15489 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
|
adam@47
|
15490 dldir=$destdir/`dirname \$dlpath`~
|
adam@47
|
15491 test -d \$dldir || mkdir -p \$dldir~
|
adam@47
|
15492 $install_prog $dir/$dlname \$dldir/$dlname'
|
adam@47
|
15493 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
|
adam@47
|
15494 dlpath=$dir/\$dldll~
|
adam@47
|
15495 $RM \$dlpath'
|
adam@47
|
15496 shlibpath_overrides_runpath=yes
|
adam@47
|
15497 dynamic_linker='Win32 link.exe'
|
adam@1
|
15498 ;;
|
adam@1
|
15499
|
adam@1
|
15500 *)
|
adam@47
|
15501 # Assume MSVC wrapper
|
adam@1
|
15502 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
|
adam@47
|
15503 dynamic_linker='Win32 ld.exe'
|
adam@47
|
15504 ;;
|
adam@47
|
15505 esac
|
adam@1
|
15506 # FIXME: first we should search . and the directory the executable is in
|
adam@1
|
15507 shlibpath_var=PATH
|
adam@1
|
15508 ;;
|
adam@1
|
15509
|
adam@1
|
15510 darwin* | rhapsody*)
|
adam@1
|
15511 dynamic_linker="$host_os dyld"
|
adam@1
|
15512 version_type=darwin
|
adam@1
|
15513 need_lib_prefix=no
|
adam@1
|
15514 need_version=no
|
adam@1
|
15515 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
|
adam@1
|
15516 soname_spec='${libname}${release}${major}$shared_ext'
|
adam@1
|
15517 shlibpath_overrides_runpath=yes
|
adam@1
|
15518 shlibpath_var=DYLD_LIBRARY_PATH
|
adam@1
|
15519 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
|
adam@1
|
15520
|
adam@1
|
15521 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
|
adam@1
|
15522 ;;
|
adam@1
|
15523
|
adam@1
|
15524 dgux*)
|
adam@1
|
15525 version_type=linux
|
adam@1
|
15526 need_lib_prefix=no
|
adam@1
|
15527 need_version=no
|
adam@1
|
15528 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
|
adam@1
|
15529 soname_spec='${libname}${release}${shared_ext}$major'
|
adam@1
|
15530 shlibpath_var=LD_LIBRARY_PATH
|
adam@1
|
15531 ;;
|
adam@1
|
15532
|
adam@1
|
15533 freebsd1*)
|
adam@1
|
15534 dynamic_linker=no
|
adam@1
|
15535 ;;
|
adam@1
|
15536
|
adam@1
|
15537 freebsd* | dragonfly*)
|
adam@1
|
15538 # DragonFly does not have aout. When/if they implement a new
|
adam@1
|
15539 # versioning mechanism, adjust this.
|
adam@1
|
15540 if test -x /usr/bin/objformat; then
|
adam@1
|
15541 objformat=`/usr/bin/objformat`
|
adam@1
|
15542 else
|
adam@1
|
15543 case $host_os in
|
adam@1
|
15544 freebsd[123]*) objformat=aout ;;
|
adam@1
|
15545 *) objformat=elf ;;
|
adam@1
|
15546 esac
|
adam@1
|
15547 fi
|
adam@1
|
15548 version_type=freebsd-$objformat
|
adam@1
|
15549 case $version_type in
|
adam@1
|
15550 freebsd-elf*)
|
adam@1
|
15551 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
|
adam@1
|
15552 need_version=no
|
adam@1
|
15553 need_lib_prefix=no
|
adam@1
|
15554 ;;
|
adam@1
|
15555 freebsd-*)
|
adam@1
|
15556 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
|
adam@1
|
15557 need_version=yes
|
adam@1
|
15558 ;;
|
adam@1
|
15559 esac
|
adam@1
|
15560 shlibpath_var=LD_LIBRARY_PATH
|
adam@1
|
15561 case $host_os in
|
adam@1
|
15562 freebsd2*)
|
adam@1
|
15563 shlibpath_overrides_runpath=yes
|
adam@1
|
15564 ;;
|
adam@1
|
15565 freebsd3.[01]* | freebsdelf3.[01]*)
|
adam@1
|
15566 shlibpath_overrides_runpath=yes
|
adam@1
|
15567 hardcode_into_libs=yes
|
adam@1
|
15568 ;;
|
adam@1
|
15569 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
|
adam@1
|
15570 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
|
adam@1
|
15571 shlibpath_overrides_runpath=no
|
adam@1
|
15572 hardcode_into_libs=yes
|
adam@1
|
15573 ;;
|
adam@1
|
15574 *) # from 4.6 on, and DragonFly
|
adam@1
|
15575 shlibpath_overrides_runpath=yes
|
adam@1
|
15576 hardcode_into_libs=yes
|
adam@1
|
15577 ;;
|
adam@1
|
15578 esac
|
adam@1
|
15579 ;;
|
adam@1
|
15580
|
adam@1
|
15581 gnu*)
|
adam@1
|
15582 version_type=linux
|
adam@1
|
15583 need_lib_prefix=no
|
adam@1
|
15584 need_version=no
|
adam@1
|
15585 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
|
adam@1
|
15586 soname_spec='${libname}${release}${shared_ext}$major'
|
adam@1
|
15587 shlibpath_var=LD_LIBRARY_PATH
|
adam@47
|
15588 shlibpath_overrides_runpath=no
|
adam@47
|
15589 hardcode_into_libs=yes
|
adam@47
|
15590 ;;
|
adam@47
|
15591
|
adam@47
|
15592 haiku*)
|
adam@47
|
15593 version_type=linux
|
adam@47
|
15594 need_lib_prefix=no
|
adam@47
|
15595 need_version=no
|
adam@47
|
15596 dynamic_linker="$host_os runtime_loader"
|
adam@47
|
15597 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
|
adam@47
|
15598 soname_spec='${libname}${release}${shared_ext}$major'
|
adam@47
|
15599 shlibpath_var=LIBRARY_PATH
|
adam@47
|
15600 shlibpath_overrides_runpath=yes
|
adam@47
|
15601 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
|
adam@1
|
15602 hardcode_into_libs=yes
|
adam@1
|
15603 ;;
|
adam@1
|
15604
|
adam@1
|
15605 hpux9* | hpux10* | hpux11*)
|
adam@1
|
15606 # Give a soname corresponding to the major version so that dld.sl refuses to
|
adam@1
|
15607 # link against other versions.
|
adam@1
|
15608 version_type=sunos
|
adam@1
|
15609 need_lib_prefix=no
|
adam@1
|
15610 need_version=no
|
adam@1
|
15611 case $host_cpu in
|
adam@1
|
15612 ia64*)
|
adam@1
|
15613 shrext_cmds='.so'
|
adam@1
|
15614 hardcode_into_libs=yes
|
adam@1
|
15615 dynamic_linker="$host_os dld.so"
|
adam@1
|
15616 shlibpath_var=LD_LIBRARY_PATH
|
adam@1
|
15617 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
|
adam@1
|
15618 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
adam@1
|
15619 soname_spec='${libname}${release}${shared_ext}$major'
|
adam@1
|
15620 if test "X$HPUX_IA64_MODE" = X32; then
|
adam@1
|
15621 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
|
adam@1
|
15622 else
|
adam@1
|
15623 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
|
adam@1
|
15624 fi
|
adam@1
|
15625 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
|
adam@1
|
15626 ;;
|
adam@1
|
15627 hppa*64*)
|
adam@1
|
15628 shrext_cmds='.sl'
|
adam@1
|
15629 hardcode_into_libs=yes
|
adam@1
|
15630 dynamic_linker="$host_os dld.sl"
|
adam@1
|
15631 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
|
adam@1
|
15632 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
|
adam@1
|
15633 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
adam@1
|
15634 soname_spec='${libname}${release}${shared_ext}$major'
|
adam@1
|
15635 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
|
adam@1
|
15636 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
|
adam@1
|
15637 ;;
|
adam@1
|
15638 *)
|
adam@1
|
15639 shrext_cmds='.sl'
|
adam@1
|
15640 dynamic_linker="$host_os dld.sl"
|
adam@1
|
15641 shlibpath_var=SHLIB_PATH
|
adam@1
|
15642 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
|
adam@1
|
15643 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
adam@1
|
15644 soname_spec='${libname}${release}${shared_ext}$major'
|
adam@1
|
15645 ;;
|
adam@1
|
15646 esac
|
adam@47
|
15647 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
|
adam@1
|
15648 postinstall_cmds='chmod 555 $lib'
|
adam@47
|
15649 # or fails outright, so override atomically:
|
adam@47
|
15650 install_override_mode=555
|
adam@1
|
15651 ;;
|
adam@1
|
15652
|
adam@1
|
15653 interix[3-9]*)
|
adam@1
|
15654 version_type=linux
|
adam@1
|
15655 need_lib_prefix=no
|
adam@1
|
15656 need_version=no
|
adam@1
|
15657 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
|
adam@1
|
15658 soname_spec='${libname}${release}${shared_ext}$major'
|
adam@1
|
15659 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
|
adam@1
|
15660 shlibpath_var=LD_LIBRARY_PATH
|
adam@1
|
15661 shlibpath_overrides_runpath=no
|
adam@1
|
15662 hardcode_into_libs=yes
|
adam@1
|
15663 ;;
|
adam@1
|
15664
|
adam@1
|
15665 irix5* | irix6* | nonstopux*)
|
adam@1
|
15666 case $host_os in
|
adam@1
|
15667 nonstopux*) version_type=nonstopux ;;
|
adam@1
|
15668 *)
|
adam@1
|
15669 if test "$lt_cv_prog_gnu_ld" = yes; then
|
adam@1
|
15670 version_type=linux
|
adam@1
|
15671 else
|
adam@1
|
15672 version_type=irix
|
adam@1
|
15673 fi ;;
|
adam@1
|
15674 esac
|
adam@1
|
15675 need_lib_prefix=no
|
adam@1
|
15676 need_version=no
|
adam@1
|
15677 soname_spec='${libname}${release}${shared_ext}$major'
|
adam@1
|
15678 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
|
adam@1
|
15679 case $host_os in
|
adam@1
|
15680 irix5* | nonstopux*)
|
adam@1
|
15681 libsuff= shlibsuff=
|
adam@1
|
15682 ;;
|
adam@1
|
15683 *)
|
adam@1
|
15684 case $LD in # libtool.m4 will add one of these switches to LD
|
adam@1
|
15685 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
|
adam@1
|
15686 libsuff= shlibsuff= libmagic=32-bit;;
|
adam@1
|
15687 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
|
adam@1
|
15688 libsuff=32 shlibsuff=N32 libmagic=N32;;
|
adam@1
|
15689 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
|
adam@1
|
15690 libsuff=64 shlibsuff=64 libmagic=64-bit;;
|
adam@1
|
15691 *) libsuff= shlibsuff= libmagic=never-match;;
|
adam@1
|
15692 esac
|
adam@1
|
15693 ;;
|
adam@1
|
15694 esac
|
adam@1
|
15695 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
|
adam@1
|
15696 shlibpath_overrides_runpath=no
|
adam@1
|
15697 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
|
adam@1
|
15698 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
|
adam@1
|
15699 hardcode_into_libs=yes
|
adam@1
|
15700 ;;
|
adam@1
|
15701
|
adam@1
|
15702 # No shared lib support for Linux oldld, aout, or coff.
|
adam@1
|
15703 linux*oldld* | linux*aout* | linux*coff*)
|
adam@1
|
15704 dynamic_linker=no
|
adam@1
|
15705 ;;
|
adam@1
|
15706
|
adam@1
|
15707 # This must be Linux ELF.
|
adam@1
|
15708 linux* | k*bsd*-gnu | kopensolaris*-gnu)
|
adam@1
|
15709 version_type=linux
|
adam@1
|
15710 need_lib_prefix=no
|
adam@1
|
15711 need_version=no
|
adam@1
|
15712 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
adam@1
|
15713 soname_spec='${libname}${release}${shared_ext}$major'
|
adam@1
|
15714 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
|
adam@1
|
15715 shlibpath_var=LD_LIBRARY_PATH
|
adam@1
|
15716 shlibpath_overrides_runpath=no
|
adam@47
|
15717
|
adam@1
|
15718 # Some binutils ld are patched to set DT_RUNPATH
|
adam@47
|
15719 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
|
adam@47
|
15720 $as_echo_n "(cached) " >&6
|
adam@47
|
15721 else
|
adam@47
|
15722 lt_cv_shlibpath_overrides_runpath=no
|
adam@47
|
15723 save_LDFLAGS=$LDFLAGS
|
adam@47
|
15724 save_libdir=$libdir
|
adam@47
|
15725 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl_CXX\"; \
|
adam@47
|
15726 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec_CXX\""
|
adam@47
|
15727 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
adam@1
|
15728 /* end confdefs.h. */
|
adam@1
|
15729
|
adam@1
|
15730 int
|
adam@1
|
15731 main ()
|
adam@1
|
15732 {
|
adam@1
|
15733
|
adam@1
|
15734 ;
|
adam@1
|
15735 return 0;
|
adam@1
|
15736 }
|
adam@1
|
15737 _ACEOF
|
adam@1
|
15738 if ac_fn_cxx_try_link "$LINENO"; then :
|
adam@1
|
15739 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
|
adam@47
|
15740 lt_cv_shlibpath_overrides_runpath=yes
|
adam@1
|
15741 fi
|
adam@1
|
15742 fi
|
adam@1
|
15743 rm -f core conftest.err conftest.$ac_objext \
|
adam@1
|
15744 conftest$ac_exeext conftest.$ac_ext
|
adam@47
|
15745 LDFLAGS=$save_LDFLAGS
|
adam@47
|
15746 libdir=$save_libdir
|
adam@47
|
15747
|
adam@47
|
15748 fi
|
adam@47
|
15749
|
adam@47
|
15750 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
|
adam@1
|
15751
|
adam@1
|
15752 # This implies no fast_install, which is unacceptable.
|
adam@1
|
15753 # Some rework will be needed to allow for fast_install
|
adam@1
|
15754 # before this can be enabled.
|
adam@1
|
15755 hardcode_into_libs=yes
|
adam@1
|
15756
|
adam@1
|
15757 # Append ld.so.conf contents to the search path
|
adam@1
|
15758 if test -f /etc/ld.so.conf; then
|
adam@47
|
15759 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' ' '`
|
adam@1
|
15760 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
|
adam@1
|
15761 fi
|
adam@1
|
15762
|
adam@1
|
15763 # We used to test for /lib/ld.so.1 and disable shared libraries on
|
adam@1
|
15764 # powerpc, because MkLinux only supported shared libraries with the
|
adam@1
|
15765 # GNU dynamic linker. Since this was broken with cross compilers,
|
adam@1
|
15766 # most powerpc-linux boxes support dynamic linking these days and
|
adam@1
|
15767 # people can always --disable-shared, the test was removed, and we
|
adam@1
|
15768 # assume the GNU/Linux dynamic linker is in use.
|
adam@1
|
15769 dynamic_linker='GNU/Linux ld.so'
|
adam@1
|
15770 ;;
|
adam@1
|
15771
|
adam@1
|
15772 netbsdelf*-gnu)
|
adam@1
|
15773 version_type=linux
|
adam@1
|
15774 need_lib_prefix=no
|
adam@1
|
15775 need_version=no
|
adam@1
|
15776 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
|
adam@1
|
15777 soname_spec='${libname}${release}${shared_ext}$major'
|
adam@1
|
15778 shlibpath_var=LD_LIBRARY_PATH
|
adam@1
|
15779 shlibpath_overrides_runpath=no
|
adam@1
|
15780 hardcode_into_libs=yes
|
adam@1
|
15781 dynamic_linker='NetBSD ld.elf_so'
|
adam@1
|
15782 ;;
|
adam@1
|
15783
|
adam@1
|
15784 netbsd*)
|
adam@1
|
15785 version_type=sunos
|
adam@1
|
15786 need_lib_prefix=no
|
adam@1
|
15787 need_version=no
|
adam@1
|
15788 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
|
adam@1
|
15789 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
|
adam@1
|
15790 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
|
adam@1
|
15791 dynamic_linker='NetBSD (a.out) ld.so'
|
adam@1
|
15792 else
|
adam@1
|
15793 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
|
adam@1
|
15794 soname_spec='${libname}${release}${shared_ext}$major'
|
adam@1
|
15795 dynamic_linker='NetBSD ld.elf_so'
|
adam@1
|
15796 fi
|
adam@1
|
15797 shlibpath_var=LD_LIBRARY_PATH
|
adam@1
|
15798 shlibpath_overrides_runpath=yes
|
adam@1
|
15799 hardcode_into_libs=yes
|
adam@1
|
15800 ;;
|
adam@1
|
15801
|
adam@1
|
15802 newsos6)
|
adam@1
|
15803 version_type=linux
|
adam@1
|
15804 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
adam@1
|
15805 shlibpath_var=LD_LIBRARY_PATH
|
adam@1
|
15806 shlibpath_overrides_runpath=yes
|
adam@1
|
15807 ;;
|
adam@1
|
15808
|
adam@1
|
15809 *nto* | *qnx*)
|
adam@1
|
15810 version_type=qnx
|
adam@1
|
15811 need_lib_prefix=no
|
adam@1
|
15812 need_version=no
|
adam@1
|
15813 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
adam@1
|
15814 soname_spec='${libname}${release}${shared_ext}$major'
|
adam@1
|
15815 shlibpath_var=LD_LIBRARY_PATH
|
adam@1
|
15816 shlibpath_overrides_runpath=no
|
adam@1
|
15817 hardcode_into_libs=yes
|
adam@1
|
15818 dynamic_linker='ldqnx.so'
|
adam@1
|
15819 ;;
|
adam@1
|
15820
|
adam@1
|
15821 openbsd*)
|
adam@1
|
15822 version_type=sunos
|
adam@1
|
15823 sys_lib_dlsearch_path_spec="/usr/lib"
|
adam@1
|
15824 need_lib_prefix=no
|
adam@1
|
15825 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
|
adam@1
|
15826 case $host_os in
|
adam@1
|
15827 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
|
adam@1
|
15828 *) need_version=no ;;
|
adam@1
|
15829 esac
|
adam@1
|
15830 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
|
adam@1
|
15831 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
|
adam@1
|
15832 shlibpath_var=LD_LIBRARY_PATH
|
adam@1
|
15833 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
|
adam@1
|
15834 case $host_os in
|
adam@1
|
15835 openbsd2.[89] | openbsd2.[89].*)
|
adam@1
|
15836 shlibpath_overrides_runpath=no
|
adam@1
|
15837 ;;
|
adam@1
|
15838 *)
|
adam@1
|
15839 shlibpath_overrides_runpath=yes
|
adam@1
|
15840 ;;
|
adam@1
|
15841 esac
|
adam@1
|
15842 else
|
adam@1
|
15843 shlibpath_overrides_runpath=yes
|
adam@1
|
15844 fi
|
adam@1
|
15845 ;;
|
adam@1
|
15846
|
adam@1
|
15847 os2*)
|
adam@1
|
15848 libname_spec='$name'
|
adam@1
|
15849 shrext_cmds=".dll"
|
adam@1
|
15850 need_lib_prefix=no
|
adam@1
|
15851 library_names_spec='$libname${shared_ext} $libname.a'
|
adam@1
|
15852 dynamic_linker='OS/2 ld.exe'
|
adam@1
|
15853 shlibpath_var=LIBPATH
|
adam@1
|
15854 ;;
|
adam@1
|
15855
|
adam@1
|
15856 osf3* | osf4* | osf5*)
|
adam@1
|
15857 version_type=osf
|
adam@1
|
15858 need_lib_prefix=no
|
adam@1
|
15859 need_version=no
|
adam@1
|
15860 soname_spec='${libname}${release}${shared_ext}$major'
|
adam@1
|
15861 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
adam@1
|
15862 shlibpath_var=LD_LIBRARY_PATH
|
adam@1
|
15863 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
|
adam@1
|
15864 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
|
adam@1
|
15865 ;;
|
adam@1
|
15866
|
adam@1
|
15867 rdos*)
|
adam@1
|
15868 dynamic_linker=no
|
adam@1
|
15869 ;;
|
adam@1
|
15870
|
adam@1
|
15871 solaris*)
|
adam@1
|
15872 version_type=linux
|
adam@1
|
15873 need_lib_prefix=no
|
adam@1
|
15874 need_version=no
|
adam@1
|
15875 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
adam@1
|
15876 soname_spec='${libname}${release}${shared_ext}$major'
|
adam@1
|
15877 shlibpath_var=LD_LIBRARY_PATH
|
adam@1
|
15878 shlibpath_overrides_runpath=yes
|
adam@1
|
15879 hardcode_into_libs=yes
|
adam@1
|
15880 # ldd complains unless libraries are executable
|
adam@1
|
15881 postinstall_cmds='chmod +x $lib'
|
adam@1
|
15882 ;;
|
adam@1
|
15883
|
adam@1
|
15884 sunos4*)
|
adam@1
|
15885 version_type=sunos
|
adam@1
|
15886 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
|
adam@1
|
15887 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
|
adam@1
|
15888 shlibpath_var=LD_LIBRARY_PATH
|
adam@1
|
15889 shlibpath_overrides_runpath=yes
|
adam@1
|
15890 if test "$with_gnu_ld" = yes; then
|
adam@1
|
15891 need_lib_prefix=no
|
adam@1
|
15892 fi
|
adam@1
|
15893 need_version=yes
|
adam@1
|
15894 ;;
|
adam@1
|
15895
|
adam@1
|
15896 sysv4 | sysv4.3*)
|
adam@1
|
15897 version_type=linux
|
adam@1
|
15898 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
adam@1
|
15899 soname_spec='${libname}${release}${shared_ext}$major'
|
adam@1
|
15900 shlibpath_var=LD_LIBRARY_PATH
|
adam@1
|
15901 case $host_vendor in
|
adam@1
|
15902 sni)
|
adam@1
|
15903 shlibpath_overrides_runpath=no
|
adam@1
|
15904 need_lib_prefix=no
|
adam@1
|
15905 runpath_var=LD_RUN_PATH
|
adam@1
|
15906 ;;
|
adam@1
|
15907 siemens)
|
adam@1
|
15908 need_lib_prefix=no
|
adam@1
|
15909 ;;
|
adam@1
|
15910 motorola)
|
adam@1
|
15911 need_lib_prefix=no
|
adam@1
|
15912 need_version=no
|
adam@1
|
15913 shlibpath_overrides_runpath=no
|
adam@1
|
15914 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
|
adam@1
|
15915 ;;
|
adam@1
|
15916 esac
|
adam@1
|
15917 ;;
|
adam@1
|
15918
|
adam@1
|
15919 sysv4*MP*)
|
adam@1
|
15920 if test -d /usr/nec ;then
|
adam@1
|
15921 version_type=linux
|
adam@1
|
15922 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
|
adam@1
|
15923 soname_spec='$libname${shared_ext}.$major'
|
adam@1
|
15924 shlibpath_var=LD_LIBRARY_PATH
|
adam@1
|
15925 fi
|
adam@1
|
15926 ;;
|
adam@1
|
15927
|
adam@1
|
15928 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
|
adam@1
|
15929 version_type=freebsd-elf
|
adam@1
|
15930 need_lib_prefix=no
|
adam@1
|
15931 need_version=no
|
adam@1
|
15932 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
|
adam@1
|
15933 soname_spec='${libname}${release}${shared_ext}$major'
|
adam@1
|
15934 shlibpath_var=LD_LIBRARY_PATH
|
adam@1
|
15935 shlibpath_overrides_runpath=yes
|
adam@1
|
15936 hardcode_into_libs=yes
|
adam@1
|
15937 if test "$with_gnu_ld" = yes; then
|
adam@1
|
15938 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
|
adam@1
|
15939 else
|
adam@1
|
15940 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
|
adam@1
|
15941 case $host_os in
|
adam@1
|
15942 sco3.2v5*)
|
adam@1
|
15943 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
|
adam@1
|
15944 ;;
|
adam@1
|
15945 esac
|
adam@1
|
15946 fi
|
adam@1
|
15947 sys_lib_dlsearch_path_spec='/usr/lib'
|
adam@1
|
15948 ;;
|
adam@1
|
15949
|
adam@1
|
15950 tpf*)
|
adam@1
|
15951 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
|
adam@1
|
15952 version_type=linux
|
adam@1
|
15953 need_lib_prefix=no
|
adam@1
|
15954 need_version=no
|
adam@1
|
15955 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
adam@1
|
15956 shlibpath_var=LD_LIBRARY_PATH
|
adam@1
|
15957 shlibpath_overrides_runpath=no
|
adam@1
|
15958 hardcode_into_libs=yes
|
adam@1
|
15959 ;;
|
adam@1
|
15960
|
adam@1
|
15961 uts4*)
|
adam@1
|
15962 version_type=linux
|
adam@1
|
15963 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
adam@1
|
15964 soname_spec='${libname}${release}${shared_ext}$major'
|
adam@1
|
15965 shlibpath_var=LD_LIBRARY_PATH
|
adam@1
|
15966 ;;
|
adam@1
|
15967
|
adam@1
|
15968 *)
|
adam@1
|
15969 dynamic_linker=no
|
adam@1
|
15970 ;;
|
adam@1
|
15971 esac
|
adam@1
|
15972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
|
adam@1
|
15973 $as_echo "$dynamic_linker" >&6; }
|
adam@1
|
15974 test "$dynamic_linker" = no && can_build_shared=no
|
adam@1
|
15975
|
adam@1
|
15976 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
|
adam@1
|
15977 if test "$GCC" = yes; then
|
adam@1
|
15978 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
|
adam@1
|
15979 fi
|
adam@1
|
15980
|
adam@1
|
15981 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
|
adam@1
|
15982 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
|
adam@1
|
15983 fi
|
adam@1
|
15984 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
|
adam@1
|
15985 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
|
adam@1
|
15986 fi
|
adam@1
|
15987
|
adam@1
|
15988
|
adam@1
|
15989
|
adam@1
|
15990
|
adam@1
|
15991
|
adam@1
|
15992
|
adam@1
|
15993
|
adam@1
|
15994
|
adam@1
|
15995
|
adam@1
|
15996
|
adam@1
|
15997
|
adam@1
|
15998
|
adam@1
|
15999
|
adam@1
|
16000
|
adam@1
|
16001
|
adam@1
|
16002
|
adam@1
|
16003
|
adam@1
|
16004
|
adam@1
|
16005
|
adam@1
|
16006
|
adam@1
|
16007
|
adam@1
|
16008
|
adam@1
|
16009
|
adam@1
|
16010
|
adam@1
|
16011
|
adam@1
|
16012
|
adam@1
|
16013
|
adam@1
|
16014
|
adam@1
|
16015
|
adam@1
|
16016
|
adam@1
|
16017
|
adam@1
|
16018
|
adam@1
|
16019
|
adam@1
|
16020
|
adam@1
|
16021
|
adam@1
|
16022
|
adam@47
|
16023
|
adam@47
|
16024
|
adam@1
|
16025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
|
adam@1
|
16026 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
|
adam@1
|
16027 hardcode_action_CXX=
|
adam@1
|
16028 if test -n "$hardcode_libdir_flag_spec_CXX" ||
|
adam@1
|
16029 test -n "$runpath_var_CXX" ||
|
adam@1
|
16030 test "X$hardcode_automatic_CXX" = "Xyes" ; then
|
adam@1
|
16031
|
adam@1
|
16032 # We can hardcode non-existent directories.
|
adam@1
|
16033 if test "$hardcode_direct_CXX" != no &&
|
adam@1
|
16034 # If the only mechanism to avoid hardcoding is shlibpath_var, we
|
adam@1
|
16035 # have to relink, otherwise we might link with an installed library
|
adam@1
|
16036 # when we should be linking with a yet-to-be-installed one
|
adam@1
|
16037 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, CXX)" != no &&
|
adam@1
|
16038 test "$hardcode_minus_L_CXX" != no; then
|
adam@1
|
16039 # Linking always hardcodes the temporary library directory.
|
adam@1
|
16040 hardcode_action_CXX=relink
|
adam@1
|
16041 else
|
adam@1
|
16042 # We can link without hardcoding, and we can hardcode nonexisting dirs.
|
adam@1
|
16043 hardcode_action_CXX=immediate
|
adam@1
|
16044 fi
|
adam@1
|
16045 else
|
adam@1
|
16046 # We cannot hardcode anything, or else we can only hardcode existing
|
adam@1
|
16047 # directories.
|
adam@1
|
16048 hardcode_action_CXX=unsupported
|
adam@1
|
16049 fi
|
adam@1
|
16050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action_CXX" >&5
|
adam@1
|
16051 $as_echo "$hardcode_action_CXX" >&6; }
|
adam@1
|
16052
|
adam@1
|
16053 if test "$hardcode_action_CXX" = relink ||
|
adam@1
|
16054 test "$inherit_rpath_CXX" = yes; then
|
adam@1
|
16055 # Fast installation is not supported
|
adam@1
|
16056 enable_fast_install=no
|
adam@1
|
16057 elif test "$shlibpath_overrides_runpath" = yes ||
|
adam@1
|
16058 test "$enable_shared" = no; then
|
adam@1
|
16059 # Fast installation is not necessary
|
adam@1
|
16060 enable_fast_install=needless
|
adam@1
|
16061 fi
|
adam@1
|
16062
|
adam@1
|
16063
|
adam@1
|
16064
|
adam@1
|
16065
|
adam@1
|
16066
|
adam@1
|
16067
|
adam@1
|
16068
|
adam@1
|
16069 fi # test -n "$compiler"
|
adam@1
|
16070
|
adam@1
|
16071 CC=$lt_save_CC
|
adam@47
|
16072 CFLAGS=$lt_save_CFLAGS
|
adam@1
|
16073 LDCXX=$LD
|
adam@1
|
16074 LD=$lt_save_LD
|
adam@1
|
16075 GCC=$lt_save_GCC
|
adam@1
|
16076 with_gnu_ld=$lt_save_with_gnu_ld
|
adam@1
|
16077 lt_cv_path_LDCXX=$lt_cv_path_LD
|
adam@1
|
16078 lt_cv_path_LD=$lt_save_path_LD
|
adam@1
|
16079 lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
|
adam@1
|
16080 lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
|
adam@1
|
16081 fi # test "$_lt_caught_CXX_error" != yes
|
adam@1
|
16082
|
adam@1
|
16083 ac_ext=c
|
adam@1
|
16084 ac_cpp='$CPP $CPPFLAGS'
|
adam@1
|
16085 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
adam@1
|
16086 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
adam@1
|
16087 ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
adam@1
|
16088
|
adam@1
|
16089
|
adam@1
|
16090
|
adam@1
|
16091
|
adam@1
|
16092 # Check whether --with-expat was given.
|
adam@1
|
16093 if test "${with_expat+set}" = set; then :
|
adam@1
|
16094 withval=$with_expat;
|
adam@1
|
16095 if test "$withval" = "yes"; then
|
adam@1
|
16096 if test -f /usr/local/include/expat.h ; then
|
adam@1
|
16097 expat_prefix=/usr/local
|
adam@1
|
16098 elif test -f /usr/include/expat.h ; then
|
adam@1
|
16099 expat_prefix=/usr
|
adam@1
|
16100 else
|
adam@1
|
16101 expat_prefix=""
|
adam@1
|
16102 fi
|
adam@1
|
16103 expat_requested="yes"
|
adam@1
|
16104 elif test -d "$withval"; then
|
adam@1
|
16105 expat_prefix="$withval"
|
adam@1
|
16106 expat_requested="yes"
|
adam@1
|
16107 else
|
adam@1
|
16108 expat_prefix=""
|
adam@1
|
16109 expat_requested="no"
|
adam@1
|
16110 fi
|
adam@1
|
16111
|
adam@1
|
16112 else
|
adam@1
|
16113
|
adam@1
|
16114 if test -f /usr/local/include/expat.h ; then
|
adam@1
|
16115 expat_prefix=/usr/local
|
adam@1
|
16116 elif test -f /usr/include/expat.h ; then
|
adam@1
|
16117 expat_prefix=/usr
|
adam@1
|
16118 else
|
adam@1
|
16119 expat_prefix=""
|
adam@1
|
16120 fi
|
adam@1
|
16121
|
adam@1
|
16122
|
adam@1
|
16123 fi
|
adam@1
|
16124
|
adam@1
|
16125
|
adam@1
|
16126
|
adam@1
|
16127 # Check whether --with-expat-inc was given.
|
adam@1
|
16128 if test "${with_expat_inc+set}" = set; then :
|
adam@1
|
16129 withval=$with_expat_inc; expat_include_dir="$withval"
|
adam@1
|
16130 else
|
adam@1
|
16131 expat_include_dir=""
|
adam@1
|
16132
|
adam@1
|
16133 fi
|
adam@1
|
16134
|
adam@1
|
16135
|
adam@1
|
16136 # Check whether --with-expat-lib was given.
|
adam@1
|
16137 if test "${with_expat_lib+set}" = set; then :
|
adam@1
|
16138 withval=$with_expat_lib; expat_lib_flags="$withval"
|
adam@1
|
16139 else
|
adam@1
|
16140 expat_lib_flags=""
|
adam@1
|
16141
|
adam@1
|
16142 fi
|
adam@1
|
16143
|
adam@1
|
16144
|
adam@1
|
16145 EXPAT_CFLAGS=""
|
adam@1
|
16146 EXPAT_LDFLAGS=""
|
adam@1
|
16147 EXPAT_VERSION=""
|
adam@1
|
16148
|
adam@1
|
16149 run_expat_test="no"
|
adam@1
|
16150
|
adam@1
|
16151 if test -n "$expat_prefix"; then
|
adam@1
|
16152 expat_include_dir="$expat_prefix/include"
|
adam@1
|
16153 expat_lib_flags="-L$expat_prefix/lib -lexpat"
|
adam@1
|
16154 run_expat_test="yes"
|
adam@1
|
16155 elif test "$expat_requested" = "yes"; then
|
adam@1
|
16156 if test -n "$expat_include_dir" -a -n "$expat_lib_flags"; then
|
adam@1
|
16157 run_expat_test="yes"
|
adam@1
|
16158 fi
|
adam@1
|
16159 else
|
adam@1
|
16160 run_expat_test="no"
|
adam@1
|
16161 fi
|
adam@1
|
16162
|
adam@1
|
16163 if test "$run_expat_test" = "yes"; then
|
adam@1
|
16164
|
adam@1
|
16165 saved_CPPFLAGS="$CPPFLAGS"
|
adam@1
|
16166 CPPFLAGS="$CPPFLAGS -I$expat_include_dir"
|
adam@1
|
16167
|
adam@1
|
16168 saved_LDFLAGS="$LDFLAGS"
|
adam@1
|
16169 LDFLAGS="$LDFLAGS $expat_lib_flags"
|
adam@1
|
16170
|
adam@1
|
16171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Expat XML Parser headers in $expat_include_dir" >&5
|
adam@1
|
16172 $as_echo_n "checking for Expat XML Parser headers in $expat_include_dir... " >&6; }
|
adam@1
|
16173
|
adam@1
|
16174 ac_ext=cpp
|
adam@1
|
16175 ac_cpp='$CXXCPP $CPPFLAGS'
|
adam@1
|
16176 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
adam@1
|
16177 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
adam@1
|
16178 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
|
adam@1
|
16179
|
adam@1
|
16180 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
adam@1
|
16181 /* end confdefs.h. */
|
adam@1
|
16182
|
adam@1
|
16183
|
adam@1
|
16184 #include <expat.h>
|
adam@1
|
16185
|
adam@1
|
16186 int
|
adam@1
|
16187 main ()
|
adam@1
|
16188 {
|
adam@1
|
16189
|
adam@1
|
16190
|
adam@1
|
16191 ;
|
adam@1
|
16192 return 0;
|
adam@1
|
16193 }
|
adam@1
|
16194 _ACEOF
|
adam@1
|
16195 if ac_fn_cxx_try_compile "$LINENO"; then :
|
adam@1
|
16196
|
adam@1
|
16197 EXPAT_CFLAGS="-I$expat_include_dir"
|
adam@1
|
16198 expat_header_found="yes"
|
adam@1
|
16199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5
|
adam@1
|
16200 $as_echo "found" >&6; }
|
adam@1
|
16201
|
adam@1
|
16202 else
|
adam@1
|
16203
|
adam@1
|
16204 expat_header_found="no"
|
adam@1
|
16205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
|
adam@1
|
16206 $as_echo "not found" >&6; }
|
adam@1
|
16207
|
adam@1
|
16208
|
adam@1
|
16209 fi
|
adam@1
|
16210 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
adam@1
|
16211 ac_ext=c
|
adam@1
|
16212 ac_cpp='$CPP $CPPFLAGS'
|
adam@1
|
16213 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
adam@1
|
16214 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
adam@1
|
16215 ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
adam@1
|
16216
|
adam@1
|
16217
|
adam@1
|
16218 if test "$expat_header_found" = "yes"; then
|
adam@1
|
16219
|
adam@1
|
16220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Expat XML Parser libraries" >&5
|
adam@1
|
16221 $as_echo_n "checking for Expat XML Parser libraries... " >&6; }
|
adam@1
|
16222
|
adam@1
|
16223 ac_ext=cpp
|
adam@1
|
16224 ac_cpp='$CXXCPP $CPPFLAGS'
|
adam@1
|
16225 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
adam@1
|
16226 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
adam@1
|
16227 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
|
adam@1
|
16228
|
adam@1
|
16229 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
adam@1
|
16230 /* end confdefs.h. */
|
adam@1
|
16231
|
adam@1
|
16232
|
adam@1
|
16233 #include <expat.h>
|
adam@1
|
16234
|
adam@1
|
16235 int
|
adam@1
|
16236 main ()
|
adam@1
|
16237 {
|
adam@1
|
16238
|
adam@1
|
16239 XML_Parser p = XML_ParserCreate(NULL);
|
adam@1
|
16240 XML_ParserFree(p);
|
adam@1
|
16241 p = NULL;
|
adam@1
|
16242
|
adam@1
|
16243
|
adam@1
|
16244 ;
|
adam@1
|
16245 return 0;
|
adam@1
|
16246 }
|
adam@1
|
16247 _ACEOF
|
adam@1
|
16248 if ac_fn_cxx_try_link "$LINENO"; then :
|
adam@1
|
16249
|
adam@1
|
16250 EXPAT_LDFLAGS="$expat_lib_flags"
|
adam@1
|
16251 expat_lib_found="yes"
|
adam@1
|
16252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5
|
adam@1
|
16253 $as_echo "found" >&6; }
|
adam@1
|
16254
|
adam@1
|
16255 else
|
adam@1
|
16256
|
adam@1
|
16257 expat_lib_found="no"
|
adam@1
|
16258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
|
adam@1
|
16259 $as_echo "not found" >&6; }
|
adam@1
|
16260
|
adam@1
|
16261
|
adam@1
|
16262 fi
|
adam@1
|
16263 rm -f core conftest.err conftest.$ac_objext \
|
adam@1
|
16264 conftest$ac_exeext conftest.$ac_ext
|
adam@1
|
16265 ac_ext=c
|
adam@1
|
16266 ac_cpp='$CPP $CPPFLAGS'
|
adam@1
|
16267 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
adam@1
|
16268 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
adam@1
|
16269 ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
adam@1
|
16270
|
adam@1
|
16271 fi
|
adam@1
|
16272
|
adam@1
|
16273 CPPFLAGS="$saved_CPPFLAGS"
|
adam@1
|
16274 LDFLAGS="$saved_LDFLAGS"
|
adam@1
|
16275 fi
|
adam@1
|
16276
|
adam@1
|
16277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Expat XML Parser" >&5
|
adam@1
|
16278 $as_echo_n "checking for Expat XML Parser... " >&6; }
|
adam@1
|
16279
|
adam@1
|
16280 if test "$run_expat_test" = "yes"; then
|
adam@1
|
16281 if test "$expat_header_found" = "yes" -a "$expat_lib_found" = "yes"; then
|
adam@1
|
16282
|
adam@1
|
16283
|
adam@1
|
16284
|
adam@1
|
16285
|
adam@1
|
16286 HAVE_EXPAT="yes"
|
adam@1
|
16287 else
|
adam@1
|
16288 HAVE_EXPAT="no"
|
adam@1
|
16289 fi
|
adam@1
|
16290
|
adam@1
|
16291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HAVE_EXPAT" >&5
|
adam@1
|
16292 $as_echo "$HAVE_EXPAT" >&6; }
|
adam@1
|
16293
|
adam@1
|
16294 if test "$HAVE_EXPAT" = "yes"; then
|
adam@1
|
16295
|
adam@1
|
16296 expat_version_req=
|
adam@1
|
16297
|
adam@1
|
16298 if test -n "$expat_version_req"; then
|
adam@1
|
16299
|
adam@1
|
16300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if Expat XML Parser version is >= $expat_version_req" >&5
|
adam@1
|
16301 $as_echo_n "checking if Expat XML Parser version is >= $expat_version_req... " >&6; }
|
adam@1
|
16302
|
adam@1
|
16303 if test -f "$expat_include_dir/expat.h"; then
|
adam@1
|
16304
|
adam@1
|
16305 expat_major=`cat $expat_include_dir/expat.h | \
|
adam@1
|
16306 grep '^#define.*XML_MAJOR_VERSION.*[0-9]$' | \
|
adam@1
|
16307 sed -e 's/#define XML_MAJOR_VERSION.//'`
|
adam@1
|
16308
|
adam@1
|
16309 expat_minor=`cat $expat_include_dir/expat.h | \
|
adam@1
|
16310 grep '^#define.*XML_MINOR_VERSION.*[0-9]$' | \
|
adam@1
|
16311 sed -e 's/#define XML_MINOR_VERSION.//'`
|
adam@1
|
16312
|
adam@1
|
16313 expat_revision=`cat $expat_include_dir/expat.h | \
|
adam@1
|
16314 grep '^#define.*XML_MICRO_VERSION.*[0-9]$' | \
|
adam@1
|
16315 sed -e 's/#define XML_MICRO_VERSION.//'`
|
adam@1
|
16316
|
adam@1
|
16317 EXPAT_VERSION="$expat_major.$expat_minor.$expat_revision"
|
adam@1
|
16318
|
adam@1
|
16319
|
adam@1
|
16320 expat_version_req_major=`expr $expat_version_req : '\([0-9]*\)'`
|
adam@1
|
16321 expat_version_req_minor=`expr $expat_version_req : '[0-9]*\.\([0-9]*\)'`
|
adam@1
|
16322 expat_version_req_revision=`expr $expat_version_req : '[0-9]*\.[0-9]*\.\([0-9]*\)'`
|
adam@1
|
16323 if test "x$expat_version_req_revision" = "x"; then
|
adam@1
|
16324 expat_version_req_revision="0"
|
adam@1
|
16325 fi
|
adam@1
|
16326
|
adam@1
|
16327 expat_version_req_number=`expr $expat_version_req_major \* 10000 \
|
adam@1
|
16328 \+ $expat_version_req_minor \* 100 \
|
adam@1
|
16329 \+ $expat_version_req_revision`
|
adam@1
|
16330
|
adam@1
|
16331 expat_version_number=`expr $expat_major \* 10000 \
|
adam@1
|
16332 \+ $expat_minor \* 100 \
|
adam@1
|
16333 \+ $expat_revision`
|
adam@1
|
16334
|
adam@1
|
16335 expat_version_check=`expr $expat_version_number \>\= $expat_version_req_number`
|
adam@1
|
16336 if test "$expat_version_check" = "1"; then
|
adam@1
|
16337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
adam@1
|
16338 $as_echo "yes" >&6; }
|
adam@1
|
16339 else
|
adam@1
|
16340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
adam@1
|
16341 $as_echo "no" >&6; }
|
adam@1
|
16342 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Found Expat XML Parser $EXPAT_VERSION, which is older than required. Possible compilation failure." >&5
|
adam@1
|
16343 $as_echo "$as_me: WARNING: Found Expat XML Parser $EXPAT_VERSION, which is older than required. Possible compilation failure." >&2;}
|
adam@1
|
16344 fi
|
adam@1
|
16345 else
|
adam@1
|
16346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
adam@1
|
16347 $as_echo "no" >&6; }
|
adam@1
|
16348 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Missing expat.h header. Unable to determine Expat version." >&5
|
adam@1
|
16349 $as_echo "$as_me: WARNING: Missing expat.h header. Unable to determine Expat version." >&2;}
|
adam@1
|
16350 fi
|
adam@1
|
16351 fi
|
adam@1
|
16352 fi
|
adam@1
|
16353
|
adam@1
|
16354 else
|
adam@1
|
16355 HAVE_EXPAT="no"
|
adam@1
|
16356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HAVE_EXPAT" >&5
|
adam@1
|
16357 $as_echo "$HAVE_EXPAT" >&6; }
|
adam@1
|
16358
|
adam@1
|
16359 if test "$expat_requested" = "yes"; then
|
adam@1
|
16360 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Expat XML Parser support requested but headers or library not found. Specify valid prefix of Expat using --with-expat=[DIR] or provide include directory and linker flags using --with-expat-inc and --with-expat-lib" >&5
|
adam@1
|
16361 $as_echo "$as_me: WARNING: Expat XML Parser support requested but headers or library not found. Specify valid prefix of Expat using --with-expat=[DIR] or provide include directory and linker flags using --with-expat-inc and --with-expat-lib" >&2;}
|
adam@1
|
16362 fi
|
adam@1
|
16363 fi
|
adam@1
|
16364
|
adam@1
|
16365
|
adam@0
|
16366 if test $prefix = "NONE"; then
|
adam@0
|
16367 prefix=/usr/local
|
adam@0
|
16368 fi
|
adam@0
|
16369
|
adam@0
|
16370 if test -z $LIB; then
|
adam@0
|
16371 LIB=$prefix/lib/urweb
|
adam@0
|
16372 fi
|
adam@0
|
16373
|
adam@0
|
16374 if test -z $INCLUDE; then
|
adam@0
|
16375 INCLUDE=$prefix/include/urweb
|
adam@0
|
16376 fi
|
adam@0
|
16377
|
adam@0
|
16378
|
adam@0
|
16379
|
adam@0
|
16380
|
adam@0
|
16381 ac_config_files="$ac_config_files Makefile src/c/Makefile src/ur/config.urp"
|
adam@0
|
16382
|
adam@0
|
16383
|
adam@0
|
16384 cat >confcache <<\_ACEOF
|
adam@0
|
16385 # This file is a shell script that caches the results of configure
|
adam@0
|
16386 # tests run on this system so they can be shared between configure
|
adam@0
|
16387 # scripts and configure runs, see configure's option --config-cache.
|
adam@0
|
16388 # It is not useful on other systems. If it contains results you don't
|
adam@0
|
16389 # want to keep, you may remove or edit it.
|
adam@0
|
16390 #
|
adam@0
|
16391 # config.status only pays attention to the cache file if you give it
|
adam@0
|
16392 # the --recheck option to rerun configure.
|
adam@0
|
16393 #
|
adam@0
|
16394 # `ac_cv_env_foo' variables (set or unset) will be overridden when
|
adam@0
|
16395 # loading this file, other *unset* `ac_cv_foo' will be assigned the
|
adam@0
|
16396 # following values.
|
adam@0
|
16397
|
adam@0
|
16398 _ACEOF
|
adam@0
|
16399
|
adam@0
|
16400 # The following way of writing the cache mishandles newlines in values,
|
adam@0
|
16401 # but we know of no workaround that is simple, portable, and efficient.
|
adam@0
|
16402 # So, we kill variables containing newlines.
|
adam@0
|
16403 # Ultrix sh set writes to stderr and can't be redirected directly,
|
adam@0
|
16404 # and sets the high bit in the cache file unless we assign to the vars.
|
adam@0
|
16405 (
|
adam@0
|
16406 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
|
adam@0
|
16407 eval ac_val=\$$ac_var
|
adam@0
|
16408 case $ac_val in #(
|
adam@0
|
16409 *${as_nl}*)
|
adam@0
|
16410 case $ac_var in #(
|
adam@0
|
16411 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
|
adam@0
|
16412 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
|
adam@0
|
16413 esac
|
adam@0
|
16414 case $ac_var in #(
|
adam@0
|
16415 _ | IFS | as_nl) ;; #(
|
adam@0
|
16416 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
|
adam@0
|
16417 *) { eval $ac_var=; unset $ac_var;} ;;
|
adam@0
|
16418 esac ;;
|
adam@0
|
16419 esac
|
adam@0
|
16420 done
|
adam@0
|
16421
|
adam@0
|
16422 (set) 2>&1 |
|
adam@0
|
16423 case $as_nl`(ac_space=' '; set) 2>&1` in #(
|
adam@0
|
16424 *${as_nl}ac_space=\ *)
|
adam@0
|
16425 # `set' does not quote correctly, so add quotes: double-quote
|
adam@0
|
16426 # substitution turns \\\\ into \\, and sed turns \\ into \.
|
adam@0
|
16427 sed -n \
|
adam@0
|
16428 "s/'/'\\\\''/g;
|
adam@0
|
16429 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
|
adam@0
|
16430 ;; #(
|
adam@0
|
16431 *)
|
adam@0
|
16432 # `set' quotes correctly as required by POSIX, so do not add quotes.
|
adam@0
|
16433 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
|
adam@0
|
16434 ;;
|
adam@0
|
16435 esac |
|
adam@0
|
16436 sort
|
adam@0
|
16437 ) |
|
adam@0
|
16438 sed '
|
adam@0
|
16439 /^ac_cv_env_/b end
|
adam@0
|
16440 t clear
|
adam@0
|
16441 :clear
|
adam@0
|
16442 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
|
adam@0
|
16443 t end
|
adam@0
|
16444 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
|
adam@0
|
16445 :end' >>confcache
|
adam@0
|
16446 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
|
adam@0
|
16447 if test -w "$cache_file"; then
|
adam@47
|
16448 if test "x$cache_file" != "x/dev/null"; then
|
adam@0
|
16449 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
|
adam@0
|
16450 $as_echo "$as_me: updating cache $cache_file" >&6;}
|
adam@47
|
16451 if test ! -f "$cache_file" || test -h "$cache_file"; then
|
adam@47
|
16452 cat confcache >"$cache_file"
|
adam@47
|
16453 else
|
adam@47
|
16454 case $cache_file in #(
|
adam@47
|
16455 */* | ?:*)
|
adam@47
|
16456 mv -f confcache "$cache_file"$$ &&
|
adam@47
|
16457 mv -f "$cache_file"$$ "$cache_file" ;; #(
|
adam@47
|
16458 *)
|
adam@47
|
16459 mv -f confcache "$cache_file" ;;
|
adam@47
|
16460 esac
|
adam@47
|
16461 fi
|
adam@47
|
16462 fi
|
adam@0
|
16463 else
|
adam@0
|
16464 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
|
adam@0
|
16465 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
|
adam@0
|
16466 fi
|
adam@0
|
16467 fi
|
adam@0
|
16468 rm -f confcache
|
adam@0
|
16469
|
adam@0
|
16470 test "x$prefix" = xNONE && prefix=$ac_default_prefix
|
adam@0
|
16471 # Let make expand exec_prefix.
|
adam@0
|
16472 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
|
adam@0
|
16473
|
adam@0
|
16474 # Transform confdefs.h into DEFS.
|
adam@0
|
16475 # Protect against shell expansion while executing Makefile rules.
|
adam@0
|
16476 # Protect against Makefile macro expansion.
|
adam@0
|
16477 #
|
adam@0
|
16478 # If the first sed substitution is executed (which looks for macros that
|
adam@0
|
16479 # take arguments), then branch to the quote section. Otherwise,
|
adam@0
|
16480 # look for a macro that doesn't take arguments.
|
adam@0
|
16481 ac_script='
|
adam@0
|
16482 :mline
|
adam@0
|
16483 /\\$/{
|
adam@0
|
16484 N
|
adam@0
|
16485 s,\\\n,,
|
adam@0
|
16486 b mline
|
adam@0
|
16487 }
|
adam@0
|
16488 t clear
|
adam@0
|
16489 :clear
|
adam@0
|
16490 s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
|
adam@0
|
16491 t quote
|
adam@0
|
16492 s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
|
adam@0
|
16493 t quote
|
adam@0
|
16494 b any
|
adam@0
|
16495 :quote
|
adam@0
|
16496 s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
|
adam@0
|
16497 s/\[/\\&/g
|
adam@0
|
16498 s/\]/\\&/g
|
adam@0
|
16499 s/\$/$$/g
|
adam@0
|
16500 H
|
adam@0
|
16501 :any
|
adam@0
|
16502 ${
|
adam@0
|
16503 g
|
adam@0
|
16504 s/^\n//
|
adam@0
|
16505 s/\n/ /g
|
adam@0
|
16506 p
|
adam@0
|
16507 }
|
adam@0
|
16508 '
|
adam@0
|
16509 DEFS=`sed -n "$ac_script" confdefs.h`
|
adam@0
|
16510
|
adam@0
|
16511
|
adam@0
|
16512 ac_libobjs=
|
adam@0
|
16513 ac_ltlibobjs=
|
adam@0
|
16514 U=
|
adam@0
|
16515 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
|
adam@0
|
16516 # 1. Remove the extension, and $U if already installed.
|
adam@0
|
16517 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
|
adam@0
|
16518 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
|
adam@0
|
16519 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
|
adam@0
|
16520 # will be set to the directory where LIBOBJS objects are built.
|
adam@0
|
16521 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
|
adam@0
|
16522 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
|
adam@0
|
16523 done
|
adam@0
|
16524 LIBOBJS=$ac_libobjs
|
adam@0
|
16525
|
adam@0
|
16526 LTLIBOBJS=$ac_ltlibobjs
|
adam@0
|
16527
|
adam@0
|
16528
|
adam@0
|
16529 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
|
adam@0
|
16530 as_fn_error $? "conditional \"AMDEP\" was never defined.
|
adam@0
|
16531 Usually this means the macro was only invoked conditionally." "$LINENO" 5
|
adam@0
|
16532 fi
|
adam@0
|
16533 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
|
adam@0
|
16534 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
|
adam@0
|
16535 Usually this means the macro was only invoked conditionally." "$LINENO" 5
|
adam@0
|
16536 fi
|
adam@0
|
16537 if test -n "$EXEEXT"; then
|
adam@0
|
16538 am__EXEEXT_TRUE=
|
adam@0
|
16539 am__EXEEXT_FALSE='#'
|
adam@0
|
16540 else
|
adam@0
|
16541 am__EXEEXT_TRUE='#'
|
adam@0
|
16542 am__EXEEXT_FALSE=
|
adam@0
|
16543 fi
|
adam@0
|
16544
|
adam@1
|
16545 if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
|
adam@1
|
16546 as_fn_error $? "conditional \"am__fastdepCXX\" was never defined.
|
adam@1
|
16547 Usually this means the macro was only invoked conditionally." "$LINENO" 5
|
adam@1
|
16548 fi
|
adam@47
|
16549
|
adam@47
|
16550 : "${CONFIG_STATUS=./config.status}"
|
adam@0
|
16551 ac_write_fail=0
|
adam@0
|
16552 ac_clean_files_save=$ac_clean_files
|
adam@0
|
16553 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
|
adam@0
|
16554 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
|
adam@0
|
16555 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
|
adam@0
|
16556 as_write_fail=0
|
adam@0
|
16557 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
|
adam@0
|
16558 #! $SHELL
|
adam@0
|
16559 # Generated by $as_me.
|
adam@0
|
16560 # Run this file to recreate the current configuration.
|
adam@0
|
16561 # Compiler output produced by configure, useful for debugging
|
adam@0
|
16562 # configure, is in config.log if it exists.
|
adam@0
|
16563
|
adam@0
|
16564 debug=false
|
adam@0
|
16565 ac_cs_recheck=false
|
adam@0
|
16566 ac_cs_silent=false
|
adam@0
|
16567
|
adam@0
|
16568 SHELL=\${CONFIG_SHELL-$SHELL}
|
adam@0
|
16569 export SHELL
|
adam@0
|
16570 _ASEOF
|
adam@0
|
16571 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
|
adam@0
|
16572 ## -------------------- ##
|
adam@0
|
16573 ## M4sh Initialization. ##
|
adam@0
|
16574 ## -------------------- ##
|
adam@0
|
16575
|
adam@0
|
16576 # Be more Bourne compatible
|
adam@0
|
16577 DUALCASE=1; export DUALCASE # for MKS sh
|
adam@0
|
16578 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
|
adam@0
|
16579 emulate sh
|
adam@0
|
16580 NULLCMD=:
|
adam@0
|
16581 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
|
adam@0
|
16582 # is contrary to our usage. Disable this feature.
|
adam@0
|
16583 alias -g '${1+"$@"}'='"$@"'
|
adam@0
|
16584 setopt NO_GLOB_SUBST
|
adam@0
|
16585 else
|
adam@0
|
16586 case `(set -o) 2>/dev/null` in #(
|
adam@0
|
16587 *posix*) :
|
adam@0
|
16588 set -o posix ;; #(
|
adam@0
|
16589 *) :
|
adam@0
|
16590 ;;
|
adam@0
|
16591 esac
|
adam@0
|
16592 fi
|
adam@0
|
16593
|
adam@0
|
16594
|
adam@0
|
16595 as_nl='
|
adam@0
|
16596 '
|
adam@0
|
16597 export as_nl
|
adam@0
|
16598 # Printing a long string crashes Solaris 7 /usr/bin/printf.
|
adam@0
|
16599 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
|
adam@0
|
16600 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
|
adam@0
|
16601 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
|
adam@0
|
16602 # Prefer a ksh shell builtin over an external printf program on Solaris,
|
adam@0
|
16603 # but without wasting forks for bash or zsh.
|
adam@0
|
16604 if test -z "$BASH_VERSION$ZSH_VERSION" \
|
adam@0
|
16605 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
|
adam@0
|
16606 as_echo='print -r --'
|
adam@0
|
16607 as_echo_n='print -rn --'
|
adam@0
|
16608 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
|
adam@0
|
16609 as_echo='printf %s\n'
|
adam@0
|
16610 as_echo_n='printf %s'
|
adam@0
|
16611 else
|
adam@0
|
16612 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
|
adam@0
|
16613 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
|
adam@0
|
16614 as_echo_n='/usr/ucb/echo -n'
|
adam@0
|
16615 else
|
adam@0
|
16616 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
|
adam@0
|
16617 as_echo_n_body='eval
|
adam@0
|
16618 arg=$1;
|
adam@0
|
16619 case $arg in #(
|
adam@0
|
16620 *"$as_nl"*)
|
adam@0
|
16621 expr "X$arg" : "X\\(.*\\)$as_nl";
|
adam@0
|
16622 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
|
adam@0
|
16623 esac;
|
adam@0
|
16624 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
|
adam@0
|
16625 '
|
adam@0
|
16626 export as_echo_n_body
|
adam@0
|
16627 as_echo_n='sh -c $as_echo_n_body as_echo'
|
adam@0
|
16628 fi
|
adam@0
|
16629 export as_echo_body
|
adam@0
|
16630 as_echo='sh -c $as_echo_body as_echo'
|
adam@0
|
16631 fi
|
adam@0
|
16632
|
adam@0
|
16633 # The user is always right.
|
adam@0
|
16634 if test "${PATH_SEPARATOR+set}" != set; then
|
adam@0
|
16635 PATH_SEPARATOR=:
|
adam@0
|
16636 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
|
adam@0
|
16637 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
|
adam@0
|
16638 PATH_SEPARATOR=';'
|
adam@0
|
16639 }
|
adam@0
|
16640 fi
|
adam@0
|
16641
|
adam@0
|
16642
|
adam@0
|
16643 # IFS
|
adam@0
|
16644 # We need space, tab and new line, in precisely that order. Quoting is
|
adam@0
|
16645 # there to prevent editors from complaining about space-tab.
|
adam@0
|
16646 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
|
adam@0
|
16647 # splitting by setting IFS to empty value.)
|
adam@0
|
16648 IFS=" "" $as_nl"
|
adam@0
|
16649
|
adam@0
|
16650 # Find who we are. Look in the path if we contain no directory separator.
|
adam@47
|
16651 as_myself=
|
adam@0
|
16652 case $0 in #((
|
adam@0
|
16653 *[\\/]* ) as_myself=$0 ;;
|
adam@0
|
16654 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
adam@0
|
16655 for as_dir in $PATH
|
adam@0
|
16656 do
|
adam@0
|
16657 IFS=$as_save_IFS
|
adam@0
|
16658 test -z "$as_dir" && as_dir=.
|
adam@0
|
16659 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
|
adam@0
|
16660 done
|
adam@0
|
16661 IFS=$as_save_IFS
|
adam@0
|
16662
|
adam@0
|
16663 ;;
|
adam@0
|
16664 esac
|
adam@0
|
16665 # We did not find ourselves, most probably we were run as `sh COMMAND'
|
adam@0
|
16666 # in which case we are not to be found in the path.
|
adam@0
|
16667 if test "x$as_myself" = x; then
|
adam@0
|
16668 as_myself=$0
|
adam@0
|
16669 fi
|
adam@0
|
16670 if test ! -f "$as_myself"; then
|
adam@0
|
16671 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
|
adam@0
|
16672 exit 1
|
adam@0
|
16673 fi
|
adam@0
|
16674
|
adam@0
|
16675 # Unset variables that we do not need and which cause bugs (e.g. in
|
adam@0
|
16676 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
|
adam@0
|
16677 # suppresses any "Segmentation fault" message there. '((' could
|
adam@0
|
16678 # trigger a bug in pdksh 5.2.14.
|
adam@0
|
16679 for as_var in BASH_ENV ENV MAIL MAILPATH
|
adam@0
|
16680 do eval test x\${$as_var+set} = xset \
|
adam@0
|
16681 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
|
adam@0
|
16682 done
|
adam@0
|
16683 PS1='$ '
|
adam@0
|
16684 PS2='> '
|
adam@0
|
16685 PS4='+ '
|
adam@0
|
16686
|
adam@0
|
16687 # NLS nuisances.
|
adam@0
|
16688 LC_ALL=C
|
adam@0
|
16689 export LC_ALL
|
adam@0
|
16690 LANGUAGE=C
|
adam@0
|
16691 export LANGUAGE
|
adam@0
|
16692
|
adam@0
|
16693 # CDPATH.
|
adam@0
|
16694 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
|
adam@0
|
16695
|
adam@0
|
16696
|
adam@0
|
16697 # as_fn_error STATUS ERROR [LINENO LOG_FD]
|
adam@0
|
16698 # ----------------------------------------
|
adam@0
|
16699 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
|
adam@0
|
16700 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
|
adam@0
|
16701 # script with STATUS, using 1 if that was 0.
|
adam@0
|
16702 as_fn_error ()
|
adam@0
|
16703 {
|
adam@0
|
16704 as_status=$1; test $as_status -eq 0 && as_status=1
|
adam@0
|
16705 if test "$4"; then
|
adam@0
|
16706 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
|
adam@0
|
16707 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
|
adam@0
|
16708 fi
|
adam@0
|
16709 $as_echo "$as_me: error: $2" >&2
|
adam@0
|
16710 as_fn_exit $as_status
|
adam@0
|
16711 } # as_fn_error
|
adam@0
|
16712
|
adam@0
|
16713
|
adam@0
|
16714 # as_fn_set_status STATUS
|
adam@0
|
16715 # -----------------------
|
adam@0
|
16716 # Set $? to STATUS, without forking.
|
adam@0
|
16717 as_fn_set_status ()
|
adam@0
|
16718 {
|
adam@0
|
16719 return $1
|
adam@0
|
16720 } # as_fn_set_status
|
adam@0
|
16721
|
adam@0
|
16722 # as_fn_exit STATUS
|
adam@0
|
16723 # -----------------
|
adam@0
|
16724 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
|
adam@0
|
16725 as_fn_exit ()
|
adam@0
|
16726 {
|
adam@0
|
16727 set +e
|
adam@0
|
16728 as_fn_set_status $1
|
adam@0
|
16729 exit $1
|
adam@0
|
16730 } # as_fn_exit
|
adam@0
|
16731
|
adam@0
|
16732 # as_fn_unset VAR
|
adam@0
|
16733 # ---------------
|
adam@0
|
16734 # Portably unset VAR.
|
adam@0
|
16735 as_fn_unset ()
|
adam@0
|
16736 {
|
adam@0
|
16737 { eval $1=; unset $1;}
|
adam@0
|
16738 }
|
adam@0
|
16739 as_unset=as_fn_unset
|
adam@0
|
16740 # as_fn_append VAR VALUE
|
adam@0
|
16741 # ----------------------
|
adam@0
|
16742 # Append the text in VALUE to the end of the definition contained in VAR. Take
|
adam@0
|
16743 # advantage of any shell optimizations that allow amortized linear growth over
|
adam@0
|
16744 # repeated appends, instead of the typical quadratic growth present in naive
|
adam@0
|
16745 # implementations.
|
adam@0
|
16746 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
|
adam@0
|
16747 eval 'as_fn_append ()
|
adam@0
|
16748 {
|
adam@0
|
16749 eval $1+=\$2
|
adam@0
|
16750 }'
|
adam@0
|
16751 else
|
adam@0
|
16752 as_fn_append ()
|
adam@0
|
16753 {
|
adam@0
|
16754 eval $1=\$$1\$2
|
adam@0
|
16755 }
|
adam@0
|
16756 fi # as_fn_append
|
adam@0
|
16757
|
adam@0
|
16758 # as_fn_arith ARG...
|
adam@0
|
16759 # ------------------
|
adam@0
|
16760 # Perform arithmetic evaluation on the ARGs, and store the result in the
|
adam@0
|
16761 # global $as_val. Take advantage of shells that can avoid forks. The arguments
|
adam@0
|
16762 # must be portable across $(()) and expr.
|
adam@0
|
16763 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
|
adam@0
|
16764 eval 'as_fn_arith ()
|
adam@0
|
16765 {
|
adam@0
|
16766 as_val=$(( $* ))
|
adam@0
|
16767 }'
|
adam@0
|
16768 else
|
adam@0
|
16769 as_fn_arith ()
|
adam@0
|
16770 {
|
adam@0
|
16771 as_val=`expr "$@" || test $? -eq 1`
|
adam@0
|
16772 }
|
adam@0
|
16773 fi # as_fn_arith
|
adam@0
|
16774
|
adam@0
|
16775
|
adam@0
|
16776 if expr a : '\(a\)' >/dev/null 2>&1 &&
|
adam@0
|
16777 test "X`expr 00001 : '.*\(...\)'`" = X001; then
|
adam@0
|
16778 as_expr=expr
|
adam@0
|
16779 else
|
adam@0
|
16780 as_expr=false
|
adam@0
|
16781 fi
|
adam@0
|
16782
|
adam@0
|
16783 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
|
adam@0
|
16784 as_basename=basename
|
adam@0
|
16785 else
|
adam@0
|
16786 as_basename=false
|
adam@0
|
16787 fi
|
adam@0
|
16788
|
adam@0
|
16789 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
|
adam@0
|
16790 as_dirname=dirname
|
adam@0
|
16791 else
|
adam@0
|
16792 as_dirname=false
|
adam@0
|
16793 fi
|
adam@0
|
16794
|
adam@0
|
16795 as_me=`$as_basename -- "$0" ||
|
adam@0
|
16796 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
|
adam@0
|
16797 X"$0" : 'X\(//\)$' \| \
|
adam@0
|
16798 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
|
adam@0
|
16799 $as_echo X/"$0" |
|
adam@0
|
16800 sed '/^.*\/\([^/][^/]*\)\/*$/{
|
adam@0
|
16801 s//\1/
|
adam@0
|
16802 q
|
adam@0
|
16803 }
|
adam@0
|
16804 /^X\/\(\/\/\)$/{
|
adam@0
|
16805 s//\1/
|
adam@0
|
16806 q
|
adam@0
|
16807 }
|
adam@0
|
16808 /^X\/\(\/\).*/{
|
adam@0
|
16809 s//\1/
|
adam@0
|
16810 q
|
adam@0
|
16811 }
|
adam@0
|
16812 s/.*/./; q'`
|
adam@0
|
16813
|
adam@0
|
16814 # Avoid depending upon Character Ranges.
|
adam@0
|
16815 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
|
adam@0
|
16816 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
|
adam@0
|
16817 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
|
adam@0
|
16818 as_cr_digits='0123456789'
|
adam@0
|
16819 as_cr_alnum=$as_cr_Letters$as_cr_digits
|
adam@0
|
16820
|
adam@0
|
16821 ECHO_C= ECHO_N= ECHO_T=
|
adam@0
|
16822 case `echo -n x` in #(((((
|
adam@0
|
16823 -n*)
|
adam@0
|
16824 case `echo 'xy\c'` in
|
adam@0
|
16825 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
|
adam@0
|
16826 xy) ECHO_C='\c';;
|
adam@0
|
16827 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
|
adam@0
|
16828 ECHO_T=' ';;
|
adam@0
|
16829 esac;;
|
adam@0
|
16830 *)
|
adam@0
|
16831 ECHO_N='-n';;
|
adam@0
|
16832 esac
|
adam@0
|
16833
|
adam@0
|
16834 rm -f conf$$ conf$$.exe conf$$.file
|
adam@0
|
16835 if test -d conf$$.dir; then
|
adam@0
|
16836 rm -f conf$$.dir/conf$$.file
|
adam@0
|
16837 else
|
adam@0
|
16838 rm -f conf$$.dir
|
adam@0
|
16839 mkdir conf$$.dir 2>/dev/null
|
adam@0
|
16840 fi
|
adam@0
|
16841 if (echo >conf$$.file) 2>/dev/null; then
|
adam@0
|
16842 if ln -s conf$$.file conf$$ 2>/dev/null; then
|
adam@0
|
16843 as_ln_s='ln -s'
|
adam@0
|
16844 # ... but there are two gotchas:
|
adam@0
|
16845 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
|
adam@0
|
16846 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
|
adam@0
|
16847 # In both cases, we have to default to `cp -p'.
|
adam@0
|
16848 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
|
adam@0
|
16849 as_ln_s='cp -p'
|
adam@0
|
16850 elif ln conf$$.file conf$$ 2>/dev/null; then
|
adam@0
|
16851 as_ln_s=ln
|
adam@0
|
16852 else
|
adam@0
|
16853 as_ln_s='cp -p'
|
adam@0
|
16854 fi
|
adam@0
|
16855 else
|
adam@0
|
16856 as_ln_s='cp -p'
|
adam@0
|
16857 fi
|
adam@0
|
16858 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
|
adam@0
|
16859 rmdir conf$$.dir 2>/dev/null
|
adam@0
|
16860
|
adam@0
|
16861
|
adam@0
|
16862 # as_fn_mkdir_p
|
adam@0
|
16863 # -------------
|
adam@0
|
16864 # Create "$as_dir" as a directory, including parents if necessary.
|
adam@0
|
16865 as_fn_mkdir_p ()
|
adam@0
|
16866 {
|
adam@0
|
16867
|
adam@0
|
16868 case $as_dir in #(
|
adam@0
|
16869 -*) as_dir=./$as_dir;;
|
adam@0
|
16870 esac
|
adam@0
|
16871 test -d "$as_dir" || eval $as_mkdir_p || {
|
adam@0
|
16872 as_dirs=
|
adam@0
|
16873 while :; do
|
adam@0
|
16874 case $as_dir in #(
|
adam@0
|
16875 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
|
adam@0
|
16876 *) as_qdir=$as_dir;;
|
adam@0
|
16877 esac
|
adam@0
|
16878 as_dirs="'$as_qdir' $as_dirs"
|
adam@0
|
16879 as_dir=`$as_dirname -- "$as_dir" ||
|
adam@0
|
16880 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
|
adam@0
|
16881 X"$as_dir" : 'X\(//\)[^/]' \| \
|
adam@0
|
16882 X"$as_dir" : 'X\(//\)$' \| \
|
adam@0
|
16883 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
|
adam@0
|
16884 $as_echo X"$as_dir" |
|
adam@0
|
16885 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
|
adam@0
|
16886 s//\1/
|
adam@0
|
16887 q
|
adam@0
|
16888 }
|
adam@0
|
16889 /^X\(\/\/\)[^/].*/{
|
adam@0
|
16890 s//\1/
|
adam@0
|
16891 q
|
adam@0
|
16892 }
|
adam@0
|
16893 /^X\(\/\/\)$/{
|
adam@0
|
16894 s//\1/
|
adam@0
|
16895 q
|
adam@0
|
16896 }
|
adam@0
|
16897 /^X\(\/\).*/{
|
adam@0
|
16898 s//\1/
|
adam@0
|
16899 q
|
adam@0
|
16900 }
|
adam@0
|
16901 s/.*/./; q'`
|
adam@0
|
16902 test -d "$as_dir" && break
|
adam@0
|
16903 done
|
adam@0
|
16904 test -z "$as_dirs" || eval "mkdir $as_dirs"
|
adam@0
|
16905 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
|
adam@0
|
16906
|
adam@0
|
16907
|
adam@0
|
16908 } # as_fn_mkdir_p
|
adam@0
|
16909 if mkdir -p . 2>/dev/null; then
|
adam@0
|
16910 as_mkdir_p='mkdir -p "$as_dir"'
|
adam@0
|
16911 else
|
adam@0
|
16912 test -d ./-p && rmdir ./-p
|
adam@0
|
16913 as_mkdir_p=false
|
adam@0
|
16914 fi
|
adam@0
|
16915
|
adam@0
|
16916 if test -x / >/dev/null 2>&1; then
|
adam@0
|
16917 as_test_x='test -x'
|
adam@0
|
16918 else
|
adam@0
|
16919 if ls -dL / >/dev/null 2>&1; then
|
adam@0
|
16920 as_ls_L_option=L
|
adam@0
|
16921 else
|
adam@0
|
16922 as_ls_L_option=
|
adam@0
|
16923 fi
|
adam@0
|
16924 as_test_x='
|
adam@0
|
16925 eval sh -c '\''
|
adam@0
|
16926 if test -d "$1"; then
|
adam@0
|
16927 test -d "$1/.";
|
adam@0
|
16928 else
|
adam@0
|
16929 case $1 in #(
|
adam@0
|
16930 -*)set "./$1";;
|
adam@0
|
16931 esac;
|
adam@0
|
16932 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
|
adam@0
|
16933 ???[sx]*):;;*)false;;esac;fi
|
adam@0
|
16934 '\'' sh
|
adam@0
|
16935 '
|
adam@0
|
16936 fi
|
adam@0
|
16937 as_executable_p=$as_test_x
|
adam@0
|
16938
|
adam@0
|
16939 # Sed expression to map a string onto a valid CPP name.
|
adam@0
|
16940 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
|
adam@0
|
16941
|
adam@0
|
16942 # Sed expression to map a string onto a valid variable name.
|
adam@0
|
16943 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
|
adam@0
|
16944
|
adam@0
|
16945
|
adam@0
|
16946 exec 6>&1
|
adam@0
|
16947 ## ----------------------------------- ##
|
adam@0
|
16948 ## Main body of $CONFIG_STATUS script. ##
|
adam@0
|
16949 ## ----------------------------------- ##
|
adam@0
|
16950 _ASEOF
|
adam@0
|
16951 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
|
adam@0
|
16952
|
adam@0
|
16953 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
adam@0
|
16954 # Save the log message, to keep $0 and so on meaningful, and to
|
adam@0
|
16955 # report actual input values of CONFIG_FILES etc. instead of their
|
adam@0
|
16956 # values after options handling.
|
adam@0
|
16957 ac_log="
|
adam@0
|
16958 This file was extended by urweb_openid $as_me 1.0, which was
|
adam@47
|
16959 generated by GNU Autoconf 2.68. Invocation command line was
|
adam@0
|
16960
|
adam@0
|
16961 CONFIG_FILES = $CONFIG_FILES
|
adam@0
|
16962 CONFIG_HEADERS = $CONFIG_HEADERS
|
adam@0
|
16963 CONFIG_LINKS = $CONFIG_LINKS
|
adam@0
|
16964 CONFIG_COMMANDS = $CONFIG_COMMANDS
|
adam@0
|
16965 $ $0 $@
|
adam@0
|
16966
|
adam@0
|
16967 on `(hostname || uname -n) 2>/dev/null | sed 1q`
|
adam@0
|
16968 "
|
adam@0
|
16969
|
adam@0
|
16970 _ACEOF
|
adam@0
|
16971
|
adam@0
|
16972 case $ac_config_files in *"
|
adam@0
|
16973 "*) set x $ac_config_files; shift; ac_config_files=$*;;
|
adam@0
|
16974 esac
|
adam@0
|
16975
|
adam@0
|
16976
|
adam@0
|
16977
|
adam@0
|
16978 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
adam@0
|
16979 # Files that config.status was made for.
|
adam@0
|
16980 config_files="$ac_config_files"
|
adam@0
|
16981 config_commands="$ac_config_commands"
|
adam@0
|
16982
|
adam@0
|
16983 _ACEOF
|
adam@0
|
16984
|
adam@0
|
16985 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
adam@0
|
16986 ac_cs_usage="\
|
adam@0
|
16987 \`$as_me' instantiates files and other configuration actions
|
adam@0
|
16988 from templates according to the current configuration. Unless the files
|
adam@0
|
16989 and actions are specified as TAGs, all are instantiated by default.
|
adam@0
|
16990
|
adam@0
|
16991 Usage: $0 [OPTION]... [TAG]...
|
adam@0
|
16992
|
adam@0
|
16993 -h, --help print this help, then exit
|
adam@0
|
16994 -V, --version print version number and configuration settings, then exit
|
adam@0
|
16995 --config print configuration, then exit
|
adam@0
|
16996 -q, --quiet, --silent
|
adam@0
|
16997 do not print progress messages
|
adam@0
|
16998 -d, --debug don't remove temporary files
|
adam@0
|
16999 --recheck update $as_me by reconfiguring in the same conditions
|
adam@0
|
17000 --file=FILE[:TEMPLATE]
|
adam@0
|
17001 instantiate the configuration file FILE
|
adam@0
|
17002
|
adam@0
|
17003 Configuration files:
|
adam@0
|
17004 $config_files
|
adam@0
|
17005
|
adam@0
|
17006 Configuration commands:
|
adam@0
|
17007 $config_commands
|
adam@0
|
17008
|
adam@0
|
17009 Report bugs to the package provider."
|
adam@0
|
17010
|
adam@0
|
17011 _ACEOF
|
adam@0
|
17012 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
adam@0
|
17013 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
|
adam@0
|
17014 ac_cs_version="\\
|
adam@0
|
17015 urweb_openid config.status 1.0
|
adam@47
|
17016 configured by $0, generated by GNU Autoconf 2.68,
|
adam@0
|
17017 with options \\"\$ac_cs_config\\"
|
adam@0
|
17018
|
adam@0
|
17019 Copyright (C) 2010 Free Software Foundation, Inc.
|
adam@0
|
17020 This config.status script is free software; the Free Software Foundation
|
adam@0
|
17021 gives unlimited permission to copy, distribute and modify it."
|
adam@0
|
17022
|
adam@0
|
17023 ac_pwd='$ac_pwd'
|
adam@0
|
17024 srcdir='$srcdir'
|
adam@0
|
17025 INSTALL='$INSTALL'
|
adam@0
|
17026 MKDIR_P='$MKDIR_P'
|
adam@0
|
17027 AWK='$AWK'
|
adam@0
|
17028 test -n "\$AWK" || AWK=awk
|
adam@0
|
17029 _ACEOF
|
adam@0
|
17030
|
adam@0
|
17031 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
adam@0
|
17032 # The default lists apply if the user does not specify any file.
|
adam@0
|
17033 ac_need_defaults=:
|
adam@0
|
17034 while test $# != 0
|
adam@0
|
17035 do
|
adam@0
|
17036 case $1 in
|
adam@0
|
17037 --*=?*)
|
adam@0
|
17038 ac_option=`expr "X$1" : 'X\([^=]*\)='`
|
adam@0
|
17039 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
|
adam@0
|
17040 ac_shift=:
|
adam@0
|
17041 ;;
|
adam@0
|
17042 --*=)
|
adam@0
|
17043 ac_option=`expr "X$1" : 'X\([^=]*\)='`
|
adam@0
|
17044 ac_optarg=
|
adam@0
|
17045 ac_shift=:
|
adam@0
|
17046 ;;
|
adam@0
|
17047 *)
|
adam@0
|
17048 ac_option=$1
|
adam@0
|
17049 ac_optarg=$2
|
adam@0
|
17050 ac_shift=shift
|
adam@0
|
17051 ;;
|
adam@0
|
17052 esac
|
adam@0
|
17053
|
adam@0
|
17054 case $ac_option in
|
adam@0
|
17055 # Handling of the options.
|
adam@0
|
17056 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
|
adam@0
|
17057 ac_cs_recheck=: ;;
|
adam@0
|
17058 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
|
adam@0
|
17059 $as_echo "$ac_cs_version"; exit ;;
|
adam@0
|
17060 --config | --confi | --conf | --con | --co | --c )
|
adam@0
|
17061 $as_echo "$ac_cs_config"; exit ;;
|
adam@0
|
17062 --debug | --debu | --deb | --de | --d | -d )
|
adam@0
|
17063 debug=: ;;
|
adam@0
|
17064 --file | --fil | --fi | --f )
|
adam@0
|
17065 $ac_shift
|
adam@0
|
17066 case $ac_optarg in
|
adam@0
|
17067 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
|
adam@0
|
17068 '') as_fn_error $? "missing file argument" ;;
|
adam@0
|
17069 esac
|
adam@0
|
17070 as_fn_append CONFIG_FILES " '$ac_optarg'"
|
adam@0
|
17071 ac_need_defaults=false;;
|
adam@0
|
17072 --he | --h | --help | --hel | -h )
|
adam@0
|
17073 $as_echo "$ac_cs_usage"; exit ;;
|
adam@0
|
17074 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
|
adam@0
|
17075 | -silent | --silent | --silen | --sile | --sil | --si | --s)
|
adam@0
|
17076 ac_cs_silent=: ;;
|
adam@0
|
17077
|
adam@0
|
17078 # This is an error.
|
adam@0
|
17079 -*) as_fn_error $? "unrecognized option: \`$1'
|
adam@0
|
17080 Try \`$0 --help' for more information." ;;
|
adam@0
|
17081
|
adam@0
|
17082 *) as_fn_append ac_config_targets " $1"
|
adam@0
|
17083 ac_need_defaults=false ;;
|
adam@0
|
17084
|
adam@0
|
17085 esac
|
adam@0
|
17086 shift
|
adam@0
|
17087 done
|
adam@0
|
17088
|
adam@0
|
17089 ac_configure_extra_args=
|
adam@0
|
17090
|
adam@0
|
17091 if $ac_cs_silent; then
|
adam@0
|
17092 exec 6>/dev/null
|
adam@0
|
17093 ac_configure_extra_args="$ac_configure_extra_args --silent"
|
adam@0
|
17094 fi
|
adam@0
|
17095
|
adam@0
|
17096 _ACEOF
|
adam@0
|
17097 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
adam@0
|
17098 if \$ac_cs_recheck; then
|
adam@0
|
17099 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
|
adam@0
|
17100 shift
|
adam@0
|
17101 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
|
adam@0
|
17102 CONFIG_SHELL='$SHELL'
|
adam@0
|
17103 export CONFIG_SHELL
|
adam@0
|
17104 exec "\$@"
|
adam@0
|
17105 fi
|
adam@0
|
17106
|
adam@0
|
17107 _ACEOF
|
adam@0
|
17108 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
adam@0
|
17109 exec 5>>config.log
|
adam@0
|
17110 {
|
adam@0
|
17111 echo
|
adam@0
|
17112 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
|
adam@0
|
17113 ## Running $as_me. ##
|
adam@0
|
17114 _ASBOX
|
adam@0
|
17115 $as_echo "$ac_log"
|
adam@0
|
17116 } >&5
|
adam@0
|
17117
|
adam@0
|
17118 _ACEOF
|
adam@0
|
17119 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
adam@0
|
17120 #
|
adam@0
|
17121 # INIT-COMMANDS
|
adam@0
|
17122 #
|
adam@0
|
17123 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
|
adam@0
|
17124
|
adam@0
|
17125
|
adam@0
|
17126 # The HP-UX ksh and POSIX shell print the target directory to stdout
|
adam@0
|
17127 # if CDPATH is set.
|
adam@0
|
17128 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
|
adam@0
|
17129
|
adam@0
|
17130 sed_quote_subst='$sed_quote_subst'
|
adam@0
|
17131 double_quote_subst='$double_quote_subst'
|
adam@0
|
17132 delay_variable_subst='$delay_variable_subst'
|
adam@47
|
17133 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17134 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17135 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17136 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17137 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17138 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17139 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17140 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17141 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17142 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17143 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17144 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17145 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17146 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17147 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17148 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17149 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17150 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17151 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17152 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17153 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17154 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17155 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17156 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17157 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17158 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17159 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17160 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17161 lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17162 lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17163 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17164 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17165 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17166 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17167 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17168 file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17169 want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17170 DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17171 sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17172 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17173 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17174 archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17175 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17176 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17177 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17178 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17179 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17180 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17181 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17182 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17183 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17184 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17185 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17186 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17187 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17188 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"`'
|
adam@47
|
17189 nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17190 lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17191 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17192 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17193 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17194 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17195 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17196 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17197 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17198 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17199 MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17200 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17201 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17202 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17203 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17204 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17205 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17206 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17207 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17208 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17209 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17210 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17211 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17212 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17213 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17214 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17215 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17216 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17217 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17218 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17219 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17220 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17221 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17222 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17223 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17224 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17225 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17226 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17227 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17228 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17229 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17230 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17231 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17232 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17233 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17234 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17235 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17236 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17237 postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17238 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17239 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17240 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17241 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17242 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17243 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17244 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17245 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17246 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17247 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17248 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17249 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17250 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17251 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17252 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17253 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17254 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17255 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17256 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17257 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17258 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17259 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17260 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17261 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17262 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17263 compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17264 predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17265 postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17266 predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17267 postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17268 compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17269 LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17270 reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17271 reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17272 old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17273 compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17274 GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17275 lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17276 lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17277 lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17278 lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17279 lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17280 archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17281 enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17282 export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17283 whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17284 compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17285 old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17286 old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17287 archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17288 archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17289 module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17290 module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17291 with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17292 allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17293 no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17294 hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17295 hardcode_libdir_flag_spec_ld_CXX='`$ECHO "$hardcode_libdir_flag_spec_ld_CXX" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17296 hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17297 hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17298 hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17299 hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17300 hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17301 hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17302 inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17303 link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17304 always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17305 export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17306 exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17307 include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17308 prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17309 postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17310 file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17311 hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17312 compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17313 predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17314 postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17315 predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17316 postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
|
adam@47
|
17317 compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
|
adam@0
|
17318
|
adam@0
|
17319 LTCC='$LTCC'
|
adam@0
|
17320 LTCFLAGS='$LTCFLAGS'
|
adam@0
|
17321 compiler='$compiler_DEFAULT'
|
adam@0
|
17322
|
adam@47
|
17323 # A function that is used when there is no print builtin or printf.
|
adam@47
|
17324 func_fallback_echo ()
|
adam@47
|
17325 {
|
adam@47
|
17326 eval 'cat <<_LTECHO_EOF
|
adam@47
|
17327 \$1
|
adam@47
|
17328 _LTECHO_EOF'
|
adam@47
|
17329 }
|
adam@47
|
17330
|
adam@0
|
17331 # Quote evaled strings.
|
adam@47
|
17332 for var in SHELL \
|
adam@47
|
17333 ECHO \
|
adam@47
|
17334 SED \
|
adam@0
|
17335 GREP \
|
adam@0
|
17336 EGREP \
|
adam@0
|
17337 FGREP \
|
adam@0
|
17338 LD \
|
adam@0
|
17339 NM \
|
adam@0
|
17340 LN_S \
|
adam@0
|
17341 lt_SP2NL \
|
adam@0
|
17342 lt_NL2SP \
|
adam@0
|
17343 reload_flag \
|
adam@0
|
17344 OBJDUMP \
|
adam@0
|
17345 deplibs_check_method \
|
adam@0
|
17346 file_magic_cmd \
|
adam@47
|
17347 file_magic_glob \
|
adam@47
|
17348 want_nocaseglob \
|
adam@47
|
17349 DLLTOOL \
|
adam@47
|
17350 sharedlib_from_linklib_cmd \
|
adam@0
|
17351 AR \
|
adam@0
|
17352 AR_FLAGS \
|
adam@47
|
17353 archiver_list_spec \
|
adam@0
|
17354 STRIP \
|
adam@0
|
17355 RANLIB \
|
adam@0
|
17356 CC \
|
adam@0
|
17357 CFLAGS \
|
adam@0
|
17358 compiler \
|
adam@0
|
17359 lt_cv_sys_global_symbol_pipe \
|
adam@0
|
17360 lt_cv_sys_global_symbol_to_cdecl \
|
adam@0
|
17361 lt_cv_sys_global_symbol_to_c_name_address \
|
adam@0
|
17362 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
|
adam@47
|
17363 nm_file_list_spec \
|
adam@0
|
17364 lt_prog_compiler_no_builtin_flag \
|
adam@47
|
17365 lt_prog_compiler_pic \
|
adam@0
|
17366 lt_prog_compiler_wl \
|
adam@0
|
17367 lt_prog_compiler_static \
|
adam@0
|
17368 lt_cv_prog_compiler_c_o \
|
adam@0
|
17369 need_locks \
|
adam@47
|
17370 MANIFEST_TOOL \
|
adam@0
|
17371 DSYMUTIL \
|
adam@0
|
17372 NMEDIT \
|
adam@0
|
17373 LIPO \
|
adam@0
|
17374 OTOOL \
|
adam@0
|
17375 OTOOL64 \
|
adam@0
|
17376 shrext_cmds \
|
adam@0
|
17377 export_dynamic_flag_spec \
|
adam@0
|
17378 whole_archive_flag_spec \
|
adam@0
|
17379 compiler_needs_object \
|
adam@0
|
17380 with_gnu_ld \
|
adam@0
|
17381 allow_undefined_flag \
|
adam@0
|
17382 no_undefined_flag \
|
adam@0
|
17383 hardcode_libdir_flag_spec \
|
adam@0
|
17384 hardcode_libdir_flag_spec_ld \
|
adam@0
|
17385 hardcode_libdir_separator \
|
adam@0
|
17386 exclude_expsyms \
|
adam@0
|
17387 include_expsyms \
|
adam@0
|
17388 file_list_spec \
|
adam@0
|
17389 variables_saved_for_relink \
|
adam@0
|
17390 libname_spec \
|
adam@0
|
17391 library_names_spec \
|
adam@0
|
17392 soname_spec \
|
adam@47
|
17393 install_override_mode \
|
adam@0
|
17394 finish_eval \
|
adam@0
|
17395 old_striplib \
|
adam@1
|
17396 striplib \
|
adam@1
|
17397 compiler_lib_search_dirs \
|
adam@1
|
17398 predep_objects \
|
adam@1
|
17399 postdep_objects \
|
adam@1
|
17400 predeps \
|
adam@1
|
17401 postdeps \
|
adam@1
|
17402 compiler_lib_search_path \
|
adam@1
|
17403 LD_CXX \
|
adam@47
|
17404 reload_flag_CXX \
|
adam@1
|
17405 compiler_CXX \
|
adam@1
|
17406 lt_prog_compiler_no_builtin_flag_CXX \
|
adam@47
|
17407 lt_prog_compiler_pic_CXX \
|
adam@1
|
17408 lt_prog_compiler_wl_CXX \
|
adam@1
|
17409 lt_prog_compiler_static_CXX \
|
adam@1
|
17410 lt_cv_prog_compiler_c_o_CXX \
|
adam@1
|
17411 export_dynamic_flag_spec_CXX \
|
adam@1
|
17412 whole_archive_flag_spec_CXX \
|
adam@1
|
17413 compiler_needs_object_CXX \
|
adam@1
|
17414 with_gnu_ld_CXX \
|
adam@1
|
17415 allow_undefined_flag_CXX \
|
adam@1
|
17416 no_undefined_flag_CXX \
|
adam@1
|
17417 hardcode_libdir_flag_spec_CXX \
|
adam@1
|
17418 hardcode_libdir_flag_spec_ld_CXX \
|
adam@1
|
17419 hardcode_libdir_separator_CXX \
|
adam@1
|
17420 exclude_expsyms_CXX \
|
adam@1
|
17421 include_expsyms_CXX \
|
adam@1
|
17422 file_list_spec_CXX \
|
adam@1
|
17423 compiler_lib_search_dirs_CXX \
|
adam@1
|
17424 predep_objects_CXX \
|
adam@1
|
17425 postdep_objects_CXX \
|
adam@1
|
17426 predeps_CXX \
|
adam@1
|
17427 postdeps_CXX \
|
adam@1
|
17428 compiler_lib_search_path_CXX; do
|
adam@47
|
17429 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
|
adam@0
|
17430 *[\\\\\\\`\\"\\\$]*)
|
adam@47
|
17431 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
|
adam@0
|
17432 ;;
|
adam@0
|
17433 *)
|
adam@0
|
17434 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
|
adam@0
|
17435 ;;
|
adam@0
|
17436 esac
|
adam@0
|
17437 done
|
adam@0
|
17438
|
adam@0
|
17439 # Double-quote double-evaled strings.
|
adam@0
|
17440 for var in reload_cmds \
|
adam@0
|
17441 old_postinstall_cmds \
|
adam@0
|
17442 old_postuninstall_cmds \
|
adam@0
|
17443 old_archive_cmds \
|
adam@0
|
17444 extract_expsyms_cmds \
|
adam@0
|
17445 old_archive_from_new_cmds \
|
adam@0
|
17446 old_archive_from_expsyms_cmds \
|
adam@0
|
17447 archive_cmds \
|
adam@0
|
17448 archive_expsym_cmds \
|
adam@0
|
17449 module_cmds \
|
adam@0
|
17450 module_expsym_cmds \
|
adam@0
|
17451 export_symbols_cmds \
|
adam@0
|
17452 prelink_cmds \
|
adam@47
|
17453 postlink_cmds \
|
adam@0
|
17454 postinstall_cmds \
|
adam@0
|
17455 postuninstall_cmds \
|
adam@0
|
17456 finish_cmds \
|
adam@0
|
17457 sys_lib_search_path_spec \
|
adam@1
|
17458 sys_lib_dlsearch_path_spec \
|
adam@47
|
17459 reload_cmds_CXX \
|
adam@1
|
17460 old_archive_cmds_CXX \
|
adam@1
|
17461 old_archive_from_new_cmds_CXX \
|
adam@1
|
17462 old_archive_from_expsyms_cmds_CXX \
|
adam@1
|
17463 archive_cmds_CXX \
|
adam@1
|
17464 archive_expsym_cmds_CXX \
|
adam@1
|
17465 module_cmds_CXX \
|
adam@1
|
17466 module_expsym_cmds_CXX \
|
adam@1
|
17467 export_symbols_cmds_CXX \
|
adam@47
|
17468 prelink_cmds_CXX \
|
adam@47
|
17469 postlink_cmds_CXX; do
|
adam@47
|
17470 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
|
adam@0
|
17471 *[\\\\\\\`\\"\\\$]*)
|
adam@47
|
17472 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
|
adam@0
|
17473 ;;
|
adam@0
|
17474 *)
|
adam@0
|
17475 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
|
adam@0
|
17476 ;;
|
adam@0
|
17477 esac
|
adam@0
|
17478 done
|
adam@0
|
17479
|
adam@0
|
17480 ac_aux_dir='$ac_aux_dir'
|
adam@0
|
17481 xsi_shell='$xsi_shell'
|
adam@0
|
17482 lt_shell_append='$lt_shell_append'
|
adam@0
|
17483
|
adam@0
|
17484 # See if we are running on zsh, and set the options which allow our
|
adam@0
|
17485 # commands through without removal of \ escapes INIT.
|
adam@0
|
17486 if test -n "\${ZSH_VERSION+set}" ; then
|
adam@0
|
17487 setopt NO_GLOB_SUBST
|
adam@0
|
17488 fi
|
adam@0
|
17489
|
adam@0
|
17490
|
adam@0
|
17491 PACKAGE='$PACKAGE'
|
adam@0
|
17492 VERSION='$VERSION'
|
adam@0
|
17493 TIMESTAMP='$TIMESTAMP'
|
adam@0
|
17494 RM='$RM'
|
adam@0
|
17495 ofile='$ofile'
|
adam@0
|
17496
|
adam@0
|
17497
|
adam@0
|
17498
|
adam@0
|
17499
|
adam@1
|
17500
|
adam@1
|
17501
|
adam@0
|
17502 _ACEOF
|
adam@0
|
17503
|
adam@0
|
17504 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
adam@0
|
17505
|
adam@0
|
17506 # Handling of arguments.
|
adam@0
|
17507 for ac_config_target in $ac_config_targets
|
adam@0
|
17508 do
|
adam@0
|
17509 case $ac_config_target in
|
adam@0
|
17510 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
|
adam@0
|
17511 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
|
adam@0
|
17512 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
|
adam@0
|
17513 "src/c/Makefile") CONFIG_FILES="$CONFIG_FILES src/c/Makefile" ;;
|
adam@0
|
17514 "src/ur/config.urp") CONFIG_FILES="$CONFIG_FILES src/ur/config.urp" ;;
|
adam@0
|
17515
|
adam@47
|
17516 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
|
adam@0
|
17517 esac
|
adam@0
|
17518 done
|
adam@0
|
17519
|
adam@0
|
17520
|
adam@0
|
17521 # If the user did not use the arguments to specify the items to instantiate,
|
adam@0
|
17522 # then the envvar interface is used. Set only those that are not.
|
adam@0
|
17523 # We use the long form for the default assignment because of an extremely
|
adam@0
|
17524 # bizarre bug on SunOS 4.1.3.
|
adam@0
|
17525 if $ac_need_defaults; then
|
adam@0
|
17526 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
|
adam@0
|
17527 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
|
adam@0
|
17528 fi
|
adam@0
|
17529
|
adam@0
|
17530 # Have a temporary directory for convenience. Make it in the build tree
|
adam@0
|
17531 # simply because there is no reason against having it here, and in addition,
|
adam@0
|
17532 # creating and moving files from /tmp can sometimes cause problems.
|
adam@0
|
17533 # Hook for its removal unless debugging.
|
adam@0
|
17534 # Note that there is a small window in which the directory will not be cleaned:
|
adam@0
|
17535 # after its creation but before its name has been assigned to `$tmp'.
|
adam@0
|
17536 $debug ||
|
adam@0
|
17537 {
|
adam@47
|
17538 tmp= ac_tmp=
|
adam@0
|
17539 trap 'exit_status=$?
|
adam@47
|
17540 : "${ac_tmp:=$tmp}"
|
adam@47
|
17541 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
|
adam@0
|
17542 ' 0
|
adam@0
|
17543 trap 'as_fn_exit 1' 1 2 13 15
|
adam@0
|
17544 }
|
adam@0
|
17545 # Create a (secure) tmp directory for tmp files.
|
adam@0
|
17546
|
adam@0
|
17547 {
|
adam@0
|
17548 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
|
adam@47
|
17549 test -d "$tmp"
|
adam@0
|
17550 } ||
|
adam@0
|
17551 {
|
adam@0
|
17552 tmp=./conf$$-$RANDOM
|
adam@0
|
17553 (umask 077 && mkdir "$tmp")
|
adam@0
|
17554 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
|
adam@47
|
17555 ac_tmp=$tmp
|
adam@0
|
17556
|
adam@0
|
17557 # Set up the scripts for CONFIG_FILES section.
|
adam@0
|
17558 # No need to generate them if there are no CONFIG_FILES.
|
adam@0
|
17559 # This happens for instance with `./config.status config.h'.
|
adam@0
|
17560 if test -n "$CONFIG_FILES"; then
|
adam@0
|
17561
|
adam@0
|
17562
|
adam@0
|
17563 ac_cr=`echo X | tr X '\015'`
|
adam@0
|
17564 # On cygwin, bash can eat \r inside `` if the user requested igncr.
|
adam@0
|
17565 # But we know of no other shell where ac_cr would be empty at this
|
adam@0
|
17566 # point, so we can use a bashism as a fallback.
|
adam@0
|
17567 if test "x$ac_cr" = x; then
|
adam@0
|
17568 eval ac_cr=\$\'\\r\'
|
adam@0
|
17569 fi
|
adam@0
|
17570 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
|
adam@0
|
17571 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
|
adam@0
|
17572 ac_cs_awk_cr='\\r'
|
adam@0
|
17573 else
|
adam@0
|
17574 ac_cs_awk_cr=$ac_cr
|
adam@0
|
17575 fi
|
adam@0
|
17576
|
adam@47
|
17577 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
|
adam@0
|
17578 _ACEOF
|
adam@0
|
17579
|
adam@0
|
17580
|
adam@0
|
17581 {
|
adam@0
|
17582 echo "cat >conf$$subs.awk <<_ACEOF" &&
|
adam@0
|
17583 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
|
adam@0
|
17584 echo "_ACEOF"
|
adam@0
|
17585 } >conf$$subs.sh ||
|
adam@0
|
17586 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
|
adam@0
|
17587 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
|
adam@0
|
17588 ac_delim='%!_!# '
|
adam@0
|
17589 for ac_last_try in false false false false false :; do
|
adam@0
|
17590 . ./conf$$subs.sh ||
|
adam@0
|
17591 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
|
adam@0
|
17592
|
adam@0
|
17593 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
|
adam@0
|
17594 if test $ac_delim_n = $ac_delim_num; then
|
adam@0
|
17595 break
|
adam@0
|
17596 elif $ac_last_try; then
|
adam@0
|
17597 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
|
adam@0
|
17598 else
|
adam@0
|
17599 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
|
adam@0
|
17600 fi
|
adam@0
|
17601 done
|
adam@0
|
17602 rm -f conf$$subs.sh
|
adam@0
|
17603
|
adam@0
|
17604 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
adam@47
|
17605 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
|
adam@0
|
17606 _ACEOF
|
adam@0
|
17607 sed -n '
|
adam@0
|
17608 h
|
adam@0
|
17609 s/^/S["/; s/!.*/"]=/
|
adam@0
|
17610 p
|
adam@0
|
17611 g
|
adam@0
|
17612 s/^[^!]*!//
|
adam@0
|
17613 :repl
|
adam@0
|
17614 t repl
|
adam@0
|
17615 s/'"$ac_delim"'$//
|
adam@0
|
17616 t delim
|
adam@0
|
17617 :nl
|
adam@0
|
17618 h
|
adam@0
|
17619 s/\(.\{148\}\)..*/\1/
|
adam@0
|
17620 t more1
|
adam@0
|
17621 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
|
adam@0
|
17622 p
|
adam@0
|
17623 n
|
adam@0
|
17624 b repl
|
adam@0
|
17625 :more1
|
adam@0
|
17626 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
|
adam@0
|
17627 p
|
adam@0
|
17628 g
|
adam@0
|
17629 s/.\{148\}//
|
adam@0
|
17630 t nl
|
adam@0
|
17631 :delim
|
adam@0
|
17632 h
|
adam@0
|
17633 s/\(.\{148\}\)..*/\1/
|
adam@0
|
17634 t more2
|
adam@0
|
17635 s/["\\]/\\&/g; s/^/"/; s/$/"/
|
adam@0
|
17636 p
|
adam@0
|
17637 b
|
adam@0
|
17638 :more2
|
adam@0
|
17639 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
|
adam@0
|
17640 p
|
adam@0
|
17641 g
|
adam@0
|
17642 s/.\{148\}//
|
adam@0
|
17643 t delim
|
adam@0
|
17644 ' <conf$$subs.awk | sed '
|
adam@0
|
17645 /^[^""]/{
|
adam@0
|
17646 N
|
adam@0
|
17647 s/\n//
|
adam@0
|
17648 }
|
adam@0
|
17649 ' >>$CONFIG_STATUS || ac_write_fail=1
|
adam@0
|
17650 rm -f conf$$subs.awk
|
adam@0
|
17651 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
adam@0
|
17652 _ACAWK
|
adam@47
|
17653 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
|
adam@0
|
17654 for (key in S) S_is_set[key] = 1
|
adam@0
|
17655 FS = ""
|
adam@0
|
17656
|
adam@0
|
17657 }
|
adam@0
|
17658 {
|
adam@0
|
17659 line = $ 0
|
adam@0
|
17660 nfields = split(line, field, "@")
|
adam@0
|
17661 substed = 0
|
adam@0
|
17662 len = length(field[1])
|
adam@0
|
17663 for (i = 2; i < nfields; i++) {
|
adam@0
|
17664 key = field[i]
|
adam@0
|
17665 keylen = length(key)
|
adam@0
|
17666 if (S_is_set[key]) {
|
adam@0
|
17667 value = S[key]
|
adam@0
|
17668 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
|
adam@0
|
17669 len += length(value) + length(field[++i])
|
adam@0
|
17670 substed = 1
|
adam@0
|
17671 } else
|
adam@0
|
17672 len += 1 + keylen
|
adam@0
|
17673 }
|
adam@0
|
17674
|
adam@0
|
17675 print line
|
adam@0
|
17676 }
|
adam@0
|
17677
|
adam@0
|
17678 _ACAWK
|
adam@0
|
17679 _ACEOF
|
adam@0
|
17680 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
adam@0
|
17681 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
|
adam@0
|
17682 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
|
adam@0
|
17683 else
|
adam@0
|
17684 cat
|
adam@47
|
17685 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
|
adam@0
|
17686 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
|
adam@0
|
17687 _ACEOF
|
adam@0
|
17688
|
adam@0
|
17689 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
|
adam@0
|
17690 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
|
adam@0
|
17691 # trailing colons and then remove the whole line if VPATH becomes empty
|
adam@0
|
17692 # (actually we leave an empty line to preserve line numbers).
|
adam@0
|
17693 if test "x$srcdir" = x.; then
|
adam@0
|
17694 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
|
adam@0
|
17695 h
|
adam@0
|
17696 s///
|
adam@0
|
17697 s/^/:/
|
adam@0
|
17698 s/[ ]*$/:/
|
adam@0
|
17699 s/:\$(srcdir):/:/g
|
adam@0
|
17700 s/:\${srcdir}:/:/g
|
adam@0
|
17701 s/:@srcdir@:/:/g
|
adam@0
|
17702 s/^:*//
|
adam@0
|
17703 s/:*$//
|
adam@0
|
17704 x
|
adam@0
|
17705 s/\(=[ ]*\).*/\1/
|
adam@0
|
17706 G
|
adam@0
|
17707 s/\n//
|
adam@0
|
17708 s/^[^=]*=[ ]*$//
|
adam@0
|
17709 }'
|
adam@0
|
17710 fi
|
adam@0
|
17711
|
adam@0
|
17712 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
adam@0
|
17713 fi # test -n "$CONFIG_FILES"
|
adam@0
|
17714
|
adam@0
|
17715
|
adam@0
|
17716 eval set X " :F $CONFIG_FILES :C $CONFIG_COMMANDS"
|
adam@0
|
17717 shift
|
adam@0
|
17718 for ac_tag
|
adam@0
|
17719 do
|
adam@0
|
17720 case $ac_tag in
|
adam@0
|
17721 :[FHLC]) ac_mode=$ac_tag; continue;;
|
adam@0
|
17722 esac
|
adam@0
|
17723 case $ac_mode$ac_tag in
|
adam@0
|
17724 :[FHL]*:*);;
|
adam@47
|
17725 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
|
adam@0
|
17726 :[FH]-) ac_tag=-:-;;
|
adam@0
|
17727 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
|
adam@0
|
17728 esac
|
adam@0
|
17729 ac_save_IFS=$IFS
|
adam@0
|
17730 IFS=:
|
adam@0
|
17731 set x $ac_tag
|
adam@0
|
17732 IFS=$ac_save_IFS
|
adam@0
|
17733 shift
|
adam@0
|
17734 ac_file=$1
|
adam@0
|
17735 shift
|
adam@0
|
17736
|
adam@0
|
17737 case $ac_mode in
|
adam@0
|
17738 :L) ac_source=$1;;
|
adam@0
|
17739 :[FH])
|
adam@0
|
17740 ac_file_inputs=
|
adam@0
|
17741 for ac_f
|
adam@0
|
17742 do
|
adam@0
|
17743 case $ac_f in
|
adam@47
|
17744 -) ac_f="$ac_tmp/stdin";;
|
adam@0
|
17745 *) # Look for the file first in the build tree, then in the source tree
|
adam@0
|
17746 # (if the path is not absolute). The absolute path cannot be DOS-style,
|
adam@0
|
17747 # because $ac_f cannot contain `:'.
|
adam@0
|
17748 test -f "$ac_f" ||
|
adam@0
|
17749 case $ac_f in
|
adam@0
|
17750 [\\/$]*) false;;
|
adam@0
|
17751 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
|
adam@0
|
17752 esac ||
|
adam@47
|
17753 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
|
adam@0
|
17754 esac
|
adam@0
|
17755 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
|
adam@0
|
17756 as_fn_append ac_file_inputs " '$ac_f'"
|
adam@0
|
17757 done
|
adam@0
|
17758
|
adam@0
|
17759 # Let's still pretend it is `configure' which instantiates (i.e., don't
|
adam@0
|
17760 # use $as_me), people would be surprised to read:
|
adam@0
|
17761 # /* config.h. Generated by config.status. */
|
adam@0
|
17762 configure_input='Generated from '`
|
adam@0
|
17763 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
|
adam@0
|
17764 `' by configure.'
|
adam@0
|
17765 if test x"$ac_file" != x-; then
|
adam@0
|
17766 configure_input="$ac_file. $configure_input"
|
adam@0
|
17767 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
|
adam@0
|
17768 $as_echo "$as_me: creating $ac_file" >&6;}
|
adam@0
|
17769 fi
|
adam@0
|
17770 # Neutralize special characters interpreted by sed in replacement strings.
|
adam@0
|
17771 case $configure_input in #(
|
adam@0
|
17772 *\&* | *\|* | *\\* )
|
adam@0
|
17773 ac_sed_conf_input=`$as_echo "$configure_input" |
|
adam@0
|
17774 sed 's/[\\\\&|]/\\\\&/g'`;; #(
|
adam@0
|
17775 *) ac_sed_conf_input=$configure_input;;
|
adam@0
|
17776 esac
|
adam@0
|
17777
|
adam@0
|
17778 case $ac_tag in
|
adam@47
|
17779 *:-:* | *:-) cat >"$ac_tmp/stdin" \
|
adam@47
|
17780 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
|
adam@0
|
17781 esac
|
adam@0
|
17782 ;;
|
adam@0
|
17783 esac
|
adam@0
|
17784
|
adam@0
|
17785 ac_dir=`$as_dirname -- "$ac_file" ||
|
adam@0
|
17786 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
|
adam@0
|
17787 X"$ac_file" : 'X\(//\)[^/]' \| \
|
adam@0
|
17788 X"$ac_file" : 'X\(//\)$' \| \
|
adam@0
|
17789 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
|
adam@0
|
17790 $as_echo X"$ac_file" |
|
adam@0
|
17791 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
|
adam@0
|
17792 s//\1/
|
adam@0
|
17793 q
|
adam@0
|
17794 }
|
adam@0
|
17795 /^X\(\/\/\)[^/].*/{
|
adam@0
|
17796 s//\1/
|
adam@0
|
17797 q
|
adam@0
|
17798 }
|
adam@0
|
17799 /^X\(\/\/\)$/{
|
adam@0
|
17800 s//\1/
|
adam@0
|
17801 q
|
adam@0
|
17802 }
|
adam@0
|
17803 /^X\(\/\).*/{
|
adam@0
|
17804 s//\1/
|
adam@0
|
17805 q
|
adam@0
|
17806 }
|
adam@0
|
17807 s/.*/./; q'`
|
adam@0
|
17808 as_dir="$ac_dir"; as_fn_mkdir_p
|
adam@0
|
17809 ac_builddir=.
|
adam@0
|
17810
|
adam@0
|
17811 case "$ac_dir" in
|
adam@0
|
17812 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
|
adam@0
|
17813 *)
|
adam@0
|
17814 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
|
adam@0
|
17815 # A ".." for each directory in $ac_dir_suffix.
|
adam@0
|
17816 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
|
adam@0
|
17817 case $ac_top_builddir_sub in
|
adam@0
|
17818 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
|
adam@0
|
17819 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
|
adam@0
|
17820 esac ;;
|
adam@0
|
17821 esac
|
adam@0
|
17822 ac_abs_top_builddir=$ac_pwd
|
adam@0
|
17823 ac_abs_builddir=$ac_pwd$ac_dir_suffix
|
adam@0
|
17824 # for backward compatibility:
|
adam@0
|
17825 ac_top_builddir=$ac_top_build_prefix
|
adam@0
|
17826
|
adam@0
|
17827 case $srcdir in
|
adam@0
|
17828 .) # We are building in place.
|
adam@0
|
17829 ac_srcdir=.
|
adam@0
|
17830 ac_top_srcdir=$ac_top_builddir_sub
|
adam@0
|
17831 ac_abs_top_srcdir=$ac_pwd ;;
|
adam@0
|
17832 [\\/]* | ?:[\\/]* ) # Absolute name.
|
adam@0
|
17833 ac_srcdir=$srcdir$ac_dir_suffix;
|
adam@0
|
17834 ac_top_srcdir=$srcdir
|
adam@0
|
17835 ac_abs_top_srcdir=$srcdir ;;
|
adam@0
|
17836 *) # Relative name.
|
adam@0
|
17837 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
|
adam@0
|
17838 ac_top_srcdir=$ac_top_build_prefix$srcdir
|
adam@0
|
17839 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
|
adam@0
|
17840 esac
|
adam@0
|
17841 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
|
adam@0
|
17842
|
adam@0
|
17843
|
adam@0
|
17844 case $ac_mode in
|
adam@0
|
17845 :F)
|
adam@0
|
17846 #
|
adam@0
|
17847 # CONFIG_FILE
|
adam@0
|
17848 #
|
adam@0
|
17849
|
adam@0
|
17850 case $INSTALL in
|
adam@0
|
17851 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
|
adam@0
|
17852 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
|
adam@0
|
17853 esac
|
adam@0
|
17854 ac_MKDIR_P=$MKDIR_P
|
adam@0
|
17855 case $MKDIR_P in
|
adam@0
|
17856 [\\/$]* | ?:[\\/]* ) ;;
|
adam@0
|
17857 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
|
adam@0
|
17858 esac
|
adam@0
|
17859 _ACEOF
|
adam@0
|
17860
|
adam@0
|
17861 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
adam@0
|
17862 # If the template does not know about datarootdir, expand it.
|
adam@0
|
17863 # FIXME: This hack should be removed a few years after 2.60.
|
adam@0
|
17864 ac_datarootdir_hack=; ac_datarootdir_seen=
|
adam@0
|
17865 ac_sed_dataroot='
|
adam@0
|
17866 /datarootdir/ {
|
adam@0
|
17867 p
|
adam@0
|
17868 q
|
adam@0
|
17869 }
|
adam@0
|
17870 /@datadir@/p
|
adam@0
|
17871 /@docdir@/p
|
adam@0
|
17872 /@infodir@/p
|
adam@0
|
17873 /@localedir@/p
|
adam@0
|
17874 /@mandir@/p'
|
adam@0
|
17875 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
|
adam@0
|
17876 *datarootdir*) ac_datarootdir_seen=yes;;
|
adam@0
|
17877 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
|
adam@0
|
17878 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
|
adam@0
|
17879 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
|
adam@0
|
17880 _ACEOF
|
adam@0
|
17881 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
adam@0
|
17882 ac_datarootdir_hack='
|
adam@0
|
17883 s&@datadir@&$datadir&g
|
adam@0
|
17884 s&@docdir@&$docdir&g
|
adam@0
|
17885 s&@infodir@&$infodir&g
|
adam@0
|
17886 s&@localedir@&$localedir&g
|
adam@0
|
17887 s&@mandir@&$mandir&g
|
adam@0
|
17888 s&\\\${datarootdir}&$datarootdir&g' ;;
|
adam@0
|
17889 esac
|
adam@0
|
17890 _ACEOF
|
adam@0
|
17891
|
adam@0
|
17892 # Neutralize VPATH when `$srcdir' = `.'.
|
adam@0
|
17893 # Shell code in configure.ac might set extrasub.
|
adam@0
|
17894 # FIXME: do we really want to maintain this feature?
|
adam@0
|
17895 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
adam@0
|
17896 ac_sed_extra="$ac_vpsub
|
adam@0
|
17897 $extrasub
|
adam@0
|
17898 _ACEOF
|
adam@0
|
17899 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
adam@0
|
17900 :t
|
adam@0
|
17901 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
|
adam@0
|
17902 s|@configure_input@|$ac_sed_conf_input|;t t
|
adam@0
|
17903 s&@top_builddir@&$ac_top_builddir_sub&;t t
|
adam@0
|
17904 s&@top_build_prefix@&$ac_top_build_prefix&;t t
|
adam@0
|
17905 s&@srcdir@&$ac_srcdir&;t t
|
adam@0
|
17906 s&@abs_srcdir@&$ac_abs_srcdir&;t t
|
adam@0
|
17907 s&@top_srcdir@&$ac_top_srcdir&;t t
|
adam@0
|
17908 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
|
adam@0
|
17909 s&@builddir@&$ac_builddir&;t t
|
adam@0
|
17910 s&@abs_builddir@&$ac_abs_builddir&;t t
|
adam@0
|
17911 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
|
adam@0
|
17912 s&@INSTALL@&$ac_INSTALL&;t t
|
adam@0
|
17913 s&@MKDIR_P@&$ac_MKDIR_P&;t t
|
adam@0
|
17914 $ac_datarootdir_hack
|
adam@0
|
17915 "
|
adam@47
|
17916 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
|
adam@47
|
17917 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
|
adam@0
|
17918
|
adam@0
|
17919 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
|
adam@47
|
17920 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
|
adam@47
|
17921 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
|
adam@47
|
17922 "$ac_tmp/out"`; test -z "$ac_out"; } &&
|
adam@0
|
17923 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
|
adam@0
|
17924 which seems to be undefined. Please make sure it is defined" >&5
|
adam@0
|
17925 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
|
adam@0
|
17926 which seems to be undefined. Please make sure it is defined" >&2;}
|
adam@0
|
17927
|
adam@47
|
17928 rm -f "$ac_tmp/stdin"
|
adam@0
|
17929 case $ac_file in
|
adam@47
|
17930 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
|
adam@47
|
17931 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
|
adam@0
|
17932 esac \
|
adam@0
|
17933 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
|
adam@0
|
17934 ;;
|
adam@0
|
17935
|
adam@0
|
17936
|
adam@0
|
17937 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
|
adam@0
|
17938 $as_echo "$as_me: executing $ac_file commands" >&6;}
|
adam@0
|
17939 ;;
|
adam@0
|
17940 esac
|
adam@0
|
17941
|
adam@0
|
17942
|
adam@0
|
17943 case $ac_file$ac_mode in
|
adam@0
|
17944 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
|
adam@0
|
17945 # Autoconf 2.62 quotes --file arguments for eval, but not when files
|
adam@0
|
17946 # are listed without --file. Let's play safe and only enable the eval
|
adam@0
|
17947 # if we detect the quoting.
|
adam@0
|
17948 case $CONFIG_FILES in
|
adam@0
|
17949 *\'*) eval set x "$CONFIG_FILES" ;;
|
adam@0
|
17950 *) set x $CONFIG_FILES ;;
|
adam@0
|
17951 esac
|
adam@0
|
17952 shift
|
adam@0
|
17953 for mf
|
adam@0
|
17954 do
|
adam@0
|
17955 # Strip MF so we end up with the name of the file.
|
adam@0
|
17956 mf=`echo "$mf" | sed -e 's/:.*$//'`
|
adam@0
|
17957 # Check whether this is an Automake generated Makefile or not.
|
adam@0
|
17958 # We used to match only the files named `Makefile.in', but
|
adam@0
|
17959 # some people rename them; so instead we look at the file content.
|
adam@0
|
17960 # Grep'ing the first line is not enough: some people post-process
|
adam@0
|
17961 # each Makefile.in and add a new line on top of each file to say so.
|
adam@0
|
17962 # Grep'ing the whole file is not good either: AIX grep has a line
|
adam@0
|
17963 # limit of 2048, but all sed's we know have understand at least 4000.
|
adam@0
|
17964 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
|
adam@0
|
17965 dirpart=`$as_dirname -- "$mf" ||
|
adam@0
|
17966 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
|
adam@0
|
17967 X"$mf" : 'X\(//\)[^/]' \| \
|
adam@0
|
17968 X"$mf" : 'X\(//\)$' \| \
|
adam@0
|
17969 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
|
adam@0
|
17970 $as_echo X"$mf" |
|
adam@0
|
17971 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
|
adam@0
|
17972 s//\1/
|
adam@0
|
17973 q
|
adam@0
|
17974 }
|
adam@0
|
17975 /^X\(\/\/\)[^/].*/{
|
adam@0
|
17976 s//\1/
|
adam@0
|
17977 q
|
adam@0
|
17978 }
|
adam@0
|
17979 /^X\(\/\/\)$/{
|
adam@0
|
17980 s//\1/
|
adam@0
|
17981 q
|
adam@0
|
17982 }
|
adam@0
|
17983 /^X\(\/\).*/{
|
adam@0
|
17984 s//\1/
|
adam@0
|
17985 q
|
adam@0
|
17986 }
|
adam@0
|
17987 s/.*/./; q'`
|
adam@0
|
17988 else
|
adam@0
|
17989 continue
|
adam@0
|
17990 fi
|
adam@0
|
17991 # Extract the definition of DEPDIR, am__include, and am__quote
|
adam@0
|
17992 # from the Makefile without running `make'.
|
adam@0
|
17993 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
|
adam@0
|
17994 test -z "$DEPDIR" && continue
|
adam@0
|
17995 am__include=`sed -n 's/^am__include = //p' < "$mf"`
|
adam@0
|
17996 test -z "am__include" && continue
|
adam@0
|
17997 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
|
adam@0
|
17998 # When using ansi2knr, U may be empty or an underscore; expand it
|
adam@0
|
17999 U=`sed -n 's/^U = //p' < "$mf"`
|
adam@0
|
18000 # Find all dependency output files, they are included files with
|
adam@0
|
18001 # $(DEPDIR) in their names. We invoke sed twice because it is the
|
adam@0
|
18002 # simplest approach to changing $(DEPDIR) to its actual value in the
|
adam@0
|
18003 # expansion.
|
adam@0
|
18004 for file in `sed -n "
|
adam@0
|
18005 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
|
adam@0
|
18006 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
|
adam@0
|
18007 # Make sure the directory exists.
|
adam@0
|
18008 test -f "$dirpart/$file" && continue
|
adam@0
|
18009 fdir=`$as_dirname -- "$file" ||
|
adam@0
|
18010 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
|
adam@0
|
18011 X"$file" : 'X\(//\)[^/]' \| \
|
adam@0
|
18012 X"$file" : 'X\(//\)$' \| \
|
adam@0
|
18013 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
|
adam@0
|
18014 $as_echo X"$file" |
|
adam@0
|
18015 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
|
adam@0
|
18016 s//\1/
|
adam@0
|
18017 q
|
adam@0
|
18018 }
|
adam@0
|
18019 /^X\(\/\/\)[^/].*/{
|
adam@0
|
18020 s//\1/
|
adam@0
|
18021 q
|
adam@0
|
18022 }
|
adam@0
|
18023 /^X\(\/\/\)$/{
|
adam@0
|
18024 s//\1/
|
adam@0
|
18025 q
|
adam@0
|
18026 }
|
adam@0
|
18027 /^X\(\/\).*/{
|
adam@0
|
18028 s//\1/
|
adam@0
|
18029 q
|
adam@0
|
18030 }
|
adam@0
|
18031 s/.*/./; q'`
|
adam@0
|
18032 as_dir=$dirpart/$fdir; as_fn_mkdir_p
|
adam@0
|
18033 # echo "creating $dirpart/$file"
|
adam@0
|
18034 echo '# dummy' > "$dirpart/$file"
|
adam@0
|
18035 done
|
adam@0
|
18036 done
|
adam@0
|
18037 }
|
adam@0
|
18038 ;;
|
adam@0
|
18039 "libtool":C)
|
adam@0
|
18040
|
adam@0
|
18041 # See if we are running on zsh, and set the options which allow our
|
adam@0
|
18042 # commands through without removal of \ escapes.
|
adam@0
|
18043 if test -n "${ZSH_VERSION+set}" ; then
|
adam@0
|
18044 setopt NO_GLOB_SUBST
|
adam@0
|
18045 fi
|
adam@0
|
18046
|
adam@0
|
18047 cfgfile="${ofile}T"
|
adam@0
|
18048 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
|
adam@0
|
18049 $RM "$cfgfile"
|
adam@0
|
18050
|
adam@0
|
18051 cat <<_LT_EOF >> "$cfgfile"
|
adam@0
|
18052 #! $SHELL
|
adam@0
|
18053
|
adam@0
|
18054 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
|
adam@0
|
18055 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
|
adam@0
|
18056 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
|
adam@0
|
18057 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
|
adam@0
|
18058 #
|
adam@0
|
18059 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
|
adam@47
|
18060 # 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
|
adam@47
|
18061 # Inc.
|
adam@0
|
18062 # Written by Gordon Matzigkeit, 1996
|
adam@0
|
18063 #
|
adam@0
|
18064 # This file is part of GNU Libtool.
|
adam@0
|
18065 #
|
adam@0
|
18066 # GNU Libtool is free software; you can redistribute it and/or
|
adam@0
|
18067 # modify it under the terms of the GNU General Public License as
|
adam@0
|
18068 # published by the Free Software Foundation; either version 2 of
|
adam@0
|
18069 # the License, or (at your option) any later version.
|
adam@0
|
18070 #
|
adam@0
|
18071 # As a special exception to the GNU General Public License,
|
adam@0
|
18072 # if you distribute this file as part of a program or library that
|
adam@0
|
18073 # is built using GNU Libtool, you may include this file under the
|
adam@0
|
18074 # same distribution terms that you use for the rest of that program.
|
adam@0
|
18075 #
|
adam@0
|
18076 # GNU Libtool is distributed in the hope that it will be useful,
|
adam@0
|
18077 # but WITHOUT ANY WARRANTY; without even the implied warranty of
|
adam@0
|
18078 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
adam@0
|
18079 # GNU General Public License for more details.
|
adam@0
|
18080 #
|
adam@0
|
18081 # You should have received a copy of the GNU General Public License
|
adam@0
|
18082 # along with GNU Libtool; see the file COPYING. If not, a copy
|
adam@0
|
18083 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
|
adam@0
|
18084 # obtained by writing to the Free Software Foundation, Inc.,
|
adam@0
|
18085 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
adam@0
|
18086
|
adam@0
|
18087
|
adam@0
|
18088 # The names of the tagged configurations supported by this script.
|
adam@1
|
18089 available_tags="CXX "
|
adam@0
|
18090
|
adam@0
|
18091 # ### BEGIN LIBTOOL CONFIG
|
adam@0
|
18092
|
adam@0
|
18093 # Which release of libtool.m4 was used?
|
adam@0
|
18094 macro_version=$macro_version
|
adam@0
|
18095 macro_revision=$macro_revision
|
adam@0
|
18096
|
adam@0
|
18097 # Whether or not to build shared libraries.
|
adam@0
|
18098 build_libtool_libs=$enable_shared
|
adam@0
|
18099
|
adam@0
|
18100 # Whether or not to build static libraries.
|
adam@0
|
18101 build_old_libs=$enable_static
|
adam@0
|
18102
|
adam@0
|
18103 # What type of objects to build.
|
adam@0
|
18104 pic_mode=$pic_mode
|
adam@0
|
18105
|
adam@0
|
18106 # Whether or not to optimize for fast installation.
|
adam@0
|
18107 fast_install=$enable_fast_install
|
adam@0
|
18108
|
adam@47
|
18109 # Shell to use when invoking shell scripts.
|
adam@47
|
18110 SHELL=$lt_SHELL
|
adam@47
|
18111
|
adam@47
|
18112 # An echo program that protects backslashes.
|
adam@47
|
18113 ECHO=$lt_ECHO
|
adam@47
|
18114
|
adam@0
|
18115 # The host system.
|
adam@0
|
18116 host_alias=$host_alias
|
adam@0
|
18117 host=$host
|
adam@0
|
18118 host_os=$host_os
|
adam@0
|
18119
|
adam@0
|
18120 # The build system.
|
adam@0
|
18121 build_alias=$build_alias
|
adam@0
|
18122 build=$build
|
adam@0
|
18123 build_os=$build_os
|
adam@0
|
18124
|
adam@0
|
18125 # A sed program that does not truncate output.
|
adam@0
|
18126 SED=$lt_SED
|
adam@0
|
18127
|
adam@0
|
18128 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
|
adam@0
|
18129 Xsed="\$SED -e 1s/^X//"
|
adam@0
|
18130
|
adam@0
|
18131 # A grep program that handles long lines.
|
adam@0
|
18132 GREP=$lt_GREP
|
adam@0
|
18133
|
adam@0
|
18134 # An ERE matcher.
|
adam@0
|
18135 EGREP=$lt_EGREP
|
adam@0
|
18136
|
adam@0
|
18137 # A literal string matcher.
|
adam@0
|
18138 FGREP=$lt_FGREP
|
adam@0
|
18139
|
adam@0
|
18140 # A BSD- or MS-compatible name lister.
|
adam@0
|
18141 NM=$lt_NM
|
adam@0
|
18142
|
adam@0
|
18143 # Whether we need soft or hard links.
|
adam@0
|
18144 LN_S=$lt_LN_S
|
adam@0
|
18145
|
adam@0
|
18146 # What is the maximum length of a command?
|
adam@0
|
18147 max_cmd_len=$max_cmd_len
|
adam@0
|
18148
|
adam@0
|
18149 # Object file suffix (normally "o").
|
adam@0
|
18150 objext=$ac_objext
|
adam@0
|
18151
|
adam@0
|
18152 # Executable file suffix (normally "").
|
adam@0
|
18153 exeext=$exeext
|
adam@0
|
18154
|
adam@0
|
18155 # whether the shell understands "unset".
|
adam@0
|
18156 lt_unset=$lt_unset
|
adam@0
|
18157
|
adam@0
|
18158 # turn spaces into newlines.
|
adam@0
|
18159 SP2NL=$lt_lt_SP2NL
|
adam@0
|
18160
|
adam@0
|
18161 # turn newlines into spaces.
|
adam@0
|
18162 NL2SP=$lt_lt_NL2SP
|
adam@0
|
18163
|
adam@47
|
18164 # convert \$build file names to \$host format.
|
adam@47
|
18165 to_host_file_cmd=$lt_cv_to_host_file_cmd
|
adam@47
|
18166
|
adam@47
|
18167 # convert \$build files to toolchain format.
|
adam@47
|
18168 to_tool_file_cmd=$lt_cv_to_tool_file_cmd
|
adam@0
|
18169
|
adam@0
|
18170 # An object symbol dumper.
|
adam@0
|
18171 OBJDUMP=$lt_OBJDUMP
|
adam@0
|
18172
|
adam@0
|
18173 # Method to check whether dependent libraries are shared objects.
|
adam@0
|
18174 deplibs_check_method=$lt_deplibs_check_method
|
adam@0
|
18175
|
adam@47
|
18176 # Command to use when deplibs_check_method = "file_magic".
|
adam@0
|
18177 file_magic_cmd=$lt_file_magic_cmd
|
adam@0
|
18178
|
adam@47
|
18179 # How to find potential files when deplibs_check_method = "file_magic".
|
adam@47
|
18180 file_magic_glob=$lt_file_magic_glob
|
adam@47
|
18181
|
adam@47
|
18182 # Find potential files using nocaseglob when deplibs_check_method = "file_magic".
|
adam@47
|
18183 want_nocaseglob=$lt_want_nocaseglob
|
adam@47
|
18184
|
adam@47
|
18185 # DLL creation program.
|
adam@47
|
18186 DLLTOOL=$lt_DLLTOOL
|
adam@47
|
18187
|
adam@47
|
18188 # Command to associate shared and link libraries.
|
adam@47
|
18189 sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd
|
adam@47
|
18190
|
adam@0
|
18191 # The archiver.
|
adam@0
|
18192 AR=$lt_AR
|
adam@47
|
18193
|
adam@47
|
18194 # Flags to create an archive.
|
adam@0
|
18195 AR_FLAGS=$lt_AR_FLAGS
|
adam@0
|
18196
|
adam@47
|
18197 # How to feed a file listing to the archiver.
|
adam@47
|
18198 archiver_list_spec=$lt_archiver_list_spec
|
adam@47
|
18199
|
adam@0
|
18200 # A symbol stripping program.
|
adam@0
|
18201 STRIP=$lt_STRIP
|
adam@0
|
18202
|
adam@0
|
18203 # Commands used to install an old-style archive.
|
adam@0
|
18204 RANLIB=$lt_RANLIB
|
adam@0
|
18205 old_postinstall_cmds=$lt_old_postinstall_cmds
|
adam@0
|
18206 old_postuninstall_cmds=$lt_old_postuninstall_cmds
|
adam@0
|
18207
|
adam@47
|
18208 # Whether to use a lock for old archive extraction.
|
adam@47
|
18209 lock_old_archive_extraction=$lock_old_archive_extraction
|
adam@47
|
18210
|
adam@0
|
18211 # A C compiler.
|
adam@0
|
18212 LTCC=$lt_CC
|
adam@0
|
18213
|
adam@0
|
18214 # LTCC compiler flags.
|
adam@0
|
18215 LTCFLAGS=$lt_CFLAGS
|
adam@0
|
18216
|
adam@0
|
18217 # Take the output of nm and produce a listing of raw symbols and C names.
|
adam@0
|
18218 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
|
adam@0
|
18219
|
adam@0
|
18220 # Transform the output of nm in a proper C declaration.
|
adam@0
|
18221 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
|
adam@0
|
18222
|
adam@0
|
18223 # Transform the output of nm in a C name address pair.
|
adam@0
|
18224 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
|
adam@0
|
18225
|
adam@0
|
18226 # Transform the output of nm in a C name address pair when lib prefix is needed.
|
adam@0
|
18227 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
|
adam@0
|
18228
|
adam@47
|
18229 # Specify filename containing input files for \$NM.
|
adam@47
|
18230 nm_file_list_spec=$lt_nm_file_list_spec
|
adam@47
|
18231
|
adam@47
|
18232 # The root where to search for dependent libraries,and in which our libraries should be installed.
|
adam@47
|
18233 lt_sysroot=$lt_sysroot
|
adam@47
|
18234
|
adam@0
|
18235 # The name of the directory that contains temporary libtool files.
|
adam@0
|
18236 objdir=$objdir
|
adam@0
|
18237
|
adam@0
|
18238 # Used to examine libraries when file_magic_cmd begins with "file".
|
adam@0
|
18239 MAGIC_CMD=$MAGIC_CMD
|
adam@0
|
18240
|
adam@0
|
18241 # Must we lock files when doing compilation?
|
adam@0
|
18242 need_locks=$lt_need_locks
|
adam@0
|
18243
|
adam@47
|
18244 # Manifest tool.
|
adam@47
|
18245 MANIFEST_TOOL=$lt_MANIFEST_TOOL
|
adam@47
|
18246
|
adam@0
|
18247 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
|
adam@0
|
18248 DSYMUTIL=$lt_DSYMUTIL
|
adam@0
|
18249
|
adam@0
|
18250 # Tool to change global to local symbols on Mac OS X.
|
adam@0
|
18251 NMEDIT=$lt_NMEDIT
|
adam@0
|
18252
|
adam@0
|
18253 # Tool to manipulate fat objects and archives on Mac OS X.
|
adam@0
|
18254 LIPO=$lt_LIPO
|
adam@0
|
18255
|
adam@0
|
18256 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
|
adam@0
|
18257 OTOOL=$lt_OTOOL
|
adam@0
|
18258
|
adam@0
|
18259 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
|
adam@0
|
18260 OTOOL64=$lt_OTOOL64
|
adam@0
|
18261
|
adam@0
|
18262 # Old archive suffix (normally "a").
|
adam@0
|
18263 libext=$libext
|
adam@0
|
18264
|
adam@0
|
18265 # Shared library suffix (normally ".so").
|
adam@0
|
18266 shrext_cmds=$lt_shrext_cmds
|
adam@0
|
18267
|
adam@0
|
18268 # The commands to extract the exported symbol list from a shared archive.
|
adam@0
|
18269 extract_expsyms_cmds=$lt_extract_expsyms_cmds
|
adam@0
|
18270
|
adam@0
|
18271 # Variables whose values should be saved in libtool wrapper scripts and
|
adam@0
|
18272 # restored at link time.
|
adam@0
|
18273 variables_saved_for_relink=$lt_variables_saved_for_relink
|
adam@0
|
18274
|
adam@0
|
18275 # Do we need the "lib" prefix for modules?
|
adam@0
|
18276 need_lib_prefix=$need_lib_prefix
|
adam@0
|
18277
|
adam@0
|
18278 # Do we need a version for libraries?
|
adam@0
|
18279 need_version=$need_version
|
adam@0
|
18280
|
adam@0
|
18281 # Library versioning type.
|
adam@0
|
18282 version_type=$version_type
|
adam@0
|
18283
|
adam@0
|
18284 # Shared library runtime path variable.
|
adam@0
|
18285 runpath_var=$runpath_var
|
adam@0
|
18286
|
adam@0
|
18287 # Shared library path variable.
|
adam@0
|
18288 shlibpath_var=$shlibpath_var
|
adam@0
|
18289
|
adam@0
|
18290 # Is shlibpath searched before the hard-coded library search path?
|
adam@0
|
18291 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
|
adam@0
|
18292
|
adam@0
|
18293 # Format of library name prefix.
|
adam@0
|
18294 libname_spec=$lt_libname_spec
|
adam@0
|
18295
|
adam@0
|
18296 # List of archive names. First name is the real one, the rest are links.
|
adam@0
|
18297 # The last name is the one that the linker finds with -lNAME
|
adam@0
|
18298 library_names_spec=$lt_library_names_spec
|
adam@0
|
18299
|
adam@0
|
18300 # The coded name of the library, if different from the real name.
|
adam@0
|
18301 soname_spec=$lt_soname_spec
|
adam@0
|
18302
|
adam@47
|
18303 # Permission mode override for installation of shared libraries.
|
adam@47
|
18304 install_override_mode=$lt_install_override_mode
|
adam@47
|
18305
|
adam@0
|
18306 # Command to use after installation of a shared archive.
|
adam@0
|
18307 postinstall_cmds=$lt_postinstall_cmds
|
adam@0
|
18308
|
adam@0
|
18309 # Command to use after uninstallation of a shared archive.
|
adam@0
|
18310 postuninstall_cmds=$lt_postuninstall_cmds
|
adam@0
|
18311
|
adam@0
|
18312 # Commands used to finish a libtool library installation in a directory.
|
adam@0
|
18313 finish_cmds=$lt_finish_cmds
|
adam@0
|
18314
|
adam@0
|
18315 # As "finish_cmds", except a single script fragment to be evaled but
|
adam@0
|
18316 # not shown.
|
adam@0
|
18317 finish_eval=$lt_finish_eval
|
adam@0
|
18318
|
adam@0
|
18319 # Whether we should hardcode library paths into libraries.
|
adam@0
|
18320 hardcode_into_libs=$hardcode_into_libs
|
adam@0
|
18321
|
adam@0
|
18322 # Compile-time system search path for libraries.
|
adam@0
|
18323 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
|
adam@0
|
18324
|
adam@0
|
18325 # Run-time system search path for libraries.
|
adam@0
|
18326 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
|
adam@0
|
18327
|
adam@0
|
18328 # Whether dlopen is supported.
|
adam@0
|
18329 dlopen_support=$enable_dlopen
|
adam@0
|
18330
|
adam@0
|
18331 # Whether dlopen of programs is supported.
|
adam@0
|
18332 dlopen_self=$enable_dlopen_self
|
adam@0
|
18333
|
adam@0
|
18334 # Whether dlopen of statically linked programs is supported.
|
adam@0
|
18335 dlopen_self_static=$enable_dlopen_self_static
|
adam@0
|
18336
|
adam@0
|
18337 # Commands to strip libraries.
|
adam@0
|
18338 old_striplib=$lt_old_striplib
|
adam@0
|
18339 striplib=$lt_striplib
|
adam@0
|
18340
|
adam@0
|
18341
|
adam@0
|
18342 # The linker used to build libraries.
|
adam@0
|
18343 LD=$lt_LD
|
adam@0
|
18344
|
adam@47
|
18345 # How to create reloadable object files.
|
adam@47
|
18346 reload_flag=$lt_reload_flag
|
adam@47
|
18347 reload_cmds=$lt_reload_cmds
|
adam@47
|
18348
|
adam@0
|
18349 # Commands used to build an old-style archive.
|
adam@0
|
18350 old_archive_cmds=$lt_old_archive_cmds
|
adam@0
|
18351
|
adam@0
|
18352 # A language specific compiler.
|
adam@0
|
18353 CC=$lt_compiler
|
adam@0
|
18354
|
adam@0
|
18355 # Is the compiler the GNU compiler?
|
adam@0
|
18356 with_gcc=$GCC
|
adam@0
|
18357
|
adam@0
|
18358 # Compiler flag to turn off builtin functions.
|
adam@0
|
18359 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
|
adam@0
|
18360
|
adam@47
|
18361 # Additional compiler flags for building library objects.
|
adam@47
|
18362 pic_flag=$lt_lt_prog_compiler_pic
|
adam@47
|
18363
|
adam@0
|
18364 # How to pass a linker flag through the compiler.
|
adam@0
|
18365 wl=$lt_lt_prog_compiler_wl
|
adam@0
|
18366
|
adam@0
|
18367 # Compiler flag to prevent dynamic linking.
|
adam@0
|
18368 link_static_flag=$lt_lt_prog_compiler_static
|
adam@0
|
18369
|
adam@0
|
18370 # Does compiler simultaneously support -c and -o options?
|
adam@0
|
18371 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
|
adam@0
|
18372
|
adam@0
|
18373 # Whether or not to add -lc for building shared libraries.
|
adam@0
|
18374 build_libtool_need_lc=$archive_cmds_need_lc
|
adam@0
|
18375
|
adam@0
|
18376 # Whether or not to disallow shared libs when runtime libs are static.
|
adam@0
|
18377 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
|
adam@0
|
18378
|
adam@0
|
18379 # Compiler flag to allow reflexive dlopens.
|
adam@0
|
18380 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
|
adam@0
|
18381
|
adam@0
|
18382 # Compiler flag to generate shared objects directly from archives.
|
adam@0
|
18383 whole_archive_flag_spec=$lt_whole_archive_flag_spec
|
adam@0
|
18384
|
adam@0
|
18385 # Whether the compiler copes with passing no objects directly.
|
adam@0
|
18386 compiler_needs_object=$lt_compiler_needs_object
|
adam@0
|
18387
|
adam@0
|
18388 # Create an old-style archive from a shared archive.
|
adam@0
|
18389 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
|
adam@0
|
18390
|
adam@0
|
18391 # Create a temporary old-style archive to link instead of a shared archive.
|
adam@0
|
18392 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
|
adam@0
|
18393
|
adam@0
|
18394 # Commands used to build a shared archive.
|
adam@0
|
18395 archive_cmds=$lt_archive_cmds
|
adam@0
|
18396 archive_expsym_cmds=$lt_archive_expsym_cmds
|
adam@0
|
18397
|
adam@0
|
18398 # Commands used to build a loadable module if different from building
|
adam@0
|
18399 # a shared archive.
|
adam@0
|
18400 module_cmds=$lt_module_cmds
|
adam@0
|
18401 module_expsym_cmds=$lt_module_expsym_cmds
|
adam@0
|
18402
|
adam@0
|
18403 # Whether we are building with GNU ld or not.
|
adam@0
|
18404 with_gnu_ld=$lt_with_gnu_ld
|
adam@0
|
18405
|
adam@0
|
18406 # Flag that allows shared libraries with undefined symbols to be built.
|
adam@0
|
18407 allow_undefined_flag=$lt_allow_undefined_flag
|
adam@0
|
18408
|
adam@0
|
18409 # Flag that enforces no undefined symbols.
|
adam@0
|
18410 no_undefined_flag=$lt_no_undefined_flag
|
adam@0
|
18411
|
adam@0
|
18412 # Flag to hardcode \$libdir into a binary during linking.
|
adam@0
|
18413 # This must work even if \$libdir does not exist
|
adam@0
|
18414 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
|
adam@0
|
18415
|
adam@0
|
18416 # If ld is used when linking, flag to hardcode \$libdir into a binary
|
adam@0
|
18417 # during linking. This must work even if \$libdir does not exist.
|
adam@0
|
18418 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
|
adam@0
|
18419
|
adam@0
|
18420 # Whether we need a single "-rpath" flag with a separated argument.
|
adam@0
|
18421 hardcode_libdir_separator=$lt_hardcode_libdir_separator
|
adam@0
|
18422
|
adam@0
|
18423 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
|
adam@0
|
18424 # DIR into the resulting binary.
|
adam@0
|
18425 hardcode_direct=$hardcode_direct
|
adam@0
|
18426
|
adam@0
|
18427 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
|
adam@0
|
18428 # DIR into the resulting binary and the resulting library dependency is
|
adam@0
|
18429 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
|
adam@0
|
18430 # library is relocated.
|
adam@0
|
18431 hardcode_direct_absolute=$hardcode_direct_absolute
|
adam@0
|
18432
|
adam@0
|
18433 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
|
adam@0
|
18434 # into the resulting binary.
|
adam@0
|
18435 hardcode_minus_L=$hardcode_minus_L
|
adam@0
|
18436
|
adam@0
|
18437 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
|
adam@0
|
18438 # into the resulting binary.
|
adam@0
|
18439 hardcode_shlibpath_var=$hardcode_shlibpath_var
|
adam@0
|
18440
|
adam@0
|
18441 # Set to "yes" if building a shared library automatically hardcodes DIR
|
adam@0
|
18442 # into the library and all subsequent libraries and executables linked
|
adam@0
|
18443 # against it.
|
adam@0
|
18444 hardcode_automatic=$hardcode_automatic
|
adam@0
|
18445
|
adam@0
|
18446 # Set to yes if linker adds runtime paths of dependent libraries
|
adam@0
|
18447 # to runtime path list.
|
adam@0
|
18448 inherit_rpath=$inherit_rpath
|
adam@0
|
18449
|
adam@0
|
18450 # Whether libtool must link a program against all its dependency libraries.
|
adam@0
|
18451 link_all_deplibs=$link_all_deplibs
|
adam@0
|
18452
|
adam@0
|
18453 # Set to "yes" if exported symbols are required.
|
adam@0
|
18454 always_export_symbols=$always_export_symbols
|
adam@0
|
18455
|
adam@0
|
18456 # The commands to list exported symbols.
|
adam@0
|
18457 export_symbols_cmds=$lt_export_symbols_cmds
|
adam@0
|
18458
|
adam@0
|
18459 # Symbols that should not be listed in the preloaded symbols.
|
adam@0
|
18460 exclude_expsyms=$lt_exclude_expsyms
|
adam@0
|
18461
|
adam@0
|
18462 # Symbols that must always be exported.
|
adam@0
|
18463 include_expsyms=$lt_include_expsyms
|
adam@0
|
18464
|
adam@0
|
18465 # Commands necessary for linking programs (against libraries) with templates.
|
adam@0
|
18466 prelink_cmds=$lt_prelink_cmds
|
adam@0
|
18467
|
adam@47
|
18468 # Commands necessary for finishing linking programs.
|
adam@47
|
18469 postlink_cmds=$lt_postlink_cmds
|
adam@47
|
18470
|
adam@0
|
18471 # Specify filename containing input files.
|
adam@0
|
18472 file_list_spec=$lt_file_list_spec
|
adam@0
|
18473
|
adam@0
|
18474 # How to hardcode a shared library path into an executable.
|
adam@0
|
18475 hardcode_action=$hardcode_action
|
adam@0
|
18476
|
adam@1
|
18477 # The directories searched by this compiler when creating a shared library.
|
adam@1
|
18478 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
|
adam@1
|
18479
|
adam@1
|
18480 # Dependencies to place before and after the objects being linked to
|
adam@1
|
18481 # create a shared library.
|
adam@1
|
18482 predep_objects=$lt_predep_objects
|
adam@1
|
18483 postdep_objects=$lt_postdep_objects
|
adam@1
|
18484 predeps=$lt_predeps
|
adam@1
|
18485 postdeps=$lt_postdeps
|
adam@1
|
18486
|
adam@1
|
18487 # The library search path used internally by the compiler when linking
|
adam@1
|
18488 # a shared library.
|
adam@1
|
18489 compiler_lib_search_path=$lt_compiler_lib_search_path
|
adam@1
|
18490
|
adam@0
|
18491 # ### END LIBTOOL CONFIG
|
adam@0
|
18492
|
adam@0
|
18493 _LT_EOF
|
adam@0
|
18494
|
adam@0
|
18495 case $host_os in
|
adam@0
|
18496 aix3*)
|
adam@0
|
18497 cat <<\_LT_EOF >> "$cfgfile"
|
adam@0
|
18498 # AIX sometimes has problems with the GCC collect2 program. For some
|
adam@0
|
18499 # reason, if we set the COLLECT_NAMES environment variable, the problems
|
adam@0
|
18500 # vanish in a puff of smoke.
|
adam@0
|
18501 if test "X${COLLECT_NAMES+set}" != Xset; then
|
adam@0
|
18502 COLLECT_NAMES=
|
adam@0
|
18503 export COLLECT_NAMES
|
adam@0
|
18504 fi
|
adam@0
|
18505 _LT_EOF
|
adam@0
|
18506 ;;
|
adam@0
|
18507 esac
|
adam@0
|
18508
|
adam@0
|
18509
|
adam@0
|
18510 ltmain="$ac_aux_dir/ltmain.sh"
|
adam@0
|
18511
|
adam@0
|
18512
|
adam@0
|
18513 # We use sed instead of cat because bash on DJGPP gets confused if
|
adam@0
|
18514 # if finds mixed CR/LF and LF-only lines. Since sed operates in
|
adam@0
|
18515 # text mode, it properly converts lines to CR/LF. This bash problem
|
adam@0
|
18516 # is reportedly fixed, but why not run on old versions too?
|
adam@47
|
18517 sed '$q' "$ltmain" >> "$cfgfile" \
|
adam@47
|
18518 || (rm -f "$cfgfile"; exit 1)
|
adam@47
|
18519
|
adam@47
|
18520 if test x"$xsi_shell" = xyes; then
|
adam@47
|
18521 sed -e '/^func_dirname ()$/,/^} # func_dirname /c\
|
adam@47
|
18522 func_dirname ()\
|
adam@47
|
18523 {\
|
adam@47
|
18524 \ case ${1} in\
|
adam@47
|
18525 \ */*) func_dirname_result="${1%/*}${2}" ;;\
|
adam@47
|
18526 \ * ) func_dirname_result="${3}" ;;\
|
adam@47
|
18527 \ esac\
|
adam@47
|
18528 } # Extended-shell func_dirname implementation' "$cfgfile" > $cfgfile.tmp \
|
adam@47
|
18529 && mv -f "$cfgfile.tmp" "$cfgfile" \
|
adam@47
|
18530 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
|
adam@47
|
18531 test 0 -eq $? || _lt_function_replace_fail=:
|
adam@47
|
18532
|
adam@47
|
18533
|
adam@47
|
18534 sed -e '/^func_basename ()$/,/^} # func_basename /c\
|
adam@47
|
18535 func_basename ()\
|
adam@47
|
18536 {\
|
adam@47
|
18537 \ func_basename_result="${1##*/}"\
|
adam@47
|
18538 } # Extended-shell func_basename implementation' "$cfgfile" > $cfgfile.tmp \
|
adam@47
|
18539 && mv -f "$cfgfile.tmp" "$cfgfile" \
|
adam@47
|
18540 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
|
adam@47
|
18541 test 0 -eq $? || _lt_function_replace_fail=:
|
adam@47
|
18542
|
adam@47
|
18543
|
adam@47
|
18544 sed -e '/^func_dirname_and_basename ()$/,/^} # func_dirname_and_basename /c\
|
adam@47
|
18545 func_dirname_and_basename ()\
|
adam@47
|
18546 {\
|
adam@47
|
18547 \ case ${1} in\
|
adam@47
|
18548 \ */*) func_dirname_result="${1%/*}${2}" ;;\
|
adam@47
|
18549 \ * ) func_dirname_result="${3}" ;;\
|
adam@47
|
18550 \ esac\
|
adam@47
|
18551 \ func_basename_result="${1##*/}"\
|
adam@47
|
18552 } # Extended-shell func_dirname_and_basename implementation' "$cfgfile" > $cfgfile.tmp \
|
adam@47
|
18553 && mv -f "$cfgfile.tmp" "$cfgfile" \
|
adam@47
|
18554 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
|
adam@47
|
18555 test 0 -eq $? || _lt_function_replace_fail=:
|
adam@47
|
18556
|
adam@47
|
18557
|
adam@47
|
18558 sed -e '/^func_stripname ()$/,/^} # func_stripname /c\
|
adam@47
|
18559 func_stripname ()\
|
adam@47
|
18560 {\
|
adam@47
|
18561 \ # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are\
|
adam@47
|
18562 \ # positional parameters, so assign one to ordinary parameter first.\
|
adam@47
|
18563 \ func_stripname_result=${3}\
|
adam@47
|
18564 \ func_stripname_result=${func_stripname_result#"${1}"}\
|
adam@47
|
18565 \ func_stripname_result=${func_stripname_result%"${2}"}\
|
adam@47
|
18566 } # Extended-shell func_stripname implementation' "$cfgfile" > $cfgfile.tmp \
|
adam@47
|
18567 && mv -f "$cfgfile.tmp" "$cfgfile" \
|
adam@47
|
18568 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
|
adam@47
|
18569 test 0 -eq $? || _lt_function_replace_fail=:
|
adam@47
|
18570
|
adam@47
|
18571
|
adam@47
|
18572 sed -e '/^func_split_long_opt ()$/,/^} # func_split_long_opt /c\
|
adam@47
|
18573 func_split_long_opt ()\
|
adam@47
|
18574 {\
|
adam@47
|
18575 \ func_split_long_opt_name=${1%%=*}\
|
adam@47
|
18576 \ func_split_long_opt_arg=${1#*=}\
|
adam@47
|
18577 } # Extended-shell func_split_long_opt implementation' "$cfgfile" > $cfgfile.tmp \
|
adam@47
|
18578 && mv -f "$cfgfile.tmp" "$cfgfile" \
|
adam@47
|
18579 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
|
adam@47
|
18580 test 0 -eq $? || _lt_function_replace_fail=:
|
adam@47
|
18581
|
adam@47
|
18582
|
adam@47
|
18583 sed -e '/^func_split_short_opt ()$/,/^} # func_split_short_opt /c\
|
adam@47
|
18584 func_split_short_opt ()\
|
adam@47
|
18585 {\
|
adam@47
|
18586 \ func_split_short_opt_arg=${1#??}\
|
adam@47
|
18587 \ func_split_short_opt_name=${1%"$func_split_short_opt_arg"}\
|
adam@47
|
18588 } # Extended-shell func_split_short_opt implementation' "$cfgfile" > $cfgfile.tmp \
|
adam@47
|
18589 && mv -f "$cfgfile.tmp" "$cfgfile" \
|
adam@47
|
18590 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
|
adam@47
|
18591 test 0 -eq $? || _lt_function_replace_fail=:
|
adam@47
|
18592
|
adam@47
|
18593
|
adam@47
|
18594 sed -e '/^func_lo2o ()$/,/^} # func_lo2o /c\
|
adam@47
|
18595 func_lo2o ()\
|
adam@47
|
18596 {\
|
adam@47
|
18597 \ case ${1} in\
|
adam@47
|
18598 \ *.lo) func_lo2o_result=${1%.lo}.${objext} ;;\
|
adam@47
|
18599 \ *) func_lo2o_result=${1} ;;\
|
adam@47
|
18600 \ esac\
|
adam@47
|
18601 } # Extended-shell func_lo2o implementation' "$cfgfile" > $cfgfile.tmp \
|
adam@47
|
18602 && mv -f "$cfgfile.tmp" "$cfgfile" \
|
adam@47
|
18603 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
|
adam@47
|
18604 test 0 -eq $? || _lt_function_replace_fail=:
|
adam@47
|
18605
|
adam@47
|
18606
|
adam@47
|
18607 sed -e '/^func_xform ()$/,/^} # func_xform /c\
|
adam@47
|
18608 func_xform ()\
|
adam@47
|
18609 {\
|
adam@47
|
18610 func_xform_result=${1%.*}.lo\
|
adam@47
|
18611 } # Extended-shell func_xform implementation' "$cfgfile" > $cfgfile.tmp \
|
adam@47
|
18612 && mv -f "$cfgfile.tmp" "$cfgfile" \
|
adam@47
|
18613 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
|
adam@47
|
18614 test 0 -eq $? || _lt_function_replace_fail=:
|
adam@47
|
18615
|
adam@47
|
18616
|
adam@47
|
18617 sed -e '/^func_arith ()$/,/^} # func_arith /c\
|
adam@47
|
18618 func_arith ()\
|
adam@47
|
18619 {\
|
adam@47
|
18620 func_arith_result=$(( $* ))\
|
adam@47
|
18621 } # Extended-shell func_arith implementation' "$cfgfile" > $cfgfile.tmp \
|
adam@47
|
18622 && mv -f "$cfgfile.tmp" "$cfgfile" \
|
adam@47
|
18623 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
|
adam@47
|
18624 test 0 -eq $? || _lt_function_replace_fail=:
|
adam@47
|
18625
|
adam@47
|
18626
|
adam@47
|
18627 sed -e '/^func_len ()$/,/^} # func_len /c\
|
adam@47
|
18628 func_len ()\
|
adam@47
|
18629 {\
|
adam@47
|
18630 func_len_result=${#1}\
|
adam@47
|
18631 } # Extended-shell func_len implementation' "$cfgfile" > $cfgfile.tmp \
|
adam@47
|
18632 && mv -f "$cfgfile.tmp" "$cfgfile" \
|
adam@47
|
18633 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
|
adam@47
|
18634 test 0 -eq $? || _lt_function_replace_fail=:
|
adam@47
|
18635
|
adam@47
|
18636 fi
|
adam@47
|
18637
|
adam@47
|
18638 if test x"$lt_shell_append" = xyes; then
|
adam@47
|
18639 sed -e '/^func_append ()$/,/^} # func_append /c\
|
adam@47
|
18640 func_append ()\
|
adam@47
|
18641 {\
|
adam@47
|
18642 eval "${1}+=\\${2}"\
|
adam@47
|
18643 } # Extended-shell func_append implementation' "$cfgfile" > $cfgfile.tmp \
|
adam@47
|
18644 && mv -f "$cfgfile.tmp" "$cfgfile" \
|
adam@47
|
18645 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
|
adam@47
|
18646 test 0 -eq $? || _lt_function_replace_fail=:
|
adam@47
|
18647
|
adam@47
|
18648
|
adam@47
|
18649 sed -e '/^func_append_quoted ()$/,/^} # func_append_quoted /c\
|
adam@47
|
18650 func_append_quoted ()\
|
adam@47
|
18651 {\
|
adam@47
|
18652 \ func_quote_for_eval "${2}"\
|
adam@47
|
18653 \ eval "${1}+=\\\\ \\$func_quote_for_eval_result"\
|
adam@47
|
18654 } # Extended-shell func_append_quoted implementation' "$cfgfile" > $cfgfile.tmp \
|
adam@47
|
18655 && mv -f "$cfgfile.tmp" "$cfgfile" \
|
adam@47
|
18656 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
|
adam@47
|
18657 test 0 -eq $? || _lt_function_replace_fail=:
|
adam@47
|
18658
|
adam@47
|
18659
|
adam@47
|
18660 # Save a `func_append' function call where possible by direct use of '+='
|
adam@47
|
18661 sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \
|
adam@47
|
18662 && mv -f "$cfgfile.tmp" "$cfgfile" \
|
adam@47
|
18663 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
|
adam@47
|
18664 test 0 -eq $? || _lt_function_replace_fail=:
|
adam@47
|
18665 else
|
adam@47
|
18666 # Save a `func_append' function call even when '+=' is not available
|
adam@47
|
18667 sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \
|
adam@47
|
18668 && mv -f "$cfgfile.tmp" "$cfgfile" \
|
adam@47
|
18669 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
|
adam@47
|
18670 test 0 -eq $? || _lt_function_replace_fail=:
|
adam@47
|
18671 fi
|
adam@47
|
18672
|
adam@47
|
18673 if test x"$_lt_function_replace_fail" = x":"; then
|
adam@47
|
18674 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5
|
adam@47
|
18675 $as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;}
|
adam@47
|
18676 fi
|
adam@47
|
18677
|
adam@47
|
18678
|
adam@47
|
18679 mv -f "$cfgfile" "$ofile" ||
|
adam@0
|
18680 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
|
adam@0
|
18681 chmod +x "$ofile"
|
adam@0
|
18682
|
adam@1
|
18683
|
adam@1
|
18684 cat <<_LT_EOF >> "$ofile"
|
adam@1
|
18685
|
adam@1
|
18686 # ### BEGIN LIBTOOL TAG CONFIG: CXX
|
adam@1
|
18687
|
adam@1
|
18688 # The linker used to build libraries.
|
adam@1
|
18689 LD=$lt_LD_CXX
|
adam@1
|
18690
|
adam@47
|
18691 # How to create reloadable object files.
|
adam@47
|
18692 reload_flag=$lt_reload_flag_CXX
|
adam@47
|
18693 reload_cmds=$lt_reload_cmds_CXX
|
adam@47
|
18694
|
adam@1
|
18695 # Commands used to build an old-style archive.
|
adam@1
|
18696 old_archive_cmds=$lt_old_archive_cmds_CXX
|
adam@1
|
18697
|
adam@1
|
18698 # A language specific compiler.
|
adam@1
|
18699 CC=$lt_compiler_CXX
|
adam@1
|
18700
|
adam@1
|
18701 # Is the compiler the GNU compiler?
|
adam@1
|
18702 with_gcc=$GCC_CXX
|
adam@1
|
18703
|
adam@1
|
18704 # Compiler flag to turn off builtin functions.
|
adam@1
|
18705 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
|
adam@1
|
18706
|
adam@47
|
18707 # Additional compiler flags for building library objects.
|
adam@47
|
18708 pic_flag=$lt_lt_prog_compiler_pic_CXX
|
adam@47
|
18709
|
adam@1
|
18710 # How to pass a linker flag through the compiler.
|
adam@1
|
18711 wl=$lt_lt_prog_compiler_wl_CXX
|
adam@1
|
18712
|
adam@1
|
18713 # Compiler flag to prevent dynamic linking.
|
adam@1
|
18714 link_static_flag=$lt_lt_prog_compiler_static_CXX
|
adam@1
|
18715
|
adam@1
|
18716 # Does compiler simultaneously support -c and -o options?
|
adam@1
|
18717 compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
|
adam@1
|
18718
|
adam@1
|
18719 # Whether or not to add -lc for building shared libraries.
|
adam@1
|
18720 build_libtool_need_lc=$archive_cmds_need_lc_CXX
|
adam@1
|
18721
|
adam@1
|
18722 # Whether or not to disallow shared libs when runtime libs are static.
|
adam@1
|
18723 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
|
adam@1
|
18724
|
adam@1
|
18725 # Compiler flag to allow reflexive dlopens.
|
adam@1
|
18726 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
|
adam@1
|
18727
|
adam@1
|
18728 # Compiler flag to generate shared objects directly from archives.
|
adam@1
|
18729 whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
|
adam@1
|
18730
|
adam@1
|
18731 # Whether the compiler copes with passing no objects directly.
|
adam@1
|
18732 compiler_needs_object=$lt_compiler_needs_object_CXX
|
adam@1
|
18733
|
adam@1
|
18734 # Create an old-style archive from a shared archive.
|
adam@1
|
18735 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
|
adam@1
|
18736
|
adam@1
|
18737 # Create a temporary old-style archive to link instead of a shared archive.
|
adam@1
|
18738 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
|
adam@1
|
18739
|
adam@1
|
18740 # Commands used to build a shared archive.
|
adam@1
|
18741 archive_cmds=$lt_archive_cmds_CXX
|
adam@1
|
18742 archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
|
adam@1
|
18743
|
adam@1
|
18744 # Commands used to build a loadable module if different from building
|
adam@1
|
18745 # a shared archive.
|
adam@1
|
18746 module_cmds=$lt_module_cmds_CXX
|
adam@1
|
18747 module_expsym_cmds=$lt_module_expsym_cmds_CXX
|
adam@1
|
18748
|
adam@1
|
18749 # Whether we are building with GNU ld or not.
|
adam@1
|
18750 with_gnu_ld=$lt_with_gnu_ld_CXX
|
adam@1
|
18751
|
adam@1
|
18752 # Flag that allows shared libraries with undefined symbols to be built.
|
adam@1
|
18753 allow_undefined_flag=$lt_allow_undefined_flag_CXX
|
adam@1
|
18754
|
adam@1
|
18755 # Flag that enforces no undefined symbols.
|
adam@1
|
18756 no_undefined_flag=$lt_no_undefined_flag_CXX
|
adam@1
|
18757
|
adam@1
|
18758 # Flag to hardcode \$libdir into a binary during linking.
|
adam@1
|
18759 # This must work even if \$libdir does not exist
|
adam@1
|
18760 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
|
adam@1
|
18761
|
adam@1
|
18762 # If ld is used when linking, flag to hardcode \$libdir into a binary
|
adam@1
|
18763 # during linking. This must work even if \$libdir does not exist.
|
adam@1
|
18764 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX
|
adam@1
|
18765
|
adam@1
|
18766 # Whether we need a single "-rpath" flag with a separated argument.
|
adam@1
|
18767 hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
|
adam@1
|
18768
|
adam@1
|
18769 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
|
adam@1
|
18770 # DIR into the resulting binary.
|
adam@1
|
18771 hardcode_direct=$hardcode_direct_CXX
|
adam@1
|
18772
|
adam@1
|
18773 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
|
adam@1
|
18774 # DIR into the resulting binary and the resulting library dependency is
|
adam@1
|
18775 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
|
adam@1
|
18776 # library is relocated.
|
adam@1
|
18777 hardcode_direct_absolute=$hardcode_direct_absolute_CXX
|
adam@1
|
18778
|
adam@1
|
18779 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
|
adam@1
|
18780 # into the resulting binary.
|
adam@1
|
18781 hardcode_minus_L=$hardcode_minus_L_CXX
|
adam@1
|
18782
|
adam@1
|
18783 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
|
adam@1
|
18784 # into the resulting binary.
|
adam@1
|
18785 hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
|
adam@1
|
18786
|
adam@1
|
18787 # Set to "yes" if building a shared library automatically hardcodes DIR
|
adam@1
|
18788 # into the library and all subsequent libraries and executables linked
|
adam@1
|
18789 # against it.
|
adam@1
|
18790 hardcode_automatic=$hardcode_automatic_CXX
|
adam@1
|
18791
|
adam@1
|
18792 # Set to yes if linker adds runtime paths of dependent libraries
|
adam@1
|
18793 # to runtime path list.
|
adam@1
|
18794 inherit_rpath=$inherit_rpath_CXX
|
adam@1
|
18795
|
adam@1
|
18796 # Whether libtool must link a program against all its dependency libraries.
|
adam@1
|
18797 link_all_deplibs=$link_all_deplibs_CXX
|
adam@1
|
18798
|
adam@1
|
18799 # Set to "yes" if exported symbols are required.
|
adam@1
|
18800 always_export_symbols=$always_export_symbols_CXX
|
adam@1
|
18801
|
adam@1
|
18802 # The commands to list exported symbols.
|
adam@1
|
18803 export_symbols_cmds=$lt_export_symbols_cmds_CXX
|
adam@1
|
18804
|
adam@1
|
18805 # Symbols that should not be listed in the preloaded symbols.
|
adam@1
|
18806 exclude_expsyms=$lt_exclude_expsyms_CXX
|
adam@1
|
18807
|
adam@1
|
18808 # Symbols that must always be exported.
|
adam@1
|
18809 include_expsyms=$lt_include_expsyms_CXX
|
adam@1
|
18810
|
adam@1
|
18811 # Commands necessary for linking programs (against libraries) with templates.
|
adam@1
|
18812 prelink_cmds=$lt_prelink_cmds_CXX
|
adam@1
|
18813
|
adam@47
|
18814 # Commands necessary for finishing linking programs.
|
adam@47
|
18815 postlink_cmds=$lt_postlink_cmds_CXX
|
adam@47
|
18816
|
adam@1
|
18817 # Specify filename containing input files.
|
adam@1
|
18818 file_list_spec=$lt_file_list_spec_CXX
|
adam@1
|
18819
|
adam@1
|
18820 # How to hardcode a shared library path into an executable.
|
adam@1
|
18821 hardcode_action=$hardcode_action_CXX
|
adam@1
|
18822
|
adam@1
|
18823 # The directories searched by this compiler when creating a shared library.
|
adam@1
|
18824 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX
|
adam@1
|
18825
|
adam@1
|
18826 # Dependencies to place before and after the objects being linked to
|
adam@1
|
18827 # create a shared library.
|
adam@1
|
18828 predep_objects=$lt_predep_objects_CXX
|
adam@1
|
18829 postdep_objects=$lt_postdep_objects_CXX
|
adam@1
|
18830 predeps=$lt_predeps_CXX
|
adam@1
|
18831 postdeps=$lt_postdeps_CXX
|
adam@1
|
18832
|
adam@1
|
18833 # The library search path used internally by the compiler when linking
|
adam@1
|
18834 # a shared library.
|
adam@1
|
18835 compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
|
adam@1
|
18836
|
adam@1
|
18837 # ### END LIBTOOL TAG CONFIG: CXX
|
adam@1
|
18838 _LT_EOF
|
adam@1
|
18839
|
adam@0
|
18840 ;;
|
adam@0
|
18841
|
adam@0
|
18842 esac
|
adam@0
|
18843 done # for ac_tag
|
adam@0
|
18844
|
adam@0
|
18845
|
adam@0
|
18846 as_fn_exit 0
|
adam@0
|
18847 _ACEOF
|
adam@0
|
18848 ac_clean_files=$ac_clean_files_save
|
adam@0
|
18849
|
adam@0
|
18850 test $ac_write_fail = 0 ||
|
adam@0
|
18851 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
|
adam@0
|
18852
|
adam@0
|
18853
|
adam@0
|
18854 # configure is writing to config.log, and then calls config.status.
|
adam@0
|
18855 # config.status does its own redirection, appending to config.log.
|
adam@0
|
18856 # Unfortunately, on DOS this fails, as config.log is still kept open
|
adam@0
|
18857 # by configure, so config.status won't be able to write to it; its
|
adam@0
|
18858 # output is simply discarded. So we exec the FD to /dev/null,
|
adam@0
|
18859 # effectively closing config.log, so it can be properly (re)opened and
|
adam@0
|
18860 # appended to by config.status. When coming back to configure, we
|
adam@0
|
18861 # need to make the FD available again.
|
adam@0
|
18862 if test "$no_create" != yes; then
|
adam@0
|
18863 ac_cs_success=:
|
adam@0
|
18864 ac_config_status_args=
|
adam@0
|
18865 test "$silent" = yes &&
|
adam@0
|
18866 ac_config_status_args="$ac_config_status_args --quiet"
|
adam@0
|
18867 exec 5>/dev/null
|
adam@0
|
18868 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
|
adam@0
|
18869 exec 5>>config.log
|
adam@0
|
18870 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
|
adam@0
|
18871 # would make configure fail if this is the last instruction.
|
adam@0
|
18872 $ac_cs_success || as_fn_exit 1
|
adam@0
|
18873 fi
|
adam@0
|
18874 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
|
adam@0
|
18875 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
|
adam@0
|
18876 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
|
adam@0
|
18877 fi
|
adam@0
|
18878
|
adam@0
|
18879
|
adam@0
|
18880 cat <<EOF
|
adam@0
|
18881
|
adam@0
|
18882 Ur/Web OpenID library configuration:
|
adam@0
|
18883 lib directory: LIB $LIB
|
adam@0
|
18884 include directory: INCLUDE $INCLUDE
|
adam@0
|
18885 EOF
|