configure revision 1.42 1 1.1 agc #! /bin/sh
2 1.42 agc # From configure.ac Revision: 1.41 .
3 1.1 agc # Guess values for system-dependent variables and create Makefiles.
4 1.41 agc # Generated by GNU Autoconf 2.69 for netpgp 20140220.
5 1.1 agc #
6 1.3 agc # Report bugs to <Alistair Crooks <agc (at] netbsd.org> c0596823>.
7 1.1 agc #
8 1.39 agc #
9 1.39 agc # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
10 1.39 agc #
11 1.39 agc #
12 1.1 agc # This configure script is free software; the Free Software Foundation
13 1.1 agc # gives unlimited permission to copy, distribute and modify it.
14 1.39 agc ## -------------------- ##
15 1.39 agc ## M4sh Initialization. ##
16 1.39 agc ## -------------------- ##
17 1.1 agc
18 1.1 agc # Be more Bourne compatible
19 1.1 agc DUALCASE=1; export DUALCASE # for MKS sh
20 1.39 agc if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
21 1.1 agc emulate sh
22 1.1 agc NULLCMD=:
23 1.2 agc # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
24 1.1 agc # is contrary to our usage. Disable this feature.
25 1.1 agc alias -g '${1+"$@"}'='"$@"'
26 1.1 agc setopt NO_GLOB_SUBST
27 1.1 agc else
28 1.39 agc case `(set -o) 2>/dev/null` in #(
29 1.39 agc *posix*) :
30 1.39 agc set -o posix ;; #(
31 1.39 agc *) :
32 1.39 agc ;;
33 1.1 agc esac
34 1.1 agc fi
35 1.1 agc
36 1.1 agc
37 1.2 agc as_nl='
38 1.2 agc '
39 1.2 agc export as_nl
40 1.2 agc # Printing a long string crashes Solaris 7 /usr/bin/printf.
41 1.2 agc as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
42 1.2 agc as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
43 1.2 agc as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
44 1.39 agc # Prefer a ksh shell builtin over an external printf program on Solaris,
45 1.39 agc # but without wasting forks for bash or zsh.
46 1.39 agc if test -z "$BASH_VERSION$ZSH_VERSION" \
47 1.39 agc && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
48 1.39 agc as_echo='print -r --'
49 1.39 agc as_echo_n='print -rn --'
50 1.39 agc elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
51 1.2 agc as_echo='printf %s\n'
52 1.2 agc as_echo_n='printf %s'
53 1.2 agc else
54 1.2 agc if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
55 1.2 agc as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
56 1.2 agc as_echo_n='/usr/ucb/echo -n'
57 1.2 agc else
58 1.2 agc as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
59 1.2 agc as_echo_n_body='eval
60 1.2 agc arg=$1;
61 1.39 agc case $arg in #(
62 1.2 agc *"$as_nl"*)
63 1.2 agc expr "X$arg" : "X\\(.*\\)$as_nl";
64 1.2 agc arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
65 1.2 agc esac;
66 1.2 agc expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
67 1.2 agc '
68 1.2 agc export as_echo_n_body
69 1.2 agc as_echo_n='sh -c $as_echo_n_body as_echo'
70 1.2 agc fi
71 1.2 agc export as_echo_body
72 1.2 agc as_echo='sh -c $as_echo_body as_echo'
73 1.2 agc fi
74 1.2 agc
75 1.1 agc # The user is always right.
76 1.1 agc if test "${PATH_SEPARATOR+set}" != set; then
77 1.2 agc PATH_SEPARATOR=:
78 1.2 agc (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
79 1.2 agc (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
80 1.2 agc PATH_SEPARATOR=';'
81 1.2 agc }
82 1.1 agc fi
83 1.1 agc
84 1.1 agc
85 1.1 agc # IFS
86 1.1 agc # We need space, tab and new line, in precisely that order. Quoting is
87 1.1 agc # there to prevent editors from complaining about space-tab.
88 1.1 agc # (If _AS_PATH_WALK were called with IFS unset, it would disable word
89 1.1 agc # splitting by setting IFS to empty value.)
90 1.1 agc IFS=" "" $as_nl"
91 1.1 agc
92 1.1 agc # Find who we are. Look in the path if we contain no directory separator.
93 1.39 agc as_myself=
94 1.39 agc case $0 in #((
95 1.1 agc *[\\/]* ) as_myself=$0 ;;
96 1.1 agc *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
97 1.1 agc for as_dir in $PATH
98 1.1 agc do
99 1.1 agc IFS=$as_save_IFS
100 1.1 agc test -z "$as_dir" && as_dir=.
101 1.39 agc test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
102 1.39 agc done
103 1.1 agc IFS=$as_save_IFS
104 1.1 agc
105 1.1 agc ;;
106 1.1 agc esac
107 1.1 agc # We did not find ourselves, most probably we were run as `sh COMMAND'
108 1.1 agc # in which case we are not to be found in the path.
109 1.1 agc if test "x$as_myself" = x; then
110 1.1 agc as_myself=$0
111 1.1 agc fi
112 1.1 agc if test ! -f "$as_myself"; then
113 1.2 agc $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
114 1.39 agc exit 1
115 1.1 agc fi
116 1.1 agc
117 1.39 agc # Unset variables that we do not need and which cause bugs (e.g. in
118 1.39 agc # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
119 1.39 agc # suppresses any "Segmentation fault" message there. '((' could
120 1.39 agc # trigger a bug in pdksh 5.2.14.
121 1.39 agc for as_var in BASH_ENV ENV MAIL MAILPATH
122 1.39 agc do eval test x\${$as_var+set} = xset \
123 1.39 agc && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
124 1.1 agc done
125 1.1 agc PS1='$ '
126 1.1 agc PS2='> '
127 1.1 agc PS4='+ '
128 1.1 agc
129 1.1 agc # NLS nuisances.
130 1.2 agc LC_ALL=C
131 1.2 agc export LC_ALL
132 1.2 agc LANGUAGE=C
133 1.2 agc export LANGUAGE
134 1.1 agc
135 1.1 agc # CDPATH.
136 1.39 agc (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
137 1.1 agc
138 1.39 agc # Use a proper internal environment variable to ensure we don't fall
139 1.39 agc # into an infinite loop, continuously re-executing ourselves.
140 1.39 agc if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
141 1.39 agc _as_can_reexec=no; export _as_can_reexec;
142 1.39 agc # We cannot yet assume a decent shell, so we have to provide a
143 1.39 agc # neutralization value for shells without unset; and this also
144 1.39 agc # works around shells that cannot unset nonexistent variables.
145 1.39 agc # Preserve -v and -x to the replacement shell.
146 1.39 agc BASH_ENV=/dev/null
147 1.39 agc ENV=/dev/null
148 1.39 agc (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
149 1.39 agc case $- in # ((((
150 1.39 agc *v*x* | *x*v* ) as_opts=-vx ;;
151 1.39 agc *v* ) as_opts=-v ;;
152 1.39 agc *x* ) as_opts=-x ;;
153 1.39 agc * ) as_opts= ;;
154 1.39 agc esac
155 1.39 agc exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
156 1.39 agc # Admittedly, this is quite paranoid, since all the known shells bail
157 1.39 agc # out after a failed `exec'.
158 1.39 agc $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
159 1.39 agc as_fn_exit 255
160 1.39 agc fi
161 1.39 agc # We don't want this to propagate to other subprocesses.
162 1.39 agc { _as_can_reexec=; unset _as_can_reexec;}
163 1.1 agc if test "x$CONFIG_SHELL" = x; then
164 1.39 agc as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
165 1.39 agc emulate sh
166 1.39 agc NULLCMD=:
167 1.39 agc # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
168 1.39 agc # is contrary to our usage. Disable this feature.
169 1.39 agc alias -g '\${1+\"\$@\"}'='\"\$@\"'
170 1.39 agc setopt NO_GLOB_SUBST
171 1.1 agc else
172 1.39 agc case \`(set -o) 2>/dev/null\` in #(
173 1.39 agc *posix*) :
174 1.39 agc set -o posix ;; #(
175 1.39 agc *) :
176 1.39 agc ;;
177 1.39 agc esac
178 1.1 agc fi
179 1.39 agc "
180 1.39 agc as_required="as_fn_return () { (exit \$1); }
181 1.39 agc as_fn_success () { as_fn_return 0; }
182 1.39 agc as_fn_failure () { as_fn_return 1; }
183 1.39 agc as_fn_ret_success () { return 0; }
184 1.39 agc as_fn_ret_failure () { return 1; }
185 1.1 agc
186 1.1 agc exitcode=0
187 1.39 agc as_fn_success || { exitcode=1; echo as_fn_success failed.; }
188 1.39 agc as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
189 1.39 agc as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
190 1.39 agc as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
191 1.39 agc if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
192 1.39 agc
193 1.39 agc else
194 1.39 agc exitcode=1; echo positional parameters were not saved.
195 1.39 agc fi
196 1.39 agc test x\$exitcode = x0 || exit 1
197 1.39 agc test -x / || exit 1"
198 1.39 agc as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
199 1.39 agc as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
200 1.39 agc eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
201 1.39 agc test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
202 1.39 agc test \$(( 1 + 1 )) = 2 || exit 1"
203 1.39 agc if (eval "$as_required") 2>/dev/null; then :
204 1.39 agc as_have_required=yes
205 1.1 agc else
206 1.39 agc as_have_required=no
207 1.1 agc fi
208 1.39 agc if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
209 1.1 agc
210 1.1 agc else
211 1.39 agc as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
212 1.39 agc as_found=false
213 1.1 agc for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
214 1.1 agc do
215 1.1 agc IFS=$as_save_IFS
216 1.1 agc test -z "$as_dir" && as_dir=.
217 1.39 agc as_found=:
218 1.39 agc case $as_dir in #(
219 1.1 agc /*)
220 1.1 agc for as_base in sh bash ksh sh5; do
221 1.39 agc # Try only shells that exist, to save several forks.
222 1.39 agc as_shell=$as_dir/$as_base
223 1.39 agc if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
224 1.39 agc { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
225 1.39 agc CONFIG_SHELL=$as_shell as_have_required=yes
226 1.39 agc if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
227 1.39 agc break 2
228 1.39 agc fi
229 1.39 agc fi
230 1.1 agc done;;
231 1.1 agc esac
232 1.39 agc as_found=false
233 1.1 agc done
234 1.39 agc $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
235 1.39 agc { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
236 1.39 agc CONFIG_SHELL=$SHELL as_have_required=yes
237 1.39 agc fi; }
238 1.1 agc IFS=$as_save_IFS
239 1.1 agc
240 1.1 agc
241 1.39 agc if test "x$CONFIG_SHELL" != x; then :
242 1.39 agc export CONFIG_SHELL
243 1.39 agc # We cannot yet assume a decent shell, so we have to provide a
244 1.39 agc # neutralization value for shells without unset; and this also
245 1.39 agc # works around shells that cannot unset nonexistent variables.
246 1.39 agc # Preserve -v and -x to the replacement shell.
247 1.39 agc BASH_ENV=/dev/null
248 1.39 agc ENV=/dev/null
249 1.39 agc (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
250 1.39 agc case $- in # ((((
251 1.39 agc *v*x* | *x*v* ) as_opts=-vx ;;
252 1.39 agc *v* ) as_opts=-v ;;
253 1.39 agc *x* ) as_opts=-x ;;
254 1.39 agc * ) as_opts= ;;
255 1.39 agc esac
256 1.39 agc exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
257 1.39 agc # Admittedly, this is quite paranoid, since all the known shells bail
258 1.39 agc # out after a failed `exec'.
259 1.39 agc $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
260 1.39 agc exit 255
261 1.39 agc fi
262 1.39 agc
263 1.39 agc if test x$as_have_required = xno; then :
264 1.39 agc $as_echo "$0: This script requires a shell more modern than all"
265 1.39 agc $as_echo "$0: the shells that I found on your system."
266 1.39 agc if test x${ZSH_VERSION+set} = xset ; then
267 1.39 agc $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
268 1.39 agc $as_echo "$0: be upgraded to zsh 4.3.4 or later."
269 1.39 agc else
270 1.39 agc $as_echo "$0: Please tell bug-autoconf (at] gnu.org and Alistair Crooks
271 1.39 agc $0: <agc (at] netbsd.org> c0596823 about your system, including
272 1.39 agc $0: any error possibly output before this message. Then
273 1.39 agc $0: install a modern shell, or manually run the script
274 1.39 agc $0: under such a shell if you do have one."
275 1.39 agc fi
276 1.39 agc exit 1
277 1.39 agc fi
278 1.1 agc fi
279 1.1 agc fi
280 1.39 agc SHELL=${CONFIG_SHELL-/bin/sh}
281 1.39 agc export SHELL
282 1.39 agc # Unset more variables known to interfere with behavior of common tools.
283 1.39 agc CLICOLOR_FORCE= GREP_OPTIONS=
284 1.39 agc unset CLICOLOR_FORCE GREP_OPTIONS
285 1.1 agc
286 1.39 agc ## --------------------- ##
287 1.39 agc ## M4sh Shell Functions. ##
288 1.39 agc ## --------------------- ##
289 1.39 agc # as_fn_unset VAR
290 1.39 agc # ---------------
291 1.39 agc # Portably unset VAR.
292 1.39 agc as_fn_unset ()
293 1.39 agc {
294 1.39 agc { eval $1=; unset $1;}
295 1.39 agc }
296 1.39 agc as_unset=as_fn_unset
297 1.39 agc
298 1.39 agc # as_fn_set_status STATUS
299 1.39 agc # -----------------------
300 1.39 agc # Set $? to STATUS, without forking.
301 1.39 agc as_fn_set_status ()
302 1.39 agc {
303 1.39 agc return $1
304 1.39 agc } # as_fn_set_status
305 1.39 agc
306 1.39 agc # as_fn_exit STATUS
307 1.39 agc # -----------------
308 1.39 agc # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
309 1.39 agc as_fn_exit ()
310 1.39 agc {
311 1.39 agc set +e
312 1.39 agc as_fn_set_status $1
313 1.39 agc exit $1
314 1.39 agc } # as_fn_exit
315 1.39 agc
316 1.39 agc # as_fn_mkdir_p
317 1.39 agc # -------------
318 1.39 agc # Create "$as_dir" as a directory, including parents if necessary.
319 1.39 agc as_fn_mkdir_p ()
320 1.39 agc {
321 1.1 agc
322 1.39 agc case $as_dir in #(
323 1.39 agc -*) as_dir=./$as_dir;;
324 1.39 agc esac
325 1.39 agc test -d "$as_dir" || eval $as_mkdir_p || {
326 1.39 agc as_dirs=
327 1.39 agc while :; do
328 1.39 agc case $as_dir in #(
329 1.39 agc *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
330 1.39 agc *) as_qdir=$as_dir;;
331 1.39 agc esac
332 1.39 agc as_dirs="'$as_qdir' $as_dirs"
333 1.39 agc as_dir=`$as_dirname -- "$as_dir" ||
334 1.39 agc $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
335 1.39 agc X"$as_dir" : 'X\(//\)[^/]' \| \
336 1.39 agc X"$as_dir" : 'X\(//\)$' \| \
337 1.39 agc X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
338 1.39 agc $as_echo X"$as_dir" |
339 1.39 agc sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
340 1.39 agc s//\1/
341 1.39 agc q
342 1.39 agc }
343 1.39 agc /^X\(\/\/\)[^/].*/{
344 1.39 agc s//\1/
345 1.39 agc q
346 1.39 agc }
347 1.39 agc /^X\(\/\/\)$/{
348 1.39 agc s//\1/
349 1.39 agc q
350 1.39 agc }
351 1.39 agc /^X\(\/\).*/{
352 1.39 agc s//\1/
353 1.39 agc q
354 1.39 agc }
355 1.39 agc s/.*/./; q'`
356 1.39 agc test -d "$as_dir" && break
357 1.39 agc done
358 1.39 agc test -z "$as_dirs" || eval "mkdir $as_dirs"
359 1.39 agc } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
360 1.1 agc
361 1.1 agc
362 1.39 agc } # as_fn_mkdir_p
363 1.1 agc
364 1.39 agc # as_fn_executable_p FILE
365 1.39 agc # -----------------------
366 1.39 agc # Test if FILE is an executable regular file.
367 1.39 agc as_fn_executable_p ()
368 1.39 agc {
369 1.39 agc test -f "$1" && test -x "$1"
370 1.39 agc } # as_fn_executable_p
371 1.39 agc # as_fn_append VAR VALUE
372 1.39 agc # ----------------------
373 1.39 agc # Append the text in VALUE to the end of the definition contained in VAR. Take
374 1.39 agc # advantage of any shell optimizations that allow amortized linear growth over
375 1.39 agc # repeated appends, instead of the typical quadratic growth present in naive
376 1.39 agc # implementations.
377 1.39 agc if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
378 1.39 agc eval 'as_fn_append ()
379 1.39 agc {
380 1.39 agc eval $1+=\$2
381 1.39 agc }'
382 1.1 agc else
383 1.39 agc as_fn_append ()
384 1.39 agc {
385 1.39 agc eval $1=\$$1\$2
386 1.39 agc }
387 1.39 agc fi # as_fn_append
388 1.1 agc
389 1.39 agc # as_fn_arith ARG...
390 1.39 agc # ------------------
391 1.39 agc # Perform arithmetic evaluation on the ARGs, and store the result in the
392 1.39 agc # global $as_val. Take advantage of shells that can avoid forks. The arguments
393 1.39 agc # must be portable across $(()) and expr.
394 1.39 agc if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
395 1.39 agc eval 'as_fn_arith ()
396 1.39 agc {
397 1.39 agc as_val=$(( $* ))
398 1.39 agc }'
399 1.1 agc else
400 1.39 agc as_fn_arith ()
401 1.39 agc {
402 1.39 agc as_val=`expr "$@" || test $? -eq 1`
403 1.39 agc }
404 1.39 agc fi # as_fn_arith
405 1.1 agc
406 1.1 agc
407 1.39 agc # as_fn_error STATUS ERROR [LINENO LOG_FD]
408 1.39 agc # ----------------------------------------
409 1.39 agc # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
410 1.39 agc # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
411 1.39 agc # script with STATUS, using 1 if that was 0.
412 1.39 agc as_fn_error ()
413 1.39 agc {
414 1.39 agc as_status=$1; test $as_status -eq 0 && as_status=1
415 1.39 agc if test "$4"; then
416 1.39 agc as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
417 1.39 agc $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
418 1.39 agc fi
419 1.39 agc $as_echo "$as_me: error: $2" >&2
420 1.39 agc as_fn_exit $as_status
421 1.39 agc } # as_fn_error
422 1.1 agc
423 1.39 agc if expr a : '\(a\)' >/dev/null 2>&1 &&
424 1.39 agc test "X`expr 00001 : '.*\(...\)'`" = X001; then
425 1.39 agc as_expr=expr
426 1.1 agc else
427 1.39 agc as_expr=false
428 1.1 agc fi
429 1.1 agc
430 1.39 agc if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
431 1.39 agc as_basename=basename
432 1.1 agc else
433 1.39 agc as_basename=false
434 1.1 agc fi
435 1.1 agc
436 1.39 agc if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
437 1.39 agc as_dirname=dirname
438 1.1 agc else
439 1.39 agc as_dirname=false
440 1.1 agc fi
441 1.1 agc
442 1.39 agc as_me=`$as_basename -- "$0" ||
443 1.39 agc $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
444 1.39 agc X"$0" : 'X\(//\)$' \| \
445 1.39 agc X"$0" : 'X\(/\)' \| . 2>/dev/null ||
446 1.39 agc $as_echo X/"$0" |
447 1.39 agc sed '/^.*\/\([^/][^/]*\)\/*$/{
448 1.39 agc s//\1/
449 1.39 agc q
450 1.39 agc }
451 1.39 agc /^X\/\(\/\/\)$/{
452 1.39 agc s//\1/
453 1.39 agc q
454 1.39 agc }
455 1.39 agc /^X\/\(\/\).*/{
456 1.39 agc s//\1/
457 1.39 agc q
458 1.39 agc }
459 1.39 agc s/.*/./; q'`
460 1.1 agc
461 1.39 agc # Avoid depending upon Character Ranges.
462 1.39 agc as_cr_letters='abcdefghijklmnopqrstuvwxyz'
463 1.39 agc as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
464 1.39 agc as_cr_Letters=$as_cr_letters$as_cr_LETTERS
465 1.39 agc as_cr_digits='0123456789'
466 1.39 agc as_cr_alnum=$as_cr_Letters$as_cr_digits
467 1.1 agc
468 1.1 agc
469 1.39 agc as_lineno_1=$LINENO as_lineno_1a=$LINENO
470 1.39 agc as_lineno_2=$LINENO as_lineno_2a=$LINENO
471 1.39 agc eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
472 1.39 agc test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
473 1.39 agc # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
474 1.1 agc sed -n '
475 1.1 agc p
476 1.1 agc /[$]LINENO/=
477 1.1 agc ' <$as_myself |
478 1.1 agc sed '
479 1.1 agc s/[$]LINENO.*/&-/
480 1.1 agc t lineno
481 1.1 agc b
482 1.1 agc :lineno
483 1.1 agc N
484 1.1 agc :loop
485 1.1 agc s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
486 1.1 agc t loop
487 1.1 agc s/-\n.*//
488 1.1 agc ' >$as_me.lineno &&
489 1.1 agc chmod +x "$as_me.lineno" ||
490 1.39 agc { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
491 1.1 agc
492 1.39 agc # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
493 1.39 agc # already done that, so ensure we don't try to do so again and fall
494 1.39 agc # in an infinite loop. This has already happened in practice.
495 1.39 agc _as_can_reexec=no; export _as_can_reexec
496 1.1 agc # Don't try to exec as it changes $[0], causing all sort of problems
497 1.1 agc # (the dirname of $[0] is not the place where we might find the
498 1.1 agc # original and so on. Autoconf is especially sensitive to this).
499 1.1 agc . "./$as_me.lineno"
500 1.1 agc # Exit status is that of the last command.
501 1.1 agc exit
502 1.1 agc }
503 1.1 agc
504 1.39 agc ECHO_C= ECHO_N= ECHO_T=
505 1.39 agc case `echo -n x` in #(((((
506 1.39 agc -n*)
507 1.39 agc case `echo 'xy\c'` in
508 1.39 agc *c*) ECHO_T=' ';; # ECHO_T is single tab character.
509 1.39 agc xy) ECHO_C='\c';;
510 1.39 agc *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
511 1.39 agc ECHO_T=' ';;
512 1.39 agc esac;;
513 1.39 agc *)
514 1.1 agc ECHO_N='-n';;
515 1.1 agc esac
516 1.1 agc
517 1.1 agc rm -f conf$$ conf$$.exe conf$$.file
518 1.1 agc if test -d conf$$.dir; then
519 1.1 agc rm -f conf$$.dir/conf$$.file
520 1.1 agc else
521 1.1 agc rm -f conf$$.dir
522 1.2 agc mkdir conf$$.dir 2>/dev/null
523 1.1 agc fi
524 1.2 agc if (echo >conf$$.file) 2>/dev/null; then
525 1.2 agc if ln -s conf$$.file conf$$ 2>/dev/null; then
526 1.2 agc as_ln_s='ln -s'
527 1.2 agc # ... but there are two gotchas:
528 1.2 agc # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
529 1.2 agc # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
530 1.39 agc # In both cases, we have to default to `cp -pR'.
531 1.2 agc ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
532 1.39 agc as_ln_s='cp -pR'
533 1.2 agc elif ln conf$$.file conf$$ 2>/dev/null; then
534 1.2 agc as_ln_s=ln
535 1.2 agc else
536 1.39 agc as_ln_s='cp -pR'
537 1.2 agc fi
538 1.1 agc else
539 1.39 agc as_ln_s='cp -pR'
540 1.1 agc fi
541 1.1 agc rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
542 1.1 agc rmdir conf$$.dir 2>/dev/null
543 1.1 agc
544 1.1 agc if mkdir -p . 2>/dev/null; then
545 1.39 agc as_mkdir_p='mkdir -p "$as_dir"'
546 1.1 agc else
547 1.1 agc test -d ./-p && rmdir ./-p
548 1.1 agc as_mkdir_p=false
549 1.1 agc fi
550 1.1 agc
551 1.39 agc as_test_x='test -x'
552 1.39 agc as_executable_p=as_fn_executable_p
553 1.1 agc
554 1.1 agc # Sed expression to map a string onto a valid CPP name.
555 1.1 agc as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
556 1.1 agc
557 1.1 agc # Sed expression to map a string onto a valid variable name.
558 1.1 agc as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
559 1.1 agc
560 1.1 agc
561 1.1 agc
562 1.12 lukem # Check that we are running under the correct shell.
563 1.12 lukem SHELL=${CONFIG_SHELL-/bin/sh}
564 1.12 lukem
565 1.36 agc case X$lt_ECHO in
566 1.12 lukem X*--fallback-echo)
567 1.12 lukem # Remove one level of quotation (which was required for Make).
568 1.36 agc ECHO=`echo "$lt_ECHO" | sed 's,\\\\\$\\$0,'$0','`
569 1.12 lukem ;;
570 1.12 lukem esac
571 1.12 lukem
572 1.36 agc ECHO=${lt_ECHO-echo}
573 1.12 lukem if test "X$1" = X--no-reexec; then
574 1.12 lukem # Discard the --no-reexec flag, and continue.
575 1.12 lukem shift
576 1.12 lukem elif test "X$1" = X--fallback-echo; then
577 1.12 lukem # Avoid inline document here, it may be left over
578 1.12 lukem :
579 1.36 agc elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
580 1.36 agc # Yippee, $ECHO works!
581 1.12 lukem :
582 1.12 lukem else
583 1.12 lukem # Restart under the correct shell.
584 1.12 lukem exec $SHELL "$0" --no-reexec ${1+"$@"}
585 1.12 lukem fi
586 1.12 lukem
587 1.12 lukem if test "X$1" = X--fallback-echo; then
588 1.12 lukem # used as fallback echo
589 1.12 lukem shift
590 1.36 agc cat <<_LT_EOF
591 1.12 lukem $*
592 1.36 agc _LT_EOF
593 1.12 lukem exit 0
594 1.12 lukem fi
595 1.12 lukem
596 1.12 lukem # The HP-UX ksh and POSIX shell print the target directory to stdout
597 1.12 lukem # if CDPATH is set.
598 1.12 lukem (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
599 1.12 lukem
600 1.36 agc if test -z "$lt_ECHO"; then
601 1.36 agc if test "X${echo_test_string+set}" != Xset; then
602 1.36 agc # find a string as large as possible, as long as the shell can cope with it
603 1.36 agc for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
604 1.36 agc # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
605 1.36 agc if { echo_test_string=`eval $cmd`; } 2>/dev/null &&
606 1.36 agc { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null
607 1.36 agc then
608 1.36 agc break
609 1.36 agc fi
610 1.36 agc done
611 1.36 agc fi
612 1.12 lukem
613 1.36 agc if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
614 1.36 agc echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
615 1.36 agc test "X$echo_testing_string" = "X$echo_test_string"; then
616 1.36 agc :
617 1.36 agc else
618 1.36 agc # The Solaris, AIX, and Digital Unix default echo programs unquote
619 1.36 agc # backslashes. This makes it impossible to quote backslashes using
620 1.36 agc # echo "$something" | sed 's/\\/\\\\/g'
621 1.36 agc #
622 1.36 agc # So, first we look for a working echo in the user's PATH.
623 1.12 lukem
624 1.36 agc lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
625 1.36 agc for dir in $PATH /usr/ucb; do
626 1.36 agc IFS="$lt_save_ifs"
627 1.36 agc if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
628 1.36 agc test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
629 1.36 agc echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
630 1.36 agc test "X$echo_testing_string" = "X$echo_test_string"; then
631 1.36 agc ECHO="$dir/echo"
632 1.36 agc break
633 1.36 agc fi
634 1.36 agc done
635 1.12 lukem IFS="$lt_save_ifs"
636 1.12 lukem
637 1.36 agc if test "X$ECHO" = Xecho; then
638 1.36 agc # We didn't find a better echo, so look for alternatives.
639 1.36 agc if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
640 1.36 agc echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
641 1.36 agc test "X$echo_testing_string" = "X$echo_test_string"; then
642 1.36 agc # This shell has a builtin print -r that does the trick.
643 1.36 agc ECHO='print -r'
644 1.36 agc elif { test -f /bin/ksh || test -f /bin/ksh$ac_exeext; } &&
645 1.36 agc test "X$CONFIG_SHELL" != X/bin/ksh; then
646 1.36 agc # If we have ksh, try running configure again with it.
647 1.36 agc ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
648 1.36 agc export ORIGINAL_CONFIG_SHELL
649 1.36 agc CONFIG_SHELL=/bin/ksh
650 1.36 agc export CONFIG_SHELL
651 1.36 agc exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}
652 1.36 agc else
653 1.36 agc # Try using printf.
654 1.36 agc ECHO='printf %s\n'
655 1.36 agc if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
656 1.36 agc echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
657 1.12 lukem test "X$echo_testing_string" = "X$echo_test_string"; then
658 1.36 agc # Cool, printf works
659 1.36 agc :
660 1.36 agc elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
661 1.36 agc test "X$echo_testing_string" = 'X\t' &&
662 1.36 agc echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
663 1.36 agc test "X$echo_testing_string" = "X$echo_test_string"; then
664 1.36 agc CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
665 1.36 agc export CONFIG_SHELL
666 1.36 agc SHELL="$CONFIG_SHELL"
667 1.36 agc export SHELL
668 1.36 agc ECHO="$CONFIG_SHELL $0 --fallback-echo"
669 1.36 agc elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
670 1.36 agc test "X$echo_testing_string" = 'X\t' &&
671 1.36 agc echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
672 1.36 agc test "X$echo_testing_string" = "X$echo_test_string"; then
673 1.36 agc ECHO="$CONFIG_SHELL $0 --fallback-echo"
674 1.36 agc else
675 1.36 agc # maybe with a smaller string...
676 1.36 agc prev=:
677 1.36 agc
678 1.36 agc for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
679 1.36 agc if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null
680 1.36 agc then
681 1.36 agc break
682 1.36 agc fi
683 1.36 agc prev="$cmd"
684 1.36 agc done
685 1.12 lukem
686 1.36 agc if test "$prev" != 'sed 50q "$0"'; then
687 1.36 agc echo_test_string=`eval $prev`
688 1.36 agc export echo_test_string
689 1.36 agc exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}
690 1.36 agc else
691 1.36 agc # Oops. We lost completely, so just stick with echo.
692 1.36 agc ECHO=echo
693 1.12 lukem fi
694 1.36 agc fi
695 1.12 lukem fi
696 1.12 lukem fi
697 1.12 lukem fi
698 1.12 lukem fi
699 1.12 lukem
700 1.12 lukem # Copy echo and quote the copy suitably for passing to libtool from
701 1.12 lukem # the Makefile, instead of quoting the original, which is used later.
702 1.36 agc lt_ECHO=$ECHO
703 1.36 agc if test "X$lt_ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
704 1.36 agc lt_ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo"
705 1.12 lukem fi
706 1.12 lukem
707 1.12 lukem
708 1.12 lukem
709 1.12 lukem
710 1.39 agc test -n "$DJDIR" || exec 7<&0 </dev/null
711 1.39 agc exec 6>&1
712 1.1 agc
713 1.1 agc # Name of the host.
714 1.39 agc # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
715 1.1 agc # so uname gets run too.
716 1.1 agc ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
717 1.1 agc
718 1.1 agc #
719 1.1 agc # Initializations.
720 1.1 agc #
721 1.1 agc ac_default_prefix=/usr/local
722 1.1 agc ac_clean_files=
723 1.1 agc ac_config_libobj_dir=.
724 1.1 agc LIBOBJS=
725 1.1 agc cross_compiling=no
726 1.1 agc subdirs=
727 1.1 agc MFLAGS=
728 1.1 agc MAKEFLAGS=
729 1.1 agc
730 1.1 agc # Identity of this package.
731 1.1 agc PACKAGE_NAME='netpgp'
732 1.1 agc PACKAGE_TARNAME='netpgp'
733 1.41 agc PACKAGE_VERSION='20140220'
734 1.41 agc PACKAGE_STRING='netpgp 20140220'
735 1.3 agc PACKAGE_BUGREPORT='Alistair Crooks <agc (at] netbsd.org> c0596823'
736 1.39 agc PACKAGE_URL=''
737 1.1 agc
738 1.17 agc ac_unique_file="src/netpgp/netpgp.c"
739 1.1 agc # Factoring default headers for most tests.
740 1.1 agc ac_includes_default="\
741 1.1 agc #include <stdio.h>
742 1.1 agc #ifdef HAVE_SYS_TYPES_H
743 1.1 agc # include <sys/types.h>
744 1.1 agc #endif
745 1.1 agc #ifdef HAVE_SYS_STAT_H
746 1.1 agc # include <sys/stat.h>
747 1.1 agc #endif
748 1.1 agc #ifdef STDC_HEADERS
749 1.1 agc # include <stdlib.h>
750 1.1 agc # include <stddef.h>
751 1.1 agc #else
752 1.1 agc # ifdef HAVE_STDLIB_H
753 1.1 agc # include <stdlib.h>
754 1.1 agc # endif
755 1.1 agc #endif
756 1.1 agc #ifdef HAVE_STRING_H
757 1.1 agc # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
758 1.1 agc # include <memory.h>
759 1.1 agc # endif
760 1.1 agc # include <string.h>
761 1.1 agc #endif
762 1.1 agc #ifdef HAVE_STRINGS_H
763 1.1 agc # include <strings.h>
764 1.1 agc #endif
765 1.1 agc #ifdef HAVE_INTTYPES_H
766 1.1 agc # include <inttypes.h>
767 1.1 agc #endif
768 1.1 agc #ifdef HAVE_STDINT_H
769 1.1 agc # include <stdint.h>
770 1.1 agc #endif
771 1.1 agc #ifdef HAVE_UNISTD_H
772 1.1 agc # include <unistd.h>
773 1.1 agc #endif"
774 1.1 agc
775 1.2 agc ac_subst_vars='LTLIBOBJS
776 1.2 agc LIBOBJS
777 1.12 lukem AUTOM4TE
778 1.33 agc OPENSSL_LDFLAGS
779 1.33 agc OPENSSL_LIBS
780 1.33 agc OPENSSL_INCLUDES
781 1.33 agc PKG_CONFIG
782 1.12 lukem WARNCFLAGS
783 1.12 lukem CPP
784 1.36 agc OTOOL64
785 1.36 agc OTOOL
786 1.36 agc LIPO
787 1.36 agc NMEDIT
788 1.36 agc DSYMUTIL
789 1.36 agc lt_ECHO
790 1.12 lukem RANLIB
791 1.12 lukem AR
792 1.36 agc OBJDUMP
793 1.12 lukem LN_S
794 1.36 agc NM
795 1.36 agc ac_ct_DUMPBIN
796 1.36 agc DUMPBIN
797 1.36 agc LD
798 1.36 agc FGREP
799 1.2 agc EGREP
800 1.2 agc GREP
801 1.12 lukem SED
802 1.36 agc LIBTOOL
803 1.12 lukem am__fastdepCC_FALSE
804 1.12 lukem am__fastdepCC_TRUE
805 1.12 lukem CCDEPMODE
806 1.12 lukem AMDEPBACKSLASH
807 1.12 lukem AMDEP_FALSE
808 1.12 lukem AMDEP_TRUE
809 1.12 lukem am__quote
810 1.12 lukem am__include
811 1.12 lukem DEPDIR
812 1.2 agc OBJEXT
813 1.2 agc EXEEXT
814 1.2 agc ac_ct_CC
815 1.2 agc CPPFLAGS
816 1.2 agc LDFLAGS
817 1.2 agc CFLAGS
818 1.2 agc CC
819 1.2 agc CANONICAL_HOST
820 1.2 agc host_os
821 1.2 agc host_vendor
822 1.2 agc host_cpu
823 1.2 agc host
824 1.2 agc build_os
825 1.2 agc build_vendor
826 1.2 agc build_cpu
827 1.2 agc build
828 1.12 lukem MAINT
829 1.12 lukem MAINTAINER_MODE_FALSE
830 1.12 lukem MAINTAINER_MODE_TRUE
831 1.12 lukem am__untar
832 1.12 lukem am__tar
833 1.12 lukem AMTAR
834 1.12 lukem am__leading_dot
835 1.12 lukem SET_MAKE
836 1.12 lukem AWK
837 1.12 lukem mkdir_p
838 1.12 lukem MKDIR_P
839 1.12 lukem INSTALL_STRIP_PROGRAM
840 1.12 lukem STRIP
841 1.12 lukem install_sh
842 1.12 lukem MAKEINFO
843 1.12 lukem AUTOHEADER
844 1.12 lukem AUTOMAKE
845 1.12 lukem AUTOCONF
846 1.12 lukem ACLOCAL
847 1.12 lukem VERSION
848 1.12 lukem PACKAGE
849 1.12 lukem CYGPATH_W
850 1.12 lukem am__isrc
851 1.12 lukem INSTALL_DATA
852 1.12 lukem INSTALL_SCRIPT
853 1.12 lukem INSTALL_PROGRAM
854 1.2 agc target_alias
855 1.2 agc host_alias
856 1.2 agc build_alias
857 1.2 agc LIBS
858 1.2 agc ECHO_T
859 1.2 agc ECHO_N
860 1.2 agc ECHO_C
861 1.2 agc DEFS
862 1.2 agc mandir
863 1.2 agc localedir
864 1.2 agc libdir
865 1.2 agc psdir
866 1.2 agc pdfdir
867 1.2 agc dvidir
868 1.2 agc htmldir
869 1.2 agc infodir
870 1.2 agc docdir
871 1.2 agc oldincludedir
872 1.2 agc includedir
873 1.2 agc localstatedir
874 1.2 agc sharedstatedir
875 1.2 agc sysconfdir
876 1.2 agc datadir
877 1.2 agc datarootdir
878 1.2 agc libexecdir
879 1.2 agc sbindir
880 1.2 agc bindir
881 1.2 agc program_transform_name
882 1.2 agc prefix
883 1.2 agc exec_prefix
884 1.39 agc PACKAGE_URL
885 1.2 agc PACKAGE_BUGREPORT
886 1.2 agc PACKAGE_STRING
887 1.2 agc PACKAGE_VERSION
888 1.2 agc PACKAGE_TARNAME
889 1.2 agc PACKAGE_NAME
890 1.1 agc PATH_SEPARATOR
891 1.2 agc SHELL'
892 1.1 agc ac_subst_files=''
893 1.2 agc ac_user_opts='
894 1.2 agc enable_option_checking
895 1.12 lukem enable_maintainer_mode
896 1.12 lukem enable_dependency_tracking
897 1.12 lukem enable_shared
898 1.12 lukem enable_static
899 1.36 agc with_pic
900 1.12 lukem enable_fast_install
901 1.12 lukem with_gnu_ld
902 1.12 lukem enable_libtool_lock
903 1.33 agc with_openssl
904 1.2 agc '
905 1.1 agc ac_precious_vars='build_alias
906 1.1 agc host_alias
907 1.1 agc target_alias
908 1.1 agc CC
909 1.1 agc CFLAGS
910 1.1 agc LDFLAGS
911 1.1 agc LIBS
912 1.1 agc CPPFLAGS
913 1.36 agc CPP'
914 1.1 agc
915 1.1 agc
916 1.1 agc # Initialize some variables set by options.
917 1.1 agc ac_init_help=
918 1.1 agc ac_init_version=false
919 1.2 agc ac_unrecognized_opts=
920 1.2 agc ac_unrecognized_sep=
921 1.1 agc # The variables have the same names as the options, with
922 1.1 agc # dashes changed to underlines.
923 1.1 agc cache_file=/dev/null
924 1.1 agc exec_prefix=NONE
925 1.1 agc no_create=
926 1.1 agc no_recursion=
927 1.1 agc prefix=NONE
928 1.1 agc program_prefix=NONE
929 1.1 agc program_suffix=NONE
930 1.1 agc program_transform_name=s,x,x,
931 1.1 agc silent=
932 1.1 agc site=
933 1.1 agc srcdir=
934 1.1 agc verbose=
935 1.1 agc x_includes=NONE
936 1.1 agc x_libraries=NONE
937 1.1 agc
938 1.1 agc # Installation directory options.
939 1.1 agc # These are left unexpanded so users can "make install exec_prefix=/foo"
940 1.1 agc # and all the variables that are supposed to be based on exec_prefix
941 1.1 agc # by default will actually change.
942 1.1 agc # Use braces instead of parens because sh, perl, etc. also accept them.
943 1.1 agc # (The list follows the same order as the GNU Coding Standards.)
944 1.1 agc bindir='${exec_prefix}/bin'
945 1.1 agc sbindir='${exec_prefix}/sbin'
946 1.1 agc libexecdir='${exec_prefix}/libexec'
947 1.1 agc datarootdir='${prefix}/share'
948 1.1 agc datadir='${datarootdir}'
949 1.1 agc sysconfdir='${prefix}/etc'
950 1.1 agc sharedstatedir='${prefix}/com'
951 1.1 agc localstatedir='${prefix}/var'
952 1.1 agc includedir='${prefix}/include'
953 1.1 agc oldincludedir='/usr/include'
954 1.1 agc docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
955 1.1 agc infodir='${datarootdir}/info'
956 1.1 agc htmldir='${docdir}'
957 1.1 agc dvidir='${docdir}'
958 1.1 agc pdfdir='${docdir}'
959 1.1 agc psdir='${docdir}'
960 1.1 agc libdir='${exec_prefix}/lib'
961 1.1 agc localedir='${datarootdir}/locale'
962 1.1 agc mandir='${datarootdir}/man'
963 1.1 agc
964 1.1 agc ac_prev=
965 1.1 agc ac_dashdash=
966 1.1 agc for ac_option
967 1.1 agc do
968 1.1 agc # If the previous option needs an argument, assign it.
969 1.1 agc if test -n "$ac_prev"; then
970 1.1 agc eval $ac_prev=\$ac_option
971 1.1 agc ac_prev=
972 1.1 agc continue
973 1.1 agc fi
974 1.1 agc
975 1.1 agc case $ac_option in
976 1.39 agc *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
977 1.39 agc *=) ac_optarg= ;;
978 1.39 agc *) ac_optarg=yes ;;
979 1.1 agc esac
980 1.1 agc
981 1.1 agc # Accept the important Cygnus configure options, so we can diagnose typos.
982 1.1 agc
983 1.1 agc case $ac_dashdash$ac_option in
984 1.1 agc --)
985 1.1 agc ac_dashdash=yes ;;
986 1.1 agc
987 1.1 agc -bindir | --bindir | --bindi | --bind | --bin | --bi)
988 1.1 agc ac_prev=bindir ;;
989 1.1 agc -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
990 1.1 agc bindir=$ac_optarg ;;
991 1.1 agc
992 1.1 agc -build | --build | --buil | --bui | --bu)
993 1.1 agc ac_prev=build_alias ;;
994 1.1 agc -build=* | --build=* | --buil=* | --bui=* | --bu=*)
995 1.1 agc build_alias=$ac_optarg ;;
996 1.1 agc
997 1.1 agc -cache-file | --cache-file | --cache-fil | --cache-fi \
998 1.1 agc | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
999 1.1 agc ac_prev=cache_file ;;
1000 1.1 agc -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1001 1.1 agc | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1002 1.1 agc cache_file=$ac_optarg ;;
1003 1.1 agc
1004 1.1 agc --config-cache | -C)
1005 1.1 agc cache_file=config.cache ;;
1006 1.1 agc
1007 1.1 agc -datadir | --datadir | --datadi | --datad)
1008 1.1 agc ac_prev=datadir ;;
1009 1.1 agc -datadir=* | --datadir=* | --datadi=* | --datad=*)
1010 1.1 agc datadir=$ac_optarg ;;
1011 1.1 agc
1012 1.1 agc -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1013 1.1 agc | --dataroo | --dataro | --datar)
1014 1.1 agc ac_prev=datarootdir ;;
1015 1.1 agc -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1016 1.1 agc | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1017 1.1 agc datarootdir=$ac_optarg ;;
1018 1.1 agc
1019 1.1 agc -disable-* | --disable-*)
1020 1.2 agc ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1021 1.1 agc # Reject names that are not valid shell variable names.
1022 1.2 agc expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1023 1.39 agc as_fn_error $? "invalid feature name: $ac_useropt"
1024 1.2 agc ac_useropt_orig=$ac_useropt
1025 1.2 agc ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1026 1.2 agc case $ac_user_opts in
1027 1.2 agc *"
1028 1.2 agc "enable_$ac_useropt"
1029 1.2 agc "*) ;;
1030 1.2 agc *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1031 1.2 agc ac_unrecognized_sep=', ';;
1032 1.2 agc esac
1033 1.2 agc eval enable_$ac_useropt=no ;;
1034 1.1 agc
1035 1.1 agc -docdir | --docdir | --docdi | --doc | --do)
1036 1.1 agc ac_prev=docdir ;;
1037 1.1 agc -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1038 1.1 agc docdir=$ac_optarg ;;
1039 1.1 agc
1040 1.1 agc -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1041 1.1 agc ac_prev=dvidir ;;
1042 1.1 agc -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1043 1.1 agc dvidir=$ac_optarg ;;
1044 1.1 agc
1045 1.1 agc -enable-* | --enable-*)
1046 1.2 agc ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1047 1.1 agc # Reject names that are not valid shell variable names.
1048 1.2 agc expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1049 1.39 agc as_fn_error $? "invalid feature name: $ac_useropt"
1050 1.2 agc ac_useropt_orig=$ac_useropt
1051 1.2 agc ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1052 1.2 agc case $ac_user_opts in
1053 1.2 agc *"
1054 1.2 agc "enable_$ac_useropt"
1055 1.2 agc "*) ;;
1056 1.2 agc *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1057 1.2 agc ac_unrecognized_sep=', ';;
1058 1.2 agc esac
1059 1.2 agc eval enable_$ac_useropt=\$ac_optarg ;;
1060 1.1 agc
1061 1.1 agc -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1062 1.1 agc | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1063 1.1 agc | --exec | --exe | --ex)
1064 1.1 agc ac_prev=exec_prefix ;;
1065 1.1 agc -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1066 1.1 agc | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1067 1.1 agc | --exec=* | --exe=* | --ex=*)
1068 1.1 agc exec_prefix=$ac_optarg ;;
1069 1.1 agc
1070 1.1 agc -gas | --gas | --ga | --g)
1071 1.1 agc # Obsolete; use --with-gas.
1072 1.1 agc with_gas=yes ;;
1073 1.1 agc
1074 1.1 agc -help | --help | --hel | --he | -h)
1075 1.1 agc ac_init_help=long ;;
1076 1.1 agc -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1077 1.1 agc ac_init_help=recursive ;;
1078 1.1 agc -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1079 1.1 agc ac_init_help=short ;;
1080 1.1 agc
1081 1.1 agc -host | --host | --hos | --ho)
1082 1.1 agc ac_prev=host_alias ;;
1083 1.1 agc -host=* | --host=* | --hos=* | --ho=*)
1084 1.1 agc host_alias=$ac_optarg ;;
1085 1.1 agc
1086 1.1 agc -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1087 1.1 agc ac_prev=htmldir ;;
1088 1.1 agc -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1089 1.1 agc | --ht=*)
1090 1.1 agc htmldir=$ac_optarg ;;
1091 1.1 agc
1092 1.1 agc -includedir | --includedir | --includedi | --included | --include \
1093 1.1 agc | --includ | --inclu | --incl | --inc)
1094 1.1 agc ac_prev=includedir ;;
1095 1.1 agc -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1096 1.1 agc | --includ=* | --inclu=* | --incl=* | --inc=*)
1097 1.1 agc includedir=$ac_optarg ;;
1098 1.1 agc
1099 1.1 agc -infodir | --infodir | --infodi | --infod | --info | --inf)
1100 1.1 agc ac_prev=infodir ;;
1101 1.1 agc -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1102 1.1 agc infodir=$ac_optarg ;;
1103 1.1 agc
1104 1.1 agc -libdir | --libdir | --libdi | --libd)
1105 1.1 agc ac_prev=libdir ;;
1106 1.1 agc -libdir=* | --libdir=* | --libdi=* | --libd=*)
1107 1.1 agc libdir=$ac_optarg ;;
1108 1.1 agc
1109 1.1 agc -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1110 1.1 agc | --libexe | --libex | --libe)
1111 1.1 agc ac_prev=libexecdir ;;
1112 1.1 agc -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1113 1.1 agc | --libexe=* | --libex=* | --libe=*)
1114 1.1 agc libexecdir=$ac_optarg ;;
1115 1.1 agc
1116 1.1 agc -localedir | --localedir | --localedi | --localed | --locale)
1117 1.1 agc ac_prev=localedir ;;
1118 1.1 agc -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1119 1.1 agc localedir=$ac_optarg ;;
1120 1.1 agc
1121 1.1 agc -localstatedir | --localstatedir | --localstatedi | --localstated \
1122 1.1 agc | --localstate | --localstat | --localsta | --localst | --locals)
1123 1.1 agc ac_prev=localstatedir ;;
1124 1.1 agc -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1125 1.1 agc | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1126 1.1 agc localstatedir=$ac_optarg ;;
1127 1.1 agc
1128 1.1 agc -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1129 1.1 agc ac_prev=mandir ;;
1130 1.1 agc -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1131 1.1 agc mandir=$ac_optarg ;;
1132 1.1 agc
1133 1.1 agc -nfp | --nfp | --nf)
1134 1.1 agc # Obsolete; use --without-fp.
1135 1.1 agc with_fp=no ;;
1136 1.1 agc
1137 1.1 agc -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1138 1.1 agc | --no-cr | --no-c | -n)
1139 1.1 agc no_create=yes ;;
1140 1.1 agc
1141 1.1 agc -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1142 1.1 agc | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1143 1.1 agc no_recursion=yes ;;
1144 1.1 agc
1145 1.1 agc -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1146 1.1 agc | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1147 1.1 agc | --oldin | --oldi | --old | --ol | --o)
1148 1.1 agc ac_prev=oldincludedir ;;
1149 1.1 agc -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1150 1.1 agc | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1151 1.1 agc | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1152 1.1 agc oldincludedir=$ac_optarg ;;
1153 1.1 agc
1154 1.1 agc -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1155 1.1 agc ac_prev=prefix ;;
1156 1.1 agc -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1157 1.1 agc prefix=$ac_optarg ;;
1158 1.1 agc
1159 1.1 agc -program-prefix | --program-prefix | --program-prefi | --program-pref \
1160 1.1 agc | --program-pre | --program-pr | --program-p)
1161 1.1 agc ac_prev=program_prefix ;;
1162 1.1 agc -program-prefix=* | --program-prefix=* | --program-prefi=* \
1163 1.1 agc | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1164 1.1 agc program_prefix=$ac_optarg ;;
1165 1.1 agc
1166 1.1 agc -program-suffix | --program-suffix | --program-suffi | --program-suff \
1167 1.1 agc | --program-suf | --program-su | --program-s)
1168 1.1 agc ac_prev=program_suffix ;;
1169 1.1 agc -program-suffix=* | --program-suffix=* | --program-suffi=* \
1170 1.1 agc | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1171 1.1 agc program_suffix=$ac_optarg ;;
1172 1.1 agc
1173 1.1 agc -program-transform-name | --program-transform-name \
1174 1.1 agc | --program-transform-nam | --program-transform-na \
1175 1.1 agc | --program-transform-n | --program-transform- \
1176 1.1 agc | --program-transform | --program-transfor \
1177 1.1 agc | --program-transfo | --program-transf \
1178 1.1 agc | --program-trans | --program-tran \
1179 1.1 agc | --progr-tra | --program-tr | --program-t)
1180 1.1 agc ac_prev=program_transform_name ;;
1181 1.1 agc -program-transform-name=* | --program-transform-name=* \
1182 1.1 agc | --program-transform-nam=* | --program-transform-na=* \
1183 1.1 agc | --program-transform-n=* | --program-transform-=* \
1184 1.1 agc | --program-transform=* | --program-transfor=* \
1185 1.1 agc | --program-transfo=* | --program-transf=* \
1186 1.1 agc | --program-trans=* | --program-tran=* \
1187 1.1 agc | --progr-tra=* | --program-tr=* | --program-t=*)
1188 1.1 agc program_transform_name=$ac_optarg ;;
1189 1.1 agc
1190 1.1 agc -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1191 1.1 agc ac_prev=pdfdir ;;
1192 1.1 agc -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1193 1.1 agc pdfdir=$ac_optarg ;;
1194 1.1 agc
1195 1.1 agc -psdir | --psdir | --psdi | --psd | --ps)
1196 1.1 agc ac_prev=psdir ;;
1197 1.1 agc -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1198 1.1 agc psdir=$ac_optarg ;;
1199 1.1 agc
1200 1.1 agc -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1201 1.1 agc | -silent | --silent | --silen | --sile | --sil)
1202 1.1 agc silent=yes ;;
1203 1.1 agc
1204 1.1 agc -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1205 1.1 agc ac_prev=sbindir ;;
1206 1.1 agc -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1207 1.1 agc | --sbi=* | --sb=*)
1208 1.1 agc sbindir=$ac_optarg ;;
1209 1.1 agc
1210 1.1 agc -sharedstatedir | --sharedstatedir | --sharedstatedi \
1211 1.1 agc | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1212 1.1 agc | --sharedst | --shareds | --shared | --share | --shar \
1213 1.1 agc | --sha | --sh)
1214 1.1 agc ac_prev=sharedstatedir ;;
1215 1.1 agc -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1216 1.1 agc | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1217 1.1 agc | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1218 1.1 agc | --sha=* | --sh=*)
1219 1.1 agc sharedstatedir=$ac_optarg ;;
1220 1.1 agc
1221 1.1 agc -site | --site | --sit)
1222 1.1 agc ac_prev=site ;;
1223 1.1 agc -site=* | --site=* | --sit=*)
1224 1.1 agc site=$ac_optarg ;;
1225 1.1 agc
1226 1.1 agc -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1227 1.1 agc ac_prev=srcdir ;;
1228 1.1 agc -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1229 1.1 agc srcdir=$ac_optarg ;;
1230 1.1 agc
1231 1.1 agc -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1232 1.1 agc | --syscon | --sysco | --sysc | --sys | --sy)
1233 1.1 agc ac_prev=sysconfdir ;;
1234 1.1 agc -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1235 1.1 agc | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1236 1.1 agc sysconfdir=$ac_optarg ;;
1237 1.1 agc
1238 1.1 agc -target | --target | --targe | --targ | --tar | --ta | --t)
1239 1.1 agc ac_prev=target_alias ;;
1240 1.1 agc -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1241 1.1 agc target_alias=$ac_optarg ;;
1242 1.1 agc
1243 1.1 agc -v | -verbose | --verbose | --verbos | --verbo | --verb)
1244 1.1 agc verbose=yes ;;
1245 1.1 agc
1246 1.1 agc -version | --version | --versio | --versi | --vers | -V)
1247 1.1 agc ac_init_version=: ;;
1248 1.1 agc
1249 1.1 agc -with-* | --with-*)
1250 1.2 agc ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1251 1.1 agc # Reject names that are not valid shell variable names.
1252 1.2 agc expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1253 1.39 agc as_fn_error $? "invalid package name: $ac_useropt"
1254 1.2 agc ac_useropt_orig=$ac_useropt
1255 1.2 agc ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1256 1.2 agc case $ac_user_opts in
1257 1.2 agc *"
1258 1.2 agc "with_$ac_useropt"
1259 1.2 agc "*) ;;
1260 1.2 agc *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1261 1.2 agc ac_unrecognized_sep=', ';;
1262 1.2 agc esac
1263 1.2 agc eval with_$ac_useropt=\$ac_optarg ;;
1264 1.1 agc
1265 1.1 agc -without-* | --without-*)
1266 1.2 agc ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1267 1.1 agc # Reject names that are not valid shell variable names.
1268 1.2 agc expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1269 1.39 agc as_fn_error $? "invalid package name: $ac_useropt"
1270 1.2 agc ac_useropt_orig=$ac_useropt
1271 1.2 agc ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1272 1.2 agc case $ac_user_opts in
1273 1.2 agc *"
1274 1.2 agc "with_$ac_useropt"
1275 1.2 agc "*) ;;
1276 1.2 agc *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1277 1.2 agc ac_unrecognized_sep=', ';;
1278 1.2 agc esac
1279 1.2 agc eval with_$ac_useropt=no ;;
1280 1.1 agc
1281 1.1 agc --x)
1282 1.1 agc # Obsolete; use --with-x.
1283 1.1 agc with_x=yes ;;
1284 1.1 agc
1285 1.1 agc -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1286 1.1 agc | --x-incl | --x-inc | --x-in | --x-i)
1287 1.1 agc ac_prev=x_includes ;;
1288 1.1 agc -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1289 1.1 agc | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1290 1.1 agc x_includes=$ac_optarg ;;
1291 1.1 agc
1292 1.1 agc -x-libraries | --x-libraries | --x-librarie | --x-librari \
1293 1.1 agc | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1294 1.1 agc ac_prev=x_libraries ;;
1295 1.1 agc -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1296 1.1 agc | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1297 1.1 agc x_libraries=$ac_optarg ;;
1298 1.1 agc
1299 1.39 agc -*) as_fn_error $? "unrecognized option: \`$ac_option'
1300 1.39 agc Try \`$0 --help' for more information"
1301 1.1 agc ;;
1302 1.1 agc
1303 1.1 agc *=*)
1304 1.1 agc ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1305 1.1 agc # Reject names that are not valid shell variable names.
1306 1.39 agc case $ac_envvar in #(
1307 1.39 agc '' | [0-9]* | *[!_$as_cr_alnum]* )
1308 1.39 agc as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1309 1.39 agc esac
1310 1.1 agc eval $ac_envvar=\$ac_optarg
1311 1.1 agc export $ac_envvar ;;
1312 1.1 agc
1313 1.1 agc *)
1314 1.1 agc # FIXME: should be removed in autoconf 3.0.
1315 1.2 agc $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1316 1.1 agc expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1317 1.2 agc $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1318 1.39 agc : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1319 1.1 agc ;;
1320 1.1 agc
1321 1.1 agc esac
1322 1.1 agc done
1323 1.1 agc
1324 1.1 agc if test -n "$ac_prev"; then
1325 1.1 agc ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1326 1.39 agc as_fn_error $? "missing argument to $ac_option"
1327 1.1 agc fi
1328 1.1 agc
1329 1.2 agc if test -n "$ac_unrecognized_opts"; then
1330 1.2 agc case $enable_option_checking in
1331 1.2 agc no) ;;
1332 1.39 agc fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1333 1.2 agc *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1334 1.2 agc esac
1335 1.2 agc fi
1336 1.2 agc
1337 1.2 agc # Check all directory arguments for consistency.
1338 1.1 agc for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1339 1.1 agc datadir sysconfdir sharedstatedir localstatedir includedir \
1340 1.1 agc oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1341 1.1 agc libdir localedir mandir
1342 1.1 agc do
1343 1.1 agc eval ac_val=\$$ac_var
1344 1.2 agc # Remove trailing slashes.
1345 1.2 agc case $ac_val in
1346 1.2 agc */ )
1347 1.2 agc ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1348 1.2 agc eval $ac_var=\$ac_val;;
1349 1.2 agc esac
1350 1.2 agc # Be sure to have absolute directory names.
1351 1.1 agc case $ac_val in
1352 1.1 agc [\\/$]* | ?:[\\/]* ) continue;;
1353 1.1 agc NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1354 1.1 agc esac
1355 1.39 agc as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1356 1.1 agc done
1357 1.1 agc
1358 1.1 agc # There might be people who depend on the old broken behavior: `$host'
1359 1.1 agc # used to hold the argument of --host etc.
1360 1.1 agc # FIXME: To remove some day.
1361 1.1 agc build=$build_alias
1362 1.1 agc host=$host_alias
1363 1.1 agc target=$target_alias
1364 1.1 agc
1365 1.1 agc # FIXME: To remove some day.
1366 1.1 agc if test "x$host_alias" != x; then
1367 1.1 agc if test "x$build_alias" = x; then
1368 1.1 agc cross_compiling=maybe
1369 1.1 agc elif test "x$build_alias" != "x$host_alias"; then
1370 1.1 agc cross_compiling=yes
1371 1.1 agc fi
1372 1.1 agc fi
1373 1.1 agc
1374 1.1 agc ac_tool_prefix=
1375 1.1 agc test -n "$host_alias" && ac_tool_prefix=$host_alias-
1376 1.1 agc
1377 1.1 agc test "$silent" = yes && exec 6>/dev/null
1378 1.1 agc
1379 1.1 agc
1380 1.1 agc ac_pwd=`pwd` && test -n "$ac_pwd" &&
1381 1.1 agc ac_ls_di=`ls -di .` &&
1382 1.1 agc ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1383 1.39 agc as_fn_error $? "working directory cannot be determined"
1384 1.1 agc test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1385 1.39 agc as_fn_error $? "pwd does not report name of working directory"
1386 1.1 agc
1387 1.1 agc
1388 1.1 agc # Find the source files, if location was not specified.
1389 1.1 agc if test -z "$srcdir"; then
1390 1.1 agc ac_srcdir_defaulted=yes
1391 1.1 agc # Try the directory containing this script, then the parent directory.
1392 1.2 agc ac_confdir=`$as_dirname -- "$as_myself" ||
1393 1.2 agc $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1394 1.2 agc X"$as_myself" : 'X\(//\)[^/]' \| \
1395 1.2 agc X"$as_myself" : 'X\(//\)$' \| \
1396 1.2 agc X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1397 1.2 agc $as_echo X"$as_myself" |
1398 1.1 agc sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1399 1.1 agc s//\1/
1400 1.1 agc q
1401 1.1 agc }
1402 1.1 agc /^X\(\/\/\)[^/].*/{
1403 1.1 agc s//\1/
1404 1.1 agc q
1405 1.1 agc }
1406 1.1 agc /^X\(\/\/\)$/{
1407 1.1 agc s//\1/
1408 1.1 agc q
1409 1.1 agc }
1410 1.1 agc /^X\(\/\).*/{
1411 1.1 agc s//\1/
1412 1.1 agc q
1413 1.1 agc }
1414 1.1 agc s/.*/./; q'`
1415 1.1 agc srcdir=$ac_confdir
1416 1.1 agc if test ! -r "$srcdir/$ac_unique_file"; then
1417 1.1 agc srcdir=..
1418 1.1 agc fi
1419 1.1 agc else
1420 1.1 agc ac_srcdir_defaulted=no
1421 1.1 agc fi
1422 1.1 agc if test ! -r "$srcdir/$ac_unique_file"; then
1423 1.1 agc test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1424 1.39 agc as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1425 1.1 agc fi
1426 1.1 agc ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1427 1.1 agc ac_abs_confdir=`(
1428 1.39 agc cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1429 1.1 agc pwd)`
1430 1.1 agc # When building in place, set srcdir=.
1431 1.1 agc if test "$ac_abs_confdir" = "$ac_pwd"; then
1432 1.1 agc srcdir=.
1433 1.1 agc fi
1434 1.1 agc # Remove unnecessary trailing slashes from srcdir.
1435 1.1 agc # Double slashes in file names in object file debugging info
1436 1.1 agc # mess up M-x gdb in Emacs.
1437 1.1 agc case $srcdir in
1438 1.1 agc */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1439 1.1 agc esac
1440 1.1 agc for ac_var in $ac_precious_vars; do
1441 1.1 agc eval ac_env_${ac_var}_set=\${${ac_var}+set}
1442 1.1 agc eval ac_env_${ac_var}_value=\$${ac_var}
1443 1.1 agc eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1444 1.1 agc eval ac_cv_env_${ac_var}_value=\$${ac_var}
1445 1.1 agc done
1446 1.1 agc
1447 1.1 agc #
1448 1.1 agc # Report the --help message.
1449 1.1 agc #
1450 1.1 agc if test "$ac_init_help" = "long"; then
1451 1.1 agc # Omit some internal or obsolete options to make the list less imposing.
1452 1.1 agc # This message is too long to be a string in the A/UX 3.1 sh.
1453 1.1 agc cat <<_ACEOF
1454 1.41 agc \`configure' configures netpgp 20140220 to adapt to many kinds of systems.
1455 1.1 agc
1456 1.1 agc Usage: $0 [OPTION]... [VAR=VALUE]...
1457 1.1 agc
1458 1.1 agc To assign environment variables (e.g., CC, CFLAGS...), specify them as
1459 1.1 agc VAR=VALUE. See below for descriptions of some of the useful variables.
1460 1.1 agc
1461 1.1 agc Defaults for the options are specified in brackets.
1462 1.1 agc
1463 1.1 agc Configuration:
1464 1.1 agc -h, --help display this help and exit
1465 1.1 agc --help=short display options specific to this package
1466 1.1 agc --help=recursive display the short help of all the included packages
1467 1.1 agc -V, --version display version information and exit
1468 1.39 agc -q, --quiet, --silent do not print \`checking ...' messages
1469 1.1 agc --cache-file=FILE cache test results in FILE [disabled]
1470 1.1 agc -C, --config-cache alias for \`--cache-file=config.cache'
1471 1.1 agc -n, --no-create do not create output files
1472 1.1 agc --srcdir=DIR find the sources in DIR [configure dir or \`..']
1473 1.1 agc
1474 1.1 agc Installation directories:
1475 1.1 agc --prefix=PREFIX install architecture-independent files in PREFIX
1476 1.2 agc [$ac_default_prefix]
1477 1.1 agc --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1478 1.2 agc [PREFIX]
1479 1.1 agc
1480 1.1 agc By default, \`make install' will install all the files in
1481 1.1 agc \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1482 1.1 agc an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1483 1.1 agc for instance \`--prefix=\$HOME'.
1484 1.1 agc
1485 1.1 agc For better control, use the options below.
1486 1.1 agc
1487 1.1 agc Fine tuning of the installation directories:
1488 1.2 agc --bindir=DIR user executables [EPREFIX/bin]
1489 1.2 agc --sbindir=DIR system admin executables [EPREFIX/sbin]
1490 1.2 agc --libexecdir=DIR program executables [EPREFIX/libexec]
1491 1.2 agc --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1492 1.2 agc --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1493 1.2 agc --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1494 1.2 agc --libdir=DIR object code libraries [EPREFIX/lib]
1495 1.2 agc --includedir=DIR C header files [PREFIX/include]
1496 1.2 agc --oldincludedir=DIR C header files for non-gcc [/usr/include]
1497 1.2 agc --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1498 1.2 agc --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1499 1.2 agc --infodir=DIR info documentation [DATAROOTDIR/info]
1500 1.2 agc --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1501 1.2 agc --mandir=DIR man documentation [DATAROOTDIR/man]
1502 1.2 agc --docdir=DIR documentation root [DATAROOTDIR/doc/netpgp]
1503 1.2 agc --htmldir=DIR html documentation [DOCDIR]
1504 1.2 agc --dvidir=DIR dvi documentation [DOCDIR]
1505 1.2 agc --pdfdir=DIR pdf documentation [DOCDIR]
1506 1.2 agc --psdir=DIR ps documentation [DOCDIR]
1507 1.1 agc _ACEOF
1508 1.1 agc
1509 1.1 agc cat <<\_ACEOF
1510 1.1 agc
1511 1.1 agc Program names:
1512 1.1 agc --program-prefix=PREFIX prepend PREFIX to installed program names
1513 1.1 agc --program-suffix=SUFFIX append SUFFIX to installed program names
1514 1.1 agc --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1515 1.1 agc
1516 1.1 agc System types:
1517 1.1 agc --build=BUILD configure for building on BUILD [guessed]
1518 1.1 agc --host=HOST cross-compile to build programs to run on HOST [BUILD]
1519 1.1 agc _ACEOF
1520 1.1 agc fi
1521 1.1 agc
1522 1.1 agc if test -n "$ac_init_help"; then
1523 1.1 agc case $ac_init_help in
1524 1.41 agc short | recursive ) echo "Configuration of netpgp 20140220:";;
1525 1.1 agc esac
1526 1.1 agc cat <<\_ACEOF
1527 1.1 agc
1528 1.12 lukem Optional Features:
1529 1.12 lukem --disable-option-checking ignore unrecognized --enable/--with options
1530 1.12 lukem --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1531 1.12 lukem --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1532 1.12 lukem --enable-maintainer-mode enable make rules and dependencies not useful
1533 1.12 lukem (and sometimes confusing) to the casual installer
1534 1.12 lukem --disable-dependency-tracking speeds up one-time build
1535 1.12 lukem --enable-dependency-tracking do not reject slow dependency extractors
1536 1.12 lukem --enable-shared[=PKGS] build shared libraries [default=yes]
1537 1.12 lukem --enable-static[=PKGS] build static libraries [default=yes]
1538 1.12 lukem --enable-fast-install[=PKGS]
1539 1.12 lukem optimize for fast installation [default=yes]
1540 1.12 lukem --disable-libtool-lock avoid locking (might break parallel builds)
1541 1.12 lukem
1542 1.12 lukem Optional Packages:
1543 1.12 lukem --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1544 1.12 lukem --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1545 1.12 lukem --with-pic try to use only PIC/non-PIC objects [default=use
1546 1.12 lukem both]
1547 1.36 agc --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1548 1.33 agc --with-openssl=DIR root of the OpenSSL directory
1549 1.12 lukem
1550 1.1 agc Some influential environment variables:
1551 1.1 agc CC C compiler command
1552 1.1 agc CFLAGS C compiler flags
1553 1.1 agc LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1554 1.1 agc nonstandard directory <lib dir>
1555 1.1 agc LIBS libraries to pass to the linker, e.g. -l<library>
1556 1.39 agc CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1557 1.1 agc you have headers in a nonstandard directory <include dir>
1558 1.1 agc CPP C preprocessor
1559 1.1 agc
1560 1.1 agc Use these variables to override the choices made by `configure' or to help
1561 1.1 agc it to find libraries and programs with nonstandard names/locations.
1562 1.1 agc
1563 1.3 agc Report bugs to <Alistair Crooks <agc@netbsd.org> c0596823>.
1564 1.1 agc _ACEOF
1565 1.1 agc ac_status=$?
1566 1.1 agc fi
1567 1.1 agc
1568 1.1 agc if test "$ac_init_help" = "recursive"; then
1569 1.1 agc # If there are subdirs, report their specific --help.
1570 1.1 agc for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1571 1.2 agc test -d "$ac_dir" ||
1572 1.2 agc { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1573 1.2 agc continue
1574 1.1 agc ac_builddir=.
1575 1.1 agc
1576 1.1 agc case "$ac_dir" in
1577 1.1 agc .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1578 1.1 agc *)
1579 1.2 agc ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1580 1.1 agc # A ".." for each directory in $ac_dir_suffix.
1581 1.2 agc ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1582 1.1 agc case $ac_top_builddir_sub in
1583 1.1 agc "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1584 1.1 agc *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1585 1.1 agc esac ;;
1586 1.1 agc esac
1587 1.1 agc ac_abs_top_builddir=$ac_pwd
1588 1.1 agc ac_abs_builddir=$ac_pwd$ac_dir_suffix
1589 1.1 agc # for backward compatibility:
1590 1.1 agc ac_top_builddir=$ac_top_build_prefix
1591 1.1 agc
1592 1.1 agc case $srcdir in
1593 1.1 agc .) # We are building in place.
1594 1.1 agc ac_srcdir=.
1595 1.1 agc ac_top_srcdir=$ac_top_builddir_sub
1596 1.1 agc ac_abs_top_srcdir=$ac_pwd ;;
1597 1.1 agc [\\/]* | ?:[\\/]* ) # Absolute name.
1598 1.1 agc ac_srcdir=$srcdir$ac_dir_suffix;
1599 1.1 agc ac_top_srcdir=$srcdir
1600 1.1 agc ac_abs_top_srcdir=$srcdir ;;
1601 1.1 agc *) # Relative name.
1602 1.1 agc ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1603 1.1 agc ac_top_srcdir=$ac_top_build_prefix$srcdir
1604 1.1 agc ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1605 1.1 agc esac
1606 1.1 agc ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1607 1.1 agc
1608 1.1 agc cd "$ac_dir" || { ac_status=$?; continue; }
1609 1.1 agc # Check for guested configure.
1610 1.1 agc if test -f "$ac_srcdir/configure.gnu"; then
1611 1.1 agc echo &&
1612 1.1 agc $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1613 1.1 agc elif test -f "$ac_srcdir/configure"; then
1614 1.1 agc echo &&
1615 1.1 agc $SHELL "$ac_srcdir/configure" --help=recursive
1616 1.1 agc else
1617 1.2 agc $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1618 1.1 agc fi || ac_status=$?
1619 1.1 agc cd "$ac_pwd" || { ac_status=$?; break; }
1620 1.1 agc done
1621 1.1 agc fi
1622 1.1 agc
1623 1.1 agc test -n "$ac_init_help" && exit $ac_status
1624 1.1 agc if $ac_init_version; then
1625 1.1 agc cat <<\_ACEOF
1626 1.41 agc netpgp configure 20140220
1627 1.39 agc generated by GNU Autoconf 2.69
1628 1.1 agc
1629 1.39 agc Copyright (C) 2012 Free Software Foundation, Inc.
1630 1.1 agc This configure script is free software; the Free Software Foundation
1631 1.1 agc gives unlimited permission to copy, distribute and modify it.
1632 1.1 agc _ACEOF
1633 1.1 agc exit
1634 1.1 agc fi
1635 1.39 agc
1636 1.39 agc ## ------------------------ ##
1637 1.39 agc ## Autoconf initialization. ##
1638 1.39 agc ## ------------------------ ##
1639 1.39 agc
1640 1.39 agc # ac_fn_c_try_compile LINENO
1641 1.39 agc # --------------------------
1642 1.39 agc # Try to compile conftest.$ac_ext, and return whether this succeeded.
1643 1.39 agc ac_fn_c_try_compile ()
1644 1.39 agc {
1645 1.39 agc as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1646 1.39 agc rm -f conftest.$ac_objext
1647 1.39 agc if { { ac_try="$ac_compile"
1648 1.39 agc case "(($ac_try" in
1649 1.39 agc *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1650 1.39 agc *) ac_try_echo=$ac_try;;
1651 1.39 agc esac
1652 1.39 agc eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1653 1.39 agc $as_echo "$ac_try_echo"; } >&5
1654 1.39 agc (eval "$ac_compile") 2>conftest.err
1655 1.39 agc ac_status=$?
1656 1.39 agc if test -s conftest.err; then
1657 1.39 agc grep -v '^ *+' conftest.err >conftest.er1
1658 1.39 agc cat conftest.er1 >&5
1659 1.39 agc mv -f conftest.er1 conftest.err
1660 1.39 agc fi
1661 1.39 agc $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1662 1.39 agc test $ac_status = 0; } && {
1663 1.39 agc test -z "$ac_c_werror_flag" ||
1664 1.39 agc test ! -s conftest.err
1665 1.39 agc } && test -s conftest.$ac_objext; then :
1666 1.39 agc ac_retval=0
1667 1.39 agc else
1668 1.39 agc $as_echo "$as_me: failed program was:" >&5
1669 1.39 agc sed 's/^/| /' conftest.$ac_ext >&5
1670 1.39 agc
1671 1.39 agc ac_retval=1
1672 1.39 agc fi
1673 1.39 agc eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1674 1.39 agc as_fn_set_status $ac_retval
1675 1.39 agc
1676 1.39 agc } # ac_fn_c_try_compile
1677 1.39 agc
1678 1.39 agc # ac_fn_c_try_link LINENO
1679 1.39 agc # -----------------------
1680 1.39 agc # Try to link conftest.$ac_ext, and return whether this succeeded.
1681 1.39 agc ac_fn_c_try_link ()
1682 1.39 agc {
1683 1.39 agc as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1684 1.39 agc rm -f conftest.$ac_objext conftest$ac_exeext
1685 1.39 agc if { { ac_try="$ac_link"
1686 1.39 agc case "(($ac_try" in
1687 1.39 agc *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1688 1.39 agc *) ac_try_echo=$ac_try;;
1689 1.39 agc esac
1690 1.39 agc eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1691 1.39 agc $as_echo "$ac_try_echo"; } >&5
1692 1.39 agc (eval "$ac_link") 2>conftest.err
1693 1.39 agc ac_status=$?
1694 1.39 agc if test -s conftest.err; then
1695 1.39 agc grep -v '^ *+' conftest.err >conftest.er1
1696 1.39 agc cat conftest.er1 >&5
1697 1.39 agc mv -f conftest.er1 conftest.err
1698 1.39 agc fi
1699 1.39 agc $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1700 1.39 agc test $ac_status = 0; } && {
1701 1.39 agc test -z "$ac_c_werror_flag" ||
1702 1.39 agc test ! -s conftest.err
1703 1.39 agc } && test -s conftest$ac_exeext && {
1704 1.39 agc test "$cross_compiling" = yes ||
1705 1.39 agc test -x conftest$ac_exeext
1706 1.39 agc }; then :
1707 1.39 agc ac_retval=0
1708 1.39 agc else
1709 1.39 agc $as_echo "$as_me: failed program was:" >&5
1710 1.39 agc sed 's/^/| /' conftest.$ac_ext >&5
1711 1.39 agc
1712 1.39 agc ac_retval=1
1713 1.39 agc fi
1714 1.39 agc # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1715 1.39 agc # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1716 1.39 agc # interfere with the next link command; also delete a directory that is
1717 1.39 agc # left behind by Apple's compiler. We do this before executing the actions.
1718 1.39 agc rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1719 1.39 agc eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1720 1.39 agc as_fn_set_status $ac_retval
1721 1.39 agc
1722 1.39 agc } # ac_fn_c_try_link
1723 1.39 agc
1724 1.39 agc # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1725 1.39 agc # -------------------------------------------------------
1726 1.39 agc # Tests whether HEADER exists and can be compiled using the include files in
1727 1.39 agc # INCLUDES, setting the cache variable VAR accordingly.
1728 1.39 agc ac_fn_c_check_header_compile ()
1729 1.39 agc {
1730 1.39 agc as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1731 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1732 1.39 agc $as_echo_n "checking for $2... " >&6; }
1733 1.39 agc if eval \${$3+:} false; then :
1734 1.39 agc $as_echo_n "(cached) " >&6
1735 1.39 agc else
1736 1.39 agc cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1737 1.39 agc /* end confdefs.h. */
1738 1.39 agc $4
1739 1.39 agc #include <$2>
1740 1.39 agc _ACEOF
1741 1.39 agc if ac_fn_c_try_compile "$LINENO"; then :
1742 1.39 agc eval "$3=yes"
1743 1.39 agc else
1744 1.39 agc eval "$3=no"
1745 1.39 agc fi
1746 1.39 agc rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1747 1.39 agc fi
1748 1.39 agc eval ac_res=\$$3
1749 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1750 1.39 agc $as_echo "$ac_res" >&6; }
1751 1.39 agc eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1752 1.39 agc
1753 1.39 agc } # ac_fn_c_check_header_compile
1754 1.39 agc
1755 1.39 agc # ac_fn_c_try_cpp LINENO
1756 1.39 agc # ----------------------
1757 1.39 agc # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1758 1.39 agc ac_fn_c_try_cpp ()
1759 1.39 agc {
1760 1.39 agc as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1761 1.39 agc if { { ac_try="$ac_cpp conftest.$ac_ext"
1762 1.39 agc case "(($ac_try" in
1763 1.39 agc *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1764 1.39 agc *) ac_try_echo=$ac_try;;
1765 1.39 agc esac
1766 1.39 agc eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1767 1.39 agc $as_echo "$ac_try_echo"; } >&5
1768 1.39 agc (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1769 1.39 agc ac_status=$?
1770 1.39 agc if test -s conftest.err; then
1771 1.39 agc grep -v '^ *+' conftest.err >conftest.er1
1772 1.39 agc cat conftest.er1 >&5
1773 1.39 agc mv -f conftest.er1 conftest.err
1774 1.39 agc fi
1775 1.39 agc $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1776 1.39 agc test $ac_status = 0; } > conftest.i && {
1777 1.39 agc test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1778 1.39 agc test ! -s conftest.err
1779 1.39 agc }; then :
1780 1.39 agc ac_retval=0
1781 1.39 agc else
1782 1.39 agc $as_echo "$as_me: failed program was:" >&5
1783 1.39 agc sed 's/^/| /' conftest.$ac_ext >&5
1784 1.39 agc
1785 1.39 agc ac_retval=1
1786 1.39 agc fi
1787 1.39 agc eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1788 1.39 agc as_fn_set_status $ac_retval
1789 1.39 agc
1790 1.39 agc } # ac_fn_c_try_cpp
1791 1.39 agc
1792 1.39 agc # ac_fn_c_try_run LINENO
1793 1.39 agc # ----------------------
1794 1.39 agc # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1795 1.39 agc # that executables *can* be run.
1796 1.39 agc ac_fn_c_try_run ()
1797 1.39 agc {
1798 1.39 agc as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1799 1.39 agc if { { ac_try="$ac_link"
1800 1.39 agc case "(($ac_try" in
1801 1.39 agc *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1802 1.39 agc *) ac_try_echo=$ac_try;;
1803 1.39 agc esac
1804 1.39 agc eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1805 1.39 agc $as_echo "$ac_try_echo"; } >&5
1806 1.39 agc (eval "$ac_link") 2>&5
1807 1.39 agc ac_status=$?
1808 1.39 agc $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1809 1.39 agc test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1810 1.39 agc { { case "(($ac_try" in
1811 1.39 agc *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1812 1.39 agc *) ac_try_echo=$ac_try;;
1813 1.39 agc esac
1814 1.39 agc eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1815 1.39 agc $as_echo "$ac_try_echo"; } >&5
1816 1.39 agc (eval "$ac_try") 2>&5
1817 1.39 agc ac_status=$?
1818 1.39 agc $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1819 1.39 agc test $ac_status = 0; }; }; then :
1820 1.39 agc ac_retval=0
1821 1.39 agc else
1822 1.39 agc $as_echo "$as_me: program exited with status $ac_status" >&5
1823 1.39 agc $as_echo "$as_me: failed program was:" >&5
1824 1.39 agc sed 's/^/| /' conftest.$ac_ext >&5
1825 1.39 agc
1826 1.39 agc ac_retval=$ac_status
1827 1.39 agc fi
1828 1.39 agc rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1829 1.39 agc eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1830 1.39 agc as_fn_set_status $ac_retval
1831 1.39 agc
1832 1.39 agc } # ac_fn_c_try_run
1833 1.39 agc
1834 1.39 agc # ac_fn_c_check_func LINENO FUNC VAR
1835 1.39 agc # ----------------------------------
1836 1.39 agc # Tests whether FUNC exists, setting the cache variable VAR accordingly
1837 1.39 agc ac_fn_c_check_func ()
1838 1.39 agc {
1839 1.39 agc as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1840 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1841 1.39 agc $as_echo_n "checking for $2... " >&6; }
1842 1.39 agc if eval \${$3+:} false; then :
1843 1.39 agc $as_echo_n "(cached) " >&6
1844 1.39 agc else
1845 1.39 agc cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1846 1.39 agc /* end confdefs.h. */
1847 1.39 agc /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1848 1.39 agc For example, HP-UX 11i <limits.h> declares gettimeofday. */
1849 1.39 agc #define $2 innocuous_$2
1850 1.39 agc
1851 1.39 agc /* System header to define __stub macros and hopefully few prototypes,
1852 1.39 agc which can conflict with char $2 (); below.
1853 1.39 agc Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1854 1.39 agc <limits.h> exists even on freestanding compilers. */
1855 1.39 agc
1856 1.39 agc #ifdef __STDC__
1857 1.39 agc # include <limits.h>
1858 1.39 agc #else
1859 1.39 agc # include <assert.h>
1860 1.39 agc #endif
1861 1.39 agc
1862 1.39 agc #undef $2
1863 1.39 agc
1864 1.39 agc /* Override any GCC internal prototype to avoid an error.
1865 1.39 agc Use char because int might match the return type of a GCC
1866 1.39 agc builtin and then its argument prototype would still apply. */
1867 1.39 agc #ifdef __cplusplus
1868 1.39 agc extern "C"
1869 1.39 agc #endif
1870 1.39 agc char $2 ();
1871 1.39 agc /* The GNU C library defines this for functions which it implements
1872 1.39 agc to always fail with ENOSYS. Some functions are actually named
1873 1.39 agc something starting with __ and the normal name is an alias. */
1874 1.39 agc #if defined __stub_$2 || defined __stub___$2
1875 1.39 agc choke me
1876 1.39 agc #endif
1877 1.39 agc
1878 1.39 agc int
1879 1.39 agc main ()
1880 1.39 agc {
1881 1.39 agc return $2 ();
1882 1.39 agc ;
1883 1.39 agc return 0;
1884 1.39 agc }
1885 1.39 agc _ACEOF
1886 1.39 agc if ac_fn_c_try_link "$LINENO"; then :
1887 1.39 agc eval "$3=yes"
1888 1.39 agc else
1889 1.39 agc eval "$3=no"
1890 1.39 agc fi
1891 1.39 agc rm -f core conftest.err conftest.$ac_objext \
1892 1.39 agc conftest$ac_exeext conftest.$ac_ext
1893 1.39 agc fi
1894 1.39 agc eval ac_res=\$$3
1895 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1896 1.39 agc $as_echo "$ac_res" >&6; }
1897 1.39 agc eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1898 1.39 agc
1899 1.39 agc } # ac_fn_c_check_func
1900 1.39 agc
1901 1.39 agc # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1902 1.39 agc # -------------------------------------------------------
1903 1.39 agc # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1904 1.39 agc # the include files in INCLUDES and setting the cache variable VAR
1905 1.39 agc # accordingly.
1906 1.39 agc ac_fn_c_check_header_mongrel ()
1907 1.39 agc {
1908 1.39 agc as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1909 1.39 agc if eval \${$3+:} false; then :
1910 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1911 1.39 agc $as_echo_n "checking for $2... " >&6; }
1912 1.39 agc if eval \${$3+:} false; then :
1913 1.39 agc $as_echo_n "(cached) " >&6
1914 1.39 agc fi
1915 1.39 agc eval ac_res=\$$3
1916 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1917 1.39 agc $as_echo "$ac_res" >&6; }
1918 1.39 agc else
1919 1.39 agc # Is the header compilable?
1920 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1921 1.39 agc $as_echo_n "checking $2 usability... " >&6; }
1922 1.39 agc cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1923 1.39 agc /* end confdefs.h. */
1924 1.39 agc $4
1925 1.39 agc #include <$2>
1926 1.39 agc _ACEOF
1927 1.39 agc if ac_fn_c_try_compile "$LINENO"; then :
1928 1.39 agc ac_header_compiler=yes
1929 1.39 agc else
1930 1.39 agc ac_header_compiler=no
1931 1.39 agc fi
1932 1.39 agc rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1933 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1934 1.39 agc $as_echo "$ac_header_compiler" >&6; }
1935 1.39 agc
1936 1.39 agc # Is the header present?
1937 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1938 1.39 agc $as_echo_n "checking $2 presence... " >&6; }
1939 1.39 agc cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1940 1.39 agc /* end confdefs.h. */
1941 1.39 agc #include <$2>
1942 1.39 agc _ACEOF
1943 1.39 agc if ac_fn_c_try_cpp "$LINENO"; then :
1944 1.39 agc ac_header_preproc=yes
1945 1.39 agc else
1946 1.39 agc ac_header_preproc=no
1947 1.39 agc fi
1948 1.39 agc rm -f conftest.err conftest.i conftest.$ac_ext
1949 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1950 1.39 agc $as_echo "$ac_header_preproc" >&6; }
1951 1.39 agc
1952 1.39 agc # So? What about this header?
1953 1.39 agc case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1954 1.39 agc yes:no: )
1955 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1956 1.39 agc $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1957 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1958 1.39 agc $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1959 1.39 agc ;;
1960 1.39 agc no:yes:* )
1961 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1962 1.39 agc $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1963 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1964 1.39 agc $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1965 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1966 1.39 agc $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1967 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1968 1.39 agc $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1969 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1970 1.39 agc $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1971 1.39 agc ( $as_echo "## -------------------------------------------------------- ##
1972 1.39 agc ## Report this to Alistair Crooks <agc (at] netbsd.org> c0596823 ##
1973 1.39 agc ## -------------------------------------------------------- ##"
1974 1.39 agc ) | sed "s/^/$as_me: WARNING: /" >&2
1975 1.39 agc ;;
1976 1.39 agc esac
1977 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1978 1.39 agc $as_echo_n "checking for $2... " >&6; }
1979 1.39 agc if eval \${$3+:} false; then :
1980 1.39 agc $as_echo_n "(cached) " >&6
1981 1.39 agc else
1982 1.39 agc eval "$3=\$ac_header_compiler"
1983 1.39 agc fi
1984 1.39 agc eval ac_res=\$$3
1985 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1986 1.39 agc $as_echo "$ac_res" >&6; }
1987 1.39 agc fi
1988 1.39 agc eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1989 1.39 agc
1990 1.39 agc } # ac_fn_c_check_header_mongrel
1991 1.39 agc
1992 1.39 agc # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1993 1.39 agc # -------------------------------------------
1994 1.39 agc # Tests whether TYPE exists after having included INCLUDES, setting cache
1995 1.39 agc # variable VAR accordingly.
1996 1.39 agc ac_fn_c_check_type ()
1997 1.39 agc {
1998 1.39 agc as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1999 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2000 1.39 agc $as_echo_n "checking for $2... " >&6; }
2001 1.39 agc if eval \${$3+:} false; then :
2002 1.39 agc $as_echo_n "(cached) " >&6
2003 1.39 agc else
2004 1.39 agc eval "$3=no"
2005 1.39 agc cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2006 1.39 agc /* end confdefs.h. */
2007 1.39 agc $4
2008 1.39 agc int
2009 1.39 agc main ()
2010 1.39 agc {
2011 1.39 agc if (sizeof ($2))
2012 1.39 agc return 0;
2013 1.39 agc ;
2014 1.39 agc return 0;
2015 1.39 agc }
2016 1.39 agc _ACEOF
2017 1.39 agc if ac_fn_c_try_compile "$LINENO"; then :
2018 1.39 agc cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2019 1.39 agc /* end confdefs.h. */
2020 1.39 agc $4
2021 1.39 agc int
2022 1.39 agc main ()
2023 1.39 agc {
2024 1.39 agc if (sizeof (($2)))
2025 1.39 agc return 0;
2026 1.39 agc ;
2027 1.39 agc return 0;
2028 1.39 agc }
2029 1.39 agc _ACEOF
2030 1.39 agc if ac_fn_c_try_compile "$LINENO"; then :
2031 1.39 agc
2032 1.39 agc else
2033 1.39 agc eval "$3=yes"
2034 1.39 agc fi
2035 1.39 agc rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2036 1.39 agc fi
2037 1.39 agc rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2038 1.39 agc fi
2039 1.39 agc eval ac_res=\$$3
2040 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2041 1.39 agc $as_echo "$ac_res" >&6; }
2042 1.39 agc eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2043 1.39 agc
2044 1.39 agc } # ac_fn_c_check_type
2045 1.39 agc
2046 1.39 agc # ac_fn_c_find_uintX_t LINENO BITS VAR
2047 1.39 agc # ------------------------------------
2048 1.39 agc # Finds an unsigned integer type with width BITS, setting cache variable VAR
2049 1.39 agc # accordingly.
2050 1.39 agc ac_fn_c_find_uintX_t ()
2051 1.39 agc {
2052 1.39 agc as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2053 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for uint$2_t" >&5
2054 1.39 agc $as_echo_n "checking for uint$2_t... " >&6; }
2055 1.39 agc if eval \${$3+:} false; then :
2056 1.39 agc $as_echo_n "(cached) " >&6
2057 1.39 agc else
2058 1.39 agc eval "$3=no"
2059 1.39 agc # Order is important - never check a type that is potentially smaller
2060 1.39 agc # than half of the expected target width.
2061 1.39 agc for ac_type in uint$2_t 'unsigned int' 'unsigned long int' \
2062 1.39 agc 'unsigned long long int' 'unsigned short int' 'unsigned char'; do
2063 1.39 agc cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2064 1.39 agc /* end confdefs.h. */
2065 1.39 agc $ac_includes_default
2066 1.39 agc int
2067 1.39 agc main ()
2068 1.39 agc {
2069 1.39 agc static int test_array [1 - 2 * !((($ac_type) -1 >> ($2 / 2 - 1)) >> ($2 / 2 - 1) == 3)];
2070 1.39 agc test_array [0] = 0;
2071 1.39 agc return test_array [0];
2072 1.39 agc
2073 1.39 agc ;
2074 1.39 agc return 0;
2075 1.39 agc }
2076 1.39 agc _ACEOF
2077 1.39 agc if ac_fn_c_try_compile "$LINENO"; then :
2078 1.39 agc case $ac_type in #(
2079 1.39 agc uint$2_t) :
2080 1.39 agc eval "$3=yes" ;; #(
2081 1.39 agc *) :
2082 1.39 agc eval "$3=\$ac_type" ;;
2083 1.39 agc esac
2084 1.39 agc fi
2085 1.39 agc rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2086 1.39 agc if eval test \"x\$"$3"\" = x"no"; then :
2087 1.39 agc
2088 1.39 agc else
2089 1.39 agc break
2090 1.39 agc fi
2091 1.39 agc done
2092 1.39 agc fi
2093 1.39 agc eval ac_res=\$$3
2094 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2095 1.39 agc $as_echo "$ac_res" >&6; }
2096 1.39 agc eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2097 1.39 agc
2098 1.39 agc } # ac_fn_c_find_uintX_t
2099 1.1 agc cat >config.log <<_ACEOF
2100 1.1 agc This file contains any messages produced by compilers while
2101 1.1 agc running configure, to aid debugging if configure makes a mistake.
2102 1.1 agc
2103 1.41 agc It was created by netpgp $as_me 20140220, which was
2104 1.39 agc generated by GNU Autoconf 2.69. Invocation command line was
2105 1.1 agc
2106 1.1 agc $ $0 $@
2107 1.1 agc
2108 1.1 agc _ACEOF
2109 1.1 agc exec 5>>config.log
2110 1.1 agc {
2111 1.1 agc cat <<_ASUNAME
2112 1.1 agc ## --------- ##
2113 1.1 agc ## Platform. ##
2114 1.1 agc ## --------- ##
2115 1.1 agc
2116 1.1 agc hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2117 1.1 agc uname -m = `(uname -m) 2>/dev/null || echo unknown`
2118 1.1 agc uname -r = `(uname -r) 2>/dev/null || echo unknown`
2119 1.1 agc uname -s = `(uname -s) 2>/dev/null || echo unknown`
2120 1.1 agc uname -v = `(uname -v) 2>/dev/null || echo unknown`
2121 1.1 agc
2122 1.1 agc /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2123 1.1 agc /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2124 1.1 agc
2125 1.1 agc /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2126 1.1 agc /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2127 1.1 agc /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2128 1.1 agc /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2129 1.1 agc /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2130 1.1 agc /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2131 1.1 agc /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2132 1.1 agc
2133 1.1 agc _ASUNAME
2134 1.1 agc
2135 1.1 agc as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2136 1.1 agc for as_dir in $PATH
2137 1.1 agc do
2138 1.1 agc IFS=$as_save_IFS
2139 1.1 agc test -z "$as_dir" && as_dir=.
2140 1.39 agc $as_echo "PATH: $as_dir"
2141 1.39 agc done
2142 1.1 agc IFS=$as_save_IFS
2143 1.1 agc
2144 1.1 agc } >&5
2145 1.1 agc
2146 1.1 agc cat >&5 <<_ACEOF
2147 1.1 agc
2148 1.1 agc
2149 1.1 agc ## ----------- ##
2150 1.1 agc ## Core tests. ##
2151 1.1 agc ## ----------- ##
2152 1.1 agc
2153 1.1 agc _ACEOF
2154 1.1 agc
2155 1.1 agc
2156 1.1 agc # Keep a trace of the command line.
2157 1.1 agc # Strip out --no-create and --no-recursion so they do not pile up.
2158 1.1 agc # Strip out --silent because we don't want to record it for future runs.
2159 1.1 agc # Also quote any args containing shell meta-characters.
2160 1.1 agc # Make two passes to allow for proper duplicate-argument suppression.
2161 1.1 agc ac_configure_args=
2162 1.1 agc ac_configure_args0=
2163 1.1 agc ac_configure_args1=
2164 1.1 agc ac_must_keep_next=false
2165 1.1 agc for ac_pass in 1 2
2166 1.1 agc do
2167 1.1 agc for ac_arg
2168 1.1 agc do
2169 1.1 agc case $ac_arg in
2170 1.1 agc -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2171 1.1 agc -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2172 1.1 agc | -silent | --silent | --silen | --sile | --sil)
2173 1.1 agc continue ;;
2174 1.1 agc *\'*)
2175 1.2 agc ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2176 1.1 agc esac
2177 1.1 agc case $ac_pass in
2178 1.39 agc 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2179 1.1 agc 2)
2180 1.39 agc as_fn_append ac_configure_args1 " '$ac_arg'"
2181 1.1 agc if test $ac_must_keep_next = true; then
2182 1.1 agc ac_must_keep_next=false # Got value, back to normal.
2183 1.1 agc else
2184 1.1 agc case $ac_arg in
2185 1.1 agc *=* | --config-cache | -C | -disable-* | --disable-* \
2186 1.1 agc | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2187 1.1 agc | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2188 1.1 agc | -with-* | --with-* | -without-* | --without-* | --x)
2189 1.1 agc case "$ac_configure_args0 " in
2190 1.1 agc "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2191 1.1 agc esac
2192 1.1 agc ;;
2193 1.1 agc -* ) ac_must_keep_next=true ;;
2194 1.1 agc esac
2195 1.1 agc fi
2196 1.39 agc as_fn_append ac_configure_args " '$ac_arg'"
2197 1.1 agc ;;
2198 1.1 agc esac
2199 1.1 agc done
2200 1.1 agc done
2201 1.39 agc { ac_configure_args0=; unset ac_configure_args0;}
2202 1.39 agc { ac_configure_args1=; unset ac_configure_args1;}
2203 1.1 agc
2204 1.1 agc # When interrupted or exit'd, cleanup temporary files, and complete
2205 1.1 agc # config.log. We remove comments because anyway the quotes in there
2206 1.1 agc # would cause problems or look ugly.
2207 1.1 agc # WARNING: Use '\'' to represent an apostrophe within the trap.
2208 1.1 agc # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2209 1.1 agc trap 'exit_status=$?
2210 1.1 agc # Save into config.log some information that might help in debugging.
2211 1.1 agc {
2212 1.1 agc echo
2213 1.1 agc
2214 1.39 agc $as_echo "## ---------------- ##
2215 1.1 agc ## Cache variables. ##
2216 1.39 agc ## ---------------- ##"
2217 1.1 agc echo
2218 1.1 agc # The following way of writing the cache mishandles newlines in values,
2219 1.1 agc (
2220 1.1 agc for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2221 1.1 agc eval ac_val=\$$ac_var
2222 1.1 agc case $ac_val in #(
2223 1.1 agc *${as_nl}*)
2224 1.1 agc case $ac_var in #(
2225 1.39 agc *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2226 1.2 agc $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2227 1.1 agc esac
2228 1.1 agc case $ac_var in #(
2229 1.1 agc _ | IFS | as_nl) ;; #(
2230 1.2 agc BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2231 1.39 agc *) { eval $ac_var=; unset $ac_var;} ;;
2232 1.1 agc esac ;;
2233 1.1 agc esac
2234 1.1 agc done
2235 1.1 agc (set) 2>&1 |
2236 1.1 agc case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2237 1.1 agc *${as_nl}ac_space=\ *)
2238 1.1 agc sed -n \
2239 1.1 agc "s/'\''/'\''\\\\'\'''\''/g;
2240 1.1 agc s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2241 1.1 agc ;; #(
2242 1.1 agc *)
2243 1.1 agc sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2244 1.1 agc ;;
2245 1.1 agc esac |
2246 1.1 agc sort
2247 1.1 agc )
2248 1.1 agc echo
2249 1.1 agc
2250 1.39 agc $as_echo "## ----------------- ##
2251 1.1 agc ## Output variables. ##
2252 1.39 agc ## ----------------- ##"
2253 1.1 agc echo
2254 1.1 agc for ac_var in $ac_subst_vars
2255 1.1 agc do
2256 1.1 agc eval ac_val=\$$ac_var
2257 1.1 agc case $ac_val in
2258 1.2 agc *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2259 1.1 agc esac
2260 1.2 agc $as_echo "$ac_var='\''$ac_val'\''"
2261 1.1 agc done | sort
2262 1.1 agc echo
2263 1.1 agc
2264 1.1 agc if test -n "$ac_subst_files"; then
2265 1.39 agc $as_echo "## ------------------- ##
2266 1.1 agc ## File substitutions. ##
2267 1.39 agc ## ------------------- ##"
2268 1.1 agc echo
2269 1.1 agc for ac_var in $ac_subst_files
2270 1.1 agc do
2271 1.1 agc eval ac_val=\$$ac_var
2272 1.1 agc case $ac_val in
2273 1.2 agc *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2274 1.1 agc esac
2275 1.2 agc $as_echo "$ac_var='\''$ac_val'\''"
2276 1.1 agc done | sort
2277 1.1 agc echo
2278 1.1 agc fi
2279 1.1 agc
2280 1.1 agc if test -s confdefs.h; then
2281 1.39 agc $as_echo "## ----------- ##
2282 1.1 agc ## confdefs.h. ##
2283 1.39 agc ## ----------- ##"
2284 1.1 agc echo
2285 1.1 agc cat confdefs.h
2286 1.1 agc echo
2287 1.1 agc fi
2288 1.1 agc test "$ac_signal" != 0 &&
2289 1.2 agc $as_echo "$as_me: caught signal $ac_signal"
2290 1.2 agc $as_echo "$as_me: exit $exit_status"
2291 1.1 agc } >&5
2292 1.1 agc rm -f core *.core core.conftest.* &&
2293 1.1 agc rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2294 1.1 agc exit $exit_status
2295 1.1 agc ' 0
2296 1.1 agc for ac_signal in 1 2 13 15; do
2297 1.39 agc trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2298 1.1 agc done
2299 1.1 agc ac_signal=0
2300 1.1 agc
2301 1.1 agc # confdefs.h avoids OS command line length limits that DEFS can exceed.
2302 1.1 agc rm -f -r conftest* confdefs.h
2303 1.1 agc
2304 1.39 agc $as_echo "/* confdefs.h */" > confdefs.h
2305 1.39 agc
2306 1.1 agc # Predefined preprocessor variables.
2307 1.1 agc
2308 1.1 agc cat >>confdefs.h <<_ACEOF
2309 1.1 agc #define PACKAGE_NAME "$PACKAGE_NAME"
2310 1.1 agc _ACEOF
2311 1.1 agc
2312 1.1 agc cat >>confdefs.h <<_ACEOF
2313 1.1 agc #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2314 1.1 agc _ACEOF
2315 1.1 agc
2316 1.1 agc cat >>confdefs.h <<_ACEOF
2317 1.1 agc #define PACKAGE_VERSION "$PACKAGE_VERSION"
2318 1.1 agc _ACEOF
2319 1.1 agc
2320 1.1 agc cat >>confdefs.h <<_ACEOF
2321 1.1 agc #define PACKAGE_STRING "$PACKAGE_STRING"
2322 1.1 agc _ACEOF
2323 1.1 agc
2324 1.1 agc cat >>confdefs.h <<_ACEOF
2325 1.1 agc #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2326 1.1 agc _ACEOF
2327 1.1 agc
2328 1.39 agc cat >>confdefs.h <<_ACEOF
2329 1.39 agc #define PACKAGE_URL "$PACKAGE_URL"
2330 1.39 agc _ACEOF
2331 1.39 agc
2332 1.1 agc
2333 1.1 agc # Let the site file select an alternate cache file if it wants to.
2334 1.2 agc # Prefer an explicitly selected file to automatically selected ones.
2335 1.2 agc ac_site_file1=NONE
2336 1.2 agc ac_site_file2=NONE
2337 1.1 agc if test -n "$CONFIG_SITE"; then
2338 1.39 agc # We do not want a PATH search for config.site.
2339 1.39 agc case $CONFIG_SITE in #((
2340 1.39 agc -*) ac_site_file1=./$CONFIG_SITE;;
2341 1.39 agc */*) ac_site_file1=$CONFIG_SITE;;
2342 1.39 agc *) ac_site_file1=./$CONFIG_SITE;;
2343 1.39 agc esac
2344 1.1 agc elif test "x$prefix" != xNONE; then
2345 1.2 agc ac_site_file1=$prefix/share/config.site
2346 1.2 agc ac_site_file2=$prefix/etc/config.site
2347 1.1 agc else
2348 1.2 agc ac_site_file1=$ac_default_prefix/share/config.site
2349 1.2 agc ac_site_file2=$ac_default_prefix/etc/config.site
2350 1.1 agc fi
2351 1.2 agc for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2352 1.1 agc do
2353 1.2 agc test "x$ac_site_file" = xNONE && continue
2354 1.39 agc if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2355 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2356 1.2 agc $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2357 1.1 agc sed 's/^/| /' "$ac_site_file" >&5
2358 1.39 agc . "$ac_site_file" \
2359 1.39 agc || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2360 1.39 agc $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2361 1.39 agc as_fn_error $? "failed to load site script $ac_site_file
2362 1.39 agc See \`config.log' for more details" "$LINENO" 5; }
2363 1.1 agc fi
2364 1.1 agc done
2365 1.1 agc
2366 1.1 agc if test -r "$cache_file"; then
2367 1.39 agc # Some versions of bash will fail to source /dev/null (special files
2368 1.39 agc # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2369 1.39 agc if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2370 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2371 1.2 agc $as_echo "$as_me: loading cache $cache_file" >&6;}
2372 1.1 agc case $cache_file in
2373 1.1 agc [\\/]* | ?:[\\/]* ) . "$cache_file";;
2374 1.1 agc *) . "./$cache_file";;
2375 1.1 agc esac
2376 1.1 agc fi
2377 1.1 agc else
2378 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2379 1.2 agc $as_echo "$as_me: creating cache $cache_file" >&6;}
2380 1.1 agc >$cache_file
2381 1.1 agc fi
2382 1.1 agc
2383 1.1 agc # Check that the precious variables saved in the cache have kept the same
2384 1.1 agc # value.
2385 1.1 agc ac_cache_corrupted=false
2386 1.1 agc for ac_var in $ac_precious_vars; do
2387 1.1 agc eval ac_old_set=\$ac_cv_env_${ac_var}_set
2388 1.1 agc eval ac_new_set=\$ac_env_${ac_var}_set
2389 1.1 agc eval ac_old_val=\$ac_cv_env_${ac_var}_value
2390 1.1 agc eval ac_new_val=\$ac_env_${ac_var}_value
2391 1.1 agc case $ac_old_set,$ac_new_set in
2392 1.1 agc set,)
2393 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2394 1.2 agc $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2395 1.1 agc ac_cache_corrupted=: ;;
2396 1.1 agc ,set)
2397 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2398 1.2 agc $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2399 1.1 agc ac_cache_corrupted=: ;;
2400 1.1 agc ,);;
2401 1.1 agc *)
2402 1.1 agc if test "x$ac_old_val" != "x$ac_new_val"; then
2403 1.2 agc # differences in whitespace do not lead to failure.
2404 1.2 agc ac_old_val_w=`echo x $ac_old_val`
2405 1.2 agc ac_new_val_w=`echo x $ac_new_val`
2406 1.2 agc if test "$ac_old_val_w" != "$ac_new_val_w"; then
2407 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2408 1.2 agc $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2409 1.2 agc ac_cache_corrupted=:
2410 1.2 agc else
2411 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2412 1.2 agc $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2413 1.2 agc eval $ac_var=\$ac_old_val
2414 1.2 agc fi
2415 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2416 1.2 agc $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2417 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2418 1.2 agc $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2419 1.1 agc fi;;
2420 1.1 agc esac
2421 1.1 agc # Pass precious variables to config.status.
2422 1.1 agc if test "$ac_new_set" = set; then
2423 1.1 agc case $ac_new_val in
2424 1.2 agc *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2425 1.1 agc *) ac_arg=$ac_var=$ac_new_val ;;
2426 1.1 agc esac
2427 1.1 agc case " $ac_configure_args " in
2428 1.1 agc *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2429 1.39 agc *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2430 1.1 agc esac
2431 1.1 agc fi
2432 1.1 agc done
2433 1.1 agc if $ac_cache_corrupted; then
2434 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2435 1.2 agc $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2436 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2437 1.2 agc $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2438 1.39 agc as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2439 1.1 agc fi
2440 1.39 agc ## -------------------- ##
2441 1.39 agc ## Main body of script. ##
2442 1.39 agc ## -------------------- ##
2443 1.1 agc
2444 1.1 agc ac_ext=c
2445 1.1 agc ac_cpp='$CPP $CPPFLAGS'
2446 1.1 agc ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2447 1.1 agc ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2448 1.1 agc ac_compiler_gnu=$ac_cv_c_compiler_gnu
2449 1.1 agc
2450 1.1 agc
2451 1.1 agc
2452 1.1 agc
2453 1.12 lukem
2454 1.39 agc ## -------------------- ##
2455 1.39 agc ## M4sh Initialization. ##
2456 1.39 agc ## -------------------- ##
2457 1.12 lukem
2458 1.12 lukem # Be more Bourne compatible
2459 1.12 lukem DUALCASE=1; export DUALCASE # for MKS sh
2460 1.39 agc if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
2461 1.12 lukem emulate sh
2462 1.12 lukem NULLCMD=:
2463 1.12 lukem # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
2464 1.12 lukem # is contrary to our usage. Disable this feature.
2465 1.12 lukem alias -g '${1+"$@"}'='"$@"'
2466 1.12 lukem setopt NO_GLOB_SUBST
2467 1.12 lukem else
2468 1.39 agc case `(set -o) 2>/dev/null` in #(
2469 1.39 agc *posix*) :
2470 1.39 agc set -o posix ;; #(
2471 1.39 agc *) :
2472 1.39 agc ;;
2473 1.12 lukem esac
2474 1.12 lukem fi
2475 1.12 lukem
2476 1.12 lukem
2477 1.12 lukem as_nl='
2478 1.12 lukem '
2479 1.12 lukem export as_nl
2480 1.12 lukem # Printing a long string crashes Solaris 7 /usr/bin/printf.
2481 1.12 lukem as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
2482 1.12 lukem as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
2483 1.12 lukem as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
2484 1.39 agc # Prefer a ksh shell builtin over an external printf program on Solaris,
2485 1.39 agc # but without wasting forks for bash or zsh.
2486 1.39 agc if test -z "$BASH_VERSION$ZSH_VERSION" \
2487 1.39 agc && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
2488 1.39 agc as_echo='print -r --'
2489 1.39 agc as_echo_n='print -rn --'
2490 1.39 agc elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
2491 1.12 lukem as_echo='printf %s\n'
2492 1.12 lukem as_echo_n='printf %s'
2493 1.12 lukem else
2494 1.12 lukem if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
2495 1.12 lukem as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
2496 1.12 lukem as_echo_n='/usr/ucb/echo -n'
2497 1.12 lukem else
2498 1.12 lukem as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
2499 1.12 lukem as_echo_n_body='eval
2500 1.12 lukem arg=$1;
2501 1.39 agc case $arg in #(
2502 1.12 lukem *"$as_nl"*)
2503 1.12 lukem expr "X$arg" : "X\\(.*\\)$as_nl";
2504 1.12 lukem arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
2505 1.12 lukem esac;
2506 1.12 lukem expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
2507 1.12 lukem '
2508 1.12 lukem export as_echo_n_body
2509 1.12 lukem as_echo_n='sh -c $as_echo_n_body as_echo'
2510 1.12 lukem fi
2511 1.12 lukem export as_echo_body
2512 1.12 lukem as_echo='sh -c $as_echo_body as_echo'
2513 1.12 lukem fi
2514 1.12 lukem
2515 1.12 lukem # The user is always right.
2516 1.12 lukem if test "${PATH_SEPARATOR+set}" != set; then
2517 1.12 lukem PATH_SEPARATOR=:
2518 1.12 lukem (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
2519 1.12 lukem (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
2520 1.12 lukem PATH_SEPARATOR=';'
2521 1.12 lukem }
2522 1.12 lukem fi
2523 1.12 lukem
2524 1.12 lukem
2525 1.12 lukem # IFS
2526 1.12 lukem # We need space, tab and new line, in precisely that order. Quoting is
2527 1.12 lukem # there to prevent editors from complaining about space-tab.
2528 1.12 lukem # (If _AS_PATH_WALK were called with IFS unset, it would disable word
2529 1.12 lukem # splitting by setting IFS to empty value.)
2530 1.12 lukem IFS=" "" $as_nl"
2531 1.12 lukem
2532 1.12 lukem # Find who we are. Look in the path if we contain no directory separator.
2533 1.39 agc as_myself=
2534 1.39 agc case $0 in #((
2535 1.12 lukem *[\\/]* ) as_myself=$0 ;;
2536 1.12 lukem *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2537 1.12 lukem for as_dir in $PATH
2538 1.12 lukem do
2539 1.12 lukem IFS=$as_save_IFS
2540 1.12 lukem test -z "$as_dir" && as_dir=.
2541 1.39 agc test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
2542 1.39 agc done
2543 1.12 lukem IFS=$as_save_IFS
2544 1.12 lukem
2545 1.12 lukem ;;
2546 1.12 lukem esac
2547 1.12 lukem # We did not find ourselves, most probably we were run as `sh COMMAND'
2548 1.12 lukem # in which case we are not to be found in the path.
2549 1.12 lukem if test "x$as_myself" = x; then
2550 1.12 lukem as_myself=$0
2551 1.12 lukem fi
2552 1.12 lukem if test ! -f "$as_myself"; then
2553 1.12 lukem $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
2554 1.39 agc exit 1
2555 1.12 lukem fi
2556 1.12 lukem
2557 1.39 agc # Unset variables that we do not need and which cause bugs (e.g. in
2558 1.39 agc # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
2559 1.39 agc # suppresses any "Segmentation fault" message there. '((' could
2560 1.39 agc # trigger a bug in pdksh 5.2.14.
2561 1.39 agc for as_var in BASH_ENV ENV MAIL MAILPATH
2562 1.39 agc do eval test x\${$as_var+set} = xset \
2563 1.39 agc && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
2564 1.12 lukem done
2565 1.12 lukem PS1='$ '
2566 1.12 lukem PS2='> '
2567 1.12 lukem PS4='+ '
2568 1.12 lukem
2569 1.12 lukem # NLS nuisances.
2570 1.12 lukem LC_ALL=C
2571 1.12 lukem export LC_ALL
2572 1.12 lukem LANGUAGE=C
2573 1.12 lukem export LANGUAGE
2574 1.12 lukem
2575 1.39 agc # CDPATH.
2576 1.39 agc (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
2577 1.12 lukem
2578 1.12 lukem
2579 1.1 agc
2580 1.1 agc
2581 1.1 agc ac_aux_dir=
2582 1.12 lukem for ac_dir in buildaux "$srcdir"/buildaux; do
2583 1.1 agc if test -f "$ac_dir/install-sh"; then
2584 1.1 agc ac_aux_dir=$ac_dir
2585 1.1 agc ac_install_sh="$ac_aux_dir/install-sh -c"
2586 1.1 agc break
2587 1.1 agc elif test -f "$ac_dir/install.sh"; then
2588 1.1 agc ac_aux_dir=$ac_dir
2589 1.1 agc ac_install_sh="$ac_aux_dir/install.sh -c"
2590 1.1 agc break
2591 1.1 agc elif test -f "$ac_dir/shtool"; then
2592 1.1 agc ac_aux_dir=$ac_dir
2593 1.1 agc ac_install_sh="$ac_aux_dir/shtool install -c"
2594 1.1 agc break
2595 1.1 agc fi
2596 1.1 agc done
2597 1.1 agc if test -z "$ac_aux_dir"; then
2598 1.39 agc as_fn_error $? "cannot find install-sh, install.sh, or shtool in buildaux \"$srcdir\"/buildaux" "$LINENO" 5
2599 1.1 agc fi
2600 1.1 agc
2601 1.1 agc # These three variables are undocumented and unsupported,
2602 1.1 agc # and are intended to be withdrawn in a future Autoconf release.
2603 1.1 agc # They can cause serious problems if a builder's source tree is in a directory
2604 1.1 agc # whose full name contains unusual characters.
2605 1.1 agc ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2606 1.1 agc ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2607 1.1 agc ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2608 1.1 agc
2609 1.1 agc
2610 1.12 lukem ac_config_headers="$ac_config_headers src/lib/config.h"
2611 1.12 lukem
2612 1.12 lukem
2613 1.12 lukem am__api_version='1.10'
2614 1.1 agc
2615 1.12 lukem # Find a good install program. We prefer a C program (faster),
2616 1.12 lukem # so one script is as good as another. But avoid the broken or
2617 1.12 lukem # incompatible versions:
2618 1.12 lukem # SysV /etc/install, /usr/sbin/install
2619 1.12 lukem # SunOS /usr/etc/install
2620 1.12 lukem # IRIX /sbin/install
2621 1.12 lukem # AIX /bin/install
2622 1.12 lukem # AmigaOS /C/install, which installs bootblocks on floppy discs
2623 1.12 lukem # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2624 1.12 lukem # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2625 1.12 lukem # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2626 1.12 lukem # OS/2's system install, which has a completely different semantic
2627 1.12 lukem # ./install, which can be erroneously created by make from ./install.sh.
2628 1.12 lukem # Reject install programs that cannot install multiple files.
2629 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2630 1.12 lukem $as_echo_n "checking for a BSD-compatible install... " >&6; }
2631 1.12 lukem if test -z "$INSTALL"; then
2632 1.39 agc if ${ac_cv_path_install+:} false; then :
2633 1.2 agc $as_echo_n "(cached) " >&6
2634 1.1 agc else
2635 1.12 lukem as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2636 1.12 lukem for as_dir in $PATH
2637 1.12 lukem do
2638 1.12 lukem IFS=$as_save_IFS
2639 1.12 lukem test -z "$as_dir" && as_dir=.
2640 1.39 agc # Account for people who put trailing slashes in PATH elements.
2641 1.39 agc case $as_dir/ in #((
2642 1.39 agc ./ | .// | /[cC]/* | \
2643 1.12 lukem /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2644 1.39 agc ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2645 1.12 lukem /usr/ucb/* ) ;;
2646 1.12 lukem *)
2647 1.12 lukem # OSF1 and SCO ODT 3.0 have their own names for install.
2648 1.12 lukem # Don't use installbsd from OSF since it installs stuff as root
2649 1.12 lukem # by default.
2650 1.12 lukem for ac_prog in ginstall scoinst install; do
2651 1.12 lukem for ac_exec_ext in '' $ac_executable_extensions; do
2652 1.39 agc if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2653 1.12 lukem if test $ac_prog = install &&
2654 1.12 lukem grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2655 1.12 lukem # AIX install. It has an incompatible calling convention.
2656 1.12 lukem :
2657 1.12 lukem elif test $ac_prog = install &&
2658 1.12 lukem grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2659 1.12 lukem # program-specific install script used by HP pwplus--don't use.
2660 1.12 lukem :
2661 1.12 lukem else
2662 1.12 lukem rm -rf conftest.one conftest.two conftest.dir
2663 1.12 lukem echo one > conftest.one
2664 1.12 lukem echo two > conftest.two
2665 1.12 lukem mkdir conftest.dir
2666 1.12 lukem if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2667 1.12 lukem test -s conftest.one && test -s conftest.two &&
2668 1.12 lukem test -s conftest.dir/conftest.one &&
2669 1.12 lukem test -s conftest.dir/conftest.two
2670 1.12 lukem then
2671 1.12 lukem ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2672 1.12 lukem break 3
2673 1.12 lukem fi
2674 1.12 lukem fi
2675 1.12 lukem fi
2676 1.12 lukem done
2677 1.12 lukem done
2678 1.12 lukem ;;
2679 1.12 lukem esac
2680 1.12 lukem
2681 1.39 agc done
2682 1.12 lukem IFS=$as_save_IFS
2683 1.12 lukem
2684 1.12 lukem rm -rf conftest.one conftest.two conftest.dir
2685 1.12 lukem
2686 1.12 lukem fi
2687 1.12 lukem if test "${ac_cv_path_install+set}" = set; then
2688 1.12 lukem INSTALL=$ac_cv_path_install
2689 1.12 lukem else
2690 1.12 lukem # As a last resort, use the slow shell script. Don't cache a
2691 1.12 lukem # value for INSTALL within a source directory, because that will
2692 1.12 lukem # break other packages using the cache if that directory is
2693 1.12 lukem # removed, or if the value is a relative name.
2694 1.12 lukem INSTALL=$ac_install_sh
2695 1.12 lukem fi
2696 1.12 lukem fi
2697 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2698 1.12 lukem $as_echo "$INSTALL" >&6; }
2699 1.12 lukem
2700 1.12 lukem # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2701 1.12 lukem # It thinks the first close brace ends the variable substitution.
2702 1.12 lukem test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2703 1.12 lukem
2704 1.12 lukem test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2705 1.12 lukem
2706 1.12 lukem test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2707 1.12 lukem
2708 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2709 1.12 lukem $as_echo_n "checking whether build environment is sane... " >&6; }
2710 1.12 lukem # Just in case
2711 1.12 lukem sleep 1
2712 1.12 lukem echo timestamp > conftest.file
2713 1.12 lukem # Do `set' in a subshell so we don't clobber the current shell's
2714 1.12 lukem # arguments. Must try -L first in case configure is actually a
2715 1.12 lukem # symlink; some systems play weird games with the mod time of symlinks
2716 1.12 lukem # (eg FreeBSD returns the mod time of the symlink's containing
2717 1.12 lukem # directory).
2718 1.12 lukem if (
2719 1.12 lukem set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
2720 1.12 lukem if test "$*" = "X"; then
2721 1.12 lukem # -L didn't work.
2722 1.12 lukem set X `ls -t $srcdir/configure conftest.file`
2723 1.12 lukem fi
2724 1.12 lukem rm -f conftest.file
2725 1.12 lukem if test "$*" != "X $srcdir/configure conftest.file" \
2726 1.12 lukem && test "$*" != "X conftest.file $srcdir/configure"; then
2727 1.12 lukem
2728 1.12 lukem # If neither matched, then we have a broken ls. This can happen
2729 1.12 lukem # if, for instance, CONFIG_SHELL is bash and it inherits a
2730 1.12 lukem # broken ls alias from the environment. This has actually
2731 1.12 lukem # happened. Such a system could not be considered "sane".
2732 1.39 agc as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
2733 1.39 agc alias in your environment" "$LINENO" 5
2734 1.12 lukem fi
2735 1.12 lukem
2736 1.12 lukem test "$2" = conftest.file
2737 1.12 lukem )
2738 1.12 lukem then
2739 1.12 lukem # Ok.
2740 1.12 lukem :
2741 1.12 lukem else
2742 1.39 agc as_fn_error $? "newly created file is older than distributed files!
2743 1.39 agc Check your system clock" "$LINENO" 5
2744 1.1 agc fi
2745 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2746 1.12 lukem $as_echo "yes" >&6; }
2747 1.12 lukem test "$program_prefix" != NONE &&
2748 1.12 lukem program_transform_name="s&^&$program_prefix&;$program_transform_name"
2749 1.12 lukem # Use a double $ so make ignores it.
2750 1.12 lukem test "$program_suffix" != NONE &&
2751 1.12 lukem program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2752 1.12 lukem # Double any \ or $.
2753 1.12 lukem # By default was `s,x,x', remove it if useless.
2754 1.12 lukem ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2755 1.12 lukem program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2756 1.1 agc
2757 1.12 lukem # expand $ac_aux_dir to an absolute path
2758 1.12 lukem am_aux_dir=`cd $ac_aux_dir && pwd`
2759 1.1 agc
2760 1.12 lukem test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
2761 1.12 lukem # Use eval to expand $SHELL
2762 1.12 lukem if eval "$MISSING --run true"; then
2763 1.12 lukem am_missing_run="$MISSING --run "
2764 1.12 lukem else
2765 1.12 lukem am_missing_run=
2766 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2767 1.12 lukem $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2768 1.12 lukem fi
2769 1.12 lukem
2770 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2771 1.12 lukem $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2772 1.12 lukem if test -z "$MKDIR_P"; then
2773 1.39 agc if ${ac_cv_path_mkdir+:} false; then :
2774 1.2 agc $as_echo_n "(cached) " >&6
2775 1.1 agc else
2776 1.12 lukem as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2777 1.12 lukem for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2778 1.12 lukem do
2779 1.12 lukem IFS=$as_save_IFS
2780 1.12 lukem test -z "$as_dir" && as_dir=.
2781 1.39 agc for ac_prog in mkdir gmkdir; do
2782 1.12 lukem for ac_exec_ext in '' $ac_executable_extensions; do
2783 1.39 agc as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
2784 1.12 lukem case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2785 1.12 lukem 'mkdir (GNU coreutils) '* | \
2786 1.12 lukem 'mkdir (coreutils) '* | \
2787 1.12 lukem 'mkdir (fileutils) '4.1*)
2788 1.12 lukem ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2789 1.12 lukem break 3;;
2790 1.12 lukem esac
2791 1.12 lukem done
2792 1.12 lukem done
2793 1.39 agc done
2794 1.12 lukem IFS=$as_save_IFS
2795 1.12 lukem
2796 1.1 agc fi
2797 1.1 agc
2798 1.39 agc test -d ./--version && rmdir ./--version
2799 1.12 lukem if test "${ac_cv_path_mkdir+set}" = set; then
2800 1.12 lukem MKDIR_P="$ac_cv_path_mkdir -p"
2801 1.12 lukem else
2802 1.12 lukem # As a last resort, use the slow shell script. Don't cache a
2803 1.12 lukem # value for MKDIR_P within a source directory, because that will
2804 1.12 lukem # break other packages using the cache if that directory is
2805 1.12 lukem # removed, or if the value is a relative name.
2806 1.12 lukem MKDIR_P="$ac_install_sh -d"
2807 1.12 lukem fi
2808 1.1 agc fi
2809 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2810 1.12 lukem $as_echo "$MKDIR_P" >&6; }
2811 1.12 lukem
2812 1.12 lukem mkdir_p="$MKDIR_P"
2813 1.12 lukem case $mkdir_p in
2814 1.12 lukem [\\/$]* | ?:[\\/]*) ;;
2815 1.12 lukem */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2816 1.1 agc esac
2817 1.1 agc
2818 1.12 lukem for ac_prog in gawk mawk nawk awk
2819 1.12 lukem do
2820 1.12 lukem # Extract the first word of "$ac_prog", so it can be a program name with args.
2821 1.12 lukem set dummy $ac_prog; ac_word=$2
2822 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2823 1.12 lukem $as_echo_n "checking for $ac_word... " >&6; }
2824 1.39 agc if ${ac_cv_prog_AWK+:} false; then :
2825 1.12 lukem $as_echo_n "(cached) " >&6
2826 1.12 lukem else
2827 1.12 lukem if test -n "$AWK"; then
2828 1.12 lukem ac_cv_prog_AWK="$AWK" # Let the user override the test.
2829 1.12 lukem else
2830 1.12 lukem as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2831 1.12 lukem for as_dir in $PATH
2832 1.12 lukem do
2833 1.12 lukem IFS=$as_save_IFS
2834 1.12 lukem test -z "$as_dir" && as_dir=.
2835 1.39 agc for ac_exec_ext in '' $ac_executable_extensions; do
2836 1.39 agc if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2837 1.12 lukem ac_cv_prog_AWK="$ac_prog"
2838 1.39 agc $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2839 1.12 lukem break 2
2840 1.12 lukem fi
2841 1.12 lukem done
2842 1.39 agc done
2843 1.12 lukem IFS=$as_save_IFS
2844 1.12 lukem
2845 1.12 lukem fi
2846 1.12 lukem fi
2847 1.12 lukem AWK=$ac_cv_prog_AWK
2848 1.12 lukem if test -n "$AWK"; then
2849 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2850 1.12 lukem $as_echo "$AWK" >&6; }
2851 1.12 lukem else
2852 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2853 1.12 lukem $as_echo "no" >&6; }
2854 1.12 lukem fi
2855 1.1 agc
2856 1.1 agc
2857 1.12 lukem test -n "$AWK" && break
2858 1.12 lukem done
2859 1.1 agc
2860 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2861 1.2 agc $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2862 1.2 agc set x ${MAKE-make}
2863 1.2 agc ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2864 1.39 agc if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
2865 1.2 agc $as_echo_n "(cached) " >&6
2866 1.1 agc else
2867 1.1 agc cat >conftest.make <<\_ACEOF
2868 1.1 agc SHELL = /bin/sh
2869 1.1 agc all:
2870 1.1 agc @echo '@@@%%%=$(MAKE)=@@@%%%'
2871 1.1 agc _ACEOF
2872 1.39 agc # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2873 1.1 agc case `${MAKE-make} -f conftest.make 2>/dev/null` in
2874 1.1 agc *@@@%%%=?*=@@@%%%*)
2875 1.1 agc eval ac_cv_prog_make_${ac_make}_set=yes;;
2876 1.1 agc *)
2877 1.1 agc eval ac_cv_prog_make_${ac_make}_set=no;;
2878 1.1 agc esac
2879 1.1 agc rm -f conftest.make
2880 1.1 agc fi
2881 1.1 agc if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2882 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2883 1.2 agc $as_echo "yes" >&6; }
2884 1.1 agc SET_MAKE=
2885 1.1 agc else
2886 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2887 1.2 agc $as_echo "no" >&6; }
2888 1.1 agc SET_MAKE="MAKE=${MAKE-make}"
2889 1.1 agc fi
2890 1.1 agc
2891 1.12 lukem rm -rf .tst 2>/dev/null
2892 1.12 lukem mkdir .tst 2>/dev/null
2893 1.12 lukem if test -d .tst; then
2894 1.12 lukem am__leading_dot=.
2895 1.12 lukem else
2896 1.12 lukem am__leading_dot=_
2897 1.12 lukem fi
2898 1.12 lukem rmdir .tst 2>/dev/null
2899 1.12 lukem
2900 1.12 lukem if test "`cd $srcdir && pwd`" != "`pwd`"; then
2901 1.12 lukem # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2902 1.12 lukem # is not polluted with repeated "-I."
2903 1.12 lukem am__isrc=' -I$(srcdir)'
2904 1.12 lukem # test to see if srcdir already configured
2905 1.12 lukem if test -f $srcdir/config.status; then
2906 1.39 agc as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2907 1.12 lukem fi
2908 1.12 lukem fi
2909 1.12 lukem
2910 1.12 lukem # test whether we have cygpath
2911 1.12 lukem if test -z "$CYGPATH_W"; then
2912 1.12 lukem if (cygpath --version) >/dev/null 2>/dev/null; then
2913 1.12 lukem CYGPATH_W='cygpath -w'
2914 1.12 lukem else
2915 1.12 lukem CYGPATH_W=echo
2916 1.12 lukem fi
2917 1.12 lukem fi
2918 1.12 lukem
2919 1.12 lukem
2920 1.12 lukem # Define the identity of the package.
2921 1.12 lukem PACKAGE='netpgp'
2922 1.41 agc VERSION='20140220'
2923 1.12 lukem
2924 1.12 lukem
2925 1.12 lukem cat >>confdefs.h <<_ACEOF
2926 1.12 lukem #define PACKAGE "$PACKAGE"
2927 1.12 lukem _ACEOF
2928 1.12 lukem
2929 1.12 lukem
2930 1.12 lukem cat >>confdefs.h <<_ACEOF
2931 1.12 lukem #define VERSION "$VERSION"
2932 1.12 lukem _ACEOF
2933 1.12 lukem
2934 1.12 lukem # Some tools Automake needs.
2935 1.12 lukem
2936 1.12 lukem ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2937 1.12 lukem
2938 1.12 lukem
2939 1.12 lukem AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2940 1.12 lukem
2941 1.12 lukem
2942 1.12 lukem AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2943 1.12 lukem
2944 1.12 lukem
2945 1.12 lukem AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2946 1.12 lukem
2947 1.12 lukem
2948 1.12 lukem MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2949 1.12 lukem
2950 1.12 lukem install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
2951 1.12 lukem
2952 1.12 lukem # Installed binaries are usually stripped using `strip' when the user
2953 1.12 lukem # run `make install-strip'. However `strip' might not be the right
2954 1.12 lukem # tool to use in cross-compilation environments, therefore Automake
2955 1.12 lukem # will honor the `STRIP' environment variable to overrule this program.
2956 1.12 lukem if test "$cross_compiling" != no; then
2957 1.12 lukem if test -n "$ac_tool_prefix"; then
2958 1.12 lukem # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2959 1.12 lukem set dummy ${ac_tool_prefix}strip; ac_word=$2
2960 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2961 1.2 agc $as_echo_n "checking for $ac_word... " >&6; }
2962 1.39 agc if ${ac_cv_prog_STRIP+:} false; then :
2963 1.2 agc $as_echo_n "(cached) " >&6
2964 1.1 agc else
2965 1.12 lukem if test -n "$STRIP"; then
2966 1.12 lukem ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2967 1.1 agc else
2968 1.1 agc as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2969 1.1 agc for as_dir in $PATH
2970 1.1 agc do
2971 1.1 agc IFS=$as_save_IFS
2972 1.1 agc test -z "$as_dir" && as_dir=.
2973 1.39 agc for ac_exec_ext in '' $ac_executable_extensions; do
2974 1.39 agc if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2975 1.12 lukem ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2976 1.39 agc $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2977 1.1 agc break 2
2978 1.1 agc fi
2979 1.1 agc done
2980 1.39 agc done
2981 1.1 agc IFS=$as_save_IFS
2982 1.1 agc
2983 1.1 agc fi
2984 1.1 agc fi
2985 1.12 lukem STRIP=$ac_cv_prog_STRIP
2986 1.12 lukem if test -n "$STRIP"; then
2987 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2988 1.12 lukem $as_echo "$STRIP" >&6; }
2989 1.12 lukem else
2990 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2991 1.12 lukem $as_echo "no" >&6; }
2992 1.12 lukem fi
2993 1.12 lukem
2994 1.12 lukem
2995 1.12 lukem fi
2996 1.12 lukem if test -z "$ac_cv_prog_STRIP"; then
2997 1.12 lukem ac_ct_STRIP=$STRIP
2998 1.12 lukem # Extract the first word of "strip", so it can be a program name with args.
2999 1.12 lukem set dummy strip; ac_word=$2
3000 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3001 1.12 lukem $as_echo_n "checking for $ac_word... " >&6; }
3002 1.39 agc if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
3003 1.12 lukem $as_echo_n "(cached) " >&6
3004 1.12 lukem else
3005 1.12 lukem if test -n "$ac_ct_STRIP"; then
3006 1.12 lukem ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3007 1.12 lukem else
3008 1.12 lukem as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3009 1.12 lukem for as_dir in $PATH
3010 1.12 lukem do
3011 1.12 lukem IFS=$as_save_IFS
3012 1.12 lukem test -z "$as_dir" && as_dir=.
3013 1.39 agc for ac_exec_ext in '' $ac_executable_extensions; do
3014 1.39 agc if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3015 1.12 lukem ac_cv_prog_ac_ct_STRIP="strip"
3016 1.39 agc $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3017 1.12 lukem break 2
3018 1.12 lukem fi
3019 1.12 lukem done
3020 1.39 agc done
3021 1.12 lukem IFS=$as_save_IFS
3022 1.12 lukem
3023 1.12 lukem fi
3024 1.12 lukem fi
3025 1.12 lukem ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3026 1.12 lukem if test -n "$ac_ct_STRIP"; then
3027 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3028 1.12 lukem $as_echo "$ac_ct_STRIP" >&6; }
3029 1.12 lukem else
3030 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3031 1.12 lukem $as_echo "no" >&6; }
3032 1.12 lukem fi
3033 1.12 lukem
3034 1.12 lukem if test "x$ac_ct_STRIP" = x; then
3035 1.12 lukem STRIP=":"
3036 1.12 lukem else
3037 1.12 lukem case $cross_compiling:$ac_tool_warned in
3038 1.12 lukem yes:)
3039 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3040 1.12 lukem $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3041 1.12 lukem ac_tool_warned=yes ;;
3042 1.12 lukem esac
3043 1.12 lukem STRIP=$ac_ct_STRIP
3044 1.12 lukem fi
3045 1.12 lukem else
3046 1.12 lukem STRIP="$ac_cv_prog_STRIP"
3047 1.12 lukem fi
3048 1.12 lukem
3049 1.12 lukem fi
3050 1.12 lukem INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3051 1.12 lukem
3052 1.12 lukem # We need awk for the "check" target. The system "awk" is bad on
3053 1.12 lukem # some platforms.
3054 1.12 lukem # Always define AMTAR for backward compatibility.
3055 1.12 lukem
3056 1.12 lukem AMTAR=${AMTAR-"${am_missing_run}tar"}
3057 1.12 lukem
3058 1.12 lukem am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
3059 1.12 lukem
3060 1.12 lukem
3061 1.12 lukem
3062 1.12 lukem
3063 1.12 lukem
3064 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
3065 1.12 lukem $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
3066 1.12 lukem # Check whether --enable-maintainer-mode was given.
3067 1.39 agc if test "${enable_maintainer_mode+set}" = set; then :
3068 1.12 lukem enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
3069 1.12 lukem else
3070 1.12 lukem USE_MAINTAINER_MODE=no
3071 1.12 lukem fi
3072 1.12 lukem
3073 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
3074 1.12 lukem $as_echo "$USE_MAINTAINER_MODE" >&6; }
3075 1.12 lukem if test $USE_MAINTAINER_MODE = yes; then
3076 1.12 lukem MAINTAINER_MODE_TRUE=
3077 1.12 lukem MAINTAINER_MODE_FALSE='#'
3078 1.12 lukem else
3079 1.12 lukem MAINTAINER_MODE_TRUE='#'
3080 1.12 lukem MAINTAINER_MODE_FALSE=
3081 1.12 lukem fi
3082 1.12 lukem
3083 1.12 lukem MAINT=$MAINTAINER_MODE_TRUE
3084 1.12 lukem
3085 1.12 lukem
3086 1.12 lukem
3087 1.12 lukem # Make sure we can run config.sub.
3088 1.12 lukem $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
3089 1.39 agc as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3090 1.12 lukem
3091 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3092 1.12 lukem $as_echo_n "checking build system type... " >&6; }
3093 1.39 agc if ${ac_cv_build+:} false; then :
3094 1.12 lukem $as_echo_n "(cached) " >&6
3095 1.12 lukem else
3096 1.12 lukem ac_build_alias=$build_alias
3097 1.12 lukem test "x$ac_build_alias" = x &&
3098 1.12 lukem ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3099 1.12 lukem test "x$ac_build_alias" = x &&
3100 1.39 agc as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
3101 1.12 lukem ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3102 1.39 agc as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3103 1.12 lukem
3104 1.12 lukem fi
3105 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3106 1.12 lukem $as_echo "$ac_cv_build" >&6; }
3107 1.12 lukem case $ac_cv_build in
3108 1.12 lukem *-*-*) ;;
3109 1.39 agc *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
3110 1.12 lukem esac
3111 1.12 lukem build=$ac_cv_build
3112 1.12 lukem ac_save_IFS=$IFS; IFS='-'
3113 1.12 lukem set x $ac_cv_build
3114 1.12 lukem shift
3115 1.12 lukem build_cpu=$1
3116 1.12 lukem build_vendor=$2
3117 1.12 lukem shift; shift
3118 1.12 lukem # Remember, the first character of IFS is used to create $*,
3119 1.12 lukem # except with old shells:
3120 1.12 lukem build_os=$*
3121 1.12 lukem IFS=$ac_save_IFS
3122 1.12 lukem case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3123 1.12 lukem
3124 1.12 lukem
3125 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3126 1.12 lukem $as_echo_n "checking host system type... " >&6; }
3127 1.39 agc if ${ac_cv_host+:} false; then :
3128 1.12 lukem $as_echo_n "(cached) " >&6
3129 1.12 lukem else
3130 1.12 lukem if test "x$host_alias" = x; then
3131 1.12 lukem ac_cv_host=$ac_cv_build
3132 1.12 lukem else
3133 1.12 lukem ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3134 1.39 agc as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3135 1.12 lukem fi
3136 1.12 lukem
3137 1.12 lukem fi
3138 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3139 1.12 lukem $as_echo "$ac_cv_host" >&6; }
3140 1.12 lukem case $ac_cv_host in
3141 1.12 lukem *-*-*) ;;
3142 1.39 agc *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
3143 1.12 lukem esac
3144 1.12 lukem host=$ac_cv_host
3145 1.12 lukem ac_save_IFS=$IFS; IFS='-'
3146 1.12 lukem set x $ac_cv_host
3147 1.12 lukem shift
3148 1.12 lukem host_cpu=$1
3149 1.12 lukem host_vendor=$2
3150 1.12 lukem shift; shift
3151 1.12 lukem # Remember, the first character of IFS is used to create $*,
3152 1.12 lukem # except with old shells:
3153 1.12 lukem host_os=$*
3154 1.12 lukem IFS=$ac_save_IFS
3155 1.12 lukem case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3156 1.12 lukem
3157 1.12 lukem
3158 1.12 lukem CANONICAL_HOST=$host
3159 1.12 lukem
3160 1.12 lukem
3161 1.12 lukem # Checks for programs.
3162 1.12 lukem #
3163 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3164 1.12 lukem $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3165 1.12 lukem set x ${MAKE-make}
3166 1.12 lukem ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3167 1.39 agc if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
3168 1.12 lukem $as_echo_n "(cached) " >&6
3169 1.12 lukem else
3170 1.12 lukem cat >conftest.make <<\_ACEOF
3171 1.12 lukem SHELL = /bin/sh
3172 1.12 lukem all:
3173 1.12 lukem @echo '@@@%%%=$(MAKE)=@@@%%%'
3174 1.12 lukem _ACEOF
3175 1.39 agc # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3176 1.12 lukem case `${MAKE-make} -f conftest.make 2>/dev/null` in
3177 1.12 lukem *@@@%%%=?*=@@@%%%*)
3178 1.12 lukem eval ac_cv_prog_make_${ac_make}_set=yes;;
3179 1.12 lukem *)
3180 1.12 lukem eval ac_cv_prog_make_${ac_make}_set=no;;
3181 1.12 lukem esac
3182 1.12 lukem rm -f conftest.make
3183 1.12 lukem fi
3184 1.12 lukem if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3185 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3186 1.12 lukem $as_echo "yes" >&6; }
3187 1.12 lukem SET_MAKE=
3188 1.12 lukem else
3189 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3190 1.12 lukem $as_echo "no" >&6; }
3191 1.12 lukem SET_MAKE="MAKE=${MAKE-make}"
3192 1.12 lukem fi
3193 1.12 lukem
3194 1.12 lukem for ac_prog in gawk mawk nawk awk
3195 1.12 lukem do
3196 1.12 lukem # Extract the first word of "$ac_prog", so it can be a program name with args.
3197 1.12 lukem set dummy $ac_prog; ac_word=$2
3198 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3199 1.12 lukem $as_echo_n "checking for $ac_word... " >&6; }
3200 1.39 agc if ${ac_cv_prog_AWK+:} false; then :
3201 1.12 lukem $as_echo_n "(cached) " >&6
3202 1.12 lukem else
3203 1.12 lukem if test -n "$AWK"; then
3204 1.12 lukem ac_cv_prog_AWK="$AWK" # Let the user override the test.
3205 1.12 lukem else
3206 1.12 lukem as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3207 1.12 lukem for as_dir in $PATH
3208 1.12 lukem do
3209 1.12 lukem IFS=$as_save_IFS
3210 1.12 lukem test -z "$as_dir" && as_dir=.
3211 1.39 agc for ac_exec_ext in '' $ac_executable_extensions; do
3212 1.39 agc if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3213 1.12 lukem ac_cv_prog_AWK="$ac_prog"
3214 1.39 agc $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3215 1.12 lukem break 2
3216 1.12 lukem fi
3217 1.12 lukem done
3218 1.39 agc done
3219 1.12 lukem IFS=$as_save_IFS
3220 1.12 lukem
3221 1.12 lukem fi
3222 1.12 lukem fi
3223 1.12 lukem AWK=$ac_cv_prog_AWK
3224 1.12 lukem if test -n "$AWK"; then
3225 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3226 1.12 lukem $as_echo "$AWK" >&6; }
3227 1.1 agc else
3228 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3229 1.2 agc $as_echo "no" >&6; }
3230 1.1 agc fi
3231 1.1 agc
3232 1.1 agc
3233 1.1 agc test -n "$AWK" && break
3234 1.1 agc done
3235 1.1 agc
3236 1.1 agc ac_ext=c
3237 1.1 agc ac_cpp='$CPP $CPPFLAGS'
3238 1.1 agc ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3239 1.1 agc ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3240 1.1 agc ac_compiler_gnu=$ac_cv_c_compiler_gnu
3241 1.1 agc if test -n "$ac_tool_prefix"; then
3242 1.1 agc # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3243 1.1 agc set dummy ${ac_tool_prefix}gcc; ac_word=$2
3244 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3245 1.2 agc $as_echo_n "checking for $ac_word... " >&6; }
3246 1.39 agc if ${ac_cv_prog_CC+:} false; then :
3247 1.2 agc $as_echo_n "(cached) " >&6
3248 1.1 agc else
3249 1.1 agc if test -n "$CC"; then
3250 1.1 agc ac_cv_prog_CC="$CC" # Let the user override the test.
3251 1.1 agc else
3252 1.1 agc as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3253 1.1 agc for as_dir in $PATH
3254 1.1 agc do
3255 1.1 agc IFS=$as_save_IFS
3256 1.1 agc test -z "$as_dir" && as_dir=.
3257 1.39 agc for ac_exec_ext in '' $ac_executable_extensions; do
3258 1.39 agc if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3259 1.1 agc ac_cv_prog_CC="${ac_tool_prefix}gcc"
3260 1.39 agc $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3261 1.1 agc break 2
3262 1.1 agc fi
3263 1.1 agc done
3264 1.39 agc done
3265 1.1 agc IFS=$as_save_IFS
3266 1.1 agc
3267 1.1 agc fi
3268 1.1 agc fi
3269 1.1 agc CC=$ac_cv_prog_CC
3270 1.1 agc if test -n "$CC"; then
3271 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3272 1.2 agc $as_echo "$CC" >&6; }
3273 1.1 agc else
3274 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3275 1.2 agc $as_echo "no" >&6; }
3276 1.1 agc fi
3277 1.1 agc
3278 1.1 agc
3279 1.1 agc fi
3280 1.1 agc if test -z "$ac_cv_prog_CC"; then
3281 1.1 agc ac_ct_CC=$CC
3282 1.1 agc # Extract the first word of "gcc", so it can be a program name with args.
3283 1.1 agc set dummy gcc; ac_word=$2
3284 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3285 1.2 agc $as_echo_n "checking for $ac_word... " >&6; }
3286 1.39 agc if ${ac_cv_prog_ac_ct_CC+:} false; then :
3287 1.2 agc $as_echo_n "(cached) " >&6
3288 1.1 agc else
3289 1.1 agc if test -n "$ac_ct_CC"; then
3290 1.1 agc ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3291 1.1 agc else
3292 1.1 agc as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3293 1.1 agc for as_dir in $PATH
3294 1.1 agc do
3295 1.1 agc IFS=$as_save_IFS
3296 1.1 agc test -z "$as_dir" && as_dir=.
3297 1.39 agc for ac_exec_ext in '' $ac_executable_extensions; do
3298 1.39 agc if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3299 1.1 agc ac_cv_prog_ac_ct_CC="gcc"
3300 1.39 agc $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3301 1.1 agc break 2
3302 1.1 agc fi
3303 1.1 agc done
3304 1.39 agc done
3305 1.1 agc IFS=$as_save_IFS
3306 1.1 agc
3307 1.1 agc fi
3308 1.1 agc fi
3309 1.1 agc ac_ct_CC=$ac_cv_prog_ac_ct_CC
3310 1.1 agc if test -n "$ac_ct_CC"; then
3311 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3312 1.2 agc $as_echo "$ac_ct_CC" >&6; }
3313 1.1 agc else
3314 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3315 1.2 agc $as_echo "no" >&6; }
3316 1.1 agc fi
3317 1.1 agc
3318 1.1 agc if test "x$ac_ct_CC" = x; then
3319 1.1 agc CC=""
3320 1.1 agc else
3321 1.1 agc case $cross_compiling:$ac_tool_warned in
3322 1.1 agc yes:)
3323 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3324 1.2 agc $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3325 1.1 agc ac_tool_warned=yes ;;
3326 1.1 agc esac
3327 1.1 agc CC=$ac_ct_CC
3328 1.1 agc fi
3329 1.1 agc else
3330 1.1 agc CC="$ac_cv_prog_CC"
3331 1.1 agc fi
3332 1.1 agc
3333 1.1 agc if test -z "$CC"; then
3334 1.1 agc if test -n "$ac_tool_prefix"; then
3335 1.1 agc # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3336 1.1 agc set dummy ${ac_tool_prefix}cc; ac_word=$2
3337 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3338 1.2 agc $as_echo_n "checking for $ac_word... " >&6; }
3339 1.39 agc if ${ac_cv_prog_CC+:} false; then :
3340 1.2 agc $as_echo_n "(cached) " >&6
3341 1.1 agc else
3342 1.1 agc if test -n "$CC"; then
3343 1.1 agc ac_cv_prog_CC="$CC" # Let the user override the test.
3344 1.1 agc else
3345 1.1 agc as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3346 1.1 agc for as_dir in $PATH
3347 1.1 agc do
3348 1.1 agc IFS=$as_save_IFS
3349 1.1 agc test -z "$as_dir" && as_dir=.
3350 1.39 agc for ac_exec_ext in '' $ac_executable_extensions; do
3351 1.39 agc if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3352 1.1 agc ac_cv_prog_CC="${ac_tool_prefix}cc"
3353 1.39 agc $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3354 1.1 agc break 2
3355 1.1 agc fi
3356 1.1 agc done
3357 1.39 agc done
3358 1.1 agc IFS=$as_save_IFS
3359 1.1 agc
3360 1.1 agc fi
3361 1.1 agc fi
3362 1.1 agc CC=$ac_cv_prog_CC
3363 1.1 agc if test -n "$CC"; then
3364 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3365 1.2 agc $as_echo "$CC" >&6; }
3366 1.1 agc else
3367 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3368 1.2 agc $as_echo "no" >&6; }
3369 1.1 agc fi
3370 1.1 agc
3371 1.1 agc
3372 1.1 agc fi
3373 1.1 agc fi
3374 1.1 agc if test -z "$CC"; then
3375 1.1 agc # Extract the first word of "cc", so it can be a program name with args.
3376 1.1 agc set dummy cc; ac_word=$2
3377 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3378 1.2 agc $as_echo_n "checking for $ac_word... " >&6; }
3379 1.39 agc if ${ac_cv_prog_CC+:} false; then :
3380 1.2 agc $as_echo_n "(cached) " >&6
3381 1.1 agc else
3382 1.1 agc if test -n "$CC"; then
3383 1.1 agc ac_cv_prog_CC="$CC" # Let the user override the test.
3384 1.1 agc else
3385 1.1 agc ac_prog_rejected=no
3386 1.1 agc as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3387 1.1 agc for as_dir in $PATH
3388 1.1 agc do
3389 1.1 agc IFS=$as_save_IFS
3390 1.1 agc test -z "$as_dir" && as_dir=.
3391 1.39 agc for ac_exec_ext in '' $ac_executable_extensions; do
3392 1.39 agc if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3393 1.1 agc if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3394 1.1 agc ac_prog_rejected=yes
3395 1.1 agc continue
3396 1.1 agc fi
3397 1.1 agc ac_cv_prog_CC="cc"
3398 1.39 agc $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3399 1.1 agc break 2
3400 1.1 agc fi
3401 1.1 agc done
3402 1.39 agc done
3403 1.1 agc IFS=$as_save_IFS
3404 1.1 agc
3405 1.1 agc if test $ac_prog_rejected = yes; then
3406 1.1 agc # We found a bogon in the path, so make sure we never use it.
3407 1.1 agc set dummy $ac_cv_prog_CC
3408 1.1 agc shift
3409 1.1 agc if test $# != 0; then
3410 1.1 agc # We chose a different compiler from the bogus one.
3411 1.1 agc # However, it has the same basename, so the bogon will be chosen
3412 1.1 agc # first if we set CC to just the basename; use the full file name.
3413 1.1 agc shift
3414 1.1 agc ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3415 1.1 agc fi
3416 1.1 agc fi
3417 1.1 agc fi
3418 1.1 agc fi
3419 1.1 agc CC=$ac_cv_prog_CC
3420 1.1 agc if test -n "$CC"; then
3421 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3422 1.2 agc $as_echo "$CC" >&6; }
3423 1.1 agc else
3424 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3425 1.2 agc $as_echo "no" >&6; }
3426 1.1 agc fi
3427 1.1 agc
3428 1.1 agc
3429 1.1 agc fi
3430 1.1 agc if test -z "$CC"; then
3431 1.1 agc if test -n "$ac_tool_prefix"; then
3432 1.1 agc for ac_prog in cl.exe
3433 1.1 agc do
3434 1.1 agc # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3435 1.1 agc set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3436 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3437 1.2 agc $as_echo_n "checking for $ac_word... " >&6; }
3438 1.39 agc if ${ac_cv_prog_CC+:} false; then :
3439 1.2 agc $as_echo_n "(cached) " >&6
3440 1.1 agc else
3441 1.1 agc if test -n "$CC"; then
3442 1.1 agc ac_cv_prog_CC="$CC" # Let the user override the test.
3443 1.1 agc else
3444 1.1 agc as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3445 1.1 agc for as_dir in $PATH
3446 1.1 agc do
3447 1.1 agc IFS=$as_save_IFS
3448 1.1 agc test -z "$as_dir" && as_dir=.
3449 1.39 agc for ac_exec_ext in '' $ac_executable_extensions; do
3450 1.39 agc if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3451 1.1 agc ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3452 1.39 agc $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3453 1.1 agc break 2
3454 1.1 agc fi
3455 1.1 agc done
3456 1.39 agc done
3457 1.1 agc IFS=$as_save_IFS
3458 1.1 agc
3459 1.1 agc fi
3460 1.1 agc fi
3461 1.1 agc CC=$ac_cv_prog_CC
3462 1.1 agc if test -n "$CC"; then
3463 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3464 1.2 agc $as_echo "$CC" >&6; }
3465 1.1 agc else
3466 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3467 1.2 agc $as_echo "no" >&6; }
3468 1.1 agc fi
3469 1.1 agc
3470 1.1 agc
3471 1.1 agc test -n "$CC" && break
3472 1.1 agc done
3473 1.1 agc fi
3474 1.1 agc if test -z "$CC"; then
3475 1.1 agc ac_ct_CC=$CC
3476 1.1 agc for ac_prog in cl.exe
3477 1.1 agc do
3478 1.1 agc # Extract the first word of "$ac_prog", so it can be a program name with args.
3479 1.1 agc set dummy $ac_prog; ac_word=$2
3480 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3481 1.2 agc $as_echo_n "checking for $ac_word... " >&6; }
3482 1.39 agc if ${ac_cv_prog_ac_ct_CC+:} false; then :
3483 1.2 agc $as_echo_n "(cached) " >&6
3484 1.1 agc else
3485 1.1 agc if test -n "$ac_ct_CC"; then
3486 1.1 agc ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3487 1.1 agc else
3488 1.1 agc as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3489 1.1 agc for as_dir in $PATH
3490 1.1 agc do
3491 1.1 agc IFS=$as_save_IFS
3492 1.1 agc test -z "$as_dir" && as_dir=.
3493 1.39 agc for ac_exec_ext in '' $ac_executable_extensions; do
3494 1.39 agc if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3495 1.1 agc ac_cv_prog_ac_ct_CC="$ac_prog"
3496 1.39 agc $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3497 1.1 agc break 2
3498 1.1 agc fi
3499 1.1 agc done
3500 1.39 agc done
3501 1.1 agc IFS=$as_save_IFS
3502 1.1 agc
3503 1.1 agc fi
3504 1.1 agc fi
3505 1.1 agc ac_ct_CC=$ac_cv_prog_ac_ct_CC
3506 1.1 agc if test -n "$ac_ct_CC"; then
3507 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3508 1.2 agc $as_echo "$ac_ct_CC" >&6; }
3509 1.1 agc else
3510 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3511 1.2 agc $as_echo "no" >&6; }
3512 1.1 agc fi
3513 1.1 agc
3514 1.1 agc
3515 1.1 agc test -n "$ac_ct_CC" && break
3516 1.1 agc done
3517 1.1 agc
3518 1.1 agc if test "x$ac_ct_CC" = x; then
3519 1.1 agc CC=""
3520 1.1 agc else
3521 1.1 agc case $cross_compiling:$ac_tool_warned in
3522 1.1 agc yes:)
3523 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3524 1.2 agc $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3525 1.1 agc ac_tool_warned=yes ;;
3526 1.1 agc esac
3527 1.1 agc CC=$ac_ct_CC
3528 1.1 agc fi
3529 1.1 agc fi
3530 1.1 agc
3531 1.1 agc fi
3532 1.1 agc
3533 1.1 agc
3534 1.39 agc test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3535 1.2 agc $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3536 1.39 agc as_fn_error $? "no acceptable C compiler found in \$PATH
3537 1.39 agc See \`config.log' for more details" "$LINENO" 5; }
3538 1.1 agc
3539 1.1 agc # Provide some information about the compiler.
3540 1.39 agc $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3541 1.2 agc set X $ac_compile
3542 1.2 agc ac_compiler=$2
3543 1.39 agc for ac_option in --version -v -V -qversion; do
3544 1.39 agc { { ac_try="$ac_compiler $ac_option >&5"
3545 1.1 agc case "(($ac_try" in
3546 1.1 agc *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3547 1.1 agc *) ac_try_echo=$ac_try;;
3548 1.1 agc esac
3549 1.39 agc eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3550 1.39 agc $as_echo "$ac_try_echo"; } >&5
3551 1.39 agc (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3552 1.1 agc ac_status=$?
3553 1.39 agc if test -s conftest.err; then
3554 1.39 agc sed '10a\
3555 1.39 agc ... rest of stderr output deleted ...
3556 1.39 agc 10q' conftest.err >conftest.er1
3557 1.39 agc cat conftest.er1 >&5
3558 1.39 agc fi
3559 1.39 agc rm -f conftest.er1 conftest.err
3560 1.39 agc $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3561 1.39 agc test $ac_status = 0; }
3562 1.39 agc done
3563 1.1 agc
3564 1.39 agc cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3565 1.1 agc /* end confdefs.h. */
3566 1.1 agc
3567 1.1 agc int
3568 1.1 agc main ()
3569 1.1 agc {
3570 1.1 agc
3571 1.1 agc ;
3572 1.1 agc return 0;
3573 1.1 agc }
3574 1.1 agc _ACEOF
3575 1.1 agc ac_clean_files_save=$ac_clean_files
3576 1.2 agc ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3577 1.1 agc # Try to create an executable without -o first, disregard a.out.
3578 1.1 agc # It will help us diagnose broken compilers, and finding out an intuition
3579 1.1 agc # of exeext.
3580 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3581 1.39 agc $as_echo_n "checking whether the C compiler works... " >&6; }
3582 1.2 agc ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3583 1.2 agc
3584 1.2 agc # The possible output files:
3585 1.2 agc ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3586 1.2 agc
3587 1.1 agc ac_rmfiles=
3588 1.1 agc for ac_file in $ac_files
3589 1.1 agc do
3590 1.1 agc case $ac_file in
3591 1.2 agc *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3592 1.1 agc * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3593 1.1 agc esac
3594 1.1 agc done
3595 1.1 agc rm -f $ac_rmfiles
3596 1.1 agc
3597 1.39 agc if { { ac_try="$ac_link_default"
3598 1.1 agc case "(($ac_try" in
3599 1.1 agc *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3600 1.1 agc *) ac_try_echo=$ac_try;;
3601 1.1 agc esac
3602 1.39 agc eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3603 1.39 agc $as_echo "$ac_try_echo"; } >&5
3604 1.1 agc (eval "$ac_link_default") 2>&5
3605 1.1 agc ac_status=$?
3606 1.39 agc $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3607 1.39 agc test $ac_status = 0; }; then :
3608 1.1 agc # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3609 1.1 agc # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3610 1.1 agc # in a Makefile. We should not override ac_cv_exeext if it was cached,
3611 1.1 agc # so that the user can short-circuit this test for compilers unknown to
3612 1.1 agc # Autoconf.
3613 1.1 agc for ac_file in $ac_files ''
3614 1.1 agc do
3615 1.1 agc test -f "$ac_file" || continue
3616 1.1 agc case $ac_file in
3617 1.2 agc *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3618 1.1 agc ;;
3619 1.1 agc [ab].out )
3620 1.1 agc # We found the default executable, but exeext='' is most
3621 1.1 agc # certainly right.
3622 1.1 agc break;;
3623 1.1 agc *.* )
3624 1.39 agc if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3625 1.1 agc then :; else
3626 1.1 agc ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3627 1.1 agc fi
3628 1.1 agc # We set ac_cv_exeext here because the later test for it is not
3629 1.1 agc # safe: cross compilers may not add the suffix if given an `-o'
3630 1.1 agc # argument, so we may need to know it at that point already.
3631 1.1 agc # Even if this section looks crufty: it has the advantage of
3632 1.1 agc # actually working.
3633 1.1 agc break;;
3634 1.1 agc * )
3635 1.1 agc break;;
3636 1.1 agc esac
3637 1.1 agc done
3638 1.1 agc test "$ac_cv_exeext" = no && ac_cv_exeext=
3639 1.1 agc
3640 1.1 agc else
3641 1.1 agc ac_file=''
3642 1.1 agc fi
3643 1.39 agc if test -z "$ac_file"; then :
3644 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3645 1.39 agc $as_echo "no" >&6; }
3646 1.39 agc $as_echo "$as_me: failed program was:" >&5
3647 1.1 agc sed 's/^/| /' conftest.$ac_ext >&5
3648 1.1 agc
3649 1.39 agc { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3650 1.2 agc $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3651 1.39 agc as_fn_error 77 "C compiler cannot create executables
3652 1.39 agc See \`config.log' for more details" "$LINENO" 5; }
3653 1.39 agc else
3654 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3655 1.39 agc $as_echo "yes" >&6; }
3656 1.1 agc fi
3657 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3658 1.39 agc $as_echo_n "checking for C compiler default output file name... " >&6; }
3659 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3660 1.39 agc $as_echo "$ac_file" >&6; }
3661 1.1 agc ac_exeext=$ac_cv_exeext
3662 1.1 agc
3663 1.2 agc rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3664 1.1 agc ac_clean_files=$ac_clean_files_save
3665 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3666 1.2 agc $as_echo_n "checking for suffix of executables... " >&6; }
3667 1.39 agc if { { ac_try="$ac_link"
3668 1.1 agc case "(($ac_try" in
3669 1.1 agc *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3670 1.1 agc *) ac_try_echo=$ac_try;;
3671 1.1 agc esac
3672 1.39 agc eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3673 1.39 agc $as_echo "$ac_try_echo"; } >&5
3674 1.1 agc (eval "$ac_link") 2>&5
3675 1.1 agc ac_status=$?
3676 1.39 agc $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3677 1.39 agc test $ac_status = 0; }; then :
3678 1.1 agc # If both `conftest.exe' and `conftest' are `present' (well, observable)
3679 1.1 agc # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3680 1.1 agc # work properly (i.e., refer to `conftest.exe'), while it won't with
3681 1.1 agc # `rm'.
3682 1.1 agc for ac_file in conftest.exe conftest conftest.*; do
3683 1.1 agc test -f "$ac_file" || continue
3684 1.1 agc case $ac_file in
3685 1.2 agc *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3686 1.1 agc *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3687 1.1 agc break;;
3688 1.1 agc * ) break;;
3689 1.1 agc esac
3690 1.1 agc done
3691 1.1 agc else
3692 1.39 agc { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3693 1.2 agc $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3694 1.39 agc as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3695 1.39 agc See \`config.log' for more details" "$LINENO" 5; }
3696 1.1 agc fi
3697 1.39 agc rm -f conftest conftest$ac_cv_exeext
3698 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3699 1.2 agc $as_echo "$ac_cv_exeext" >&6; }
3700 1.1 agc
3701 1.1 agc rm -f conftest.$ac_ext
3702 1.1 agc EXEEXT=$ac_cv_exeext
3703 1.1 agc ac_exeext=$EXEEXT
3704 1.39 agc cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3705 1.39 agc /* end confdefs.h. */
3706 1.39 agc #include <stdio.h>
3707 1.39 agc int
3708 1.39 agc main ()
3709 1.39 agc {
3710 1.39 agc FILE *f = fopen ("conftest.out", "w");
3711 1.39 agc return ferror (f) || fclose (f) != 0;
3712 1.39 agc
3713 1.39 agc ;
3714 1.39 agc return 0;
3715 1.39 agc }
3716 1.39 agc _ACEOF
3717 1.39 agc ac_clean_files="$ac_clean_files conftest.out"
3718 1.39 agc # Check that the compiler produces executables we can run. If not, either
3719 1.39 agc # the compiler is broken, or we cross compile.
3720 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3721 1.39 agc $as_echo_n "checking whether we are cross compiling... " >&6; }
3722 1.39 agc if test "$cross_compiling" != yes; then
3723 1.39 agc { { ac_try="$ac_link"
3724 1.39 agc case "(($ac_try" in
3725 1.39 agc *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3726 1.39 agc *) ac_try_echo=$ac_try;;
3727 1.39 agc esac
3728 1.39 agc eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3729 1.39 agc $as_echo "$ac_try_echo"; } >&5
3730 1.39 agc (eval "$ac_link") 2>&5
3731 1.39 agc ac_status=$?
3732 1.39 agc $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3733 1.39 agc test $ac_status = 0; }
3734 1.39 agc if { ac_try='./conftest$ac_cv_exeext'
3735 1.39 agc { { case "(($ac_try" in
3736 1.39 agc *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3737 1.39 agc *) ac_try_echo=$ac_try;;
3738 1.39 agc esac
3739 1.39 agc eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3740 1.39 agc $as_echo "$ac_try_echo"; } >&5
3741 1.39 agc (eval "$ac_try") 2>&5
3742 1.39 agc ac_status=$?
3743 1.39 agc $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3744 1.39 agc test $ac_status = 0; }; }; then
3745 1.39 agc cross_compiling=no
3746 1.39 agc else
3747 1.39 agc if test "$cross_compiling" = maybe; then
3748 1.39 agc cross_compiling=yes
3749 1.39 agc else
3750 1.39 agc { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3751 1.39 agc $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3752 1.39 agc as_fn_error $? "cannot run C compiled programs.
3753 1.39 agc If you meant to cross compile, use \`--host'.
3754 1.39 agc See \`config.log' for more details" "$LINENO" 5; }
3755 1.39 agc fi
3756 1.39 agc fi
3757 1.39 agc fi
3758 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3759 1.39 agc $as_echo "$cross_compiling" >&6; }
3760 1.39 agc
3761 1.39 agc rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3762 1.39 agc ac_clean_files=$ac_clean_files_save
3763 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3764 1.2 agc $as_echo_n "checking for suffix of object files... " >&6; }
3765 1.39 agc if ${ac_cv_objext+:} false; then :
3766 1.2 agc $as_echo_n "(cached) " >&6
3767 1.1 agc else
3768 1.39 agc cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3769 1.1 agc /* end confdefs.h. */
3770 1.1 agc
3771 1.1 agc int
3772 1.1 agc main ()
3773 1.1 agc {
3774 1.1 agc
3775 1.1 agc ;
3776 1.1 agc return 0;
3777 1.1 agc }
3778 1.1 agc _ACEOF
3779 1.1 agc rm -f conftest.o conftest.obj
3780 1.39 agc if { { ac_try="$ac_compile"
3781 1.1 agc case "(($ac_try" in
3782 1.1 agc *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3783 1.1 agc *) ac_try_echo=$ac_try;;
3784 1.1 agc esac
3785 1.39 agc eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3786 1.39 agc $as_echo "$ac_try_echo"; } >&5
3787 1.1 agc (eval "$ac_compile") 2>&5
3788 1.1 agc ac_status=$?
3789 1.39 agc $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3790 1.39 agc test $ac_status = 0; }; then :
3791 1.1 agc for ac_file in conftest.o conftest.obj conftest.*; do
3792 1.1 agc test -f "$ac_file" || continue;
3793 1.1 agc case $ac_file in
3794 1.2 agc *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3795 1.1 agc *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3796 1.1 agc break;;
3797 1.1 agc esac
3798 1.1 agc done
3799 1.1 agc else
3800 1.2 agc $as_echo "$as_me: failed program was:" >&5
3801 1.1 agc sed 's/^/| /' conftest.$ac_ext >&5
3802 1.1 agc
3803 1.39 agc { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3804 1.2 agc $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3805 1.39 agc as_fn_error $? "cannot compute suffix of object files: cannot compile
3806 1.39 agc See \`config.log' for more details" "$LINENO" 5; }
3807 1.1 agc fi
3808 1.1 agc rm -f conftest.$ac_cv_objext conftest.$ac_ext
3809 1.1 agc fi
3810 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3811 1.2 agc $as_echo "$ac_cv_objext" >&6; }
3812 1.1 agc OBJEXT=$ac_cv_objext
3813 1.1 agc ac_objext=$OBJEXT
3814 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3815 1.2 agc $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3816 1.39 agc if ${ac_cv_c_compiler_gnu+:} false; then :
3817 1.2 agc $as_echo_n "(cached) " >&6
3818 1.1 agc else
3819 1.39 agc cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3820 1.1 agc /* end confdefs.h. */
3821 1.1 agc
3822 1.1 agc int
3823 1.1 agc main ()
3824 1.1 agc {
3825 1.1 agc #ifndef __GNUC__
3826 1.1 agc choke me
3827 1.1 agc #endif
3828 1.1 agc
3829 1.1 agc ;
3830 1.1 agc return 0;
3831 1.1 agc }
3832 1.1 agc _ACEOF
3833 1.39 agc if ac_fn_c_try_compile "$LINENO"; then :
3834 1.1 agc ac_compiler_gnu=yes
3835 1.1 agc else
3836 1.39 agc ac_compiler_gnu=no
3837 1.1 agc fi
3838 1.1 agc rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3839 1.1 agc ac_cv_c_compiler_gnu=$ac_compiler_gnu
3840 1.1 agc
3841 1.1 agc fi
3842 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3843 1.2 agc $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3844 1.2 agc if test $ac_compiler_gnu = yes; then
3845 1.2 agc GCC=yes
3846 1.2 agc else
3847 1.2 agc GCC=
3848 1.2 agc fi
3849 1.1 agc ac_test_CFLAGS=${CFLAGS+set}
3850 1.1 agc ac_save_CFLAGS=$CFLAGS
3851 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3852 1.2 agc $as_echo_n "checking whether $CC accepts -g... " >&6; }
3853 1.39 agc if ${ac_cv_prog_cc_g+:} false; then :
3854 1.2 agc $as_echo_n "(cached) " >&6
3855 1.1 agc else
3856 1.1 agc ac_save_c_werror_flag=$ac_c_werror_flag
3857 1.1 agc ac_c_werror_flag=yes
3858 1.1 agc ac_cv_prog_cc_g=no
3859 1.1 agc CFLAGS="-g"
3860 1.39 agc cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3861 1.1 agc /* end confdefs.h. */
3862 1.1 agc
3863 1.1 agc int
3864 1.1 agc main ()
3865 1.1 agc {
3866 1.1 agc
3867 1.1 agc ;
3868 1.1 agc return 0;
3869 1.1 agc }
3870 1.1 agc _ACEOF
3871 1.39 agc if ac_fn_c_try_compile "$LINENO"; then :
3872 1.1 agc ac_cv_prog_cc_g=yes
3873 1.1 agc else
3874 1.39 agc CFLAGS=""
3875 1.39 agc cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3876 1.1 agc /* end confdefs.h. */
3877 1.1 agc
3878 1.1 agc int
3879 1.1 agc main ()
3880 1.1 agc {
3881 1.1 agc
3882 1.1 agc ;
3883 1.1 agc return 0;
3884 1.1 agc }
3885 1.1 agc _ACEOF
3886 1.39 agc if ac_fn_c_try_compile "$LINENO"; then :
3887 1.39 agc
3888 1.1 agc else
3889 1.39 agc ac_c_werror_flag=$ac_save_c_werror_flag
3890 1.1 agc CFLAGS="-g"
3891 1.39 agc cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3892 1.1 agc /* end confdefs.h. */
3893 1.1 agc
3894 1.1 agc int
3895 1.1 agc main ()
3896 1.1 agc {
3897 1.1 agc
3898 1.1 agc ;
3899 1.1 agc return 0;
3900 1.1 agc }
3901 1.1 agc _ACEOF
3902 1.39 agc if ac_fn_c_try_compile "$LINENO"; then :
3903 1.39 agc ac_cv_prog_cc_g=yes
3904 1.39 agc fi
3905 1.39 agc rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3906 1.39 agc fi
3907 1.39 agc rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3908 1.39 agc fi
3909 1.39 agc rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3910 1.1 agc ac_c_werror_flag=$ac_save_c_werror_flag
3911 1.1 agc fi
3912 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3913 1.2 agc $as_echo "$ac_cv_prog_cc_g" >&6; }
3914 1.1 agc if test "$ac_test_CFLAGS" = set; then
3915 1.1 agc CFLAGS=$ac_save_CFLAGS
3916 1.1 agc elif test $ac_cv_prog_cc_g = yes; then
3917 1.1 agc if test "$GCC" = yes; then
3918 1.1 agc CFLAGS="-g -O2"
3919 1.1 agc else
3920 1.1 agc CFLAGS="-g"
3921 1.1 agc fi
3922 1.1 agc else
3923 1.1 agc if test "$GCC" = yes; then
3924 1.1 agc CFLAGS="-O2"
3925 1.1 agc else
3926 1.1 agc CFLAGS=
3927 1.1 agc fi
3928 1.1 agc fi
3929 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3930 1.2 agc $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3931 1.39 agc if ${ac_cv_prog_cc_c89+:} false; then :
3932 1.2 agc $as_echo_n "(cached) " >&6
3933 1.1 agc else
3934 1.1 agc ac_cv_prog_cc_c89=no
3935 1.1 agc ac_save_CC=$CC
3936 1.39 agc cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3937 1.1 agc /* end confdefs.h. */
3938 1.1 agc #include <stdarg.h>
3939 1.1 agc #include <stdio.h>
3940 1.39 agc struct stat;
3941 1.1 agc /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3942 1.1 agc struct buf { int x; };
3943 1.1 agc FILE * (*rcsopen) (struct buf *, struct stat *, int);
3944 1.1 agc static char *e (p, i)
3945 1.1 agc char **p;
3946 1.1 agc int i;
3947 1.1 agc {
3948 1.1 agc return p[i];
3949 1.1 agc }
3950 1.1 agc static char *f (char * (*g) (char **, int), char **p, ...)
3951 1.1 agc {
3952 1.1 agc char *s;
3953 1.1 agc va_list v;
3954 1.1 agc va_start (v,p);
3955 1.1 agc s = g (p, va_arg (v,int));
3956 1.1 agc va_end (v);
3957 1.1 agc return s;
3958 1.1 agc }
3959 1.1 agc
3960 1.1 agc /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3961 1.1 agc function prototypes and stuff, but not '\xHH' hex character constants.
3962 1.1 agc These don't provoke an error unfortunately, instead are silently treated
3963 1.1 agc as 'x'. The following induces an error, until -std is added to get
3964 1.1 agc proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3965 1.1 agc array size at least. It's necessary to write '\x00'==0 to get something
3966 1.1 agc that's true only with -std. */
3967 1.1 agc int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3968 1.1 agc
3969 1.1 agc /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3970 1.1 agc inside strings and character constants. */
3971 1.1 agc #define FOO(x) 'x'
3972 1.1 agc int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3973 1.1 agc
3974 1.1 agc int test (int i, double x);
3975 1.1 agc struct s1 {int (*f) (int a);};
3976 1.1 agc struct s2 {int (*f) (double a);};
3977 1.1 agc int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3978 1.1 agc int argc;
3979 1.1 agc char **argv;
3980 1.1 agc int
3981 1.1 agc main ()
3982 1.1 agc {
3983 1.1 agc return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3984 1.1 agc ;
3985 1.1 agc return 0;
3986 1.1 agc }
3987 1.1 agc _ACEOF
3988 1.1 agc for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3989 1.1 agc -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3990 1.1 agc do
3991 1.1 agc CC="$ac_save_CC $ac_arg"
3992 1.39 agc if ac_fn_c_try_compile "$LINENO"; then :
3993 1.1 agc ac_cv_prog_cc_c89=$ac_arg
3994 1.1 agc fi
3995 1.1 agc rm -f core conftest.err conftest.$ac_objext
3996 1.1 agc test "x$ac_cv_prog_cc_c89" != "xno" && break
3997 1.1 agc done
3998 1.1 agc rm -f conftest.$ac_ext
3999 1.1 agc CC=$ac_save_CC
4000 1.1 agc
4001 1.1 agc fi
4002 1.1 agc # AC_CACHE_VAL
4003 1.1 agc case "x$ac_cv_prog_cc_c89" in
4004 1.1 agc x)
4005 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4006 1.2 agc $as_echo "none needed" >&6; } ;;
4007 1.1 agc xno)
4008 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4009 1.2 agc $as_echo "unsupported" >&6; } ;;
4010 1.1 agc *)
4011 1.1 agc CC="$CC $ac_cv_prog_cc_c89"
4012 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4013 1.2 agc $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4014 1.1 agc esac
4015 1.39 agc if test "x$ac_cv_prog_cc_c89" != xno; then :
4016 1.1 agc
4017 1.39 agc fi
4018 1.1 agc
4019 1.1 agc ac_ext=c
4020 1.1 agc ac_cpp='$CPP $CPPFLAGS'
4021 1.1 agc ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4022 1.1 agc ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4023 1.1 agc ac_compiler_gnu=$ac_cv_c_compiler_gnu
4024 1.12 lukem DEPDIR="${am__leading_dot}deps"
4025 1.12 lukem
4026 1.12 lukem ac_config_commands="$ac_config_commands depfiles"
4027 1.12 lukem
4028 1.12 lukem
4029 1.12 lukem am_make=${MAKE-make}
4030 1.12 lukem cat > confinc << 'END'
4031 1.12 lukem am__doit:
4032 1.12 lukem @echo done
4033 1.12 lukem .PHONY: am__doit
4034 1.12 lukem END
4035 1.12 lukem # If we don't find an include directive, just comment out the code.
4036 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
4037 1.12 lukem $as_echo_n "checking for style of include used by $am_make... " >&6; }
4038 1.12 lukem am__include="#"
4039 1.12 lukem am__quote=
4040 1.12 lukem _am_result=none
4041 1.12 lukem # First try GNU make style include.
4042 1.12 lukem echo "include confinc" > confmf
4043 1.12 lukem # We grep out `Entering directory' and `Leaving directory'
4044 1.12 lukem # messages which can occur if `w' ends up in MAKEFLAGS.
4045 1.12 lukem # In particular we don't look at `^make:' because GNU make might
4046 1.12 lukem # be invoked under some other name (usually "gmake"), in which
4047 1.12 lukem # case it prints its new name instead of `make'.
4048 1.12 lukem if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
4049 1.12 lukem am__include=include
4050 1.12 lukem am__quote=
4051 1.12 lukem _am_result=GNU
4052 1.12 lukem fi
4053 1.12 lukem # Now try BSD make style include.
4054 1.12 lukem if test "$am__include" = "#"; then
4055 1.12 lukem echo '.include "confinc"' > confmf
4056 1.12 lukem if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
4057 1.12 lukem am__include=.include
4058 1.12 lukem am__quote="\""
4059 1.12 lukem _am_result=BSD
4060 1.12 lukem fi
4061 1.12 lukem fi
4062 1.12 lukem
4063 1.12 lukem
4064 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4065 1.12 lukem $as_echo "$_am_result" >&6; }
4066 1.12 lukem rm -f confinc confmf
4067 1.12 lukem
4068 1.12 lukem # Check whether --enable-dependency-tracking was given.
4069 1.39 agc if test "${enable_dependency_tracking+set}" = set; then :
4070 1.12 lukem enableval=$enable_dependency_tracking;
4071 1.12 lukem fi
4072 1.12 lukem
4073 1.12 lukem if test "x$enable_dependency_tracking" != xno; then
4074 1.12 lukem am_depcomp="$ac_aux_dir/depcomp"
4075 1.12 lukem AMDEPBACKSLASH='\'
4076 1.12 lukem fi
4077 1.12 lukem if test "x$enable_dependency_tracking" != xno; then
4078 1.12 lukem AMDEP_TRUE=
4079 1.12 lukem AMDEP_FALSE='#'
4080 1.12 lukem else
4081 1.12 lukem AMDEP_TRUE='#'
4082 1.12 lukem AMDEP_FALSE=
4083 1.12 lukem fi
4084 1.12 lukem
4085 1.12 lukem
4086 1.12 lukem
4087 1.12 lukem depcc="$CC" am_compiler_list=
4088 1.12 lukem
4089 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4090 1.12 lukem $as_echo_n "checking dependency style of $depcc... " >&6; }
4091 1.39 agc if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4092 1.12 lukem $as_echo_n "(cached) " >&6
4093 1.12 lukem else
4094 1.12 lukem if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4095 1.12 lukem # We make a subdir and do the tests there. Otherwise we can end up
4096 1.12 lukem # making bogus files that we don't know about and never remove. For
4097 1.12 lukem # instance it was reported that on HP-UX the gcc test will end up
4098 1.12 lukem # making a dummy file named `D' -- because `-MD' means `put the output
4099 1.12 lukem # in D'.
4100 1.12 lukem mkdir conftest.dir
4101 1.12 lukem # Copy depcomp to subdir because otherwise we won't find it if we're
4102 1.12 lukem # using a relative directory.
4103 1.12 lukem cp "$am_depcomp" conftest.dir
4104 1.12 lukem cd conftest.dir
4105 1.12 lukem # We will build objects and dependencies in a subdirectory because
4106 1.12 lukem # it helps to detect inapplicable dependency modes. For instance
4107 1.12 lukem # both Tru64's cc and ICC support -MD to output dependencies as a
4108 1.12 lukem # side effect of compilation, but ICC will put the dependencies in
4109 1.12 lukem # the current directory while Tru64 will put them in the object
4110 1.12 lukem # directory.
4111 1.12 lukem mkdir sub
4112 1.12 lukem
4113 1.12 lukem am_cv_CC_dependencies_compiler_type=none
4114 1.12 lukem if test "$am_compiler_list" = ""; then
4115 1.12 lukem am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4116 1.12 lukem fi
4117 1.12 lukem for depmode in $am_compiler_list; do
4118 1.12 lukem # Setup a source with many dependencies, because some compilers
4119 1.12 lukem # like to wrap large dependency lists on column 80 (with \), and
4120 1.12 lukem # we should not choose a depcomp mode which is confused by this.
4121 1.12 lukem #
4122 1.12 lukem # We need to recreate these files for each test, as the compiler may
4123 1.12 lukem # overwrite some of them when testing with obscure command lines.
4124 1.12 lukem # This happens at least with the AIX C compiler.
4125 1.12 lukem : > sub/conftest.c
4126 1.12 lukem for i in 1 2 3 4 5 6; do
4127 1.12 lukem echo '#include "conftst'$i'.h"' >> sub/conftest.c
4128 1.12 lukem # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4129 1.12 lukem # Solaris 8's {/usr,}/bin/sh.
4130 1.12 lukem touch sub/conftst$i.h
4131 1.12 lukem done
4132 1.12 lukem echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4133 1.12 lukem
4134 1.12 lukem case $depmode in
4135 1.12 lukem nosideeffect)
4136 1.12 lukem # after this tag, mechanisms are not by side-effect, so they'll
4137 1.12 lukem # only be used when explicitly requested
4138 1.12 lukem if test "x$enable_dependency_tracking" = xyes; then
4139 1.12 lukem continue
4140 1.12 lukem else
4141 1.12 lukem break
4142 1.12 lukem fi
4143 1.12 lukem ;;
4144 1.12 lukem none) break ;;
4145 1.12 lukem esac
4146 1.12 lukem # We check with `-c' and `-o' for the sake of the "dashmstdout"
4147 1.12 lukem # mode. It turns out that the SunPro C++ compiler does not properly
4148 1.12 lukem # handle `-M -o', and we need to detect this.
4149 1.12 lukem if depmode=$depmode \
4150 1.12 lukem source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
4151 1.12 lukem depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4152 1.12 lukem $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
4153 1.12 lukem >/dev/null 2>conftest.err &&
4154 1.12 lukem grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4155 1.12 lukem grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4156 1.12 lukem grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
4157 1.12 lukem ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4158 1.12 lukem # icc doesn't choke on unknown options, it will just issue warnings
4159 1.12 lukem # or remarks (even with -Werror). So we grep stderr for any message
4160 1.12 lukem # that says an option was ignored or not supported.
4161 1.12 lukem # When given -MP, icc 7.0 and 7.1 complain thusly:
4162 1.12 lukem # icc: Command line warning: ignoring option '-M'; no argument required
4163 1.12 lukem # The diagnosis changed in icc 8.0:
4164 1.12 lukem # icc: Command line remark: option '-MP' not supported
4165 1.12 lukem if (grep 'ignoring option' conftest.err ||
4166 1.12 lukem grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4167 1.12 lukem am_cv_CC_dependencies_compiler_type=$depmode
4168 1.12 lukem break
4169 1.12 lukem fi
4170 1.12 lukem fi
4171 1.12 lukem done
4172 1.12 lukem
4173 1.12 lukem cd ..
4174 1.12 lukem rm -rf conftest.dir
4175 1.12 lukem else
4176 1.12 lukem am_cv_CC_dependencies_compiler_type=none
4177 1.12 lukem fi
4178 1.12 lukem
4179 1.12 lukem fi
4180 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4181 1.12 lukem $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4182 1.12 lukem CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4183 1.12 lukem
4184 1.12 lukem if
4185 1.12 lukem test "x$enable_dependency_tracking" != xno \
4186 1.12 lukem && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4187 1.12 lukem am__fastdepCC_TRUE=
4188 1.12 lukem am__fastdepCC_FALSE='#'
4189 1.12 lukem else
4190 1.12 lukem am__fastdepCC_TRUE='#'
4191 1.12 lukem am__fastdepCC_FALSE=
4192 1.12 lukem fi
4193 1.12 lukem
4194 1.1 agc
4195 1.1 agc
4196 1.36 agc case `pwd` in
4197 1.36 agc *\ * | *\ *)
4198 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
4199 1.36 agc $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
4200 1.36 agc esac
4201 1.36 agc
4202 1.36 agc
4203 1.36 agc
4204 1.36 agc macro_version='2.2.6b'
4205 1.36 agc macro_revision='1.3017'
4206 1.36 agc
4207 1.36 agc
4208 1.36 agc
4209 1.36 agc
4210 1.36 agc
4211 1.36 agc
4212 1.36 agc
4213 1.36 agc
4214 1.12 lukem
4215 1.12 lukem
4216 1.12 lukem
4217 1.12 lukem
4218 1.1 agc
4219 1.36 agc ltmain="$ac_aux_dir/ltmain.sh"
4220 1.1 agc
4221 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4222 1.12 lukem $as_echo_n "checking for a sed that does not truncate output... " >&6; }
4223 1.39 agc if ${ac_cv_path_SED+:} false; then :
4224 1.12 lukem $as_echo_n "(cached) " >&6
4225 1.12 lukem else
4226 1.36 agc ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4227 1.36 agc for ac_i in 1 2 3 4 5 6 7; do
4228 1.36 agc ac_script="$ac_script$as_nl$ac_script"
4229 1.36 agc done
4230 1.36 agc echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4231 1.39 agc { ac_script=; unset ac_script;}
4232 1.36 agc if test -z "$SED"; then
4233 1.36 agc ac_path_SED_found=false
4234 1.36 agc # Loop through the user's path and test for each of PROGNAME-LIST
4235 1.36 agc as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4236 1.12 lukem for as_dir in $PATH
4237 1.12 lukem do
4238 1.12 lukem IFS=$as_save_IFS
4239 1.12 lukem test -z "$as_dir" && as_dir=.
4240 1.39 agc for ac_prog in sed gsed; do
4241 1.12 lukem for ac_exec_ext in '' $ac_executable_extensions; do
4242 1.36 agc ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4243 1.39 agc as_fn_executable_p "$ac_path_SED" || continue
4244 1.36 agc # Check for GNU ac_path_SED and select it if it is found.
4245 1.36 agc # Check for GNU $ac_path_SED
4246 1.36 agc case `"$ac_path_SED" --version 2>&1` in
4247 1.36 agc *GNU*)
4248 1.36 agc ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4249 1.36 agc *)
4250 1.36 agc ac_count=0
4251 1.36 agc $as_echo_n 0123456789 >"conftest.in"
4252 1.36 agc while :
4253 1.36 agc do
4254 1.36 agc cat "conftest.in" "conftest.in" >"conftest.tmp"
4255 1.36 agc mv "conftest.tmp" "conftest.in"
4256 1.36 agc cp "conftest.in" "conftest.nl"
4257 1.36 agc $as_echo '' >> "conftest.nl"
4258 1.36 agc "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4259 1.36 agc diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4260 1.39 agc as_fn_arith $ac_count + 1 && ac_count=$as_val
4261 1.36 agc if test $ac_count -gt ${ac_path_SED_max-0}; then
4262 1.36 agc # Best one so far, save it but keep looking for a better one
4263 1.36 agc ac_cv_path_SED="$ac_path_SED"
4264 1.36 agc ac_path_SED_max=$ac_count
4265 1.36 agc fi
4266 1.36 agc # 10*(2^10) chars as input seems more than enough
4267 1.36 agc test $ac_count -gt 10 && break
4268 1.36 agc done
4269 1.36 agc rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4270 1.36 agc esac
4271 1.36 agc
4272 1.36 agc $ac_path_SED_found && break 3
4273 1.12 lukem done
4274 1.12 lukem done
4275 1.39 agc done
4276 1.12 lukem IFS=$as_save_IFS
4277 1.36 agc if test -z "$ac_cv_path_SED"; then
4278 1.39 agc as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
4279 1.12 lukem fi
4280 1.36 agc else
4281 1.36 agc ac_cv_path_SED=$SED
4282 1.36 agc fi
4283 1.1 agc
4284 1.12 lukem fi
4285 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4286 1.36 agc $as_echo "$ac_cv_path_SED" >&6; }
4287 1.36 agc SED="$ac_cv_path_SED"
4288 1.36 agc rm -f conftest.sed
4289 1.36 agc
4290 1.36 agc test -z "$SED" && SED=sed
4291 1.36 agc Xsed="$SED -e 1s/^X//"
4292 1.36 agc
4293 1.36 agc
4294 1.36 agc
4295 1.36 agc
4296 1.36 agc
4297 1.36 agc
4298 1.36 agc
4299 1.36 agc
4300 1.1 agc
4301 1.1 agc
4302 1.1 agc
4303 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4304 1.12 lukem $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4305 1.39 agc if ${ac_cv_path_GREP+:} false; then :
4306 1.2 agc $as_echo_n "(cached) " >&6
4307 1.1 agc else
4308 1.12 lukem if test -z "$GREP"; then
4309 1.12 lukem ac_path_GREP_found=false
4310 1.12 lukem # Loop through the user's path and test for each of PROGNAME-LIST
4311 1.12 lukem as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4312 1.12 lukem for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4313 1.1 agc do
4314 1.12 lukem IFS=$as_save_IFS
4315 1.12 lukem test -z "$as_dir" && as_dir=.
4316 1.39 agc for ac_prog in grep ggrep; do
4317 1.12 lukem for ac_exec_ext in '' $ac_executable_extensions; do
4318 1.12 lukem ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4319 1.39 agc as_fn_executable_p "$ac_path_GREP" || continue
4320 1.12 lukem # Check for GNU ac_path_GREP and select it if it is found.
4321 1.12 lukem # Check for GNU $ac_path_GREP
4322 1.12 lukem case `"$ac_path_GREP" --version 2>&1` in
4323 1.12 lukem *GNU*)
4324 1.12 lukem ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4325 1.12 lukem *)
4326 1.12 lukem ac_count=0
4327 1.12 lukem $as_echo_n 0123456789 >"conftest.in"
4328 1.12 lukem while :
4329 1.12 lukem do
4330 1.12 lukem cat "conftest.in" "conftest.in" >"conftest.tmp"
4331 1.12 lukem mv "conftest.tmp" "conftest.in"
4332 1.12 lukem cp "conftest.in" "conftest.nl"
4333 1.12 lukem $as_echo 'GREP' >> "conftest.nl"
4334 1.12 lukem "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4335 1.12 lukem diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4336 1.39 agc as_fn_arith $ac_count + 1 && ac_count=$as_val
4337 1.12 lukem if test $ac_count -gt ${ac_path_GREP_max-0}; then
4338 1.12 lukem # Best one so far, save it but keep looking for a better one
4339 1.12 lukem ac_cv_path_GREP="$ac_path_GREP"
4340 1.12 lukem ac_path_GREP_max=$ac_count
4341 1.12 lukem fi
4342 1.12 lukem # 10*(2^10) chars as input seems more than enough
4343 1.12 lukem test $ac_count -gt 10 && break
4344 1.12 lukem done
4345 1.12 lukem rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4346 1.1 agc esac
4347 1.12 lukem
4348 1.12 lukem $ac_path_GREP_found && break 3
4349 1.12 lukem done
4350 1.12 lukem done
4351 1.39 agc done
4352 1.12 lukem IFS=$as_save_IFS
4353 1.12 lukem if test -z "$ac_cv_path_GREP"; then
4354 1.39 agc as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4355 1.12 lukem fi
4356 1.1 agc else
4357 1.12 lukem ac_cv_path_GREP=$GREP
4358 1.12 lukem fi
4359 1.1 agc
4360 1.1 agc fi
4361 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4362 1.12 lukem $as_echo "$ac_cv_path_GREP" >&6; }
4363 1.12 lukem GREP="$ac_cv_path_GREP"
4364 1.1 agc
4365 1.1 agc
4366 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4367 1.12 lukem $as_echo_n "checking for egrep... " >&6; }
4368 1.39 agc if ${ac_cv_path_EGREP+:} false; then :
4369 1.12 lukem $as_echo_n "(cached) " >&6
4370 1.12 lukem else
4371 1.12 lukem if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4372 1.12 lukem then ac_cv_path_EGREP="$GREP -E"
4373 1.12 lukem else
4374 1.12 lukem if test -z "$EGREP"; then
4375 1.12 lukem ac_path_EGREP_found=false
4376 1.12 lukem # Loop through the user's path and test for each of PROGNAME-LIST
4377 1.12 lukem as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4378 1.12 lukem for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4379 1.12 lukem do
4380 1.12 lukem IFS=$as_save_IFS
4381 1.12 lukem test -z "$as_dir" && as_dir=.
4382 1.39 agc for ac_prog in egrep; do
4383 1.12 lukem for ac_exec_ext in '' $ac_executable_extensions; do
4384 1.12 lukem ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4385 1.39 agc as_fn_executable_p "$ac_path_EGREP" || continue
4386 1.12 lukem # Check for GNU ac_path_EGREP and select it if it is found.
4387 1.12 lukem # Check for GNU $ac_path_EGREP
4388 1.12 lukem case `"$ac_path_EGREP" --version 2>&1` in
4389 1.12 lukem *GNU*)
4390 1.12 lukem ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4391 1.12 lukem *)
4392 1.12 lukem ac_count=0
4393 1.12 lukem $as_echo_n 0123456789 >"conftest.in"
4394 1.12 lukem while :
4395 1.12 lukem do
4396 1.12 lukem cat "conftest.in" "conftest.in" >"conftest.tmp"
4397 1.12 lukem mv "conftest.tmp" "conftest.in"
4398 1.12 lukem cp "conftest.in" "conftest.nl"
4399 1.12 lukem $as_echo 'EGREP' >> "conftest.nl"
4400 1.12 lukem "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4401 1.12 lukem diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4402 1.39 agc as_fn_arith $ac_count + 1 && ac_count=$as_val
4403 1.12 lukem if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4404 1.12 lukem # Best one so far, save it but keep looking for a better one
4405 1.12 lukem ac_cv_path_EGREP="$ac_path_EGREP"
4406 1.12 lukem ac_path_EGREP_max=$ac_count
4407 1.12 lukem fi
4408 1.12 lukem # 10*(2^10) chars as input seems more than enough
4409 1.12 lukem test $ac_count -gt 10 && break
4410 1.12 lukem done
4411 1.12 lukem rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4412 1.1 agc esac
4413 1.12 lukem
4414 1.12 lukem $ac_path_EGREP_found && break 3
4415 1.12 lukem done
4416 1.12 lukem done
4417 1.39 agc done
4418 1.12 lukem IFS=$as_save_IFS
4419 1.12 lukem if test -z "$ac_cv_path_EGREP"; then
4420 1.39 agc as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4421 1.12 lukem fi
4422 1.1 agc else
4423 1.12 lukem ac_cv_path_EGREP=$EGREP
4424 1.12 lukem fi
4425 1.1 agc
4426 1.12 lukem fi
4427 1.1 agc fi
4428 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4429 1.12 lukem $as_echo "$ac_cv_path_EGREP" >&6; }
4430 1.12 lukem EGREP="$ac_cv_path_EGREP"
4431 1.1 agc
4432 1.1 agc
4433 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4434 1.36 agc $as_echo_n "checking for fgrep... " >&6; }
4435 1.39 agc if ${ac_cv_path_FGREP+:} false; then :
4436 1.36 agc $as_echo_n "(cached) " >&6
4437 1.36 agc else
4438 1.36 agc if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4439 1.36 agc then ac_cv_path_FGREP="$GREP -F"
4440 1.36 agc else
4441 1.36 agc if test -z "$FGREP"; then
4442 1.36 agc ac_path_FGREP_found=false
4443 1.36 agc # Loop through the user's path and test for each of PROGNAME-LIST
4444 1.36 agc as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4445 1.36 agc for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4446 1.36 agc do
4447 1.36 agc IFS=$as_save_IFS
4448 1.36 agc test -z "$as_dir" && as_dir=.
4449 1.39 agc for ac_prog in fgrep; do
4450 1.36 agc for ac_exec_ext in '' $ac_executable_extensions; do
4451 1.36 agc ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4452 1.39 agc as_fn_executable_p "$ac_path_FGREP" || continue
4453 1.36 agc # Check for GNU ac_path_FGREP and select it if it is found.
4454 1.36 agc # Check for GNU $ac_path_FGREP
4455 1.36 agc case `"$ac_path_FGREP" --version 2>&1` in
4456 1.36 agc *GNU*)
4457 1.36 agc ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4458 1.36 agc *)
4459 1.36 agc ac_count=0
4460 1.36 agc $as_echo_n 0123456789 >"conftest.in"
4461 1.36 agc while :
4462 1.36 agc do
4463 1.36 agc cat "conftest.in" "conftest.in" >"conftest.tmp"
4464 1.36 agc mv "conftest.tmp" "conftest.in"
4465 1.36 agc cp "conftest.in" "conftest.nl"
4466 1.36 agc $as_echo 'FGREP' >> "conftest.nl"
4467 1.36 agc "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4468 1.36 agc diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4469 1.39 agc as_fn_arith $ac_count + 1 && ac_count=$as_val
4470 1.36 agc if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4471 1.36 agc # Best one so far, save it but keep looking for a better one
4472 1.36 agc ac_cv_path_FGREP="$ac_path_FGREP"
4473 1.36 agc ac_path_FGREP_max=$ac_count
4474 1.36 agc fi
4475 1.36 agc # 10*(2^10) chars as input seems more than enough
4476 1.36 agc test $ac_count -gt 10 && break
4477 1.36 agc done
4478 1.36 agc rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4479 1.36 agc esac
4480 1.36 agc
4481 1.36 agc $ac_path_FGREP_found && break 3
4482 1.36 agc done
4483 1.36 agc done
4484 1.39 agc done
4485 1.36 agc IFS=$as_save_IFS
4486 1.36 agc if test -z "$ac_cv_path_FGREP"; then
4487 1.39 agc as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4488 1.36 agc fi
4489 1.36 agc else
4490 1.36 agc ac_cv_path_FGREP=$FGREP
4491 1.36 agc fi
4492 1.36 agc
4493 1.36 agc fi
4494 1.36 agc fi
4495 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4496 1.36 agc $as_echo "$ac_cv_path_FGREP" >&6; }
4497 1.36 agc FGREP="$ac_cv_path_FGREP"
4498 1.36 agc
4499 1.36 agc
4500 1.36 agc test -z "$GREP" && GREP=grep
4501 1.36 agc
4502 1.36 agc
4503 1.36 agc
4504 1.36 agc
4505 1.36 agc
4506 1.36 agc
4507 1.36 agc
4508 1.36 agc
4509 1.36 agc
4510 1.36 agc
4511 1.36 agc
4512 1.36 agc
4513 1.36 agc
4514 1.36 agc
4515 1.36 agc
4516 1.36 agc
4517 1.36 agc
4518 1.36 agc
4519 1.12 lukem
4520 1.12 lukem # Check whether --with-gnu-ld was given.
4521 1.39 agc if test "${with_gnu_ld+set}" = set; then :
4522 1.12 lukem withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4523 1.12 lukem else
4524 1.12 lukem with_gnu_ld=no
4525 1.12 lukem fi
4526 1.12 lukem
4527 1.12 lukem ac_prog=ld
4528 1.12 lukem if test "$GCC" = yes; then
4529 1.12 lukem # Check if gcc -print-prog-name=ld gives a path.
4530 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4531 1.12 lukem $as_echo_n "checking for ld used by $CC... " >&6; }
4532 1.12 lukem case $host in
4533 1.12 lukem *-*-mingw*)
4534 1.12 lukem # gcc leaves a trailing carriage return which upsets mingw
4535 1.12 lukem ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4536 1.12 lukem *)
4537 1.12 lukem ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4538 1.12 lukem esac
4539 1.12 lukem case $ac_prog in
4540 1.12 lukem # Accept absolute paths.
4541 1.12 lukem [\\/]* | ?:[\\/]*)
4542 1.12 lukem re_direlt='/[^/][^/]*/\.\./'
4543 1.12 lukem # Canonicalize the pathname of ld
4544 1.36 agc ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4545 1.36 agc while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4546 1.36 agc ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4547 1.12 lukem done
4548 1.12 lukem test -z "$LD" && LD="$ac_prog"
4549 1.12 lukem ;;
4550 1.12 lukem "")
4551 1.12 lukem # If it fails, then pretend we aren't using GCC.
4552 1.12 lukem ac_prog=ld
4553 1.12 lukem ;;
4554 1.12 lukem *)
4555 1.12 lukem # If it is relative, then search for the first ld in PATH.
4556 1.12 lukem with_gnu_ld=unknown
4557 1.12 lukem ;;
4558 1.12 lukem esac
4559 1.12 lukem elif test "$with_gnu_ld" = yes; then
4560 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4561 1.12 lukem $as_echo_n "checking for GNU ld... " >&6; }
4562 1.12 lukem else
4563 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4564 1.12 lukem $as_echo_n "checking for non-GNU ld... " >&6; }
4565 1.12 lukem fi
4566 1.39 agc if ${lt_cv_path_LD+:} false; then :
4567 1.12 lukem $as_echo_n "(cached) " >&6
4568 1.12 lukem else
4569 1.12 lukem if test -z "$LD"; then
4570 1.12 lukem lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4571 1.12 lukem for ac_dir in $PATH; do
4572 1.12 lukem IFS="$lt_save_ifs"
4573 1.12 lukem test -z "$ac_dir" && ac_dir=.
4574 1.12 lukem if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4575 1.12 lukem lt_cv_path_LD="$ac_dir/$ac_prog"
4576 1.12 lukem # Check to see if the program is GNU ld. I'd rather use --version,
4577 1.12 lukem # but apparently some variants of GNU ld only accept -v.
4578 1.12 lukem # Break only if it was the GNU/non-GNU ld that we prefer.
4579 1.12 lukem case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4580 1.12 lukem *GNU* | *'with BFD'*)
4581 1.12 lukem test "$with_gnu_ld" != no && break
4582 1.12 lukem ;;
4583 1.12 lukem *)
4584 1.12 lukem test "$with_gnu_ld" != yes && break
4585 1.12 lukem ;;
4586 1.12 lukem esac
4587 1.12 lukem fi
4588 1.12 lukem done
4589 1.12 lukem IFS="$lt_save_ifs"
4590 1.12 lukem else
4591 1.12 lukem lt_cv_path_LD="$LD" # Let the user override the test with a path.
4592 1.12 lukem fi
4593 1.12 lukem fi
4594 1.12 lukem
4595 1.12 lukem LD="$lt_cv_path_LD"
4596 1.12 lukem if test -n "$LD"; then
4597 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4598 1.12 lukem $as_echo "$LD" >&6; }
4599 1.12 lukem else
4600 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4601 1.12 lukem $as_echo "no" >&6; }
4602 1.12 lukem fi
4603 1.39 agc test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
4604 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4605 1.12 lukem $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4606 1.39 agc if ${lt_cv_prog_gnu_ld+:} false; then :
4607 1.12 lukem $as_echo_n "(cached) " >&6
4608 1.12 lukem else
4609 1.12 lukem # I'd rather use --version here, but apparently some GNU lds only accept -v.
4610 1.12 lukem case `$LD -v 2>&1 </dev/null` in
4611 1.12 lukem *GNU* | *'with BFD'*)
4612 1.12 lukem lt_cv_prog_gnu_ld=yes
4613 1.12 lukem ;;
4614 1.12 lukem *)
4615 1.12 lukem lt_cv_prog_gnu_ld=no
4616 1.12 lukem ;;
4617 1.12 lukem esac
4618 1.12 lukem fi
4619 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4620 1.12 lukem $as_echo "$lt_cv_prog_gnu_ld" >&6; }
4621 1.12 lukem with_gnu_ld=$lt_cv_prog_gnu_ld
4622 1.12 lukem
4623 1.12 lukem
4624 1.36 agc
4625 1.36 agc
4626 1.36 agc
4627 1.36 agc
4628 1.36 agc
4629 1.36 agc
4630 1.36 agc
4631 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4632 1.36 agc $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
4633 1.39 agc if ${lt_cv_path_NM+:} false; then :
4634 1.12 lukem $as_echo_n "(cached) " >&6
4635 1.12 lukem else
4636 1.36 agc if test -n "$NM"; then
4637 1.36 agc # Let the user override the test.
4638 1.36 agc lt_cv_path_NM="$NM"
4639 1.36 agc else
4640 1.36 agc lt_nm_to_check="${ac_tool_prefix}nm"
4641 1.36 agc if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4642 1.36 agc lt_nm_to_check="$lt_nm_to_check nm"
4643 1.36 agc fi
4644 1.36 agc for lt_tmp_nm in $lt_nm_to_check; do
4645 1.36 agc lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4646 1.36 agc for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4647 1.36 agc IFS="$lt_save_ifs"
4648 1.36 agc test -z "$ac_dir" && ac_dir=.
4649 1.12 lukem tmp_nm="$ac_dir/$lt_tmp_nm"
4650 1.12 lukem if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4651 1.12 lukem # Check to see if the nm accepts a BSD-compat flag.
4652 1.12 lukem # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4653 1.12 lukem # nm: unknown option "B" ignored
4654 1.12 lukem # Tru64's nm complains that /dev/null is an invalid object file
4655 1.12 lukem case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4656 1.12 lukem */dev/null* | *'Invalid file or object type'*)
4657 1.12 lukem lt_cv_path_NM="$tmp_nm -B"
4658 1.12 lukem break
4659 1.12 lukem ;;
4660 1.12 lukem *)
4661 1.12 lukem case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4662 1.12 lukem */dev/null*)
4663 1.12 lukem lt_cv_path_NM="$tmp_nm -p"
4664 1.12 lukem break
4665 1.12 lukem ;;
4666 1.12 lukem *)
4667 1.12 lukem lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4668 1.12 lukem continue # so that we can try to find one that supports BSD flags
4669 1.12 lukem ;;
4670 1.12 lukem esac
4671 1.12 lukem ;;
4672 1.12 lukem esac
4673 1.12 lukem fi
4674 1.1 agc done
4675 1.12 lukem IFS="$lt_save_ifs"
4676 1.12 lukem done
4677 1.36 agc : ${lt_cv_path_NM=no}
4678 1.12 lukem fi
4679 1.12 lukem fi
4680 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4681 1.12 lukem $as_echo "$lt_cv_path_NM" >&6; }
4682 1.36 agc if test "$lt_cv_path_NM" != "no"; then
4683 1.36 agc NM="$lt_cv_path_NM"
4684 1.36 agc else
4685 1.36 agc # Didn't find any BSD compatible name lister, look for dumpbin.
4686 1.36 agc if test -n "$ac_tool_prefix"; then
4687 1.36 agc for ac_prog in "dumpbin -symbols" "link -dump -symbols"
4688 1.36 agc do
4689 1.36 agc # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4690 1.36 agc set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4691 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4692 1.36 agc $as_echo_n "checking for $ac_word... " >&6; }
4693 1.39 agc if ${ac_cv_prog_DUMPBIN+:} false; then :
4694 1.36 agc $as_echo_n "(cached) " >&6
4695 1.36 agc else
4696 1.36 agc if test -n "$DUMPBIN"; then
4697 1.36 agc ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4698 1.36 agc else
4699 1.36 agc as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4700 1.36 agc for as_dir in $PATH
4701 1.36 agc do
4702 1.36 agc IFS=$as_save_IFS
4703 1.36 agc test -z "$as_dir" && as_dir=.
4704 1.39 agc for ac_exec_ext in '' $ac_executable_extensions; do
4705 1.39 agc if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4706 1.36 agc ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4707 1.39 agc $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4708 1.36 agc break 2
4709 1.36 agc fi
4710 1.36 agc done
4711 1.39 agc done
4712 1.36 agc IFS=$as_save_IFS
4713 1.12 lukem
4714 1.36 agc fi
4715 1.36 agc fi
4716 1.36 agc DUMPBIN=$ac_cv_prog_DUMPBIN
4717 1.36 agc if test -n "$DUMPBIN"; then
4718 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4719 1.36 agc $as_echo "$DUMPBIN" >&6; }
4720 1.12 lukem else
4721 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4722 1.36 agc $as_echo "no" >&6; }
4723 1.12 lukem fi
4724 1.12 lukem
4725 1.36 agc
4726 1.36 agc test -n "$DUMPBIN" && break
4727 1.36 agc done
4728 1.36 agc fi
4729 1.36 agc if test -z "$DUMPBIN"; then
4730 1.36 agc ac_ct_DUMPBIN=$DUMPBIN
4731 1.36 agc for ac_prog in "dumpbin -symbols" "link -dump -symbols"
4732 1.36 agc do
4733 1.36 agc # Extract the first word of "$ac_prog", so it can be a program name with args.
4734 1.36 agc set dummy $ac_prog; ac_word=$2
4735 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4736 1.36 agc $as_echo_n "checking for $ac_word... " >&6; }
4737 1.39 agc if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
4738 1.12 lukem $as_echo_n "(cached) " >&6
4739 1.12 lukem else
4740 1.36 agc if test -n "$ac_ct_DUMPBIN"; then
4741 1.36 agc ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4742 1.36 agc else
4743 1.36 agc as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4744 1.36 agc for as_dir in $PATH
4745 1.36 agc do
4746 1.36 agc IFS=$as_save_IFS
4747 1.36 agc test -z "$as_dir" && as_dir=.
4748 1.39 agc for ac_exec_ext in '' $ac_executable_extensions; do
4749 1.39 agc if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4750 1.36 agc ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4751 1.39 agc $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4752 1.36 agc break 2
4753 1.36 agc fi
4754 1.36 agc done
4755 1.39 agc done
4756 1.36 agc IFS=$as_save_IFS
4757 1.12 lukem
4758 1.36 agc fi
4759 1.36 agc fi
4760 1.36 agc ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4761 1.36 agc if test -n "$ac_ct_DUMPBIN"; then
4762 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4763 1.36 agc $as_echo "$ac_ct_DUMPBIN" >&6; }
4764 1.36 agc else
4765 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4766 1.36 agc $as_echo "no" >&6; }
4767 1.36 agc fi
4768 1.12 lukem
4769 1.12 lukem
4770 1.36 agc test -n "$ac_ct_DUMPBIN" && break
4771 1.36 agc done
4772 1.12 lukem
4773 1.36 agc if test "x$ac_ct_DUMPBIN" = x; then
4774 1.36 agc DUMPBIN=":"
4775 1.12 lukem else
4776 1.36 agc case $cross_compiling:$ac_tool_warned in
4777 1.36 agc yes:)
4778 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4779 1.36 agc $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4780 1.36 agc ac_tool_warned=yes ;;
4781 1.36 agc esac
4782 1.36 agc DUMPBIN=$ac_ct_DUMPBIN
4783 1.12 lukem fi
4784 1.36 agc fi
4785 1.12 lukem
4786 1.12 lukem
4787 1.36 agc if test "$DUMPBIN" != ":"; then
4788 1.36 agc NM="$DUMPBIN"
4789 1.12 lukem fi
4790 1.36 agc fi
4791 1.36 agc test -z "$NM" && NM=nm
4792 1.12 lukem
4793 1.12 lukem
4794 1.12 lukem
4795 1.12 lukem
4796 1.12 lukem
4797 1.12 lukem
4798 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4799 1.36 agc $as_echo_n "checking the name lister ($NM) interface... " >&6; }
4800 1.39 agc if ${lt_cv_nm_interface+:} false; then :
4801 1.36 agc $as_echo_n "(cached) " >&6
4802 1.36 agc else
4803 1.36 agc lt_cv_nm_interface="BSD nm"
4804 1.36 agc echo "int some_variable = 0;" > conftest.$ac_ext
4805 1.42 agc (eval echo "\"\$as_me:4805: $ac_compile\"" >&5)
4806 1.36 agc (eval "$ac_compile" 2>conftest.err)
4807 1.36 agc cat conftest.err >&5
4808 1.42 agc (eval echo "\"\$as_me:4808: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4809 1.36 agc (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4810 1.36 agc cat conftest.err >&5
4811 1.42 agc (eval echo "\"\$as_me:4811: output\"" >&5)
4812 1.36 agc cat conftest.out >&5
4813 1.36 agc if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4814 1.36 agc lt_cv_nm_interface="MS dumpbin"
4815 1.12 lukem fi
4816 1.36 agc rm -f conftest*
4817 1.36 agc fi
4818 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4819 1.36 agc $as_echo "$lt_cv_nm_interface" >&6; }
4820 1.12 lukem
4821 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4822 1.36 agc $as_echo_n "checking whether ln -s works... " >&6; }
4823 1.36 agc LN_S=$as_ln_s
4824 1.36 agc if test "$LN_S" = "ln -s"; then
4825 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4826 1.36 agc $as_echo "yes" >&6; }
4827 1.36 agc else
4828 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4829 1.36 agc $as_echo "no, using $LN_S" >&6; }
4830 1.36 agc fi
4831 1.12 lukem
4832 1.36 agc # find the maximum length of command line arguments
4833 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4834 1.36 agc $as_echo_n "checking the maximum length of command line arguments... " >&6; }
4835 1.39 agc if ${lt_cv_sys_max_cmd_len+:} false; then :
4836 1.36 agc $as_echo_n "(cached) " >&6
4837 1.36 agc else
4838 1.36 agc i=0
4839 1.36 agc teststring="ABCD"
4840 1.12 lukem
4841 1.36 agc case $build_os in
4842 1.36 agc msdosdjgpp*)
4843 1.36 agc # On DJGPP, this test can blow up pretty badly due to problems in libc
4844 1.36 agc # (any single argument exceeding 2000 bytes causes a buffer overrun
4845 1.36 agc # during glob expansion). Even if it were fixed, the result of this
4846 1.36 agc # check would be larger than it should be.
4847 1.36 agc lt_cv_sys_max_cmd_len=12288; # 12K is about right
4848 1.36 agc ;;
4849 1.12 lukem
4850 1.36 agc gnu*)
4851 1.36 agc # Under GNU Hurd, this test is not required because there is
4852 1.36 agc # no limit to the length of command line arguments.
4853 1.36 agc # Libtool will interpret -1 as no limit whatsoever
4854 1.36 agc lt_cv_sys_max_cmd_len=-1;
4855 1.36 agc ;;
4856 1.12 lukem
4857 1.36 agc cygwin* | mingw* | cegcc*)
4858 1.36 agc # On Win9x/ME, this test blows up -- it succeeds, but takes
4859 1.36 agc # about 5 minutes as the teststring grows exponentially.
4860 1.36 agc # Worse, since 9x/ME are not pre-emptively multitasking,
4861 1.36 agc # you end up with a "frozen" computer, even though with patience
4862 1.36 agc # the test eventually succeeds (with a max line length of 256k).
4863 1.36 agc # Instead, let's just punt: use the minimum linelength reported by
4864 1.36 agc # all of the supported platforms: 8192 (on NT/2K/XP).
4865 1.36 agc lt_cv_sys_max_cmd_len=8192;
4866 1.36 agc ;;
4867 1.12 lukem
4868 1.36 agc amigaos*)
4869 1.36 agc # On AmigaOS with pdksh, this test takes hours, literally.
4870 1.36 agc # So we just punt and use a minimum line length of 8192.
4871 1.36 agc lt_cv_sys_max_cmd_len=8192;
4872 1.36 agc ;;
4873 1.12 lukem
4874 1.36 agc netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4875 1.36 agc # This has been around since 386BSD, at least. Likely further.
4876 1.36 agc if test -x /sbin/sysctl; then
4877 1.36 agc lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4878 1.36 agc elif test -x /usr/sbin/sysctl; then
4879 1.36 agc lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4880 1.36 agc else
4881 1.36 agc lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
4882 1.36 agc fi
4883 1.36 agc # And add a safety zone
4884 1.36 agc lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4885 1.36 agc lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4886 1.12 lukem ;;
4887 1.36 agc
4888 1.36 agc interix*)
4889 1.36 agc # We know the value 262144 and hardcode it with a safety zone (like BSD)
4890 1.36 agc lt_cv_sys_max_cmd_len=196608
4891 1.12 lukem ;;
4892 1.36 agc
4893 1.36 agc osf*)
4894 1.36 agc # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4895 1.36 agc # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4896 1.36 agc # nice to cause kernel panics so lets avoid the loop below.
4897 1.36 agc # First set a reasonable default.
4898 1.36 agc lt_cv_sys_max_cmd_len=16384
4899 1.36 agc #
4900 1.36 agc if test -x /sbin/sysconfig; then
4901 1.36 agc case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4902 1.36 agc *1*) lt_cv_sys_max_cmd_len=-1 ;;
4903 1.36 agc esac
4904 1.36 agc fi
4905 1.12 lukem ;;
4906 1.36 agc sco3.2v5*)
4907 1.36 agc lt_cv_sys_max_cmd_len=102400
4908 1.12 lukem ;;
4909 1.36 agc sysv5* | sco5v6* | sysv4.2uw2*)
4910 1.36 agc kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4911 1.36 agc if test -n "$kargmax"; then
4912 1.36 agc lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
4913 1.36 agc else
4914 1.36 agc lt_cv_sys_max_cmd_len=32768
4915 1.36 agc fi
4916 1.12 lukem ;;
4917 1.36 agc *)
4918 1.36 agc lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4919 1.36 agc if test -n "$lt_cv_sys_max_cmd_len"; then
4920 1.36 agc lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4921 1.36 agc lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4922 1.36 agc else
4923 1.36 agc # Make teststring a little bigger before we do anything with it.
4924 1.36 agc # a 1K string should be a reasonable start.
4925 1.36 agc for i in 1 2 3 4 5 6 7 8 ; do
4926 1.36 agc teststring=$teststring$teststring
4927 1.36 agc done
4928 1.36 agc SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4929 1.36 agc # If test is not a shell built-in, we'll probably end up computing a
4930 1.36 agc # maximum length that is only half of the actual maximum length, but
4931 1.36 agc # we can't tell.
4932 1.36 agc while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
4933 1.36 agc = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
4934 1.36 agc test $i != 17 # 1/2 MB should be enough
4935 1.36 agc do
4936 1.36 agc i=`expr $i + 1`
4937 1.36 agc teststring=$teststring$teststring
4938 1.36 agc done
4939 1.36 agc # Only check the string length outside the loop.
4940 1.36 agc lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4941 1.36 agc teststring=
4942 1.36 agc # Add a significant safety factor because C++ compilers can tack on
4943 1.36 agc # massive amounts of additional arguments before passing them to the
4944 1.36 agc # linker. It appears as though 1/2 is a usable value.
4945 1.36 agc lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4946 1.36 agc fi
4947 1.12 lukem ;;
4948 1.12 lukem esac
4949 1.12 lukem
4950 1.36 agc fi
4951 1.12 lukem
4952 1.36 agc if test -n $lt_cv_sys_max_cmd_len ; then
4953 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4954 1.36 agc $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4955 1.36 agc else
4956 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4957 1.36 agc $as_echo "none" >&6; }
4958 1.12 lukem fi
4959 1.36 agc max_cmd_len=$lt_cv_sys_max_cmd_len
4960 1.12 lukem
4961 1.12 lukem
4962 1.12 lukem
4963 1.12 lukem
4964 1.12 lukem
4965 1.12 lukem
4966 1.36 agc : ${CP="cp -f"}
4967 1.36 agc : ${MV="mv -f"}
4968 1.36 agc : ${RM="rm -f"}
4969 1.36 agc
4970 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4971 1.36 agc $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4972 1.36 agc # Try some XSI features
4973 1.36 agc xsi_shell=no
4974 1.36 agc ( _lt_dummy="a/b/c"
4975 1.36 agc test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4976 1.36 agc = c,a/b,, \
4977 1.36 agc && eval 'test $(( 1 + 1 )) -eq 2 \
4978 1.36 agc && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4979 1.36 agc && xsi_shell=yes
4980 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4981 1.36 agc $as_echo "$xsi_shell" >&6; }
4982 1.36 agc
4983 1.36 agc
4984 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4985 1.36 agc $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4986 1.36 agc lt_shell_append=no
4987 1.36 agc ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4988 1.36 agc >/dev/null 2>&1 \
4989 1.36 agc && lt_shell_append=yes
4990 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4991 1.36 agc $as_echo "$lt_shell_append" >&6; }
4992 1.12 lukem
4993 1.1 agc
4994 1.36 agc if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4995 1.36 agc lt_unset=unset
4996 1.36 agc else
4997 1.36 agc lt_unset=false
4998 1.1 agc fi
4999 1.12 lukem
5000 1.12 lukem
5001 1.36 agc
5002 1.36 agc
5003 1.36 agc
5004 1.36 agc # test EBCDIC or ASCII
5005 1.36 agc case `echo X|tr X '\101'` in
5006 1.36 agc A) # ASCII based system
5007 1.36 agc # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5008 1.36 agc lt_SP2NL='tr \040 \012'
5009 1.36 agc lt_NL2SP='tr \015\012 \040\040'
5010 1.12 lukem ;;
5011 1.36 agc *) # EBCDIC based system
5012 1.36 agc lt_SP2NL='tr \100 \n'
5013 1.36 agc lt_NL2SP='tr \r\n \100\100'
5014 1.12 lukem ;;
5015 1.36 agc esac
5016 1.36 agc
5017 1.12 lukem
5018 1.12 lukem
5019 1.12 lukem
5020 1.12 lukem
5021 1.12 lukem
5022 1.12 lukem
5023 1.12 lukem
5024 1.12 lukem
5025 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5026 1.36 agc $as_echo_n "checking for $LD option to reload object files... " >&6; }
5027 1.39 agc if ${lt_cv_ld_reload_flag+:} false; then :
5028 1.36 agc $as_echo_n "(cached) " >&6
5029 1.36 agc else
5030 1.36 agc lt_cv_ld_reload_flag='-r'
5031 1.12 lukem fi
5032 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5033 1.36 agc $as_echo "$lt_cv_ld_reload_flag" >&6; }
5034 1.36 agc reload_flag=$lt_cv_ld_reload_flag
5035 1.36 agc case $reload_flag in
5036 1.36 agc "" | " "*) ;;
5037 1.36 agc *) reload_flag=" $reload_flag" ;;
5038 1.36 agc esac
5039 1.36 agc reload_cmds='$LD$reload_flag -o $output$reload_objs'
5040 1.36 agc case $host_os in
5041 1.36 agc darwin*)
5042 1.36 agc if test "$GCC" = yes; then
5043 1.36 agc reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5044 1.36 agc else
5045 1.36 agc reload_cmds='$LD$reload_flag -o $output$reload_objs'
5046 1.36 agc fi
5047 1.36 agc ;;
5048 1.36 agc esac
5049 1.36 agc
5050 1.36 agc
5051 1.36 agc
5052 1.36 agc
5053 1.12 lukem
5054 1.12 lukem
5055 1.12 lukem
5056 1.12 lukem
5057 1.12 lukem
5058 1.36 agc if test -n "$ac_tool_prefix"; then
5059 1.36 agc # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5060 1.36 agc set dummy ${ac_tool_prefix}objdump; ac_word=$2
5061 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5062 1.36 agc $as_echo_n "checking for $ac_word... " >&6; }
5063 1.39 agc if ${ac_cv_prog_OBJDUMP+:} false; then :
5064 1.12 lukem $as_echo_n "(cached) " >&6
5065 1.12 lukem else
5066 1.36 agc if test -n "$OBJDUMP"; then
5067 1.36 agc ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5068 1.36 agc else
5069 1.36 agc as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5070 1.36 agc for as_dir in $PATH
5071 1.1 agc do
5072 1.36 agc IFS=$as_save_IFS
5073 1.36 agc test -z "$as_dir" && as_dir=.
5074 1.39 agc for ac_exec_ext in '' $ac_executable_extensions; do
5075 1.39 agc if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5076 1.36 agc ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5077 1.39 agc $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5078 1.36 agc break 2
5079 1.36 agc fi
5080 1.36 agc done
5081 1.39 agc done
5082 1.36 agc IFS=$as_save_IFS
5083 1.1 agc
5084 1.1 agc fi
5085 1.36 agc fi
5086 1.36 agc OBJDUMP=$ac_cv_prog_OBJDUMP
5087 1.36 agc if test -n "$OBJDUMP"; then
5088 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5089 1.36 agc $as_echo "$OBJDUMP" >&6; }
5090 1.1 agc else
5091 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5092 1.36 agc $as_echo "no" >&6; }
5093 1.1 agc fi
5094 1.1 agc
5095 1.1 agc
5096 1.36 agc fi
5097 1.36 agc if test -z "$ac_cv_prog_OBJDUMP"; then
5098 1.36 agc ac_ct_OBJDUMP=$OBJDUMP
5099 1.36 agc # Extract the first word of "objdump", so it can be a program name with args.
5100 1.36 agc set dummy objdump; ac_word=$2
5101 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5102 1.36 agc $as_echo_n "checking for $ac_word... " >&6; }
5103 1.39 agc if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
5104 1.36 agc $as_echo_n "(cached) " >&6
5105 1.36 agc else
5106 1.36 agc if test -n "$ac_ct_OBJDUMP"; then
5107 1.36 agc ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5108 1.36 agc else
5109 1.36 agc as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5110 1.36 agc for as_dir in $PATH
5111 1.36 agc do
5112 1.36 agc IFS=$as_save_IFS
5113 1.36 agc test -z "$as_dir" && as_dir=.
5114 1.39 agc for ac_exec_ext in '' $ac_executable_extensions; do
5115 1.39 agc if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5116 1.36 agc ac_cv_prog_ac_ct_OBJDUMP="objdump"
5117 1.39 agc $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5118 1.36 agc break 2
5119 1.36 agc fi
5120 1.1 agc done
5121 1.39 agc done
5122 1.36 agc IFS=$as_save_IFS
5123 1.36 agc
5124 1.12 lukem fi
5125 1.12 lukem fi
5126 1.36 agc ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5127 1.36 agc if test -n "$ac_ct_OBJDUMP"; then
5128 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5129 1.36 agc $as_echo "$ac_ct_OBJDUMP" >&6; }
5130 1.12 lukem else
5131 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5132 1.36 agc $as_echo "no" >&6; }
5133 1.12 lukem fi
5134 1.36 agc
5135 1.36 agc if test "x$ac_ct_OBJDUMP" = x; then
5136 1.36 agc OBJDUMP="false"
5137 1.36 agc else
5138 1.36 agc case $cross_compiling:$ac_tool_warned in
5139 1.36 agc yes:)
5140 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5141 1.36 agc $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5142 1.36 agc ac_tool_warned=yes ;;
5143 1.12 lukem esac
5144 1.36 agc OBJDUMP=$ac_ct_OBJDUMP
5145 1.36 agc fi
5146 1.12 lukem else
5147 1.36 agc OBJDUMP="$ac_cv_prog_OBJDUMP"
5148 1.36 agc fi
5149 1.36 agc
5150 1.36 agc test -z "$OBJDUMP" && OBJDUMP=objdump
5151 1.12 lukem
5152 1.12 lukem
5153 1.12 lukem
5154 1.12 lukem
5155 1.12 lukem
5156 1.12 lukem
5157 1.1 agc
5158 1.1 agc
5159 1.1 agc
5160 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5161 1.36 agc $as_echo_n "checking how to recognize dependent libraries... " >&6; }
5162 1.39 agc if ${lt_cv_deplibs_check_method+:} false; then :
5163 1.12 lukem $as_echo_n "(cached) " >&6
5164 1.12 lukem else
5165 1.36 agc lt_cv_file_magic_cmd='$MAGIC_CMD'
5166 1.36 agc lt_cv_file_magic_test_file=
5167 1.36 agc lt_cv_deplibs_check_method='unknown'
5168 1.36 agc # Need to set the preceding variable on all platforms that support
5169 1.36 agc # interlibrary dependencies.
5170 1.36 agc # 'none' -- dependencies not supported.
5171 1.36 agc # `unknown' -- same as none, but documents that we really don't know.
5172 1.36 agc # 'pass_all' -- all dependencies passed with no checks.
5173 1.36 agc # 'test_compile' -- check by making test program.
5174 1.36 agc # 'file_magic [[regex]]' -- check by looking for files in library path
5175 1.36 agc # which responds to the $file_magic_cmd with a given extended regex.
5176 1.36 agc # If you have `file' or equivalent on your system and you're not sure
5177 1.36 agc # whether `pass_all' will *always* work, you probably want this one.
5178 1.12 lukem
5179 1.36 agc case $host_os in
5180 1.36 agc aix[4-9]*)
5181 1.36 agc lt_cv_deplibs_check_method=pass_all
5182 1.36 agc ;;
5183 1.12 lukem
5184 1.36 agc beos*)
5185 1.36 agc lt_cv_deplibs_check_method=pass_all
5186 1.36 agc ;;
5187 1.12 lukem
5188 1.36 agc bsdi[45]*)
5189 1.36 agc lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5190 1.36 agc lt_cv_file_magic_cmd='/usr/bin/file -L'
5191 1.36 agc lt_cv_file_magic_test_file=/shlib/libc.so
5192 1.36 agc ;;
5193 1.12 lukem
5194 1.36 agc cygwin*)
5195 1.36 agc # func_win32_libid is a shell function defined in ltmain.sh
5196 1.36 agc lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5197 1.36 agc lt_cv_file_magic_cmd='func_win32_libid'
5198 1.36 agc ;;
5199 1.12 lukem
5200 1.36 agc mingw* | pw32*)
5201 1.36 agc # Base MSYS/MinGW do not provide the 'file' command needed by
5202 1.36 agc # func_win32_libid shell function, so use a weaker test based on 'objdump',
5203 1.36 agc # unless we find 'file', for example because we are cross-compiling.
5204 1.36 agc if ( file / ) >/dev/null 2>&1; then
5205 1.36 agc lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5206 1.36 agc lt_cv_file_magic_cmd='func_win32_libid'
5207 1.36 agc else
5208 1.36 agc lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
5209 1.36 agc lt_cv_file_magic_cmd='$OBJDUMP -f'
5210 1.36 agc fi
5211 1.36 agc ;;
5212 1.12 lukem
5213 1.36 agc cegcc)
5214 1.36 agc # use the weaker test based on 'objdump'. See mingw*.
5215 1.36 agc lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5216 1.36 agc lt_cv_file_magic_cmd='$OBJDUMP -f'
5217 1.36 agc ;;
5218 1.12 lukem
5219 1.36 agc darwin* | rhapsody*)
5220 1.36 agc lt_cv_deplibs_check_method=pass_all
5221 1.36 agc ;;
5222 1.12 lukem
5223 1.36 agc freebsd* | dragonfly*)
5224 1.36 agc if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5225 1.36 agc case $host_cpu in
5226 1.36 agc i*86 )
5227 1.36 agc # Not sure whether the presence of OpenBSD here was a mistake.
5228 1.36 agc # Let's accept both of them until this is cleared up.
5229 1.36 agc lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5230 1.36 agc lt_cv_file_magic_cmd=/usr/bin/file
5231 1.36 agc lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5232 1.36 agc ;;
5233 1.36 agc esac
5234 1.36 agc else
5235 1.36 agc lt_cv_deplibs_check_method=pass_all
5236 1.36 agc fi
5237 1.36 agc ;;
5238 1.12 lukem
5239 1.36 agc gnu*)
5240 1.36 agc lt_cv_deplibs_check_method=pass_all
5241 1.36 agc ;;
5242 1.12 lukem
5243 1.36 agc hpux10.20* | hpux11*)
5244 1.36 agc lt_cv_file_magic_cmd=/usr/bin/file
5245 1.36 agc case $host_cpu in
5246 1.36 agc ia64*)
5247 1.36 agc lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5248 1.36 agc lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5249 1.36 agc ;;
5250 1.36 agc hppa*64*)
5251 1.36 agc lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]'
5252 1.36 agc lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5253 1.36 agc ;;
5254 1.36 agc *)
5255 1.36 agc lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
5256 1.36 agc lt_cv_file_magic_test_file=/usr/lib/libc.sl
5257 1.36 agc ;;
5258 1.36 agc esac
5259 1.36 agc ;;
5260 1.12 lukem
5261 1.36 agc interix[3-9]*)
5262 1.36 agc # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5263 1.36 agc lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
5264 1.36 agc ;;
5265 1.12 lukem
5266 1.36 agc irix5* | irix6* | nonstopux*)
5267 1.36 agc case $LD in
5268 1.36 agc *-32|*"-32 ") libmagic=32-bit;;
5269 1.36 agc *-n32|*"-n32 ") libmagic=N32;;
5270 1.36 agc *-64|*"-64 ") libmagic=64-bit;;
5271 1.36 agc *) libmagic=never-match;;
5272 1.36 agc esac
5273 1.36 agc lt_cv_deplibs_check_method=pass_all
5274 1.36 agc ;;
5275 1.36 agc
5276 1.36 agc # This must be Linux ELF.
5277 1.36 agc linux* | k*bsd*-gnu)
5278 1.36 agc lt_cv_deplibs_check_method=pass_all
5279 1.36 agc ;;
5280 1.12 lukem
5281 1.36 agc netbsd*)
5282 1.36 agc if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5283 1.36 agc lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5284 1.36 agc else
5285 1.36 agc lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5286 1.36 agc fi
5287 1.36 agc ;;
5288 1.12 lukem
5289 1.36 agc newos6*)
5290 1.36 agc lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5291 1.36 agc lt_cv_file_magic_cmd=/usr/bin/file
5292 1.36 agc lt_cv_file_magic_test_file=/usr/lib/libnls.so
5293 1.36 agc ;;
5294 1.12 lukem
5295 1.36 agc *nto* | *qnx*)
5296 1.36 agc lt_cv_deplibs_check_method=pass_all
5297 1.36 agc ;;
5298 1.12 lukem
5299 1.36 agc openbsd*)
5300 1.36 agc if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5301 1.36 agc lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5302 1.36 agc else
5303 1.36 agc lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5304 1.36 agc fi
5305 1.36 agc ;;
5306 1.12 lukem
5307 1.36 agc osf3* | osf4* | osf5*)
5308 1.36 agc lt_cv_deplibs_check_method=pass_all
5309 1.36 agc ;;
5310 1.12 lukem
5311 1.36 agc rdos*)
5312 1.36 agc lt_cv_deplibs_check_method=pass_all
5313 1.36 agc ;;
5314 1.12 lukem
5315 1.36 agc solaris*)
5316 1.36 agc lt_cv_deplibs_check_method=pass_all
5317 1.36 agc ;;
5318 1.12 lukem
5319 1.36 agc sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5320 1.36 agc lt_cv_deplibs_check_method=pass_all
5321 1.36 agc ;;
5322 1.12 lukem
5323 1.36 agc sysv4 | sysv4.3*)
5324 1.36 agc case $host_vendor in
5325 1.36 agc motorola)
5326 1.36 agc 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]'
5327 1.36 agc lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5328 1.36 agc ;;
5329 1.36 agc ncr)
5330 1.36 agc lt_cv_deplibs_check_method=pass_all
5331 1.36 agc ;;
5332 1.36 agc sequent)
5333 1.36 agc lt_cv_file_magic_cmd='/bin/file'
5334 1.36 agc lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5335 1.36 agc ;;
5336 1.36 agc sni)
5337 1.36 agc lt_cv_file_magic_cmd='/bin/file'
5338 1.36 agc lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5339 1.36 agc lt_cv_file_magic_test_file=/lib/libc.so
5340 1.36 agc ;;
5341 1.36 agc siemens)
5342 1.36 agc lt_cv_deplibs_check_method=pass_all
5343 1.36 agc ;;
5344 1.36 agc pc)
5345 1.36 agc lt_cv_deplibs_check_method=pass_all
5346 1.36 agc ;;
5347 1.36 agc esac
5348 1.36 agc ;;
5349 1.12 lukem
5350 1.36 agc tpf*)
5351 1.36 agc lt_cv_deplibs_check_method=pass_all
5352 1.36 agc ;;
5353 1.36 agc esac
5354 1.12 lukem
5355 1.36 agc fi
5356 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
5357 1.36 agc $as_echo "$lt_cv_deplibs_check_method" >&6; }
5358 1.36 agc file_magic_cmd=$lt_cv_file_magic_cmd
5359 1.36 agc deplibs_check_method=$lt_cv_deplibs_check_method
5360 1.36 agc test -z "$deplibs_check_method" && deplibs_check_method=unknown
5361 1.12 lukem
5362 1.12 lukem
5363 1.12 lukem
5364 1.12 lukem
5365 1.12 lukem
5366 1.12 lukem
5367 1.12 lukem
5368 1.12 lukem
5369 1.12 lukem
5370 1.12 lukem
5371 1.12 lukem
5372 1.12 lukem
5373 1.36 agc if test -n "$ac_tool_prefix"; then
5374 1.36 agc # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5375 1.36 agc set dummy ${ac_tool_prefix}ar; ac_word=$2
5376 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5377 1.36 agc $as_echo_n "checking for $ac_word... " >&6; }
5378 1.39 agc if ${ac_cv_prog_AR+:} false; then :
5379 1.12 lukem $as_echo_n "(cached) " >&6
5380 1.12 lukem else
5381 1.36 agc if test -n "$AR"; then
5382 1.36 agc ac_cv_prog_AR="$AR" # Let the user override the test.
5383 1.12 lukem else
5384 1.36 agc as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5385 1.36 agc for as_dir in $PATH
5386 1.36 agc do
5387 1.36 agc IFS=$as_save_IFS
5388 1.36 agc test -z "$as_dir" && as_dir=.
5389 1.39 agc for ac_exec_ext in '' $ac_executable_extensions; do
5390 1.39 agc if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5391 1.36 agc ac_cv_prog_AR="${ac_tool_prefix}ar"
5392 1.39 agc $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5393 1.36 agc break 2
5394 1.36 agc fi
5395 1.36 agc done
5396 1.39 agc done
5397 1.36 agc IFS=$as_save_IFS
5398 1.12 lukem
5399 1.36 agc fi
5400 1.36 agc fi
5401 1.36 agc AR=$ac_cv_prog_AR
5402 1.36 agc if test -n "$AR"; then
5403 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5404 1.36 agc $as_echo "$AR" >&6; }
5405 1.36 agc else
5406 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5407 1.36 agc $as_echo "no" >&6; }
5408 1.12 lukem fi
5409 1.12 lukem
5410 1.12 lukem
5411 1.36 agc fi
5412 1.36 agc if test -z "$ac_cv_prog_AR"; then
5413 1.36 agc ac_ct_AR=$AR
5414 1.36 agc # Extract the first word of "ar", so it can be a program name with args.
5415 1.36 agc set dummy ar; ac_word=$2
5416 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5417 1.36 agc $as_echo_n "checking for $ac_word... " >&6; }
5418 1.39 agc if ${ac_cv_prog_ac_ct_AR+:} false; then :
5419 1.36 agc $as_echo_n "(cached) " >&6
5420 1.36 agc else
5421 1.36 agc if test -n "$ac_ct_AR"; then
5422 1.36 agc ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5423 1.12 lukem else
5424 1.36 agc as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5425 1.36 agc for as_dir in $PATH
5426 1.36 agc do
5427 1.36 agc IFS=$as_save_IFS
5428 1.36 agc test -z "$as_dir" && as_dir=.
5429 1.39 agc for ac_exec_ext in '' $ac_executable_extensions; do
5430 1.39 agc if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5431 1.36 agc ac_cv_prog_ac_ct_AR="ar"
5432 1.39 agc $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5433 1.36 agc break 2
5434 1.36 agc fi
5435 1.36 agc done
5436 1.39 agc done
5437 1.36 agc IFS=$as_save_IFS
5438 1.12 lukem
5439 1.36 agc fi
5440 1.36 agc fi
5441 1.36 agc ac_ct_AR=$ac_cv_prog_ac_ct_AR
5442 1.36 agc if test -n "$ac_ct_AR"; then
5443 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5444 1.36 agc $as_echo "$ac_ct_AR" >&6; }
5445 1.36 agc else
5446 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5447 1.36 agc $as_echo "no" >&6; }
5448 1.12 lukem fi
5449 1.12 lukem
5450 1.36 agc if test "x$ac_ct_AR" = x; then
5451 1.36 agc AR="false"
5452 1.36 agc else
5453 1.36 agc case $cross_compiling:$ac_tool_warned in
5454 1.36 agc yes:)
5455 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5456 1.36 agc $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5457 1.36 agc ac_tool_warned=yes ;;
5458 1.12 lukem esac
5459 1.36 agc AR=$ac_ct_AR
5460 1.36 agc fi
5461 1.12 lukem else
5462 1.36 agc AR="$ac_cv_prog_AR"
5463 1.12 lukem fi
5464 1.12 lukem
5465 1.36 agc test -z "$AR" && AR=ar
5466 1.36 agc test -z "$AR_FLAGS" && AR_FLAGS=cru
5467 1.36 agc
5468 1.36 agc
5469 1.36 agc
5470 1.36 agc
5471 1.36 agc
5472 1.36 agc
5473 1.36 agc
5474 1.36 agc
5475 1.12 lukem
5476 1.12 lukem
5477 1.12 lukem
5478 1.36 agc if test -n "$ac_tool_prefix"; then
5479 1.36 agc # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5480 1.36 agc set dummy ${ac_tool_prefix}strip; ac_word=$2
5481 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5482 1.12 lukem $as_echo_n "checking for $ac_word... " >&6; }
5483 1.39 agc if ${ac_cv_prog_STRIP+:} false; then :
5484 1.12 lukem $as_echo_n "(cached) " >&6
5485 1.12 lukem else
5486 1.36 agc if test -n "$STRIP"; then
5487 1.36 agc ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5488 1.12 lukem else
5489 1.12 lukem as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5490 1.12 lukem for as_dir in $PATH
5491 1.12 lukem do
5492 1.12 lukem IFS=$as_save_IFS
5493 1.12 lukem test -z "$as_dir" && as_dir=.
5494 1.39 agc for ac_exec_ext in '' $ac_executable_extensions; do
5495 1.39 agc if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5496 1.36 agc ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5497 1.39 agc $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5498 1.12 lukem break 2
5499 1.12 lukem fi
5500 1.12 lukem done
5501 1.39 agc done
5502 1.12 lukem IFS=$as_save_IFS
5503 1.12 lukem
5504 1.12 lukem fi
5505 1.12 lukem fi
5506 1.36 agc STRIP=$ac_cv_prog_STRIP
5507 1.36 agc if test -n "$STRIP"; then
5508 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5509 1.36 agc $as_echo "$STRIP" >&6; }
5510 1.12 lukem else
5511 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5512 1.12 lukem $as_echo "no" >&6; }
5513 1.12 lukem fi
5514 1.12 lukem
5515 1.12 lukem
5516 1.12 lukem fi
5517 1.36 agc if test -z "$ac_cv_prog_STRIP"; then
5518 1.36 agc ac_ct_STRIP=$STRIP
5519 1.36 agc # Extract the first word of "strip", so it can be a program name with args.
5520 1.36 agc set dummy strip; ac_word=$2
5521 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5522 1.12 lukem $as_echo_n "checking for $ac_word... " >&6; }
5523 1.39 agc if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
5524 1.12 lukem $as_echo_n "(cached) " >&6
5525 1.12 lukem else
5526 1.36 agc if test -n "$ac_ct_STRIP"; then
5527 1.36 agc ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5528 1.12 lukem else
5529 1.12 lukem as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5530 1.12 lukem for as_dir in $PATH
5531 1.12 lukem do
5532 1.12 lukem IFS=$as_save_IFS
5533 1.12 lukem test -z "$as_dir" && as_dir=.
5534 1.39 agc for ac_exec_ext in '' $ac_executable_extensions; do
5535 1.39 agc if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5536 1.36 agc ac_cv_prog_ac_ct_STRIP="strip"
5537 1.39 agc $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5538 1.12 lukem break 2
5539 1.12 lukem fi
5540 1.12 lukem done
5541 1.39 agc done
5542 1.12 lukem IFS=$as_save_IFS
5543 1.12 lukem
5544 1.12 lukem fi
5545 1.12 lukem fi
5546 1.36 agc ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5547 1.36 agc if test -n "$ac_ct_STRIP"; then
5548 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5549 1.36 agc $as_echo "$ac_ct_STRIP" >&6; }
5550 1.12 lukem else
5551 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5552 1.12 lukem $as_echo "no" >&6; }
5553 1.12 lukem fi
5554 1.12 lukem
5555 1.36 agc if test "x$ac_ct_STRIP" = x; then
5556 1.36 agc STRIP=":"
5557 1.12 lukem else
5558 1.12 lukem case $cross_compiling:$ac_tool_warned in
5559 1.12 lukem yes:)
5560 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5561 1.12 lukem $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5562 1.12 lukem ac_tool_warned=yes ;;
5563 1.12 lukem esac
5564 1.36 agc STRIP=$ac_ct_STRIP
5565 1.12 lukem fi
5566 1.36 agc else
5567 1.36 agc STRIP="$ac_cv_prog_STRIP"
5568 1.12 lukem fi
5569 1.12 lukem
5570 1.36 agc test -z "$STRIP" && STRIP=:
5571 1.36 agc
5572 1.36 agc
5573 1.36 agc
5574 1.36 agc
5575 1.36 agc
5576 1.12 lukem
5577 1.36 agc if test -n "$ac_tool_prefix"; then
5578 1.36 agc # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5579 1.36 agc set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5580 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5581 1.36 agc $as_echo_n "checking for $ac_word... " >&6; }
5582 1.39 agc if ${ac_cv_prog_RANLIB+:} false; then :
5583 1.12 lukem $as_echo_n "(cached) " >&6
5584 1.12 lukem else
5585 1.36 agc if test -n "$RANLIB"; then
5586 1.36 agc ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5587 1.36 agc else
5588 1.36 agc as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5589 1.36 agc for as_dir in $PATH
5590 1.36 agc do
5591 1.36 agc IFS=$as_save_IFS
5592 1.36 agc test -z "$as_dir" && as_dir=.
5593 1.39 agc for ac_exec_ext in '' $ac_executable_extensions; do
5594 1.39 agc if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5595 1.36 agc ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5596 1.39 agc $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5597 1.36 agc break 2
5598 1.36 agc fi
5599 1.36 agc done
5600 1.39 agc done
5601 1.36 agc IFS=$as_save_IFS
5602 1.36 agc
5603 1.36 agc fi
5604 1.36 agc fi
5605 1.36 agc RANLIB=$ac_cv_prog_RANLIB
5606 1.36 agc if test -n "$RANLIB"; then
5607 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5608 1.36 agc $as_echo "$RANLIB" >&6; }
5609 1.36 agc else
5610 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5611 1.36 agc $as_echo "no" >&6; }
5612 1.36 agc fi
5613 1.12 lukem
5614 1.12 lukem
5615 1.36 agc fi
5616 1.36 agc if test -z "$ac_cv_prog_RANLIB"; then
5617 1.36 agc ac_ct_RANLIB=$RANLIB
5618 1.36 agc # Extract the first word of "ranlib", so it can be a program name with args.
5619 1.36 agc set dummy ranlib; ac_word=$2
5620 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5621 1.36 agc $as_echo_n "checking for $ac_word... " >&6; }
5622 1.39 agc if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
5623 1.36 agc $as_echo_n "(cached) " >&6
5624 1.36 agc else
5625 1.36 agc if test -n "$ac_ct_RANLIB"; then
5626 1.36 agc ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5627 1.12 lukem else
5628 1.36 agc as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5629 1.36 agc for as_dir in $PATH
5630 1.36 agc do
5631 1.36 agc IFS=$as_save_IFS
5632 1.36 agc test -z "$as_dir" && as_dir=.
5633 1.39 agc for ac_exec_ext in '' $ac_executable_extensions; do
5634 1.39 agc if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5635 1.36 agc ac_cv_prog_ac_ct_RANLIB="ranlib"
5636 1.39 agc $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5637 1.36 agc break 2
5638 1.36 agc fi
5639 1.36 agc done
5640 1.39 agc done
5641 1.36 agc IFS=$as_save_IFS
5642 1.12 lukem
5643 1.12 lukem fi
5644 1.12 lukem fi
5645 1.36 agc ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5646 1.36 agc if test -n "$ac_ct_RANLIB"; then
5647 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5648 1.36 agc $as_echo "$ac_ct_RANLIB" >&6; }
5649 1.12 lukem else
5650 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5651 1.36 agc $as_echo "no" >&6; }
5652 1.12 lukem fi
5653 1.12 lukem
5654 1.36 agc if test "x$ac_ct_RANLIB" = x; then
5655 1.36 agc RANLIB=":"
5656 1.36 agc else
5657 1.36 agc case $cross_compiling:$ac_tool_warned in
5658 1.36 agc yes:)
5659 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5660 1.36 agc $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5661 1.36 agc ac_tool_warned=yes ;;
5662 1.12 lukem esac
5663 1.36 agc RANLIB=$ac_ct_RANLIB
5664 1.36 agc fi
5665 1.12 lukem else
5666 1.36 agc RANLIB="$ac_cv_prog_RANLIB"
5667 1.36 agc fi
5668 1.12 lukem
5669 1.36 agc test -z "$RANLIB" && RANLIB=:
5670 1.12 lukem
5671 1.12 lukem
5672 1.12 lukem
5673 1.12 lukem
5674 1.12 lukem
5675 1.12 lukem
5676 1.36 agc # Determine commands to create old-style static archives.
5677 1.36 agc old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5678 1.36 agc old_postinstall_cmds='chmod 644 $oldlib'
5679 1.36 agc old_postuninstall_cmds=
5680 1.12 lukem
5681 1.36 agc if test -n "$RANLIB"; then
5682 1.36 agc case $host_os in
5683 1.36 agc openbsd*)
5684 1.36 agc old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5685 1.36 agc ;;
5686 1.36 agc *)
5687 1.36 agc old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5688 1.36 agc ;;
5689 1.36 agc esac
5690 1.36 agc old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5691 1.12 lukem fi
5692 1.12 lukem
5693 1.12 lukem
5694 1.12 lukem
5695 1.12 lukem
5696 1.12 lukem
5697 1.12 lukem
5698 1.12 lukem
5699 1.12 lukem
5700 1.12 lukem
5701 1.12 lukem
5702 1.12 lukem
5703 1.12 lukem
5704 1.12 lukem
5705 1.12 lukem
5706 1.12 lukem
5707 1.12 lukem
5708 1.12 lukem
5709 1.12 lukem
5710 1.12 lukem
5711 1.12 lukem
5712 1.12 lukem
5713 1.12 lukem
5714 1.12 lukem
5715 1.12 lukem
5716 1.36 agc
5717 1.36 agc
5718 1.36 agc
5719 1.36 agc
5720 1.36 agc
5721 1.36 agc
5722 1.36 agc
5723 1.36 agc
5724 1.36 agc
5725 1.36 agc
5726 1.36 agc # If no C compiler was specified, use CC.
5727 1.36 agc LTCC=${LTCC-"$CC"}
5728 1.36 agc
5729 1.36 agc # If no C compiler flags were specified, use CFLAGS.
5730 1.36 agc LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5731 1.36 agc
5732 1.36 agc # Allow CC to be a program name with arguments.
5733 1.36 agc compiler=$CC
5734 1.36 agc
5735 1.36 agc
5736 1.36 agc # Check for command to grab the raw symbol name followed by C symbol from nm.
5737 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5738 1.36 agc $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
5739 1.39 agc if ${lt_cv_sys_global_symbol_pipe+:} false; then :
5740 1.36 agc $as_echo_n "(cached) " >&6
5741 1.12 lukem else
5742 1.12 lukem
5743 1.36 agc # These are sane defaults that work on at least a few old systems.
5744 1.36 agc # [They come from Ultrix. What could be older than Ultrix?!! ;)]
5745 1.12 lukem
5746 1.36 agc # Character class describing NM global symbol codes.
5747 1.36 agc symcode='[BCDEGRST]'
5748 1.12 lukem
5749 1.36 agc # Regexp to match symbols that can be accessed directly from C.
5750 1.36 agc sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5751 1.12 lukem
5752 1.36 agc # Define system-specific variables.
5753 1.36 agc case $host_os in
5754 1.36 agc aix*)
5755 1.36 agc symcode='[BCDT]'
5756 1.36 agc ;;
5757 1.36 agc cygwin* | mingw* | pw32* | cegcc*)
5758 1.36 agc symcode='[ABCDGISTW]'
5759 1.36 agc ;;
5760 1.36 agc hpux*)
5761 1.36 agc if test "$host_cpu" = ia64; then
5762 1.36 agc symcode='[ABCDEGRST]'
5763 1.12 lukem fi
5764 1.36 agc ;;
5765 1.36 agc irix* | nonstopux*)
5766 1.36 agc symcode='[BCDEGRST]'
5767 1.36 agc ;;
5768 1.36 agc osf*)
5769 1.36 agc symcode='[BCDEGQRST]'
5770 1.36 agc ;;
5771 1.36 agc solaris*)
5772 1.36 agc symcode='[BDRT]'
5773 1.36 agc ;;
5774 1.36 agc sco3.2v5*)
5775 1.36 agc symcode='[DT]'
5776 1.36 agc ;;
5777 1.36 agc sysv4.2uw2*)
5778 1.36 agc symcode='[DT]'
5779 1.36 agc ;;
5780 1.36 agc sysv5* | sco5v6* | unixware* | OpenUNIX*)
5781 1.36 agc symcode='[ABDT]'
5782 1.36 agc ;;
5783 1.36 agc sysv4)
5784 1.36 agc symcode='[DFNSTU]'
5785 1.36 agc ;;
5786 1.36 agc esac
5787 1.12 lukem
5788 1.36 agc # If we're using GNU nm, then use its standard symbol codes.
5789 1.36 agc case `$NM -V 2>&1` in
5790 1.36 agc *GNU* | *'with BFD'*)
5791 1.36 agc symcode='[ABCDGIRSTW]' ;;
5792 1.36 agc esac
5793 1.12 lukem
5794 1.36 agc # Transform an extracted symbol line into a proper C declaration.
5795 1.36 agc # Some systems (esp. on ia64) link data and code symbols differently,
5796 1.36 agc # so use this general approach.
5797 1.36 agc lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5798 1.12 lukem
5799 1.36 agc # Transform an extracted symbol line into symbol name and symbol address
5800 1.36 agc lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5801 1.36 agc 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'"
5802 1.12 lukem
5803 1.36 agc # Handle CRLF in mingw tool chain
5804 1.36 agc opt_cr=
5805 1.36 agc case $build_os in
5806 1.36 agc mingw*)
5807 1.36 agc opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5808 1.36 agc ;;
5809 1.36 agc esac
5810 1.12 lukem
5811 1.36 agc # Try without a prefix underscore, then with it.
5812 1.36 agc for ac_symprfx in "" "_"; do
5813 1.12 lukem
5814 1.36 agc # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5815 1.36 agc symxfrm="\\1 $ac_symprfx\\2 \\2"
5816 1.12 lukem
5817 1.36 agc # Write the raw and C identifiers.
5818 1.36 agc if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5819 1.36 agc # Fake it for dumpbin and say T for any non-static function
5820 1.36 agc # and D for any global variable.
5821 1.36 agc # Also find C++ and __fastcall symbols from MSVC++,
5822 1.36 agc # which start with @ or ?.
5823 1.36 agc lt_cv_sys_global_symbol_pipe="$AWK '"\
5824 1.36 agc " {last_section=section; section=\$ 3};"\
5825 1.36 agc " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5826 1.36 agc " \$ 0!~/External *\|/{next};"\
5827 1.36 agc " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5828 1.36 agc " {if(hide[section]) next};"\
5829 1.36 agc " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5830 1.36 agc " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5831 1.36 agc " s[1]~/^[@?]/{print s[1], s[1]; next};"\
5832 1.36 agc " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5833 1.36 agc " ' prfx=^$ac_symprfx"
5834 1.12 lukem else
5835 1.36 agc lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5836 1.12 lukem fi
5837 1.12 lukem
5838 1.36 agc # Check to see that the pipe works correctly.
5839 1.36 agc pipe_works=no
5840 1.36 agc
5841 1.36 agc rm -f conftest*
5842 1.36 agc cat > conftest.$ac_ext <<_LT_EOF
5843 1.36 agc #ifdef __cplusplus
5844 1.36 agc extern "C" {
5845 1.36 agc #endif
5846 1.36 agc char nm_test_var;
5847 1.36 agc void nm_test_func(void);
5848 1.36 agc void nm_test_func(void){}
5849 1.36 agc #ifdef __cplusplus
5850 1.36 agc }
5851 1.36 agc #endif
5852 1.36 agc int main(){nm_test_var='a';nm_test_func();return(0);}
5853 1.36 agc _LT_EOF
5854 1.12 lukem
5855 1.39 agc if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5856 1.36 agc (eval $ac_compile) 2>&5
5857 1.12 lukem ac_status=$?
5858 1.39 agc $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5859 1.39 agc test $ac_status = 0; }; then
5860 1.36 agc # Now try to grab the symbols.
5861 1.36 agc nlist=conftest.nm
5862 1.39 agc if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\""; } >&5
5863 1.36 agc (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
5864 1.12 lukem ac_status=$?
5865 1.39 agc $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5866 1.39 agc test $ac_status = 0; } && test -s "$nlist"; then
5867 1.36 agc # Try sorting and uniquifying the output.
5868 1.36 agc if sort "$nlist" | uniq > "$nlist"T; then
5869 1.36 agc mv -f "$nlist"T "$nlist"
5870 1.36 agc else
5871 1.36 agc rm -f "$nlist"T
5872 1.36 agc fi
5873 1.12 lukem
5874 1.36 agc # Make sure that we snagged all the symbols we need.
5875 1.36 agc if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5876 1.36 agc if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5877 1.36 agc cat <<_LT_EOF > conftest.$ac_ext
5878 1.36 agc #ifdef __cplusplus
5879 1.36 agc extern "C" {
5880 1.12 lukem #endif
5881 1.12 lukem
5882 1.36 agc _LT_EOF
5883 1.36 agc # Now generate the symbol file.
5884 1.36 agc eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5885 1.12 lukem
5886 1.36 agc cat <<_LT_EOF >> conftest.$ac_ext
5887 1.12 lukem
5888 1.36 agc /* The mapping between symbol names and symbols. */
5889 1.36 agc const struct {
5890 1.36 agc const char *name;
5891 1.36 agc void *address;
5892 1.36 agc }
5893 1.36 agc lt__PROGRAM__LTX_preloaded_symbols[] =
5894 1.36 agc {
5895 1.36 agc { "@PROGRAM@", (void *) 0 },
5896 1.36 agc _LT_EOF
5897 1.36 agc $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5898 1.36 agc cat <<\_LT_EOF >> conftest.$ac_ext
5899 1.36 agc {0, (void *) 0}
5900 1.36 agc };
5901 1.12 lukem
5902 1.36 agc /* This works around a problem in FreeBSD linker */
5903 1.36 agc #ifdef FREEBSD_WORKAROUND
5904 1.36 agc static const void *lt_preloaded_setup() {
5905 1.36 agc return lt__PROGRAM__LTX_preloaded_symbols;
5906 1.36 agc }
5907 1.36 agc #endif
5908 1.12 lukem
5909 1.36 agc #ifdef __cplusplus
5910 1.36 agc }
5911 1.36 agc #endif
5912 1.36 agc _LT_EOF
5913 1.36 agc # Now try linking the two files.
5914 1.36 agc mv conftest.$ac_objext conftstm.$ac_objext
5915 1.36 agc lt_save_LIBS="$LIBS"
5916 1.36 agc lt_save_CFLAGS="$CFLAGS"
5917 1.36 agc LIBS="conftstm.$ac_objext"
5918 1.36 agc CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5919 1.39 agc if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5920 1.36 agc (eval $ac_link) 2>&5
5921 1.36 agc ac_status=$?
5922 1.39 agc $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5923 1.39 agc test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5924 1.36 agc pipe_works=yes
5925 1.36 agc fi
5926 1.36 agc LIBS="$lt_save_LIBS"
5927 1.36 agc CFLAGS="$lt_save_CFLAGS"
5928 1.36 agc else
5929 1.36 agc echo "cannot find nm_test_func in $nlist" >&5
5930 1.36 agc fi
5931 1.36 agc else
5932 1.36 agc echo "cannot find nm_test_var in $nlist" >&5
5933 1.36 agc fi
5934 1.36 agc else
5935 1.36 agc echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5936 1.36 agc fi
5937 1.12 lukem else
5938 1.36 agc echo "$progname: failed program was:" >&5
5939 1.36 agc cat conftest.$ac_ext >&5
5940 1.12 lukem fi
5941 1.36 agc rm -rf conftest* conftst*
5942 1.36 agc
5943 1.36 agc # Do not use the global_symbol_pipe unless it works.
5944 1.36 agc if test "$pipe_works" = yes; then
5945 1.36 agc break
5946 1.12 lukem else
5947 1.36 agc lt_cv_sys_global_symbol_pipe=
5948 1.12 lukem fi
5949 1.36 agc done
5950 1.36 agc
5951 1.12 lukem fi
5952 1.12 lukem
5953 1.36 agc if test -z "$lt_cv_sys_global_symbol_pipe"; then
5954 1.36 agc lt_cv_sys_global_symbol_to_cdecl=
5955 1.36 agc fi
5956 1.36 agc if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5957 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
5958 1.36 agc $as_echo "failed" >&6; }
5959 1.12 lukem else
5960 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5961 1.36 agc $as_echo "ok" >&6; }
5962 1.12 lukem fi
5963 1.12 lukem
5964 1.12 lukem
5965 1.12 lukem
5966 1.12 lukem
5967 1.12 lukem
5968 1.12 lukem
5969 1.12 lukem
5970 1.12 lukem
5971 1.12 lukem
5972 1.12 lukem
5973 1.12 lukem
5974 1.12 lukem
5975 1.12 lukem
5976 1.12 lukem
5977 1.12 lukem
5978 1.12 lukem
5979 1.12 lukem
5980 1.12 lukem
5981 1.12 lukem
5982 1.12 lukem
5983 1.12 lukem
5984 1.12 lukem
5985 1.12 lukem
5986 1.36 agc # Check whether --enable-libtool-lock was given.
5987 1.39 agc if test "${enable_libtool_lock+set}" = set; then :
5988 1.36 agc enableval=$enable_libtool_lock;
5989 1.36 agc fi
5990 1.12 lukem
5991 1.36 agc test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5992 1.12 lukem
5993 1.36 agc # Some flags need to be propagated to the compiler or linker for good
5994 1.36 agc # libtool support.
5995 1.36 agc case $host in
5996 1.36 agc ia64-*-hpux*)
5997 1.36 agc # Find out which ABI we are using.
5998 1.36 agc echo 'int i;' > conftest.$ac_ext
5999 1.39 agc if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6000 1.12 lukem (eval $ac_compile) 2>&5
6001 1.12 lukem ac_status=$?
6002 1.39 agc $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6003 1.39 agc test $ac_status = 0; }; then
6004 1.36 agc case `/usr/bin/file conftest.$ac_objext` in
6005 1.36 agc *ELF-32*)
6006 1.36 agc HPUX_IA64_MODE="32"
6007 1.36 agc ;;
6008 1.36 agc *ELF-64*)
6009 1.36 agc HPUX_IA64_MODE="64"
6010 1.36 agc ;;
6011 1.36 agc esac
6012 1.36 agc fi
6013 1.36 agc rm -rf conftest*
6014 1.36 agc ;;
6015 1.36 agc *-*-irix6*)
6016 1.36 agc # Find out which ABI we are using.
6017 1.42 agc echo '#line 6017 "configure"' > conftest.$ac_ext
6018 1.39 agc if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6019 1.36 agc (eval $ac_compile) 2>&5
6020 1.12 lukem ac_status=$?
6021 1.39 agc $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6022 1.39 agc test $ac_status = 0; }; then
6023 1.36 agc if test "$lt_cv_prog_gnu_ld" = yes; then
6024 1.36 agc case `/usr/bin/file conftest.$ac_objext` in
6025 1.36 agc *32-bit*)
6026 1.36 agc LD="${LD-ld} -melf32bsmip"
6027 1.36 agc ;;
6028 1.36 agc *N32*)
6029 1.36 agc LD="${LD-ld} -melf32bmipn32"
6030 1.36 agc ;;
6031 1.36 agc *64-bit*)
6032 1.36 agc LD="${LD-ld} -melf64bmip"
6033 1.36 agc ;;
6034 1.36 agc esac
6035 1.36 agc else
6036 1.36 agc case `/usr/bin/file conftest.$ac_objext` in
6037 1.36 agc *32-bit*)
6038 1.36 agc LD="${LD-ld} -32"
6039 1.36 agc ;;
6040 1.36 agc *N32*)
6041 1.36 agc LD="${LD-ld} -n32"
6042 1.36 agc ;;
6043 1.36 agc *64-bit*)
6044 1.36 agc LD="${LD-ld} -64"
6045 1.36 agc ;;
6046 1.36 agc esac
6047 1.36 agc fi
6048 1.36 agc fi
6049 1.36 agc rm -rf conftest*
6050 1.36 agc ;;
6051 1.12 lukem
6052 1.36 agc x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
6053 1.36 agc s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6054 1.36 agc # Find out which ABI we are using.
6055 1.36 agc echo 'int i;' > conftest.$ac_ext
6056 1.39 agc if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6057 1.36 agc (eval $ac_compile) 2>&5
6058 1.36 agc ac_status=$?
6059 1.39 agc $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6060 1.39 agc test $ac_status = 0; }; then
6061 1.36 agc case `/usr/bin/file conftest.o` in
6062 1.36 agc *32-bit*)
6063 1.36 agc case $host in
6064 1.36 agc x86_64-*kfreebsd*-gnu)
6065 1.36 agc LD="${LD-ld} -m elf_i386_fbsd"
6066 1.36 agc ;;
6067 1.36 agc x86_64-*linux*)
6068 1.36 agc LD="${LD-ld} -m elf_i386"
6069 1.36 agc ;;
6070 1.36 agc ppc64-*linux*|powerpc64-*linux*)
6071 1.36 agc LD="${LD-ld} -m elf32ppclinux"
6072 1.36 agc ;;
6073 1.36 agc s390x-*linux*)
6074 1.36 agc LD="${LD-ld} -m elf_s390"
6075 1.36 agc ;;
6076 1.36 agc sparc64-*linux*)
6077 1.36 agc LD="${LD-ld} -m elf32_sparc"
6078 1.36 agc ;;
6079 1.36 agc esac
6080 1.36 agc ;;
6081 1.36 agc *64-bit*)
6082 1.36 agc case $host in
6083 1.36 agc x86_64-*kfreebsd*-gnu)
6084 1.36 agc LD="${LD-ld} -m elf_x86_64_fbsd"
6085 1.36 agc ;;
6086 1.36 agc x86_64-*linux*)
6087 1.36 agc LD="${LD-ld} -m elf_x86_64"
6088 1.36 agc ;;
6089 1.36 agc ppc*-*linux*|powerpc*-*linux*)
6090 1.36 agc LD="${LD-ld} -m elf64ppc"
6091 1.36 agc ;;
6092 1.36 agc s390*-*linux*|s390*-*tpf*)
6093 1.36 agc LD="${LD-ld} -m elf64_s390"
6094 1.36 agc ;;
6095 1.36 agc sparc*-*linux*)
6096 1.36 agc LD="${LD-ld} -m elf64_sparc"
6097 1.36 agc ;;
6098 1.36 agc esac
6099 1.36 agc ;;
6100 1.36 agc esac
6101 1.36 agc fi
6102 1.36 agc rm -rf conftest*
6103 1.36 agc ;;
6104 1.12 lukem
6105 1.36 agc *-*-sco3.2v5*)
6106 1.36 agc # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6107 1.36 agc SAVE_CFLAGS="$CFLAGS"
6108 1.36 agc CFLAGS="$CFLAGS -belf"
6109 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6110 1.36 agc $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6111 1.39 agc if ${lt_cv_cc_needs_belf+:} false; then :
6112 1.36 agc $as_echo_n "(cached) " >&6
6113 1.36 agc else
6114 1.36 agc ac_ext=c
6115 1.36 agc ac_cpp='$CPP $CPPFLAGS'
6116 1.36 agc ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6117 1.36 agc ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6118 1.36 agc ac_compiler_gnu=$ac_cv_c_compiler_gnu
6119 1.12 lukem
6120 1.39 agc cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6121 1.36 agc /* end confdefs.h. */
6122 1.12 lukem
6123 1.36 agc int
6124 1.36 agc main ()
6125 1.12 lukem {
6126 1.12 lukem
6127 1.36 agc ;
6128 1.36 agc return 0;
6129 1.12 lukem }
6130 1.36 agc _ACEOF
6131 1.39 agc if ac_fn_c_try_link "$LINENO"; then :
6132 1.36 agc lt_cv_cc_needs_belf=yes
6133 1.36 agc else
6134 1.39 agc lt_cv_cc_needs_belf=no
6135 1.36 agc fi
6136 1.39 agc rm -f core conftest.err conftest.$ac_objext \
6137 1.39 agc conftest$ac_exeext conftest.$ac_ext
6138 1.36 agc ac_ext=c
6139 1.36 agc ac_cpp='$CPP $CPPFLAGS'
6140 1.36 agc ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6141 1.36 agc ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6142 1.36 agc ac_compiler_gnu=$ac_cv_c_compiler_gnu
6143 1.36 agc
6144 1.36 agc fi
6145 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
6146 1.36 agc $as_echo "$lt_cv_cc_needs_belf" >&6; }
6147 1.36 agc if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6148 1.36 agc # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6149 1.36 agc CFLAGS="$SAVE_CFLAGS"
6150 1.36 agc fi
6151 1.36 agc ;;
6152 1.36 agc sparc*-*solaris*)
6153 1.36 agc # Find out which ABI we are using.
6154 1.36 agc echo 'int i;' > conftest.$ac_ext
6155 1.39 agc if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6156 1.36 agc (eval $ac_compile) 2>&5
6157 1.12 lukem ac_status=$?
6158 1.39 agc $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6159 1.39 agc test $ac_status = 0; }; then
6160 1.36 agc case `/usr/bin/file conftest.o` in
6161 1.36 agc *64-bit*)
6162 1.36 agc case $lt_cv_prog_gnu_ld in
6163 1.36 agc yes*) LD="${LD-ld} -m elf64_sparc" ;;
6164 1.36 agc *)
6165 1.36 agc if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6166 1.36 agc LD="${LD-ld} -64"
6167 1.12 lukem fi
6168 1.36 agc ;;
6169 1.36 agc esac
6170 1.36 agc ;;
6171 1.36 agc esac
6172 1.12 lukem fi
6173 1.36 agc rm -rf conftest*
6174 1.36 agc ;;
6175 1.36 agc esac
6176 1.36 agc
6177 1.36 agc need_locks="$enable_libtool_lock"
6178 1.12 lukem
6179 1.36 agc
6180 1.36 agc case $host_os in
6181 1.36 agc rhapsody* | darwin*)
6182 1.36 agc if test -n "$ac_tool_prefix"; then
6183 1.36 agc # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6184 1.36 agc set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6185 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6186 1.36 agc $as_echo_n "checking for $ac_word... " >&6; }
6187 1.39 agc if ${ac_cv_prog_DSYMUTIL+:} false; then :
6188 1.36 agc $as_echo_n "(cached) " >&6
6189 1.36 agc else
6190 1.36 agc if test -n "$DSYMUTIL"; then
6191 1.36 agc ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6192 1.36 agc else
6193 1.36 agc as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6194 1.36 agc for as_dir in $PATH
6195 1.36 agc do
6196 1.36 agc IFS=$as_save_IFS
6197 1.36 agc test -z "$as_dir" && as_dir=.
6198 1.39 agc for ac_exec_ext in '' $ac_executable_extensions; do
6199 1.39 agc if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6200 1.36 agc ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
6201 1.39 agc $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6202 1.36 agc break 2
6203 1.12 lukem fi
6204 1.12 lukem done
6205 1.39 agc done
6206 1.36 agc IFS=$as_save_IFS
6207 1.12 lukem
6208 1.12 lukem fi
6209 1.12 lukem fi
6210 1.36 agc DSYMUTIL=$ac_cv_prog_DSYMUTIL
6211 1.36 agc if test -n "$DSYMUTIL"; then
6212 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
6213 1.36 agc $as_echo "$DSYMUTIL" >&6; }
6214 1.12 lukem else
6215 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6216 1.36 agc $as_echo "no" >&6; }
6217 1.12 lukem fi
6218 1.12 lukem
6219 1.36 agc
6220 1.36 agc fi
6221 1.36 agc if test -z "$ac_cv_prog_DSYMUTIL"; then
6222 1.36 agc ac_ct_DSYMUTIL=$DSYMUTIL
6223 1.36 agc # Extract the first word of "dsymutil", so it can be a program name with args.
6224 1.36 agc set dummy dsymutil; ac_word=$2
6225 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6226 1.36 agc $as_echo_n "checking for $ac_word... " >&6; }
6227 1.39 agc if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6228 1.12 lukem $as_echo_n "(cached) " >&6
6229 1.12 lukem else
6230 1.36 agc if test -n "$ac_ct_DSYMUTIL"; then
6231 1.36 agc ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6232 1.12 lukem else
6233 1.36 agc as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6234 1.36 agc for as_dir in $PATH
6235 1.36 agc do
6236 1.36 agc IFS=$as_save_IFS
6237 1.36 agc test -z "$as_dir" && as_dir=.
6238 1.39 agc for ac_exec_ext in '' $ac_executable_extensions; do
6239 1.39 agc if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6240 1.36 agc ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
6241 1.39 agc $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6242 1.36 agc break 2
6243 1.36 agc fi
6244 1.36 agc done
6245 1.39 agc done
6246 1.36 agc IFS=$as_save_IFS
6247 1.36 agc
6248 1.36 agc fi
6249 1.12 lukem fi
6250 1.36 agc ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6251 1.36 agc if test -n "$ac_ct_DSYMUTIL"; then
6252 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
6253 1.36 agc $as_echo "$ac_ct_DSYMUTIL" >&6; }
6254 1.36 agc else
6255 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6256 1.36 agc $as_echo "no" >&6; }
6257 1.36 agc fi
6258 1.36 agc
6259 1.36 agc if test "x$ac_ct_DSYMUTIL" = x; then
6260 1.36 agc DSYMUTIL=":"
6261 1.36 agc else
6262 1.36 agc case $cross_compiling:$ac_tool_warned in
6263 1.36 agc yes:)
6264 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6265 1.36 agc $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6266 1.36 agc ac_tool_warned=yes ;;
6267 1.36 agc esac
6268 1.36 agc DSYMUTIL=$ac_ct_DSYMUTIL
6269 1.36 agc fi
6270 1.36 agc else
6271 1.36 agc DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6272 1.12 lukem fi
6273 1.12 lukem
6274 1.36 agc if test -n "$ac_tool_prefix"; then
6275 1.36 agc # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6276 1.36 agc set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6277 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6278 1.36 agc $as_echo_n "checking for $ac_word... " >&6; }
6279 1.39 agc if ${ac_cv_prog_NMEDIT+:} false; then :
6280 1.36 agc $as_echo_n "(cached) " >&6
6281 1.36 agc else
6282 1.36 agc if test -n "$NMEDIT"; then
6283 1.36 agc ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6284 1.36 agc else
6285 1.36 agc as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6286 1.36 agc for as_dir in $PATH
6287 1.36 agc do
6288 1.36 agc IFS=$as_save_IFS
6289 1.36 agc test -z "$as_dir" && as_dir=.
6290 1.39 agc for ac_exec_ext in '' $ac_executable_extensions; do
6291 1.39 agc if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6292 1.36 agc ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6293 1.39 agc $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6294 1.36 agc break 2
6295 1.36 agc fi
6296 1.36 agc done
6297 1.39 agc done
6298 1.36 agc IFS=$as_save_IFS
6299 1.12 lukem
6300 1.36 agc fi
6301 1.36 agc fi
6302 1.36 agc NMEDIT=$ac_cv_prog_NMEDIT
6303 1.36 agc if test -n "$NMEDIT"; then
6304 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
6305 1.36 agc $as_echo "$NMEDIT" >&6; }
6306 1.36 agc else
6307 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6308 1.36 agc $as_echo "no" >&6; }
6309 1.36 agc fi
6310 1.12 lukem
6311 1.12 lukem
6312 1.36 agc fi
6313 1.36 agc if test -z "$ac_cv_prog_NMEDIT"; then
6314 1.36 agc ac_ct_NMEDIT=$NMEDIT
6315 1.36 agc # Extract the first word of "nmedit", so it can be a program name with args.
6316 1.36 agc set dummy nmedit; ac_word=$2
6317 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6318 1.36 agc $as_echo_n "checking for $ac_word... " >&6; }
6319 1.39 agc if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6320 1.36 agc $as_echo_n "(cached) " >&6
6321 1.36 agc else
6322 1.36 agc if test -n "$ac_ct_NMEDIT"; then
6323 1.36 agc ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6324 1.36 agc else
6325 1.36 agc as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6326 1.36 agc for as_dir in $PATH
6327 1.36 agc do
6328 1.36 agc IFS=$as_save_IFS
6329 1.36 agc test -z "$as_dir" && as_dir=.
6330 1.39 agc for ac_exec_ext in '' $ac_executable_extensions; do
6331 1.39 agc if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6332 1.36 agc ac_cv_prog_ac_ct_NMEDIT="nmedit"
6333 1.39 agc $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6334 1.36 agc break 2
6335 1.12 lukem fi
6336 1.36 agc done
6337 1.39 agc done
6338 1.36 agc IFS=$as_save_IFS
6339 1.12 lukem
6340 1.36 agc fi
6341 1.36 agc fi
6342 1.36 agc ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6343 1.36 agc if test -n "$ac_ct_NMEDIT"; then
6344 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
6345 1.36 agc $as_echo "$ac_ct_NMEDIT" >&6; }
6346 1.36 agc else
6347 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6348 1.36 agc $as_echo "no" >&6; }
6349 1.36 agc fi
6350 1.12 lukem
6351 1.36 agc if test "x$ac_ct_NMEDIT" = x; then
6352 1.36 agc NMEDIT=":"
6353 1.36 agc else
6354 1.36 agc case $cross_compiling:$ac_tool_warned in
6355 1.36 agc yes:)
6356 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6357 1.36 agc $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6358 1.36 agc ac_tool_warned=yes ;;
6359 1.36 agc esac
6360 1.36 agc NMEDIT=$ac_ct_NMEDIT
6361 1.36 agc fi
6362 1.36 agc else
6363 1.36 agc NMEDIT="$ac_cv_prog_NMEDIT"
6364 1.36 agc fi
6365 1.12 lukem
6366 1.36 agc if test -n "$ac_tool_prefix"; then
6367 1.36 agc # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6368 1.36 agc set dummy ${ac_tool_prefix}lipo; ac_word=$2
6369 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6370 1.12 lukem $as_echo_n "checking for $ac_word... " >&6; }
6371 1.39 agc if ${ac_cv_prog_LIPO+:} false; then :
6372 1.12 lukem $as_echo_n "(cached) " >&6
6373 1.12 lukem else
6374 1.36 agc if test -n "$LIPO"; then
6375 1.36 agc ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6376 1.12 lukem else
6377 1.12 lukem as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6378 1.12 lukem for as_dir in $PATH
6379 1.12 lukem do
6380 1.12 lukem IFS=$as_save_IFS
6381 1.12 lukem test -z "$as_dir" && as_dir=.
6382 1.39 agc for ac_exec_ext in '' $ac_executable_extensions; do
6383 1.39 agc if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6384 1.36 agc ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6385 1.39 agc $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6386 1.12 lukem break 2
6387 1.12 lukem fi
6388 1.12 lukem done
6389 1.39 agc done
6390 1.12 lukem IFS=$as_save_IFS
6391 1.12 lukem
6392 1.12 lukem fi
6393 1.12 lukem fi
6394 1.36 agc LIPO=$ac_cv_prog_LIPO
6395 1.36 agc if test -n "$LIPO"; then
6396 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6397 1.36 agc $as_echo "$LIPO" >&6; }
6398 1.12 lukem else
6399 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6400 1.12 lukem $as_echo "no" >&6; }
6401 1.12 lukem fi
6402 1.12 lukem
6403 1.12 lukem
6404 1.12 lukem fi
6405 1.36 agc if test -z "$ac_cv_prog_LIPO"; then
6406 1.36 agc ac_ct_LIPO=$LIPO
6407 1.36 agc # Extract the first word of "lipo", so it can be a program name with args.
6408 1.36 agc set dummy lipo; ac_word=$2
6409 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6410 1.12 lukem $as_echo_n "checking for $ac_word... " >&6; }
6411 1.39 agc if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6412 1.12 lukem $as_echo_n "(cached) " >&6
6413 1.12 lukem else
6414 1.36 agc if test -n "$ac_ct_LIPO"; then
6415 1.36 agc ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6416 1.12 lukem else
6417 1.12 lukem as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6418 1.12 lukem for as_dir in $PATH
6419 1.12 lukem do
6420 1.12 lukem IFS=$as_save_IFS
6421 1.12 lukem test -z "$as_dir" && as_dir=.
6422 1.39 agc for ac_exec_ext in '' $ac_executable_extensions; do
6423 1.39 agc if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6424 1.36 agc ac_cv_prog_ac_ct_LIPO="lipo"
6425 1.39 agc $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6426 1.12 lukem break 2
6427 1.12 lukem fi
6428 1.12 lukem done
6429 1.39 agc done
6430 1.12 lukem IFS=$as_save_IFS
6431 1.12 lukem
6432 1.12 lukem fi
6433 1.12 lukem fi
6434 1.36 agc ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6435 1.36 agc if test -n "$ac_ct_LIPO"; then
6436 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6437 1.36 agc $as_echo "$ac_ct_LIPO" >&6; }
6438 1.12 lukem else
6439 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6440 1.12 lukem $as_echo "no" >&6; }
6441 1.12 lukem fi
6442 1.12 lukem
6443 1.36 agc if test "x$ac_ct_LIPO" = x; then
6444 1.36 agc LIPO=":"
6445 1.12 lukem else
6446 1.12 lukem case $cross_compiling:$ac_tool_warned in
6447 1.12 lukem yes:)
6448 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6449 1.12 lukem $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6450 1.12 lukem ac_tool_warned=yes ;;
6451 1.12 lukem esac
6452 1.36 agc LIPO=$ac_ct_LIPO
6453 1.12 lukem fi
6454 1.12 lukem else
6455 1.36 agc LIPO="$ac_cv_prog_LIPO"
6456 1.12 lukem fi
6457 1.12 lukem
6458 1.36 agc if test -n "$ac_tool_prefix"; then
6459 1.36 agc # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6460 1.36 agc set dummy ${ac_tool_prefix}otool; ac_word=$2
6461 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6462 1.12 lukem $as_echo_n "checking for $ac_word... " >&6; }
6463 1.39 agc if ${ac_cv_prog_OTOOL+:} false; then :
6464 1.12 lukem $as_echo_n "(cached) " >&6
6465 1.12 lukem else
6466 1.36 agc if test -n "$OTOOL"; then
6467 1.36 agc ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6468 1.12 lukem else
6469 1.12 lukem as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6470 1.12 lukem for as_dir in $PATH
6471 1.12 lukem do
6472 1.12 lukem IFS=$as_save_IFS
6473 1.12 lukem test -z "$as_dir" && as_dir=.
6474 1.39 agc for ac_exec_ext in '' $ac_executable_extensions; do
6475 1.39 agc if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6476 1.36 agc ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6477 1.39 agc $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6478 1.12 lukem break 2
6479 1.12 lukem fi
6480 1.12 lukem done
6481 1.39 agc done
6482 1.12 lukem IFS=$as_save_IFS
6483 1.12 lukem
6484 1.12 lukem fi
6485 1.12 lukem fi
6486 1.36 agc OTOOL=$ac_cv_prog_OTOOL
6487 1.36 agc if test -n "$OTOOL"; then
6488 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6489 1.36 agc $as_echo "$OTOOL" >&6; }
6490 1.12 lukem else
6491 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6492 1.12 lukem $as_echo "no" >&6; }
6493 1.12 lukem fi
6494 1.12 lukem
6495 1.12 lukem
6496 1.12 lukem fi
6497 1.36 agc if test -z "$ac_cv_prog_OTOOL"; then
6498 1.36 agc ac_ct_OTOOL=$OTOOL
6499 1.36 agc # Extract the first word of "otool", so it can be a program name with args.
6500 1.36 agc set dummy otool; ac_word=$2
6501 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6502 1.12 lukem $as_echo_n "checking for $ac_word... " >&6; }
6503 1.39 agc if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6504 1.12 lukem $as_echo_n "(cached) " >&6
6505 1.12 lukem else
6506 1.36 agc if test -n "$ac_ct_OTOOL"; then
6507 1.36 agc ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6508 1.12 lukem else
6509 1.12 lukem as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6510 1.12 lukem for as_dir in $PATH
6511 1.12 lukem do
6512 1.12 lukem IFS=$as_save_IFS
6513 1.12 lukem test -z "$as_dir" && as_dir=.
6514 1.39 agc for ac_exec_ext in '' $ac_executable_extensions; do
6515 1.39 agc if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6516 1.36 agc ac_cv_prog_ac_ct_OTOOL="otool"
6517 1.39 agc $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6518 1.12 lukem break 2
6519 1.12 lukem fi
6520 1.12 lukem done
6521 1.39 agc done
6522 1.12 lukem IFS=$as_save_IFS
6523 1.12 lukem
6524 1.12 lukem fi
6525 1.12 lukem fi
6526 1.36 agc ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6527 1.36 agc if test -n "$ac_ct_OTOOL"; then
6528 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6529 1.36 agc $as_echo "$ac_ct_OTOOL" >&6; }
6530 1.12 lukem else
6531 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6532 1.12 lukem $as_echo "no" >&6; }
6533 1.12 lukem fi
6534 1.12 lukem
6535 1.36 agc if test "x$ac_ct_OTOOL" = x; then
6536 1.36 agc OTOOL=":"
6537 1.12 lukem else
6538 1.12 lukem case $cross_compiling:$ac_tool_warned in
6539 1.12 lukem yes:)
6540 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6541 1.12 lukem $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6542 1.12 lukem ac_tool_warned=yes ;;
6543 1.12 lukem esac
6544 1.36 agc OTOOL=$ac_ct_OTOOL
6545 1.12 lukem fi
6546 1.12 lukem else
6547 1.36 agc OTOOL="$ac_cv_prog_OTOOL"
6548 1.12 lukem fi
6549 1.12 lukem
6550 1.36 agc if test -n "$ac_tool_prefix"; then
6551 1.36 agc # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6552 1.36 agc set dummy ${ac_tool_prefix}otool64; ac_word=$2
6553 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6554 1.12 lukem $as_echo_n "checking for $ac_word... " >&6; }
6555 1.39 agc if ${ac_cv_prog_OTOOL64+:} false; then :
6556 1.12 lukem $as_echo_n "(cached) " >&6
6557 1.12 lukem else
6558 1.36 agc if test -n "$OTOOL64"; then
6559 1.36 agc ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6560 1.12 lukem else
6561 1.12 lukem as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6562 1.12 lukem for as_dir in $PATH
6563 1.12 lukem do
6564 1.12 lukem IFS=$as_save_IFS
6565 1.12 lukem test -z "$as_dir" && as_dir=.
6566 1.39 agc for ac_exec_ext in '' $ac_executable_extensions; do
6567 1.39 agc if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6568 1.36 agc ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6569 1.39 agc $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6570 1.12 lukem break 2
6571 1.12 lukem fi
6572 1.12 lukem done
6573 1.39 agc done
6574 1.12 lukem IFS=$as_save_IFS
6575 1.12 lukem
6576 1.12 lukem fi
6577 1.12 lukem fi
6578 1.36 agc OTOOL64=$ac_cv_prog_OTOOL64
6579 1.36 agc if test -n "$OTOOL64"; then
6580 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6581 1.36 agc $as_echo "$OTOOL64" >&6; }
6582 1.12 lukem else
6583 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6584 1.12 lukem $as_echo "no" >&6; }
6585 1.12 lukem fi
6586 1.12 lukem
6587 1.12 lukem
6588 1.12 lukem fi
6589 1.36 agc if test -z "$ac_cv_prog_OTOOL64"; then
6590 1.36 agc ac_ct_OTOOL64=$OTOOL64
6591 1.36 agc # Extract the first word of "otool64", so it can be a program name with args.
6592 1.36 agc set dummy otool64; ac_word=$2
6593 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6594 1.12 lukem $as_echo_n "checking for $ac_word... " >&6; }
6595 1.39 agc if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
6596 1.12 lukem $as_echo_n "(cached) " >&6
6597 1.12 lukem else
6598 1.36 agc if test -n "$ac_ct_OTOOL64"; then
6599 1.36 agc ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6600 1.12 lukem else
6601 1.12 lukem as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6602 1.12 lukem for as_dir in $PATH
6603 1.12 lukem do
6604 1.12 lukem IFS=$as_save_IFS
6605 1.12 lukem test -z "$as_dir" && as_dir=.
6606 1.39 agc for ac_exec_ext in '' $ac_executable_extensions; do
6607 1.39 agc if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6608 1.36 agc ac_cv_prog_ac_ct_OTOOL64="otool64"
6609 1.39 agc $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6610 1.12 lukem break 2
6611 1.12 lukem fi
6612 1.12 lukem done
6613 1.39 agc done
6614 1.12 lukem IFS=$as_save_IFS
6615 1.12 lukem
6616 1.12 lukem fi
6617 1.12 lukem fi
6618 1.36 agc ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6619 1.36 agc if test -n "$ac_ct_OTOOL64"; then
6620 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6621 1.36 agc $as_echo "$ac_ct_OTOOL64" >&6; }
6622 1.12 lukem else
6623 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6624 1.12 lukem $as_echo "no" >&6; }
6625 1.12 lukem fi
6626 1.12 lukem
6627 1.36 agc if test "x$ac_ct_OTOOL64" = x; then
6628 1.36 agc OTOOL64=":"
6629 1.12 lukem else
6630 1.12 lukem case $cross_compiling:$ac_tool_warned in
6631 1.12 lukem yes:)
6632 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6633 1.12 lukem $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6634 1.12 lukem ac_tool_warned=yes ;;
6635 1.12 lukem esac
6636 1.36 agc OTOOL64=$ac_ct_OTOOL64
6637 1.12 lukem fi
6638 1.12 lukem else
6639 1.36 agc OTOOL64="$ac_cv_prog_OTOOL64"
6640 1.12 lukem fi
6641 1.12 lukem
6642 1.12 lukem
6643 1.12 lukem
6644 1.12 lukem
6645 1.12 lukem
6646 1.12 lukem
6647 1.12 lukem
6648 1.12 lukem
6649 1.36 agc
6650 1.36 agc
6651 1.36 agc
6652 1.36 agc
6653 1.36 agc
6654 1.36 agc
6655 1.36 agc
6656 1.36 agc
6657 1.36 agc
6658 1.36 agc
6659 1.36 agc
6660 1.36 agc
6661 1.36 agc
6662 1.36 agc
6663 1.36 agc
6664 1.36 agc
6665 1.36 agc
6666 1.36 agc
6667 1.36 agc
6668 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6669 1.36 agc $as_echo_n "checking for -single_module linker flag... " >&6; }
6670 1.39 agc if ${lt_cv_apple_cc_single_mod+:} false; then :
6671 1.12 lukem $as_echo_n "(cached) " >&6
6672 1.12 lukem else
6673 1.36 agc lt_cv_apple_cc_single_mod=no
6674 1.36 agc if test -z "${LT_MULTI_MODULE}"; then
6675 1.36 agc # By default we will add the -single_module flag. You can override
6676 1.36 agc # by either setting the environment variable LT_MULTI_MODULE
6677 1.36 agc # non-empty at configure time, or by adding -multi_module to the
6678 1.36 agc # link flags.
6679 1.36 agc rm -rf libconftest.dylib*
6680 1.36 agc echo "int foo(void){return 1;}" > conftest.c
6681 1.36 agc echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6682 1.36 agc -dynamiclib -Wl,-single_module conftest.c" >&5
6683 1.36 agc $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6684 1.36 agc -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6685 1.36 agc _lt_result=$?
6686 1.36 agc if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6687 1.36 agc lt_cv_apple_cc_single_mod=yes
6688 1.36 agc else
6689 1.36 agc cat conftest.err >&5
6690 1.36 agc fi
6691 1.36 agc rm -rf libconftest.dylib*
6692 1.36 agc rm -f conftest.*
6693 1.36 agc fi
6694 1.36 agc fi
6695 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
6696 1.36 agc $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6697 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
6698 1.36 agc $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
6699 1.39 agc if ${lt_cv_ld_exported_symbols_list+:} false; then :
6700 1.12 lukem $as_echo_n "(cached) " >&6
6701 1.12 lukem else
6702 1.36 agc lt_cv_ld_exported_symbols_list=no
6703 1.36 agc save_LDFLAGS=$LDFLAGS
6704 1.36 agc echo "_main" > conftest.sym
6705 1.36 agc LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6706 1.39 agc cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6707 1.36 agc /* end confdefs.h. */
6708 1.12 lukem
6709 1.36 agc int
6710 1.36 agc main ()
6711 1.36 agc {
6712 1.12 lukem
6713 1.36 agc ;
6714 1.36 agc return 0;
6715 1.36 agc }
6716 1.36 agc _ACEOF
6717 1.39 agc if ac_fn_c_try_link "$LINENO"; then :
6718 1.36 agc lt_cv_ld_exported_symbols_list=yes
6719 1.12 lukem else
6720 1.39 agc lt_cv_ld_exported_symbols_list=no
6721 1.12 lukem fi
6722 1.39 agc rm -f core conftest.err conftest.$ac_objext \
6723 1.39 agc conftest$ac_exeext conftest.$ac_ext
6724 1.36 agc LDFLAGS="$save_LDFLAGS"
6725 1.12 lukem
6726 1.12 lukem fi
6727 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
6728 1.36 agc $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6729 1.36 agc case $host_os in
6730 1.36 agc rhapsody* | darwin1.[012])
6731 1.36 agc _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6732 1.36 agc darwin1.*)
6733 1.36 agc _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6734 1.36 agc darwin*) # darwin 5.x on
6735 1.36 agc # if running on 10.5 or later, the deployment target defaults
6736 1.36 agc # to the OS version, if on x86, and 10.4, the deployment
6737 1.36 agc # target defaults to 10.4. Don't you love it?
6738 1.36 agc case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6739 1.36 agc 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6740 1.36 agc _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6741 1.36 agc 10.[012]*)
6742 1.36 agc _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6743 1.36 agc 10.*)
6744 1.36 agc _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6745 1.36 agc esac
6746 1.36 agc ;;
6747 1.36 agc esac
6748 1.36 agc if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6749 1.36 agc _lt_dar_single_mod='$single_module'
6750 1.36 agc fi
6751 1.36 agc if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6752 1.36 agc _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6753 1.36 agc else
6754 1.36 agc _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6755 1.36 agc fi
6756 1.36 agc if test "$DSYMUTIL" != ":"; then
6757 1.36 agc _lt_dsymutil='~$DSYMUTIL $lib || :'
6758 1.36 agc else
6759 1.36 agc _lt_dsymutil=
6760 1.36 agc fi
6761 1.36 agc ;;
6762 1.36 agc esac
6763 1.12 lukem
6764 1.12 lukem ac_ext=c
6765 1.12 lukem ac_cpp='$CPP $CPPFLAGS'
6766 1.12 lukem ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6767 1.12 lukem ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6768 1.12 lukem ac_compiler_gnu=$ac_cv_c_compiler_gnu
6769 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6770 1.36 agc $as_echo_n "checking how to run the C preprocessor... " >&6; }
6771 1.36 agc # On Suns, sometimes $CPP names a directory.
6772 1.36 agc if test -n "$CPP" && test -d "$CPP"; then
6773 1.36 agc CPP=
6774 1.36 agc fi
6775 1.36 agc if test -z "$CPP"; then
6776 1.39 agc if ${ac_cv_prog_CPP+:} false; then :
6777 1.36 agc $as_echo_n "(cached) " >&6
6778 1.36 agc else
6779 1.36 agc # Double quotes because CPP needs to be expanded
6780 1.36 agc for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6781 1.36 agc do
6782 1.36 agc ac_preproc_ok=false
6783 1.36 agc for ac_c_preproc_warn_flag in '' yes
6784 1.36 agc do
6785 1.36 agc # Use a header file that comes with gcc, so configuring glibc
6786 1.36 agc # with a fresh cross-compiler works.
6787 1.36 agc # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6788 1.36 agc # <limits.h> exists even on freestanding compilers.
6789 1.36 agc # On the NeXT, cc -E runs the code through the compiler's parser,
6790 1.36 agc # not just through cpp. "Syntax error" is here to catch this case.
6791 1.39 agc cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6792 1.36 agc /* end confdefs.h. */
6793 1.36 agc #ifdef __STDC__
6794 1.36 agc # include <limits.h>
6795 1.36 agc #else
6796 1.36 agc # include <assert.h>
6797 1.36 agc #endif
6798 1.36 agc Syntax error
6799 1.36 agc _ACEOF
6800 1.39 agc if ac_fn_c_try_cpp "$LINENO"; then :
6801 1.39 agc
6802 1.36 agc else
6803 1.36 agc # Broken: fails on valid input.
6804 1.36 agc continue
6805 1.36 agc fi
6806 1.39 agc rm -f conftest.err conftest.i conftest.$ac_ext
6807 1.12 lukem
6808 1.36 agc # OK, works on sane cases. Now check whether nonexistent headers
6809 1.36 agc # can be detected and how.
6810 1.39 agc cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6811 1.36 agc /* end confdefs.h. */
6812 1.36 agc #include <ac_nonexistent.h>
6813 1.36 agc _ACEOF
6814 1.39 agc if ac_fn_c_try_cpp "$LINENO"; then :
6815 1.36 agc # Broken: success on invalid input.
6816 1.36 agc continue
6817 1.36 agc else
6818 1.36 agc # Passes both tests.
6819 1.36 agc ac_preproc_ok=:
6820 1.36 agc break
6821 1.36 agc fi
6822 1.39 agc rm -f conftest.err conftest.i conftest.$ac_ext
6823 1.12 lukem
6824 1.36 agc done
6825 1.36 agc # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6826 1.39 agc rm -f conftest.i conftest.err conftest.$ac_ext
6827 1.39 agc if $ac_preproc_ok; then :
6828 1.36 agc break
6829 1.36 agc fi
6830 1.12 lukem
6831 1.36 agc done
6832 1.36 agc ac_cv_prog_CPP=$CPP
6833 1.12 lukem
6834 1.36 agc fi
6835 1.36 agc CPP=$ac_cv_prog_CPP
6836 1.36 agc else
6837 1.36 agc ac_cv_prog_CPP=$CPP
6838 1.36 agc fi
6839 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6840 1.36 agc $as_echo "$CPP" >&6; }
6841 1.36 agc ac_preproc_ok=false
6842 1.36 agc for ac_c_preproc_warn_flag in '' yes
6843 1.36 agc do
6844 1.36 agc # Use a header file that comes with gcc, so configuring glibc
6845 1.36 agc # with a fresh cross-compiler works.
6846 1.36 agc # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6847 1.36 agc # <limits.h> exists even on freestanding compilers.
6848 1.36 agc # On the NeXT, cc -E runs the code through the compiler's parser,
6849 1.36 agc # not just through cpp. "Syntax error" is here to catch this case.
6850 1.39 agc cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6851 1.36 agc /* end confdefs.h. */
6852 1.36 agc #ifdef __STDC__
6853 1.36 agc # include <limits.h>
6854 1.36 agc #else
6855 1.36 agc # include <assert.h>
6856 1.36 agc #endif
6857 1.36 agc Syntax error
6858 1.36 agc _ACEOF
6859 1.39 agc if ac_fn_c_try_cpp "$LINENO"; then :
6860 1.39 agc
6861 1.39 agc else
6862 1.39 agc # Broken: fails on valid input.
6863 1.36 agc continue
6864 1.36 agc fi
6865 1.39 agc rm -f conftest.err conftest.i conftest.$ac_ext
6866 1.12 lukem
6867 1.36 agc # OK, works on sane cases. Now check whether nonexistent headers
6868 1.36 agc # can be detected and how.
6869 1.39 agc cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6870 1.36 agc /* end confdefs.h. */
6871 1.36 agc #include <ac_nonexistent.h>
6872 1.36 agc _ACEOF
6873 1.39 agc if ac_fn_c_try_cpp "$LINENO"; then :
6874 1.36 agc # Broken: success on invalid input.
6875 1.36 agc continue
6876 1.36 agc else
6877 1.36 agc # Passes both tests.
6878 1.36 agc ac_preproc_ok=:
6879 1.36 agc break
6880 1.36 agc fi
6881 1.39 agc rm -f conftest.err conftest.i conftest.$ac_ext
6882 1.12 lukem
6883 1.36 agc done
6884 1.36 agc # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6885 1.39 agc rm -f conftest.i conftest.err conftest.$ac_ext
6886 1.39 agc if $ac_preproc_ok; then :
6887 1.39 agc
6888 1.36 agc else
6889 1.39 agc { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6890 1.36 agc $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6891 1.39 agc as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
6892 1.39 agc See \`config.log' for more details" "$LINENO" 5; }
6893 1.36 agc fi
6894 1.12 lukem
6895 1.36 agc ac_ext=c
6896 1.36 agc ac_cpp='$CPP $CPPFLAGS'
6897 1.36 agc ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6898 1.36 agc ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6899 1.36 agc ac_compiler_gnu=$ac_cv_c_compiler_gnu
6900 1.12 lukem
6901 1.12 lukem
6902 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6903 1.36 agc $as_echo_n "checking for ANSI C header files... " >&6; }
6904 1.39 agc if ${ac_cv_header_stdc+:} false; then :
6905 1.12 lukem $as_echo_n "(cached) " >&6
6906 1.12 lukem else
6907 1.39 agc cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6908 1.36 agc /* end confdefs.h. */
6909 1.36 agc #include <stdlib.h>
6910 1.36 agc #include <stdarg.h>
6911 1.36 agc #include <string.h>
6912 1.36 agc #include <float.h>
6913 1.12 lukem
6914 1.36 agc int
6915 1.36 agc main ()
6916 1.36 agc {
6917 1.12 lukem
6918 1.36 agc ;
6919 1.36 agc return 0;
6920 1.36 agc }
6921 1.36 agc _ACEOF
6922 1.39 agc if ac_fn_c_try_compile "$LINENO"; then :
6923 1.36 agc ac_cv_header_stdc=yes
6924 1.12 lukem else
6925 1.39 agc ac_cv_header_stdc=no
6926 1.12 lukem fi
6927 1.36 agc rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6928 1.12 lukem
6929 1.36 agc if test $ac_cv_header_stdc = yes; then
6930 1.36 agc # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6931 1.39 agc cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6932 1.36 agc /* end confdefs.h. */
6933 1.36 agc #include <string.h>
6934 1.12 lukem
6935 1.36 agc _ACEOF
6936 1.36 agc if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6937 1.39 agc $EGREP "memchr" >/dev/null 2>&1; then :
6938 1.39 agc
6939 1.36 agc else
6940 1.36 agc ac_cv_header_stdc=no
6941 1.36 agc fi
6942 1.36 agc rm -f conftest*
6943 1.36 agc
6944 1.36 agc fi
6945 1.12 lukem
6946 1.36 agc if test $ac_cv_header_stdc = yes; then
6947 1.36 agc # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6948 1.39 agc cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6949 1.36 agc /* end confdefs.h. */
6950 1.36 agc #include <stdlib.h>
6951 1.12 lukem
6952 1.36 agc _ACEOF
6953 1.36 agc if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6954 1.39 agc $EGREP "free" >/dev/null 2>&1; then :
6955 1.39 agc
6956 1.36 agc else
6957 1.36 agc ac_cv_header_stdc=no
6958 1.36 agc fi
6959 1.36 agc rm -f conftest*
6960 1.12 lukem
6961 1.36 agc fi
6962 1.12 lukem
6963 1.36 agc if test $ac_cv_header_stdc = yes; then
6964 1.36 agc # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6965 1.39 agc if test "$cross_compiling" = yes; then :
6966 1.36 agc :
6967 1.36 agc else
6968 1.39 agc cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6969 1.36 agc /* end confdefs.h. */
6970 1.36 agc #include <ctype.h>
6971 1.36 agc #include <stdlib.h>
6972 1.36 agc #if ((' ' & 0x0FF) == 0x020)
6973 1.36 agc # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6974 1.36 agc # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6975 1.36 agc #else
6976 1.36 agc # define ISLOWER(c) \
6977 1.36 agc (('a' <= (c) && (c) <= 'i') \
6978 1.36 agc || ('j' <= (c) && (c) <= 'r') \
6979 1.36 agc || ('s' <= (c) && (c) <= 'z'))
6980 1.36 agc # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6981 1.36 agc #endif
6982 1.12 lukem
6983 1.36 agc #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6984 1.36 agc int
6985 1.36 agc main ()
6986 1.36 agc {
6987 1.36 agc int i;
6988 1.36 agc for (i = 0; i < 256; i++)
6989 1.36 agc if (XOR (islower (i), ISLOWER (i))
6990 1.36 agc || toupper (i) != TOUPPER (i))
6991 1.36 agc return 2;
6992 1.36 agc return 0;
6993 1.36 agc }
6994 1.36 agc _ACEOF
6995 1.39 agc if ac_fn_c_try_run "$LINENO"; then :
6996 1.39 agc
6997 1.36 agc else
6998 1.39 agc ac_cv_header_stdc=no
6999 1.36 agc fi
7000 1.39 agc rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
7001 1.39 agc conftest.$ac_objext conftest.beam conftest.$ac_ext
7002 1.36 agc fi
7003 1.12 lukem
7004 1.36 agc fi
7005 1.36 agc fi
7006 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
7007 1.36 agc $as_echo "$ac_cv_header_stdc" >&6; }
7008 1.36 agc if test $ac_cv_header_stdc = yes; then
7009 1.12 lukem
7010 1.39 agc $as_echo "#define STDC_HEADERS 1" >>confdefs.h
7011 1.12 lukem
7012 1.36 agc fi
7013 1.12 lukem
7014 1.36 agc # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7015 1.36 agc for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7016 1.36 agc inttypes.h stdint.h unistd.h
7017 1.39 agc do :
7018 1.39 agc as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7019 1.39 agc ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
7020 1.39 agc "
7021 1.39 agc if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7022 1.36 agc cat >>confdefs.h <<_ACEOF
7023 1.36 agc #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7024 1.36 agc _ACEOF
7025 1.12 lukem
7026 1.36 agc fi
7027 1.12 lukem
7028 1.36 agc done
7029 1.12 lukem
7030 1.12 lukem
7031 1.36 agc for ac_header in dlfcn.h
7032 1.39 agc do :
7033 1.39 agc ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7034 1.39 agc "
7035 1.39 agc if test "x$ac_cv_header_dlfcn_h" = xyes; then :
7036 1.36 agc cat >>confdefs.h <<_ACEOF
7037 1.39 agc #define HAVE_DLFCN_H 1
7038 1.36 agc _ACEOF
7039 1.12 lukem
7040 1.12 lukem fi
7041 1.12 lukem
7042 1.36 agc done
7043 1.36 agc
7044 1.36 agc
7045 1.12 lukem
7046 1.36 agc # Set options
7047 1.12 lukem
7048 1.12 lukem
7049 1.12 lukem
7050 1.36 agc enable_dlopen=no
7051 1.12 lukem
7052 1.12 lukem
7053 1.36 agc enable_win32_dll=no
7054 1.12 lukem
7055 1.12 lukem
7056 1.36 agc # Check whether --enable-shared was given.
7057 1.39 agc if test "${enable_shared+set}" = set; then :
7058 1.36 agc enableval=$enable_shared; p=${PACKAGE-default}
7059 1.36 agc case $enableval in
7060 1.36 agc yes) enable_shared=yes ;;
7061 1.36 agc no) enable_shared=no ;;
7062 1.36 agc *)
7063 1.36 agc enable_shared=no
7064 1.36 agc # Look at the argument we got. We use all the common list separators.
7065 1.36 agc lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7066 1.36 agc for pkg in $enableval; do
7067 1.36 agc IFS="$lt_save_ifs"
7068 1.36 agc if test "X$pkg" = "X$p"; then
7069 1.36 agc enable_shared=yes
7070 1.36 agc fi
7071 1.36 agc done
7072 1.36 agc IFS="$lt_save_ifs"
7073 1.36 agc ;;
7074 1.36 agc esac
7075 1.12 lukem else
7076 1.36 agc enable_shared=yes
7077 1.12 lukem fi
7078 1.12 lukem
7079 1.12 lukem
7080 1.12 lukem
7081 1.12 lukem
7082 1.12 lukem
7083 1.12 lukem
7084 1.12 lukem
7085 1.12 lukem
7086 1.36 agc
7087 1.36 agc # Check whether --enable-static was given.
7088 1.39 agc if test "${enable_static+set}" = set; then :
7089 1.36 agc enableval=$enable_static; p=${PACKAGE-default}
7090 1.36 agc case $enableval in
7091 1.36 agc yes) enable_static=yes ;;
7092 1.36 agc no) enable_static=no ;;
7093 1.36 agc *)
7094 1.36 agc enable_static=no
7095 1.36 agc # Look at the argument we got. We use all the common list separators.
7096 1.36 agc lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7097 1.36 agc for pkg in $enableval; do
7098 1.36 agc IFS="$lt_save_ifs"
7099 1.36 agc if test "X$pkg" = "X$p"; then
7100 1.36 agc enable_static=yes
7101 1.36 agc fi
7102 1.36 agc done
7103 1.36 agc IFS="$lt_save_ifs"
7104 1.12 lukem ;;
7105 1.36 agc esac
7106 1.36 agc else
7107 1.36 agc enable_static=yes
7108 1.36 agc fi
7109 1.36 agc
7110 1.12 lukem
7111 1.12 lukem
7112 1.12 lukem
7113 1.12 lukem
7114 1.12 lukem
7115 1.12 lukem
7116 1.12 lukem
7117 1.12 lukem
7118 1.12 lukem
7119 1.36 agc # Check whether --with-pic was given.
7120 1.39 agc if test "${with_pic+set}" = set; then :
7121 1.36 agc withval=$with_pic; pic_mode="$withval"
7122 1.36 agc else
7123 1.36 agc pic_mode=default
7124 1.36 agc fi
7125 1.12 lukem
7126 1.12 lukem
7127 1.36 agc test -z "$pic_mode" && pic_mode=default
7128 1.36 agc
7129 1.12 lukem
7130 1.12 lukem
7131 1.12 lukem
7132 1.12 lukem
7133 1.12 lukem
7134 1.12 lukem
7135 1.36 agc # Check whether --enable-fast-install was given.
7136 1.39 agc if test "${enable_fast_install+set}" = set; then :
7137 1.36 agc enableval=$enable_fast_install; p=${PACKAGE-default}
7138 1.36 agc case $enableval in
7139 1.36 agc yes) enable_fast_install=yes ;;
7140 1.36 agc no) enable_fast_install=no ;;
7141 1.12 lukem *)
7142 1.36 agc enable_fast_install=no
7143 1.36 agc # Look at the argument we got. We use all the common list separators.
7144 1.36 agc lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7145 1.36 agc for pkg in $enableval; do
7146 1.36 agc IFS="$lt_save_ifs"
7147 1.36 agc if test "X$pkg" = "X$p"; then
7148 1.36 agc enable_fast_install=yes
7149 1.36 agc fi
7150 1.36 agc done
7151 1.36 agc IFS="$lt_save_ifs"
7152 1.12 lukem ;;
7153 1.12 lukem esac
7154 1.36 agc else
7155 1.36 agc enable_fast_install=yes
7156 1.36 agc fi
7157 1.36 agc
7158 1.36 agc
7159 1.12 lukem
7160 1.12 lukem
7161 1.12 lukem
7162 1.12 lukem
7163 1.12 lukem
7164 1.12 lukem
7165 1.12 lukem
7166 1.12 lukem
7167 1.12 lukem
7168 1.36 agc # This can be used to rebuild libtool when needed
7169 1.36 agc LIBTOOL_DEPS="$ltmain"
7170 1.12 lukem
7171 1.36 agc # Always use our own libtool.
7172 1.36 agc LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7173 1.12 lukem
7174 1.12 lukem
7175 1.12 lukem
7176 1.12 lukem
7177 1.12 lukem
7178 1.12 lukem
7179 1.12 lukem
7180 1.12 lukem
7181 1.12 lukem
7182 1.12 lukem
7183 1.12 lukem
7184 1.12 lukem
7185 1.12 lukem
7186 1.12 lukem
7187 1.12 lukem
7188 1.12 lukem
7189 1.12 lukem
7190 1.12 lukem
7191 1.12 lukem
7192 1.12 lukem
7193 1.12 lukem
7194 1.12 lukem
7195 1.12 lukem
7196 1.12 lukem
7197 1.12 lukem
7198 1.36 agc test -z "$LN_S" && LN_S="ln -s"
7199 1.12 lukem
7200 1.12 lukem
7201 1.12 lukem
7202 1.12 lukem
7203 1.12 lukem
7204 1.12 lukem
7205 1.12 lukem
7206 1.12 lukem
7207 1.12 lukem
7208 1.12 lukem
7209 1.12 lukem
7210 1.12 lukem
7211 1.12 lukem
7212 1.12 lukem
7213 1.36 agc if test -n "${ZSH_VERSION+set}" ; then
7214 1.36 agc setopt NO_GLOB_SUBST
7215 1.36 agc fi
7216 1.36 agc
7217 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7218 1.36 agc $as_echo_n "checking for objdir... " >&6; }
7219 1.39 agc if ${lt_cv_objdir+:} false; then :
7220 1.36 agc $as_echo_n "(cached) " >&6
7221 1.36 agc else
7222 1.36 agc rm -f .libs 2>/dev/null
7223 1.36 agc mkdir .libs 2>/dev/null
7224 1.36 agc if test -d .libs; then
7225 1.36 agc lt_cv_objdir=.libs
7226 1.36 agc else
7227 1.36 agc # MS-DOS does not allow filenames that begin with a dot.
7228 1.36 agc lt_cv_objdir=_libs
7229 1.36 agc fi
7230 1.36 agc rmdir .libs 2>/dev/null
7231 1.36 agc fi
7232 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7233 1.36 agc $as_echo "$lt_cv_objdir" >&6; }
7234 1.36 agc objdir=$lt_cv_objdir
7235 1.36 agc
7236 1.36 agc
7237 1.36 agc
7238 1.36 agc
7239 1.36 agc
7240 1.36 agc cat >>confdefs.h <<_ACEOF
7241 1.36 agc #define LT_OBJDIR "$lt_cv_objdir/"
7242 1.36 agc _ACEOF
7243 1.36 agc
7244 1.36 agc
7245 1.36 agc
7246 1.36 agc
7247 1.12 lukem
7248 1.12 lukem
7249 1.12 lukem
7250 1.12 lukem
7251 1.12 lukem
7252 1.12 lukem
7253 1.12 lukem
7254 1.12 lukem
7255 1.12 lukem
7256 1.12 lukem
7257 1.12 lukem
7258 1.12 lukem
7259 1.12 lukem
7260 1.36 agc case $host_os in
7261 1.36 agc aix3*)
7262 1.36 agc # AIX sometimes has problems with the GCC collect2 program. For some
7263 1.36 agc # reason, if we set the COLLECT_NAMES environment variable, the problems
7264 1.36 agc # vanish in a puff of smoke.
7265 1.36 agc if test "X${COLLECT_NAMES+set}" != Xset; then
7266 1.36 agc COLLECT_NAMES=
7267 1.36 agc export COLLECT_NAMES
7268 1.12 lukem fi
7269 1.12 lukem ;;
7270 1.12 lukem esac
7271 1.12 lukem
7272 1.36 agc # Sed substitution that helps us do robust quoting. It backslashifies
7273 1.36 agc # metacharacters that are still active within double-quoted strings.
7274 1.36 agc sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
7275 1.36 agc
7276 1.36 agc # Same as above, but do not quote variable references.
7277 1.36 agc double_quote_subst='s/\(["`\\]\)/\\\1/g'
7278 1.36 agc
7279 1.36 agc # Sed substitution to delay expansion of an escaped shell variable in a
7280 1.36 agc # double_quote_subst'ed string.
7281 1.36 agc delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
7282 1.36 agc
7283 1.36 agc # Sed substitution to delay expansion of an escaped single quote.
7284 1.36 agc delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
7285 1.12 lukem
7286 1.36 agc # Sed substitution to avoid accidental globbing in evaled expressions
7287 1.36 agc no_glob_subst='s/\*/\\\*/g'
7288 1.12 lukem
7289 1.36 agc # Global variables:
7290 1.36 agc ofile=libtool
7291 1.36 agc can_build_shared=yes
7292 1.12 lukem
7293 1.36 agc # All known linkers require a `.a' archive for static linking (except MSVC,
7294 1.36 agc # which needs '.lib').
7295 1.36 agc libext=a
7296 1.12 lukem
7297 1.36 agc with_gnu_ld="$lt_cv_prog_gnu_ld"
7298 1.36 agc
7299 1.36 agc old_CC="$CC"
7300 1.36 agc old_CFLAGS="$CFLAGS"
7301 1.36 agc
7302 1.36 agc # Set sane defaults for various variables
7303 1.36 agc test -z "$CC" && CC=cc
7304 1.36 agc test -z "$LTCC" && LTCC=$CC
7305 1.36 agc test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7306 1.36 agc test -z "$LD" && LD=ld
7307 1.36 agc test -z "$ac_objext" && ac_objext=o
7308 1.36 agc
7309 1.36 agc for cc_temp in $compiler""; do
7310 1.36 agc case $cc_temp in
7311 1.36 agc compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7312 1.36 agc distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7313 1.36 agc \-*) ;;
7314 1.36 agc *) break;;
7315 1.36 agc esac
7316 1.36 agc done
7317 1.36 agc cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
7318 1.12 lukem
7319 1.12 lukem
7320 1.36 agc # Only perform the check for file, if the check method requires it
7321 1.36 agc test -z "$MAGIC_CMD" && MAGIC_CMD=file
7322 1.36 agc case $deplibs_check_method in
7323 1.36 agc file_magic*)
7324 1.36 agc if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7325 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7326 1.36 agc $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7327 1.39 agc if ${lt_cv_path_MAGIC_CMD+:} false; then :
7328 1.36 agc $as_echo_n "(cached) " >&6
7329 1.36 agc else
7330 1.36 agc case $MAGIC_CMD in
7331 1.36 agc [\\/*] | ?:[\\/]*)
7332 1.36 agc lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7333 1.12 lukem ;;
7334 1.36 agc *)
7335 1.36 agc lt_save_MAGIC_CMD="$MAGIC_CMD"
7336 1.36 agc lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7337 1.36 agc ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7338 1.36 agc for ac_dir in $ac_dummy; do
7339 1.36 agc IFS="$lt_save_ifs"
7340 1.36 agc test -z "$ac_dir" && ac_dir=.
7341 1.36 agc if test -f $ac_dir/${ac_tool_prefix}file; then
7342 1.36 agc lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7343 1.36 agc if test -n "$file_magic_test_file"; then
7344 1.36 agc case $deplibs_check_method in
7345 1.36 agc "file_magic "*)
7346 1.36 agc file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7347 1.36 agc MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7348 1.36 agc if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7349 1.36 agc $EGREP "$file_magic_regex" > /dev/null; then
7350 1.36 agc :
7351 1.36 agc else
7352 1.36 agc cat <<_LT_EOF 1>&2
7353 1.12 lukem
7354 1.36 agc *** Warning: the command libtool uses to detect shared libraries,
7355 1.36 agc *** $file_magic_cmd, produces output that libtool cannot recognize.
7356 1.36 agc *** The result is that libtool may fail to recognize shared libraries
7357 1.36 agc *** as such. This will affect the creation of libtool libraries that
7358 1.36 agc *** depend on shared libraries, but programs linked with such libtool
7359 1.36 agc *** libraries will work regardless of this problem. Nevertheless, you
7360 1.36 agc *** may want to report the problem to your system manager and/or to
7361 1.36 agc *** bug-libtool@gnu.org
7362 1.12 lukem
7363 1.36 agc _LT_EOF
7364 1.36 agc fi ;;
7365 1.36 agc esac
7366 1.36 agc fi
7367 1.36 agc break
7368 1.36 agc fi
7369 1.36 agc done
7370 1.36 agc IFS="$lt_save_ifs"
7371 1.36 agc MAGIC_CMD="$lt_save_MAGIC_CMD"
7372 1.12 lukem ;;
7373 1.36 agc esac
7374 1.36 agc fi
7375 1.12 lukem
7376 1.36 agc MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7377 1.36 agc if test -n "$MAGIC_CMD"; then
7378 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7379 1.36 agc $as_echo "$MAGIC_CMD" >&6; }
7380 1.36 agc else
7381 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7382 1.36 agc $as_echo "no" >&6; }
7383 1.36 agc fi
7384 1.12 lukem
7385 1.12 lukem
7386 1.12 lukem
7387 1.12 lukem
7388 1.12 lukem
7389 1.36 agc if test -z "$lt_cv_path_MAGIC_CMD"; then
7390 1.36 agc if test -n "$ac_tool_prefix"; then
7391 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7392 1.36 agc $as_echo_n "checking for file... " >&6; }
7393 1.39 agc if ${lt_cv_path_MAGIC_CMD+:} false; then :
7394 1.36 agc $as_echo_n "(cached) " >&6
7395 1.36 agc else
7396 1.36 agc case $MAGIC_CMD in
7397 1.36 agc [\\/*] | ?:[\\/]*)
7398 1.36 agc lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7399 1.12 lukem ;;
7400 1.36 agc *)
7401 1.36 agc lt_save_MAGIC_CMD="$MAGIC_CMD"
7402 1.36 agc lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7403 1.36 agc ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7404 1.36 agc for ac_dir in $ac_dummy; do
7405 1.36 agc IFS="$lt_save_ifs"
7406 1.36 agc test -z "$ac_dir" && ac_dir=.
7407 1.36 agc if test -f $ac_dir/file; then
7408 1.36 agc lt_cv_path_MAGIC_CMD="$ac_dir/file"
7409 1.36 agc if test -n "$file_magic_test_file"; then
7410 1.36 agc case $deplibs_check_method in
7411 1.36 agc "file_magic "*)
7412 1.36 agc file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7413 1.36 agc MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7414 1.36 agc if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7415 1.36 agc $EGREP "$file_magic_regex" > /dev/null; then
7416 1.36 agc :
7417 1.36 agc else
7418 1.36 agc cat <<_LT_EOF 1>&2
7419 1.36 agc
7420 1.36 agc *** Warning: the command libtool uses to detect shared libraries,
7421 1.36 agc *** $file_magic_cmd, produces output that libtool cannot recognize.
7422 1.36 agc *** The result is that libtool may fail to recognize shared libraries
7423 1.36 agc *** as such. This will affect the creation of libtool libraries that
7424 1.36 agc *** depend on shared libraries, but programs linked with such libtool
7425 1.36 agc *** libraries will work regardless of this problem. Nevertheless, you
7426 1.36 agc *** may want to report the problem to your system manager and/or to
7427 1.36 agc *** bug-libtool@gnu.org
7428 1.12 lukem
7429 1.36 agc _LT_EOF
7430 1.36 agc fi ;;
7431 1.36 agc esac
7432 1.36 agc fi
7433 1.36 agc break
7434 1.36 agc fi
7435 1.36 agc done
7436 1.36 agc IFS="$lt_save_ifs"
7437 1.36 agc MAGIC_CMD="$lt_save_MAGIC_CMD"
7438 1.12 lukem ;;
7439 1.36 agc esac
7440 1.36 agc fi
7441 1.36 agc
7442 1.36 agc MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7443 1.36 agc if test -n "$MAGIC_CMD"; then
7444 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7445 1.36 agc $as_echo "$MAGIC_CMD" >&6; }
7446 1.36 agc else
7447 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7448 1.36 agc $as_echo "no" >&6; }
7449 1.36 agc fi
7450 1.12 lukem
7451 1.12 lukem
7452 1.12 lukem else
7453 1.36 agc MAGIC_CMD=:
7454 1.12 lukem fi
7455 1.36 agc fi
7456 1.12 lukem
7457 1.36 agc fi
7458 1.12 lukem ;;
7459 1.36 agc esac
7460 1.12 lukem
7461 1.36 agc # Use C for the default configuration in the libtool script
7462 1.12 lukem
7463 1.36 agc lt_save_CC="$CC"
7464 1.36 agc ac_ext=c
7465 1.36 agc ac_cpp='$CPP $CPPFLAGS'
7466 1.36 agc ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7467 1.36 agc ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7468 1.36 agc ac_compiler_gnu=$ac_cv_c_compiler_gnu
7469 1.12 lukem
7470 1.12 lukem
7471 1.36 agc # Source file extension for C test sources.
7472 1.36 agc ac_ext=c
7473 1.12 lukem
7474 1.36 agc # Object file extension for compiled C test sources.
7475 1.36 agc objext=o
7476 1.36 agc objext=$objext
7477 1.12 lukem
7478 1.36 agc # Code to be used in simple compile tests
7479 1.36 agc lt_simple_compile_test_code="int some_variable = 0;"
7480 1.12 lukem
7481 1.36 agc # Code to be used in simple link tests
7482 1.36 agc lt_simple_link_test_code='int main(){return(0);}'
7483 1.12 lukem
7484 1.12 lukem
7485 1.12 lukem
7486 1.12 lukem
7487 1.12 lukem
7488 1.12 lukem
7489 1.12 lukem
7490 1.36 agc # If no C compiler was specified, use CC.
7491 1.36 agc LTCC=${LTCC-"$CC"}
7492 1.12 lukem
7493 1.36 agc # If no C compiler flags were specified, use CFLAGS.
7494 1.36 agc LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7495 1.36 agc
7496 1.36 agc # Allow CC to be a program name with arguments.
7497 1.36 agc compiler=$CC
7498 1.12 lukem
7499 1.36 agc # Save the default compiler, since it gets overwritten when the other
7500 1.36 agc # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7501 1.36 agc compiler_DEFAULT=$CC
7502 1.12 lukem
7503 1.36 agc # save warnings/boilerplate of simple test code
7504 1.36 agc ac_outfile=conftest.$ac_objext
7505 1.36 agc echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7506 1.36 agc eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7507 1.36 agc _lt_compiler_boilerplate=`cat conftest.err`
7508 1.36 agc $RM conftest*
7509 1.12 lukem
7510 1.36 agc ac_outfile=conftest.$ac_objext
7511 1.36 agc echo "$lt_simple_link_test_code" >conftest.$ac_ext
7512 1.36 agc eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7513 1.36 agc _lt_linker_boilerplate=`cat conftest.err`
7514 1.36 agc $RM -r conftest*
7515 1.12 lukem
7516 1.12 lukem
7517 1.36 agc if test -n "$compiler"; then
7518 1.12 lukem
7519 1.36 agc lt_prog_compiler_no_builtin_flag=
7520 1.12 lukem
7521 1.12 lukem if test "$GCC" = yes; then
7522 1.36 agc lt_prog_compiler_no_builtin_flag=' -fno-builtin'
7523 1.12 lukem
7524 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7525 1.36 agc $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
7526 1.39 agc if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
7527 1.36 agc $as_echo_n "(cached) " >&6
7528 1.12 lukem else
7529 1.36 agc lt_cv_prog_compiler_rtti_exceptions=no
7530 1.36 agc ac_outfile=conftest.$ac_objext
7531 1.36 agc echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7532 1.36 agc lt_compiler_flag="-fno-rtti -fno-exceptions"
7533 1.36 agc # Insert the option either (1) after the last *FLAGS variable, or
7534 1.36 agc # (2) before a word containing "conftest.", or (3) at the end.
7535 1.36 agc # Note that $ac_compile itself does not contain backslashes and begins
7536 1.36 agc # with a dollar sign (not a hyphen), so the echo should work correctly.
7537 1.36 agc # The option is referenced via a variable to avoid confusing sed.
7538 1.36 agc lt_compile=`echo "$ac_compile" | $SED \
7539 1.36 agc -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7540 1.36 agc -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7541 1.36 agc -e 's:$: $lt_compiler_flag:'`
7542 1.42 agc (eval echo "\"\$as_me:7542: $lt_compile\"" >&5)
7543 1.36 agc (eval "$lt_compile" 2>conftest.err)
7544 1.36 agc ac_status=$?
7545 1.36 agc cat conftest.err >&5
7546 1.42 agc echo "$as_me:7546: \$? = $ac_status" >&5
7547 1.36 agc if (exit $ac_status) && test -s "$ac_outfile"; then
7548 1.36 agc # The compiler can only warn and ignore the option if not recognized
7549 1.36 agc # So say no if there are warnings other than the usual output.
7550 1.36 agc $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
7551 1.36 agc $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7552 1.36 agc if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7553 1.36 agc lt_cv_prog_compiler_rtti_exceptions=yes
7554 1.36 agc fi
7555 1.36 agc fi
7556 1.36 agc $RM conftest*
7557 1.12 lukem
7558 1.12 lukem fi
7559 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7560 1.36 agc $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7561 1.12 lukem
7562 1.36 agc if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7563 1.36 agc lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7564 1.12 lukem else
7565 1.36 agc :
7566 1.12 lukem fi
7567 1.36 agc
7568 1.12 lukem fi
7569 1.12 lukem
7570 1.12 lukem
7571 1.12 lukem
7572 1.12 lukem
7573 1.12 lukem
7574 1.12 lukem
7575 1.36 agc lt_prog_compiler_wl=
7576 1.36 agc lt_prog_compiler_pic=
7577 1.36 agc lt_prog_compiler_static=
7578 1.36 agc
7579 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7580 1.36 agc $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7581 1.36 agc
7582 1.36 agc if test "$GCC" = yes; then
7583 1.36 agc lt_prog_compiler_wl='-Wl,'
7584 1.36 agc lt_prog_compiler_static='-static'
7585 1.36 agc
7586 1.36 agc case $host_os in
7587 1.36 agc aix*)
7588 1.36 agc # All AIX code is PIC.
7589 1.36 agc if test "$host_cpu" = ia64; then
7590 1.36 agc # AIX 5 now supports IA64 processor
7591 1.36 agc lt_prog_compiler_static='-Bstatic'
7592 1.36 agc fi
7593 1.36 agc ;;
7594 1.36 agc
7595 1.36 agc amigaos*)
7596 1.36 agc case $host_cpu in
7597 1.36 agc powerpc)
7598 1.36 agc # see comment about AmigaOS4 .so support
7599 1.36 agc lt_prog_compiler_pic='-fPIC'
7600 1.36 agc ;;
7601 1.36 agc m68k)
7602 1.36 agc # FIXME: we need at least 68020 code to build shared libraries, but
7603 1.36 agc # adding the `-m68020' flag to GCC prevents building anything better,
7604 1.36 agc # like `-m68040'.
7605 1.36 agc lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7606 1.36 agc ;;
7607 1.36 agc esac
7608 1.36 agc ;;
7609 1.36 agc
7610 1.36 agc beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7611 1.36 agc # PIC is the default for these OSes.
7612 1.36 agc ;;
7613 1.36 agc
7614 1.36 agc mingw* | cygwin* | pw32* | os2* | cegcc*)
7615 1.36 agc # This hack is so that the source file can tell whether it is being
7616 1.36 agc # built for inclusion in a dll (and should export symbols for example).
7617 1.36 agc # Although the cygwin gcc ignores -fPIC, still need this for old-style
7618 1.36 agc # (--disable-auto-import) libraries
7619 1.36 agc lt_prog_compiler_pic='-DDLL_EXPORT'
7620 1.36 agc ;;
7621 1.36 agc
7622 1.36 agc darwin* | rhapsody*)
7623 1.36 agc # PIC is the default on this platform
7624 1.36 agc # Common symbols not allowed in MH_DYLIB files
7625 1.36 agc lt_prog_compiler_pic='-fno-common'
7626 1.36 agc ;;
7627 1.36 agc
7628 1.36 agc hpux*)
7629 1.36 agc # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7630 1.36 agc # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7631 1.36 agc # sets the default TLS model and affects inlining.
7632 1.36 agc case $host_cpu in
7633 1.36 agc hppa*64*)
7634 1.36 agc # +Z the default
7635 1.36 agc ;;
7636 1.36 agc *)
7637 1.36 agc lt_prog_compiler_pic='-fPIC'
7638 1.36 agc ;;
7639 1.36 agc esac
7640 1.36 agc ;;
7641 1.36 agc
7642 1.36 agc interix[3-9]*)
7643 1.36 agc # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7644 1.36 agc # Instead, we relocate shared libraries at runtime.
7645 1.36 agc ;;
7646 1.12 lukem
7647 1.36 agc msdosdjgpp*)
7648 1.36 agc # Just because we use GCC doesn't mean we suddenly get shared libraries
7649 1.36 agc # on systems that don't support them.
7650 1.36 agc lt_prog_compiler_can_build_shared=no
7651 1.36 agc enable_shared=no
7652 1.36 agc ;;
7653 1.12 lukem
7654 1.36 agc *nto* | *qnx*)
7655 1.36 agc # QNX uses GNU C++, but need to define -shared option too, otherwise
7656 1.36 agc # it will coredump.
7657 1.36 agc lt_prog_compiler_pic='-fPIC -shared'
7658 1.36 agc ;;
7659 1.12 lukem
7660 1.36 agc sysv4*MP*)
7661 1.36 agc if test -d /usr/nec; then
7662 1.36 agc lt_prog_compiler_pic=-Kconform_pic
7663 1.36 agc fi
7664 1.36 agc ;;
7665 1.12 lukem
7666 1.36 agc *)
7667 1.36 agc lt_prog_compiler_pic='-fPIC'
7668 1.36 agc ;;
7669 1.36 agc esac
7670 1.36 agc else
7671 1.36 agc # PORTME Check for flag to pass linker flags through the system compiler.
7672 1.36 agc case $host_os in
7673 1.36 agc aix*)
7674 1.36 agc lt_prog_compiler_wl='-Wl,'
7675 1.36 agc if test "$host_cpu" = ia64; then
7676 1.36 agc # AIX 5 now supports IA64 processor
7677 1.36 agc lt_prog_compiler_static='-Bstatic'
7678 1.36 agc else
7679 1.36 agc lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7680 1.36 agc fi
7681 1.36 agc ;;
7682 1.12 lukem
7683 1.36 agc mingw* | cygwin* | pw32* | os2* | cegcc*)
7684 1.36 agc # This hack is so that the source file can tell whether it is being
7685 1.36 agc # built for inclusion in a dll (and should export symbols for example).
7686 1.36 agc lt_prog_compiler_pic='-DDLL_EXPORT'
7687 1.36 agc ;;
7688 1.12 lukem
7689 1.36 agc hpux9* | hpux10* | hpux11*)
7690 1.36 agc lt_prog_compiler_wl='-Wl,'
7691 1.36 agc # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7692 1.36 agc # not for PA HP-UX.
7693 1.36 agc case $host_cpu in
7694 1.36 agc hppa*64*|ia64*)
7695 1.36 agc # +Z the default
7696 1.36 agc ;;
7697 1.36 agc *)
7698 1.36 agc lt_prog_compiler_pic='+Z'
7699 1.36 agc ;;
7700 1.36 agc esac
7701 1.36 agc # Is there a better lt_prog_compiler_static that works with the bundled CC?
7702 1.36 agc lt_prog_compiler_static='${wl}-a ${wl}archive'
7703 1.36 agc ;;
7704 1.12 lukem
7705 1.36 agc irix5* | irix6* | nonstopux*)
7706 1.36 agc lt_prog_compiler_wl='-Wl,'
7707 1.36 agc # PIC (with -KPIC) is the default.
7708 1.36 agc lt_prog_compiler_static='-non_shared'
7709 1.36 agc ;;
7710 1.12 lukem
7711 1.36 agc linux* | k*bsd*-gnu)
7712 1.36 agc case $cc_basename in
7713 1.36 agc # old Intel for x86_64 which still supported -KPIC.
7714 1.36 agc ecc*)
7715 1.36 agc lt_prog_compiler_wl='-Wl,'
7716 1.36 agc lt_prog_compiler_pic='-KPIC'
7717 1.36 agc lt_prog_compiler_static='-static'
7718 1.36 agc ;;
7719 1.36 agc # icc used to be incompatible with GCC.
7720 1.36 agc # ICC 10 doesn't accept -KPIC any more.
7721 1.36 agc icc* | ifort*)
7722 1.36 agc lt_prog_compiler_wl='-Wl,'
7723 1.36 agc lt_prog_compiler_pic='-fPIC'
7724 1.36 agc lt_prog_compiler_static='-static'
7725 1.36 agc ;;
7726 1.36 agc # Lahey Fortran 8.1.
7727 1.36 agc lf95*)
7728 1.36 agc lt_prog_compiler_wl='-Wl,'
7729 1.36 agc lt_prog_compiler_pic='--shared'
7730 1.36 agc lt_prog_compiler_static='--static'
7731 1.36 agc ;;
7732 1.36 agc pgcc* | pgf77* | pgf90* | pgf95*)
7733 1.36 agc # Portland Group compilers (*not* the Pentium gcc compiler,
7734 1.36 agc # which looks to be a dead project)
7735 1.36 agc lt_prog_compiler_wl='-Wl,'
7736 1.36 agc lt_prog_compiler_pic='-fpic'
7737 1.36 agc lt_prog_compiler_static='-Bstatic'
7738 1.36 agc ;;
7739 1.36 agc ccc*)
7740 1.36 agc lt_prog_compiler_wl='-Wl,'
7741 1.36 agc # All Alpha code is PIC.
7742 1.36 agc lt_prog_compiler_static='-non_shared'
7743 1.36 agc ;;
7744 1.36 agc xl*)
7745 1.36 agc # IBM XL C 8.0/Fortran 10.1 on PPC
7746 1.36 agc lt_prog_compiler_wl='-Wl,'
7747 1.36 agc lt_prog_compiler_pic='-qpic'
7748 1.36 agc lt_prog_compiler_static='-qstaticlink'
7749 1.36 agc ;;
7750 1.36 agc *)
7751 1.36 agc case `$CC -V 2>&1 | sed 5q` in
7752 1.36 agc *Sun\ C*)
7753 1.36 agc # Sun C 5.9
7754 1.36 agc lt_prog_compiler_pic='-KPIC'
7755 1.36 agc lt_prog_compiler_static='-Bstatic'
7756 1.36 agc lt_prog_compiler_wl='-Wl,'
7757 1.36 agc ;;
7758 1.36 agc *Sun\ F*)
7759 1.36 agc # Sun Fortran 8.3 passes all unrecognized flags to the linker
7760 1.36 agc lt_prog_compiler_pic='-KPIC'
7761 1.36 agc lt_prog_compiler_static='-Bstatic'
7762 1.36 agc lt_prog_compiler_wl=''
7763 1.36 agc ;;
7764 1.36 agc esac
7765 1.36 agc ;;
7766 1.36 agc esac
7767 1.36 agc ;;
7768 1.12 lukem
7769 1.36 agc newsos6)
7770 1.36 agc lt_prog_compiler_pic='-KPIC'
7771 1.36 agc lt_prog_compiler_static='-Bstatic'
7772 1.36 agc ;;
7773 1.12 lukem
7774 1.36 agc *nto* | *qnx*)
7775 1.36 agc # QNX uses GNU C++, but need to define -shared option too, otherwise
7776 1.36 agc # it will coredump.
7777 1.36 agc lt_prog_compiler_pic='-fPIC -shared'
7778 1.36 agc ;;
7779 1.12 lukem
7780 1.36 agc osf3* | osf4* | osf5*)
7781 1.36 agc lt_prog_compiler_wl='-Wl,'
7782 1.36 agc # All OSF/1 code is PIC.
7783 1.36 agc lt_prog_compiler_static='-non_shared'
7784 1.36 agc ;;
7785 1.12 lukem
7786 1.36 agc rdos*)
7787 1.36 agc lt_prog_compiler_static='-non_shared'
7788 1.36 agc ;;
7789 1.12 lukem
7790 1.36 agc solaris*)
7791 1.36 agc lt_prog_compiler_pic='-KPIC'
7792 1.36 agc lt_prog_compiler_static='-Bstatic'
7793 1.36 agc case $cc_basename in
7794 1.36 agc f77* | f90* | f95*)
7795 1.36 agc lt_prog_compiler_wl='-Qoption ld ';;
7796 1.36 agc *)
7797 1.36 agc lt_prog_compiler_wl='-Wl,';;
7798 1.36 agc esac
7799 1.36 agc ;;
7800 1.36 agc
7801 1.36 agc sunos4*)
7802 1.36 agc lt_prog_compiler_wl='-Qoption ld '
7803 1.36 agc lt_prog_compiler_pic='-PIC'
7804 1.36 agc lt_prog_compiler_static='-Bstatic'
7805 1.36 agc ;;
7806 1.36 agc
7807 1.36 agc sysv4 | sysv4.2uw2* | sysv4.3*)
7808 1.36 agc lt_prog_compiler_wl='-Wl,'
7809 1.36 agc lt_prog_compiler_pic='-KPIC'
7810 1.36 agc lt_prog_compiler_static='-Bstatic'
7811 1.36 agc ;;
7812 1.36 agc
7813 1.36 agc sysv4*MP*)
7814 1.36 agc if test -d /usr/nec ;then
7815 1.36 agc lt_prog_compiler_pic='-Kconform_pic'
7816 1.36 agc lt_prog_compiler_static='-Bstatic'
7817 1.36 agc fi
7818 1.36 agc ;;
7819 1.36 agc
7820 1.36 agc sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
7821 1.36 agc lt_prog_compiler_wl='-Wl,'
7822 1.36 agc lt_prog_compiler_pic='-KPIC'
7823 1.36 agc lt_prog_compiler_static='-Bstatic'
7824 1.36 agc ;;
7825 1.36 agc
7826 1.36 agc unicos*)
7827 1.36 agc lt_prog_compiler_wl='-Wl,'
7828 1.36 agc lt_prog_compiler_can_build_shared=no
7829 1.36 agc ;;
7830 1.36 agc
7831 1.36 agc uts4*)
7832 1.36 agc lt_prog_compiler_pic='-pic'
7833 1.36 agc lt_prog_compiler_static='-Bstatic'
7834 1.36 agc ;;
7835 1.36 agc
7836 1.36 agc *)
7837 1.36 agc lt_prog_compiler_can_build_shared=no
7838 1.36 agc ;;
7839 1.36 agc esac
7840 1.36 agc fi
7841 1.12 lukem
7842 1.36 agc case $host_os in
7843 1.36 agc # For platforms which do not support PIC, -DPIC is meaningless:
7844 1.36 agc *djgpp*)
7845 1.36 agc lt_prog_compiler_pic=
7846 1.36 agc ;;
7847 1.36 agc *)
7848 1.36 agc lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
7849 1.36 agc ;;
7850 1.12 lukem esac
7851 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
7852 1.36 agc $as_echo "$lt_prog_compiler_pic" >&6; }
7853 1.36 agc
7854 1.36 agc
7855 1.36 agc
7856 1.36 agc
7857 1.36 agc
7858 1.36 agc
7859 1.36 agc #
7860 1.36 agc # Check to make sure the PIC flag actually works.
7861 1.36 agc #
7862 1.36 agc if test -n "$lt_prog_compiler_pic"; then
7863 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
7864 1.36 agc $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
7865 1.39 agc if ${lt_cv_prog_compiler_pic_works+:} false; then :
7866 1.36 agc $as_echo_n "(cached) " >&6
7867 1.12 lukem else
7868 1.36 agc lt_cv_prog_compiler_pic_works=no
7869 1.36 agc ac_outfile=conftest.$ac_objext
7870 1.36 agc echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7871 1.36 agc lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
7872 1.36 agc # Insert the option either (1) after the last *FLAGS variable, or
7873 1.36 agc # (2) before a word containing "conftest.", or (3) at the end.
7874 1.36 agc # Note that $ac_compile itself does not contain backslashes and begins
7875 1.36 agc # with a dollar sign (not a hyphen), so the echo should work correctly.
7876 1.36 agc # The option is referenced via a variable to avoid confusing sed.
7877 1.36 agc lt_compile=`echo "$ac_compile" | $SED \
7878 1.36 agc -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7879 1.36 agc -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7880 1.36 agc -e 's:$: $lt_compiler_flag:'`
7881 1.42 agc (eval echo "\"\$as_me:7881: $lt_compile\"" >&5)
7882 1.36 agc (eval "$lt_compile" 2>conftest.err)
7883 1.36 agc ac_status=$?
7884 1.36 agc cat conftest.err >&5
7885 1.42 agc echo "$as_me:7885: \$? = $ac_status" >&5
7886 1.36 agc if (exit $ac_status) && test -s "$ac_outfile"; then
7887 1.36 agc # The compiler can only warn and ignore the option if not recognized
7888 1.36 agc # So say no if there are warnings other than the usual output.
7889 1.36 agc $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
7890 1.36 agc $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7891 1.36 agc if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7892 1.36 agc lt_cv_prog_compiler_pic_works=yes
7893 1.36 agc fi
7894 1.36 agc fi
7895 1.36 agc $RM conftest*
7896 1.12 lukem
7897 1.12 lukem fi
7898 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
7899 1.36 agc $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
7900 1.12 lukem
7901 1.36 agc if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
7902 1.36 agc case $lt_prog_compiler_pic in
7903 1.36 agc "" | " "*) ;;
7904 1.36 agc *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
7905 1.36 agc esac
7906 1.36 agc else
7907 1.36 agc lt_prog_compiler_pic=
7908 1.36 agc lt_prog_compiler_can_build_shared=no
7909 1.12 lukem fi
7910 1.12 lukem
7911 1.36 agc fi
7912 1.12 lukem
7913 1.12 lukem
7914 1.12 lukem
7915 1.12 lukem
7916 1.12 lukem
7917 1.12 lukem
7918 1.36 agc #
7919 1.36 agc # Check to make sure the static flag actually works.
7920 1.36 agc #
7921 1.36 agc wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
7922 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
7923 1.36 agc $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
7924 1.39 agc if ${lt_cv_prog_compiler_static_works+:} false; then :
7925 1.36 agc $as_echo_n "(cached) " >&6
7926 1.12 lukem else
7927 1.36 agc lt_cv_prog_compiler_static_works=no
7928 1.36 agc save_LDFLAGS="$LDFLAGS"
7929 1.36 agc LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
7930 1.36 agc echo "$lt_simple_link_test_code" > conftest.$ac_ext
7931 1.36 agc if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
7932 1.36 agc # The linker can only warn and ignore the option if not recognized
7933 1.36 agc # So say no if there are warnings
7934 1.36 agc if test -s conftest.err; then
7935 1.36 agc # Append any errors to the config.log.
7936 1.36 agc cat conftest.err 1>&5
7937 1.36 agc $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
7938 1.36 agc $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7939 1.36 agc if diff conftest.exp conftest.er2 >/dev/null; then
7940 1.36 agc lt_cv_prog_compiler_static_works=yes
7941 1.36 agc fi
7942 1.36 agc else
7943 1.36 agc lt_cv_prog_compiler_static_works=yes
7944 1.36 agc fi
7945 1.36 agc fi
7946 1.36 agc $RM -r conftest*
7947 1.36 agc LDFLAGS="$save_LDFLAGS"
7948 1.12 lukem
7949 1.12 lukem fi
7950 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
7951 1.36 agc $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
7952 1.12 lukem
7953 1.36 agc if test x"$lt_cv_prog_compiler_static_works" = xyes; then
7954 1.36 agc :
7955 1.12 lukem else
7956 1.36 agc lt_prog_compiler_static=
7957 1.12 lukem fi
7958 1.12 lukem
7959 1.12 lukem
7960 1.12 lukem
7961 1.12 lukem
7962 1.12 lukem
7963 1.12 lukem
7964 1.12 lukem
7965 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
7966 1.36 agc $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
7967 1.39 agc if ${lt_cv_prog_compiler_c_o+:} false; then :
7968 1.36 agc $as_echo_n "(cached) " >&6
7969 1.36 agc else
7970 1.36 agc lt_cv_prog_compiler_c_o=no
7971 1.36 agc $RM -r conftest 2>/dev/null
7972 1.36 agc mkdir conftest
7973 1.36 agc cd conftest
7974 1.36 agc mkdir out
7975 1.36 agc echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7976 1.12 lukem
7977 1.36 agc lt_compiler_flag="-o out/conftest2.$ac_objext"
7978 1.36 agc # Insert the option either (1) after the last *FLAGS variable, or
7979 1.36 agc # (2) before a word containing "conftest.", or (3) at the end.
7980 1.36 agc # Note that $ac_compile itself does not contain backslashes and begins
7981 1.36 agc # with a dollar sign (not a hyphen), so the echo should work correctly.
7982 1.36 agc lt_compile=`echo "$ac_compile" | $SED \
7983 1.36 agc -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7984 1.36 agc -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7985 1.36 agc -e 's:$: $lt_compiler_flag:'`
7986 1.42 agc (eval echo "\"\$as_me:7986: $lt_compile\"" >&5)
7987 1.36 agc (eval "$lt_compile" 2>out/conftest.err)
7988 1.36 agc ac_status=$?
7989 1.36 agc cat out/conftest.err >&5
7990 1.42 agc echo "$as_me:7990: \$? = $ac_status" >&5
7991 1.36 agc if (exit $ac_status) && test -s out/conftest2.$ac_objext
7992 1.36 agc then
7993 1.36 agc # The compiler can only warn and ignore the option if not recognized
7994 1.36 agc # So say no if there are warnings
7995 1.36 agc $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
7996 1.36 agc $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
7997 1.36 agc if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
7998 1.36 agc lt_cv_prog_compiler_c_o=yes
7999 1.36 agc fi
8000 1.36 agc fi
8001 1.36 agc chmod u+w . 2>&5
8002 1.36 agc $RM conftest*
8003 1.36 agc # SGI C++ compiler will create directory out/ii_files/ for
8004 1.36 agc # template instantiation
8005 1.36 agc test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8006 1.36 agc $RM out/* && rmdir out
8007 1.36 agc cd ..
8008 1.36 agc $RM -r conftest
8009 1.36 agc $RM conftest*
8010 1.12 lukem
8011 1.12 lukem fi
8012 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8013 1.36 agc $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8014 1.12 lukem
8015 1.12 lukem
8016 1.12 lukem
8017 1.12 lukem
8018 1.12 lukem
8019 1.12 lukem
8020 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8021 1.36 agc $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8022 1.39 agc if ${lt_cv_prog_compiler_c_o+:} false; then :
8023 1.36 agc $as_echo_n "(cached) " >&6
8024 1.36 agc else
8025 1.36 agc lt_cv_prog_compiler_c_o=no
8026 1.36 agc $RM -r conftest 2>/dev/null
8027 1.36 agc mkdir conftest
8028 1.36 agc cd conftest
8029 1.36 agc mkdir out
8030 1.36 agc echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8031 1.36 agc
8032 1.36 agc lt_compiler_flag="-o out/conftest2.$ac_objext"
8033 1.36 agc # Insert the option either (1) after the last *FLAGS variable, or
8034 1.36 agc # (2) before a word containing "conftest.", or (3) at the end.
8035 1.36 agc # Note that $ac_compile itself does not contain backslashes and begins
8036 1.36 agc # with a dollar sign (not a hyphen), so the echo should work correctly.
8037 1.36 agc lt_compile=`echo "$ac_compile" | $SED \
8038 1.36 agc -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8039 1.36 agc -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8040 1.36 agc -e 's:$: $lt_compiler_flag:'`
8041 1.42 agc (eval echo "\"\$as_me:8041: $lt_compile\"" >&5)
8042 1.36 agc (eval "$lt_compile" 2>out/conftest.err)
8043 1.36 agc ac_status=$?
8044 1.36 agc cat out/conftest.err >&5
8045 1.42 agc echo "$as_me:8045: \$? = $ac_status" >&5
8046 1.36 agc if (exit $ac_status) && test -s out/conftest2.$ac_objext
8047 1.36 agc then
8048 1.36 agc # The compiler can only warn and ignore the option if not recognized
8049 1.36 agc # So say no if there are warnings
8050 1.36 agc $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
8051 1.36 agc $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8052 1.36 agc if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8053 1.36 agc lt_cv_prog_compiler_c_o=yes
8054 1.36 agc fi
8055 1.36 agc fi
8056 1.36 agc chmod u+w . 2>&5
8057 1.36 agc $RM conftest*
8058 1.36 agc # SGI C++ compiler will create directory out/ii_files/ for
8059 1.36 agc # template instantiation
8060 1.36 agc test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8061 1.36 agc $RM out/* && rmdir out
8062 1.36 agc cd ..
8063 1.36 agc $RM -r conftest
8064 1.36 agc $RM conftest*
8065 1.36 agc
8066 1.36 agc fi
8067 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8068 1.36 agc $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8069 1.12 lukem
8070 1.12 lukem
8071 1.12 lukem
8072 1.12 lukem
8073 1.36 agc hard_links="nottested"
8074 1.36 agc if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8075 1.36 agc # do not overwrite the value of need_locks provided by the user
8076 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8077 1.36 agc $as_echo_n "checking if we can lock with hard links... " >&6; }
8078 1.36 agc hard_links=yes
8079 1.36 agc $RM conftest*
8080 1.36 agc ln conftest.a conftest.b 2>/dev/null && hard_links=no
8081 1.36 agc touch conftest.a
8082 1.36 agc ln conftest.a conftest.b 2>&5 || hard_links=no
8083 1.36 agc ln conftest.a conftest.b 2>/dev/null && hard_links=no
8084 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8085 1.36 agc $as_echo "$hard_links" >&6; }
8086 1.36 agc if test "$hard_links" = no; then
8087 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8088 1.36 agc $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8089 1.36 agc need_locks=warn
8090 1.36 agc fi
8091 1.12 lukem else
8092 1.36 agc need_locks=no
8093 1.36 agc fi
8094 1.12 lukem
8095 1.12 lukem
8096 1.12 lukem
8097 1.12 lukem
8098 1.12 lukem
8099 1.12 lukem
8100 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8101 1.36 agc $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8102 1.12 lukem
8103 1.36 agc runpath_var=
8104 1.36 agc allow_undefined_flag=
8105 1.36 agc always_export_symbols=no
8106 1.36 agc archive_cmds=
8107 1.36 agc archive_expsym_cmds=
8108 1.36 agc compiler_needs_object=no
8109 1.36 agc enable_shared_with_static_runtimes=no
8110 1.36 agc export_dynamic_flag_spec=
8111 1.36 agc export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8112 1.36 agc hardcode_automatic=no
8113 1.36 agc hardcode_direct=no
8114 1.36 agc hardcode_direct_absolute=no
8115 1.36 agc hardcode_libdir_flag_spec=
8116 1.36 agc hardcode_libdir_flag_spec_ld=
8117 1.36 agc hardcode_libdir_separator=
8118 1.36 agc hardcode_minus_L=no
8119 1.36 agc hardcode_shlibpath_var=unsupported
8120 1.36 agc inherit_rpath=no
8121 1.36 agc link_all_deplibs=unknown
8122 1.36 agc module_cmds=
8123 1.36 agc module_expsym_cmds=
8124 1.36 agc old_archive_from_new_cmds=
8125 1.36 agc old_archive_from_expsyms_cmds=
8126 1.36 agc thread_safe_flag_spec=
8127 1.36 agc whole_archive_flag_spec=
8128 1.36 agc # include_expsyms should be a list of space-separated symbols to be *always*
8129 1.36 agc # included in the symbol list
8130 1.36 agc include_expsyms=
8131 1.36 agc # exclude_expsyms can be an extended regexp of symbols to exclude
8132 1.36 agc # it will be wrapped by ` (' and `)$', so one must not match beginning or
8133 1.36 agc # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8134 1.36 agc # as well as any symbol that contains `d'.
8135 1.36 agc exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8136 1.36 agc # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8137 1.36 agc # platforms (ab)use it in PIC code, but their linkers get confused if
8138 1.36 agc # the symbol is explicitly referenced. Since portable code cannot
8139 1.36 agc # rely on this symbol name, it's probably fine to never include it in
8140 1.36 agc # preloaded symbol tables.
8141 1.36 agc # Exclude shared library initialization/finalization symbols.
8142 1.36 agc extract_expsyms_cmds=
8143 1.12 lukem
8144 1.36 agc case $host_os in
8145 1.36 agc cygwin* | mingw* | pw32* | cegcc*)
8146 1.36 agc # FIXME: the MSVC++ port hasn't been tested in a loooong time
8147 1.36 agc # When not using gcc, we currently assume that we are using
8148 1.36 agc # Microsoft Visual C++.
8149 1.36 agc if test "$GCC" != yes; then
8150 1.36 agc with_gnu_ld=no
8151 1.36 agc fi
8152 1.36 agc ;;
8153 1.36 agc interix*)
8154 1.36 agc # we just hope/assume this is gcc and not c89 (= MSVC++)
8155 1.36 agc with_gnu_ld=yes
8156 1.36 agc ;;
8157 1.36 agc openbsd*)
8158 1.36 agc with_gnu_ld=no
8159 1.36 agc ;;
8160 1.36 agc esac
8161 1.12 lukem
8162 1.36 agc ld_shlibs=yes
8163 1.36 agc if test "$with_gnu_ld" = yes; then
8164 1.36 agc # If archive_cmds runs LD, not CC, wlarc should be empty
8165 1.36 agc wlarc='${wl}'
8166 1.12 lukem
8167 1.36 agc # Set some defaults for GNU ld with shared library support. These
8168 1.36 agc # are reset later if shared libraries are not supported. Putting them
8169 1.36 agc # here allows them to be overridden if necessary.
8170 1.36 agc runpath_var=LD_RUN_PATH
8171 1.36 agc hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8172 1.36 agc export_dynamic_flag_spec='${wl}--export-dynamic'
8173 1.36 agc # ancient GNU ld didn't support --whole-archive et. al.
8174 1.36 agc if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8175 1.36 agc whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8176 1.36 agc else
8177 1.36 agc whole_archive_flag_spec=
8178 1.36 agc fi
8179 1.36 agc supports_anon_versioning=no
8180 1.36 agc case `$LD -v 2>&1` in
8181 1.36 agc *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8182 1.36 agc *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8183 1.36 agc *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8184 1.36 agc *\ 2.11.*) ;; # other 2.11 versions
8185 1.36 agc *) supports_anon_versioning=yes ;;
8186 1.36 agc esac
8187 1.12 lukem
8188 1.36 agc # See if GNU ld supports shared libraries.
8189 1.36 agc case $host_os in
8190 1.36 agc aix[3-9]*)
8191 1.36 agc # On AIX/PPC, the GNU linker is very broken
8192 1.36 agc if test "$host_cpu" != ia64; then
8193 1.36 agc ld_shlibs=no
8194 1.36 agc cat <<_LT_EOF 1>&2
8195 1.12 lukem
8196 1.36 agc *** Warning: the GNU linker, at least up to release 2.9.1, is reported
8197 1.36 agc *** to be unable to reliably create shared libraries on AIX.
8198 1.36 agc *** Therefore, libtool is disabling shared libraries support. If you
8199 1.36 agc *** really care for shared libraries, you may want to modify your PATH
8200 1.36 agc *** so that a non-GNU linker is found, and then restart.
8201 1.12 lukem
8202 1.36 agc _LT_EOF
8203 1.36 agc fi
8204 1.36 agc ;;
8205 1.12 lukem
8206 1.36 agc amigaos*)
8207 1.36 agc case $host_cpu in
8208 1.36 agc powerpc)
8209 1.36 agc # see comment about AmigaOS4 .so support
8210 1.36 agc archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8211 1.36 agc archive_expsym_cmds=''
8212 1.36 agc ;;
8213 1.36 agc m68k)
8214 1.36 agc 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)'
8215 1.36 agc hardcode_libdir_flag_spec='-L$libdir'
8216 1.36 agc hardcode_minus_L=yes
8217 1.36 agc ;;
8218 1.36 agc esac
8219 1.36 agc ;;
8220 1.12 lukem
8221 1.36 agc beos*)
8222 1.36 agc if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8223 1.36 agc allow_undefined_flag=unsupported
8224 1.36 agc # Joseph Beckenbach <jrb3 (at] best.com> says some releases of gcc
8225 1.36 agc # support --undefined. This deserves some investigation. FIXME
8226 1.36 agc archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8227 1.36 agc else
8228 1.36 agc ld_shlibs=no
8229 1.36 agc fi
8230 1.36 agc ;;
8231 1.12 lukem
8232 1.36 agc cygwin* | mingw* | pw32* | cegcc*)
8233 1.36 agc # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8234 1.36 agc # as there is no search path for DLLs.
8235 1.36 agc hardcode_libdir_flag_spec='-L$libdir'
8236 1.36 agc allow_undefined_flag=unsupported
8237 1.36 agc always_export_symbols=no
8238 1.36 agc enable_shared_with_static_runtimes=yes
8239 1.36 agc export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8240 1.12 lukem
8241 1.36 agc if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8242 1.36 agc archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8243 1.36 agc # If the export-symbols file already is a .def file (1st line
8244 1.36 agc # is EXPORTS), use it as is; otherwise, prepend...
8245 1.36 agc archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8246 1.36 agc cp $export_symbols $output_objdir/$soname.def;
8247 1.36 agc else
8248 1.36 agc echo EXPORTS > $output_objdir/$soname.def;
8249 1.36 agc cat $export_symbols >> $output_objdir/$soname.def;
8250 1.36 agc fi~
8251 1.36 agc $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8252 1.36 agc else
8253 1.36 agc ld_shlibs=no
8254 1.36 agc fi
8255 1.36 agc ;;
8256 1.12 lukem
8257 1.36 agc interix[3-9]*)
8258 1.36 agc hardcode_direct=no
8259 1.36 agc hardcode_shlibpath_var=no
8260 1.36 agc hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8261 1.36 agc export_dynamic_flag_spec='${wl}-E'
8262 1.36 agc # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8263 1.36 agc # Instead, shared libraries are loaded at an image base (0x10000000 by
8264 1.36 agc # default) and relocated if they conflict, which is a slow very memory
8265 1.36 agc # consuming and fragmenting process. To avoid this, we pick a random,
8266 1.36 agc # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8267 1.36 agc # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8268 1.36 agc archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8269 1.36 agc 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'
8270 1.36 agc ;;
8271 1.12 lukem
8272 1.36 agc gnu* | linux* | tpf* | k*bsd*-gnu)
8273 1.36 agc tmp_diet=no
8274 1.36 agc if test "$host_os" = linux-dietlibc; then
8275 1.36 agc case $cc_basename in
8276 1.36 agc diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8277 1.36 agc esac
8278 1.36 agc fi
8279 1.36 agc if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8280 1.36 agc && test "$tmp_diet" = no
8281 1.36 agc then
8282 1.36 agc tmp_addflag=
8283 1.36 agc tmp_sharedflag='-shared'
8284 1.36 agc case $cc_basename,$host_cpu in
8285 1.36 agc pgcc*) # Portland Group C compiler
8286 1.36 agc whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
8287 1.36 agc tmp_addflag=' $pic_flag'
8288 1.36 agc ;;
8289 1.36 agc pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers
8290 1.36 agc whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
8291 1.36 agc tmp_addflag=' $pic_flag -Mnomain' ;;
8292 1.36 agc ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8293 1.36 agc tmp_addflag=' -i_dynamic' ;;
8294 1.36 agc efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8295 1.36 agc tmp_addflag=' -i_dynamic -nofor_main' ;;
8296 1.36 agc ifc* | ifort*) # Intel Fortran compiler
8297 1.36 agc tmp_addflag=' -nofor_main' ;;
8298 1.36 agc lf95*) # Lahey Fortran 8.1
8299 1.36 agc whole_archive_flag_spec=
8300 1.36 agc tmp_sharedflag='--shared' ;;
8301 1.36 agc xl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8302 1.36 agc tmp_sharedflag='-qmkshrobj'
8303 1.36 agc tmp_addflag= ;;
8304 1.36 agc esac
8305 1.36 agc case `$CC -V 2>&1 | sed 5q` in
8306 1.36 agc *Sun\ C*) # Sun C 5.9
8307 1.36 agc whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
8308 1.36 agc compiler_needs_object=yes
8309 1.36 agc tmp_sharedflag='-G' ;;
8310 1.36 agc *Sun\ F*) # Sun Fortran 8.3
8311 1.36 agc tmp_sharedflag='-G' ;;
8312 1.36 agc esac
8313 1.36 agc archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8314 1.12 lukem
8315 1.36 agc if test "x$supports_anon_versioning" = xyes; then
8316 1.36 agc archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8317 1.36 agc cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8318 1.36 agc echo "local: *; };" >> $output_objdir/$libname.ver~
8319 1.36 agc $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8320 1.36 agc fi
8321 1.12 lukem
8322 1.36 agc case $cc_basename in
8323 1.36 agc xlf*)
8324 1.36 agc # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8325 1.36 agc whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8326 1.36 agc hardcode_libdir_flag_spec=
8327 1.36 agc hardcode_libdir_flag_spec_ld='-rpath $libdir'
8328 1.36 agc archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8329 1.36 agc if test "x$supports_anon_versioning" = xyes; then
8330 1.36 agc archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8331 1.36 agc cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8332 1.36 agc echo "local: *; };" >> $output_objdir/$libname.ver~
8333 1.36 agc $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8334 1.36 agc fi
8335 1.36 agc ;;
8336 1.36 agc esac
8337 1.36 agc else
8338 1.36 agc ld_shlibs=no
8339 1.36 agc fi
8340 1.36 agc ;;
8341 1.12 lukem
8342 1.36 agc netbsd*)
8343 1.36 agc if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8344 1.36 agc archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8345 1.36 agc wlarc=
8346 1.36 agc else
8347 1.36 agc archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8348 1.36 agc archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8349 1.36 agc fi
8350 1.36 agc ;;
8351 1.12 lukem
8352 1.36 agc solaris*)
8353 1.36 agc if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8354 1.36 agc ld_shlibs=no
8355 1.36 agc cat <<_LT_EOF 1>&2
8356 1.12 lukem
8357 1.36 agc *** Warning: The releases 2.8.* of the GNU linker cannot reliably
8358 1.36 agc *** create shared libraries on Solaris systems. Therefore, libtool
8359 1.36 agc *** is disabling shared libraries support. We urge you to upgrade GNU
8360 1.36 agc *** binutils to release 2.9.1 or newer. Another option is to modify
8361 1.36 agc *** your PATH or compiler configuration so that the native linker is
8362 1.36 agc *** used, and then restart.
8363 1.12 lukem
8364 1.36 agc _LT_EOF
8365 1.36 agc elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8366 1.36 agc archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8367 1.36 agc archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8368 1.36 agc else
8369 1.36 agc ld_shlibs=no
8370 1.36 agc fi
8371 1.36 agc ;;
8372 1.12 lukem
8373 1.36 agc sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8374 1.36 agc case `$LD -v 2>&1` in
8375 1.36 agc *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8376 1.36 agc ld_shlibs=no
8377 1.36 agc cat <<_LT_EOF 1>&2
8378 1.12 lukem
8379 1.36 agc *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8380 1.36 agc *** reliably create shared libraries on SCO systems. Therefore, libtool
8381 1.36 agc *** is disabling shared libraries support. We urge you to upgrade GNU
8382 1.36 agc *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8383 1.36 agc *** your PATH or compiler configuration so that the native linker is
8384 1.36 agc *** used, and then restart.
8385 1.12 lukem
8386 1.36 agc _LT_EOF
8387 1.36 agc ;;
8388 1.36 agc *)
8389 1.36 agc # For security reasons, it is highly recommended that you always
8390 1.36 agc # use absolute paths for naming shared libraries, and exclude the
8391 1.36 agc # DT_RUNPATH tag from executables and libraries. But doing so
8392 1.36 agc # requires that you compile everything twice, which is a pain.
8393 1.36 agc if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8394 1.36 agc hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8395 1.36 agc archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8396 1.36 agc archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8397 1.36 agc else
8398 1.36 agc ld_shlibs=no
8399 1.36 agc fi
8400 1.36 agc ;;
8401 1.36 agc esac
8402 1.36 agc ;;
8403 1.12 lukem
8404 1.36 agc sunos4*)
8405 1.36 agc archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8406 1.36 agc wlarc=
8407 1.36 agc hardcode_direct=yes
8408 1.36 agc hardcode_shlibpath_var=no
8409 1.36 agc ;;
8410 1.12 lukem
8411 1.12 lukem *)
8412 1.36 agc if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8413 1.36 agc archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8414 1.36 agc archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8415 1.36 agc else
8416 1.36 agc ld_shlibs=no
8417 1.36 agc fi
8418 1.12 lukem ;;
8419 1.12 lukem esac
8420 1.12 lukem
8421 1.36 agc if test "$ld_shlibs" = no; then
8422 1.36 agc runpath_var=
8423 1.36 agc hardcode_libdir_flag_spec=
8424 1.36 agc export_dynamic_flag_spec=
8425 1.36 agc whole_archive_flag_spec=
8426 1.36 agc fi
8427 1.36 agc else
8428 1.36 agc # PORTME fill in a description of your system's linker (not GNU ld)
8429 1.36 agc case $host_os in
8430 1.36 agc aix3*)
8431 1.36 agc allow_undefined_flag=unsupported
8432 1.36 agc always_export_symbols=yes
8433 1.36 agc 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'
8434 1.36 agc # Note: this linker hardcodes the directories in LIBPATH if there
8435 1.36 agc # are no directories specified by -L.
8436 1.36 agc hardcode_minus_L=yes
8437 1.36 agc if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8438 1.36 agc # Neither direct hardcoding nor static linking is supported with a
8439 1.36 agc # broken collect2.
8440 1.36 agc hardcode_direct=unsupported
8441 1.36 agc fi
8442 1.36 agc ;;
8443 1.12 lukem
8444 1.36 agc aix[4-9]*)
8445 1.36 agc if test "$host_cpu" = ia64; then
8446 1.36 agc # On IA64, the linker does run time linking by default, so we don't
8447 1.36 agc # have to do anything special.
8448 1.36 agc aix_use_runtimelinking=no
8449 1.36 agc exp_sym_flag='-Bexport'
8450 1.36 agc no_entry_flag=""
8451 1.36 agc else
8452 1.36 agc # If we're using GNU nm, then we don't want the "-C" option.
8453 1.36 agc # -C means demangle to AIX nm, but means don't demangle with GNU nm
8454 1.36 agc if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8455 1.36 agc export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
8456 1.36 agc else
8457 1.36 agc 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'
8458 1.36 agc fi
8459 1.36 agc aix_use_runtimelinking=no
8460 1.12 lukem
8461 1.36 agc # Test if we are trying to use run time linking or normal
8462 1.36 agc # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8463 1.36 agc # need to do runtime linking.
8464 1.36 agc case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8465 1.36 agc for ld_flag in $LDFLAGS; do
8466 1.36 agc if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8467 1.36 agc aix_use_runtimelinking=yes
8468 1.36 agc break
8469 1.36 agc fi
8470 1.36 agc done
8471 1.36 agc ;;
8472 1.36 agc esac
8473 1.12 lukem
8474 1.36 agc exp_sym_flag='-bexport'
8475 1.36 agc no_entry_flag='-bnoentry'
8476 1.36 agc fi
8477 1.12 lukem
8478 1.36 agc # When large executables or shared objects are built, AIX ld can
8479 1.36 agc # have problems creating the table of contents. If linking a library
8480 1.36 agc # or program results in "error TOC overflow" add -mminimal-toc to
8481 1.36 agc # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8482 1.36 agc # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8483 1.12 lukem
8484 1.36 agc archive_cmds=''
8485 1.36 agc hardcode_direct=yes
8486 1.36 agc hardcode_direct_absolute=yes
8487 1.36 agc hardcode_libdir_separator=':'
8488 1.36 agc link_all_deplibs=yes
8489 1.36 agc file_list_spec='${wl}-f,'
8490 1.12 lukem
8491 1.36 agc if test "$GCC" = yes; then
8492 1.36 agc case $host_os in aix4.[012]|aix4.[012].*)
8493 1.36 agc # We only want to do this on AIX 4.2 and lower, the check
8494 1.36 agc # below for broken collect2 doesn't work under 4.3+
8495 1.36 agc collect2name=`${CC} -print-prog-name=collect2`
8496 1.36 agc if test -f "$collect2name" &&
8497 1.36 agc strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8498 1.36 agc then
8499 1.36 agc # We have reworked collect2
8500 1.36 agc :
8501 1.36 agc else
8502 1.36 agc # We have old collect2
8503 1.36 agc hardcode_direct=unsupported
8504 1.36 agc # It fails to find uninstalled libraries when the uninstalled
8505 1.36 agc # path is not listed in the libpath. Setting hardcode_minus_L
8506 1.36 agc # to unsupported forces relinking
8507 1.36 agc hardcode_minus_L=yes
8508 1.36 agc hardcode_libdir_flag_spec='-L$libdir'
8509 1.36 agc hardcode_libdir_separator=
8510 1.36 agc fi
8511 1.36 agc ;;
8512 1.36 agc esac
8513 1.36 agc shared_flag='-shared'
8514 1.36 agc if test "$aix_use_runtimelinking" = yes; then
8515 1.36 agc shared_flag="$shared_flag "'${wl}-G'
8516 1.36 agc fi
8517 1.36 agc else
8518 1.36 agc # not using gcc
8519 1.36 agc if test "$host_cpu" = ia64; then
8520 1.36 agc # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8521 1.36 agc # chokes on -Wl,-G. The following line is correct:
8522 1.36 agc shared_flag='-G'
8523 1.36 agc else
8524 1.36 agc if test "$aix_use_runtimelinking" = yes; then
8525 1.36 agc shared_flag='${wl}-G'
8526 1.36 agc else
8527 1.36 agc shared_flag='${wl}-bM:SRE'
8528 1.36 agc fi
8529 1.36 agc fi
8530 1.36 agc fi
8531 1.12 lukem
8532 1.36 agc export_dynamic_flag_spec='${wl}-bexpall'
8533 1.36 agc # It seems that -bexpall does not export symbols beginning with
8534 1.36 agc # underscore (_), so it is better to generate a list of symbols to export.
8535 1.36 agc always_export_symbols=yes
8536 1.36 agc if test "$aix_use_runtimelinking" = yes; then
8537 1.36 agc # Warning - without using the other runtime loading flags (-brtl),
8538 1.36 agc # -berok will link without error, but may produce a broken library.
8539 1.36 agc allow_undefined_flag='-berok'
8540 1.36 agc # Determine the default libpath from the value encoded in an
8541 1.36 agc # empty executable.
8542 1.39 agc cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8543 1.36 agc /* end confdefs.h. */
8544 1.12 lukem
8545 1.36 agc int
8546 1.36 agc main ()
8547 1.36 agc {
8548 1.12 lukem
8549 1.36 agc ;
8550 1.36 agc return 0;
8551 1.36 agc }
8552 1.36 agc _ACEOF
8553 1.39 agc if ac_fn_c_try_link "$LINENO"; then :
8554 1.12 lukem
8555 1.36 agc lt_aix_libpath_sed='
8556 1.36 agc /Import File Strings/,/^$/ {
8557 1.36 agc /^0/ {
8558 1.36 agc s/^0 *\(.*\)$/\1/
8559 1.36 agc p
8560 1.36 agc }
8561 1.36 agc }'
8562 1.36 agc aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8563 1.36 agc # Check for a 64-bit object if we didn't find anything.
8564 1.36 agc if test -z "$aix_libpath"; then
8565 1.36 agc aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8566 1.36 agc fi
8567 1.36 agc fi
8568 1.39 agc rm -f core conftest.err conftest.$ac_objext \
8569 1.39 agc conftest$ac_exeext conftest.$ac_ext
8570 1.36 agc if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8571 1.12 lukem
8572 1.36 agc hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8573 1.36 agc archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
8574 1.36 agc else
8575 1.36 agc if test "$host_cpu" = ia64; then
8576 1.36 agc hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8577 1.36 agc allow_undefined_flag="-z nodefs"
8578 1.36 agc 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"
8579 1.36 agc else
8580 1.36 agc # Determine the default libpath from the value encoded in an
8581 1.36 agc # empty executable.
8582 1.39 agc cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8583 1.36 agc /* end confdefs.h. */
8584 1.12 lukem
8585 1.36 agc int
8586 1.36 agc main ()
8587 1.36 agc {
8588 1.12 lukem
8589 1.36 agc ;
8590 1.36 agc return 0;
8591 1.36 agc }
8592 1.36 agc _ACEOF
8593 1.39 agc if ac_fn_c_try_link "$LINENO"; then :
8594 1.12 lukem
8595 1.36 agc lt_aix_libpath_sed='
8596 1.36 agc /Import File Strings/,/^$/ {
8597 1.36 agc /^0/ {
8598 1.36 agc s/^0 *\(.*\)$/\1/
8599 1.36 agc p
8600 1.36 agc }
8601 1.36 agc }'
8602 1.36 agc aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8603 1.36 agc # Check for a 64-bit object if we didn't find anything.
8604 1.36 agc if test -z "$aix_libpath"; then
8605 1.36 agc aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8606 1.36 agc fi
8607 1.36 agc fi
8608 1.39 agc rm -f core conftest.err conftest.$ac_objext \
8609 1.39 agc conftest$ac_exeext conftest.$ac_ext
8610 1.36 agc if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8611 1.12 lukem
8612 1.36 agc hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8613 1.36 agc # Warning - without using the other run time loading flags,
8614 1.36 agc # -berok will link without error, but may produce a broken library.
8615 1.36 agc no_undefined_flag=' ${wl}-bernotok'
8616 1.36 agc allow_undefined_flag=' ${wl}-berok'
8617 1.36 agc # Exported symbols can be pulled into shared objects from archives
8618 1.36 agc whole_archive_flag_spec='$convenience'
8619 1.36 agc archive_cmds_need_lc=yes
8620 1.36 agc # This is similar to how AIX traditionally builds its shared libraries.
8621 1.36 agc 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'
8622 1.36 agc fi
8623 1.36 agc fi
8624 1.36 agc ;;
8625 1.12 lukem
8626 1.36 agc amigaos*)
8627 1.36 agc case $host_cpu in
8628 1.36 agc powerpc)
8629 1.36 agc # see comment about AmigaOS4 .so support
8630 1.36 agc archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8631 1.36 agc archive_expsym_cmds=''
8632 1.36 agc ;;
8633 1.36 agc m68k)
8634 1.36 agc 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)'
8635 1.36 agc hardcode_libdir_flag_spec='-L$libdir'
8636 1.36 agc hardcode_minus_L=yes
8637 1.36 agc ;;
8638 1.36 agc esac
8639 1.36 agc ;;
8640 1.12 lukem
8641 1.36 agc bsdi[45]*)
8642 1.36 agc export_dynamic_flag_spec=-rdynamic
8643 1.36 agc ;;
8644 1.12 lukem
8645 1.36 agc cygwin* | mingw* | pw32* | cegcc*)
8646 1.36 agc # When not using gcc, we currently assume that we are using
8647 1.36 agc # Microsoft Visual C++.
8648 1.36 agc # hardcode_libdir_flag_spec is actually meaningless, as there is
8649 1.36 agc # no search path for DLLs.
8650 1.36 agc hardcode_libdir_flag_spec=' '
8651 1.36 agc allow_undefined_flag=unsupported
8652 1.36 agc # Tell ltmain to make .lib files, not .a files.
8653 1.36 agc libext=lib
8654 1.36 agc # Tell ltmain to make .dll files, not .so files.
8655 1.36 agc shrext_cmds=".dll"
8656 1.36 agc # FIXME: Setting linknames here is a bad hack.
8657 1.36 agc archive_cmds='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
8658 1.36 agc # The linker will automatically build a .lib file if we build a DLL.
8659 1.36 agc old_archive_from_new_cmds='true'
8660 1.36 agc # FIXME: Should let the user specify the lib program.
8661 1.36 agc old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
8662 1.36 agc fix_srcfile_path='`cygpath -w "$srcfile"`'
8663 1.36 agc enable_shared_with_static_runtimes=yes
8664 1.36 agc ;;
8665 1.12 lukem
8666 1.36 agc darwin* | rhapsody*)
8667 1.12 lukem
8668 1.12 lukem
8669 1.36 agc archive_cmds_need_lc=no
8670 1.36 agc hardcode_direct=no
8671 1.36 agc hardcode_automatic=yes
8672 1.36 agc hardcode_shlibpath_var=unsupported
8673 1.36 agc whole_archive_flag_spec=''
8674 1.36 agc link_all_deplibs=yes
8675 1.36 agc allow_undefined_flag="$_lt_dar_allow_undefined"
8676 1.36 agc case $cc_basename in
8677 1.36 agc ifort*) _lt_dar_can_shared=yes ;;
8678 1.36 agc *) _lt_dar_can_shared=$GCC ;;
8679 1.36 agc esac
8680 1.36 agc if test "$_lt_dar_can_shared" = "yes"; then
8681 1.36 agc output_verbose_link_cmd=echo
8682 1.36 agc archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
8683 1.36 agc module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
8684 1.36 agc 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}"
8685 1.36 agc 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}"
8686 1.12 lukem
8687 1.36 agc else
8688 1.36 agc ld_shlibs=no
8689 1.36 agc fi
8690 1.12 lukem
8691 1.36 agc ;;
8692 1.12 lukem
8693 1.36 agc dgux*)
8694 1.36 agc archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8695 1.36 agc hardcode_libdir_flag_spec='-L$libdir'
8696 1.36 agc hardcode_shlibpath_var=no
8697 1.36 agc ;;
8698 1.12 lukem
8699 1.36 agc freebsd1*)
8700 1.36 agc ld_shlibs=no
8701 1.36 agc ;;
8702 1.12 lukem
8703 1.36 agc # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
8704 1.36 agc # support. Future versions do this automatically, but an explicit c++rt0.o
8705 1.36 agc # does not break anything, and helps significantly (at the cost of a little
8706 1.36 agc # extra space).
8707 1.36 agc freebsd2.2*)
8708 1.36 agc archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
8709 1.36 agc hardcode_libdir_flag_spec='-R$libdir'
8710 1.36 agc hardcode_direct=yes
8711 1.36 agc hardcode_shlibpath_var=no
8712 1.36 agc ;;
8713 1.12 lukem
8714 1.36 agc # Unfortunately, older versions of FreeBSD 2 do not have this feature.
8715 1.36 agc freebsd2*)
8716 1.36 agc archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8717 1.36 agc hardcode_direct=yes
8718 1.36 agc hardcode_minus_L=yes
8719 1.36 agc hardcode_shlibpath_var=no
8720 1.36 agc ;;
8721 1.12 lukem
8722 1.36 agc # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
8723 1.36 agc freebsd* | dragonfly*)
8724 1.36 agc archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
8725 1.36 agc hardcode_libdir_flag_spec='-R$libdir'
8726 1.36 agc hardcode_direct=yes
8727 1.36 agc hardcode_shlibpath_var=no
8728 1.36 agc ;;
8729 1.12 lukem
8730 1.36 agc hpux9*)
8731 1.36 agc if test "$GCC" = yes; then
8732 1.36 agc archive_cmds='$RM $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
8733 1.36 agc else
8734 1.36 agc 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'
8735 1.36 agc fi
8736 1.36 agc hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8737 1.36 agc hardcode_libdir_separator=:
8738 1.36 agc hardcode_direct=yes
8739 1.36 agc
8740 1.36 agc # hardcode_minus_L: Not really in the search PATH,
8741 1.36 agc # but as the default location of the library.
8742 1.36 agc hardcode_minus_L=yes
8743 1.36 agc export_dynamic_flag_spec='${wl}-E'
8744 1.36 agc ;;
8745 1.36 agc
8746 1.36 agc hpux10*)
8747 1.36 agc if test "$GCC" = yes -a "$with_gnu_ld" = no; then
8748 1.36 agc archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8749 1.36 agc else
8750 1.36 agc archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
8751 1.36 agc fi
8752 1.36 agc if test "$with_gnu_ld" = no; then
8753 1.36 agc hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8754 1.36 agc hardcode_libdir_flag_spec_ld='+b $libdir'
8755 1.36 agc hardcode_libdir_separator=:
8756 1.36 agc hardcode_direct=yes
8757 1.36 agc hardcode_direct_absolute=yes
8758 1.36 agc export_dynamic_flag_spec='${wl}-E'
8759 1.36 agc # hardcode_minus_L: Not really in the search PATH,
8760 1.36 agc # but as the default location of the library.
8761 1.36 agc hardcode_minus_L=yes
8762 1.36 agc fi
8763 1.36 agc ;;
8764 1.36 agc
8765 1.36 agc hpux11*)
8766 1.36 agc if test "$GCC" = yes -a "$with_gnu_ld" = no; then
8767 1.36 agc case $host_cpu in
8768 1.36 agc hppa*64*)
8769 1.36 agc archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8770 1.36 agc ;;
8771 1.36 agc ia64*)
8772 1.36 agc archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8773 1.36 agc ;;
8774 1.36 agc *)
8775 1.36 agc archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8776 1.36 agc ;;
8777 1.36 agc esac
8778 1.36 agc else
8779 1.36 agc case $host_cpu in
8780 1.36 agc hppa*64*)
8781 1.36 agc archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8782 1.36 agc ;;
8783 1.36 agc ia64*)
8784 1.36 agc archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8785 1.36 agc ;;
8786 1.36 agc *)
8787 1.36 agc archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8788 1.36 agc ;;
8789 1.36 agc esac
8790 1.36 agc fi
8791 1.36 agc if test "$with_gnu_ld" = no; then
8792 1.36 agc hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8793 1.36 agc hardcode_libdir_separator=:
8794 1.36 agc
8795 1.36 agc case $host_cpu in
8796 1.36 agc hppa*64*|ia64*)
8797 1.36 agc hardcode_direct=no
8798 1.36 agc hardcode_shlibpath_var=no
8799 1.36 agc ;;
8800 1.36 agc *)
8801 1.36 agc hardcode_direct=yes
8802 1.36 agc hardcode_direct_absolute=yes
8803 1.36 agc export_dynamic_flag_spec='${wl}-E'
8804 1.36 agc
8805 1.36 agc # hardcode_minus_L: Not really in the search PATH,
8806 1.36 agc # but as the default location of the library.
8807 1.36 agc hardcode_minus_L=yes
8808 1.36 agc ;;
8809 1.36 agc esac
8810 1.36 agc fi
8811 1.36 agc ;;
8812 1.36 agc
8813 1.36 agc irix5* | irix6* | nonstopux*)
8814 1.36 agc if test "$GCC" = yes; then
8815 1.36 agc archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
8816 1.36 agc # Try to use the -exported_symbol ld option, if it does not
8817 1.36 agc # work, assume that -exports_file does not work either and
8818 1.36 agc # implicitly export all symbols.
8819 1.36 agc save_LDFLAGS="$LDFLAGS"
8820 1.36 agc LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
8821 1.39 agc cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8822 1.39 agc /* end confdefs.h. */
8823 1.36 agc int foo(void) {}
8824 1.36 agc _ACEOF
8825 1.39 agc if ac_fn_c_try_link "$LINENO"; then :
8826 1.36 agc archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
8827 1.36 agc
8828 1.36 agc fi
8829 1.39 agc rm -f core conftest.err conftest.$ac_objext \
8830 1.39 agc conftest$ac_exeext conftest.$ac_ext
8831 1.36 agc LDFLAGS="$save_LDFLAGS"
8832 1.36 agc else
8833 1.36 agc archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
8834 1.36 agc archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
8835 1.36 agc fi
8836 1.36 agc archive_cmds_need_lc='no'
8837 1.36 agc hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8838 1.36 agc hardcode_libdir_separator=:
8839 1.36 agc inherit_rpath=yes
8840 1.36 agc link_all_deplibs=yes
8841 1.36 agc ;;
8842 1.36 agc
8843 1.36 agc netbsd*)
8844 1.36 agc if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8845 1.36 agc archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
8846 1.36 agc else
8847 1.36 agc archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
8848 1.36 agc fi
8849 1.36 agc hardcode_libdir_flag_spec='-R$libdir'
8850 1.36 agc hardcode_direct=yes
8851 1.36 agc hardcode_shlibpath_var=no
8852 1.36 agc ;;
8853 1.36 agc
8854 1.36 agc newsos6)
8855 1.36 agc archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8856 1.36 agc hardcode_direct=yes
8857 1.36 agc hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8858 1.36 agc hardcode_libdir_separator=:
8859 1.36 agc hardcode_shlibpath_var=no
8860 1.36 agc ;;
8861 1.36 agc
8862 1.36 agc *nto* | *qnx*)
8863 1.36 agc ;;
8864 1.36 agc
8865 1.36 agc openbsd*)
8866 1.36 agc if test -f /usr/libexec/ld.so; then
8867 1.36 agc hardcode_direct=yes
8868 1.36 agc hardcode_shlibpath_var=no
8869 1.36 agc hardcode_direct_absolute=yes
8870 1.36 agc if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
8871 1.36 agc archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
8872 1.36 agc archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
8873 1.36 agc hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8874 1.36 agc export_dynamic_flag_spec='${wl}-E'
8875 1.36 agc else
8876 1.36 agc case $host_os in
8877 1.36 agc openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
8878 1.36 agc archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8879 1.36 agc hardcode_libdir_flag_spec='-R$libdir'
8880 1.36 agc ;;
8881 1.36 agc *)
8882 1.36 agc archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
8883 1.36 agc hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8884 1.36 agc ;;
8885 1.36 agc esac
8886 1.36 agc fi
8887 1.36 agc else
8888 1.36 agc ld_shlibs=no
8889 1.36 agc fi
8890 1.36 agc ;;
8891 1.36 agc
8892 1.36 agc os2*)
8893 1.36 agc hardcode_libdir_flag_spec='-L$libdir'
8894 1.36 agc hardcode_minus_L=yes
8895 1.36 agc allow_undefined_flag=unsupported
8896 1.36 agc 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'
8897 1.36 agc old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
8898 1.36 agc ;;
8899 1.36 agc
8900 1.36 agc osf3*)
8901 1.36 agc if test "$GCC" = yes; then
8902 1.36 agc allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
8903 1.36 agc archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
8904 1.36 agc else
8905 1.36 agc allow_undefined_flag=' -expect_unresolved \*'
8906 1.36 agc archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
8907 1.36 agc fi
8908 1.36 agc archive_cmds_need_lc='no'
8909 1.36 agc hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8910 1.36 agc hardcode_libdir_separator=:
8911 1.36 agc ;;
8912 1.36 agc
8913 1.36 agc osf4* | osf5*) # as osf3* with the addition of -msym flag
8914 1.36 agc if test "$GCC" = yes; then
8915 1.36 agc allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
8916 1.36 agc archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
8917 1.36 agc hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8918 1.36 agc else
8919 1.36 agc allow_undefined_flag=' -expect_unresolved \*'
8920 1.36 agc archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
8921 1.36 agc 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~
8922 1.36 agc $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
8923 1.36 agc
8924 1.36 agc # Both c and cxx compiler support -rpath directly
8925 1.36 agc hardcode_libdir_flag_spec='-rpath $libdir'
8926 1.36 agc fi
8927 1.36 agc archive_cmds_need_lc='no'
8928 1.36 agc hardcode_libdir_separator=:
8929 1.36 agc ;;
8930 1.36 agc
8931 1.36 agc solaris*)
8932 1.36 agc no_undefined_flag=' -z defs'
8933 1.36 agc if test "$GCC" = yes; then
8934 1.36 agc wlarc='${wl}'
8935 1.36 agc archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8936 1.36 agc archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8937 1.36 agc $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
8938 1.36 agc else
8939 1.36 agc case `$CC -V 2>&1` in
8940 1.36 agc *"Compilers 5.0"*)
8941 1.36 agc wlarc=''
8942 1.36 agc archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
8943 1.36 agc archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8944 1.36 agc $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
8945 1.36 agc ;;
8946 1.36 agc *)
8947 1.36 agc wlarc='${wl}'
8948 1.36 agc archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
8949 1.36 agc archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8950 1.36 agc $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
8951 1.36 agc ;;
8952 1.36 agc esac
8953 1.36 agc fi
8954 1.36 agc hardcode_libdir_flag_spec='-R$libdir'
8955 1.36 agc hardcode_shlibpath_var=no
8956 1.36 agc case $host_os in
8957 1.36 agc solaris2.[0-5] | solaris2.[0-5].*) ;;
8958 1.36 agc *)
8959 1.36 agc # The compiler driver will combine and reorder linker options,
8960 1.36 agc # but understands `-z linker_flag'. GCC discards it without `$wl',
8961 1.36 agc # but is careful enough not to reorder.
8962 1.36 agc # Supported since Solaris 2.6 (maybe 2.5.1?)
8963 1.36 agc if test "$GCC" = yes; then
8964 1.36 agc whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
8965 1.36 agc else
8966 1.36 agc whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
8967 1.36 agc fi
8968 1.36 agc ;;
8969 1.36 agc esac
8970 1.36 agc link_all_deplibs=yes
8971 1.36 agc ;;
8972 1.36 agc
8973 1.36 agc sunos4*)
8974 1.36 agc if test "x$host_vendor" = xsequent; then
8975 1.36 agc # Use $CC to link under sequent, because it throws in some extra .o
8976 1.36 agc # files that make .init and .fini sections work.
8977 1.36 agc archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
8978 1.36 agc else
8979 1.36 agc archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
8980 1.36 agc fi
8981 1.36 agc hardcode_libdir_flag_spec='-L$libdir'
8982 1.36 agc hardcode_direct=yes
8983 1.36 agc hardcode_minus_L=yes
8984 1.36 agc hardcode_shlibpath_var=no
8985 1.36 agc ;;
8986 1.36 agc
8987 1.36 agc sysv4)
8988 1.36 agc case $host_vendor in
8989 1.36 agc sni)
8990 1.36 agc archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8991 1.36 agc hardcode_direct=yes # is this really true???
8992 1.36 agc ;;
8993 1.36 agc siemens)
8994 1.36 agc ## LD is ld it makes a PLAMLIB
8995 1.36 agc ## CC just makes a GrossModule.
8996 1.36 agc archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
8997 1.36 agc reload_cmds='$CC -r -o $output$reload_objs'
8998 1.36 agc hardcode_direct=no
8999 1.36 agc ;;
9000 1.36 agc motorola)
9001 1.36 agc archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9002 1.36 agc hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9003 1.36 agc ;;
9004 1.36 agc esac
9005 1.36 agc runpath_var='LD_RUN_PATH'
9006 1.36 agc hardcode_shlibpath_var=no
9007 1.36 agc ;;
9008 1.36 agc
9009 1.36 agc sysv4.3*)
9010 1.36 agc archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9011 1.36 agc hardcode_shlibpath_var=no
9012 1.36 agc export_dynamic_flag_spec='-Bexport'
9013 1.36 agc ;;
9014 1.36 agc
9015 1.36 agc sysv4*MP*)
9016 1.36 agc if test -d /usr/nec; then
9017 1.36 agc archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9018 1.36 agc hardcode_shlibpath_var=no
9019 1.36 agc runpath_var=LD_RUN_PATH
9020 1.36 agc hardcode_runpath_var=yes
9021 1.36 agc ld_shlibs=yes
9022 1.36 agc fi
9023 1.36 agc ;;
9024 1.36 agc
9025 1.36 agc sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9026 1.36 agc no_undefined_flag='${wl}-z,text'
9027 1.36 agc archive_cmds_need_lc=no
9028 1.36 agc hardcode_shlibpath_var=no
9029 1.36 agc runpath_var='LD_RUN_PATH'
9030 1.36 agc
9031 1.36 agc if test "$GCC" = yes; then
9032 1.36 agc archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9033 1.36 agc archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9034 1.36 agc else
9035 1.36 agc archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9036 1.36 agc archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9037 1.36 agc fi
9038 1.36 agc ;;
9039 1.36 agc
9040 1.36 agc sysv5* | sco3.2v5* | sco5v6*)
9041 1.36 agc # Note: We can NOT use -z defs as we might desire, because we do not
9042 1.36 agc # link with -lc, and that would cause any symbols used from libc to
9043 1.36 agc # always be unresolved, which means just about no library would
9044 1.36 agc # ever link correctly. If we're not using GNU ld we use -z text
9045 1.36 agc # though, which does catch some bad symbols but isn't as heavy-handed
9046 1.36 agc # as -z defs.
9047 1.36 agc no_undefined_flag='${wl}-z,text'
9048 1.36 agc allow_undefined_flag='${wl}-z,nodefs'
9049 1.36 agc archive_cmds_need_lc=no
9050 1.36 agc hardcode_shlibpath_var=no
9051 1.36 agc hardcode_libdir_flag_spec='${wl}-R,$libdir'
9052 1.36 agc hardcode_libdir_separator=':'
9053 1.36 agc link_all_deplibs=yes
9054 1.36 agc export_dynamic_flag_spec='${wl}-Bexport'
9055 1.36 agc runpath_var='LD_RUN_PATH'
9056 1.36 agc
9057 1.36 agc if test "$GCC" = yes; then
9058 1.36 agc archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9059 1.36 agc archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9060 1.36 agc else
9061 1.36 agc archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9062 1.36 agc archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9063 1.36 agc fi
9064 1.36 agc ;;
9065 1.36 agc
9066 1.36 agc uts4*)
9067 1.36 agc archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9068 1.36 agc hardcode_libdir_flag_spec='-L$libdir'
9069 1.36 agc hardcode_shlibpath_var=no
9070 1.36 agc ;;
9071 1.36 agc
9072 1.36 agc *)
9073 1.36 agc ld_shlibs=no
9074 1.36 agc ;;
9075 1.36 agc esac
9076 1.36 agc
9077 1.36 agc if test x$host_vendor = xsni; then
9078 1.36 agc case $host in
9079 1.36 agc sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9080 1.36 agc export_dynamic_flag_spec='${wl}-Blargedynsym'
9081 1.36 agc ;;
9082 1.36 agc esac
9083 1.36 agc fi
9084 1.36 agc fi
9085 1.36 agc
9086 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9087 1.36 agc $as_echo "$ld_shlibs" >&6; }
9088 1.36 agc test "$ld_shlibs" = no && can_build_shared=no
9089 1.36 agc
9090 1.36 agc with_gnu_ld=$with_gnu_ld
9091 1.36 agc
9092 1.36 agc
9093 1.36 agc
9094 1.36 agc
9095 1.36 agc
9096 1.36 agc
9097 1.36 agc
9098 1.36 agc
9099 1.36 agc
9100 1.36 agc
9101 1.36 agc
9102 1.36 agc
9103 1.36 agc
9104 1.36 agc
9105 1.36 agc
9106 1.36 agc #
9107 1.36 agc # Do we need to explicitly link libc?
9108 1.36 agc #
9109 1.36 agc case "x$archive_cmds_need_lc" in
9110 1.36 agc x|xyes)
9111 1.36 agc # Assume -lc should be added
9112 1.36 agc archive_cmds_need_lc=yes
9113 1.36 agc
9114 1.36 agc if test "$enable_shared" = yes && test "$GCC" = yes; then
9115 1.36 agc case $archive_cmds in
9116 1.36 agc *'~'*)
9117 1.36 agc # FIXME: we may have to deal with multi-command sequences.
9118 1.36 agc ;;
9119 1.36 agc '$CC '*)
9120 1.36 agc # Test whether the compiler implicitly links with -lc since on some
9121 1.36 agc # systems, -lgcc has to come before -lc. If gcc already passes -lc
9122 1.36 agc # to ld, don't add -lc before -lgcc.
9123 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9124 1.36 agc $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9125 1.36 agc $RM conftest*
9126 1.36 agc echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9127 1.36 agc
9128 1.39 agc if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9129 1.36 agc (eval $ac_compile) 2>&5
9130 1.36 agc ac_status=$?
9131 1.39 agc $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9132 1.39 agc test $ac_status = 0; } 2>conftest.err; then
9133 1.36 agc soname=conftest
9134 1.36 agc lib=conftest
9135 1.36 agc libobjs=conftest.$ac_objext
9136 1.36 agc deplibs=
9137 1.36 agc wl=$lt_prog_compiler_wl
9138 1.36 agc pic_flag=$lt_prog_compiler_pic
9139 1.36 agc compiler_flags=-v
9140 1.36 agc linker_flags=-v
9141 1.36 agc verstring=
9142 1.36 agc output_objdir=.
9143 1.36 agc libname=conftest
9144 1.36 agc lt_save_allow_undefined_flag=$allow_undefined_flag
9145 1.36 agc allow_undefined_flag=
9146 1.39 agc if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9147 1.36 agc (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9148 1.36 agc ac_status=$?
9149 1.39 agc $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9150 1.39 agc test $ac_status = 0; }
9151 1.36 agc then
9152 1.36 agc archive_cmds_need_lc=no
9153 1.36 agc else
9154 1.36 agc archive_cmds_need_lc=yes
9155 1.36 agc fi
9156 1.36 agc allow_undefined_flag=$lt_save_allow_undefined_flag
9157 1.36 agc else
9158 1.36 agc cat conftest.err 1>&5
9159 1.36 agc fi
9160 1.36 agc $RM conftest*
9161 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $archive_cmds_need_lc" >&5
9162 1.36 agc $as_echo "$archive_cmds_need_lc" >&6; }
9163 1.36 agc ;;
9164 1.36 agc esac
9165 1.36 agc fi
9166 1.36 agc ;;
9167 1.36 agc esac
9168 1.12 lukem
9169 1.12 lukem
9170 1.12 lukem
9171 1.12 lukem
9172 1.12 lukem
9173 1.12 lukem
9174 1.12 lukem
9175 1.12 lukem
9176 1.12 lukem
9177 1.12 lukem
9178 1.12 lukem
9179 1.12 lukem
9180 1.12 lukem
9181 1.12 lukem
9182 1.12 lukem
9183 1.12 lukem
9184 1.12 lukem
9185 1.12 lukem
9186 1.12 lukem
9187 1.12 lukem
9188 1.12 lukem
9189 1.12 lukem
9190 1.12 lukem
9191 1.12 lukem
9192 1.12 lukem
9193 1.12 lukem
9194 1.12 lukem
9195 1.12 lukem
9196 1.12 lukem
9197 1.12 lukem
9198 1.12 lukem
9199 1.12 lukem
9200 1.12 lukem
9201 1.12 lukem
9202 1.12 lukem
9203 1.12 lukem
9204 1.12 lukem
9205 1.12 lukem
9206 1.12 lukem
9207 1.12 lukem
9208 1.12 lukem
9209 1.12 lukem
9210 1.12 lukem
9211 1.12 lukem
9212 1.12 lukem
9213 1.12 lukem
9214 1.12 lukem
9215 1.12 lukem
9216 1.12 lukem
9217 1.12 lukem
9218 1.12 lukem
9219 1.12 lukem
9220 1.12 lukem
9221 1.12 lukem
9222 1.12 lukem
9223 1.12 lukem
9224 1.12 lukem
9225 1.12 lukem
9226 1.12 lukem
9227 1.12 lukem
9228 1.12 lukem
9229 1.12 lukem
9230 1.12 lukem
9231 1.12 lukem
9232 1.12 lukem
9233 1.12 lukem
9234 1.12 lukem
9235 1.12 lukem
9236 1.12 lukem
9237 1.12 lukem
9238 1.12 lukem
9239 1.12 lukem
9240 1.12 lukem
9241 1.12 lukem
9242 1.12 lukem
9243 1.12 lukem
9244 1.12 lukem
9245 1.12 lukem
9246 1.12 lukem
9247 1.12 lukem
9248 1.12 lukem
9249 1.12 lukem
9250 1.12 lukem
9251 1.12 lukem
9252 1.12 lukem
9253 1.12 lukem
9254 1.12 lukem
9255 1.12 lukem
9256 1.12 lukem
9257 1.12 lukem
9258 1.12 lukem
9259 1.12 lukem
9260 1.12 lukem
9261 1.12 lukem
9262 1.12 lukem
9263 1.12 lukem
9264 1.12 lukem
9265 1.12 lukem
9266 1.12 lukem
9267 1.12 lukem
9268 1.12 lukem
9269 1.12 lukem
9270 1.12 lukem
9271 1.12 lukem
9272 1.12 lukem
9273 1.12 lukem
9274 1.12 lukem
9275 1.12 lukem
9276 1.12 lukem
9277 1.12 lukem
9278 1.12 lukem
9279 1.12 lukem
9280 1.12 lukem
9281 1.12 lukem
9282 1.12 lukem
9283 1.12 lukem
9284 1.12 lukem
9285 1.12 lukem
9286 1.12 lukem
9287 1.12 lukem
9288 1.12 lukem
9289 1.12 lukem
9290 1.12 lukem
9291 1.12 lukem
9292 1.12 lukem
9293 1.12 lukem
9294 1.12 lukem
9295 1.12 lukem
9296 1.12 lukem
9297 1.12 lukem
9298 1.12 lukem
9299 1.12 lukem
9300 1.12 lukem
9301 1.12 lukem
9302 1.12 lukem
9303 1.12 lukem
9304 1.12 lukem
9305 1.12 lukem
9306 1.12 lukem
9307 1.12 lukem
9308 1.12 lukem
9309 1.12 lukem
9310 1.12 lukem
9311 1.12 lukem
9312 1.12 lukem
9313 1.12 lukem
9314 1.12 lukem
9315 1.12 lukem
9316 1.12 lukem
9317 1.12 lukem
9318 1.18 agc
9319 1.12 lukem
9320 1.12 lukem
9321 1.12 lukem
9322 1.12 lukem
9323 1.12 lukem
9324 1.12 lukem
9325 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9326 1.36 agc $as_echo_n "checking dynamic linker characteristics... " >&6; }
9327 1.12 lukem
9328 1.36 agc if test "$GCC" = yes; then
9329 1.36 agc case $host_os in
9330 1.36 agc darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9331 1.36 agc *) lt_awk_arg="/^libraries:/" ;;
9332 1.36 agc esac
9333 1.36 agc lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
9334 1.36 agc if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
9335 1.36 agc # if the path contains ";" then we assume it to be the separator
9336 1.36 agc # otherwise default to the standard path separator (i.e. ":") - it is
9337 1.36 agc # assumed that no part of a normal pathname contains ";" but that should
9338 1.36 agc # okay in the real world where ";" in dirpaths is itself problematic.
9339 1.36 agc lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
9340 1.36 agc else
9341 1.36 agc lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
9342 1.36 agc fi
9343 1.36 agc # Ok, now we have the path, separated by spaces, we can step through it
9344 1.36 agc # and add multilib dir if necessary.
9345 1.36 agc lt_tmp_lt_search_path_spec=
9346 1.36 agc lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9347 1.36 agc for lt_sys_path in $lt_search_path_spec; do
9348 1.36 agc if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9349 1.36 agc lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9350 1.36 agc else
9351 1.36 agc test -d "$lt_sys_path" && \
9352 1.36 agc lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9353 1.36 agc fi
9354 1.12 lukem done
9355 1.36 agc lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk '
9356 1.36 agc BEGIN {RS=" "; FS="/|\n";} {
9357 1.36 agc lt_foo="";
9358 1.36 agc lt_count=0;
9359 1.36 agc for (lt_i = NF; lt_i > 0; lt_i--) {
9360 1.36 agc if ($lt_i != "" && $lt_i != ".") {
9361 1.36 agc if ($lt_i == "..") {
9362 1.36 agc lt_count++;
9363 1.36 agc } else {
9364 1.36 agc if (lt_count == 0) {
9365 1.36 agc lt_foo="/" $lt_i lt_foo;
9366 1.36 agc } else {
9367 1.36 agc lt_count--;
9368 1.36 agc }
9369 1.36 agc }
9370 1.36 agc }
9371 1.36 agc }
9372 1.36 agc if (lt_foo != "") { lt_freq[lt_foo]++; }
9373 1.36 agc if (lt_freq[lt_foo] == 1) { print lt_foo; }
9374 1.36 agc }'`
9375 1.36 agc sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
9376 1.12 lukem else
9377 1.36 agc sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9378 1.12 lukem fi
9379 1.36 agc library_names_spec=
9380 1.36 agc libname_spec='lib$name'
9381 1.36 agc soname_spec=
9382 1.36 agc shrext_cmds=".so"
9383 1.36 agc postinstall_cmds=
9384 1.36 agc postuninstall_cmds=
9385 1.36 agc finish_cmds=
9386 1.36 agc finish_eval=
9387 1.36 agc shlibpath_var=
9388 1.36 agc shlibpath_overrides_runpath=unknown
9389 1.36 agc version_type=none
9390 1.36 agc dynamic_linker="$host_os ld.so"
9391 1.36 agc sys_lib_dlsearch_path_spec="/lib /usr/lib"
9392 1.36 agc need_lib_prefix=unknown
9393 1.36 agc hardcode_into_libs=no
9394 1.12 lukem
9395 1.36 agc # when you set need_version to no, make sure it does not cause -set_version
9396 1.36 agc # flags to be left without arguments
9397 1.36 agc need_version=unknown
9398 1.12 lukem
9399 1.12 lukem case $host_os in
9400 1.36 agc aix3*)
9401 1.36 agc version_type=linux
9402 1.36 agc library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9403 1.36 agc shlibpath_var=LIBPATH
9404 1.36 agc
9405 1.36 agc # AIX 3 has no versioning support, so we append a major version to the name.
9406 1.36 agc soname_spec='${libname}${release}${shared_ext}$major'
9407 1.12 lukem ;;
9408 1.12 lukem
9409 1.36 agc aix[4-9]*)
9410 1.36 agc version_type=linux
9411 1.36 agc need_lib_prefix=no
9412 1.36 agc need_version=no
9413 1.36 agc hardcode_into_libs=yes
9414 1.36 agc if test "$host_cpu" = ia64; then
9415 1.36 agc # AIX 5 supports IA64
9416 1.36 agc library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9417 1.36 agc shlibpath_var=LD_LIBRARY_PATH
9418 1.36 agc else
9419 1.36 agc # With GCC up to 2.95.x, collect2 would create an import file
9420 1.36 agc # for dependence libraries. The import file would start with
9421 1.36 agc # the line `#! .'. This would cause the generated library to
9422 1.36 agc # depend on `.', always an invalid library. This was fixed in
9423 1.36 agc # development snapshots of GCC prior to 3.0.
9424 1.36 agc case $host_os in
9425 1.36 agc aix4 | aix4.[01] | aix4.[01].*)
9426 1.36 agc if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9427 1.36 agc echo ' yes '
9428 1.36 agc echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9429 1.36 agc :
9430 1.36 agc else
9431 1.36 agc can_build_shared=no
9432 1.36 agc fi
9433 1.12 lukem ;;
9434 1.12 lukem esac
9435 1.36 agc # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9436 1.36 agc # soname into executable. Probably we can add versioning support to
9437 1.36 agc # collect2, so additional links can be useful in future.
9438 1.36 agc if test "$aix_use_runtimelinking" = yes; then
9439 1.36 agc # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9440 1.36 agc # instead of lib<name>.a to let people know that these are not
9441 1.36 agc # typical AIX shared libraries.
9442 1.36 agc library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9443 1.36 agc else
9444 1.36 agc # We preserve .a as extension for shared libraries through AIX4.2
9445 1.36 agc # and later when we are not doing run time linking.
9446 1.36 agc library_names_spec='${libname}${release}.a $libname.a'
9447 1.36 agc soname_spec='${libname}${release}${shared_ext}$major'
9448 1.12 lukem fi
9449 1.36 agc shlibpath_var=LIBPATH
9450 1.36 agc fi
9451 1.12 lukem ;;
9452 1.12 lukem
9453 1.36 agc amigaos*)
9454 1.36 agc case $host_cpu in
9455 1.36 agc powerpc)
9456 1.36 agc # Since July 2007 AmigaOS4 officially supports .so libraries.
9457 1.36 agc # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9458 1.36 agc library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9459 1.36 agc ;;
9460 1.36 agc m68k)
9461 1.36 agc library_names_spec='$libname.ixlibrary $libname.a'
9462 1.36 agc # Create ${libname}_ixlibrary.a entries in /sys/libs.
9463 1.36 agc finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
9464 1.12 lukem ;;
9465 1.12 lukem esac
9466 1.12 lukem ;;
9467 1.12 lukem
9468 1.36 agc beos*)
9469 1.36 agc library_names_spec='${libname}${shared_ext}'
9470 1.36 agc dynamic_linker="$host_os ld.so"
9471 1.36 agc shlibpath_var=LIBRARY_PATH
9472 1.36 agc ;;
9473 1.18 agc
9474 1.36 agc bsdi[45]*)
9475 1.36 agc version_type=linux
9476 1.36 agc need_version=no
9477 1.36 agc library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9478 1.36 agc soname_spec='${libname}${release}${shared_ext}$major'
9479 1.36 agc finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9480 1.36 agc shlibpath_var=LD_LIBRARY_PATH
9481 1.36 agc sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9482 1.36 agc sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9483 1.36 agc # the default ld.so.conf also contains /usr/contrib/lib and
9484 1.36 agc # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9485 1.36 agc # libtool to hard-code these into programs
9486 1.36 agc ;;
9487 1.12 lukem
9488 1.36 agc cygwin* | mingw* | pw32* | cegcc*)
9489 1.36 agc version_type=windows
9490 1.36 agc shrext_cmds=".dll"
9491 1.36 agc need_version=no
9492 1.36 agc need_lib_prefix=no
9493 1.12 lukem
9494 1.36 agc case $GCC,$host_os in
9495 1.36 agc yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
9496 1.36 agc library_names_spec='$libname.dll.a'
9497 1.36 agc # DLL is installed to $(libdir)/../bin by postinstall_cmds
9498 1.36 agc postinstall_cmds='base_file=`basename \${file}`~
9499 1.36 agc dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9500 1.36 agc dldir=$destdir/`dirname \$dlpath`~
9501 1.36 agc test -d \$dldir || mkdir -p \$dldir~
9502 1.36 agc $install_prog $dir/$dlname \$dldir/$dlname~
9503 1.36 agc chmod a+x \$dldir/$dlname~
9504 1.36 agc if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9505 1.36 agc eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9506 1.36 agc fi'
9507 1.36 agc postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9508 1.36 agc dlpath=$dir/\$dldll~
9509 1.36 agc $RM \$dlpath'
9510 1.36 agc shlibpath_overrides_runpath=yes
9511 1.12 lukem
9512 1.12 lukem case $host_os in
9513 1.36 agc cygwin*)
9514 1.36 agc # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9515 1.36 agc soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9516 1.36 agc sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
9517 1.36 agc ;;
9518 1.36 agc mingw* | cegcc*)
9519 1.36 agc # MinGW DLLs use traditional 'lib' prefix
9520 1.36 agc soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9521 1.36 agc sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
9522 1.36 agc if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
9523 1.36 agc # It is most probably a Windows format PATH printed by
9524 1.36 agc # mingw gcc, but we are running on Cygwin. Gcc prints its search
9525 1.36 agc # path with ; separators, and with drive letters. We can handle the
9526 1.36 agc # drive letters (cygwin fileutils understands them), so leave them,
9527 1.36 agc # especially as we might pass files found there to a mingw objdump,
9528 1.36 agc # which wouldn't understand a cygwinified path. Ahh.
9529 1.36 agc sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
9530 1.36 agc else
9531 1.36 agc sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
9532 1.12 lukem fi
9533 1.12 lukem ;;
9534 1.36 agc pw32*)
9535 1.36 agc # pw32 DLLs use 'pw' prefix rather than 'lib'
9536 1.36 agc library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9537 1.12 lukem ;;
9538 1.36 agc esac
9539 1.36 agc ;;
9540 1.36 agc
9541 1.36 agc *)
9542 1.36 agc library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9543 1.36 agc ;;
9544 1.36 agc esac
9545 1.36 agc dynamic_linker='Win32 ld.exe'
9546 1.36 agc # FIXME: first we should search . and the directory the executable is in
9547 1.36 agc shlibpath_var=PATH
9548 1.36 agc ;;
9549 1.12 lukem
9550 1.36 agc darwin* | rhapsody*)
9551 1.36 agc dynamic_linker="$host_os dyld"
9552 1.36 agc version_type=darwin
9553 1.36 agc need_lib_prefix=no
9554 1.36 agc need_version=no
9555 1.36 agc library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9556 1.36 agc soname_spec='${libname}${release}${major}$shared_ext'
9557 1.36 agc shlibpath_overrides_runpath=yes
9558 1.36 agc shlibpath_var=DYLD_LIBRARY_PATH
9559 1.36 agc shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9560 1.12 lukem
9561 1.36 agc sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9562 1.36 agc sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9563 1.36 agc ;;
9564 1.12 lukem
9565 1.36 agc dgux*)
9566 1.36 agc version_type=linux
9567 1.36 agc need_lib_prefix=no
9568 1.36 agc need_version=no
9569 1.36 agc library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9570 1.36 agc soname_spec='${libname}${release}${shared_ext}$major'
9571 1.36 agc shlibpath_var=LD_LIBRARY_PATH
9572 1.36 agc ;;
9573 1.12 lukem
9574 1.36 agc freebsd1*)
9575 1.36 agc dynamic_linker=no
9576 1.36 agc ;;
9577 1.12 lukem
9578 1.36 agc freebsd* | dragonfly*)
9579 1.36 agc # DragonFly does not have aout. When/if they implement a new
9580 1.36 agc # versioning mechanism, adjust this.
9581 1.36 agc if test -x /usr/bin/objformat; then
9582 1.36 agc objformat=`/usr/bin/objformat`
9583 1.36 agc else
9584 1.36 agc case $host_os in
9585 1.36 agc freebsd[123]*) objformat=aout ;;
9586 1.36 agc *) objformat=elf ;;
9587 1.36 agc esac
9588 1.36 agc fi
9589 1.36 agc version_type=freebsd-$objformat
9590 1.36 agc case $version_type in
9591 1.36 agc freebsd-elf*)
9592 1.36 agc library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9593 1.36 agc need_version=no
9594 1.36 agc need_lib_prefix=no
9595 1.36 agc ;;
9596 1.36 agc freebsd-*)
9597 1.36 agc library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9598 1.36 agc need_version=yes
9599 1.36 agc ;;
9600 1.36 agc esac
9601 1.36 agc shlibpath_var=LD_LIBRARY_PATH
9602 1.36 agc case $host_os in
9603 1.36 agc freebsd2*)
9604 1.36 agc shlibpath_overrides_runpath=yes
9605 1.36 agc ;;
9606 1.36 agc freebsd3.[01]* | freebsdelf3.[01]*)
9607 1.36 agc shlibpath_overrides_runpath=yes
9608 1.36 agc hardcode_into_libs=yes
9609 1.36 agc ;;
9610 1.36 agc freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9611 1.36 agc freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9612 1.36 agc shlibpath_overrides_runpath=no
9613 1.36 agc hardcode_into_libs=yes
9614 1.12 lukem ;;
9615 1.36 agc *) # from 4.6 on, and DragonFly
9616 1.36 agc shlibpath_overrides_runpath=yes
9617 1.36 agc hardcode_into_libs=yes
9618 1.12 lukem ;;
9619 1.36 agc esac
9620 1.36 agc ;;
9621 1.36 agc
9622 1.36 agc gnu*)
9623 1.36 agc version_type=linux
9624 1.36 agc need_lib_prefix=no
9625 1.36 agc need_version=no
9626 1.36 agc library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9627 1.36 agc soname_spec='${libname}${release}${shared_ext}$major'
9628 1.36 agc shlibpath_var=LD_LIBRARY_PATH
9629 1.36 agc hardcode_into_libs=yes
9630 1.36 agc ;;
9631 1.12 lukem
9632 1.36 agc hpux9* | hpux10* | hpux11*)
9633 1.36 agc # Give a soname corresponding to the major version so that dld.sl refuses to
9634 1.36 agc # link against other versions.
9635 1.36 agc version_type=sunos
9636 1.36 agc need_lib_prefix=no
9637 1.36 agc need_version=no
9638 1.36 agc case $host_cpu in
9639 1.36 agc ia64*)
9640 1.36 agc shrext_cmds='.so'
9641 1.36 agc hardcode_into_libs=yes
9642 1.36 agc dynamic_linker="$host_os dld.so"
9643 1.36 agc shlibpath_var=LD_LIBRARY_PATH
9644 1.36 agc shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9645 1.36 agc library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9646 1.36 agc soname_spec='${libname}${release}${shared_ext}$major'
9647 1.36 agc if test "X$HPUX_IA64_MODE" = X32; then
9648 1.36 agc sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
9649 1.36 agc else
9650 1.36 agc sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
9651 1.36 agc fi
9652 1.36 agc sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9653 1.36 agc ;;
9654 1.36 agc hppa*64*)
9655 1.36 agc shrext_cmds='.sl'
9656 1.36 agc hardcode_into_libs=yes
9657 1.36 agc dynamic_linker="$host_os dld.sl"
9658 1.36 agc shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
9659 1.36 agc shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9660 1.36 agc library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9661 1.36 agc soname_spec='${libname}${release}${shared_ext}$major'
9662 1.36 agc sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
9663 1.36 agc sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9664 1.36 agc ;;
9665 1.36 agc *)
9666 1.36 agc shrext_cmds='.sl'
9667 1.36 agc dynamic_linker="$host_os dld.sl"
9668 1.36 agc shlibpath_var=SHLIB_PATH
9669 1.36 agc shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
9670 1.36 agc library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9671 1.36 agc soname_spec='${libname}${release}${shared_ext}$major'
9672 1.36 agc ;;
9673 1.36 agc esac
9674 1.36 agc # HP-UX runs *really* slowly unless shared libraries are mode 555.
9675 1.36 agc postinstall_cmds='chmod 555 $lib'
9676 1.36 agc ;;
9677 1.36 agc
9678 1.36 agc interix[3-9]*)
9679 1.36 agc version_type=linux
9680 1.36 agc need_lib_prefix=no
9681 1.36 agc need_version=no
9682 1.36 agc library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9683 1.36 agc soname_spec='${libname}${release}${shared_ext}$major'
9684 1.36 agc dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
9685 1.36 agc shlibpath_var=LD_LIBRARY_PATH
9686 1.36 agc shlibpath_overrides_runpath=no
9687 1.36 agc hardcode_into_libs=yes
9688 1.36 agc ;;
9689 1.36 agc
9690 1.36 agc irix5* | irix6* | nonstopux*)
9691 1.36 agc case $host_os in
9692 1.36 agc nonstopux*) version_type=nonstopux ;;
9693 1.36 agc *)
9694 1.36 agc if test "$lt_cv_prog_gnu_ld" = yes; then
9695 1.36 agc version_type=linux
9696 1.36 agc else
9697 1.36 agc version_type=irix
9698 1.36 agc fi ;;
9699 1.36 agc esac
9700 1.36 agc need_lib_prefix=no
9701 1.36 agc need_version=no
9702 1.36 agc soname_spec='${libname}${release}${shared_ext}$major'
9703 1.36 agc library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
9704 1.36 agc case $host_os in
9705 1.36 agc irix5* | nonstopux*)
9706 1.36 agc libsuff= shlibsuff=
9707 1.36 agc ;;
9708 1.36 agc *)
9709 1.36 agc case $LD in # libtool.m4 will add one of these switches to LD
9710 1.36 agc *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
9711 1.36 agc libsuff= shlibsuff= libmagic=32-bit;;
9712 1.36 agc *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
9713 1.36 agc libsuff=32 shlibsuff=N32 libmagic=N32;;
9714 1.36 agc *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
9715 1.36 agc libsuff=64 shlibsuff=64 libmagic=64-bit;;
9716 1.36 agc *) libsuff= shlibsuff= libmagic=never-match;;
9717 1.36 agc esac
9718 1.36 agc ;;
9719 1.36 agc esac
9720 1.36 agc shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
9721 1.36 agc shlibpath_overrides_runpath=no
9722 1.36 agc sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
9723 1.36 agc sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
9724 1.36 agc hardcode_into_libs=yes
9725 1.36 agc ;;
9726 1.36 agc
9727 1.36 agc # No shared lib support for Linux oldld, aout, or coff.
9728 1.36 agc linux*oldld* | linux*aout* | linux*coff*)
9729 1.36 agc dynamic_linker=no
9730 1.36 agc ;;
9731 1.36 agc
9732 1.36 agc # This must be Linux ELF.
9733 1.36 agc linux* | k*bsd*-gnu)
9734 1.36 agc version_type=linux
9735 1.36 agc need_lib_prefix=no
9736 1.36 agc need_version=no
9737 1.36 agc library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9738 1.36 agc soname_spec='${libname}${release}${shared_ext}$major'
9739 1.36 agc finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
9740 1.36 agc shlibpath_var=LD_LIBRARY_PATH
9741 1.36 agc shlibpath_overrides_runpath=no
9742 1.36 agc # Some binutils ld are patched to set DT_RUNPATH
9743 1.36 agc save_LDFLAGS=$LDFLAGS
9744 1.36 agc save_libdir=$libdir
9745 1.36 agc eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
9746 1.36 agc LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
9747 1.39 agc cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9748 1.36 agc /* end confdefs.h. */
9749 1.12 lukem
9750 1.36 agc int
9751 1.36 agc main ()
9752 1.36 agc {
9753 1.12 lukem
9754 1.36 agc ;
9755 1.36 agc return 0;
9756 1.36 agc }
9757 1.36 agc _ACEOF
9758 1.39 agc if ac_fn_c_try_link "$LINENO"; then :
9759 1.39 agc if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
9760 1.36 agc shlibpath_overrides_runpath=yes
9761 1.12 lukem fi
9762 1.12 lukem fi
9763 1.39 agc rm -f core conftest.err conftest.$ac_objext \
9764 1.39 agc conftest$ac_exeext conftest.$ac_ext
9765 1.36 agc LDFLAGS=$save_LDFLAGS
9766 1.36 agc libdir=$save_libdir
9767 1.36 agc
9768 1.36 agc # This implies no fast_install, which is unacceptable.
9769 1.36 agc # Some rework will be needed to allow for fast_install
9770 1.36 agc # before this can be enabled.
9771 1.36 agc hardcode_into_libs=yes
9772 1.12 lukem
9773 1.36 agc # Append ld.so.conf contents to the search path
9774 1.36 agc if test -f /etc/ld.so.conf; then
9775 1.36 agc lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
9776 1.36 agc sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
9777 1.12 lukem fi
9778 1.12 lukem
9779 1.36 agc # We used to test for /lib/ld.so.1 and disable shared libraries on
9780 1.36 agc # powerpc, because MkLinux only supported shared libraries with the
9781 1.36 agc # GNU dynamic linker. Since this was broken with cross compilers,
9782 1.36 agc # most powerpc-linux boxes support dynamic linking these days and
9783 1.36 agc # people can always --disable-shared, the test was removed, and we
9784 1.36 agc # assume the GNU/Linux dynamic linker is in use.
9785 1.36 agc dynamic_linker='GNU/Linux ld.so'
9786 1.36 agc ;;
9787 1.12 lukem
9788 1.36 agc netbsd*)
9789 1.36 agc version_type=sunos
9790 1.36 agc need_lib_prefix=no
9791 1.36 agc need_version=no
9792 1.36 agc if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9793 1.36 agc library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9794 1.36 agc finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
9795 1.36 agc dynamic_linker='NetBSD (a.out) ld.so'
9796 1.36 agc else
9797 1.36 agc library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9798 1.36 agc soname_spec='${libname}${release}${shared_ext}$major'
9799 1.36 agc dynamic_linker='NetBSD ld.elf_so'
9800 1.36 agc fi
9801 1.36 agc shlibpath_var=LD_LIBRARY_PATH
9802 1.36 agc shlibpath_overrides_runpath=yes
9803 1.36 agc hardcode_into_libs=yes
9804 1.12 lukem ;;
9805 1.36 agc
9806 1.36 agc newsos6)
9807 1.36 agc version_type=linux
9808 1.36 agc library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9809 1.36 agc shlibpath_var=LD_LIBRARY_PATH
9810 1.36 agc shlibpath_overrides_runpath=yes
9811 1.12 lukem ;;
9812 1.36 agc
9813 1.36 agc *nto* | *qnx*)
9814 1.36 agc version_type=qnx
9815 1.36 agc need_lib_prefix=no
9816 1.36 agc need_version=no
9817 1.36 agc library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9818 1.36 agc soname_spec='${libname}${release}${shared_ext}$major'
9819 1.36 agc shlibpath_var=LD_LIBRARY_PATH
9820 1.36 agc shlibpath_overrides_runpath=no
9821 1.36 agc hardcode_into_libs=yes
9822 1.36 agc dynamic_linker='ldqnx.so'
9823 1.12 lukem ;;
9824 1.12 lukem
9825 1.36 agc openbsd*)
9826 1.36 agc version_type=sunos
9827 1.36 agc sys_lib_dlsearch_path_spec="/usr/lib"
9828 1.36 agc need_lib_prefix=no
9829 1.36 agc # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
9830 1.36 agc case $host_os in
9831 1.36 agc openbsd3.3 | openbsd3.3.*) need_version=yes ;;
9832 1.36 agc *) need_version=no ;;
9833 1.36 agc esac
9834 1.36 agc library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9835 1.36 agc finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
9836 1.36 agc shlibpath_var=LD_LIBRARY_PATH
9837 1.36 agc if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9838 1.36 agc case $host_os in
9839 1.36 agc openbsd2.[89] | openbsd2.[89].*)
9840 1.36 agc shlibpath_overrides_runpath=no
9841 1.36 agc ;;
9842 1.36 agc *)
9843 1.36 agc shlibpath_overrides_runpath=yes
9844 1.36 agc ;;
9845 1.36 agc esac
9846 1.36 agc else
9847 1.36 agc shlibpath_overrides_runpath=yes
9848 1.36 agc fi
9849 1.36 agc ;;
9850 1.12 lukem
9851 1.36 agc os2*)
9852 1.36 agc libname_spec='$name'
9853 1.36 agc shrext_cmds=".dll"
9854 1.36 agc need_lib_prefix=no
9855 1.36 agc library_names_spec='$libname${shared_ext} $libname.a'
9856 1.36 agc dynamic_linker='OS/2 ld.exe'
9857 1.36 agc shlibpath_var=LIBPATH
9858 1.36 agc ;;
9859 1.12 lukem
9860 1.36 agc osf3* | osf4* | osf5*)
9861 1.36 agc version_type=osf
9862 1.36 agc need_lib_prefix=no
9863 1.36 agc need_version=no
9864 1.36 agc soname_spec='${libname}${release}${shared_ext}$major'
9865 1.36 agc library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9866 1.36 agc shlibpath_var=LD_LIBRARY_PATH
9867 1.36 agc sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
9868 1.36 agc sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
9869 1.36 agc ;;
9870 1.12 lukem
9871 1.36 agc rdos*)
9872 1.36 agc dynamic_linker=no
9873 1.12 lukem ;;
9874 1.12 lukem
9875 1.36 agc solaris*)
9876 1.36 agc version_type=linux
9877 1.36 agc need_lib_prefix=no
9878 1.36 agc need_version=no
9879 1.36 agc library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9880 1.36 agc soname_spec='${libname}${release}${shared_ext}$major'
9881 1.36 agc shlibpath_var=LD_LIBRARY_PATH
9882 1.36 agc shlibpath_overrides_runpath=yes
9883 1.36 agc hardcode_into_libs=yes
9884 1.36 agc # ldd complains unless libraries are executable
9885 1.36 agc postinstall_cmds='chmod +x $lib'
9886 1.36 agc ;;
9887 1.12 lukem
9888 1.36 agc sunos4*)
9889 1.36 agc version_type=sunos
9890 1.36 agc library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9891 1.36 agc finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
9892 1.36 agc shlibpath_var=LD_LIBRARY_PATH
9893 1.36 agc shlibpath_overrides_runpath=yes
9894 1.36 agc if test "$with_gnu_ld" = yes; then
9895 1.36 agc need_lib_prefix=no
9896 1.36 agc fi
9897 1.36 agc need_version=yes
9898 1.36 agc ;;
9899 1.12 lukem
9900 1.36 agc sysv4 | sysv4.3*)
9901 1.12 lukem version_type=linux
9902 1.36 agc library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9903 1.36 agc soname_spec='${libname}${release}${shared_ext}$major'
9904 1.36 agc shlibpath_var=LD_LIBRARY_PATH
9905 1.36 agc case $host_vendor in
9906 1.36 agc sni)
9907 1.36 agc shlibpath_overrides_runpath=no
9908 1.36 agc need_lib_prefix=no
9909 1.36 agc runpath_var=LD_RUN_PATH
9910 1.36 agc ;;
9911 1.36 agc siemens)
9912 1.36 agc need_lib_prefix=no
9913 1.36 agc ;;
9914 1.36 agc motorola)
9915 1.36 agc need_lib_prefix=no
9916 1.36 agc need_version=no
9917 1.36 agc shlibpath_overrides_runpath=no
9918 1.36 agc sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
9919 1.36 agc ;;
9920 1.36 agc esac
9921 1.36 agc ;;
9922 1.12 lukem
9923 1.36 agc sysv4*MP*)
9924 1.36 agc if test -d /usr/nec ;then
9925 1.36 agc version_type=linux
9926 1.36 agc library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
9927 1.36 agc soname_spec='$libname${shared_ext}.$major'
9928 1.36 agc shlibpath_var=LD_LIBRARY_PATH
9929 1.36 agc fi
9930 1.12 lukem ;;
9931 1.12 lukem
9932 1.36 agc sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
9933 1.36 agc version_type=freebsd-elf
9934 1.12 lukem need_lib_prefix=no
9935 1.12 lukem need_version=no
9936 1.36 agc library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9937 1.36 agc soname_spec='${libname}${release}${shared_ext}$major'
9938 1.36 agc shlibpath_var=LD_LIBRARY_PATH
9939 1.36 agc shlibpath_overrides_runpath=yes
9940 1.12 lukem hardcode_into_libs=yes
9941 1.36 agc if test "$with_gnu_ld" = yes; then
9942 1.36 agc sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
9943 1.12 lukem else
9944 1.36 agc sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
9945 1.12 lukem case $host_os in
9946 1.36 agc sco3.2v5*)
9947 1.36 agc sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
9948 1.36 agc ;;
9949 1.12 lukem esac
9950 1.12 lukem fi
9951 1.36 agc sys_lib_dlsearch_path_spec='/usr/lib'
9952 1.12 lukem ;;
9953 1.12 lukem
9954 1.36 agc tpf*)
9955 1.36 agc # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
9956 1.36 agc version_type=linux
9957 1.36 agc need_lib_prefix=no
9958 1.36 agc need_version=no
9959 1.36 agc library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9960 1.36 agc shlibpath_var=LD_LIBRARY_PATH
9961 1.36 agc shlibpath_overrides_runpath=no
9962 1.36 agc hardcode_into_libs=yes
9963 1.12 lukem ;;
9964 1.12 lukem
9965 1.36 agc uts4*)
9966 1.12 lukem version_type=linux
9967 1.12 lukem library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9968 1.12 lukem soname_spec='${libname}${release}${shared_ext}$major'
9969 1.12 lukem shlibpath_var=LD_LIBRARY_PATH
9970 1.12 lukem ;;
9971 1.12 lukem
9972 1.36 agc *)
9973 1.36 agc dynamic_linker=no
9974 1.36 agc ;;
9975 1.36 agc esac
9976 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
9977 1.36 agc $as_echo "$dynamic_linker" >&6; }
9978 1.36 agc test "$dynamic_linker" = no && can_build_shared=no
9979 1.36 agc
9980 1.36 agc variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
9981 1.36 agc if test "$GCC" = yes; then
9982 1.36 agc variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
9983 1.36 agc fi
9984 1.36 agc
9985 1.36 agc if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
9986 1.36 agc sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
9987 1.36 agc fi
9988 1.36 agc if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
9989 1.36 agc sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
9990 1.36 agc fi
9991 1.36 agc
9992 1.36 agc
9993 1.36 agc
9994 1.36 agc
9995 1.36 agc
9996 1.36 agc
9997 1.12 lukem
9998 1.12 lukem
9999 1.12 lukem
10000 1.12 lukem
10001 1.12 lukem
10002 1.12 lukem
10003 1.12 lukem
10004 1.12 lukem
10005 1.12 lukem
10006 1.12 lukem
10007 1.12 lukem
10008 1.12 lukem
10009 1.12 lukem
10010 1.12 lukem
10011 1.12 lukem
10012 1.12 lukem
10013 1.12 lukem
10014 1.12 lukem
10015 1.12 lukem
10016 1.12 lukem
10017 1.12 lukem
10018 1.12 lukem
10019 1.12 lukem
10020 1.12 lukem
10021 1.12 lukem
10022 1.12 lukem
10023 1.12 lukem
10024 1.12 lukem
10025 1.12 lukem
10026 1.12 lukem
10027 1.12 lukem
10028 1.12 lukem
10029 1.12 lukem
10030 1.12 lukem
10031 1.12 lukem
10032 1.12 lukem
10033 1.12 lukem
10034 1.12 lukem
10035 1.12 lukem
10036 1.12 lukem
10037 1.12 lukem
10038 1.12 lukem
10039 1.12 lukem
10040 1.12 lukem
10041 1.12 lukem
10042 1.12 lukem
10043 1.12 lukem
10044 1.12 lukem
10045 1.12 lukem
10046 1.12 lukem
10047 1.12 lukem
10048 1.12 lukem
10049 1.12 lukem
10050 1.12 lukem
10051 1.12 lukem
10052 1.12 lukem
10053 1.12 lukem
10054 1.12 lukem
10055 1.12 lukem
10056 1.12 lukem
10057 1.12 lukem
10058 1.12 lukem
10059 1.12 lukem
10060 1.12 lukem
10061 1.12 lukem
10062 1.12 lukem
10063 1.12 lukem
10064 1.12 lukem
10065 1.12 lukem
10066 1.12 lukem
10067 1.12 lukem
10068 1.12 lukem
10069 1.12 lukem
10070 1.12 lukem
10071 1.12 lukem
10072 1.12 lukem
10073 1.12 lukem
10074 1.12 lukem
10075 1.12 lukem
10076 1.12 lukem
10077 1.12 lukem
10078 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10079 1.36 agc $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10080 1.36 agc hardcode_action=
10081 1.36 agc if test -n "$hardcode_libdir_flag_spec" ||
10082 1.36 agc test -n "$runpath_var" ||
10083 1.36 agc test "X$hardcode_automatic" = "Xyes" ; then
10084 1.12 lukem
10085 1.36 agc # We can hardcode non-existent directories.
10086 1.36 agc if test "$hardcode_direct" != no &&
10087 1.36 agc # If the only mechanism to avoid hardcoding is shlibpath_var, we
10088 1.36 agc # have to relink, otherwise we might link with an installed library
10089 1.36 agc # when we should be linking with a yet-to-be-installed one
10090 1.36 agc ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10091 1.36 agc test "$hardcode_minus_L" != no; then
10092 1.36 agc # Linking always hardcodes the temporary library directory.
10093 1.36 agc hardcode_action=relink
10094 1.36 agc else
10095 1.36 agc # We can link without hardcoding, and we can hardcode nonexisting dirs.
10096 1.36 agc hardcode_action=immediate
10097 1.36 agc fi
10098 1.36 agc else
10099 1.36 agc # We cannot hardcode anything, or else we can only hardcode existing
10100 1.36 agc # directories.
10101 1.36 agc hardcode_action=unsupported
10102 1.36 agc fi
10103 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10104 1.36 agc $as_echo "$hardcode_action" >&6; }
10105 1.12 lukem
10106 1.36 agc if test "$hardcode_action" = relink ||
10107 1.36 agc test "$inherit_rpath" = yes; then
10108 1.36 agc # Fast installation is not supported
10109 1.36 agc enable_fast_install=no
10110 1.36 agc elif test "$shlibpath_overrides_runpath" = yes ||
10111 1.36 agc test "$enable_shared" = no; then
10112 1.36 agc # Fast installation is not necessary
10113 1.36 agc enable_fast_install=needless
10114 1.36 agc fi
10115 1.12 lukem
10116 1.12 lukem
10117 1.12 lukem
10118 1.12 lukem
10119 1.12 lukem
10120 1.12 lukem
10121 1.36 agc if test "x$enable_dlopen" != xyes; then
10122 1.36 agc enable_dlopen=unknown
10123 1.36 agc enable_dlopen_self=unknown
10124 1.36 agc enable_dlopen_self_static=unknown
10125 1.36 agc else
10126 1.36 agc lt_cv_dlopen=no
10127 1.36 agc lt_cv_dlopen_libs=
10128 1.12 lukem
10129 1.36 agc case $host_os in
10130 1.36 agc beos*)
10131 1.36 agc lt_cv_dlopen="load_add_on"
10132 1.36 agc lt_cv_dlopen_libs=
10133 1.36 agc lt_cv_dlopen_self=yes
10134 1.36 agc ;;
10135 1.12 lukem
10136 1.36 agc mingw* | pw32* | cegcc*)
10137 1.36 agc lt_cv_dlopen="LoadLibrary"
10138 1.36 agc lt_cv_dlopen_libs=
10139 1.36 agc ;;
10140 1.12 lukem
10141 1.36 agc cygwin*)
10142 1.36 agc lt_cv_dlopen="dlopen"
10143 1.36 agc lt_cv_dlopen_libs=
10144 1.36 agc ;;
10145 1.12 lukem
10146 1.36 agc darwin*)
10147 1.36 agc # if libdl is installed we need to link against it
10148 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10149 1.36 agc $as_echo_n "checking for dlopen in -ldl... " >&6; }
10150 1.39 agc if ${ac_cv_lib_dl_dlopen+:} false; then :
10151 1.36 agc $as_echo_n "(cached) " >&6
10152 1.36 agc else
10153 1.36 agc ac_check_lib_save_LIBS=$LIBS
10154 1.36 agc LIBS="-ldl $LIBS"
10155 1.39 agc cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10156 1.36 agc /* end confdefs.h. */
10157 1.12 lukem
10158 1.36 agc /* Override any GCC internal prototype to avoid an error.
10159 1.36 agc Use char because int might match the return type of a GCC
10160 1.36 agc builtin and then its argument prototype would still apply. */
10161 1.36 agc #ifdef __cplusplus
10162 1.36 agc extern "C"
10163 1.36 agc #endif
10164 1.36 agc char dlopen ();
10165 1.36 agc int
10166 1.36 agc main ()
10167 1.36 agc {
10168 1.36 agc return dlopen ();
10169 1.36 agc ;
10170 1.36 agc return 0;
10171 1.36 agc }
10172 1.36 agc _ACEOF
10173 1.39 agc if ac_fn_c_try_link "$LINENO"; then :
10174 1.36 agc ac_cv_lib_dl_dlopen=yes
10175 1.36 agc else
10176 1.39 agc ac_cv_lib_dl_dlopen=no
10177 1.36 agc fi
10178 1.39 agc rm -f core conftest.err conftest.$ac_objext \
10179 1.39 agc conftest$ac_exeext conftest.$ac_ext
10180 1.36 agc LIBS=$ac_check_lib_save_LIBS
10181 1.36 agc fi
10182 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10183 1.36 agc $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10184 1.39 agc if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10185 1.36 agc lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10186 1.36 agc else
10187 1.12 lukem
10188 1.36 agc lt_cv_dlopen="dyld"
10189 1.36 agc lt_cv_dlopen_libs=
10190 1.36 agc lt_cv_dlopen_self=yes
10191 1.12 lukem
10192 1.36 agc fi
10193 1.12 lukem
10194 1.36 agc ;;
10195 1.12 lukem
10196 1.36 agc *)
10197 1.39 agc ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10198 1.39 agc if test "x$ac_cv_func_shl_load" = xyes; then :
10199 1.39 agc lt_cv_dlopen="shl_load"
10200 1.39 agc else
10201 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10202 1.39 agc $as_echo_n "checking for shl_load in -ldld... " >&6; }
10203 1.39 agc if ${ac_cv_lib_dld_shl_load+:} false; then :
10204 1.36 agc $as_echo_n "(cached) " >&6
10205 1.36 agc else
10206 1.39 agc ac_check_lib_save_LIBS=$LIBS
10207 1.39 agc LIBS="-ldld $LIBS"
10208 1.39 agc cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10209 1.36 agc /* end confdefs.h. */
10210 1.12 lukem
10211 1.36 agc /* Override any GCC internal prototype to avoid an error.
10212 1.36 agc Use char because int might match the return type of a GCC
10213 1.36 agc builtin and then its argument prototype would still apply. */
10214 1.36 agc #ifdef __cplusplus
10215 1.36 agc extern "C"
10216 1.36 agc #endif
10217 1.36 agc char shl_load ();
10218 1.36 agc int
10219 1.36 agc main ()
10220 1.36 agc {
10221 1.36 agc return shl_load ();
10222 1.36 agc ;
10223 1.36 agc return 0;
10224 1.36 agc }
10225 1.36 agc _ACEOF
10226 1.39 agc if ac_fn_c_try_link "$LINENO"; then :
10227 1.39 agc ac_cv_lib_dld_shl_load=yes
10228 1.36 agc else
10229 1.39 agc ac_cv_lib_dld_shl_load=no
10230 1.36 agc fi
10231 1.39 agc rm -f core conftest.err conftest.$ac_objext \
10232 1.39 agc conftest$ac_exeext conftest.$ac_ext
10233 1.36 agc LIBS=$ac_check_lib_save_LIBS
10234 1.36 agc fi
10235 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10236 1.36 agc $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10237 1.39 agc if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
10238 1.36 agc lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10239 1.36 agc else
10240 1.39 agc ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10241 1.39 agc if test "x$ac_cv_func_dlopen" = xyes; then :
10242 1.36 agc lt_cv_dlopen="dlopen"
10243 1.36 agc else
10244 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10245 1.36 agc $as_echo_n "checking for dlopen in -ldl... " >&6; }
10246 1.39 agc if ${ac_cv_lib_dl_dlopen+:} false; then :
10247 1.36 agc $as_echo_n "(cached) " >&6
10248 1.36 agc else
10249 1.36 agc ac_check_lib_save_LIBS=$LIBS
10250 1.36 agc LIBS="-ldl $LIBS"
10251 1.39 agc cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10252 1.36 agc /* end confdefs.h. */
10253 1.12 lukem
10254 1.36 agc /* Override any GCC internal prototype to avoid an error.
10255 1.36 agc Use char because int might match the return type of a GCC
10256 1.36 agc builtin and then its argument prototype would still apply. */
10257 1.36 agc #ifdef __cplusplus
10258 1.36 agc extern "C"
10259 1.36 agc #endif
10260 1.36 agc char dlopen ();
10261 1.36 agc int
10262 1.36 agc main ()
10263 1.36 agc {
10264 1.36 agc return dlopen ();
10265 1.36 agc ;
10266 1.36 agc return 0;
10267 1.36 agc }
10268 1.36 agc _ACEOF
10269 1.39 agc if ac_fn_c_try_link "$LINENO"; then :
10270 1.36 agc ac_cv_lib_dl_dlopen=yes
10271 1.36 agc else
10272 1.39 agc ac_cv_lib_dl_dlopen=no
10273 1.36 agc fi
10274 1.39 agc rm -f core conftest.err conftest.$ac_objext \
10275 1.39 agc conftest$ac_exeext conftest.$ac_ext
10276 1.36 agc LIBS=$ac_check_lib_save_LIBS
10277 1.36 agc fi
10278 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10279 1.36 agc $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10280 1.39 agc if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10281 1.36 agc lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10282 1.36 agc else
10283 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10284 1.36 agc $as_echo_n "checking for dlopen in -lsvld... " >&6; }
10285 1.39 agc if ${ac_cv_lib_svld_dlopen+:} false; then :
10286 1.36 agc $as_echo_n "(cached) " >&6
10287 1.36 agc else
10288 1.36 agc ac_check_lib_save_LIBS=$LIBS
10289 1.36 agc LIBS="-lsvld $LIBS"
10290 1.39 agc cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10291 1.36 agc /* end confdefs.h. */
10292 1.12 lukem
10293 1.36 agc /* Override any GCC internal prototype to avoid an error.
10294 1.36 agc Use char because int might match the return type of a GCC
10295 1.36 agc builtin and then its argument prototype would still apply. */
10296 1.36 agc #ifdef __cplusplus
10297 1.36 agc extern "C"
10298 1.36 agc #endif
10299 1.36 agc char dlopen ();
10300 1.36 agc int
10301 1.36 agc main ()
10302 1.36 agc {
10303 1.36 agc return dlopen ();
10304 1.36 agc ;
10305 1.36 agc return 0;
10306 1.36 agc }
10307 1.36 agc _ACEOF
10308 1.39 agc if ac_fn_c_try_link "$LINENO"; then :
10309 1.36 agc ac_cv_lib_svld_dlopen=yes
10310 1.36 agc else
10311 1.39 agc ac_cv_lib_svld_dlopen=no
10312 1.36 agc fi
10313 1.39 agc rm -f core conftest.err conftest.$ac_objext \
10314 1.39 agc conftest$ac_exeext conftest.$ac_ext
10315 1.36 agc LIBS=$ac_check_lib_save_LIBS
10316 1.36 agc fi
10317 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10318 1.36 agc $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10319 1.39 agc if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
10320 1.36 agc lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10321 1.36 agc else
10322 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10323 1.36 agc $as_echo_n "checking for dld_link in -ldld... " >&6; }
10324 1.39 agc if ${ac_cv_lib_dld_dld_link+:} false; then :
10325 1.36 agc $as_echo_n "(cached) " >&6
10326 1.12 lukem else
10327 1.36 agc ac_check_lib_save_LIBS=$LIBS
10328 1.36 agc LIBS="-ldld $LIBS"
10329 1.39 agc cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10330 1.36 agc /* end confdefs.h. */
10331 1.12 lukem
10332 1.36 agc /* Override any GCC internal prototype to avoid an error.
10333 1.36 agc Use char because int might match the return type of a GCC
10334 1.36 agc builtin and then its argument prototype would still apply. */
10335 1.36 agc #ifdef __cplusplus
10336 1.36 agc extern "C"
10337 1.36 agc #endif
10338 1.36 agc char dld_link ();
10339 1.36 agc int
10340 1.36 agc main ()
10341 1.36 agc {
10342 1.36 agc return dld_link ();
10343 1.36 agc ;
10344 1.36 agc return 0;
10345 1.36 agc }
10346 1.36 agc _ACEOF
10347 1.39 agc if ac_fn_c_try_link "$LINENO"; then :
10348 1.36 agc ac_cv_lib_dld_dld_link=yes
10349 1.36 agc else
10350 1.39 agc ac_cv_lib_dld_dld_link=no
10351 1.36 agc fi
10352 1.39 agc rm -f core conftest.err conftest.$ac_objext \
10353 1.39 agc conftest$ac_exeext conftest.$ac_ext
10354 1.36 agc LIBS=$ac_check_lib_save_LIBS
10355 1.36 agc fi
10356 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10357 1.36 agc $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
10358 1.39 agc if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
10359 1.36 agc lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10360 1.36 agc fi
10361 1.12 lukem
10362 1.12 lukem
10363 1.36 agc fi
10364 1.12 lukem
10365 1.12 lukem
10366 1.36 agc fi
10367 1.12 lukem
10368 1.12 lukem
10369 1.36 agc fi
10370 1.12 lukem
10371 1.12 lukem
10372 1.36 agc fi
10373 1.12 lukem
10374 1.12 lukem
10375 1.36 agc fi
10376 1.12 lukem
10377 1.36 agc ;;
10378 1.36 agc esac
10379 1.12 lukem
10380 1.36 agc if test "x$lt_cv_dlopen" != xno; then
10381 1.36 agc enable_dlopen=yes
10382 1.36 agc else
10383 1.36 agc enable_dlopen=no
10384 1.36 agc fi
10385 1.12 lukem
10386 1.36 agc case $lt_cv_dlopen in
10387 1.36 agc dlopen)
10388 1.36 agc save_CPPFLAGS="$CPPFLAGS"
10389 1.36 agc test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10390 1.12 lukem
10391 1.36 agc save_LDFLAGS="$LDFLAGS"
10392 1.36 agc wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10393 1.12 lukem
10394 1.36 agc save_LIBS="$LIBS"
10395 1.36 agc LIBS="$lt_cv_dlopen_libs $LIBS"
10396 1.12 lukem
10397 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10398 1.36 agc $as_echo_n "checking whether a program can dlopen itself... " >&6; }
10399 1.39 agc if ${lt_cv_dlopen_self+:} false; then :
10400 1.36 agc $as_echo_n "(cached) " >&6
10401 1.36 agc else
10402 1.36 agc if test "$cross_compiling" = yes; then :
10403 1.36 agc lt_cv_dlopen_self=cross
10404 1.36 agc else
10405 1.36 agc lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10406 1.36 agc lt_status=$lt_dlunknown
10407 1.36 agc cat > conftest.$ac_ext <<_LT_EOF
10408 1.42 agc #line 10408 "configure"
10409 1.36 agc #include "confdefs.h"
10410 1.12 lukem
10411 1.36 agc #if HAVE_DLFCN_H
10412 1.36 agc #include <dlfcn.h>
10413 1.36 agc #endif
10414 1.12 lukem
10415 1.36 agc #include <stdio.h>
10416 1.12 lukem
10417 1.36 agc #ifdef RTLD_GLOBAL
10418 1.36 agc # define LT_DLGLOBAL RTLD_GLOBAL
10419 1.36 agc #else
10420 1.36 agc # ifdef DL_GLOBAL
10421 1.36 agc # define LT_DLGLOBAL DL_GLOBAL
10422 1.36 agc # else
10423 1.36 agc # define LT_DLGLOBAL 0
10424 1.36 agc # endif
10425 1.36 agc #endif
10426 1.12 lukem
10427 1.36 agc /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10428 1.36 agc find out it does not work in some platform. */
10429 1.36 agc #ifndef LT_DLLAZY_OR_NOW
10430 1.36 agc # ifdef RTLD_LAZY
10431 1.36 agc # define LT_DLLAZY_OR_NOW RTLD_LAZY
10432 1.36 agc # else
10433 1.36 agc # ifdef DL_LAZY
10434 1.36 agc # define LT_DLLAZY_OR_NOW DL_LAZY
10435 1.36 agc # else
10436 1.36 agc # ifdef RTLD_NOW
10437 1.36 agc # define LT_DLLAZY_OR_NOW RTLD_NOW
10438 1.36 agc # else
10439 1.36 agc # ifdef DL_NOW
10440 1.36 agc # define LT_DLLAZY_OR_NOW DL_NOW
10441 1.36 agc # else
10442 1.36 agc # define LT_DLLAZY_OR_NOW 0
10443 1.36 agc # endif
10444 1.36 agc # endif
10445 1.36 agc # endif
10446 1.36 agc # endif
10447 1.36 agc #endif
10448 1.12 lukem
10449 1.36 agc void fnord() { int i=42;}
10450 1.36 agc int main ()
10451 1.36 agc {
10452 1.36 agc void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10453 1.36 agc int status = $lt_dlunknown;
10454 1.12 lukem
10455 1.36 agc if (self)
10456 1.36 agc {
10457 1.36 agc if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10458 1.36 agc else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10459 1.36 agc /* dlclose (self); */
10460 1.36 agc }
10461 1.36 agc else
10462 1.36 agc puts (dlerror ());
10463 1.12 lukem
10464 1.36 agc return status;
10465 1.36 agc }
10466 1.36 agc _LT_EOF
10467 1.39 agc if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10468 1.36 agc (eval $ac_link) 2>&5
10469 1.36 agc ac_status=$?
10470 1.39 agc $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10471 1.39 agc test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10472 1.36 agc (./conftest; exit; ) >&5 2>/dev/null
10473 1.36 agc lt_status=$?
10474 1.36 agc case x$lt_status in
10475 1.36 agc x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10476 1.36 agc x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10477 1.36 agc x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10478 1.36 agc esac
10479 1.36 agc else :
10480 1.36 agc # compilation failed
10481 1.36 agc lt_cv_dlopen_self=no
10482 1.36 agc fi
10483 1.36 agc fi
10484 1.36 agc rm -fr conftest*
10485 1.12 lukem
10486 1.12 lukem
10487 1.36 agc fi
10488 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10489 1.36 agc $as_echo "$lt_cv_dlopen_self" >&6; }
10490 1.12 lukem
10491 1.36 agc if test "x$lt_cv_dlopen_self" = xyes; then
10492 1.36 agc wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10493 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10494 1.36 agc $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
10495 1.39 agc if ${lt_cv_dlopen_self_static+:} false; then :
10496 1.36 agc $as_echo_n "(cached) " >&6
10497 1.36 agc else
10498 1.36 agc if test "$cross_compiling" = yes; then :
10499 1.36 agc lt_cv_dlopen_self_static=cross
10500 1.36 agc else
10501 1.36 agc lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10502 1.36 agc lt_status=$lt_dlunknown
10503 1.36 agc cat > conftest.$ac_ext <<_LT_EOF
10504 1.42 agc #line 10504 "configure"
10505 1.36 agc #include "confdefs.h"
10506 1.12 lukem
10507 1.36 agc #if HAVE_DLFCN_H
10508 1.36 agc #include <dlfcn.h>
10509 1.36 agc #endif
10510 1.12 lukem
10511 1.36 agc #include <stdio.h>
10512 1.12 lukem
10513 1.36 agc #ifdef RTLD_GLOBAL
10514 1.36 agc # define LT_DLGLOBAL RTLD_GLOBAL
10515 1.36 agc #else
10516 1.36 agc # ifdef DL_GLOBAL
10517 1.36 agc # define LT_DLGLOBAL DL_GLOBAL
10518 1.36 agc # else
10519 1.36 agc # define LT_DLGLOBAL 0
10520 1.36 agc # endif
10521 1.36 agc #endif
10522 1.12 lukem
10523 1.36 agc /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10524 1.36 agc find out it does not work in some platform. */
10525 1.36 agc #ifndef LT_DLLAZY_OR_NOW
10526 1.36 agc # ifdef RTLD_LAZY
10527 1.36 agc # define LT_DLLAZY_OR_NOW RTLD_LAZY
10528 1.36 agc # else
10529 1.36 agc # ifdef DL_LAZY
10530 1.36 agc # define LT_DLLAZY_OR_NOW DL_LAZY
10531 1.36 agc # else
10532 1.36 agc # ifdef RTLD_NOW
10533 1.36 agc # define LT_DLLAZY_OR_NOW RTLD_NOW
10534 1.36 agc # else
10535 1.36 agc # ifdef DL_NOW
10536 1.36 agc # define LT_DLLAZY_OR_NOW DL_NOW
10537 1.36 agc # else
10538 1.36 agc # define LT_DLLAZY_OR_NOW 0
10539 1.36 agc # endif
10540 1.36 agc # endif
10541 1.36 agc # endif
10542 1.36 agc # endif
10543 1.36 agc #endif
10544 1.12 lukem
10545 1.36 agc void fnord() { int i=42;}
10546 1.36 agc int main ()
10547 1.36 agc {
10548 1.36 agc void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10549 1.36 agc int status = $lt_dlunknown;
10550 1.12 lukem
10551 1.36 agc if (self)
10552 1.36 agc {
10553 1.36 agc if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10554 1.36 agc else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10555 1.36 agc /* dlclose (self); */
10556 1.36 agc }
10557 1.36 agc else
10558 1.36 agc puts (dlerror ());
10559 1.12 lukem
10560 1.36 agc return status;
10561 1.36 agc }
10562 1.36 agc _LT_EOF
10563 1.39 agc if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10564 1.36 agc (eval $ac_link) 2>&5
10565 1.36 agc ac_status=$?
10566 1.39 agc $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10567 1.39 agc test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10568 1.36 agc (./conftest; exit; ) >&5 2>/dev/null
10569 1.36 agc lt_status=$?
10570 1.36 agc case x$lt_status in
10571 1.36 agc x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10572 1.36 agc x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10573 1.36 agc x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10574 1.36 agc esac
10575 1.36 agc else :
10576 1.36 agc # compilation failed
10577 1.36 agc lt_cv_dlopen_self_static=no
10578 1.36 agc fi
10579 1.36 agc fi
10580 1.36 agc rm -fr conftest*
10581 1.12 lukem
10582 1.12 lukem
10583 1.36 agc fi
10584 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10585 1.36 agc $as_echo "$lt_cv_dlopen_self_static" >&6; }
10586 1.36 agc fi
10587 1.12 lukem
10588 1.36 agc CPPFLAGS="$save_CPPFLAGS"
10589 1.36 agc LDFLAGS="$save_LDFLAGS"
10590 1.36 agc LIBS="$save_LIBS"
10591 1.36 agc ;;
10592 1.36 agc esac
10593 1.12 lukem
10594 1.36 agc case $lt_cv_dlopen_self in
10595 1.36 agc yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
10596 1.36 agc *) enable_dlopen_self=unknown ;;
10597 1.36 agc esac
10598 1.12 lukem
10599 1.36 agc case $lt_cv_dlopen_self_static in
10600 1.36 agc yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
10601 1.36 agc *) enable_dlopen_self_static=unknown ;;
10602 1.36 agc esac
10603 1.36 agc fi
10604 1.12 lukem
10605 1.12 lukem
10606 1.12 lukem
10607 1.12 lukem
10608 1.12 lukem
10609 1.12 lukem
10610 1.12 lukem
10611 1.12 lukem
10612 1.12 lukem
10613 1.12 lukem
10614 1.12 lukem
10615 1.12 lukem
10616 1.12 lukem
10617 1.12 lukem
10618 1.12 lukem
10619 1.12 lukem
10620 1.12 lukem
10621 1.36 agc striplib=
10622 1.36 agc old_striplib=
10623 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
10624 1.36 agc $as_echo_n "checking whether stripping libraries is possible... " >&6; }
10625 1.36 agc if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
10626 1.36 agc test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
10627 1.36 agc test -z "$striplib" && striplib="$STRIP --strip-unneeded"
10628 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10629 1.36 agc $as_echo "yes" >&6; }
10630 1.12 lukem else
10631 1.36 agc # FIXME - insert some real tests, host_os isn't really good enough
10632 1.36 agc case $host_os in
10633 1.36 agc darwin*)
10634 1.36 agc if test -n "$STRIP" ; then
10635 1.36 agc striplib="$STRIP -x"
10636 1.36 agc old_striplib="$STRIP -S"
10637 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10638 1.36 agc $as_echo "yes" >&6; }
10639 1.36 agc else
10640 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10641 1.36 agc $as_echo "no" >&6; }
10642 1.36 agc fi
10643 1.12 lukem ;;
10644 1.12 lukem *)
10645 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10646 1.36 agc $as_echo "no" >&6; }
10647 1.12 lukem ;;
10648 1.36 agc esac
10649 1.36 agc fi
10650 1.36 agc
10651 1.36 agc
10652 1.36 agc
10653 1.12 lukem
10654 1.12 lukem
10655 1.12 lukem
10656 1.12 lukem
10657 1.12 lukem
10658 1.12 lukem
10659 1.12 lukem
10660 1.12 lukem
10661 1.12 lukem
10662 1.36 agc # Report which library types will actually be built
10663 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
10664 1.36 agc $as_echo_n "checking if libtool supports shared libraries... " >&6; }
10665 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
10666 1.36 agc $as_echo "$can_build_shared" >&6; }
10667 1.12 lukem
10668 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
10669 1.36 agc $as_echo_n "checking whether to build shared libraries... " >&6; }
10670 1.36 agc test "$can_build_shared" = "no" && enable_shared=no
10671 1.12 lukem
10672 1.36 agc # On AIX, shared libraries and static libraries use the same namespace, and
10673 1.36 agc # are all built from PIC.
10674 1.12 lukem case $host_os in
10675 1.36 agc aix3*)
10676 1.36 agc test "$enable_shared" = yes && enable_static=no
10677 1.36 agc if test -n "$RANLIB"; then
10678 1.36 agc archive_cmds="$archive_cmds~\$RANLIB \$lib"
10679 1.36 agc postinstall_cmds='$RANLIB $lib'
10680 1.12 lukem fi
10681 1.12 lukem ;;
10682 1.36 agc
10683 1.36 agc aix[4-9]*)
10684 1.36 agc if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
10685 1.36 agc test "$enable_shared" = yes && enable_static=no
10686 1.36 agc fi
10687 1.12 lukem ;;
10688 1.12 lukem esac
10689 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
10690 1.36 agc $as_echo "$enable_shared" >&6; }
10691 1.12 lukem
10692 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
10693 1.36 agc $as_echo_n "checking whether to build static libraries... " >&6; }
10694 1.36 agc # Make sure either enable_shared or enable_static is yes.
10695 1.36 agc test "$enable_shared" = yes || enable_static=yes
10696 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
10697 1.36 agc $as_echo "$enable_static" >&6; }
10698 1.12 lukem
10699 1.12 lukem
10700 1.12 lukem
10701 1.12 lukem
10702 1.36 agc fi
10703 1.36 agc ac_ext=c
10704 1.36 agc ac_cpp='$CPP $CPPFLAGS'
10705 1.36 agc ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10706 1.36 agc ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10707 1.36 agc ac_compiler_gnu=$ac_cv_c_compiler_gnu
10708 1.12 lukem
10709 1.36 agc CC="$lt_save_CC"
10710 1.12 lukem
10711 1.12 lukem
10712 1.12 lukem
10713 1.12 lukem
10714 1.12 lukem
10715 1.12 lukem
10716 1.12 lukem
10717 1.12 lukem
10718 1.12 lukem
10719 1.12 lukem
10720 1.12 lukem
10721 1.12 lukem
10722 1.12 lukem
10723 1.36 agc ac_config_commands="$ac_config_commands libtool"
10724 1.12 lukem
10725 1.12 lukem
10726 1.12 lukem
10727 1.12 lukem
10728 1.36 agc # Only expand once:
10729 1.12 lukem
10730 1.12 lukem
10731 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
10732 1.36 agc $as_echo_n "checking whether ln -s works... " >&6; }
10733 1.36 agc LN_S=$as_ln_s
10734 1.36 agc if test "$LN_S" = "ln -s"; then
10735 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10736 1.36 agc $as_echo "yes" >&6; }
10737 1.36 agc else
10738 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
10739 1.36 agc $as_echo "no, using $LN_S" >&6; }
10740 1.36 agc fi
10741 1.36 agc
10742 1.12 lukem
10743 1.42 agc
10744 1.42 agc
10745 1.42 agc
10746 1.42 agc
10747 1.42 agc
10748 1.42 agc if test -n "$ac_tool_prefix"; then
10749 1.42 agc # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
10750 1.42 agc set dummy ${ac_tool_prefix}ar; ac_word=$2
10751 1.42 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10752 1.42 agc $as_echo_n "checking for $ac_word... " >&6; }
10753 1.42 agc if ${ac_cv_prog_AR+:} false; then :
10754 1.42 agc $as_echo_n "(cached) " >&6
10755 1.42 agc else
10756 1.42 agc if test -n "$AR"; then
10757 1.42 agc ac_cv_prog_AR="$AR" # Let the user override the test.
10758 1.42 agc else
10759 1.42 agc as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10760 1.42 agc for as_dir in $PATH
10761 1.42 agc do
10762 1.42 agc IFS=$as_save_IFS
10763 1.42 agc test -z "$as_dir" && as_dir=.
10764 1.42 agc for ac_exec_ext in '' $ac_executable_extensions; do
10765 1.42 agc if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10766 1.42 agc ac_cv_prog_AR="${ac_tool_prefix}ar"
10767 1.42 agc $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10768 1.42 agc break 2
10769 1.42 agc fi
10770 1.42 agc done
10771 1.42 agc done
10772 1.42 agc IFS=$as_save_IFS
10773 1.42 agc
10774 1.42 agc fi
10775 1.42 agc fi
10776 1.42 agc AR=$ac_cv_prog_AR
10777 1.42 agc if test -n "$AR"; then
10778 1.42 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
10779 1.42 agc $as_echo "$AR" >&6; }
10780 1.42 agc else
10781 1.42 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10782 1.42 agc $as_echo "no" >&6; }
10783 1.42 agc fi
10784 1.42 agc
10785 1.42 agc
10786 1.42 agc fi
10787 1.42 agc if test -z "$ac_cv_prog_AR"; then
10788 1.42 agc ac_ct_AR=$AR
10789 1.42 agc # Extract the first word of "ar", so it can be a program name with args.
10790 1.42 agc set dummy ar; ac_word=$2
10791 1.42 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10792 1.42 agc $as_echo_n "checking for $ac_word... " >&6; }
10793 1.42 agc if ${ac_cv_prog_ac_ct_AR+:} false; then :
10794 1.42 agc $as_echo_n "(cached) " >&6
10795 1.42 agc else
10796 1.42 agc if test -n "$ac_ct_AR"; then
10797 1.42 agc ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
10798 1.42 agc else
10799 1.42 agc as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10800 1.42 agc for as_dir in $PATH
10801 1.42 agc do
10802 1.42 agc IFS=$as_save_IFS
10803 1.42 agc test -z "$as_dir" && as_dir=.
10804 1.42 agc for ac_exec_ext in '' $ac_executable_extensions; do
10805 1.42 agc if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10806 1.42 agc ac_cv_prog_ac_ct_AR="ar"
10807 1.42 agc $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10808 1.42 agc break 2
10809 1.42 agc fi
10810 1.42 agc done
10811 1.42 agc done
10812 1.42 agc IFS=$as_save_IFS
10813 1.42 agc
10814 1.42 agc fi
10815 1.42 agc fi
10816 1.42 agc ac_ct_AR=$ac_cv_prog_ac_ct_AR
10817 1.42 agc if test -n "$ac_ct_AR"; then
10818 1.42 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
10819 1.42 agc $as_echo "$ac_ct_AR" >&6; }
10820 1.42 agc else
10821 1.42 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10822 1.42 agc $as_echo "no" >&6; }
10823 1.42 agc fi
10824 1.42 agc
10825 1.42 agc if test "x$ac_ct_AR" = x; then
10826 1.42 agc AR=":"
10827 1.42 agc else
10828 1.42 agc case $cross_compiling:$ac_tool_warned in
10829 1.42 agc yes:)
10830 1.42 agc { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
10831 1.42 agc $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
10832 1.42 agc ac_tool_warned=yes ;;
10833 1.42 agc esac
10834 1.42 agc AR=$ac_ct_AR
10835 1.42 agc fi
10836 1.42 agc else
10837 1.42 agc AR="$ac_cv_prog_AR"
10838 1.42 agc fi
10839 1.42 agc
10840 1.42 agc
10841 1.36 agc # Compiler characteristics
10842 1.36 agc #
10843 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking if using gcc" >&5
10844 1.36 agc $as_echo_n "checking if using gcc... " >&6; }
10845 1.39 agc if test "$GCC" = "yes"; then :
10846 1.36 agc WARNCFLAGS="-Werror -Wall -Wpointer-arith"
10847 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes; adding to CFLAGS: \"$WARNCFLAGS\"" >&5
10848 1.36 agc $as_echo "yes; adding to CFLAGS: \"$WARNCFLAGS\"" >&6; }
10849 1.36 agc else
10850 1.36 agc WARNCFLAGS=""
10851 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10852 1.36 agc $as_echo "no" >&6; }
10853 1.36 agc fi
10854 1.12 lukem
10855 1.12 lukem
10856 1.36 agc # try to see if we need to link with -ldl
10857 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
10858 1.36 agc $as_echo_n "checking for library containing dlopen... " >&6; }
10859 1.39 agc if ${ac_cv_search_dlopen+:} false; then :
10860 1.36 agc $as_echo_n "(cached) " >&6
10861 1.36 agc else
10862 1.36 agc ac_func_search_save_LIBS=$LIBS
10863 1.39 agc cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10864 1.36 agc /* end confdefs.h. */
10865 1.12 lukem
10866 1.36 agc /* Override any GCC internal prototype to avoid an error.
10867 1.36 agc Use char because int might match the return type of a GCC
10868 1.36 agc builtin and then its argument prototype would still apply. */
10869 1.36 agc #ifdef __cplusplus
10870 1.36 agc extern "C"
10871 1.36 agc #endif
10872 1.36 agc char dlopen ();
10873 1.36 agc int
10874 1.36 agc main ()
10875 1.36 agc {
10876 1.36 agc return dlopen ();
10877 1.36 agc ;
10878 1.36 agc return 0;
10879 1.36 agc }
10880 1.12 lukem _ACEOF
10881 1.36 agc for ac_lib in '' dl; do
10882 1.36 agc if test -z "$ac_lib"; then
10883 1.36 agc ac_res="none required"
10884 1.36 agc else
10885 1.36 agc ac_res=-l$ac_lib
10886 1.36 agc LIBS="-l$ac_lib $ac_func_search_save_LIBS"
10887 1.36 agc fi
10888 1.39 agc if ac_fn_c_try_link "$LINENO"; then :
10889 1.36 agc ac_cv_search_dlopen=$ac_res
10890 1.12 lukem fi
10891 1.39 agc rm -f core conftest.err conftest.$ac_objext \
10892 1.39 agc conftest$ac_exeext
10893 1.39 agc if ${ac_cv_search_dlopen+:} false; then :
10894 1.36 agc break
10895 1.36 agc fi
10896 1.36 agc done
10897 1.39 agc if ${ac_cv_search_dlopen+:} false; then :
10898 1.39 agc
10899 1.36 agc else
10900 1.36 agc ac_cv_search_dlopen=no
10901 1.36 agc fi
10902 1.36 agc rm conftest.$ac_ext
10903 1.36 agc LIBS=$ac_func_search_save_LIBS
10904 1.36 agc fi
10905 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
10906 1.36 agc $as_echo "$ac_cv_search_dlopen" >&6; }
10907 1.36 agc ac_res=$ac_cv_search_dlopen
10908 1.39 agc if test "$ac_res" != no; then :
10909 1.36 agc test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
10910 1.36 agc
10911 1.36 agc fi
10912 1.36 agc
10913 1.36 agc
10914 1.36 agc # Checks for header files.
10915 1.36 agc #
10916 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
10917 1.36 agc $as_echo_n "checking for ANSI C header files... " >&6; }
10918 1.39 agc if ${ac_cv_header_stdc+:} false; then :
10919 1.36 agc $as_echo_n "(cached) " >&6
10920 1.36 agc else
10921 1.39 agc cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10922 1.36 agc /* end confdefs.h. */
10923 1.36 agc #include <stdlib.h>
10924 1.36 agc #include <stdarg.h>
10925 1.36 agc #include <string.h>
10926 1.36 agc #include <float.h>
10927 1.12 lukem
10928 1.36 agc int
10929 1.36 agc main ()
10930 1.36 agc {
10931 1.12 lukem
10932 1.36 agc ;
10933 1.36 agc return 0;
10934 1.36 agc }
10935 1.12 lukem _ACEOF
10936 1.39 agc if ac_fn_c_try_compile "$LINENO"; then :
10937 1.36 agc ac_cv_header_stdc=yes
10938 1.12 lukem else
10939 1.39 agc ac_cv_header_stdc=no
10940 1.36 agc fi
10941 1.36 agc rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10942 1.36 agc
10943 1.36 agc if test $ac_cv_header_stdc = yes; then
10944 1.36 agc # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
10945 1.39 agc cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10946 1.36 agc /* end confdefs.h. */
10947 1.36 agc #include <string.h>
10948 1.12 lukem
10949 1.36 agc _ACEOF
10950 1.36 agc if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
10951 1.39 agc $EGREP "memchr" >/dev/null 2>&1; then :
10952 1.39 agc
10953 1.36 agc else
10954 1.36 agc ac_cv_header_stdc=no
10955 1.12 lukem fi
10956 1.36 agc rm -f conftest*
10957 1.12 lukem
10958 1.36 agc fi
10959 1.12 lukem
10960 1.36 agc if test $ac_cv_header_stdc = yes; then
10961 1.36 agc # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
10962 1.39 agc cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10963 1.36 agc /* end confdefs.h. */
10964 1.36 agc #include <stdlib.h>
10965 1.12 lukem
10966 1.36 agc _ACEOF
10967 1.36 agc if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
10968 1.39 agc $EGREP "free" >/dev/null 2>&1; then :
10969 1.39 agc
10970 1.36 agc else
10971 1.36 agc ac_cv_header_stdc=no
10972 1.36 agc fi
10973 1.36 agc rm -f conftest*
10974 1.12 lukem
10975 1.36 agc fi
10976 1.12 lukem
10977 1.36 agc if test $ac_cv_header_stdc = yes; then
10978 1.36 agc # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
10979 1.39 agc if test "$cross_compiling" = yes; then :
10980 1.36 agc :
10981 1.36 agc else
10982 1.39 agc cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10983 1.36 agc /* end confdefs.h. */
10984 1.36 agc #include <ctype.h>
10985 1.36 agc #include <stdlib.h>
10986 1.36 agc #if ((' ' & 0x0FF) == 0x020)
10987 1.36 agc # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
10988 1.36 agc # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
10989 1.36 agc #else
10990 1.36 agc # define ISLOWER(c) \
10991 1.36 agc (('a' <= (c) && (c) <= 'i') \
10992 1.36 agc || ('j' <= (c) && (c) <= 'r') \
10993 1.36 agc || ('s' <= (c) && (c) <= 'z'))
10994 1.36 agc # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
10995 1.36 agc #endif
10996 1.12 lukem
10997 1.36 agc #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
10998 1.36 agc int
10999 1.36 agc main ()
11000 1.36 agc {
11001 1.36 agc int i;
11002 1.36 agc for (i = 0; i < 256; i++)
11003 1.36 agc if (XOR (islower (i), ISLOWER (i))
11004 1.36 agc || toupper (i) != TOUPPER (i))
11005 1.36 agc return 2;
11006 1.36 agc return 0;
11007 1.36 agc }
11008 1.36 agc _ACEOF
11009 1.39 agc if ac_fn_c_try_run "$LINENO"; then :
11010 1.39 agc
11011 1.36 agc else
11012 1.39 agc ac_cv_header_stdc=no
11013 1.36 agc fi
11014 1.39 agc rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11015 1.39 agc conftest.$ac_objext conftest.beam conftest.$ac_ext
11016 1.36 agc fi
11017 1.12 lukem
11018 1.36 agc fi
11019 1.36 agc fi
11020 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
11021 1.36 agc $as_echo "$ac_cv_header_stdc" >&6; }
11022 1.36 agc if test $ac_cv_header_stdc = yes; then
11023 1.12 lukem
11024 1.39 agc $as_echo "#define STDC_HEADERS 1" >>confdefs.h
11025 1.12 lukem
11026 1.36 agc fi
11027 1.12 lukem
11028 1.36 agc for ac_header in CommonCrypto/CommonDigest.h
11029 1.39 agc do :
11030 1.39 agc ac_fn_c_check_header_mongrel "$LINENO" "CommonCrypto/CommonDigest.h" "ac_cv_header_CommonCrypto_CommonDigest_h" "$ac_includes_default"
11031 1.39 agc if test "x$ac_cv_header_CommonCrypto_CommonDigest_h" = xyes; then :
11032 1.39 agc cat >>confdefs.h <<_ACEOF
11033 1.39 agc #define HAVE_COMMONCRYPTO_COMMONDIGEST_H 1
11034 1.36 agc _ACEOF
11035 1.12 lukem
11036 1.36 agc fi
11037 1.12 lukem
11038 1.39 agc done
11039 1.12 lukem
11040 1.39 agc for ac_header in dmalloc.h direct.h errno.h fcntl.h \
11041 1.39 agc inttypes.h limits.h malloc.h zlib.h
11042 1.39 agc do :
11043 1.39 agc as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11044 1.39 agc ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
11045 1.39 agc if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
11046 1.39 agc cat >>confdefs.h <<_ACEOF
11047 1.39 agc #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11048 1.36 agc _ACEOF
11049 1.12 lukem
11050 1.36 agc fi
11051 1.12 lukem
11052 1.39 agc done
11053 1.12 lukem
11054 1.39 agc for ac_header in openssl/aes.h openssl/bn.h openssl/camellia.h openssl/cast.h \
11055 1.39 agc openssl/des.h openssl/dsa.h openssl/err.h openssl/idea.h \
11056 1.36 agc openssl/md5.h openssl/rand.h openssl/rsa.h openssl/sha.h \
11057 1.36 agc openssl/err.h openssl/sha.h
11058 1.39 agc do :
11059 1.39 agc as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11060 1.39 agc ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
11061 1.39 agc if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
11062 1.36 agc cat >>confdefs.h <<_ACEOF
11063 1.36 agc #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11064 1.36 agc _ACEOF
11065 1.12 lukem
11066 1.36 agc fi
11067 1.12 lukem
11068 1.36 agc done
11069 1.12 lukem
11070 1.36 agc for ac_header in sys/cdefs.h sys/file.h sys/mman.h sys/param.h \
11071 1.36 agc sys/resource.h sys/uio.h
11072 1.39 agc do :
11073 1.39 agc as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11074 1.39 agc ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
11075 1.39 agc if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
11076 1.36 agc cat >>confdefs.h <<_ACEOF
11077 1.36 agc #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11078 1.36 agc _ACEOF
11079 1.12 lukem
11080 1.36 agc fi
11081 1.12 lukem
11082 1.36 agc done
11083 1.12 lukem
11084 1.12 lukem
11085 1.36 agc for ac_header in bzlib.h
11086 1.39 agc do :
11087 1.39 agc ac_fn_c_check_header_mongrel "$LINENO" "bzlib.h" "ac_cv_header_bzlib_h" "$ac_includes_default"
11088 1.39 agc if test "x$ac_cv_header_bzlib_h" = xyes; then :
11089 1.36 agc cat >>confdefs.h <<_ACEOF
11090 1.39 agc #define HAVE_BZLIB_H 1
11091 1.36 agc _ACEOF
11092 1.12 lukem
11093 1.36 agc else
11094 1.39 agc { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11095 1.36 agc $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11096 1.39 agc as_fn_error $? "missing <bzlib.h>; is bzip2 installed?
11097 1.39 agc See \`config.log' for more details" "$LINENO" 5; }
11098 1.36 agc fi
11099 1.12 lukem
11100 1.36 agc done
11101 1.12 lukem
11102 1.12 lukem
11103 1.36 agc # Checks for typedefs, structures, and compiler characteristics.
11104 1.36 agc #
11105 1.12 lukem
11106 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for unsigned long long int" >&5
11107 1.39 agc $as_echo_n "checking for unsigned long long int... " >&6; }
11108 1.39 agc if ${ac_cv_type_unsigned_long_long_int+:} false; then :
11109 1.36 agc $as_echo_n "(cached) " >&6
11110 1.36 agc else
11111 1.39 agc ac_cv_type_unsigned_long_long_int=yes
11112 1.39 agc if test "x${ac_cv_prog_cc_c99-no}" = xno; then
11113 1.39 agc cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11114 1.39 agc /* end confdefs.h. */
11115 1.12 lukem
11116 1.39 agc /* For now, do not test the preprocessor; as of 2007 there are too many
11117 1.36 agc implementations with broken preprocessors. Perhaps this can
11118 1.36 agc be revisited in 2012. In the meantime, code should not expect
11119 1.36 agc #if to work with literals wider than 32 bits. */
11120 1.36 agc /* Test literals. */
11121 1.36 agc long long int ll = 9223372036854775807ll;
11122 1.36 agc long long int nll = -9223372036854775807LL;
11123 1.36 agc unsigned long long int ull = 18446744073709551615ULL;
11124 1.36 agc /* Test constant expressions. */
11125 1.36 agc typedef int a[((-9223372036854775807LL < 0 && 0 < 9223372036854775807ll)
11126 1.36 agc ? 1 : -1)];
11127 1.36 agc typedef int b[(18446744073709551615ULL <= (unsigned long long int) -1
11128 1.36 agc ? 1 : -1)];
11129 1.36 agc int i = 63;
11130 1.36 agc int
11131 1.36 agc main ()
11132 1.36 agc {
11133 1.36 agc /* Test availability of runtime routines for shift and division. */
11134 1.36 agc long long int llmax = 9223372036854775807ll;
11135 1.36 agc unsigned long long int ullmax = 18446744073709551615ull;
11136 1.36 agc return ((ll << 63) | (ll >> 63) | (ll < i) | (ll > i)
11137 1.36 agc | (llmax / ll) | (llmax % ll)
11138 1.36 agc | (ull << 63) | (ull >> 63) | (ull << i) | (ull >> i)
11139 1.36 agc | (ullmax / ull) | (ullmax % ull));
11140 1.36 agc ;
11141 1.36 agc return 0;
11142 1.36 agc }
11143 1.12 lukem
11144 1.36 agc _ACEOF
11145 1.39 agc if ac_fn_c_try_link "$LINENO"; then :
11146 1.12 lukem
11147 1.36 agc else
11148 1.39 agc ac_cv_type_unsigned_long_long_int=no
11149 1.39 agc fi
11150 1.39 agc rm -f core conftest.err conftest.$ac_objext \
11151 1.39 agc conftest$ac_exeext conftest.$ac_ext
11152 1.39 agc fi
11153 1.36 agc fi
11154 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_unsigned_long_long_int" >&5
11155 1.39 agc $as_echo "$ac_cv_type_unsigned_long_long_int" >&6; }
11156 1.39 agc if test $ac_cv_type_unsigned_long_long_int = yes; then
11157 1.12 lukem
11158 1.39 agc $as_echo "#define HAVE_UNSIGNED_LONG_LONG_INT 1" >>confdefs.h
11159 1.12 lukem
11160 1.39 agc fi
11161 1.12 lukem
11162 1.12 lukem
11163 1.12 lukem
11164 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long long int" >&5
11165 1.39 agc $as_echo_n "checking for long long int... " >&6; }
11166 1.39 agc if ${ac_cv_type_long_long_int+:} false; then :
11167 1.36 agc $as_echo_n "(cached) " >&6
11168 1.36 agc else
11169 1.39 agc ac_cv_type_long_long_int=yes
11170 1.39 agc if test "x${ac_cv_prog_cc_c99-no}" = xno; then
11171 1.39 agc ac_cv_type_long_long_int=$ac_cv_type_unsigned_long_long_int
11172 1.39 agc if test $ac_cv_type_long_long_int = yes; then
11173 1.39 agc if test "$cross_compiling" = yes; then :
11174 1.39 agc :
11175 1.39 agc else
11176 1.39 agc cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11177 1.36 agc /* end confdefs.h. */
11178 1.39 agc #include <limits.h>
11179 1.39 agc #ifndef LLONG_MAX
11180 1.39 agc # define HALF \
11181 1.39 agc (1LL << (sizeof (long long int) * CHAR_BIT - 2))
11182 1.39 agc # define LLONG_MAX (HALF - 1 + HALF)
11183 1.39 agc #endif
11184 1.36 agc int
11185 1.36 agc main ()
11186 1.36 agc {
11187 1.39 agc long long int n = 1;
11188 1.39 agc int i;
11189 1.39 agc for (i = 0; ; i++)
11190 1.39 agc {
11191 1.39 agc long long int m = n << i;
11192 1.39 agc if (m >> i != n)
11193 1.39 agc return 1;
11194 1.39 agc if (LLONG_MAX / 2 < m)
11195 1.39 agc break;
11196 1.39 agc }
11197 1.39 agc return 0;
11198 1.36 agc ;
11199 1.36 agc return 0;
11200 1.36 agc }
11201 1.36 agc _ACEOF
11202 1.39 agc if ac_fn_c_try_run "$LINENO"; then :
11203 1.12 lukem
11204 1.36 agc else
11205 1.39 agc ac_cv_type_long_long_int=no
11206 1.39 agc fi
11207 1.39 agc rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11208 1.39 agc conftest.$ac_objext conftest.beam conftest.$ac_ext
11209 1.36 agc fi
11210 1.12 lukem
11211 1.39 agc fi
11212 1.39 agc fi
11213 1.36 agc fi
11214 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_long_long_int" >&5
11215 1.39 agc $as_echo "$ac_cv_type_long_long_int" >&6; }
11216 1.39 agc if test $ac_cv_type_long_long_int = yes; then
11217 1.12 lukem
11218 1.39 agc $as_echo "#define HAVE_LONG_LONG_INT 1" >>confdefs.h
11219 1.12 lukem
11220 1.39 agc fi
11221 1.12 lukem
11222 1.39 agc ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
11223 1.39 agc if test "x$ac_cv_type_size_t" = xyes; then :
11224 1.12 lukem
11225 1.36 agc else
11226 1.12 lukem
11227 1.39 agc cat >>confdefs.h <<_ACEOF
11228 1.39 agc #define size_t unsigned int
11229 1.36 agc _ACEOF
11230 1.12 lukem
11231 1.36 agc fi
11232 1.12 lukem
11233 1.39 agc ac_fn_c_find_uintX_t "$LINENO" "16" "ac_cv_c_uint16_t"
11234 1.39 agc case $ac_cv_c_uint16_t in #(
11235 1.36 agc no|yes) ;; #(
11236 1.36 agc *)
11237 1.12 lukem
11238 1.12 lukem
11239 1.36 agc cat >>confdefs.h <<_ACEOF
11240 1.39 agc #define uint16_t $ac_cv_c_uint16_t
11241 1.36 agc _ACEOF
11242 1.36 agc ;;
11243 1.36 agc esac
11244 1.12 lukem
11245 1.39 agc ac_fn_c_find_uintX_t "$LINENO" "32" "ac_cv_c_uint32_t"
11246 1.39 agc case $ac_cv_c_uint32_t in #(
11247 1.39 agc no|yes) ;; #(
11248 1.39 agc *)
11249 1.39 agc
11250 1.39 agc $as_echo "#define _UINT32_T 1" >>confdefs.h
11251 1.39 agc
11252 1.12 lukem
11253 1.39 agc cat >>confdefs.h <<_ACEOF
11254 1.39 agc #define uint32_t $ac_cv_c_uint32_t
11255 1.36 agc _ACEOF
11256 1.39 agc ;;
11257 1.39 agc esac
11258 1.12 lukem
11259 1.39 agc ac_fn_c_find_uintX_t "$LINENO" "64" "ac_cv_c_uint64_t"
11260 1.39 agc case $ac_cv_c_uint64_t in #(
11261 1.39 agc no|yes) ;; #(
11262 1.39 agc *)
11263 1.12 lukem
11264 1.39 agc $as_echo "#define _UINT64_T 1" >>confdefs.h
11265 1.12 lukem
11266 1.12 lukem
11267 1.39 agc cat >>confdefs.h <<_ACEOF
11268 1.39 agc #define uint64_t $ac_cv_c_uint64_t
11269 1.39 agc _ACEOF
11270 1.39 agc ;;
11271 1.39 agc esac
11272 1.12 lukem
11273 1.39 agc ac_fn_c_find_uintX_t "$LINENO" "8" "ac_cv_c_uint8_t"
11274 1.39 agc case $ac_cv_c_uint8_t in #(
11275 1.36 agc no|yes) ;; #(
11276 1.36 agc *)
11277 1.12 lukem
11278 1.39 agc $as_echo "#define _UINT8_T 1" >>confdefs.h
11279 1.12 lukem
11280 1.12 lukem
11281 1.36 agc cat >>confdefs.h <<_ACEOF
11282 1.36 agc #define uint8_t $ac_cv_c_uint8_t
11283 1.36 agc _ACEOF
11284 1.36 agc ;;
11285 1.36 agc esac
11286 1.12 lukem
11287 1.12 lukem
11288 1.36 agc # check for openssl
11289 1.36 agc # ===========================================================================
11290 1.36 agc # http://www.gnu.org/software/autoconf-archive/ax_check_openssl.html
11291 1.36 agc # ===========================================================================
11292 1.36 agc #
11293 1.36 agc # SYNOPSIS
11294 1.36 agc #
11295 1.36 agc # AX_CHECK_OPENSSL([action-if-found[, action-if-not-found]])
11296 1.36 agc #
11297 1.36 agc # DESCRIPTION
11298 1.36 agc #
11299 1.36 agc # Look for OpenSSL in a number of default spots, or in a user-selected
11300 1.36 agc # spot (via --with-openssl). Sets
11301 1.36 agc #
11302 1.36 agc # OPENSSL_INCLUDES to the include directives required
11303 1.36 agc # OPENSSL_LIBS to the -l directives required
11304 1.36 agc # OPENSSL_LDFLAGS to the -L or -R flags required
11305 1.36 agc #
11306 1.36 agc # and calls ACTION-IF-FOUND or ACTION-IF-NOT-FOUND appropriately
11307 1.36 agc #
11308 1.36 agc # This macro sets OPENSSL_INCLUDES such that source files should use the
11309 1.36 agc # openssl/ directory in include directives:
11310 1.36 agc #
11311 1.36 agc # #include <openssl/hmac.h>
11312 1.36 agc #
11313 1.36 agc # LICENSE
11314 1.36 agc #
11315 1.36 agc # Copyright (c) 2009 Zmanda Inc. <http://www.zmanda.com/>
11316 1.36 agc # Copyright (c) 2009 Dustin J. Mitchell <dustin (at] zmanda.com>
11317 1.36 agc #
11318 1.36 agc # Copying and distribution of this file, with or without modification, are
11319 1.36 agc # permitted in any medium without royalty provided the copyright notice
11320 1.36 agc # and this notice are preserved. This file is offered as-is, without any
11321 1.36 agc # warranty.
11322 1.12 lukem
11323 1.36 agc #serial 5
11324 1.12 lukem
11325 1.36 agc # This is what autoupdate's m4 run will expand. It fires
11326 1.36 agc # the warning (with _au_warn_XXX), outputs it into the
11327 1.36 agc # updated configure.ac (with AC_DIAGNOSE), and then outputs
11328 1.36 agc # the replacement expansion.
11329 1.12 lukem
11330 1.12 lukem
11331 1.36 agc # This is an auxiliary macro that is also run when
11332 1.36 agc # autoupdate runs m4. It simply calls m4_warning, but
11333 1.36 agc # we need a wrapper so that each warning is emitted only
11334 1.36 agc # once. We break the quoting in m4_warning's argument in
11335 1.36 agc # order to expand this macro's arguments, not AU_DEFUN's.
11336 1.12 lukem
11337 1.12 lukem
11338 1.36 agc # Finally, this is the expansion that is picked up by
11339 1.36 agc # autoconf. It tells the user to run autoupdate, and
11340 1.36 agc # then outputs the replacement expansion. We do not care
11341 1.36 agc # about autoupdate's warning because that contains
11342 1.36 agc # information on what to do *after* running autoupdate.
11343 1.12 lukem
11344 1.12 lukem
11345 1.12 lukem
11346 1.12 lukem
11347 1.12 lukem
11348 1.36 agc found=false
11349 1.12 lukem
11350 1.36 agc # Check whether --with-openssl was given.
11351 1.39 agc if test "${with_openssl+set}" = set; then :
11352 1.36 agc withval=$with_openssl;
11353 1.36 agc case "$withval" in
11354 1.36 agc "" | y | ye | yes | n | no)
11355 1.39 agc as_fn_error $? "Invalid --with-openssl value" "$LINENO" 5
11356 1.36 agc ;;
11357 1.36 agc *) ssldirs="$withval"
11358 1.36 agc ;;
11359 1.36 agc esac
11360 1.12 lukem
11361 1.36 agc else
11362 1.12 lukem
11363 1.36 agc # if pkg-config is installed and openssl has installed a .pc file,
11364 1.36 agc # then use that information and don't search ssldirs
11365 1.36 agc # Extract the first word of "pkg-config", so it can be a program name with args.
11366 1.36 agc set dummy pkg-config; ac_word=$2
11367 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11368 1.36 agc $as_echo_n "checking for $ac_word... " >&6; }
11369 1.39 agc if ${ac_cv_path_PKG_CONFIG+:} false; then :
11370 1.36 agc $as_echo_n "(cached) " >&6
11371 1.36 agc else
11372 1.36 agc case $PKG_CONFIG in
11373 1.36 agc [\\/]* | ?:[\\/]*)
11374 1.36 agc ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
11375 1.36 agc ;;
11376 1.36 agc *)
11377 1.36 agc as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11378 1.36 agc for as_dir in $PATH
11379 1.36 agc do
11380 1.36 agc IFS=$as_save_IFS
11381 1.36 agc test -z "$as_dir" && as_dir=.
11382 1.39 agc for ac_exec_ext in '' $ac_executable_extensions; do
11383 1.39 agc if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11384 1.36 agc ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
11385 1.39 agc $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11386 1.36 agc break 2
11387 1.36 agc fi
11388 1.36 agc done
11389 1.39 agc done
11390 1.36 agc IFS=$as_save_IFS
11391 1.12 lukem
11392 1.36 agc ;;
11393 1.36 agc esac
11394 1.36 agc fi
11395 1.36 agc PKG_CONFIG=$ac_cv_path_PKG_CONFIG
11396 1.36 agc if test -n "$PKG_CONFIG"; then
11397 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
11398 1.36 agc $as_echo "$PKG_CONFIG" >&6; }
11399 1.12 lukem else
11400 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11401 1.36 agc $as_echo "no" >&6; }
11402 1.12 lukem fi
11403 1.12 lukem
11404 1.12 lukem
11405 1.36 agc if test x"$PKG_CONFIG" != x""; then
11406 1.36 agc OPENSSL_LDFLAGS=`$PKG_CONFIG openssl --libs-only-L 2>/dev/null`
11407 1.36 agc if test $? = 0; then
11408 1.36 agc OPENSSL_LIBS=`$PKG_CONFIG openssl --libs-only-l 2>/dev/null`
11409 1.36 agc OPENSSL_INCLUDES=`$PKG_CONFIG openssl --cflags-only-I 2>/dev/null`
11410 1.36 agc found=true
11411 1.36 agc fi
11412 1.36 agc fi
11413 1.12 lukem
11414 1.36 agc # no such luck; use some default ssldirs
11415 1.36 agc if ! $found; then
11416 1.36 agc ssldirs="/usr/local/ssl /usr/lib/ssl /usr/ssl /usr/pkg /usr/local /usr"
11417 1.36 agc fi
11418 1.12 lukem
11419 1.12 lukem
11420 1.36 agc fi
11421 1.12 lukem
11422 1.12 lukem
11423 1.12 lukem
11424 1.36 agc # note that we #include <openssl/foo.h>, so the OpenSSL headers have to be in
11425 1.36 agc # an 'openssl' subdirectory
11426 1.12 lukem
11427 1.36 agc if ! $found; then
11428 1.36 agc OPENSSL_INCLUDES=
11429 1.36 agc for ssldir in $ssldirs; do
11430 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for openssl/ssl.h in $ssldir" >&5
11431 1.36 agc $as_echo_n "checking for openssl/ssl.h in $ssldir... " >&6; }
11432 1.36 agc if test -f "$ssldir/include/openssl/ssl.h"; then
11433 1.36 agc OPENSSL_INCLUDES="-I$ssldir/include"
11434 1.36 agc OPENSSL_LDFLAGS="-L$ssldir/lib"
11435 1.36 agc OPENSSL_LIBS="-lssl -lcrypto"
11436 1.36 agc found=true
11437 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11438 1.36 agc $as_echo "yes" >&6; }
11439 1.36 agc break
11440 1.36 agc else
11441 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11442 1.36 agc $as_echo "no" >&6; }
11443 1.36 agc fi
11444 1.36 agc done
11445 1.12 lukem
11446 1.36 agc # if the file wasn't found, well, go ahead and try the link anyway -- maybe
11447 1.36 agc # it will just work!
11448 1.36 agc fi
11449 1.12 lukem
11450 1.36 agc # try the preprocessor and linker with our new flags,
11451 1.36 agc # being careful not to pollute the global LIBS, LDFLAGS, and CPPFLAGS
11452 1.12 lukem
11453 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiling and linking against OpenSSL works" >&5
11454 1.36 agc $as_echo_n "checking whether compiling and linking against OpenSSL works... " >&6; }
11455 1.36 agc echo "Trying link with OPENSSL_LDFLAGS=$OPENSSL_LDFLAGS;" \
11456 1.36 agc "OPENSSL_LIBS=$OPENSSL_LIBS; OPENSSL_INCLUDES=$OPENSSL_INCLUDES" >&5
11457 1.12 lukem
11458 1.36 agc save_LIBS="$LIBS"
11459 1.36 agc save_LDFLAGS="$LDFLAGS"
11460 1.36 agc save_CPPFLAGS="$CPPFLAGS"
11461 1.36 agc LDFLAGS="$LDFLAGS $OPENSSL_LDFLAGS"
11462 1.36 agc LIBS="$OPENSSL_LIBS $LIBS"
11463 1.36 agc CPPFLAGS="$OPENSSL_INCLUDES $CPPFLAGS"
11464 1.39 agc cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11465 1.36 agc /* end confdefs.h. */
11466 1.36 agc #include <openssl/ssl.h>
11467 1.36 agc int
11468 1.36 agc main ()
11469 1.36 agc {
11470 1.36 agc SSL_new(NULL)
11471 1.36 agc ;
11472 1.36 agc return 0;
11473 1.36 agc }
11474 1.36 agc _ACEOF
11475 1.39 agc if ac_fn_c_try_link "$LINENO"; then :
11476 1.36 agc
11477 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11478 1.36 agc $as_echo "yes" >&6; }
11479 1.36 agc LIBS="$LIBS $OPENSSL_LIBS" INCLUDES="$INCLUDES $OPENSSL_INCLUDES"
11480 1.36 agc
11481 1.36 agc else
11482 1.36 agc
11483 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11484 1.36 agc $as_echo "no" >&6; }
11485 1.39 agc as_fn_error $? "Missing OpenSSL" "$LINENO" 5
11486 1.12 lukem
11487 1.36 agc fi
11488 1.39 agc rm -f core conftest.err conftest.$ac_objext \
11489 1.39 agc conftest$ac_exeext conftest.$ac_ext
11490 1.36 agc CPPFLAGS="$save_CPPFLAGS"
11491 1.36 agc LDFLAGS="$save_LDFLAGS"
11492 1.36 agc LIBS="$save_LIBS"
11493 1.12 lukem
11494 1.12 lukem
11495 1.12 lukem
11496 1.12 lukem
11497 1.12 lukem
11498 1.12 lukem
11499 1.39 agc ac_fn_c_check_type "$LINENO" "SHA256_CTX" "ac_cv_type_SHA256_CTX" "
11500 1.36 agc #if defined(HAVE_SYS_TYPES_H)
11501 1.36 agc #include <sys/types.h>
11502 1.36 agc #endif
11503 1.36 agc #if defined(HAVE_OPENSSL_SHA_H)
11504 1.36 agc #include <openssl/sha.h>
11505 1.36 agc #endif
11506 1.36 agc #if defined(HAVE_COMMONCRYPTO_COMMONDIGEST_H)
11507 1.36 agc #define COMMON_DIGEST_FOR_OPENSSL 1
11508 1.36 agc #include <CommonCrypto/CommonDigest.h>
11509 1.36 agc #endif
11510 1.12 lukem
11511 1.39 agc "
11512 1.39 agc if test "x$ac_cv_type_SHA256_CTX" = xyes; then :
11513 1.12 lukem
11514 1.36 agc cat >>confdefs.h <<_ACEOF
11515 1.36 agc #define HAVE_SHA256_CTX 1
11516 1.36 agc _ACEOF
11517 1.12 lukem
11518 1.12 lukem
11519 1.36 agc else
11520 1.39 agc { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11521 1.36 agc $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11522 1.39 agc as_fn_error $? "missing SHA256_CTX; is openssl 0.9.8 or newer installed?
11523 1.39 agc See \`config.log' for more details" "$LINENO" 5; }
11524 1.36 agc fi
11525 1.12 lukem
11526 1.12 lukem
11527 1.36 agc # Checks for library functions.
11528 1.36 agc #
11529 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gzopen" >&5
11530 1.36 agc $as_echo_n "checking for library containing gzopen... " >&6; }
11531 1.39 agc if ${ac_cv_search_gzopen+:} false; then :
11532 1.36 agc $as_echo_n "(cached) " >&6
11533 1.36 agc else
11534 1.36 agc ac_func_search_save_LIBS=$LIBS
11535 1.39 agc cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11536 1.36 agc /* end confdefs.h. */
11537 1.12 lukem
11538 1.36 agc /* Override any GCC internal prototype to avoid an error.
11539 1.36 agc Use char because int might match the return type of a GCC
11540 1.36 agc builtin and then its argument prototype would still apply. */
11541 1.36 agc #ifdef __cplusplus
11542 1.36 agc extern "C"
11543 1.36 agc #endif
11544 1.36 agc char gzopen ();
11545 1.36 agc int
11546 1.36 agc main ()
11547 1.36 agc {
11548 1.36 agc return gzopen ();
11549 1.36 agc ;
11550 1.36 agc return 0;
11551 1.36 agc }
11552 1.36 agc _ACEOF
11553 1.36 agc for ac_lib in '' z; do
11554 1.36 agc if test -z "$ac_lib"; then
11555 1.36 agc ac_res="none required"
11556 1.36 agc else
11557 1.36 agc ac_res=-l$ac_lib
11558 1.36 agc LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11559 1.36 agc fi
11560 1.39 agc if ac_fn_c_try_link "$LINENO"; then :
11561 1.36 agc ac_cv_search_gzopen=$ac_res
11562 1.36 agc fi
11563 1.39 agc rm -f core conftest.err conftest.$ac_objext \
11564 1.39 agc conftest$ac_exeext
11565 1.39 agc if ${ac_cv_search_gzopen+:} false; then :
11566 1.36 agc break
11567 1.36 agc fi
11568 1.36 agc done
11569 1.39 agc if ${ac_cv_search_gzopen+:} false; then :
11570 1.39 agc
11571 1.36 agc else
11572 1.36 agc ac_cv_search_gzopen=no
11573 1.36 agc fi
11574 1.36 agc rm conftest.$ac_ext
11575 1.36 agc LIBS=$ac_func_search_save_LIBS
11576 1.36 agc fi
11577 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gzopen" >&5
11578 1.36 agc $as_echo "$ac_cv_search_gzopen" >&6; }
11579 1.36 agc ac_res=$ac_cv_search_gzopen
11580 1.39 agc if test "$ac_res" != no; then :
11581 1.36 agc test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11582 1.12 lukem
11583 1.36 agc fi
11584 1.12 lukem
11585 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing BZ2_bzDecompress" >&5
11586 1.36 agc $as_echo_n "checking for library containing BZ2_bzDecompress... " >&6; }
11587 1.39 agc if ${ac_cv_search_BZ2_bzDecompress+:} false; then :
11588 1.36 agc $as_echo_n "(cached) " >&6
11589 1.36 agc else
11590 1.36 agc ac_func_search_save_LIBS=$LIBS
11591 1.39 agc cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11592 1.36 agc /* end confdefs.h. */
11593 1.12 lukem
11594 1.36 agc /* Override any GCC internal prototype to avoid an error.
11595 1.36 agc Use char because int might match the return type of a GCC
11596 1.36 agc builtin and then its argument prototype would still apply. */
11597 1.36 agc #ifdef __cplusplus
11598 1.36 agc extern "C"
11599 1.36 agc #endif
11600 1.36 agc char BZ2_bzDecompress ();
11601 1.36 agc int
11602 1.36 agc main ()
11603 1.36 agc {
11604 1.36 agc return BZ2_bzDecompress ();
11605 1.36 agc ;
11606 1.36 agc return 0;
11607 1.36 agc }
11608 1.36 agc _ACEOF
11609 1.36 agc for ac_lib in '' bz2; do
11610 1.36 agc if test -z "$ac_lib"; then
11611 1.36 agc ac_res="none required"
11612 1.12 lukem else
11613 1.36 agc ac_res=-l$ac_lib
11614 1.36 agc LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11615 1.36 agc fi
11616 1.39 agc if ac_fn_c_try_link "$LINENO"; then :
11617 1.36 agc ac_cv_search_BZ2_bzDecompress=$ac_res
11618 1.36 agc fi
11619 1.39 agc rm -f core conftest.err conftest.$ac_objext \
11620 1.39 agc conftest$ac_exeext
11621 1.39 agc if ${ac_cv_search_BZ2_bzDecompress+:} false; then :
11622 1.36 agc break
11623 1.36 agc fi
11624 1.36 agc done
11625 1.39 agc if ${ac_cv_search_BZ2_bzDecompress+:} false; then :
11626 1.39 agc
11627 1.36 agc else
11628 1.36 agc ac_cv_search_BZ2_bzDecompress=no
11629 1.36 agc fi
11630 1.36 agc rm conftest.$ac_ext
11631 1.36 agc LIBS=$ac_func_search_save_LIBS
11632 1.36 agc fi
11633 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_BZ2_bzDecompress" >&5
11634 1.36 agc $as_echo "$ac_cv_search_BZ2_bzDecompress" >&6; }
11635 1.36 agc ac_res=$ac_cv_search_BZ2_bzDecompress
11636 1.39 agc if test "$ac_res" != no; then :
11637 1.36 agc test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11638 1.12 lukem
11639 1.36 agc fi
11640 1.12 lukem
11641 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing RSA_public_encrypt" >&5
11642 1.36 agc $as_echo_n "checking for library containing RSA_public_encrypt... " >&6; }
11643 1.39 agc if ${ac_cv_search_RSA_public_encrypt+:} false; then :
11644 1.36 agc $as_echo_n "(cached) " >&6
11645 1.36 agc else
11646 1.36 agc ac_func_search_save_LIBS=$LIBS
11647 1.39 agc cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11648 1.36 agc /* end confdefs.h. */
11649 1.36 agc
11650 1.36 agc /* Override any GCC internal prototype to avoid an error.
11651 1.36 agc Use char because int might match the return type of a GCC
11652 1.36 agc builtin and then its argument prototype would still apply. */
11653 1.36 agc #ifdef __cplusplus
11654 1.36 agc extern "C"
11655 1.36 agc #endif
11656 1.36 agc char RSA_public_encrypt ();
11657 1.36 agc int
11658 1.36 agc main ()
11659 1.36 agc {
11660 1.36 agc return RSA_public_encrypt ();
11661 1.36 agc ;
11662 1.36 agc return 0;
11663 1.36 agc }
11664 1.36 agc _ACEOF
11665 1.36 agc for ac_lib in '' crypto; do
11666 1.36 agc if test -z "$ac_lib"; then
11667 1.36 agc ac_res="none required"
11668 1.36 agc else
11669 1.36 agc ac_res=-l$ac_lib
11670 1.36 agc LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11671 1.36 agc fi
11672 1.39 agc if ac_fn_c_try_link "$LINENO"; then :
11673 1.36 agc ac_cv_search_RSA_public_encrypt=$ac_res
11674 1.36 agc fi
11675 1.39 agc rm -f core conftest.err conftest.$ac_objext \
11676 1.39 agc conftest$ac_exeext
11677 1.39 agc if ${ac_cv_search_RSA_public_encrypt+:} false; then :
11678 1.36 agc break
11679 1.36 agc fi
11680 1.36 agc done
11681 1.39 agc if ${ac_cv_search_RSA_public_encrypt+:} false; then :
11682 1.39 agc
11683 1.36 agc else
11684 1.36 agc ac_cv_search_RSA_public_encrypt=no
11685 1.36 agc fi
11686 1.36 agc rm conftest.$ac_ext
11687 1.36 agc LIBS=$ac_func_search_save_LIBS
11688 1.36 agc fi
11689 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_RSA_public_encrypt" >&5
11690 1.36 agc $as_echo "$ac_cv_search_RSA_public_encrypt" >&6; }
11691 1.36 agc ac_res=$ac_cv_search_RSA_public_encrypt
11692 1.39 agc if test "$ac_res" != no; then :
11693 1.36 agc test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11694 1.12 lukem
11695 1.36 agc fi
11696 1.12 lukem
11697 1.12 lukem
11698 1.36 agc # Initialize the testsuite
11699 1.36 agc #
11700 1.36 agc ac_config_commands="$ac_config_commands tests/atconfig"
11701 1.12 lukem
11702 1.12 lukem
11703 1.36 agc AUTOM4TE=${AUTOM4TE-"${am_missing_run}autom4te"}
11704 1.12 lukem
11705 1.12 lukem
11706 1.36 agc # Generate the Makefiles
11707 1.36 agc #
11708 1.39 agc ac_config_files="$ac_config_files Makefile include/Makefile src/Makefile src/libmj/Makefile src/lib/Makefile src/netpgp/Makefile src/netpgpkeys/Makefile tests/Makefile tests/atlocal"
11709 1.12 lukem
11710 1.36 agc cat >confcache <<\_ACEOF
11711 1.36 agc # This file is a shell script that caches the results of configure
11712 1.36 agc # tests run on this system so they can be shared between configure
11713 1.36 agc # scripts and configure runs, see configure's option --config-cache.
11714 1.36 agc # It is not useful on other systems. If it contains results you don't
11715 1.36 agc # want to keep, you may remove or edit it.
11716 1.12 lukem #
11717 1.36 agc # config.status only pays attention to the cache file if you give it
11718 1.36 agc # the --recheck option to rerun configure.
11719 1.12 lukem #
11720 1.36 agc # `ac_cv_env_foo' variables (set or unset) will be overridden when
11721 1.36 agc # loading this file, other *unset* `ac_cv_foo' will be assigned the
11722 1.36 agc # following values.
11723 1.12 lukem
11724 1.36 agc _ACEOF
11725 1.12 lukem
11726 1.36 agc # The following way of writing the cache mishandles newlines in values,
11727 1.36 agc # but we know of no workaround that is simple, portable, and efficient.
11728 1.36 agc # So, we kill variables containing newlines.
11729 1.36 agc # Ultrix sh set writes to stderr and can't be redirected directly,
11730 1.36 agc # and sets the high bit in the cache file unless we assign to the vars.
11731 1.36 agc (
11732 1.36 agc for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
11733 1.36 agc eval ac_val=\$$ac_var
11734 1.36 agc case $ac_val in #(
11735 1.36 agc *${as_nl}*)
11736 1.36 agc case $ac_var in #(
11737 1.39 agc *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
11738 1.36 agc $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
11739 1.36 agc esac
11740 1.36 agc case $ac_var in #(
11741 1.36 agc _ | IFS | as_nl) ;; #(
11742 1.36 agc BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
11743 1.39 agc *) { eval $ac_var=; unset $ac_var;} ;;
11744 1.36 agc esac ;;
11745 1.36 agc esac
11746 1.36 agc done
11747 1.12 lukem
11748 1.36 agc (set) 2>&1 |
11749 1.36 agc case $as_nl`(ac_space=' '; set) 2>&1` in #(
11750 1.36 agc *${as_nl}ac_space=\ *)
11751 1.39 agc # `set' does not quote correctly, so add quotes: double-quote
11752 1.39 agc # substitution turns \\\\ into \\, and sed turns \\ into \.
11753 1.36 agc sed -n \
11754 1.36 agc "s/'/'\\\\''/g;
11755 1.36 agc s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
11756 1.36 agc ;; #(
11757 1.36 agc *)
11758 1.36 agc # `set' quotes correctly as required by POSIX, so do not add quotes.
11759 1.36 agc sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
11760 1.36 agc ;;
11761 1.36 agc esac |
11762 1.36 agc sort
11763 1.36 agc ) |
11764 1.36 agc sed '
11765 1.36 agc /^ac_cv_env_/b end
11766 1.36 agc t clear
11767 1.36 agc :clear
11768 1.36 agc s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11769 1.36 agc t end
11770 1.36 agc s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11771 1.36 agc :end' >>confcache
11772 1.36 agc if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11773 1.36 agc if test -w "$cache_file"; then
11774 1.39 agc if test "x$cache_file" != "x/dev/null"; then
11775 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
11776 1.36 agc $as_echo "$as_me: updating cache $cache_file" >&6;}
11777 1.39 agc if test ! -f "$cache_file" || test -h "$cache_file"; then
11778 1.39 agc cat confcache >"$cache_file"
11779 1.39 agc else
11780 1.39 agc case $cache_file in #(
11781 1.39 agc */* | ?:*)
11782 1.39 agc mv -f confcache "$cache_file"$$ &&
11783 1.39 agc mv -f "$cache_file"$$ "$cache_file" ;; #(
11784 1.39 agc *)
11785 1.39 agc mv -f confcache "$cache_file" ;;
11786 1.39 agc esac
11787 1.39 agc fi
11788 1.39 agc fi
11789 1.36 agc else
11790 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
11791 1.36 agc $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
11792 1.36 agc fi
11793 1.12 lukem fi
11794 1.36 agc rm -f confcache
11795 1.12 lukem
11796 1.36 agc test "x$prefix" = xNONE && prefix=$ac_default_prefix
11797 1.36 agc # Let make expand exec_prefix.
11798 1.36 agc test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
11799 1.12 lukem
11800 1.36 agc DEFS=-DHAVE_CONFIG_H
11801 1.12 lukem
11802 1.36 agc ac_libobjs=
11803 1.36 agc ac_ltlibobjs=
11804 1.39 agc U=
11805 1.36 agc for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
11806 1.36 agc # 1. Remove the extension, and $U if already installed.
11807 1.36 agc ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
11808 1.36 agc ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
11809 1.36 agc # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
11810 1.36 agc # will be set to the directory where LIBOBJS objects are built.
11811 1.39 agc as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11812 1.39 agc as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
11813 1.36 agc done
11814 1.36 agc LIBOBJS=$ac_libobjs
11815 1.12 lukem
11816 1.36 agc LTLIBOBJS=$ac_ltlibobjs
11817 1.12 lukem
11818 1.12 lukem
11819 1.36 agc if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
11820 1.39 agc as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
11821 1.39 agc Usually this means the macro was only invoked conditionally." "$LINENO" 5
11822 1.36 agc fi
11823 1.36 agc if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
11824 1.39 agc as_fn_error $? "conditional \"AMDEP\" was never defined.
11825 1.39 agc Usually this means the macro was only invoked conditionally." "$LINENO" 5
11826 1.36 agc fi
11827 1.36 agc if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
11828 1.39 agc as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
11829 1.39 agc Usually this means the macro was only invoked conditionally." "$LINENO" 5
11830 1.36 agc fi
11831 1.12 lukem
11832 1.39 agc : "${CONFIG_STATUS=./config.status}"
11833 1.36 agc ac_write_fail=0
11834 1.36 agc ac_clean_files_save=$ac_clean_files
11835 1.36 agc ac_clean_files="$ac_clean_files $CONFIG_STATUS"
11836 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
11837 1.36 agc $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
11838 1.39 agc as_write_fail=0
11839 1.39 agc cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
11840 1.36 agc #! $SHELL
11841 1.36 agc # Generated by $as_me.
11842 1.36 agc # Run this file to recreate the current configuration.
11843 1.36 agc # Compiler output produced by configure, useful for debugging
11844 1.36 agc # configure, is in config.log if it exists.
11845 1.12 lukem
11846 1.36 agc debug=false
11847 1.36 agc ac_cs_recheck=false
11848 1.36 agc ac_cs_silent=false
11849 1.39 agc
11850 1.36 agc SHELL=\${CONFIG_SHELL-$SHELL}
11851 1.39 agc export SHELL
11852 1.39 agc _ASEOF
11853 1.39 agc cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
11854 1.39 agc ## -------------------- ##
11855 1.39 agc ## M4sh Initialization. ##
11856 1.39 agc ## -------------------- ##
11857 1.12 lukem
11858 1.36 agc # Be more Bourne compatible
11859 1.36 agc DUALCASE=1; export DUALCASE # for MKS sh
11860 1.39 agc if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
11861 1.36 agc emulate sh
11862 1.36 agc NULLCMD=:
11863 1.36 agc # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
11864 1.36 agc # is contrary to our usage. Disable this feature.
11865 1.36 agc alias -g '${1+"$@"}'='"$@"'
11866 1.36 agc setopt NO_GLOB_SUBST
11867 1.12 lukem else
11868 1.39 agc case `(set -o) 2>/dev/null` in #(
11869 1.39 agc *posix*) :
11870 1.39 agc set -o posix ;; #(
11871 1.39 agc *) :
11872 1.39 agc ;;
11873 1.36 agc esac
11874 1.12 lukem fi
11875 1.12 lukem
11876 1.12 lukem
11877 1.36 agc as_nl='
11878 1.36 agc '
11879 1.36 agc export as_nl
11880 1.36 agc # Printing a long string crashes Solaris 7 /usr/bin/printf.
11881 1.36 agc as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11882 1.36 agc as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
11883 1.36 agc as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
11884 1.39 agc # Prefer a ksh shell builtin over an external printf program on Solaris,
11885 1.39 agc # but without wasting forks for bash or zsh.
11886 1.39 agc if test -z "$BASH_VERSION$ZSH_VERSION" \
11887 1.39 agc && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
11888 1.39 agc as_echo='print -r --'
11889 1.39 agc as_echo_n='print -rn --'
11890 1.39 agc elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
11891 1.36 agc as_echo='printf %s\n'
11892 1.36 agc as_echo_n='printf %s'
11893 1.36 agc else
11894 1.36 agc if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
11895 1.36 agc as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
11896 1.36 agc as_echo_n='/usr/ucb/echo -n'
11897 1.36 agc else
11898 1.36 agc as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
11899 1.36 agc as_echo_n_body='eval
11900 1.36 agc arg=$1;
11901 1.39 agc case $arg in #(
11902 1.36 agc *"$as_nl"*)
11903 1.36 agc expr "X$arg" : "X\\(.*\\)$as_nl";
11904 1.36 agc arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
11905 1.36 agc esac;
11906 1.36 agc expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
11907 1.36 agc '
11908 1.36 agc export as_echo_n_body
11909 1.36 agc as_echo_n='sh -c $as_echo_n_body as_echo'
11910 1.36 agc fi
11911 1.36 agc export as_echo_body
11912 1.36 agc as_echo='sh -c $as_echo_body as_echo'
11913 1.36 agc fi
11914 1.12 lukem
11915 1.36 agc # The user is always right.
11916 1.36 agc if test "${PATH_SEPARATOR+set}" != set; then
11917 1.36 agc PATH_SEPARATOR=:
11918 1.36 agc (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
11919 1.36 agc (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
11920 1.36 agc PATH_SEPARATOR=';'
11921 1.36 agc }
11922 1.36 agc fi
11923 1.12 lukem
11924 1.12 lukem
11925 1.36 agc # IFS
11926 1.36 agc # We need space, tab and new line, in precisely that order. Quoting is
11927 1.36 agc # there to prevent editors from complaining about space-tab.
11928 1.36 agc # (If _AS_PATH_WALK were called with IFS unset, it would disable word
11929 1.36 agc # splitting by setting IFS to empty value.)
11930 1.36 agc IFS=" "" $as_nl"
11931 1.12 lukem
11932 1.36 agc # Find who we are. Look in the path if we contain no directory separator.
11933 1.39 agc as_myself=
11934 1.39 agc case $0 in #((
11935 1.36 agc *[\\/]* ) as_myself=$0 ;;
11936 1.36 agc *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11937 1.36 agc for as_dir in $PATH
11938 1.36 agc do
11939 1.36 agc IFS=$as_save_IFS
11940 1.36 agc test -z "$as_dir" && as_dir=.
11941 1.39 agc test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
11942 1.39 agc done
11943 1.36 agc IFS=$as_save_IFS
11944 1.12 lukem
11945 1.36 agc ;;
11946 1.36 agc esac
11947 1.36 agc # We did not find ourselves, most probably we were run as `sh COMMAND'
11948 1.36 agc # in which case we are not to be found in the path.
11949 1.36 agc if test "x$as_myself" = x; then
11950 1.36 agc as_myself=$0
11951 1.36 agc fi
11952 1.36 agc if test ! -f "$as_myself"; then
11953 1.36 agc $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
11954 1.39 agc exit 1
11955 1.36 agc fi
11956 1.12 lukem
11957 1.39 agc # Unset variables that we do not need and which cause bugs (e.g. in
11958 1.39 agc # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
11959 1.39 agc # suppresses any "Segmentation fault" message there. '((' could
11960 1.39 agc # trigger a bug in pdksh 5.2.14.
11961 1.39 agc for as_var in BASH_ENV ENV MAIL MAILPATH
11962 1.39 agc do eval test x\${$as_var+set} = xset \
11963 1.39 agc && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
11964 1.36 agc done
11965 1.36 agc PS1='$ '
11966 1.36 agc PS2='> '
11967 1.36 agc PS4='+ '
11968 1.12 lukem
11969 1.36 agc # NLS nuisances.
11970 1.36 agc LC_ALL=C
11971 1.36 agc export LC_ALL
11972 1.36 agc LANGUAGE=C
11973 1.36 agc export LANGUAGE
11974 1.36 agc
11975 1.39 agc # CDPATH.
11976 1.39 agc (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
11977 1.39 agc
11978 1.39 agc
11979 1.39 agc # as_fn_error STATUS ERROR [LINENO LOG_FD]
11980 1.39 agc # ----------------------------------------
11981 1.39 agc # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
11982 1.39 agc # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
11983 1.39 agc # script with STATUS, using 1 if that was 0.
11984 1.39 agc as_fn_error ()
11985 1.39 agc {
11986 1.39 agc as_status=$1; test $as_status -eq 0 && as_status=1
11987 1.39 agc if test "$4"; then
11988 1.39 agc as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
11989 1.39 agc $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
11990 1.39 agc fi
11991 1.39 agc $as_echo "$as_me: error: $2" >&2
11992 1.39 agc as_fn_exit $as_status
11993 1.39 agc } # as_fn_error
11994 1.39 agc
11995 1.39 agc
11996 1.39 agc # as_fn_set_status STATUS
11997 1.39 agc # -----------------------
11998 1.39 agc # Set $? to STATUS, without forking.
11999 1.39 agc as_fn_set_status ()
12000 1.39 agc {
12001 1.39 agc return $1
12002 1.39 agc } # as_fn_set_status
12003 1.39 agc
12004 1.39 agc # as_fn_exit STATUS
12005 1.39 agc # -----------------
12006 1.39 agc # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
12007 1.39 agc as_fn_exit ()
12008 1.39 agc {
12009 1.39 agc set +e
12010 1.39 agc as_fn_set_status $1
12011 1.39 agc exit $1
12012 1.39 agc } # as_fn_exit
12013 1.39 agc
12014 1.39 agc # as_fn_unset VAR
12015 1.39 agc # ---------------
12016 1.39 agc # Portably unset VAR.
12017 1.39 agc as_fn_unset ()
12018 1.39 agc {
12019 1.39 agc { eval $1=; unset $1;}
12020 1.39 agc }
12021 1.39 agc as_unset=as_fn_unset
12022 1.39 agc # as_fn_append VAR VALUE
12023 1.39 agc # ----------------------
12024 1.39 agc # Append the text in VALUE to the end of the definition contained in VAR. Take
12025 1.39 agc # advantage of any shell optimizations that allow amortized linear growth over
12026 1.39 agc # repeated appends, instead of the typical quadratic growth present in naive
12027 1.39 agc # implementations.
12028 1.39 agc if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
12029 1.39 agc eval 'as_fn_append ()
12030 1.39 agc {
12031 1.39 agc eval $1+=\$2
12032 1.39 agc }'
12033 1.39 agc else
12034 1.39 agc as_fn_append ()
12035 1.39 agc {
12036 1.39 agc eval $1=\$$1\$2
12037 1.39 agc }
12038 1.39 agc fi # as_fn_append
12039 1.39 agc
12040 1.39 agc # as_fn_arith ARG...
12041 1.39 agc # ------------------
12042 1.39 agc # Perform arithmetic evaluation on the ARGs, and store the result in the
12043 1.39 agc # global $as_val. Take advantage of shells that can avoid forks. The arguments
12044 1.39 agc # must be portable across $(()) and expr.
12045 1.39 agc if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
12046 1.39 agc eval 'as_fn_arith ()
12047 1.39 agc {
12048 1.39 agc as_val=$(( $* ))
12049 1.39 agc }'
12050 1.39 agc else
12051 1.39 agc as_fn_arith ()
12052 1.39 agc {
12053 1.39 agc as_val=`expr "$@" || test $? -eq 1`
12054 1.39 agc }
12055 1.39 agc fi # as_fn_arith
12056 1.39 agc
12057 1.39 agc
12058 1.36 agc if expr a : '\(a\)' >/dev/null 2>&1 &&
12059 1.36 agc test "X`expr 00001 : '.*\(...\)'`" = X001; then
12060 1.36 agc as_expr=expr
12061 1.36 agc else
12062 1.36 agc as_expr=false
12063 1.36 agc fi
12064 1.12 lukem
12065 1.36 agc if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
12066 1.36 agc as_basename=basename
12067 1.36 agc else
12068 1.36 agc as_basename=false
12069 1.36 agc fi
12070 1.12 lukem
12071 1.39 agc if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
12072 1.39 agc as_dirname=dirname
12073 1.39 agc else
12074 1.39 agc as_dirname=false
12075 1.39 agc fi
12076 1.12 lukem
12077 1.36 agc as_me=`$as_basename -- "$0" ||
12078 1.36 agc $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
12079 1.36 agc X"$0" : 'X\(//\)$' \| \
12080 1.36 agc X"$0" : 'X\(/\)' \| . 2>/dev/null ||
12081 1.36 agc $as_echo X/"$0" |
12082 1.36 agc sed '/^.*\/\([^/][^/]*\)\/*$/{
12083 1.36 agc s//\1/
12084 1.36 agc q
12085 1.36 agc }
12086 1.36 agc /^X\/\(\/\/\)$/{
12087 1.36 agc s//\1/
12088 1.36 agc q
12089 1.36 agc }
12090 1.36 agc /^X\/\(\/\).*/{
12091 1.36 agc s//\1/
12092 1.36 agc q
12093 1.36 agc }
12094 1.36 agc s/.*/./; q'`
12095 1.12 lukem
12096 1.39 agc # Avoid depending upon Character Ranges.
12097 1.39 agc as_cr_letters='abcdefghijklmnopqrstuvwxyz'
12098 1.39 agc as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
12099 1.39 agc as_cr_Letters=$as_cr_letters$as_cr_LETTERS
12100 1.39 agc as_cr_digits='0123456789'
12101 1.39 agc as_cr_alnum=$as_cr_Letters$as_cr_digits
12102 1.12 lukem
12103 1.36 agc ECHO_C= ECHO_N= ECHO_T=
12104 1.39 agc case `echo -n x` in #(((((
12105 1.36 agc -n*)
12106 1.39 agc case `echo 'xy\c'` in
12107 1.36 agc *c*) ECHO_T=' ';; # ECHO_T is single tab character.
12108 1.39 agc xy) ECHO_C='\c';;
12109 1.39 agc *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
12110 1.39 agc ECHO_T=' ';;
12111 1.36 agc esac;;
12112 1.36 agc *)
12113 1.36 agc ECHO_N='-n';;
12114 1.36 agc esac
12115 1.12 lukem
12116 1.36 agc rm -f conf$$ conf$$.exe conf$$.file
12117 1.36 agc if test -d conf$$.dir; then
12118 1.36 agc rm -f conf$$.dir/conf$$.file
12119 1.36 agc else
12120 1.36 agc rm -f conf$$.dir
12121 1.36 agc mkdir conf$$.dir 2>/dev/null
12122 1.36 agc fi
12123 1.36 agc if (echo >conf$$.file) 2>/dev/null; then
12124 1.36 agc if ln -s conf$$.file conf$$ 2>/dev/null; then
12125 1.36 agc as_ln_s='ln -s'
12126 1.36 agc # ... but there are two gotchas:
12127 1.36 agc # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
12128 1.36 agc # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
12129 1.39 agc # In both cases, we have to default to `cp -pR'.
12130 1.36 agc ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
12131 1.39 agc as_ln_s='cp -pR'
12132 1.36 agc elif ln conf$$.file conf$$ 2>/dev/null; then
12133 1.36 agc as_ln_s=ln
12134 1.12 lukem else
12135 1.39 agc as_ln_s='cp -pR'
12136 1.36 agc fi
12137 1.36 agc else
12138 1.39 agc as_ln_s='cp -pR'
12139 1.36 agc fi
12140 1.36 agc rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
12141 1.36 agc rmdir conf$$.dir 2>/dev/null
12142 1.36 agc
12143 1.39 agc
12144 1.39 agc # as_fn_mkdir_p
12145 1.39 agc # -------------
12146 1.39 agc # Create "$as_dir" as a directory, including parents if necessary.
12147 1.39 agc as_fn_mkdir_p ()
12148 1.39 agc {
12149 1.39 agc
12150 1.39 agc case $as_dir in #(
12151 1.39 agc -*) as_dir=./$as_dir;;
12152 1.39 agc esac
12153 1.39 agc test -d "$as_dir" || eval $as_mkdir_p || {
12154 1.39 agc as_dirs=
12155 1.39 agc while :; do
12156 1.39 agc case $as_dir in #(
12157 1.39 agc *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
12158 1.39 agc *) as_qdir=$as_dir;;
12159 1.39 agc esac
12160 1.39 agc as_dirs="'$as_qdir' $as_dirs"
12161 1.39 agc as_dir=`$as_dirname -- "$as_dir" ||
12162 1.39 agc $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12163 1.39 agc X"$as_dir" : 'X\(//\)[^/]' \| \
12164 1.39 agc X"$as_dir" : 'X\(//\)$' \| \
12165 1.39 agc X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
12166 1.39 agc $as_echo X"$as_dir" |
12167 1.39 agc sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12168 1.39 agc s//\1/
12169 1.39 agc q
12170 1.39 agc }
12171 1.39 agc /^X\(\/\/\)[^/].*/{
12172 1.39 agc s//\1/
12173 1.39 agc q
12174 1.39 agc }
12175 1.39 agc /^X\(\/\/\)$/{
12176 1.39 agc s//\1/
12177 1.39 agc q
12178 1.39 agc }
12179 1.39 agc /^X\(\/\).*/{
12180 1.39 agc s//\1/
12181 1.39 agc q
12182 1.39 agc }
12183 1.39 agc s/.*/./; q'`
12184 1.39 agc test -d "$as_dir" && break
12185 1.39 agc done
12186 1.39 agc test -z "$as_dirs" || eval "mkdir $as_dirs"
12187 1.39 agc } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
12188 1.39 agc
12189 1.39 agc
12190 1.39 agc } # as_fn_mkdir_p
12191 1.36 agc if mkdir -p . 2>/dev/null; then
12192 1.39 agc as_mkdir_p='mkdir -p "$as_dir"'
12193 1.36 agc else
12194 1.36 agc test -d ./-p && rmdir ./-p
12195 1.36 agc as_mkdir_p=false
12196 1.36 agc fi
12197 1.12 lukem
12198 1.39 agc
12199 1.39 agc # as_fn_executable_p FILE
12200 1.39 agc # -----------------------
12201 1.39 agc # Test if FILE is an executable regular file.
12202 1.39 agc as_fn_executable_p ()
12203 1.39 agc {
12204 1.39 agc test -f "$1" && test -x "$1"
12205 1.39 agc } # as_fn_executable_p
12206 1.39 agc as_test_x='test -x'
12207 1.39 agc as_executable_p=as_fn_executable_p
12208 1.36 agc
12209 1.36 agc # Sed expression to map a string onto a valid CPP name.
12210 1.36 agc as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
12211 1.36 agc
12212 1.36 agc # Sed expression to map a string onto a valid variable name.
12213 1.36 agc as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
12214 1.12 lukem
12215 1.12 lukem
12216 1.36 agc exec 6>&1
12217 1.39 agc ## ----------------------------------- ##
12218 1.39 agc ## Main body of $CONFIG_STATUS script. ##
12219 1.39 agc ## ----------------------------------- ##
12220 1.39 agc _ASEOF
12221 1.39 agc test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
12222 1.12 lukem
12223 1.39 agc cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12224 1.39 agc # Save the log message, to keep $0 and so on meaningful, and to
12225 1.36 agc # report actual input values of CONFIG_FILES etc. instead of their
12226 1.36 agc # values after options handling.
12227 1.36 agc ac_log="
12228 1.41 agc This file was extended by netpgp $as_me 20140220, which was
12229 1.39 agc generated by GNU Autoconf 2.69. Invocation command line was
12230 1.12 lukem
12231 1.36 agc CONFIG_FILES = $CONFIG_FILES
12232 1.36 agc CONFIG_HEADERS = $CONFIG_HEADERS
12233 1.36 agc CONFIG_LINKS = $CONFIG_LINKS
12234 1.36 agc CONFIG_COMMANDS = $CONFIG_COMMANDS
12235 1.36 agc $ $0 $@
12236 1.12 lukem
12237 1.36 agc on `(hostname || uname -n) 2>/dev/null | sed 1q`
12238 1.36 agc "
12239 1.12 lukem
12240 1.12 lukem _ACEOF
12241 1.12 lukem
12242 1.36 agc case $ac_config_files in *"
12243 1.36 agc "*) set x $ac_config_files; shift; ac_config_files=$*;;
12244 1.36 agc esac
12245 1.12 lukem
12246 1.36 agc case $ac_config_headers in *"
12247 1.36 agc "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
12248 1.12 lukem esac
12249 1.12 lukem
12250 1.12 lukem
12251 1.36 agc cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12252 1.36 agc # Files that config.status was made for.
12253 1.36 agc config_files="$ac_config_files"
12254 1.36 agc config_headers="$ac_config_headers"
12255 1.36 agc config_commands="$ac_config_commands"
12256 1.12 lukem
12257 1.36 agc _ACEOF
12258 1.12 lukem
12259 1.36 agc cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12260 1.36 agc ac_cs_usage="\
12261 1.39 agc \`$as_me' instantiates files and other configuration actions
12262 1.39 agc from templates according to the current configuration. Unless the files
12263 1.39 agc and actions are specified as TAGs, all are instantiated by default.
12264 1.12 lukem
12265 1.39 agc Usage: $0 [OPTION]... [TAG]...
12266 1.12 lukem
12267 1.36 agc -h, --help print this help, then exit
12268 1.36 agc -V, --version print version number and configuration settings, then exit
12269 1.39 agc --config print configuration, then exit
12270 1.36 agc -q, --quiet, --silent
12271 1.36 agc do not print progress messages
12272 1.36 agc -d, --debug don't remove temporary files
12273 1.36 agc --recheck update $as_me by reconfiguring in the same conditions
12274 1.36 agc --file=FILE[:TEMPLATE]
12275 1.36 agc instantiate the configuration file FILE
12276 1.36 agc --header=FILE[:TEMPLATE]
12277 1.36 agc instantiate the configuration header FILE
12278 1.12 lukem
12279 1.36 agc Configuration files:
12280 1.36 agc $config_files
12281 1.12 lukem
12282 1.36 agc Configuration headers:
12283 1.36 agc $config_headers
12284 1.12 lukem
12285 1.36 agc Configuration commands:
12286 1.36 agc $config_commands
12287 1.12 lukem
12288 1.39 agc Report bugs to <Alistair Crooks <agc@netbsd.org> c0596823>."
12289 1.12 lukem
12290 1.36 agc _ACEOF
12291 1.36 agc cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12292 1.39 agc ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
12293 1.36 agc ac_cs_version="\\
12294 1.41 agc netpgp config.status 20140220
12295 1.39 agc configured by $0, generated by GNU Autoconf 2.69,
12296 1.39 agc with options \\"\$ac_cs_config\\"
12297 1.12 lukem
12298 1.39 agc Copyright (C) 2012 Free Software Foundation, Inc.
12299 1.36 agc This config.status script is free software; the Free Software Foundation
12300 1.36 agc gives unlimited permission to copy, distribute and modify it."
12301 1.12 lukem
12302 1.36 agc ac_pwd='$ac_pwd'
12303 1.36 agc srcdir='$srcdir'
12304 1.36 agc INSTALL='$INSTALL'
12305 1.36 agc MKDIR_P='$MKDIR_P'
12306 1.36 agc AWK='$AWK'
12307 1.36 agc test -n "\$AWK" || AWK=awk
12308 1.36 agc _ACEOF
12309 1.12 lukem
12310 1.36 agc cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12311 1.36 agc # The default lists apply if the user does not specify any file.
12312 1.36 agc ac_need_defaults=:
12313 1.36 agc while test $# != 0
12314 1.36 agc do
12315 1.36 agc case $1 in
12316 1.39 agc --*=?*)
12317 1.36 agc ac_option=`expr "X$1" : 'X\([^=]*\)='`
12318 1.36 agc ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
12319 1.36 agc ac_shift=:
12320 1.36 agc ;;
12321 1.39 agc --*=)
12322 1.39 agc ac_option=`expr "X$1" : 'X\([^=]*\)='`
12323 1.39 agc ac_optarg=
12324 1.39 agc ac_shift=:
12325 1.39 agc ;;
12326 1.36 agc *)
12327 1.36 agc ac_option=$1
12328 1.36 agc ac_optarg=$2
12329 1.36 agc ac_shift=shift
12330 1.36 agc ;;
12331 1.36 agc esac
12332 1.12 lukem
12333 1.36 agc case $ac_option in
12334 1.36 agc # Handling of the options.
12335 1.36 agc -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
12336 1.36 agc ac_cs_recheck=: ;;
12337 1.36 agc --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
12338 1.36 agc $as_echo "$ac_cs_version"; exit ;;
12339 1.39 agc --config | --confi | --conf | --con | --co | --c )
12340 1.39 agc $as_echo "$ac_cs_config"; exit ;;
12341 1.36 agc --debug | --debu | --deb | --de | --d | -d )
12342 1.36 agc debug=: ;;
12343 1.36 agc --file | --fil | --fi | --f )
12344 1.36 agc $ac_shift
12345 1.36 agc case $ac_optarg in
12346 1.36 agc *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12347 1.39 agc '') as_fn_error $? "missing file argument" ;;
12348 1.36 agc esac
12349 1.39 agc as_fn_append CONFIG_FILES " '$ac_optarg'"
12350 1.36 agc ac_need_defaults=false;;
12351 1.36 agc --header | --heade | --head | --hea )
12352 1.36 agc $ac_shift
12353 1.36 agc case $ac_optarg in
12354 1.36 agc *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12355 1.36 agc esac
12356 1.39 agc as_fn_append CONFIG_HEADERS " '$ac_optarg'"
12357 1.36 agc ac_need_defaults=false;;
12358 1.36 agc --he | --h)
12359 1.36 agc # Conflict between --help and --header
12360 1.39 agc as_fn_error $? "ambiguous option: \`$1'
12361 1.39 agc Try \`$0 --help' for more information.";;
12362 1.36 agc --help | --hel | -h )
12363 1.36 agc $as_echo "$ac_cs_usage"; exit ;;
12364 1.36 agc -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12365 1.36 agc | -silent | --silent | --silen | --sile | --sil | --si | --s)
12366 1.36 agc ac_cs_silent=: ;;
12367 1.12 lukem
12368 1.36 agc # This is an error.
12369 1.39 agc -*) as_fn_error $? "unrecognized option: \`$1'
12370 1.39 agc Try \`$0 --help' for more information." ;;
12371 1.12 lukem
12372 1.39 agc *) as_fn_append ac_config_targets " $1"
12373 1.36 agc ac_need_defaults=false ;;
12374 1.12 lukem
12375 1.36 agc esac
12376 1.36 agc shift
12377 1.36 agc done
12378 1.12 lukem
12379 1.36 agc ac_configure_extra_args=
12380 1.12 lukem
12381 1.36 agc if $ac_cs_silent; then
12382 1.36 agc exec 6>/dev/null
12383 1.36 agc ac_configure_extra_args="$ac_configure_extra_args --silent"
12384 1.36 agc fi
12385 1.12 lukem
12386 1.36 agc _ACEOF
12387 1.36 agc cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12388 1.36 agc if \$ac_cs_recheck; then
12389 1.39 agc set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
12390 1.36 agc shift
12391 1.36 agc \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
12392 1.36 agc CONFIG_SHELL='$SHELL'
12393 1.36 agc export CONFIG_SHELL
12394 1.36 agc exec "\$@"
12395 1.36 agc fi
12396 1.12 lukem
12397 1.36 agc _ACEOF
12398 1.36 agc cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12399 1.36 agc exec 5>>config.log
12400 1.36 agc {
12401 1.36 agc echo
12402 1.36 agc sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12403 1.36 agc ## Running $as_me. ##
12404 1.36 agc _ASBOX
12405 1.36 agc $as_echo "$ac_log"
12406 1.36 agc } >&5
12407 1.12 lukem
12408 1.36 agc _ACEOF
12409 1.36 agc cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12410 1.36 agc #
12411 1.36 agc # INIT-COMMANDS
12412 1.36 agc #
12413 1.36 agc AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
12414 1.12 lukem
12415 1.12 lukem
12416 1.36 agc # The HP-UX ksh and POSIX shell print the target directory to stdout
12417 1.36 agc # if CDPATH is set.
12418 1.36 agc (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12419 1.12 lukem
12420 1.36 agc sed_quote_subst='$sed_quote_subst'
12421 1.36 agc double_quote_subst='$double_quote_subst'
12422 1.36 agc delay_variable_subst='$delay_variable_subst'
12423 1.36 agc macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
12424 1.36 agc macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
12425 1.36 agc enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
12426 1.36 agc enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
12427 1.36 agc pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
12428 1.36 agc enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
12429 1.36 agc host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
12430 1.36 agc host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`'
12431 1.36 agc host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`'
12432 1.36 agc build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`'
12433 1.36 agc build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`'
12434 1.36 agc build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`'
12435 1.36 agc SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`'
12436 1.36 agc Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`'
12437 1.36 agc GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`'
12438 1.36 agc EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`'
12439 1.36 agc FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`'
12440 1.36 agc LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`'
12441 1.36 agc NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'
12442 1.36 agc LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'
12443 1.36 agc max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`'
12444 1.36 agc ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'
12445 1.36 agc exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'
12446 1.36 agc lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'
12447 1.36 agc lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'
12448 1.36 agc lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
12449 1.36 agc reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
12450 1.36 agc reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12451 1.36 agc OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`'
12452 1.36 agc deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
12453 1.36 agc file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
12454 1.36 agc AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
12455 1.36 agc AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'
12456 1.36 agc STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'
12457 1.36 agc RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'
12458 1.36 agc old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12459 1.36 agc old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12460 1.36 agc old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12461 1.36 agc CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'
12462 1.36 agc CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`'
12463 1.36 agc compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`'
12464 1.36 agc GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`'
12465 1.36 agc lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`'
12466 1.36 agc lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`'
12467 1.36 agc lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address" | $Xsed -e "$delay_single_quote_subst"`'
12468 1.36 agc lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
12469 1.36 agc objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`'
12470 1.36 agc SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`'
12471 1.36 agc ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`'
12472 1.36 agc MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`'
12473 1.36 agc lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`'
12474 1.36 agc lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`'
12475 1.36 agc lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`'
12476 1.36 agc lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`'
12477 1.36 agc lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`'
12478 1.36 agc need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`'
12479 1.36 agc DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`'
12480 1.36 agc NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`'
12481 1.36 agc LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`'
12482 1.36 agc OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`'
12483 1.36 agc OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`'
12484 1.36 agc libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`'
12485 1.36 agc shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12486 1.36 agc extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12487 1.36 agc archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`'
12488 1.36 agc enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`'
12489 1.36 agc export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
12490 1.36 agc whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
12491 1.36 agc compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`'
12492 1.36 agc old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12493 1.36 agc old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12494 1.36 agc archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12495 1.36 agc archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12496 1.36 agc module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12497 1.36 agc module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12498 1.36 agc with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`'
12499 1.36 agc allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
12500 1.36 agc no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
12501 1.36 agc hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
12502 1.36 agc hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`'
12503 1.36 agc hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`'
12504 1.36 agc hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`'
12505 1.36 agc hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`'
12506 1.36 agc hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`'
12507 1.36 agc hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
12508 1.36 agc hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`'
12509 1.36 agc inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`'
12510 1.36 agc link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`'
12511 1.36 agc fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`'
12512 1.36 agc always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`'
12513 1.36 agc export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12514 1.36 agc exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
12515 1.36 agc include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
12516 1.36 agc prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12517 1.36 agc file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`'
12518 1.36 agc variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`'
12519 1.36 agc need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
12520 1.36 agc need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`'
12521 1.36 agc version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`'
12522 1.36 agc runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`'
12523 1.36 agc shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
12524 1.36 agc shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`'
12525 1.36 agc libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`'
12526 1.36 agc library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`'
12527 1.36 agc soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`'
12528 1.36 agc postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12529 1.36 agc postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12530 1.36 agc finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12531 1.36 agc finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`'
12532 1.36 agc hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`'
12533 1.36 agc sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
12534 1.36 agc sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
12535 1.36 agc hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`'
12536 1.36 agc enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`'
12537 1.36 agc enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`'
12538 1.36 agc enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`'
12539 1.36 agc old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`'
12540 1.36 agc striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`'
12541 1.36 agc
12542 1.36 agc LTCC='$LTCC'
12543 1.36 agc LTCFLAGS='$LTCFLAGS'
12544 1.36 agc compiler='$compiler_DEFAULT'
12545 1.36 agc
12546 1.36 agc # Quote evaled strings.
12547 1.36 agc for var in SED \
12548 1.36 agc GREP \
12549 1.36 agc EGREP \
12550 1.36 agc FGREP \
12551 1.36 agc LD \
12552 1.36 agc NM \
12553 1.36 agc LN_S \
12554 1.36 agc lt_SP2NL \
12555 1.36 agc lt_NL2SP \
12556 1.36 agc reload_flag \
12557 1.36 agc OBJDUMP \
12558 1.36 agc deplibs_check_method \
12559 1.36 agc file_magic_cmd \
12560 1.36 agc AR \
12561 1.36 agc AR_FLAGS \
12562 1.36 agc STRIP \
12563 1.36 agc RANLIB \
12564 1.36 agc CC \
12565 1.36 agc CFLAGS \
12566 1.36 agc compiler \
12567 1.36 agc lt_cv_sys_global_symbol_pipe \
12568 1.36 agc lt_cv_sys_global_symbol_to_cdecl \
12569 1.36 agc lt_cv_sys_global_symbol_to_c_name_address \
12570 1.36 agc lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
12571 1.36 agc SHELL \
12572 1.36 agc ECHO \
12573 1.36 agc lt_prog_compiler_no_builtin_flag \
12574 1.36 agc lt_prog_compiler_wl \
12575 1.36 agc lt_prog_compiler_pic \
12576 1.36 agc lt_prog_compiler_static \
12577 1.36 agc lt_cv_prog_compiler_c_o \
12578 1.36 agc need_locks \
12579 1.36 agc DSYMUTIL \
12580 1.36 agc NMEDIT \
12581 1.36 agc LIPO \
12582 1.36 agc OTOOL \
12583 1.36 agc OTOOL64 \
12584 1.36 agc shrext_cmds \
12585 1.36 agc export_dynamic_flag_spec \
12586 1.36 agc whole_archive_flag_spec \
12587 1.36 agc compiler_needs_object \
12588 1.36 agc with_gnu_ld \
12589 1.36 agc allow_undefined_flag \
12590 1.36 agc no_undefined_flag \
12591 1.36 agc hardcode_libdir_flag_spec \
12592 1.36 agc hardcode_libdir_flag_spec_ld \
12593 1.36 agc hardcode_libdir_separator \
12594 1.36 agc fix_srcfile_path \
12595 1.36 agc exclude_expsyms \
12596 1.36 agc include_expsyms \
12597 1.36 agc file_list_spec \
12598 1.36 agc variables_saved_for_relink \
12599 1.36 agc libname_spec \
12600 1.36 agc library_names_spec \
12601 1.36 agc soname_spec \
12602 1.36 agc finish_eval \
12603 1.36 agc old_striplib \
12604 1.36 agc striplib; do
12605 1.36 agc case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
12606 1.36 agc *[\\\\\\\`\\"\\\$]*)
12607 1.36 agc eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
12608 1.12 lukem ;;
12609 1.36 agc *)
12610 1.36 agc eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12611 1.12 lukem ;;
12612 1.36 agc esac
12613 1.36 agc done
12614 1.12 lukem
12615 1.36 agc # Double-quote double-evaled strings.
12616 1.36 agc for var in reload_cmds \
12617 1.36 agc old_postinstall_cmds \
12618 1.36 agc old_postuninstall_cmds \
12619 1.36 agc old_archive_cmds \
12620 1.36 agc extract_expsyms_cmds \
12621 1.36 agc old_archive_from_new_cmds \
12622 1.36 agc old_archive_from_expsyms_cmds \
12623 1.36 agc archive_cmds \
12624 1.36 agc archive_expsym_cmds \
12625 1.36 agc module_cmds \
12626 1.36 agc module_expsym_cmds \
12627 1.36 agc export_symbols_cmds \
12628 1.36 agc prelink_cmds \
12629 1.36 agc postinstall_cmds \
12630 1.36 agc postuninstall_cmds \
12631 1.36 agc finish_cmds \
12632 1.36 agc sys_lib_search_path_spec \
12633 1.36 agc sys_lib_dlsearch_path_spec; do
12634 1.36 agc case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
12635 1.36 agc *[\\\\\\\`\\"\\\$]*)
12636 1.36 agc eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
12637 1.12 lukem ;;
12638 1.36 agc *)
12639 1.36 agc eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12640 1.12 lukem ;;
12641 1.36 agc esac
12642 1.36 agc done
12643 1.12 lukem
12644 1.36 agc # Fix-up fallback echo if it was mangled by the above quoting rules.
12645 1.36 agc case \$lt_ECHO in
12646 1.36 agc *'\\\$0 --fallback-echo"') lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\`
12647 1.36 agc ;;
12648 1.36 agc esac
12649 1.12 lukem
12650 1.36 agc ac_aux_dir='$ac_aux_dir'
12651 1.36 agc xsi_shell='$xsi_shell'
12652 1.36 agc lt_shell_append='$lt_shell_append'
12653 1.12 lukem
12654 1.36 agc # See if we are running on zsh, and set the options which allow our
12655 1.36 agc # commands through without removal of \ escapes INIT.
12656 1.36 agc if test -n "\${ZSH_VERSION+set}" ; then
12657 1.36 agc setopt NO_GLOB_SUBST
12658 1.36 agc fi
12659 1.12 lukem
12660 1.12 lukem
12661 1.36 agc PACKAGE='$PACKAGE'
12662 1.36 agc VERSION='$VERSION'
12663 1.36 agc TIMESTAMP='$TIMESTAMP'
12664 1.36 agc RM='$RM'
12665 1.36 agc ofile='$ofile'
12666 1.12 lukem
12667 1.12 lukem
12668 1.12 lukem
12669 1.12 lukem
12670 1.39 agc
12671 1.36 agc _ACEOF
12672 1.12 lukem
12673 1.36 agc cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12674 1.12 lukem
12675 1.36 agc # Handling of arguments.
12676 1.36 agc for ac_config_target in $ac_config_targets
12677 1.36 agc do
12678 1.36 agc case $ac_config_target in
12679 1.36 agc "src/lib/config.h") CONFIG_HEADERS="$CONFIG_HEADERS src/lib/config.h" ;;
12680 1.36 agc "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
12681 1.36 agc "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
12682 1.36 agc "tests/atconfig") CONFIG_COMMANDS="$CONFIG_COMMANDS tests/atconfig" ;;
12683 1.36 agc "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
12684 1.36 agc "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
12685 1.36 agc "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
12686 1.36 agc "src/libmj/Makefile") CONFIG_FILES="$CONFIG_FILES src/libmj/Makefile" ;;
12687 1.36 agc "src/lib/Makefile") CONFIG_FILES="$CONFIG_FILES src/lib/Makefile" ;;
12688 1.36 agc "src/netpgp/Makefile") CONFIG_FILES="$CONFIG_FILES src/netpgp/Makefile" ;;
12689 1.36 agc "src/netpgpkeys/Makefile") CONFIG_FILES="$CONFIG_FILES src/netpgpkeys/Makefile" ;;
12690 1.36 agc "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
12691 1.36 agc "tests/atlocal") CONFIG_FILES="$CONFIG_FILES tests/atlocal" ;;
12692 1.12 lukem
12693 1.39 agc *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
12694 1.36 agc esac
12695 1.36 agc done
12696 1.12 lukem
12697 1.12 lukem
12698 1.36 agc # If the user did not use the arguments to specify the items to instantiate,
12699 1.36 agc # then the envvar interface is used. Set only those that are not.
12700 1.36 agc # We use the long form for the default assignment because of an extremely
12701 1.36 agc # bizarre bug on SunOS 4.1.3.
12702 1.36 agc if $ac_need_defaults; then
12703 1.36 agc test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
12704 1.36 agc test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
12705 1.36 agc test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
12706 1.36 agc fi
12707 1.12 lukem
12708 1.36 agc # Have a temporary directory for convenience. Make it in the build tree
12709 1.36 agc # simply because there is no reason against having it here, and in addition,
12710 1.36 agc # creating and moving files from /tmp can sometimes cause problems.
12711 1.36 agc # Hook for its removal unless debugging.
12712 1.36 agc # Note that there is a small window in which the directory will not be cleaned:
12713 1.36 agc # after its creation but before its name has been assigned to `$tmp'.
12714 1.36 agc $debug ||
12715 1.36 agc {
12716 1.39 agc tmp= ac_tmp=
12717 1.36 agc trap 'exit_status=$?
12718 1.39 agc : "${ac_tmp:=$tmp}"
12719 1.39 agc { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
12720 1.36 agc ' 0
12721 1.39 agc trap 'as_fn_exit 1' 1 2 13 15
12722 1.36 agc }
12723 1.36 agc # Create a (secure) tmp directory for tmp files.
12724 1.12 lukem
12725 1.36 agc {
12726 1.36 agc tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
12727 1.39 agc test -d "$tmp"
12728 1.36 agc } ||
12729 1.36 agc {
12730 1.36 agc tmp=./conf$$-$RANDOM
12731 1.36 agc (umask 077 && mkdir "$tmp")
12732 1.39 agc } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
12733 1.39 agc ac_tmp=$tmp
12734 1.12 lukem
12735 1.36 agc # Set up the scripts for CONFIG_FILES section.
12736 1.36 agc # No need to generate them if there are no CONFIG_FILES.
12737 1.36 agc # This happens for instance with `./config.status config.h'.
12738 1.36 agc if test -n "$CONFIG_FILES"; then
12739 1.12 lukem
12740 1.12 lukem
12741 1.39 agc ac_cr=`echo X | tr X '\015'`
12742 1.39 agc # On cygwin, bash can eat \r inside `` if the user requested igncr.
12743 1.39 agc # But we know of no other shell where ac_cr would be empty at this
12744 1.39 agc # point, so we can use a bashism as a fallback.
12745 1.39 agc if test "x$ac_cr" = x; then
12746 1.39 agc eval ac_cr=\$\'\\r\'
12747 1.39 agc fi
12748 1.36 agc ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
12749 1.36 agc if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
12750 1.36 agc ac_cs_awk_cr='\\r'
12751 1.36 agc else
12752 1.36 agc ac_cs_awk_cr=$ac_cr
12753 1.36 agc fi
12754 1.12 lukem
12755 1.39 agc echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
12756 1.36 agc _ACEOF
12757 1.12 lukem
12758 1.12 lukem
12759 1.36 agc {
12760 1.36 agc echo "cat >conf$$subs.awk <<_ACEOF" &&
12761 1.36 agc echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
12762 1.36 agc echo "_ACEOF"
12763 1.36 agc } >conf$$subs.sh ||
12764 1.39 agc as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12765 1.39 agc ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
12766 1.36 agc ac_delim='%!_!# '
12767 1.36 agc for ac_last_try in false false false false false :; do
12768 1.36 agc . ./conf$$subs.sh ||
12769 1.39 agc as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12770 1.12 lukem
12771 1.36 agc ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
12772 1.36 agc if test $ac_delim_n = $ac_delim_num; then
12773 1.36 agc break
12774 1.36 agc elif $ac_last_try; then
12775 1.39 agc as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12776 1.36 agc else
12777 1.36 agc ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
12778 1.36 agc fi
12779 1.36 agc done
12780 1.36 agc rm -f conf$$subs.sh
12781 1.12 lukem
12782 1.36 agc cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12783 1.39 agc cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
12784 1.36 agc _ACEOF
12785 1.36 agc sed -n '
12786 1.36 agc h
12787 1.36 agc s/^/S["/; s/!.*/"]=/
12788 1.36 agc p
12789 1.36 agc g
12790 1.36 agc s/^[^!]*!//
12791 1.36 agc :repl
12792 1.36 agc t repl
12793 1.36 agc s/'"$ac_delim"'$//
12794 1.36 agc t delim
12795 1.36 agc :nl
12796 1.36 agc h
12797 1.39 agc s/\(.\{148\}\)..*/\1/
12798 1.36 agc t more1
12799 1.36 agc s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
12800 1.36 agc p
12801 1.36 agc n
12802 1.36 agc b repl
12803 1.36 agc :more1
12804 1.36 agc s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12805 1.36 agc p
12806 1.36 agc g
12807 1.36 agc s/.\{148\}//
12808 1.36 agc t nl
12809 1.36 agc :delim
12810 1.36 agc h
12811 1.39 agc s/\(.\{148\}\)..*/\1/
12812 1.36 agc t more2
12813 1.36 agc s/["\\]/\\&/g; s/^/"/; s/$/"/
12814 1.36 agc p
12815 1.36 agc b
12816 1.36 agc :more2
12817 1.36 agc s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12818 1.36 agc p
12819 1.36 agc g
12820 1.36 agc s/.\{148\}//
12821 1.36 agc t delim
12822 1.36 agc ' <conf$$subs.awk | sed '
12823 1.36 agc /^[^""]/{
12824 1.36 agc N
12825 1.36 agc s/\n//
12826 1.36 agc }
12827 1.36 agc ' >>$CONFIG_STATUS || ac_write_fail=1
12828 1.36 agc rm -f conf$$subs.awk
12829 1.36 agc cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12830 1.36 agc _ACAWK
12831 1.39 agc cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
12832 1.36 agc for (key in S) S_is_set[key] = 1
12833 1.36 agc FS = ""
12834 1.12 lukem
12835 1.36 agc }
12836 1.36 agc {
12837 1.36 agc line = $ 0
12838 1.36 agc nfields = split(line, field, "@")
12839 1.36 agc substed = 0
12840 1.36 agc len = length(field[1])
12841 1.36 agc for (i = 2; i < nfields; i++) {
12842 1.36 agc key = field[i]
12843 1.36 agc keylen = length(key)
12844 1.36 agc if (S_is_set[key]) {
12845 1.36 agc value = S[key]
12846 1.36 agc line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
12847 1.36 agc len += length(value) + length(field[++i])
12848 1.36 agc substed = 1
12849 1.36 agc } else
12850 1.36 agc len += 1 + keylen
12851 1.36 agc }
12852 1.12 lukem
12853 1.36 agc print line
12854 1.36 agc }
12855 1.12 lukem
12856 1.36 agc _ACAWK
12857 1.36 agc _ACEOF
12858 1.36 agc cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12859 1.36 agc if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
12860 1.36 agc sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
12861 1.36 agc else
12862 1.36 agc cat
12863 1.39 agc fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
12864 1.39 agc || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
12865 1.36 agc _ACEOF
12866 1.12 lukem
12867 1.39 agc # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
12868 1.39 agc # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
12869 1.36 agc # trailing colons and then remove the whole line if VPATH becomes empty
12870 1.36 agc # (actually we leave an empty line to preserve line numbers).
12871 1.36 agc if test "x$srcdir" = x.; then
12872 1.39 agc ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
12873 1.39 agc h
12874 1.39 agc s///
12875 1.39 agc s/^/:/
12876 1.39 agc s/[ ]*$/:/
12877 1.39 agc s/:\$(srcdir):/:/g
12878 1.39 agc s/:\${srcdir}:/:/g
12879 1.39 agc s/:@srcdir@:/:/g
12880 1.39 agc s/^:*//
12881 1.36 agc s/:*$//
12882 1.39 agc x
12883 1.39 agc s/\(=[ ]*\).*/\1/
12884 1.39 agc G
12885 1.39 agc s/\n//
12886 1.36 agc s/^[^=]*=[ ]*$//
12887 1.36 agc }'
12888 1.36 agc fi
12889 1.12 lukem
12890 1.36 agc cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12891 1.36 agc fi # test -n "$CONFIG_FILES"
12892 1.12 lukem
12893 1.36 agc # Set up the scripts for CONFIG_HEADERS section.
12894 1.36 agc # No need to generate them if there are no CONFIG_HEADERS.
12895 1.36 agc # This happens for instance with `./config.status Makefile'.
12896 1.36 agc if test -n "$CONFIG_HEADERS"; then
12897 1.39 agc cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
12898 1.36 agc BEGIN {
12899 1.36 agc _ACEOF
12900 1.12 lukem
12901 1.36 agc # Transform confdefs.h into an awk script `defines.awk', embedded as
12902 1.36 agc # here-document in config.status, that substitutes the proper values into
12903 1.36 agc # config.h.in to produce config.h.
12904 1.12 lukem
12905 1.36 agc # Create a delimiter string that does not exist in confdefs.h, to ease
12906 1.36 agc # handling of long lines.
12907 1.36 agc ac_delim='%!_!# '
12908 1.36 agc for ac_last_try in false false :; do
12909 1.39 agc ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
12910 1.39 agc if test -z "$ac_tt"; then
12911 1.36 agc break
12912 1.36 agc elif $ac_last_try; then
12913 1.39 agc as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
12914 1.36 agc else
12915 1.36 agc ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
12916 1.36 agc fi
12917 1.36 agc done
12918 1.12 lukem
12919 1.36 agc # For the awk script, D is an array of macro values keyed by name,
12920 1.36 agc # likewise P contains macro parameters if any. Preserve backslash
12921 1.36 agc # newline sequences.
12922 1.12 lukem
12923 1.36 agc ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
12924 1.36 agc sed -n '
12925 1.36 agc s/.\{148\}/&'"$ac_delim"'/g
12926 1.36 agc t rset
12927 1.36 agc :rset
12928 1.36 agc s/^[ ]*#[ ]*define[ ][ ]*/ /
12929 1.36 agc t def
12930 1.36 agc d
12931 1.36 agc :def
12932 1.36 agc s/\\$//
12933 1.36 agc t bsnl
12934 1.36 agc s/["\\]/\\&/g
12935 1.36 agc s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
12936 1.36 agc D["\1"]=" \3"/p
12937 1.36 agc s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
12938 1.36 agc d
12939 1.36 agc :bsnl
12940 1.36 agc s/["\\]/\\&/g
12941 1.36 agc s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
12942 1.36 agc D["\1"]=" \3\\\\\\n"\\/p
12943 1.36 agc t cont
12944 1.36 agc s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
12945 1.36 agc t cont
12946 1.36 agc d
12947 1.36 agc :cont
12948 1.36 agc n
12949 1.36 agc s/.\{148\}/&'"$ac_delim"'/g
12950 1.36 agc t clear
12951 1.36 agc :clear
12952 1.36 agc s/\\$//
12953 1.36 agc t bsnlc
12954 1.36 agc s/["\\]/\\&/g; s/^/"/; s/$/"/p
12955 1.36 agc d
12956 1.36 agc :bsnlc
12957 1.36 agc s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
12958 1.36 agc b cont
12959 1.36 agc ' <confdefs.h | sed '
12960 1.36 agc s/'"$ac_delim"'/"\\\
12961 1.36 agc "/g' >>$CONFIG_STATUS || ac_write_fail=1
12962 1.12 lukem
12963 1.36 agc cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12964 1.36 agc for (key in D) D_is_set[key] = 1
12965 1.36 agc FS = ""
12966 1.36 agc }
12967 1.36 agc /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
12968 1.36 agc line = \$ 0
12969 1.36 agc split(line, arg, " ")
12970 1.36 agc if (arg[1] == "#") {
12971 1.36 agc defundef = arg[2]
12972 1.36 agc mac1 = arg[3]
12973 1.36 agc } else {
12974 1.36 agc defundef = substr(arg[1], 2)
12975 1.36 agc mac1 = arg[2]
12976 1.36 agc }
12977 1.36 agc split(mac1, mac2, "(") #)
12978 1.36 agc macro = mac2[1]
12979 1.36 agc prefix = substr(line, 1, index(line, defundef) - 1)
12980 1.36 agc if (D_is_set[macro]) {
12981 1.36 agc # Preserve the white space surrounding the "#".
12982 1.36 agc print prefix "define", macro P[macro] D[macro]
12983 1.36 agc next
12984 1.36 agc } else {
12985 1.36 agc # Replace #undef with comments. This is necessary, for example,
12986 1.36 agc # in the case of _POSIX_SOURCE, which is predefined and required
12987 1.36 agc # on some systems where configure will not decide to define it.
12988 1.36 agc if (defundef == "undef") {
12989 1.36 agc print "/*", prefix defundef, macro, "*/"
12990 1.36 agc next
12991 1.36 agc }
12992 1.36 agc }
12993 1.36 agc }
12994 1.36 agc { print }
12995 1.36 agc _ACAWK
12996 1.36 agc _ACEOF
12997 1.36 agc cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12998 1.39 agc as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
12999 1.36 agc fi # test -n "$CONFIG_HEADERS"
13000 1.12 lukem
13001 1.12 lukem
13002 1.36 agc eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
13003 1.36 agc shift
13004 1.36 agc for ac_tag
13005 1.36 agc do
13006 1.36 agc case $ac_tag in
13007 1.36 agc :[FHLC]) ac_mode=$ac_tag; continue;;
13008 1.36 agc esac
13009 1.36 agc case $ac_mode$ac_tag in
13010 1.36 agc :[FHL]*:*);;
13011 1.39 agc :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
13012 1.36 agc :[FH]-) ac_tag=-:-;;
13013 1.36 agc :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
13014 1.36 agc esac
13015 1.36 agc ac_save_IFS=$IFS
13016 1.36 agc IFS=:
13017 1.36 agc set x $ac_tag
13018 1.36 agc IFS=$ac_save_IFS
13019 1.36 agc shift
13020 1.36 agc ac_file=$1
13021 1.36 agc shift
13022 1.36 agc
13023 1.36 agc case $ac_mode in
13024 1.36 agc :L) ac_source=$1;;
13025 1.36 agc :[FH])
13026 1.36 agc ac_file_inputs=
13027 1.36 agc for ac_f
13028 1.36 agc do
13029 1.36 agc case $ac_f in
13030 1.39 agc -) ac_f="$ac_tmp/stdin";;
13031 1.36 agc *) # Look for the file first in the build tree, then in the source tree
13032 1.36 agc # (if the path is not absolute). The absolute path cannot be DOS-style,
13033 1.36 agc # because $ac_f cannot contain `:'.
13034 1.36 agc test -f "$ac_f" ||
13035 1.36 agc case $ac_f in
13036 1.36 agc [\\/$]*) false;;
13037 1.36 agc *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
13038 1.36 agc esac ||
13039 1.39 agc as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
13040 1.36 agc esac
13041 1.36 agc case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
13042 1.39 agc as_fn_append ac_file_inputs " '$ac_f'"
13043 1.36 agc done
13044 1.12 lukem
13045 1.36 agc # Let's still pretend it is `configure' which instantiates (i.e., don't
13046 1.36 agc # use $as_me), people would be surprised to read:
13047 1.36 agc # /* config.h. Generated by config.status. */
13048 1.36 agc configure_input='Generated from '`
13049 1.36 agc $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
13050 1.36 agc `' by configure.'
13051 1.36 agc if test x"$ac_file" != x-; then
13052 1.36 agc configure_input="$ac_file. $configure_input"
13053 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
13054 1.36 agc $as_echo "$as_me: creating $ac_file" >&6;}
13055 1.36 agc fi
13056 1.36 agc # Neutralize special characters interpreted by sed in replacement strings.
13057 1.36 agc case $configure_input in #(
13058 1.36 agc *\&* | *\|* | *\\* )
13059 1.36 agc ac_sed_conf_input=`$as_echo "$configure_input" |
13060 1.36 agc sed 's/[\\\\&|]/\\\\&/g'`;; #(
13061 1.36 agc *) ac_sed_conf_input=$configure_input;;
13062 1.36 agc esac
13063 1.12 lukem
13064 1.36 agc case $ac_tag in
13065 1.39 agc *:-:* | *:-) cat >"$ac_tmp/stdin" \
13066 1.39 agc || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
13067 1.12 lukem esac
13068 1.12 lukem ;;
13069 1.12 lukem esac
13070 1.12 lukem
13071 1.36 agc ac_dir=`$as_dirname -- "$ac_file" ||
13072 1.36 agc $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13073 1.36 agc X"$ac_file" : 'X\(//\)[^/]' \| \
13074 1.36 agc X"$ac_file" : 'X\(//\)$' \| \
13075 1.36 agc X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
13076 1.36 agc $as_echo X"$ac_file" |
13077 1.36 agc sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13078 1.36 agc s//\1/
13079 1.36 agc q
13080 1.36 agc }
13081 1.36 agc /^X\(\/\/\)[^/].*/{
13082 1.36 agc s//\1/
13083 1.36 agc q
13084 1.36 agc }
13085 1.36 agc /^X\(\/\/\)$/{
13086 1.36 agc s//\1/
13087 1.36 agc q
13088 1.36 agc }
13089 1.36 agc /^X\(\/\).*/{
13090 1.36 agc s//\1/
13091 1.36 agc q
13092 1.36 agc }
13093 1.36 agc s/.*/./; q'`
13094 1.39 agc as_dir="$ac_dir"; as_fn_mkdir_p
13095 1.36 agc ac_builddir=.
13096 1.12 lukem
13097 1.36 agc case "$ac_dir" in
13098 1.36 agc .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
13099 1.36 agc *)
13100 1.36 agc ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
13101 1.36 agc # A ".." for each directory in $ac_dir_suffix.
13102 1.36 agc ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
13103 1.36 agc case $ac_top_builddir_sub in
13104 1.36 agc "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
13105 1.36 agc *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
13106 1.36 agc esac ;;
13107 1.36 agc esac
13108 1.36 agc ac_abs_top_builddir=$ac_pwd
13109 1.36 agc ac_abs_builddir=$ac_pwd$ac_dir_suffix
13110 1.36 agc # for backward compatibility:
13111 1.36 agc ac_top_builddir=$ac_top_build_prefix
13112 1.12 lukem
13113 1.36 agc case $srcdir in
13114 1.36 agc .) # We are building in place.
13115 1.36 agc ac_srcdir=.
13116 1.36 agc ac_top_srcdir=$ac_top_builddir_sub
13117 1.36 agc ac_abs_top_srcdir=$ac_pwd ;;
13118 1.36 agc [\\/]* | ?:[\\/]* ) # Absolute name.
13119 1.36 agc ac_srcdir=$srcdir$ac_dir_suffix;
13120 1.36 agc ac_top_srcdir=$srcdir
13121 1.36 agc ac_abs_top_srcdir=$srcdir ;;
13122 1.36 agc *) # Relative name.
13123 1.36 agc ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
13124 1.36 agc ac_top_srcdir=$ac_top_build_prefix$srcdir
13125 1.36 agc ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
13126 1.36 agc esac
13127 1.36 agc ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
13128 1.36 agc
13129 1.36 agc
13130 1.36 agc case $ac_mode in
13131 1.36 agc :F)
13132 1.36 agc #
13133 1.36 agc # CONFIG_FILE
13134 1.36 agc #
13135 1.36 agc
13136 1.36 agc case $INSTALL in
13137 1.36 agc [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
13138 1.36 agc *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
13139 1.12 lukem esac
13140 1.36 agc ac_MKDIR_P=$MKDIR_P
13141 1.36 agc case $MKDIR_P in
13142 1.36 agc [\\/$]* | ?:[\\/]* ) ;;
13143 1.36 agc */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
13144 1.12 lukem esac
13145 1.36 agc _ACEOF
13146 1.12 lukem
13147 1.36 agc cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13148 1.36 agc # If the template does not know about datarootdir, expand it.
13149 1.36 agc # FIXME: This hack should be removed a few years after 2.60.
13150 1.36 agc ac_datarootdir_hack=; ac_datarootdir_seen=
13151 1.36 agc ac_sed_dataroot='
13152 1.36 agc /datarootdir/ {
13153 1.36 agc p
13154 1.36 agc q
13155 1.36 agc }
13156 1.36 agc /@datadir@/p
13157 1.36 agc /@docdir@/p
13158 1.36 agc /@infodir@/p
13159 1.36 agc /@localedir@/p
13160 1.39 agc /@mandir@/p'
13161 1.36 agc case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
13162 1.36 agc *datarootdir*) ac_datarootdir_seen=yes;;
13163 1.36 agc *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
13164 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
13165 1.36 agc $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
13166 1.36 agc _ACEOF
13167 1.36 agc cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13168 1.36 agc ac_datarootdir_hack='
13169 1.36 agc s&@datadir@&$datadir&g
13170 1.36 agc s&@docdir@&$docdir&g
13171 1.36 agc s&@infodir@&$infodir&g
13172 1.36 agc s&@localedir@&$localedir&g
13173 1.36 agc s&@mandir@&$mandir&g
13174 1.39 agc s&\\\${datarootdir}&$datarootdir&g' ;;
13175 1.36 agc esac
13176 1.36 agc _ACEOF
13177 1.12 lukem
13178 1.36 agc # Neutralize VPATH when `$srcdir' = `.'.
13179 1.36 agc # Shell code in configure.ac might set extrasub.
13180 1.36 agc # FIXME: do we really want to maintain this feature?
13181 1.36 agc cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13182 1.36 agc ac_sed_extra="$ac_vpsub
13183 1.36 agc $extrasub
13184 1.36 agc _ACEOF
13185 1.36 agc cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13186 1.36 agc :t
13187 1.36 agc /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
13188 1.36 agc s|@configure_input@|$ac_sed_conf_input|;t t
13189 1.36 agc s&@top_builddir@&$ac_top_builddir_sub&;t t
13190 1.36 agc s&@top_build_prefix@&$ac_top_build_prefix&;t t
13191 1.36 agc s&@srcdir@&$ac_srcdir&;t t
13192 1.36 agc s&@abs_srcdir@&$ac_abs_srcdir&;t t
13193 1.36 agc s&@top_srcdir@&$ac_top_srcdir&;t t
13194 1.36 agc s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
13195 1.36 agc s&@builddir@&$ac_builddir&;t t
13196 1.36 agc s&@abs_builddir@&$ac_abs_builddir&;t t
13197 1.36 agc s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
13198 1.36 agc s&@INSTALL@&$ac_INSTALL&;t t
13199 1.36 agc s&@MKDIR_P@&$ac_MKDIR_P&;t t
13200 1.36 agc $ac_datarootdir_hack
13201 1.36 agc "
13202 1.39 agc eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
13203 1.39 agc >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13204 1.12 lukem
13205 1.36 agc test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
13206 1.39 agc { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
13207 1.39 agc { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
13208 1.39 agc "$ac_tmp/out"`; test -z "$ac_out"; } &&
13209 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
13210 1.39 agc which seems to be undefined. Please make sure it is defined" >&5
13211 1.36 agc $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
13212 1.39 agc which seems to be undefined. Please make sure it is defined" >&2;}
13213 1.12 lukem
13214 1.39 agc rm -f "$ac_tmp/stdin"
13215 1.36 agc case $ac_file in
13216 1.39 agc -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
13217 1.39 agc *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
13218 1.36 agc esac \
13219 1.39 agc || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13220 1.36 agc ;;
13221 1.36 agc :H)
13222 1.36 agc #
13223 1.36 agc # CONFIG_HEADER
13224 1.36 agc #
13225 1.36 agc if test x"$ac_file" != x-; then
13226 1.36 agc {
13227 1.36 agc $as_echo "/* $configure_input */" \
13228 1.39 agc && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
13229 1.39 agc } >"$ac_tmp/config.h" \
13230 1.39 agc || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13231 1.39 agc if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
13232 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
13233 1.36 agc $as_echo "$as_me: $ac_file is unchanged" >&6;}
13234 1.36 agc else
13235 1.36 agc rm -f "$ac_file"
13236 1.39 agc mv "$ac_tmp/config.h" "$ac_file" \
13237 1.39 agc || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13238 1.36 agc fi
13239 1.12 lukem else
13240 1.36 agc $as_echo "/* $configure_input */" \
13241 1.39 agc && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
13242 1.39 agc || as_fn_error $? "could not create -" "$LINENO" 5
13243 1.12 lukem fi
13244 1.36 agc # Compute "$ac_file"'s index in $config_headers.
13245 1.36 agc _am_arg="$ac_file"
13246 1.36 agc _am_stamp_count=1
13247 1.36 agc for _am_header in $config_headers :; do
13248 1.36 agc case $_am_header in
13249 1.36 agc $_am_arg | $_am_arg:* )
13250 1.36 agc break ;;
13251 1.36 agc * )
13252 1.36 agc _am_stamp_count=`expr $_am_stamp_count + 1` ;;
13253 1.36 agc esac
13254 1.36 agc done
13255 1.36 agc echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
13256 1.36 agc $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13257 1.36 agc X"$_am_arg" : 'X\(//\)[^/]' \| \
13258 1.36 agc X"$_am_arg" : 'X\(//\)$' \| \
13259 1.36 agc X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
13260 1.36 agc $as_echo X"$_am_arg" |
13261 1.36 agc sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13262 1.36 agc s//\1/
13263 1.36 agc q
13264 1.36 agc }
13265 1.36 agc /^X\(\/\/\)[^/].*/{
13266 1.36 agc s//\1/
13267 1.36 agc q
13268 1.36 agc }
13269 1.36 agc /^X\(\/\/\)$/{
13270 1.36 agc s//\1/
13271 1.36 agc q
13272 1.36 agc }
13273 1.36 agc /^X\(\/\).*/{
13274 1.36 agc s//\1/
13275 1.36 agc q
13276 1.36 agc }
13277 1.36 agc s/.*/./; q'`/stamp-h$_am_stamp_count
13278 1.36 agc ;;
13279 1.12 lukem
13280 1.39 agc :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
13281 1.36 agc $as_echo "$as_me: executing $ac_file commands" >&6;}
13282 1.36 agc ;;
13283 1.36 agc esac
13284 1.12 lukem
13285 1.12 lukem
13286 1.36 agc case $ac_file$ac_mode in
13287 1.36 agc "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
13288 1.36 agc # Strip MF so we end up with the name of the file.
13289 1.36 agc mf=`echo "$mf" | sed -e 's/:.*$//'`
13290 1.36 agc # Check whether this is an Automake generated Makefile or not.
13291 1.36 agc # We used to match only the files named `Makefile.in', but
13292 1.36 agc # some people rename them; so instead we look at the file content.
13293 1.36 agc # Grep'ing the first line is not enough: some people post-process
13294 1.36 agc # each Makefile.in and add a new line on top of each file to say so.
13295 1.36 agc # Grep'ing the whole file is not good either: AIX grep has a line
13296 1.36 agc # limit of 2048, but all sed's we know have understand at least 4000.
13297 1.36 agc if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
13298 1.36 agc dirpart=`$as_dirname -- "$mf" ||
13299 1.36 agc $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13300 1.36 agc X"$mf" : 'X\(//\)[^/]' \| \
13301 1.36 agc X"$mf" : 'X\(//\)$' \| \
13302 1.36 agc X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
13303 1.36 agc $as_echo X"$mf" |
13304 1.36 agc sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13305 1.36 agc s//\1/
13306 1.36 agc q
13307 1.36 agc }
13308 1.36 agc /^X\(\/\/\)[^/].*/{
13309 1.36 agc s//\1/
13310 1.36 agc q
13311 1.36 agc }
13312 1.36 agc /^X\(\/\/\)$/{
13313 1.36 agc s//\1/
13314 1.36 agc q
13315 1.36 agc }
13316 1.36 agc /^X\(\/\).*/{
13317 1.36 agc s//\1/
13318 1.36 agc q
13319 1.36 agc }
13320 1.36 agc s/.*/./; q'`
13321 1.12 lukem else
13322 1.36 agc continue
13323 1.12 lukem fi
13324 1.36 agc # Extract the definition of DEPDIR, am__include, and am__quote
13325 1.36 agc # from the Makefile without running `make'.
13326 1.36 agc DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
13327 1.36 agc test -z "$DEPDIR" && continue
13328 1.36 agc am__include=`sed -n 's/^am__include = //p' < "$mf"`
13329 1.36 agc test -z "am__include" && continue
13330 1.36 agc am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
13331 1.36 agc # When using ansi2knr, U may be empty or an underscore; expand it
13332 1.36 agc U=`sed -n 's/^U = //p' < "$mf"`
13333 1.36 agc # Find all dependency output files, they are included files with
13334 1.36 agc # $(DEPDIR) in their names. We invoke sed twice because it is the
13335 1.36 agc # simplest approach to changing $(DEPDIR) to its actual value in the
13336 1.36 agc # expansion.
13337 1.36 agc for file in `sed -n "
13338 1.36 agc s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
13339 1.36 agc sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
13340 1.36 agc # Make sure the directory exists.
13341 1.36 agc test -f "$dirpart/$file" && continue
13342 1.36 agc fdir=`$as_dirname -- "$file" ||
13343 1.36 agc $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13344 1.36 agc X"$file" : 'X\(//\)[^/]' \| \
13345 1.36 agc X"$file" : 'X\(//\)$' \| \
13346 1.36 agc X"$file" : 'X\(/\)' \| . 2>/dev/null ||
13347 1.36 agc $as_echo X"$file" |
13348 1.36 agc sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13349 1.36 agc s//\1/
13350 1.36 agc q
13351 1.36 agc }
13352 1.36 agc /^X\(\/\/\)[^/].*/{
13353 1.36 agc s//\1/
13354 1.36 agc q
13355 1.36 agc }
13356 1.36 agc /^X\(\/\/\)$/{
13357 1.36 agc s//\1/
13358 1.36 agc q
13359 1.36 agc }
13360 1.36 agc /^X\(\/\).*/{
13361 1.36 agc s//\1/
13362 1.36 agc q
13363 1.36 agc }
13364 1.36 agc s/.*/./; q'`
13365 1.39 agc as_dir=$dirpart/$fdir; as_fn_mkdir_p
13366 1.36 agc # echo "creating $dirpart/$file"
13367 1.36 agc echo '# dummy' > "$dirpart/$file"
13368 1.36 agc done
13369 1.12 lukem done
13370 1.36 agc ;;
13371 1.36 agc "libtool":C)
13372 1.2 agc
13373 1.36 agc # See if we are running on zsh, and set the options which allow our
13374 1.36 agc # commands through without removal of \ escapes.
13375 1.36 agc if test -n "${ZSH_VERSION+set}" ; then
13376 1.36 agc setopt NO_GLOB_SUBST
13377 1.36 agc fi
13378 1.12 lukem
13379 1.36 agc cfgfile="${ofile}T"
13380 1.36 agc trap "$RM \"$cfgfile\"; exit 1" 1 2 15
13381 1.36 agc $RM "$cfgfile"
13382 1.1 agc
13383 1.36 agc cat <<_LT_EOF >> "$cfgfile"
13384 1.36 agc #! $SHELL
13385 1.1 agc
13386 1.36 agc # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
13387 1.36 agc # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
13388 1.36 agc # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
13389 1.36 agc # NOTE: Changes made to this file will be lost: look at ltmain.sh.
13390 1.36 agc #
13391 1.36 agc # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
13392 1.36 agc # 2006, 2007, 2008 Free Software Foundation, Inc.
13393 1.36 agc # Written by Gordon Matzigkeit, 1996
13394 1.36 agc #
13395 1.36 agc # This file is part of GNU Libtool.
13396 1.36 agc #
13397 1.36 agc # GNU Libtool is free software; you can redistribute it and/or
13398 1.36 agc # modify it under the terms of the GNU General Public License as
13399 1.36 agc # published by the Free Software Foundation; either version 2 of
13400 1.36 agc # the License, or (at your option) any later version.
13401 1.36 agc #
13402 1.36 agc # As a special exception to the GNU General Public License,
13403 1.36 agc # if you distribute this file as part of a program or library that
13404 1.36 agc # is built using GNU Libtool, you may include this file under the
13405 1.36 agc # same distribution terms that you use for the rest of that program.
13406 1.36 agc #
13407 1.36 agc # GNU Libtool is distributed in the hope that it will be useful,
13408 1.36 agc # but WITHOUT ANY WARRANTY; without even the implied warranty of
13409 1.36 agc # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13410 1.36 agc # GNU General Public License for more details.
13411 1.12 lukem #
13412 1.36 agc # You should have received a copy of the GNU General Public License
13413 1.36 agc # along with GNU Libtool; see the file COPYING. If not, a copy
13414 1.36 agc # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
13415 1.36 agc # obtained by writing to the Free Software Foundation, Inc.,
13416 1.36 agc # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
13417 1.36 agc
13418 1.36 agc
13419 1.36 agc # The names of the tagged configurations supported by this script.
13420 1.36 agc available_tags=""
13421 1.36 agc
13422 1.36 agc # ### BEGIN LIBTOOL CONFIG
13423 1.36 agc
13424 1.36 agc # Which release of libtool.m4 was used?
13425 1.36 agc macro_version=$macro_version
13426 1.36 agc macro_revision=$macro_revision
13427 1.12 lukem
13428 1.36 agc # Whether or not to build shared libraries.
13429 1.36 agc build_libtool_libs=$enable_shared
13430 1.12 lukem
13431 1.36 agc # Whether or not to build static libraries.
13432 1.36 agc build_old_libs=$enable_static
13433 1.1 agc
13434 1.36 agc # What type of objects to build.
13435 1.36 agc pic_mode=$pic_mode
13436 1.1 agc
13437 1.36 agc # Whether or not to optimize for fast installation.
13438 1.36 agc fast_install=$enable_fast_install
13439 1.1 agc
13440 1.36 agc # The host system.
13441 1.36 agc host_alias=$host_alias
13442 1.36 agc host=$host
13443 1.36 agc host_os=$host_os
13444 1.1 agc
13445 1.36 agc # The build system.
13446 1.36 agc build_alias=$build_alias
13447 1.36 agc build=$build
13448 1.36 agc build_os=$build_os
13449 1.1 agc
13450 1.36 agc # A sed program that does not truncate output.
13451 1.36 agc SED=$lt_SED
13452 1.1 agc
13453 1.36 agc # Sed that helps us avoid accidentally triggering echo(1) options like -n.
13454 1.36 agc Xsed="\$SED -e 1s/^X//"
13455 1.1 agc
13456 1.36 agc # A grep program that handles long lines.
13457 1.36 agc GREP=$lt_GREP
13458 1.1 agc
13459 1.36 agc # An ERE matcher.
13460 1.36 agc EGREP=$lt_EGREP
13461 1.1 agc
13462 1.36 agc # A literal string matcher.
13463 1.36 agc FGREP=$lt_FGREP
13464 1.1 agc
13465 1.36 agc # A BSD- or MS-compatible name lister.
13466 1.36 agc NM=$lt_NM
13467 1.1 agc
13468 1.36 agc # Whether we need soft or hard links.
13469 1.36 agc LN_S=$lt_LN_S
13470 1.1 agc
13471 1.36 agc # What is the maximum length of a command?
13472 1.36 agc max_cmd_len=$max_cmd_len
13473 1.1 agc
13474 1.36 agc # Object file suffix (normally "o").
13475 1.36 agc objext=$ac_objext
13476 1.1 agc
13477 1.36 agc # Executable file suffix (normally "").
13478 1.36 agc exeext=$exeext
13479 1.1 agc
13480 1.36 agc # whether the shell understands "unset".
13481 1.36 agc lt_unset=$lt_unset
13482 1.1 agc
13483 1.36 agc # turn spaces into newlines.
13484 1.36 agc SP2NL=$lt_lt_SP2NL
13485 1.1 agc
13486 1.36 agc # turn newlines into spaces.
13487 1.36 agc NL2SP=$lt_lt_NL2SP
13488 1.1 agc
13489 1.36 agc # How to create reloadable object files.
13490 1.36 agc reload_flag=$lt_reload_flag
13491 1.36 agc reload_cmds=$lt_reload_cmds
13492 1.1 agc
13493 1.36 agc # An object symbol dumper.
13494 1.36 agc OBJDUMP=$lt_OBJDUMP
13495 1.1 agc
13496 1.36 agc # Method to check whether dependent libraries are shared objects.
13497 1.36 agc deplibs_check_method=$lt_deplibs_check_method
13498 1.1 agc
13499 1.36 agc # Command to use when deplibs_check_method == "file_magic".
13500 1.36 agc file_magic_cmd=$lt_file_magic_cmd
13501 1.1 agc
13502 1.36 agc # The archiver.
13503 1.36 agc AR=$lt_AR
13504 1.36 agc AR_FLAGS=$lt_AR_FLAGS
13505 1.1 agc
13506 1.36 agc # A symbol stripping program.
13507 1.36 agc STRIP=$lt_STRIP
13508 1.2 agc
13509 1.36 agc # Commands used to install an old-style archive.
13510 1.36 agc RANLIB=$lt_RANLIB
13511 1.36 agc old_postinstall_cmds=$lt_old_postinstall_cmds
13512 1.36 agc old_postuninstall_cmds=$lt_old_postuninstall_cmds
13513 1.1 agc
13514 1.36 agc # A C compiler.
13515 1.36 agc LTCC=$lt_CC
13516 1.1 agc
13517 1.36 agc # LTCC compiler flags.
13518 1.36 agc LTCFLAGS=$lt_CFLAGS
13519 1.1 agc
13520 1.36 agc # Take the output of nm and produce a listing of raw symbols and C names.
13521 1.36 agc global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
13522 1.1 agc
13523 1.36 agc # Transform the output of nm in a proper C declaration.
13524 1.36 agc global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
13525 1.1 agc
13526 1.36 agc # Transform the output of nm in a C name address pair.
13527 1.36 agc global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
13528 1.1 agc
13529 1.36 agc # Transform the output of nm in a C name address pair when lib prefix is needed.
13530 1.36 agc global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
13531 1.1 agc
13532 1.36 agc # The name of the directory that contains temporary libtool files.
13533 1.36 agc objdir=$objdir
13534 1.1 agc
13535 1.36 agc # Shell to use when invoking shell scripts.
13536 1.36 agc SHELL=$lt_SHELL
13537 1.1 agc
13538 1.36 agc # An echo program that does not interpret backslashes.
13539 1.36 agc ECHO=$lt_ECHO
13540 1.1 agc
13541 1.36 agc # Used to examine libraries when file_magic_cmd begins with "file".
13542 1.36 agc MAGIC_CMD=$MAGIC_CMD
13543 1.1 agc
13544 1.36 agc # Must we lock files when doing compilation?
13545 1.36 agc need_locks=$lt_need_locks
13546 1.1 agc
13547 1.36 agc # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
13548 1.36 agc DSYMUTIL=$lt_DSYMUTIL
13549 1.1 agc
13550 1.36 agc # Tool to change global to local symbols on Mac OS X.
13551 1.36 agc NMEDIT=$lt_NMEDIT
13552 1.1 agc
13553 1.36 agc # Tool to manipulate fat objects and archives on Mac OS X.
13554 1.36 agc LIPO=$lt_LIPO
13555 1.1 agc
13556 1.36 agc # ldd/readelf like tool for Mach-O binaries on Mac OS X.
13557 1.36 agc OTOOL=$lt_OTOOL
13558 1.1 agc
13559 1.36 agc # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
13560 1.36 agc OTOOL64=$lt_OTOOL64
13561 1.1 agc
13562 1.36 agc # Old archive suffix (normally "a").
13563 1.36 agc libext=$libext
13564 1.1 agc
13565 1.36 agc # Shared library suffix (normally ".so").
13566 1.36 agc shrext_cmds=$lt_shrext_cmds
13567 1.1 agc
13568 1.36 agc # The commands to extract the exported symbol list from a shared archive.
13569 1.36 agc extract_expsyms_cmds=$lt_extract_expsyms_cmds
13570 1.1 agc
13571 1.36 agc # Variables whose values should be saved in libtool wrapper scripts and
13572 1.36 agc # restored at link time.
13573 1.36 agc variables_saved_for_relink=$lt_variables_saved_for_relink
13574 1.1 agc
13575 1.36 agc # Do we need the "lib" prefix for modules?
13576 1.36 agc need_lib_prefix=$need_lib_prefix
13577 1.1 agc
13578 1.36 agc # Do we need a version for libraries?
13579 1.36 agc need_version=$need_version
13580 1.1 agc
13581 1.36 agc # Library versioning type.
13582 1.36 agc version_type=$version_type
13583 1.1 agc
13584 1.36 agc # Shared library runtime path variable.
13585 1.36 agc runpath_var=$runpath_var
13586 1.1 agc
13587 1.36 agc # Shared library path variable.
13588 1.36 agc shlibpath_var=$shlibpath_var
13589 1.1 agc
13590 1.36 agc # Is shlibpath searched before the hard-coded library search path?
13591 1.36 agc shlibpath_overrides_runpath=$shlibpath_overrides_runpath
13592 1.1 agc
13593 1.36 agc # Format of library name prefix.
13594 1.36 agc libname_spec=$lt_libname_spec
13595 1.1 agc
13596 1.36 agc # List of archive names. First name is the real one, the rest are links.
13597 1.36 agc # The last name is the one that the linker finds with -lNAME
13598 1.36 agc library_names_spec=$lt_library_names_spec
13599 1.1 agc
13600 1.36 agc # The coded name of the library, if different from the real name.
13601 1.36 agc soname_spec=$lt_soname_spec
13602 1.1 agc
13603 1.36 agc # Command to use after installation of a shared archive.
13604 1.36 agc postinstall_cmds=$lt_postinstall_cmds
13605 1.1 agc
13606 1.36 agc # Command to use after uninstallation of a shared archive.
13607 1.36 agc postuninstall_cmds=$lt_postuninstall_cmds
13608 1.1 agc
13609 1.36 agc # Commands used to finish a libtool library installation in a directory.
13610 1.36 agc finish_cmds=$lt_finish_cmds
13611 1.2 agc
13612 1.36 agc # As "finish_cmds", except a single script fragment to be evaled but
13613 1.36 agc # not shown.
13614 1.36 agc finish_eval=$lt_finish_eval
13615 1.2 agc
13616 1.36 agc # Whether we should hardcode library paths into libraries.
13617 1.36 agc hardcode_into_libs=$hardcode_into_libs
13618 1.2 agc
13619 1.36 agc # Compile-time system search path for libraries.
13620 1.36 agc sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
13621 1.1 agc
13622 1.36 agc # Run-time system search path for libraries.
13623 1.36 agc sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
13624 1.1 agc
13625 1.36 agc # Whether dlopen is supported.
13626 1.36 agc dlopen_support=$enable_dlopen
13627 1.1 agc
13628 1.36 agc # Whether dlopen of programs is supported.
13629 1.36 agc dlopen_self=$enable_dlopen_self
13630 1.1 agc
13631 1.36 agc # Whether dlopen of statically linked programs is supported.
13632 1.36 agc dlopen_self_static=$enable_dlopen_self_static
13633 1.1 agc
13634 1.36 agc # Commands to strip libraries.
13635 1.36 agc old_striplib=$lt_old_striplib
13636 1.36 agc striplib=$lt_striplib
13637 1.1 agc
13638 1.1 agc
13639 1.36 agc # The linker used to build libraries.
13640 1.36 agc LD=$lt_LD
13641 1.12 lukem
13642 1.36 agc # Commands used to build an old-style archive.
13643 1.36 agc old_archive_cmds=$lt_old_archive_cmds
13644 1.1 agc
13645 1.36 agc # A language specific compiler.
13646 1.36 agc CC=$lt_compiler
13647 1.1 agc
13648 1.36 agc # Is the compiler the GNU compiler?
13649 1.36 agc with_gcc=$GCC
13650 1.1 agc
13651 1.36 agc # Compiler flag to turn off builtin functions.
13652 1.36 agc no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
13653 1.1 agc
13654 1.36 agc # How to pass a linker flag through the compiler.
13655 1.36 agc wl=$lt_lt_prog_compiler_wl
13656 1.1 agc
13657 1.36 agc # Additional compiler flags for building library objects.
13658 1.36 agc pic_flag=$lt_lt_prog_compiler_pic
13659 1.1 agc
13660 1.36 agc # Compiler flag to prevent dynamic linking.
13661 1.36 agc link_static_flag=$lt_lt_prog_compiler_static
13662 1.1 agc
13663 1.36 agc # Does compiler simultaneously support -c and -o options?
13664 1.36 agc compiler_c_o=$lt_lt_cv_prog_compiler_c_o
13665 1.1 agc
13666 1.36 agc # Whether or not to add -lc for building shared libraries.
13667 1.36 agc build_libtool_need_lc=$archive_cmds_need_lc
13668 1.1 agc
13669 1.36 agc # Whether or not to disallow shared libs when runtime libs are static.
13670 1.36 agc allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
13671 1.1 agc
13672 1.36 agc # Compiler flag to allow reflexive dlopens.
13673 1.36 agc export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
13674 1.1 agc
13675 1.36 agc # Compiler flag to generate shared objects directly from archives.
13676 1.36 agc whole_archive_flag_spec=$lt_whole_archive_flag_spec
13677 1.1 agc
13678 1.36 agc # Whether the compiler copes with passing no objects directly.
13679 1.36 agc compiler_needs_object=$lt_compiler_needs_object
13680 1.1 agc
13681 1.36 agc # Create an old-style archive from a shared archive.
13682 1.36 agc old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
13683 1.12 lukem
13684 1.36 agc # Create a temporary old-style archive to link instead of a shared archive.
13685 1.36 agc old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
13686 1.1 agc
13687 1.36 agc # Commands used to build a shared archive.
13688 1.36 agc archive_cmds=$lt_archive_cmds
13689 1.36 agc archive_expsym_cmds=$lt_archive_expsym_cmds
13690 1.1 agc
13691 1.36 agc # Commands used to build a loadable module if different from building
13692 1.36 agc # a shared archive.
13693 1.36 agc module_cmds=$lt_module_cmds
13694 1.36 agc module_expsym_cmds=$lt_module_expsym_cmds
13695 1.1 agc
13696 1.36 agc # Whether we are building with GNU ld or not.
13697 1.36 agc with_gnu_ld=$lt_with_gnu_ld
13698 1.1 agc
13699 1.36 agc # Flag that allows shared libraries with undefined symbols to be built.
13700 1.36 agc allow_undefined_flag=$lt_allow_undefined_flag
13701 1.1 agc
13702 1.36 agc # Flag that enforces no undefined symbols.
13703 1.36 agc no_undefined_flag=$lt_no_undefined_flag
13704 1.1 agc
13705 1.36 agc # Flag to hardcode \$libdir into a binary during linking.
13706 1.36 agc # This must work even if \$libdir does not exist
13707 1.36 agc hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
13708 1.1 agc
13709 1.36 agc # If ld is used when linking, flag to hardcode \$libdir into a binary
13710 1.36 agc # during linking. This must work even if \$libdir does not exist.
13711 1.36 agc hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
13712 1.1 agc
13713 1.36 agc # Whether we need a single "-rpath" flag with a separated argument.
13714 1.36 agc hardcode_libdir_separator=$lt_hardcode_libdir_separator
13715 1.2 agc
13716 1.36 agc # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13717 1.36 agc # DIR into the resulting binary.
13718 1.36 agc hardcode_direct=$hardcode_direct
13719 1.1 agc
13720 1.36 agc # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13721 1.36 agc # DIR into the resulting binary and the resulting library dependency is
13722 1.36 agc # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
13723 1.36 agc # library is relocated.
13724 1.36 agc hardcode_direct_absolute=$hardcode_direct_absolute
13725 1.1 agc
13726 1.36 agc # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
13727 1.36 agc # into the resulting binary.
13728 1.36 agc hardcode_minus_L=$hardcode_minus_L
13729 1.1 agc
13730 1.36 agc # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
13731 1.36 agc # into the resulting binary.
13732 1.36 agc hardcode_shlibpath_var=$hardcode_shlibpath_var
13733 1.1 agc
13734 1.36 agc # Set to "yes" if building a shared library automatically hardcodes DIR
13735 1.36 agc # into the library and all subsequent libraries and executables linked
13736 1.36 agc # against it.
13737 1.36 agc hardcode_automatic=$hardcode_automatic
13738 1.1 agc
13739 1.36 agc # Set to yes if linker adds runtime paths of dependent libraries
13740 1.36 agc # to runtime path list.
13741 1.36 agc inherit_rpath=$inherit_rpath
13742 1.1 agc
13743 1.36 agc # Whether libtool must link a program against all its dependency libraries.
13744 1.36 agc link_all_deplibs=$link_all_deplibs
13745 1.2 agc
13746 1.36 agc # Fix the shell variable \$srcfile for the compiler.
13747 1.36 agc fix_srcfile_path=$lt_fix_srcfile_path
13748 1.1 agc
13749 1.36 agc # Set to "yes" if exported symbols are required.
13750 1.36 agc always_export_symbols=$always_export_symbols
13751 1.2 agc
13752 1.36 agc # The commands to list exported symbols.
13753 1.36 agc export_symbols_cmds=$lt_export_symbols_cmds
13754 1.1 agc
13755 1.36 agc # Symbols that should not be listed in the preloaded symbols.
13756 1.36 agc exclude_expsyms=$lt_exclude_expsyms
13757 1.1 agc
13758 1.36 agc # Symbols that must always be exported.
13759 1.36 agc include_expsyms=$lt_include_expsyms
13760 1.1 agc
13761 1.36 agc # Commands necessary for linking programs (against libraries) with templates.
13762 1.36 agc prelink_cmds=$lt_prelink_cmds
13763 1.2 agc
13764 1.36 agc # Specify filename containing input files.
13765 1.36 agc file_list_spec=$lt_file_list_spec
13766 1.2 agc
13767 1.36 agc # How to hardcode a shared library path into an executable.
13768 1.36 agc hardcode_action=$hardcode_action
13769 1.2 agc
13770 1.36 agc # ### END LIBTOOL CONFIG
13771 1.2 agc
13772 1.36 agc _LT_EOF
13773 1.2 agc
13774 1.36 agc case $host_os in
13775 1.36 agc aix3*)
13776 1.36 agc cat <<\_LT_EOF >> "$cfgfile"
13777 1.36 agc # AIX sometimes has problems with the GCC collect2 program. For some
13778 1.36 agc # reason, if we set the COLLECT_NAMES environment variable, the problems
13779 1.36 agc # vanish in a puff of smoke.
13780 1.36 agc if test "X${COLLECT_NAMES+set}" != Xset; then
13781 1.36 agc COLLECT_NAMES=
13782 1.36 agc export COLLECT_NAMES
13783 1.36 agc fi
13784 1.36 agc _LT_EOF
13785 1.36 agc ;;
13786 1.36 agc esac
13787 1.2 agc
13788 1.1 agc
13789 1.36 agc ltmain="$ac_aux_dir/ltmain.sh"
13790 1.1 agc
13791 1.1 agc
13792 1.36 agc # We use sed instead of cat because bash on DJGPP gets confused if
13793 1.36 agc # if finds mixed CR/LF and LF-only lines. Since sed operates in
13794 1.36 agc # text mode, it properly converts lines to CR/LF. This bash problem
13795 1.36 agc # is reportedly fixed, but why not run on old versions too?
13796 1.36 agc sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
13797 1.36 agc || (rm -f "$cfgfile"; exit 1)
13798 1.1 agc
13799 1.36 agc case $xsi_shell in
13800 1.36 agc yes)
13801 1.36 agc cat << \_LT_EOF >> "$cfgfile"
13802 1.1 agc
13803 1.36 agc # func_dirname file append nondir_replacement
13804 1.36 agc # Compute the dirname of FILE. If nonempty, add APPEND to the result,
13805 1.36 agc # otherwise set result to NONDIR_REPLACEMENT.
13806 1.36 agc func_dirname ()
13807 1.36 agc {
13808 1.36 agc case ${1} in
13809 1.36 agc */*) func_dirname_result="${1%/*}${2}" ;;
13810 1.36 agc * ) func_dirname_result="${3}" ;;
13811 1.1 agc esac
13812 1.36 agc }
13813 1.1 agc
13814 1.36 agc # func_basename file
13815 1.36 agc func_basename ()
13816 1.36 agc {
13817 1.36 agc func_basename_result="${1##*/}"
13818 1.36 agc }
13819 1.1 agc
13820 1.36 agc # func_dirname_and_basename file append nondir_replacement
13821 1.36 agc # perform func_basename and func_dirname in a single function
13822 1.36 agc # call:
13823 1.36 agc # dirname: Compute the dirname of FILE. If nonempty,
13824 1.36 agc # add APPEND to the result, otherwise set result
13825 1.36 agc # to NONDIR_REPLACEMENT.
13826 1.36 agc # value returned in "$func_dirname_result"
13827 1.36 agc # basename: Compute filename of FILE.
13828 1.36 agc # value retuned in "$func_basename_result"
13829 1.36 agc # Implementation must be kept synchronized with func_dirname
13830 1.36 agc # and func_basename. For efficiency, we do not delegate to
13831 1.36 agc # those functions but instead duplicate the functionality here.
13832 1.36 agc func_dirname_and_basename ()
13833 1.36 agc {
13834 1.36 agc case ${1} in
13835 1.36 agc */*) func_dirname_result="${1%/*}${2}" ;;
13836 1.36 agc * ) func_dirname_result="${3}" ;;
13837 1.36 agc esac
13838 1.36 agc func_basename_result="${1##*/}"
13839 1.36 agc }
13840 1.1 agc
13841 1.36 agc # func_stripname prefix suffix name
13842 1.36 agc # strip PREFIX and SUFFIX off of NAME.
13843 1.36 agc # PREFIX and SUFFIX must not contain globbing or regex special
13844 1.36 agc # characters, hashes, percent signs, but SUFFIX may contain a leading
13845 1.36 agc # dot (in which case that matches only a dot).
13846 1.36 agc func_stripname ()
13847 1.36 agc {
13848 1.36 agc # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
13849 1.36 agc # positional parameters, so assign one to ordinary parameter first.
13850 1.36 agc func_stripname_result=${3}
13851 1.36 agc func_stripname_result=${func_stripname_result#"${1}"}
13852 1.36 agc func_stripname_result=${func_stripname_result%"${2}"}
13853 1.36 agc }
13854 1.1 agc
13855 1.36 agc # func_opt_split
13856 1.36 agc func_opt_split ()
13857 1.36 agc {
13858 1.36 agc func_opt_split_opt=${1%%=*}
13859 1.36 agc func_opt_split_arg=${1#*=}
13860 1.36 agc }
13861 1.1 agc
13862 1.36 agc # func_lo2o object
13863 1.36 agc func_lo2o ()
13864 1.36 agc {
13865 1.36 agc case ${1} in
13866 1.36 agc *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
13867 1.36 agc *) func_lo2o_result=${1} ;;
13868 1.1 agc esac
13869 1.36 agc }
13870 1.1 agc
13871 1.36 agc # func_xform libobj-or-source
13872 1.36 agc func_xform ()
13873 1.36 agc {
13874 1.36 agc func_xform_result=${1%.*}.lo
13875 1.36 agc }
13876 1.1 agc
13877 1.36 agc # func_arith arithmetic-term...
13878 1.36 agc func_arith ()
13879 1.36 agc {
13880 1.36 agc func_arith_result=$(( $* ))
13881 1.1 agc }
13882 1.1 agc
13883 1.36 agc # func_len string
13884 1.36 agc # STRING may not start with a hyphen.
13885 1.36 agc func_len ()
13886 1.36 agc {
13887 1.36 agc func_len_result=${#1}
13888 1.36 agc }
13889 1.1 agc
13890 1.36 agc _LT_EOF
13891 1.36 agc ;;
13892 1.36 agc *) # Bourne compatible functions.
13893 1.36 agc cat << \_LT_EOF >> "$cfgfile"
13894 1.1 agc
13895 1.36 agc # func_dirname file append nondir_replacement
13896 1.36 agc # Compute the dirname of FILE. If nonempty, add APPEND to the result,
13897 1.36 agc # otherwise set result to NONDIR_REPLACEMENT.
13898 1.36 agc func_dirname ()
13899 1.36 agc {
13900 1.36 agc # Extract subdirectory from the argument.
13901 1.36 agc func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
13902 1.36 agc if test "X$func_dirname_result" = "X${1}"; then
13903 1.36 agc func_dirname_result="${3}"
13904 1.1 agc else
13905 1.36 agc func_dirname_result="$func_dirname_result${2}"
13906 1.1 agc fi
13907 1.36 agc }
13908 1.36 agc
13909 1.36 agc # func_basename file
13910 1.36 agc func_basename ()
13911 1.36 agc {
13912 1.36 agc func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
13913 1.36 agc }
13914 1.36 agc
13915 1.36 agc
13916 1.36 agc # func_stripname prefix suffix name
13917 1.36 agc # strip PREFIX and SUFFIX off of NAME.
13918 1.36 agc # PREFIX and SUFFIX must not contain globbing or regex special
13919 1.36 agc # characters, hashes, percent signs, but SUFFIX may contain a leading
13920 1.36 agc # dot (in which case that matches only a dot).
13921 1.36 agc # func_strip_suffix prefix name
13922 1.36 agc func_stripname ()
13923 1.36 agc {
13924 1.36 agc case ${2} in
13925 1.36 agc .*) func_stripname_result=`$ECHO "X${3}" \
13926 1.36 agc | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
13927 1.36 agc *) func_stripname_result=`$ECHO "X${3}" \
13928 1.36 agc | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
13929 1.12 lukem esac
13930 1.36 agc }
13931 1.36 agc
13932 1.36 agc # sed scripts:
13933 1.36 agc my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
13934 1.36 agc my_sed_long_arg='1s/^-[^=]*=//'
13935 1.36 agc
13936 1.36 agc # func_opt_split
13937 1.36 agc func_opt_split ()
13938 1.36 agc {
13939 1.36 agc func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
13940 1.36 agc func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
13941 1.36 agc }
13942 1.36 agc
13943 1.36 agc # func_lo2o object
13944 1.36 agc func_lo2o ()
13945 1.36 agc {
13946 1.36 agc func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
13947 1.36 agc }
13948 1.36 agc
13949 1.36 agc # func_xform libobj-or-source
13950 1.36 agc func_xform ()
13951 1.36 agc {
13952 1.36 agc func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
13953 1.36 agc }
13954 1.36 agc
13955 1.36 agc # func_arith arithmetic-term...
13956 1.36 agc func_arith ()
13957 1.36 agc {
13958 1.36 agc func_arith_result=`expr "$@"`
13959 1.36 agc }
13960 1.36 agc
13961 1.36 agc # func_len string
13962 1.36 agc # STRING may not start with a hyphen.
13963 1.36 agc func_len ()
13964 1.36 agc {
13965 1.36 agc func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
13966 1.36 agc }
13967 1.36 agc
13968 1.36 agc _LT_EOF
13969 1.36 agc esac
13970 1.36 agc
13971 1.36 agc case $lt_shell_append in
13972 1.36 agc yes)
13973 1.36 agc cat << \_LT_EOF >> "$cfgfile"
13974 1.36 agc
13975 1.36 agc # func_append var value
13976 1.36 agc # Append VALUE to the end of shell variable VAR.
13977 1.36 agc func_append ()
13978 1.36 agc {
13979 1.36 agc eval "$1+=\$2"
13980 1.36 agc }
13981 1.36 agc _LT_EOF
13982 1.36 agc ;;
13983 1.36 agc *)
13984 1.36 agc cat << \_LT_EOF >> "$cfgfile"
13985 1.36 agc
13986 1.36 agc # func_append var value
13987 1.36 agc # Append VALUE to the end of shell variable VAR.
13988 1.36 agc func_append ()
13989 1.36 agc {
13990 1.36 agc eval "$1=\$$1\$2"
13991 1.36 agc }
13992 1.12 lukem
13993 1.36 agc _LT_EOF
13994 1.36 agc ;;
13995 1.12 lukem esac
13996 1.1 agc
13997 1.1 agc
13998 1.36 agc sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
13999 1.36 agc || (rm -f "$cfgfile"; exit 1)
14000 1.36 agc
14001 1.36 agc mv -f "$cfgfile" "$ofile" ||
14002 1.36 agc (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
14003 1.36 agc chmod +x "$ofile"
14004 1.36 agc
14005 1.12 lukem ;;
14006 1.12 lukem "tests/atconfig":C) cat >tests/atconfig <<ATEOF
14007 1.12 lukem # Configurable variable values for building test suites.
14008 1.12 lukem # Generated by $0.
14009 1.39 agc # Copyright (C) 2012 Free Software Foundation, Inc.
14010 1.12 lukem
14011 1.12 lukem # The test suite will define top_srcdir=$at_top_srcdir/../.. etc.
14012 1.12 lukem at_testdir='tests'
14013 1.12 lukem abs_builddir='$ac_abs_builddir'
14014 1.12 lukem at_srcdir='$ac_srcdir'
14015 1.12 lukem abs_srcdir='$ac_abs_srcdir'
14016 1.12 lukem at_top_srcdir='$ac_top_srcdir'
14017 1.12 lukem abs_top_srcdir='$ac_abs_top_srcdir'
14018 1.12 lukem at_top_build_prefix='$ac_top_build_prefix'
14019 1.12 lukem abs_top_builddir='$ac_abs_top_builddir'
14020 1.12 lukem
14021 1.12 lukem # Backward compatibility with Autotest <= 2.59b:
14022 1.12 lukem at_top_builddir=\$at_top_build_prefix
14023 1.12 lukem
14024 1.12 lukem AUTOTEST_PATH='tests'
14025 1.12 lukem
14026 1.12 lukem SHELL=\${CONFIG_SHELL-'$SHELL'}
14027 1.12 lukem ATEOF
14028 1.12 lukem ;;
14029 1.1 agc
14030 1.12 lukem esac
14031 1.1 agc done # for ac_tag
14032 1.1 agc
14033 1.1 agc
14034 1.39 agc as_fn_exit 0
14035 1.1 agc _ACEOF
14036 1.1 agc ac_clean_files=$ac_clean_files_save
14037 1.1 agc
14038 1.2 agc test $ac_write_fail = 0 ||
14039 1.39 agc as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
14040 1.2 agc
14041 1.1 agc
14042 1.1 agc # configure is writing to config.log, and then calls config.status.
14043 1.1 agc # config.status does its own redirection, appending to config.log.
14044 1.1 agc # Unfortunately, on DOS this fails, as config.log is still kept open
14045 1.1 agc # by configure, so config.status won't be able to write to it; its
14046 1.1 agc # output is simply discarded. So we exec the FD to /dev/null,
14047 1.1 agc # effectively closing config.log, so it can be properly (re)opened and
14048 1.1 agc # appended to by config.status. When coming back to configure, we
14049 1.1 agc # need to make the FD available again.
14050 1.1 agc if test "$no_create" != yes; then
14051 1.1 agc ac_cs_success=:
14052 1.1 agc ac_config_status_args=
14053 1.1 agc test "$silent" = yes &&
14054 1.1 agc ac_config_status_args="$ac_config_status_args --quiet"
14055 1.1 agc exec 5>/dev/null
14056 1.1 agc $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
14057 1.1 agc exec 5>>config.log
14058 1.1 agc # Use ||, not &&, to avoid exiting from the if with $? = 1, which
14059 1.1 agc # would make configure fail if this is the last instruction.
14060 1.39 agc $ac_cs_success || as_fn_exit 1
14061 1.1 agc fi
14062 1.2 agc if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
14063 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
14064 1.2 agc $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
14065 1.2 agc fi
14066 1.1 agc
14067 1.12 lukem
14068 1.12 lukem # Display feature results
14069 1.12 lukem #
14070 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: === Configuration results ===" >&5
14071 1.12 lukem $as_echo "$as_me: === Configuration results ===" >&6;}
14072 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: Version: $PACKAGE_VERSION" >&5
14073 1.12 lukem $as_echo "$as_me: Version: $PACKAGE_VERSION" >&6;}
14074 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: C compiler: $CC" >&5
14075 1.12 lukem $as_echo "$as_me: C compiler: $CC" >&6;}
14076 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: Warning CFLAGS: $WARNCFLAGS" >&5
14077 1.12 lukem $as_echo "$as_me: Warning CFLAGS: $WARNCFLAGS" >&6;}
14078 1.39 agc { $as_echo "$as_me:${as_lineno-$LINENO}: =============================" >&5
14079 1.12 lukem $as_echo "$as_me: =============================" >&6;}
14080