blob: e4b054f57eb4898ace79a4836c045def0883c7fd [file] [log] [blame]
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06001#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
Glenn Randers-Pehrson42c4ebb2010-02-08 15:46:26 -06003# Generated by GNU Autoconf 2.65 for libpng 1.5.0beta04.
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06004#
Glenn Randers-Pehrson7b34df32006-02-24 06:30:16 -06005# Report bugs to <png-mng-implement@lists.sourceforge.net>.
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06006#
Glenn Randers-Pehrsoneae2cf02009-11-21 21:50:07 -06007#
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06008# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
Glenn Randers-Pehrsoneae2cf02009-11-21 21:50:07 -06009# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
10# Inc.
11#
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050012#
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060013# This configure script is free software; the Free Software Foundation
14# gives unlimited permission to copy, distribute and modify it.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050015## -------------------- ##
16## M4sh Initialization. ##
17## -------------------- ##
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -050018
Glenn Randers-Pehrsona7dbcba2007-05-15 16:16:34 -050019# Be more Bourne compatible
20DUALCASE=1; export DUALCASE # for MKS sh
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050021if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060022 emulate sh
23 NULLCMD=:
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050024 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060025 # is contrary to our usage. Disable this feature.
26 alias -g '${1+"$@"}'='"$@"'
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060027 setopt NO_GLOB_SUBST
28else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050029 case `(set -o) 2>/dev/null` in #(
30 *posix*) :
31 set -o posix ;; #(
32 *) :
33 ;;
Glenn Randers-Pehrsona7dbcba2007-05-15 16:16:34 -050034esac
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060035fi
Glenn Randers-Pehrsona7dbcba2007-05-15 16:16:34 -050036
37
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050038as_nl='
39'
40export as_nl
41# Printing a long string crashes Solaris 7 /usr/bin/printf.
42as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
43as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
44as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050045# Prefer a ksh shell builtin over an external printf program on Solaris,
46# but without wasting forks for bash or zsh.
47if test -z "$BASH_VERSION$ZSH_VERSION" \
48 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
49 as_echo='print -r --'
50 as_echo_n='print -rn --'
51elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050052 as_echo='printf %s\n'
53 as_echo_n='printf %s'
54else
55 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
56 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
57 as_echo_n='/usr/ucb/echo -n'
58 else
59 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
60 as_echo_n_body='eval
61 arg=$1;
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050062 case $arg in #(
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050063 *"$as_nl"*)
64 expr "X$arg" : "X\\(.*\\)$as_nl";
65 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
66 esac;
67 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
68 '
69 export as_echo_n_body
70 as_echo_n='sh -c $as_echo_n_body as_echo'
71 fi
72 export as_echo_body
73 as_echo='sh -c $as_echo_body as_echo'
74fi
75
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060076# The user is always right.
77if test "${PATH_SEPARATOR+set}" != set; then
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050078 PATH_SEPARATOR=:
79 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
80 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
81 PATH_SEPARATOR=';'
82 }
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060083fi
84
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060085
86# IFS
87# We need space, tab and new line, in precisely that order. Quoting is
88# there to prevent editors from complaining about space-tab.
89# (If _AS_PATH_WALK were called with IFS unset, it would disable word
90# splitting by setting IFS to empty value.)
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060091IFS=" "" $as_nl"
92
93# Find who we are. Look in the path if we contain no directory separator.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050094case $0 in #((
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060095 *[\\/]* ) as_myself=$0 ;;
96 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060097for as_dir in $PATH
98do
99 IFS=$as_save_IFS
100 test -z "$as_dir" && as_dir=.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -0500101 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
102 done
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -0600103IFS=$as_save_IFS
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -0600104
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -0600105 ;;
106esac
107# We did not find ourselves, most probably we were run as `sh COMMAND'
108# in which case we are not to be found in the path.
109if test "x$as_myself" = x; then
110 as_myself=$0
111fi
112if test ! -f "$as_myself"; then
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -0500113 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -0500114 exit 1
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -0600115fi
116
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -0500117# Unset variables that we do not need and which cause bugs (e.g. in
118# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
119# suppresses any "Segmentation fault" message there. '((' could
120# trigger a bug in pdksh 5.2.14.
121for as_var in BASH_ENV ENV MAIL MAILPATH
122do eval test x\${$as_var+set} = xset \
123 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -0600124done
125PS1='$ '
126PS2='> '
127PS4='+ '
128
129# NLS nuisances.
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -0500130LC_ALL=C
131export LC_ALL
132LANGUAGE=C
133export LANGUAGE
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -0600134
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -0500135# CDPATH.
136(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
137
138if test "x$CONFIG_SHELL" = x; then
139 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
140 emulate sh
141 NULLCMD=:
142 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
143 # is contrary to our usage. Disable this feature.
144 alias -g '\${1+\"\$@\"}'='\"\$@\"'
145 setopt NO_GLOB_SUBST
146else
147 case \`(set -o) 2>/dev/null\` in #(
148 *posix*) :
149 set -o posix ;; #(
150 *) :
151 ;;
152esac
153fi
154"
155 as_required="as_fn_return () { (exit \$1); }
156as_fn_success () { as_fn_return 0; }
157as_fn_failure () { as_fn_return 1; }
158as_fn_ret_success () { return 0; }
159as_fn_ret_failure () { return 1; }
160
161exitcode=0
162as_fn_success || { exitcode=1; echo as_fn_success failed.; }
163as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
164as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
165as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
166if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
167
168else
169 exitcode=1; echo positional parameters were not saved.
170fi
171test x\$exitcode = x0 || exit 1"
172 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
173 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
174 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
175 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
176test \$(( 1 + 1 )) = 2 || exit 1"
177 if (eval "$as_required") 2>/dev/null; then :
178 as_have_required=yes
179else
180 as_have_required=no
181fi
182 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
183
184else
185 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
186as_found=false
187for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
188do
189 IFS=$as_save_IFS
190 test -z "$as_dir" && as_dir=.
191 as_found=:
192 case $as_dir in #(
193 /*)
194 for as_base in sh bash ksh sh5; do
195 # Try only shells that exist, to save several forks.
196 as_shell=$as_dir/$as_base
197 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
198 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
199 CONFIG_SHELL=$as_shell as_have_required=yes
200 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
201 break 2
202fi
203fi
204 done;;
205 esac
206 as_found=false
207done
208$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
209 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
210 CONFIG_SHELL=$SHELL as_have_required=yes
211fi; }
212IFS=$as_save_IFS
213
214
215 if test "x$CONFIG_SHELL" != x; then :
216 # We cannot yet assume a decent shell, so we have to provide a
217 # neutralization value for shells without unset; and this also
218 # works around shells that cannot unset nonexistent variables.
219 BASH_ENV=/dev/null
220 ENV=/dev/null
221 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
222 export CONFIG_SHELL
223 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
224fi
225
226 if test x$as_have_required = xno; then :
227 $as_echo "$0: This script requires a shell more modern than all"
228 $as_echo "$0: the shells that I found on your system."
229 if test x${ZSH_VERSION+set} = xset ; then
230 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
231 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
232 else
233 $as_echo "$0: Please tell bug-autoconf@gnu.org and
234$0: png-mng-implement@lists.sourceforge.net about your
235$0: system, including any error possibly output before this
236$0: message. Then install a modern shell, or manually run
237$0: the script under such a shell if you do have one."
238 fi
239 exit 1
240fi
241fi
242fi
243SHELL=${CONFIG_SHELL-/bin/sh}
244export SHELL
245# Unset more variables known to interfere with behavior of common tools.
246CLICOLOR_FORCE= GREP_OPTIONS=
247unset CLICOLOR_FORCE GREP_OPTIONS
248
249## --------------------- ##
250## M4sh Shell Functions. ##
251## --------------------- ##
252# as_fn_unset VAR
253# ---------------
254# Portably unset VAR.
255as_fn_unset ()
256{
257 { eval $1=; unset $1;}
258}
259as_unset=as_fn_unset
260
261# as_fn_set_status STATUS
262# -----------------------
263# Set $? to STATUS, without forking.
264as_fn_set_status ()
265{
266 return $1
267} # as_fn_set_status
268
269# as_fn_exit STATUS
270# -----------------
271# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
272as_fn_exit ()
273{
274 set +e
275 as_fn_set_status $1
276 exit $1
277} # as_fn_exit
278
279# as_fn_mkdir_p
280# -------------
281# Create "$as_dir" as a directory, including parents if necessary.
282as_fn_mkdir_p ()
283{
284
285 case $as_dir in #(
286 -*) as_dir=./$as_dir;;
287 esac
288 test -d "$as_dir" || eval $as_mkdir_p || {
289 as_dirs=
290 while :; do
291 case $as_dir in #(
292 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
293 *) as_qdir=$as_dir;;
294 esac
295 as_dirs="'$as_qdir' $as_dirs"
296 as_dir=`$as_dirname -- "$as_dir" ||
297$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
298 X"$as_dir" : 'X\(//\)[^/]' \| \
299 X"$as_dir" : 'X\(//\)$' \| \
300 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
301$as_echo X"$as_dir" |
302 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
303 s//\1/
304 q
305 }
306 /^X\(\/\/\)[^/].*/{
307 s//\1/
308 q
309 }
310 /^X\(\/\/\)$/{
311 s//\1/
312 q
313 }
314 /^X\(\/\).*/{
315 s//\1/
316 q
317 }
318 s/.*/./; q'`
319 test -d "$as_dir" && break
320 done
321 test -z "$as_dirs" || eval "mkdir $as_dirs"
322 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
323
324
325} # as_fn_mkdir_p
326# as_fn_append VAR VALUE
327# ----------------------
328# Append the text in VALUE to the end of the definition contained in VAR. Take
329# advantage of any shell optimizations that allow amortized linear growth over
330# repeated appends, instead of the typical quadratic growth present in naive
331# implementations.
332if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
333 eval 'as_fn_append ()
334 {
335 eval $1+=\$2
336 }'
337else
338 as_fn_append ()
339 {
340 eval $1=\$$1\$2
341 }
342fi # as_fn_append
343
344# as_fn_arith ARG...
345# ------------------
346# Perform arithmetic evaluation on the ARGs, and store the result in the
347# global $as_val. Take advantage of shells that can avoid forks. The arguments
348# must be portable across $(()) and expr.
349if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
350 eval 'as_fn_arith ()
351 {
352 as_val=$(( $* ))
353 }'
354else
355 as_fn_arith ()
356 {
357 as_val=`expr "$@" || test $? -eq 1`
358 }
359fi # as_fn_arith
360
361
362# as_fn_error ERROR [LINENO LOG_FD]
363# ---------------------------------
364# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
365# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
366# script with status $?, using 1 if that was 0.
367as_fn_error ()
368{
369 as_status=$?; test $as_status -eq 0 && as_status=1
370 if test "$3"; then
371 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
372 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
373 fi
374 $as_echo "$as_me: error: $1" >&2
375 as_fn_exit $as_status
376} # as_fn_error
377
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -0600378if expr a : '\(a\)' >/dev/null 2>&1 &&
379 test "X`expr 00001 : '.*\(...\)'`" = X001; then
380 as_expr=expr
381else
382 as_expr=false
383fi
384
385if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
386 as_basename=basename
387else
388 as_basename=false
389fi
390
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -0500391if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
392 as_dirname=dirname
393else
394 as_dirname=false
395fi
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -0600396
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -0600397as_me=`$as_basename -- "$0" ||
398$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
399 X"$0" : 'X\(//\)$' \| \
400 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -0500401$as_echo X/"$0" |
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -0600402 sed '/^.*\/\([^/][^/]*\)\/*$/{
403 s//\1/
404 q
405 }
406 /^X\/\(\/\/\)$/{
407 s//\1/
408 q
409 }
410 /^X\/\(\/\).*/{
411 s//\1/
412 q
413 }
414 s/.*/./; q'`
415
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -0500416# Avoid depending upon Character Ranges.
417as_cr_letters='abcdefghijklmnopqrstuvwxyz'
418as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
419as_cr_Letters=$as_cr_letters$as_cr_LETTERS
420as_cr_digits='0123456789'
421as_cr_alnum=$as_cr_Letters$as_cr_digits
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -0600422
423
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -0500424 as_lineno_1=$LINENO as_lineno_1a=$LINENO
425 as_lineno_2=$LINENO as_lineno_2a=$LINENO
426 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
427 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
428 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -0600429 sed -n '
430 p
431 /[$]LINENO/=
432 ' <$as_myself |
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -0600433 sed '
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -0600434 s/[$]LINENO.*/&-/
435 t lineno
436 b
437 :lineno
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -0600438 N
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -0600439 :loop
440 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -0600441 t loop
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -0600442 s/-\n.*//
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -0600443 ' >$as_me.lineno &&
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -0600444 chmod +x "$as_me.lineno" ||
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -0500445 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -0600446
447 # Don't try to exec as it changes $[0], causing all sort of problems
448 # (the dirname of $[0] is not the place where we might find the
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -0600449 # original and so on. Autoconf is especially sensitive to this).
450 . "./$as_me.lineno"
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -0600451 # Exit status is that of the last command.
452 exit
453}
454
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -0600455ECHO_C= ECHO_N= ECHO_T=
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -0500456case `echo -n x` in #(((((
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -0600457-n*)
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -0500458 case `echo 'xy\c'` in
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -0600459 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -0500460 xy) ECHO_C='\c';;
461 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
462 ECHO_T=' ';;
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -0600463 esac;;
464*)
465 ECHO_N='-n';;
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -0600466esac
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -0600467
468rm -f conf$$ conf$$.exe conf$$.file
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -0600469if test -d conf$$.dir; then
470 rm -f conf$$.dir/conf$$.file
471else
472 rm -f conf$$.dir
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -0500473 mkdir conf$$.dir 2>/dev/null
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -0600474fi
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -0500475if (echo >conf$$.file) 2>/dev/null; then
476 if ln -s conf$$.file conf$$ 2>/dev/null; then
477 as_ln_s='ln -s'
478 # ... but there are two gotchas:
479 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
480 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
481 # In both cases, we have to default to `cp -p'.
482 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
483 as_ln_s='cp -p'
484 elif ln conf$$.file conf$$ 2>/dev/null; then
485 as_ln_s=ln
486 else
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -0600487 as_ln_s='cp -p'
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -0500488 fi
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -0600489else
490 as_ln_s='cp -p'
491fi
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -0600492rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
493rmdir conf$$.dir 2>/dev/null
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -0600494
495if mkdir -p . 2>/dev/null; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -0500496 as_mkdir_p='mkdir -p "$as_dir"'
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -0600497else
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -0600498 test -d ./-p && rmdir ./-p
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -0600499 as_mkdir_p=false
500fi
501
Glenn Randers-Pehrsona7dbcba2007-05-15 16:16:34 -0500502if test -x / >/dev/null 2>&1; then
503 as_test_x='test -x'
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -0600504else
Glenn Randers-Pehrsona7dbcba2007-05-15 16:16:34 -0500505 if ls -dL / >/dev/null 2>&1; then
506 as_ls_L_option=L
507 else
508 as_ls_L_option=
509 fi
510 as_test_x='
511 eval sh -c '\''
512 if test -d "$1"; then
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -0500513 test -d "$1/.";
Glenn Randers-Pehrsona7dbcba2007-05-15 16:16:34 -0500514 else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -0500515 case $1 in #(
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -0500516 -*)set "./$1";;
Glenn Randers-Pehrsona7dbcba2007-05-15 16:16:34 -0500517 esac;
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -0500518 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
Glenn Randers-Pehrsona7dbcba2007-05-15 16:16:34 -0500519 ???[sx]*):;;*)false;;esac;fi
520 '\'' sh
521 '
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -0600522fi
Glenn Randers-Pehrsona7dbcba2007-05-15 16:16:34 -0500523as_executable_p=$as_test_x
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -0600524
525# Sed expression to map a string onto a valid CPP name.
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -0600526as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -0600527
528# Sed expression to map a string onto a valid variable name.
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -0600529as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -0600530
531
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -0600532
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -0600533# Check that we are running under the correct shell.
534SHELL=${CONFIG_SHELL-/bin/sh}
535
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -0500536case X$lt_ECHO in
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -0600537X*--fallback-echo)
538 # Remove one level of quotation (which was required for Make).
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -0500539 ECHO=`echo "$lt_ECHO" | sed 's,\\\\\$\\$0,'$0','`
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -0600540 ;;
541esac
542
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -0500543ECHO=${lt_ECHO-echo}
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -0600544if test "X$1" = X--no-reexec; then
545 # Discard the --no-reexec flag, and continue.
546 shift
547elif test "X$1" = X--fallback-echo; then
548 # Avoid inline document here, it may be left over
549 :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -0500550elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
551 # Yippee, $ECHO works!
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -0600552 :
553else
554 # Restart under the correct shell.
555 exec $SHELL "$0" --no-reexec ${1+"$@"}
556fi
557
558if test "X$1" = X--fallback-echo; then
559 # used as fallback echo
560 shift
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -0500561 cat <<_LT_EOF
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -0600562$*
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -0500563_LT_EOF
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -0600564 exit 0
565fi
566
567# The HP-UX ksh and POSIX shell print the target directory to stdout
568# if CDPATH is set.
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -0600569(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -0600570
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -0500571if test -z "$lt_ECHO"; then
572 if test "X${echo_test_string+set}" != Xset; then
573 # find a string as large as possible, as long as the shell can cope with it
574 for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
575 # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
576 if { echo_test_string=`eval $cmd`; } 2>/dev/null &&
577 { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null
578 then
579 break
580 fi
581 done
582 fi
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -0600583
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -0500584 if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
585 echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
586 test "X$echo_testing_string" = "X$echo_test_string"; then
587 :
588 else
589 # The Solaris, AIX, and Digital Unix default echo programs unquote
590 # backslashes. This makes it impossible to quote backslashes using
591 # echo "$something" | sed 's/\\/\\\\/g'
592 #
593 # So, first we look for a working echo in the user's PATH.
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -0600594
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -0500595 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
596 for dir in $PATH /usr/ucb; do
597 IFS="$lt_save_ifs"
598 if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
599 test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
600 echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
601 test "X$echo_testing_string" = "X$echo_test_string"; then
602 ECHO="$dir/echo"
603 break
604 fi
605 done
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -0600606 IFS="$lt_save_ifs"
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -0600607
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -0500608 if test "X$ECHO" = Xecho; then
609 # We didn't find a better echo, so look for alternatives.
610 if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
611 echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
612 test "X$echo_testing_string" = "X$echo_test_string"; then
613 # This shell has a builtin print -r that does the trick.
614 ECHO='print -r'
615 elif { test -f /bin/ksh || test -f /bin/ksh$ac_exeext; } &&
616 test "X$CONFIG_SHELL" != X/bin/ksh; then
617 # If we have ksh, try running configure again with it.
618 ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
619 export ORIGINAL_CONFIG_SHELL
620 CONFIG_SHELL=/bin/ksh
621 export CONFIG_SHELL
622 exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -0600623 else
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -0500624 # Try using printf.
625 ECHO='printf %s\n'
626 if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
627 echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
628 test "X$echo_testing_string" = "X$echo_test_string"; then
629 # Cool, printf works
630 :
631 elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
632 test "X$echo_testing_string" = 'X\t' &&
633 echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
634 test "X$echo_testing_string" = "X$echo_test_string"; then
635 CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
636 export CONFIG_SHELL
637 SHELL="$CONFIG_SHELL"
638 export SHELL
639 ECHO="$CONFIG_SHELL $0 --fallback-echo"
640 elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
641 test "X$echo_testing_string" = 'X\t' &&
642 echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
643 test "X$echo_testing_string" = "X$echo_test_string"; then
644 ECHO="$CONFIG_SHELL $0 --fallback-echo"
645 else
646 # maybe with a smaller string...
647 prev=:
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -0600648
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -0500649 for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
650 if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null
651 then
652 break
653 fi
654 prev="$cmd"
655 done
656
657 if test "$prev" != 'sed 50q "$0"'; then
658 echo_test_string=`eval $prev`
659 export echo_test_string
660 exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}
661 else
662 # Oops. We lost completely, so just stick with echo.
663 ECHO=echo
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -0600664 fi
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -0500665 fi
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -0600666 fi
667 fi
668 fi
669fi
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -0600670
671# Copy echo and quote the copy suitably for passing to libtool from
672# the Makefile, instead of quoting the original, which is used later.
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -0500673lt_ECHO=$ECHO
674if test "X$lt_ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
675 lt_ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo"
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -0600676fi
677
678
679
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -0600680
Glenn Randers-Pehrsoneae2cf02009-11-21 21:50:07 -0600681test -n "$DJDIR" || exec 7<&0 </dev/null
682exec 6>&1
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -0600683
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -0600684# Name of the host.
685# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
686# so uname gets run too.
687ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
688
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -0600689#
690# Initializations.
691#
692ac_default_prefix=/usr/local
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -0600693ac_clean_files=
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -0600694ac_config_libobj_dir=.
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -0600695LIBOBJS=
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -0600696cross_compiling=no
697subdirs=
698MFLAGS=
699MAKEFLAGS=
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -0600700
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -0600701# Identity of this package.
702PACKAGE_NAME='libpng'
703PACKAGE_TARNAME='libpng'
Glenn Randers-Pehrson42c4ebb2010-02-08 15:46:26 -0600704PACKAGE_VERSION='1.5.0beta04'
705PACKAGE_STRING='libpng 1.5.0beta04'
Glenn Randers-Pehrson7b34df32006-02-24 06:30:16 -0600706PACKAGE_BUGREPORT='png-mng-implement@lists.sourceforge.net'
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -0500707PACKAGE_URL=''
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -0600708
709ac_unique_file="pngget.c"
710# Factoring default headers for most tests.
711ac_includes_default="\
712#include <stdio.h>
Glenn Randers-Pehrsona7dbcba2007-05-15 16:16:34 -0500713#ifdef HAVE_SYS_TYPES_H
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -0600714# include <sys/types.h>
715#endif
Glenn Randers-Pehrsona7dbcba2007-05-15 16:16:34 -0500716#ifdef HAVE_SYS_STAT_H
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -0600717# include <sys/stat.h>
718#endif
Glenn Randers-Pehrsona7dbcba2007-05-15 16:16:34 -0500719#ifdef STDC_HEADERS
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -0600720# include <stdlib.h>
721# include <stddef.h>
722#else
Glenn Randers-Pehrsona7dbcba2007-05-15 16:16:34 -0500723# ifdef HAVE_STDLIB_H
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -0600724# include <stdlib.h>
725# endif
726#endif
Glenn Randers-Pehrsona7dbcba2007-05-15 16:16:34 -0500727#ifdef HAVE_STRING_H
728# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -0600729# include <memory.h>
730# endif
731# include <string.h>
732#endif
Glenn Randers-Pehrsona7dbcba2007-05-15 16:16:34 -0500733#ifdef HAVE_STRINGS_H
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -0600734# include <strings.h>
735#endif
Glenn Randers-Pehrsona7dbcba2007-05-15 16:16:34 -0500736#ifdef HAVE_INTTYPES_H
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -0600737# include <inttypes.h>
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -0600738#endif
Glenn Randers-Pehrsona7dbcba2007-05-15 16:16:34 -0500739#ifdef HAVE_STDINT_H
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -0600740# include <stdint.h>
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -0600741#endif
Glenn Randers-Pehrsona7dbcba2007-05-15 16:16:34 -0500742#ifdef HAVE_UNISTD_H
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -0600743# include <unistd.h>
744#endif"
745
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -0500746ac_subst_vars='am__EXEEXT_FALSE
747am__EXEEXT_TRUE
748LTLIBOBJS
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -0500749binconfigs
750pkgconfigdir
751PNGLIB_RELEASE
752PNGLIB_MINOR
753PNGLIB_MAJOR
754PNGLIB_VERSION
755SYMBOL_PREFIX
756HAVE_LD_VERSION_SCRIPT_FALSE
757HAVE_LD_VERSION_SCRIPT_TRUE
758LIBPNG_DEFINES
759LIBOBJS
760POW_LIB
761OTOOL64
762OTOOL
763LIPO
764NMEDIT
765DSYMUTIL
766lt_ECHO
767RANLIB
768AR
769NM
770ac_ct_DUMPBIN
771DUMPBIN
772LIBTOOL
773LN_S
774OBJDUMP
775DLLTOOL
776AS
777CPP
778LD
779FGREP
780EGREP
781GREP
782SED
783host_os
784host_vendor
785host_cpu
786host
787build_os
788build_vendor
789build_cpu
790build
791am__fastdepCC_FALSE
792am__fastdepCC_TRUE
793CCDEPMODE
794AMDEPBACKSLASH
795AMDEP_FALSE
796AMDEP_TRUE
797am__quote
798am__include
799DEPDIR
800OBJEXT
801EXEEXT
802ac_ct_CC
803CPPFLAGS
804LDFLAGS
805CFLAGS
806CC
807MAINT
808MAINTAINER_MODE_FALSE
809MAINTAINER_MODE_TRUE
810am__untar
811am__tar
812AMTAR
813am__leading_dot
814SET_MAKE
815AWK
816mkdir_p
817MKDIR_P
818INSTALL_STRIP_PROGRAM
819STRIP
820install_sh
821MAKEINFO
822AUTOHEADER
823AUTOMAKE
824AUTOCONF
825ACLOCAL
826VERSION
827PACKAGE
828CYGPATH_W
829am__isrc
830INSTALL_DATA
831INSTALL_SCRIPT
832INSTALL_PROGRAM
833target_alias
834host_alias
835build_alias
836LIBS
837ECHO_T
838ECHO_N
839ECHO_C
840DEFS
841mandir
842localedir
843libdir
844psdir
845pdfdir
846dvidir
847htmldir
848infodir
849docdir
850oldincludedir
851includedir
852localstatedir
853sharedstatedir
854sysconfdir
855datadir
856datarootdir
857libexecdir
858sbindir
859bindir
860program_transform_name
861prefix
862exec_prefix
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -0500863PACKAGE_URL
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -0500864PACKAGE_BUGREPORT
865PACKAGE_STRING
866PACKAGE_VERSION
867PACKAGE_TARNAME
868PACKAGE_NAME
869PATH_SEPARATOR
870SHELL'
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -0600871ac_subst_files=''
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -0500872ac_user_opts='
873enable_option_checking
874enable_maintainer_mode
875enable_dependency_tracking
876with_gnu_ld
877enable_shared
878enable_static
879with_pic
880enable_fast_install
881enable_libtool_lock
882with_pkgconfigdir
883with_binconfigs
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -0500884'
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -0600885 ac_precious_vars='build_alias
886host_alias
887target_alias
888CC
889CFLAGS
890LDFLAGS
Glenn Randers-Pehrsona7dbcba2007-05-15 16:16:34 -0500891LIBS
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -0600892CPPFLAGS
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -0500893CPP'
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -0600894
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -0600895
896# Initialize some variables set by options.
897ac_init_help=
898ac_init_version=false
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -0500899ac_unrecognized_opts=
900ac_unrecognized_sep=
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -0600901# The variables have the same names as the options, with
902# dashes changed to underlines.
903cache_file=/dev/null
904exec_prefix=NONE
905no_create=
906no_recursion=
907prefix=NONE
908program_prefix=NONE
909program_suffix=NONE
910program_transform_name=s,x,x,
911silent=
912site=
913srcdir=
914verbose=
915x_includes=NONE
916x_libraries=NONE
917
918# Installation directory options.
919# These are left unexpanded so users can "make install exec_prefix=/foo"
920# and all the variables that are supposed to be based on exec_prefix
921# by default will actually change.
922# Use braces instead of parens because sh, perl, etc. also accept them.
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -0600923# (The list follows the same order as the GNU Coding Standards.)
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -0600924bindir='${exec_prefix}/bin'
925sbindir='${exec_prefix}/sbin'
926libexecdir='${exec_prefix}/libexec'
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -0600927datarootdir='${prefix}/share'
928datadir='${datarootdir}'
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -0600929sysconfdir='${prefix}/etc'
930sharedstatedir='${prefix}/com'
931localstatedir='${prefix}/var'
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -0600932includedir='${prefix}/include'
933oldincludedir='/usr/include'
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -0600934docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
935infodir='${datarootdir}/info'
936htmldir='${docdir}'
937dvidir='${docdir}'
938pdfdir='${docdir}'
939psdir='${docdir}'
940libdir='${exec_prefix}/lib'
941localedir='${datarootdir}/locale'
942mandir='${datarootdir}/man'
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -0600943
944ac_prev=
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -0600945ac_dashdash=
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -0600946for ac_option
947do
948 # If the previous option needs an argument, assign it.
949 if test -n "$ac_prev"; then
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -0600950 eval $ac_prev=\$ac_option
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -0600951 ac_prev=
952 continue
953 fi
954
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -0600955 case $ac_option in
956 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
957 *) ac_optarg=yes ;;
958 esac
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -0600959
960 # Accept the important Cygnus configure options, so we can diagnose typos.
961
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -0600962 case $ac_dashdash$ac_option in
963 --)
964 ac_dashdash=yes ;;
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -0600965
966 -bindir | --bindir | --bindi | --bind | --bin | --bi)
967 ac_prev=bindir ;;
968 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
969 bindir=$ac_optarg ;;
970
971 -build | --build | --buil | --bui | --bu)
972 ac_prev=build_alias ;;
973 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
974 build_alias=$ac_optarg ;;
975
976 -cache-file | --cache-file | --cache-fil | --cache-fi \
977 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
978 ac_prev=cache_file ;;
979 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
980 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
981 cache_file=$ac_optarg ;;
982
983 --config-cache | -C)
984 cache_file=config.cache ;;
985
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -0600986 -datadir | --datadir | --datadi | --datad)
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -0600987 ac_prev=datadir ;;
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -0600988 -datadir=* | --datadir=* | --datadi=* | --datad=*)
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -0600989 datadir=$ac_optarg ;;
990
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -0600991 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
992 | --dataroo | --dataro | --datar)
993 ac_prev=datarootdir ;;
994 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
995 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
996 datarootdir=$ac_optarg ;;
997
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -0600998 -disable-* | --disable-*)
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -0500999 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06001000 # Reject names that are not valid shell variable names.
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05001001 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05001002 as_fn_error "invalid feature name: $ac_useropt"
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05001003 ac_useropt_orig=$ac_useropt
1004 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1005 case $ac_user_opts in
1006 *"
1007"enable_$ac_useropt"
1008"*) ;;
1009 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1010 ac_unrecognized_sep=', ';;
1011 esac
1012 eval enable_$ac_useropt=no ;;
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06001013
1014 -docdir | --docdir | --docdi | --doc | --do)
1015 ac_prev=docdir ;;
1016 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1017 docdir=$ac_optarg ;;
1018
1019 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1020 ac_prev=dvidir ;;
1021 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1022 dvidir=$ac_optarg ;;
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06001023
1024 -enable-* | --enable-*)
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05001025 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06001026 # Reject names that are not valid shell variable names.
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05001027 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05001028 as_fn_error "invalid feature name: $ac_useropt"
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05001029 ac_useropt_orig=$ac_useropt
1030 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1031 case $ac_user_opts in
1032 *"
1033"enable_$ac_useropt"
1034"*) ;;
1035 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1036 ac_unrecognized_sep=', ';;
1037 esac
1038 eval enable_$ac_useropt=\$ac_optarg ;;
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06001039
1040 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1041 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1042 | --exec | --exe | --ex)
1043 ac_prev=exec_prefix ;;
1044 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1045 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1046 | --exec=* | --exe=* | --ex=*)
1047 exec_prefix=$ac_optarg ;;
1048
1049 -gas | --gas | --ga | --g)
1050 # Obsolete; use --with-gas.
1051 with_gas=yes ;;
1052
1053 -help | --help | --hel | --he | -h)
1054 ac_init_help=long ;;
1055 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1056 ac_init_help=recursive ;;
1057 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1058 ac_init_help=short ;;
1059
1060 -host | --host | --hos | --ho)
1061 ac_prev=host_alias ;;
1062 -host=* | --host=* | --hos=* | --ho=*)
1063 host_alias=$ac_optarg ;;
1064
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06001065 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1066 ac_prev=htmldir ;;
1067 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1068 | --ht=*)
1069 htmldir=$ac_optarg ;;
1070
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06001071 -includedir | --includedir | --includedi | --included | --include \
1072 | --includ | --inclu | --incl | --inc)
1073 ac_prev=includedir ;;
1074 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1075 | --includ=* | --inclu=* | --incl=* | --inc=*)
1076 includedir=$ac_optarg ;;
1077
1078 -infodir | --infodir | --infodi | --infod | --info | --inf)
1079 ac_prev=infodir ;;
1080 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1081 infodir=$ac_optarg ;;
1082
1083 -libdir | --libdir | --libdi | --libd)
1084 ac_prev=libdir ;;
1085 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1086 libdir=$ac_optarg ;;
1087
1088 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1089 | --libexe | --libex | --libe)
1090 ac_prev=libexecdir ;;
1091 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1092 | --libexe=* | --libex=* | --libe=*)
1093 libexecdir=$ac_optarg ;;
1094
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06001095 -localedir | --localedir | --localedi | --localed | --locale)
1096 ac_prev=localedir ;;
1097 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1098 localedir=$ac_optarg ;;
1099
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06001100 -localstatedir | --localstatedir | --localstatedi | --localstated \
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06001101 | --localstate | --localstat | --localsta | --localst | --locals)
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06001102 ac_prev=localstatedir ;;
1103 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06001104 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06001105 localstatedir=$ac_optarg ;;
1106
1107 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1108 ac_prev=mandir ;;
1109 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1110 mandir=$ac_optarg ;;
1111
1112 -nfp | --nfp | --nf)
1113 # Obsolete; use --without-fp.
1114 with_fp=no ;;
1115
1116 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1117 | --no-cr | --no-c | -n)
1118 no_create=yes ;;
1119
1120 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1121 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1122 no_recursion=yes ;;
1123
1124 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1125 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1126 | --oldin | --oldi | --old | --ol | --o)
1127 ac_prev=oldincludedir ;;
1128 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1129 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1130 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1131 oldincludedir=$ac_optarg ;;
1132
1133 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1134 ac_prev=prefix ;;
1135 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1136 prefix=$ac_optarg ;;
1137
1138 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1139 | --program-pre | --program-pr | --program-p)
1140 ac_prev=program_prefix ;;
1141 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1142 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1143 program_prefix=$ac_optarg ;;
1144
1145 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1146 | --program-suf | --program-su | --program-s)
1147 ac_prev=program_suffix ;;
1148 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1149 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1150 program_suffix=$ac_optarg ;;
1151
1152 -program-transform-name | --program-transform-name \
1153 | --program-transform-nam | --program-transform-na \
1154 | --program-transform-n | --program-transform- \
1155 | --program-transform | --program-transfor \
1156 | --program-transfo | --program-transf \
1157 | --program-trans | --program-tran \
1158 | --progr-tra | --program-tr | --program-t)
1159 ac_prev=program_transform_name ;;
1160 -program-transform-name=* | --program-transform-name=* \
1161 | --program-transform-nam=* | --program-transform-na=* \
1162 | --program-transform-n=* | --program-transform-=* \
1163 | --program-transform=* | --program-transfor=* \
1164 | --program-transfo=* | --program-transf=* \
1165 | --program-trans=* | --program-tran=* \
1166 | --progr-tra=* | --program-tr=* | --program-t=*)
1167 program_transform_name=$ac_optarg ;;
1168
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06001169 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1170 ac_prev=pdfdir ;;
1171 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1172 pdfdir=$ac_optarg ;;
1173
1174 -psdir | --psdir | --psdi | --psd | --ps)
1175 ac_prev=psdir ;;
1176 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1177 psdir=$ac_optarg ;;
1178
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06001179 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1180 | -silent | --silent | --silen | --sile | --sil)
1181 silent=yes ;;
1182
1183 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1184 ac_prev=sbindir ;;
1185 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1186 | --sbi=* | --sb=*)
1187 sbindir=$ac_optarg ;;
1188
1189 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1190 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1191 | --sharedst | --shareds | --shared | --share | --shar \
1192 | --sha | --sh)
1193 ac_prev=sharedstatedir ;;
1194 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1195 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1196 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1197 | --sha=* | --sh=*)
1198 sharedstatedir=$ac_optarg ;;
1199
1200 -site | --site | --sit)
1201 ac_prev=site ;;
1202 -site=* | --site=* | --sit=*)
1203 site=$ac_optarg ;;
1204
1205 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1206 ac_prev=srcdir ;;
1207 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1208 srcdir=$ac_optarg ;;
1209
1210 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1211 | --syscon | --sysco | --sysc | --sys | --sy)
1212 ac_prev=sysconfdir ;;
1213 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1214 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1215 sysconfdir=$ac_optarg ;;
1216
1217 -target | --target | --targe | --targ | --tar | --ta | --t)
1218 ac_prev=target_alias ;;
1219 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1220 target_alias=$ac_optarg ;;
1221
1222 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1223 verbose=yes ;;
1224
1225 -version | --version | --versio | --versi | --vers | -V)
1226 ac_init_version=: ;;
1227
1228 -with-* | --with-*)
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05001229 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06001230 # Reject names that are not valid shell variable names.
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05001231 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05001232 as_fn_error "invalid package name: $ac_useropt"
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05001233 ac_useropt_orig=$ac_useropt
1234 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1235 case $ac_user_opts in
1236 *"
1237"with_$ac_useropt"
1238"*) ;;
1239 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1240 ac_unrecognized_sep=', ';;
1241 esac
1242 eval with_$ac_useropt=\$ac_optarg ;;
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06001243
1244 -without-* | --without-*)
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05001245 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06001246 # Reject names that are not valid shell variable names.
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05001247 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05001248 as_fn_error "invalid package name: $ac_useropt"
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05001249 ac_useropt_orig=$ac_useropt
1250 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1251 case $ac_user_opts in
1252 *"
1253"with_$ac_useropt"
1254"*) ;;
1255 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1256 ac_unrecognized_sep=', ';;
1257 esac
1258 eval with_$ac_useropt=no ;;
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06001259
1260 --x)
1261 # Obsolete; use --with-x.
1262 with_x=yes ;;
1263
1264 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1265 | --x-incl | --x-inc | --x-in | --x-i)
1266 ac_prev=x_includes ;;
1267 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1268 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1269 x_includes=$ac_optarg ;;
1270
1271 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1272 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1273 ac_prev=x_libraries ;;
1274 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1275 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1276 x_libraries=$ac_optarg ;;
1277
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05001278 -*) as_fn_error "unrecognized option: \`$ac_option'
1279Try \`$0 --help' for more information."
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06001280 ;;
1281
1282 *=*)
1283 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1284 # Reject names that are not valid shell variable names.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05001285 case $ac_envvar in #(
1286 '' | [0-9]* | *[!_$as_cr_alnum]* )
1287 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1288 esac
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06001289 eval $ac_envvar=\$ac_optarg
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06001290 export $ac_envvar ;;
1291
1292 *)
1293 # FIXME: should be removed in autoconf 3.0.
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05001294 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06001295 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05001296 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06001297 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1298 ;;
1299
1300 esac
1301done
1302
1303if test -n "$ac_prev"; then
1304 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05001305 as_fn_error "missing argument to $ac_option"
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06001306fi
1307
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05001308if test -n "$ac_unrecognized_opts"; then
1309 case $enable_option_checking in
1310 no) ;;
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05001311 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05001312 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05001313 esac
1314fi
1315
1316# Check all directory arguments for consistency.
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06001317for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1318 datadir sysconfdir sharedstatedir localstatedir includedir \
1319 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1320 libdir localedir mandir
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06001321do
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06001322 eval ac_val=\$$ac_var
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05001323 # Remove trailing slashes.
1324 case $ac_val in
1325 */ )
1326 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1327 eval $ac_var=\$ac_val;;
1328 esac
1329 # Be sure to have absolute directory names.
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06001330 case $ac_val in
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06001331 [\\/$]* | ?:[\\/]* ) continue;;
1332 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06001333 esac
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05001334 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06001335done
1336
1337# There might be people who depend on the old broken behavior: `$host'
1338# used to hold the argument of --host etc.
1339# FIXME: To remove some day.
1340build=$build_alias
1341host=$host_alias
1342target=$target_alias
1343
1344# FIXME: To remove some day.
1345if test "x$host_alias" != x; then
1346 if test "x$build_alias" = x; then
1347 cross_compiling=maybe
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05001348 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06001349 If a cross compiler is detected then cross compile mode will be used." >&2
1350 elif test "x$build_alias" != "x$host_alias"; then
1351 cross_compiling=yes
1352 fi
1353fi
1354
1355ac_tool_prefix=
1356test -n "$host_alias" && ac_tool_prefix=$host_alias-
1357
1358test "$silent" = yes && exec 6>/dev/null
1359
1360
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06001361ac_pwd=`pwd` && test -n "$ac_pwd" &&
1362ac_ls_di=`ls -di .` &&
1363ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05001364 as_fn_error "working directory cannot be determined"
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06001365test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05001366 as_fn_error "pwd does not report name of working directory"
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06001367
1368
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06001369# Find the source files, if location was not specified.
1370if test -z "$srcdir"; then
1371 ac_srcdir_defaulted=yes
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06001372 # Try the directory containing this script, then the parent directory.
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05001373 ac_confdir=`$as_dirname -- "$as_myself" ||
1374$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1375 X"$as_myself" : 'X\(//\)[^/]' \| \
1376 X"$as_myself" : 'X\(//\)$' \| \
1377 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1378$as_echo X"$as_myself" |
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06001379 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1380 s//\1/
1381 q
1382 }
1383 /^X\(\/\/\)[^/].*/{
1384 s//\1/
1385 q
1386 }
1387 /^X\(\/\/\)$/{
1388 s//\1/
1389 q
1390 }
1391 /^X\(\/\).*/{
1392 s//\1/
1393 q
1394 }
1395 s/.*/./; q'`
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06001396 srcdir=$ac_confdir
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06001397 if test ! -r "$srcdir/$ac_unique_file"; then
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06001398 srcdir=..
1399 fi
1400else
1401 ac_srcdir_defaulted=no
1402fi
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06001403if test ! -r "$srcdir/$ac_unique_file"; then
1404 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05001405 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06001406fi
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06001407ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1408ac_abs_confdir=`(
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05001409 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06001410 pwd)`
1411# When building in place, set srcdir=.
1412if test "$ac_abs_confdir" = "$ac_pwd"; then
1413 srcdir=.
1414fi
1415# Remove unnecessary trailing slashes from srcdir.
1416# Double slashes in file names in object file debugging info
1417# mess up M-x gdb in Emacs.
1418case $srcdir in
1419*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1420esac
1421for ac_var in $ac_precious_vars; do
1422 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1423 eval ac_env_${ac_var}_value=\$${ac_var}
1424 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1425 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1426done
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06001427
1428#
1429# Report the --help message.
1430#
1431if test "$ac_init_help" = "long"; then
1432 # Omit some internal or obsolete options to make the list less imposing.
1433 # This message is too long to be a string in the A/UX 3.1 sh.
1434 cat <<_ACEOF
Glenn Randers-Pehrson42c4ebb2010-02-08 15:46:26 -06001435\`configure' configures libpng 1.5.0beta04 to adapt to many kinds of systems.
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06001436
1437Usage: $0 [OPTION]... [VAR=VALUE]...
1438
1439To assign environment variables (e.g., CC, CFLAGS...), specify them as
1440VAR=VALUE. See below for descriptions of some of the useful variables.
1441
1442Defaults for the options are specified in brackets.
1443
1444Configuration:
1445 -h, --help display this help and exit
1446 --help=short display options specific to this package
1447 --help=recursive display the short help of all the included packages
1448 -V, --version display version information and exit
1449 -q, --quiet, --silent do not print \`checking...' messages
1450 --cache-file=FILE cache test results in FILE [disabled]
1451 -C, --config-cache alias for \`--cache-file=config.cache'
1452 -n, --no-create do not create output files
1453 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1454
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06001455Installation directories:
1456 --prefix=PREFIX install architecture-independent files in PREFIX
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05001457 [$ac_default_prefix]
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06001458 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05001459 [PREFIX]
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06001460
1461By default, \`make install' will install all the files in
1462\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1463an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1464for instance \`--prefix=\$HOME'.
1465
1466For better control, use the options below.
1467
1468Fine tuning of the installation directories:
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05001469 --bindir=DIR user executables [EPREFIX/bin]
1470 --sbindir=DIR system admin executables [EPREFIX/sbin]
1471 --libexecdir=DIR program executables [EPREFIX/libexec]
1472 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1473 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1474 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1475 --libdir=DIR object code libraries [EPREFIX/lib]
1476 --includedir=DIR C header files [PREFIX/include]
1477 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1478 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1479 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1480 --infodir=DIR info documentation [DATAROOTDIR/info]
1481 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1482 --mandir=DIR man documentation [DATAROOTDIR/man]
1483 --docdir=DIR documentation root [DATAROOTDIR/doc/libpng]
1484 --htmldir=DIR html documentation [DOCDIR]
1485 --dvidir=DIR dvi documentation [DOCDIR]
1486 --pdfdir=DIR pdf documentation [DOCDIR]
1487 --psdir=DIR ps documentation [DOCDIR]
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06001488_ACEOF
1489
1490 cat <<\_ACEOF
1491
1492Program names:
1493 --program-prefix=PREFIX prepend PREFIX to installed program names
1494 --program-suffix=SUFFIX append SUFFIX to installed program names
1495 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1496
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06001497System types:
1498 --build=BUILD configure for building on BUILD [guessed]
1499 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1500_ACEOF
1501fi
1502
1503if test -n "$ac_init_help"; then
1504 case $ac_init_help in
Glenn Randers-Pehrson42c4ebb2010-02-08 15:46:26 -06001505 short | recursive ) echo "Configuration of libpng 1.5.0beta04:";;
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06001506 esac
1507 cat <<\_ACEOF
1508
1509Optional Features:
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05001510 --disable-option-checking ignore unrecognized --enable/--with options
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06001511 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1512 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06001513 --enable-maintainer-mode enable make rules and dependencies not useful
1514 (and sometimes confusing) to the casual installer
1515 --disable-dependency-tracking speeds up one-time build
1516 --enable-dependency-tracking do not reject slow dependency extractors
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06001517 --enable-shared[=PKGS] build shared libraries [default=yes]
1518 --enable-static[=PKGS] build static libraries [default=yes]
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06001519 --enable-fast-install[=PKGS]
1520 optimize for fast installation [default=yes]
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06001521 --disable-libtool-lock avoid locking (might break parallel builds)
1522
1523Optional Packages:
1524 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1525 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06001526 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1527 --with-pic try to use only PIC/non-PIC objects [default=use
1528 both]
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06001529 --with-pkgconfigdir Use the specified pkgconfig dir (default is
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06001530 libdir/pkgconfig)
1531 --with-binconfigs Generate shell libpng-config scripts as well as
1532 pkg-config data [default=yes]
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06001533
1534Some influential environment variables:
1535 CC C compiler command
1536 CFLAGS C compiler flags
1537 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1538 nonstandard directory <lib dir>
Glenn Randers-Pehrsona7dbcba2007-05-15 16:16:34 -05001539 LIBS libraries to pass to the linker, e.g. -l<library>
Glenn Randers-Pehrsoneae2cf02009-11-21 21:50:07 -06001540 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06001541 you have headers in a nonstandard directory <include dir>
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06001542 CPP C preprocessor
1543
1544Use these variables to override the choices made by `configure' or to help
1545it to find libraries and programs with nonstandard names/locations.
1546
Glenn Randers-Pehrson7b34df32006-02-24 06:30:16 -06001547Report bugs to <png-mng-implement@lists.sourceforge.net>.
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06001548_ACEOF
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06001549ac_status=$?
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06001550fi
1551
1552if test "$ac_init_help" = "recursive"; then
1553 # If there are subdirs, report their specific --help.
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06001554 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05001555 test -d "$ac_dir" ||
1556 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1557 continue
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06001558 ac_builddir=.
1559
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06001560case "$ac_dir" in
1561.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1562*)
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05001563 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06001564 # A ".." for each directory in $ac_dir_suffix.
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05001565 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06001566 case $ac_top_builddir_sub in
1567 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1568 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1569 esac ;;
1570esac
1571ac_abs_top_builddir=$ac_pwd
1572ac_abs_builddir=$ac_pwd$ac_dir_suffix
1573# for backward compatibility:
1574ac_top_builddir=$ac_top_build_prefix
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06001575
1576case $srcdir in
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06001577 .) # We are building in place.
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06001578 ac_srcdir=.
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06001579 ac_top_srcdir=$ac_top_builddir_sub
1580 ac_abs_top_srcdir=$ac_pwd ;;
1581 [\\/]* | ?:[\\/]* ) # Absolute name.
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06001582 ac_srcdir=$srcdir$ac_dir_suffix;
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06001583 ac_top_srcdir=$srcdir
1584 ac_abs_top_srcdir=$srcdir ;;
1585 *) # Relative name.
1586 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1587 ac_top_srcdir=$ac_top_build_prefix$srcdir
1588 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06001589esac
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06001590ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06001591
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06001592 cd "$ac_dir" || { ac_status=$?; continue; }
1593 # Check for guested configure.
1594 if test -f "$ac_srcdir/configure.gnu"; then
1595 echo &&
1596 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1597 elif test -f "$ac_srcdir/configure"; then
1598 echo &&
1599 $SHELL "$ac_srcdir/configure" --help=recursive
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06001600 else
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05001601 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06001602 fi || ac_status=$?
1603 cd "$ac_pwd" || { ac_status=$?; break; }
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06001604 done
1605fi
1606
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06001607test -n "$ac_init_help" && exit $ac_status
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06001608if $ac_init_version; then
1609 cat <<\_ACEOF
Glenn Randers-Pehrson42c4ebb2010-02-08 15:46:26 -06001610libpng configure 1.5.0beta04
Glenn Randers-Pehrsoneae2cf02009-11-21 21:50:07 -06001611generated by GNU Autoconf 2.65
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06001612
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05001613Copyright (C) 2009 Free Software Foundation, Inc.
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06001614This configure script is free software; the Free Software Foundation
1615gives unlimited permission to copy, distribute and modify it.
1616_ACEOF
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06001617 exit
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06001618fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05001619
1620## ------------------------ ##
1621## Autoconf initialization. ##
1622## ------------------------ ##
1623
1624# ac_fn_c_try_compile LINENO
1625# --------------------------
1626# Try to compile conftest.$ac_ext, and return whether this succeeded.
1627ac_fn_c_try_compile ()
1628{
1629 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1630 rm -f conftest.$ac_objext
1631 if { { ac_try="$ac_compile"
1632case "(($ac_try" in
1633 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1634 *) ac_try_echo=$ac_try;;
1635esac
1636eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1637$as_echo "$ac_try_echo"; } >&5
1638 (eval "$ac_compile") 2>conftest.err
1639 ac_status=$?
1640 if test -s conftest.err; then
1641 grep -v '^ *+' conftest.err >conftest.er1
1642 cat conftest.er1 >&5
1643 mv -f conftest.er1 conftest.err
1644 fi
1645 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1646 test $ac_status = 0; } && {
1647 test -z "$ac_c_werror_flag" ||
1648 test ! -s conftest.err
1649 } && test -s conftest.$ac_objext; then :
1650 ac_retval=0
1651else
1652 $as_echo "$as_me: failed program was:" >&5
1653sed 's/^/| /' conftest.$ac_ext >&5
1654
1655 ac_retval=1
1656fi
1657 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
Glenn Randers-Pehrsoneae2cf02009-11-21 21:50:07 -06001658 as_fn_set_status $ac_retval
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05001659
1660} # ac_fn_c_try_compile
1661
1662# ac_fn_c_try_cpp LINENO
1663# ----------------------
1664# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1665ac_fn_c_try_cpp ()
1666{
1667 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1668 if { { ac_try="$ac_cpp conftest.$ac_ext"
1669case "(($ac_try" in
1670 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1671 *) ac_try_echo=$ac_try;;
1672esac
1673eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1674$as_echo "$ac_try_echo"; } >&5
1675 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1676 ac_status=$?
1677 if test -s conftest.err; then
1678 grep -v '^ *+' conftest.err >conftest.er1
1679 cat conftest.er1 >&5
1680 mv -f conftest.er1 conftest.err
1681 fi
1682 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1683 test $ac_status = 0; } >/dev/null && {
1684 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1685 test ! -s conftest.err
1686 }; then :
1687 ac_retval=0
1688else
1689 $as_echo "$as_me: failed program was:" >&5
1690sed 's/^/| /' conftest.$ac_ext >&5
1691
1692 ac_retval=1
1693fi
1694 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
Glenn Randers-Pehrsoneae2cf02009-11-21 21:50:07 -06001695 as_fn_set_status $ac_retval
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05001696
1697} # ac_fn_c_try_cpp
1698
1699# ac_fn_c_try_link LINENO
1700# -----------------------
1701# Try to link conftest.$ac_ext, and return whether this succeeded.
1702ac_fn_c_try_link ()
1703{
1704 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1705 rm -f conftest.$ac_objext conftest$ac_exeext
1706 if { { ac_try="$ac_link"
1707case "(($ac_try" in
1708 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1709 *) ac_try_echo=$ac_try;;
1710esac
1711eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1712$as_echo "$ac_try_echo"; } >&5
1713 (eval "$ac_link") 2>conftest.err
1714 ac_status=$?
1715 if test -s conftest.err; then
1716 grep -v '^ *+' conftest.err >conftest.er1
1717 cat conftest.er1 >&5
1718 mv -f conftest.er1 conftest.err
1719 fi
1720 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1721 test $ac_status = 0; } && {
1722 test -z "$ac_c_werror_flag" ||
1723 test ! -s conftest.err
1724 } && test -s conftest$ac_exeext && {
1725 test "$cross_compiling" = yes ||
1726 $as_test_x conftest$ac_exeext
1727 }; then :
1728 ac_retval=0
1729else
1730 $as_echo "$as_me: failed program was:" >&5
1731sed 's/^/| /' conftest.$ac_ext >&5
1732
1733 ac_retval=1
1734fi
1735 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1736 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1737 # interfere with the next link command; also delete a directory that is
1738 # left behind by Apple's compiler. We do this before executing the actions.
1739 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1740 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
Glenn Randers-Pehrsoneae2cf02009-11-21 21:50:07 -06001741 as_fn_set_status $ac_retval
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05001742
1743} # ac_fn_c_try_link
1744
1745# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1746# -------------------------------------------------------
1747# Tests whether HEADER exists and can be compiled using the include files in
1748# INCLUDES, setting the cache variable VAR accordingly.
1749ac_fn_c_check_header_compile ()
1750{
1751 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1753$as_echo_n "checking for $2... " >&6; }
1754if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1755 $as_echo_n "(cached) " >&6
1756else
1757 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1758/* end confdefs.h. */
1759$4
1760#include <$2>
1761_ACEOF
1762if ac_fn_c_try_compile "$LINENO"; then :
1763 eval "$3=yes"
1764else
1765 eval "$3=no"
1766fi
1767rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1768fi
1769eval ac_res=\$$3
1770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1771$as_echo "$ac_res" >&6; }
1772 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1773
1774} # ac_fn_c_check_header_compile
1775
1776# ac_fn_c_try_run LINENO
1777# ----------------------
1778# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1779# that executables *can* be run.
1780ac_fn_c_try_run ()
1781{
1782 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1783 if { { ac_try="$ac_link"
1784case "(($ac_try" in
1785 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1786 *) ac_try_echo=$ac_try;;
1787esac
1788eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1789$as_echo "$ac_try_echo"; } >&5
1790 (eval "$ac_link") 2>&5
1791 ac_status=$?
1792 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1793 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1794 { { case "(($ac_try" in
1795 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1796 *) ac_try_echo=$ac_try;;
1797esac
1798eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1799$as_echo "$ac_try_echo"; } >&5
1800 (eval "$ac_try") 2>&5
1801 ac_status=$?
1802 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1803 test $ac_status = 0; }; }; then :
1804 ac_retval=0
1805else
1806 $as_echo "$as_me: program exited with status $ac_status" >&5
1807 $as_echo "$as_me: failed program was:" >&5
1808sed 's/^/| /' conftest.$ac_ext >&5
1809
1810 ac_retval=$ac_status
1811fi
1812 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1813 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
Glenn Randers-Pehrsoneae2cf02009-11-21 21:50:07 -06001814 as_fn_set_status $ac_retval
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05001815
1816} # ac_fn_c_try_run
1817
1818# ac_fn_c_check_func LINENO FUNC VAR
1819# ----------------------------------
1820# Tests whether FUNC exists, setting the cache variable VAR accordingly
1821ac_fn_c_check_func ()
1822{
1823 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1825$as_echo_n "checking for $2... " >&6; }
1826if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1827 $as_echo_n "(cached) " >&6
1828else
1829 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1830/* end confdefs.h. */
1831/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1832 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1833#define $2 innocuous_$2
1834
1835/* System header to define __stub macros and hopefully few prototypes,
1836 which can conflict with char $2 (); below.
1837 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1838 <limits.h> exists even on freestanding compilers. */
1839
1840#ifdef __STDC__
1841# include <limits.h>
1842#else
1843# include <assert.h>
1844#endif
1845
1846#undef $2
1847
1848/* Override any GCC internal prototype to avoid an error.
1849 Use char because int might match the return type of a GCC
1850 builtin and then its argument prototype would still apply. */
1851#ifdef __cplusplus
1852extern "C"
1853#endif
1854char $2 ();
1855/* The GNU C library defines this for functions which it implements
1856 to always fail with ENOSYS. Some functions are actually named
1857 something starting with __ and the normal name is an alias. */
1858#if defined __stub_$2 || defined __stub___$2
1859choke me
1860#endif
1861
1862int
1863main ()
1864{
1865return $2 ();
1866 ;
1867 return 0;
1868}
1869_ACEOF
1870if ac_fn_c_try_link "$LINENO"; then :
1871 eval "$3=yes"
1872else
1873 eval "$3=no"
1874fi
1875rm -f core conftest.err conftest.$ac_objext \
1876 conftest$ac_exeext conftest.$ac_ext
1877fi
1878eval ac_res=\$$3
1879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1880$as_echo "$ac_res" >&6; }
1881 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1882
1883} # ac_fn_c_check_func
1884
1885# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1886# -------------------------------------------------------
1887# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1888# the include files in INCLUDES and setting the cache variable VAR
1889# accordingly.
1890ac_fn_c_check_header_mongrel ()
1891{
1892 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1893 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1895$as_echo_n "checking for $2... " >&6; }
1896if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1897 $as_echo_n "(cached) " >&6
1898fi
1899eval ac_res=\$$3
1900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1901$as_echo "$ac_res" >&6; }
1902else
1903 # Is the header compilable?
1904{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1905$as_echo_n "checking $2 usability... " >&6; }
1906cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1907/* end confdefs.h. */
1908$4
1909#include <$2>
1910_ACEOF
1911if ac_fn_c_try_compile "$LINENO"; then :
1912 ac_header_compiler=yes
1913else
1914 ac_header_compiler=no
1915fi
1916rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1917{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1918$as_echo "$ac_header_compiler" >&6; }
1919
1920# Is the header present?
1921{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1922$as_echo_n "checking $2 presence... " >&6; }
1923cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1924/* end confdefs.h. */
1925#include <$2>
1926_ACEOF
1927if ac_fn_c_try_cpp "$LINENO"; then :
1928 ac_header_preproc=yes
1929else
1930 ac_header_preproc=no
1931fi
1932rm -f conftest.err conftest.$ac_ext
1933{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1934$as_echo "$ac_header_preproc" >&6; }
1935
1936# So? What about this header?
1937case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1938 yes:no: )
1939 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1940$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1941 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1942$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1943 ;;
1944 no:yes:* )
1945 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1946$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1947 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1948$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1949 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1950$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1951 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1952$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1953 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1954$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1955( cat <<\_ASBOX
1956## ------------------------------------------------------ ##
1957## Report this to png-mng-implement@lists.sourceforge.net ##
1958## ------------------------------------------------------ ##
1959_ASBOX
1960 ) | sed "s/^/$as_me: WARNING: /" >&2
1961 ;;
1962esac
1963 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1964$as_echo_n "checking for $2... " >&6; }
1965if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1966 $as_echo_n "(cached) " >&6
1967else
1968 eval "$3=\$ac_header_compiler"
1969fi
1970eval ac_res=\$$3
1971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1972$as_echo "$ac_res" >&6; }
1973fi
1974 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1975
1976} # ac_fn_c_check_header_mongrel
1977
1978# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1979# -------------------------------------------
1980# Tests whether TYPE exists after having included INCLUDES, setting cache
1981# variable VAR accordingly.
1982ac_fn_c_check_type ()
1983{
1984 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1986$as_echo_n "checking for $2... " >&6; }
1987if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1988 $as_echo_n "(cached) " >&6
1989else
1990 eval "$3=no"
1991 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1992/* end confdefs.h. */
1993$4
1994int
1995main ()
1996{
1997if (sizeof ($2))
1998 return 0;
1999 ;
2000 return 0;
2001}
2002_ACEOF
2003if ac_fn_c_try_compile "$LINENO"; then :
2004 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2005/* end confdefs.h. */
2006$4
2007int
2008main ()
2009{
2010if (sizeof (($2)))
2011 return 0;
2012 ;
2013 return 0;
2014}
2015_ACEOF
2016if ac_fn_c_try_compile "$LINENO"; then :
2017
2018else
2019 eval "$3=yes"
2020fi
2021rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2022fi
2023rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2024fi
2025eval ac_res=\$$3
2026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2027$as_echo "$ac_res" >&6; }
2028 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2029
2030} # ac_fn_c_check_type
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06002031cat >config.log <<_ACEOF
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002032This file contains any messages produced by compilers while
2033running configure, to aid debugging if configure makes a mistake.
2034
Glenn Randers-Pehrson42c4ebb2010-02-08 15:46:26 -06002035It was created by libpng $as_me 1.5.0beta04, which was
Glenn Randers-Pehrsoneae2cf02009-11-21 21:50:07 -06002036generated by GNU Autoconf 2.65. Invocation command line was
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002037
2038 $ $0 $@
2039
2040_ACEOF
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06002041exec 5>>config.log
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002042{
2043cat <<_ASUNAME
2044## --------- ##
2045## Platform. ##
2046## --------- ##
2047
2048hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2049uname -m = `(uname -m) 2>/dev/null || echo unknown`
2050uname -r = `(uname -r) 2>/dev/null || echo unknown`
2051uname -s = `(uname -s) 2>/dev/null || echo unknown`
2052uname -v = `(uname -v) 2>/dev/null || echo unknown`
2053
2054/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2055/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2056
2057/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2058/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2059/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06002060/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002061/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2062/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2063/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2064
2065_ASUNAME
2066
2067as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2068for as_dir in $PATH
2069do
2070 IFS=$as_save_IFS
2071 test -z "$as_dir" && as_dir=.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002072 $as_echo "PATH: $as_dir"
2073 done
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06002074IFS=$as_save_IFS
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002075
2076} >&5
2077
2078cat >&5 <<_ACEOF
2079
2080
2081## ----------- ##
2082## Core tests. ##
2083## ----------- ##
2084
2085_ACEOF
2086
2087
2088# Keep a trace of the command line.
2089# Strip out --no-create and --no-recursion so they do not pile up.
2090# Strip out --silent because we don't want to record it for future runs.
2091# Also quote any args containing shell meta-characters.
2092# Make two passes to allow for proper duplicate-argument suppression.
2093ac_configure_args=
2094ac_configure_args0=
2095ac_configure_args1=
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002096ac_must_keep_next=false
2097for ac_pass in 1 2
2098do
2099 for ac_arg
2100 do
2101 case $ac_arg in
2102 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2103 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2104 | -silent | --silent | --silen | --sile | --sil)
2105 continue ;;
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06002106 *\'*)
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002107 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002108 esac
2109 case $ac_pass in
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002110 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002111 2)
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002112 as_fn_append ac_configure_args1 " '$ac_arg'"
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002113 if test $ac_must_keep_next = true; then
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06002114 ac_must_keep_next=false # Got value, back to normal.
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002115 else
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06002116 case $ac_arg in
2117 *=* | --config-cache | -C | -disable-* | --disable-* \
2118 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2119 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2120 | -with-* | --with-* | -without-* | --without-* | --x)
2121 case "$ac_configure_args0 " in
2122 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2123 esac
2124 ;;
2125 -* ) ac_must_keep_next=true ;;
2126 esac
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002127 fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002128 as_fn_append ac_configure_args " '$ac_arg'"
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002129 ;;
2130 esac
2131 done
2132done
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002133{ ac_configure_args0=; unset ac_configure_args0;}
2134{ ac_configure_args1=; unset ac_configure_args1;}
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002135
2136# When interrupted or exit'd, cleanup temporary files, and complete
2137# config.log. We remove comments because anyway the quotes in there
2138# would cause problems or look ugly.
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06002139# WARNING: Use '\'' to represent an apostrophe within the trap.
2140# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002141trap 'exit_status=$?
2142 # Save into config.log some information that might help in debugging.
2143 {
2144 echo
2145
2146 cat <<\_ASBOX
2147## ---------------- ##
2148## Cache variables. ##
2149## ---------------- ##
2150_ASBOX
2151 echo
2152 # The following way of writing the cache mishandles newlines in values,
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06002153(
2154 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2155 eval ac_val=\$$ac_var
2156 case $ac_val in #(
2157 *${as_nl}*)
2158 case $ac_var in #(
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002159 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05002160$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06002161 esac
2162 case $ac_var in #(
2163 _ | IFS | as_nl) ;; #(
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002164 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002165 *) { eval $ac_var=; unset $ac_var;} ;;
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06002166 esac ;;
2167 esac
2168 done
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002169 (set) 2>&1 |
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06002170 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2171 *${as_nl}ac_space=\ *)
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002172 sed -n \
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06002173 "s/'\''/'\''\\\\'\'''\''/g;
2174 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2175 ;; #(
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002176 *)
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06002177 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002178 ;;
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06002179 esac |
2180 sort
2181)
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002182 echo
2183
2184 cat <<\_ASBOX
2185## ----------------- ##
2186## Output variables. ##
2187## ----------------- ##
2188_ASBOX
2189 echo
2190 for ac_var in $ac_subst_vars
2191 do
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06002192 eval ac_val=\$$ac_var
2193 case $ac_val in
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002194 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06002195 esac
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002196 $as_echo "$ac_var='\''$ac_val'\''"
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002197 done | sort
2198 echo
2199
2200 if test -n "$ac_subst_files"; then
2201 cat <<\_ASBOX
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06002202## ------------------- ##
2203## File substitutions. ##
2204## ------------------- ##
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002205_ASBOX
2206 echo
2207 for ac_var in $ac_subst_files
2208 do
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06002209 eval ac_val=\$$ac_var
2210 case $ac_val in
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002211 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06002212 esac
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002213 $as_echo "$ac_var='\''$ac_val'\''"
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002214 done | sort
2215 echo
2216 fi
2217
2218 if test -s confdefs.h; then
2219 cat <<\_ASBOX
2220## ----------- ##
2221## confdefs.h. ##
2222## ----------- ##
2223_ASBOX
2224 echo
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06002225 cat confdefs.h
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002226 echo
2227 fi
2228 test "$ac_signal" != 0 &&
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002229 $as_echo "$as_me: caught signal $ac_signal"
2230 $as_echo "$as_me: exit $exit_status"
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002231 } >&5
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06002232 rm -f core *.core core.conftest.* &&
2233 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002234 exit $exit_status
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06002235' 0
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002236for ac_signal in 1 2 13 15; do
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002237 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002238done
2239ac_signal=0
2240
2241# confdefs.h avoids OS command line length limits that DEFS can exceed.
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06002242rm -f -r conftest* confdefs.h
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002243
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002244$as_echo "/* confdefs.h */" > confdefs.h
2245
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002246# Predefined preprocessor variables.
2247
2248cat >>confdefs.h <<_ACEOF
2249#define PACKAGE_NAME "$PACKAGE_NAME"
2250_ACEOF
2251
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002252cat >>confdefs.h <<_ACEOF
2253#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2254_ACEOF
2255
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002256cat >>confdefs.h <<_ACEOF
2257#define PACKAGE_VERSION "$PACKAGE_VERSION"
2258_ACEOF
2259
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002260cat >>confdefs.h <<_ACEOF
2261#define PACKAGE_STRING "$PACKAGE_STRING"
2262_ACEOF
2263
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002264cat >>confdefs.h <<_ACEOF
2265#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2266_ACEOF
2267
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002268cat >>confdefs.h <<_ACEOF
2269#define PACKAGE_URL "$PACKAGE_URL"
2270_ACEOF
2271
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002272
2273# Let the site file select an alternate cache file if it wants to.
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002274# Prefer an explicitly selected file to automatically selected ones.
2275ac_site_file1=NONE
2276ac_site_file2=NONE
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06002277if test -n "$CONFIG_SITE"; then
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002278 ac_site_file1=$CONFIG_SITE
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06002279elif test "x$prefix" != xNONE; then
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002280 ac_site_file1=$prefix/share/config.site
2281 ac_site_file2=$prefix/etc/config.site
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06002282else
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002283 ac_site_file1=$ac_default_prefix/share/config.site
2284 ac_site_file2=$ac_default_prefix/etc/config.site
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002285fi
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002286for ac_site_file in "$ac_site_file1" "$ac_site_file2"
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06002287do
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002288 test "x$ac_site_file" = xNONE && continue
Glenn Randers-Pehrsoneae2cf02009-11-21 21:50:07 -06002289 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002290 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002291$as_echo "$as_me: loading site script $ac_site_file" >&6;}
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002292 sed 's/^/| /' "$ac_site_file" >&5
2293 . "$ac_site_file"
2294 fi
2295done
2296
2297if test -r "$cache_file"; then
Glenn Randers-Pehrsoneae2cf02009-11-21 21:50:07 -06002298 # Some versions of bash will fail to source /dev/null (special files
2299 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2300 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002301 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002302$as_echo "$as_me: loading cache $cache_file" >&6;}
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002303 case $cache_file in
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06002304 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2305 *) . "./$cache_file";;
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002306 esac
2307 fi
2308else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002309 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002310$as_echo "$as_me: creating cache $cache_file" >&6;}
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002311 >$cache_file
2312fi
2313
2314# Check that the precious variables saved in the cache have kept the same
2315# value.
2316ac_cache_corrupted=false
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06002317for ac_var in $ac_precious_vars; do
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002318 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2319 eval ac_new_set=\$ac_env_${ac_var}_set
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06002320 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2321 eval ac_new_val=\$ac_env_${ac_var}_value
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002322 case $ac_old_set,$ac_new_set in
2323 set,)
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002324 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002325$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002326 ac_cache_corrupted=: ;;
2327 ,set)
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002328 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002329$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002330 ac_cache_corrupted=: ;;
2331 ,);;
2332 *)
2333 if test "x$ac_old_val" != "x$ac_new_val"; then
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002334 # differences in whitespace do not lead to failure.
2335 ac_old_val_w=`echo x $ac_old_val`
2336 ac_new_val_w=`echo x $ac_new_val`
2337 if test "$ac_old_val_w" != "$ac_new_val_w"; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002338 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002339$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2340 ac_cache_corrupted=:
2341 else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002342 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002343$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2344 eval $ac_var=\$ac_old_val
2345 fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002346 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002347$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002348 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002349$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002350 fi;;
2351 esac
2352 # Pass precious variables to config.status.
2353 if test "$ac_new_set" = set; then
2354 case $ac_new_val in
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002355 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002356 *) ac_arg=$ac_var=$ac_new_val ;;
2357 esac
2358 case " $ac_configure_args " in
2359 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002360 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002361 esac
2362 fi
2363done
2364if $ac_cache_corrupted; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002365 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05002366$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002367 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002368$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002369 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002370fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002371## -------------------- ##
2372## Main body of script. ##
2373## -------------------- ##
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06002374
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002375ac_ext=c
2376ac_cpp='$CPP $CPPFLAGS'
2377ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2378ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2379ac_compiler_gnu=$ac_cv_c_compiler_gnu
2380
2381
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002382am__api_version='1.11'
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002383
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002384ac_aux_dir=
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06002385for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002386 for ac_t in install-sh install.sh shtool; do
2387 if test -f "$ac_dir/$ac_t"; then
2388 ac_aux_dir=$ac_dir
2389 ac_install_sh="$ac_aux_dir/$ac_t -c"
2390 break 2
2391 fi
2392 done
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002393done
2394if test -z "$ac_aux_dir"; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002395 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002396fi
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06002397
2398# These three variables are undocumented and unsupported,
2399# and are intended to be withdrawn in a future Autoconf release.
2400# They can cause serious problems if a builder's source tree is in a directory
2401# whose full name contains unusual characters.
2402ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2403ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2404ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2405
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002406
2407# Find a good install program. We prefer a C program (faster),
2408# so one script is as good as another. But avoid the broken or
2409# incompatible versions:
2410# SysV /etc/install, /usr/sbin/install
2411# SunOS /usr/etc/install
2412# IRIX /sbin/install
2413# AIX /bin/install
2414# AmigaOS /C/install, which installs bootblocks on floppy discs
2415# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2416# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2417# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06002418# OS/2's system install, which has a completely different semantic
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002419# ./install, which can be erroneously created by make from ./install.sh.
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002420# Reject install programs that cannot install multiple files.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002421{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002422$as_echo_n "checking for a BSD-compatible install... " >&6; }
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002423if test -z "$INSTALL"; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002424if test "${ac_cv_path_install+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002425 $as_echo_n "(cached) " >&6
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002426else
2427 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2428for as_dir in $PATH
2429do
2430 IFS=$as_save_IFS
2431 test -z "$as_dir" && as_dir=.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002432 # Account for people who put trailing slashes in PATH elements.
2433case $as_dir/ in #((
2434 ./ | .// | /[cC]/* | \
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002435 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002436 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002437 /usr/ucb/* ) ;;
2438 *)
2439 # OSF1 and SCO ODT 3.0 have their own names for install.
2440 # Don't use installbsd from OSF since it installs stuff as root
2441 # by default.
2442 for ac_prog in ginstall scoinst install; do
2443 for ac_exec_ext in '' $ac_executable_extensions; do
Glenn Randers-Pehrsona7dbcba2007-05-15 16:16:34 -05002444 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06002445 if test $ac_prog = install &&
2446 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2447 # AIX install. It has an incompatible calling convention.
2448 :
2449 elif test $ac_prog = install &&
2450 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2451 # program-specific install script used by HP pwplus--don't use.
2452 :
2453 else
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002454 rm -rf conftest.one conftest.two conftest.dir
2455 echo one > conftest.one
2456 echo two > conftest.two
2457 mkdir conftest.dir
2458 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2459 test -s conftest.one && test -s conftest.two &&
2460 test -s conftest.dir/conftest.one &&
2461 test -s conftest.dir/conftest.two
2462 then
2463 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2464 break 3
2465 fi
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06002466 fi
2467 fi
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002468 done
2469 done
2470 ;;
2471esac
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002472
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002473 done
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06002474IFS=$as_save_IFS
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002475
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002476rm -rf conftest.one conftest.two conftest.dir
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002477
2478fi
2479 if test "${ac_cv_path_install+set}" = set; then
2480 INSTALL=$ac_cv_path_install
2481 else
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06002482 # As a last resort, use the slow shell script. Don't cache a
2483 # value for INSTALL within a source directory, because that will
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002484 # break other packages using the cache if that directory is
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06002485 # removed, or if the value is a relative name.
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002486 INSTALL=$ac_install_sh
2487 fi
2488fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002489{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002490$as_echo "$INSTALL" >&6; }
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002491
2492# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2493# It thinks the first close brace ends the variable substitution.
2494test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2495
2496test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2497
2498test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2499
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002500{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002501$as_echo_n "checking whether build environment is sane... " >&6; }
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002502# Just in case
2503sleep 1
2504echo timestamp > conftest.file
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002505# Reject unsafe characters in $srcdir or the absolute working directory
2506# name. Accept space and tab only in the latter.
2507am_lf='
2508'
2509case `pwd` in
2510 *[\\\"\#\$\&\'\`$am_lf]*)
2511 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
2512esac
2513case $srcdir in
2514 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2515 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2516esac
2517
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002518# Do `set' in a subshell so we don't clobber the current shell's
2519# arguments. Must try -L first in case configure is actually a
2520# symlink; some systems play weird games with the mod time of symlinks
2521# (eg FreeBSD returns the mod time of the symlink's containing
2522# directory).
2523if (
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002524 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002525 if test "$*" = "X"; then
2526 # -L didn't work.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002527 set X `ls -t "$srcdir/configure" conftest.file`
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002528 fi
2529 rm -f conftest.file
2530 if test "$*" != "X $srcdir/configure conftest.file" \
2531 && test "$*" != "X conftest.file $srcdir/configure"; then
2532
2533 # If neither matched, then we have a broken ls. This can happen
2534 # if, for instance, CONFIG_SHELL is bash and it inherits a
2535 # broken ls alias from the environment. This has actually
2536 # happened. Such a system could not be considered "sane".
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002537 as_fn_error "ls -t appears to fail. Make sure there is not a broken
2538alias in your environment" "$LINENO" 5
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002539 fi
2540
2541 test "$2" = conftest.file
2542 )
2543then
2544 # Ok.
2545 :
2546else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002547 as_fn_error "newly created file is older than distributed files!
2548Check your system clock" "$LINENO" 5
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002549fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002550{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002551$as_echo "yes" >&6; }
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002552test "$program_prefix" != NONE &&
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06002553 program_transform_name="s&^&$program_prefix&;$program_transform_name"
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002554# Use a double $ so make ignores it.
2555test "$program_suffix" != NONE &&
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06002556 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002557# Double any \ or $.
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002558# By default was `s,x,x', remove it if useless.
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002559ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2560program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002561
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002562# expand $ac_aux_dir to an absolute path
2563am_aux_dir=`cd $ac_aux_dir && pwd`
2564
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002565if test x"${MISSING+set}" != xset; then
2566 case $am_aux_dir in
2567 *\ * | *\ *)
2568 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2569 *)
2570 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2571 esac
2572fi
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002573# Use eval to expand $SHELL
2574if eval "$MISSING --run true"; then
2575 am_missing_run="$MISSING --run "
2576else
2577 am_missing_run=
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002578 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002579$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002580fi
2581
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002582if test x"${install_sh}" != xset; then
2583 case $am_aux_dir in
2584 *\ * | *\ *)
2585 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2586 *)
2587 install_sh="\${SHELL} $am_aux_dir/install-sh"
2588 esac
2589fi
2590
2591# Installed binaries are usually stripped using `strip' when the user
2592# run `make install-strip'. However `strip' might not be the right
2593# tool to use in cross-compilation environments, therefore Automake
2594# will honor the `STRIP' environment variable to overrule this program.
2595if test "$cross_compiling" != no; then
2596 if test -n "$ac_tool_prefix"; then
2597 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2598set dummy ${ac_tool_prefix}strip; ac_word=$2
2599{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2600$as_echo_n "checking for $ac_word... " >&6; }
2601if test "${ac_cv_prog_STRIP+set}" = set; then :
2602 $as_echo_n "(cached) " >&6
2603else
2604 if test -n "$STRIP"; then
2605 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2606else
2607as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2608for as_dir in $PATH
2609do
2610 IFS=$as_save_IFS
2611 test -z "$as_dir" && as_dir=.
2612 for ac_exec_ext in '' $ac_executable_extensions; do
2613 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2614 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2615 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2616 break 2
2617 fi
2618done
2619 done
2620IFS=$as_save_IFS
2621
2622fi
2623fi
2624STRIP=$ac_cv_prog_STRIP
2625if test -n "$STRIP"; then
2626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2627$as_echo "$STRIP" >&6; }
2628else
2629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2630$as_echo "no" >&6; }
2631fi
2632
2633
2634fi
2635if test -z "$ac_cv_prog_STRIP"; then
2636 ac_ct_STRIP=$STRIP
2637 # Extract the first word of "strip", so it can be a program name with args.
2638set dummy strip; ac_word=$2
2639{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2640$as_echo_n "checking for $ac_word... " >&6; }
2641if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
2642 $as_echo_n "(cached) " >&6
2643else
2644 if test -n "$ac_ct_STRIP"; then
2645 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2646else
2647as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2648for as_dir in $PATH
2649do
2650 IFS=$as_save_IFS
2651 test -z "$as_dir" && as_dir=.
2652 for ac_exec_ext in '' $ac_executable_extensions; do
2653 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2654 ac_cv_prog_ac_ct_STRIP="strip"
2655 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2656 break 2
2657 fi
2658done
2659 done
2660IFS=$as_save_IFS
2661
2662fi
2663fi
2664ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2665if test -n "$ac_ct_STRIP"; then
2666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2667$as_echo "$ac_ct_STRIP" >&6; }
2668else
2669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2670$as_echo "no" >&6; }
2671fi
2672
2673 if test "x$ac_ct_STRIP" = x; then
2674 STRIP=":"
2675 else
2676 case $cross_compiling:$ac_tool_warned in
2677yes:)
2678{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2679$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2680ac_tool_warned=yes ;;
2681esac
2682 STRIP=$ac_ct_STRIP
2683 fi
2684else
2685 STRIP="$ac_cv_prog_STRIP"
2686fi
2687
2688fi
2689INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2690
2691{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002692$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2693if test -z "$MKDIR_P"; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002694 if test "${ac_cv_path_mkdir+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002695 $as_echo_n "(cached) " >&6
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06002696else
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002697 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2698for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2699do
2700 IFS=$as_save_IFS
2701 test -z "$as_dir" && as_dir=.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002702 for ac_prog in mkdir gmkdir; do
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002703 for ac_exec_ext in '' $ac_executable_extensions; do
2704 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2705 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2706 'mkdir (GNU coreutils) '* | \
2707 'mkdir (coreutils) '* | \
2708 'mkdir (fileutils) '4.1*)
2709 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2710 break 3;;
2711 esac
2712 done
2713 done
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002714 done
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002715IFS=$as_save_IFS
2716
2717fi
2718
Glenn Randers-Pehrsoneae2cf02009-11-21 21:50:07 -06002719 test -d ./--version && rmdir ./--version
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002720 if test "${ac_cv_path_mkdir+set}" = set; then
2721 MKDIR_P="$ac_cv_path_mkdir -p"
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06002722 else
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002723 # As a last resort, use the slow shell script. Don't cache a
2724 # value for MKDIR_P within a source directory, because that will
2725 # break other packages using the cache if that directory is
2726 # removed, or if the value is a relative name.
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002727 MKDIR_P="$ac_install_sh -d"
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06002728 fi
2729fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002730{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002731$as_echo "$MKDIR_P" >&6; }
2732
2733mkdir_p="$MKDIR_P"
2734case $mkdir_p in
2735 [\\/$]* | ?:[\\/]*) ;;
2736 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2737esac
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06002738
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002739for ac_prog in gawk mawk nawk awk
2740do
2741 # Extract the first word of "$ac_prog", so it can be a program name with args.
2742set dummy $ac_prog; ac_word=$2
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002743{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002744$as_echo_n "checking for $ac_word... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002745if test "${ac_cv_prog_AWK+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002746 $as_echo_n "(cached) " >&6
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002747else
2748 if test -n "$AWK"; then
2749 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2750else
2751as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2752for as_dir in $PATH
2753do
2754 IFS=$as_save_IFS
2755 test -z "$as_dir" && as_dir=.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002756 for ac_exec_ext in '' $ac_executable_extensions; do
Glenn Randers-Pehrsona7dbcba2007-05-15 16:16:34 -05002757 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002758 ac_cv_prog_AWK="$ac_prog"
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002759 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002760 break 2
2761 fi
2762done
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002763 done
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06002764IFS=$as_save_IFS
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002765
2766fi
2767fi
2768AWK=$ac_cv_prog_AWK
2769if test -n "$AWK"; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002771$as_echo "$AWK" >&6; }
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002772else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002774$as_echo "no" >&6; }
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002775fi
2776
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06002777
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002778 test -n "$AWK" && break
2779done
2780
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002781{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002782$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2783set x ${MAKE-make}
2784ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002785if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002786 $as_echo_n "(cached) " >&6
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002787else
2788 cat >conftest.make <<\_ACEOF
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06002789SHELL = /bin/sh
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002790all:
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06002791 @echo '@@@%%%=$(MAKE)=@@@%%%'
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002792_ACEOF
2793# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06002794case `${MAKE-make} -f conftest.make 2>/dev/null` in
2795 *@@@%%%=?*=@@@%%%*)
2796 eval ac_cv_prog_make_${ac_make}_set=yes;;
2797 *)
2798 eval ac_cv_prog_make_${ac_make}_set=no;;
2799esac
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002800rm -f conftest.make
2801fi
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06002802if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002804$as_echo "yes" >&6; }
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002805 SET_MAKE=
2806else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002808$as_echo "no" >&6; }
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002809 SET_MAKE="MAKE=${MAKE-make}"
2810fi
2811
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06002812rm -rf .tst 2>/dev/null
2813mkdir .tst 2>/dev/null
2814if test -d .tst; then
2815 am__leading_dot=.
2816else
2817 am__leading_dot=_
2818fi
2819rmdir .tst 2>/dev/null
2820
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002821if test "`cd $srcdir && pwd`" != "`pwd`"; then
2822 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2823 # is not polluted with repeated "-I."
2824 am__isrc=' -I$(srcdir)'
2825 # test to see if srcdir already configured
2826 if test -f $srcdir/config.status; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002827 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002828 fi
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002829fi
2830
2831# test whether we have cygpath
2832if test -z "$CYGPATH_W"; then
2833 if (cygpath --version) >/dev/null 2>/dev/null; then
2834 CYGPATH_W='cygpath -w'
2835 else
2836 CYGPATH_W=echo
2837 fi
2838fi
2839
2840
2841# Define the identity of the package.
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06002842 PACKAGE='libpng'
Glenn Randers-Pehrson42c4ebb2010-02-08 15:46:26 -06002843 VERSION='1.5.0beta04'
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002844
2845
2846cat >>confdefs.h <<_ACEOF
2847#define PACKAGE "$PACKAGE"
2848_ACEOF
2849
2850
2851cat >>confdefs.h <<_ACEOF
2852#define VERSION "$VERSION"
2853_ACEOF
2854
2855# Some tools Automake needs.
2856
2857ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2858
2859
2860AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2861
2862
2863AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2864
2865
2866AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2867
2868
2869MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2870
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002871# We need awk for the "check" target. The system "awk" is bad on
2872# some platforms.
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06002873# Always define AMTAR for backward compatibility.
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002874
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06002875AMTAR=${AMTAR-"${am_missing_run}tar"}
2876
2877am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2878
2879
2880
2881
2882
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002883
2884{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002885$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06002886 # Check whether --enable-maintainer-mode was given.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002887if test "${enable_maintainer_mode+set}" = set; then :
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06002888 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06002889else
2890 USE_MAINTAINER_MODE=no
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06002891fi
2892
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002894$as_echo "$USE_MAINTAINER_MODE" >&6; }
2895 if test $USE_MAINTAINER_MODE = yes; then
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06002896 MAINTAINER_MODE_TRUE=
2897 MAINTAINER_MODE_FALSE='#'
2898else
2899 MAINTAINER_MODE_TRUE='#'
2900 MAINTAINER_MODE_FALSE=
2901fi
2902
2903 MAINT=$MAINTAINER_MODE_TRUE
2904
2905
2906
Glenn Randers-Pehrson42c4ebb2010-02-08 15:46:26 -06002907PNGLIB_VERSION=1.5.0beta04
Glenn Randers-Pehrson8568f6e2009-07-28 17:20:26 -05002908PNGLIB_MAJOR=1
Glenn Randers-Pehrsone3f3c4e2010-02-07 18:08:50 -06002909PNGLIB_MINOR=5
Glenn Randers-Pehrson8568f6e2009-07-28 17:20:26 -05002910PNGLIB_RELEASE=0
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002911
2912
2913
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06002914ac_config_headers="$ac_config_headers config.h"
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002915
2916
2917# Checks for programs.
2918ac_ext=c
2919ac_cpp='$CPP $CPPFLAGS'
2920ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2921ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2922ac_compiler_gnu=$ac_cv_c_compiler_gnu
2923if test -n "$ac_tool_prefix"; then
2924 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2925set dummy ${ac_tool_prefix}gcc; ac_word=$2
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002926{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002927$as_echo_n "checking for $ac_word... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002928if test "${ac_cv_prog_CC+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002929 $as_echo_n "(cached) " >&6
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002930else
2931 if test -n "$CC"; then
2932 ac_cv_prog_CC="$CC" # Let the user override the test.
2933else
2934as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2935for as_dir in $PATH
2936do
2937 IFS=$as_save_IFS
2938 test -z "$as_dir" && as_dir=.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002939 for ac_exec_ext in '' $ac_executable_extensions; do
Glenn Randers-Pehrsona7dbcba2007-05-15 16:16:34 -05002940 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002941 ac_cv_prog_CC="${ac_tool_prefix}gcc"
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002942 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002943 break 2
2944 fi
2945done
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002946 done
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06002947IFS=$as_save_IFS
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002948
2949fi
2950fi
2951CC=$ac_cv_prog_CC
2952if test -n "$CC"; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002954$as_echo "$CC" >&6; }
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002955else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002957$as_echo "no" >&6; }
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002958fi
2959
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06002960
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002961fi
2962if test -z "$ac_cv_prog_CC"; then
2963 ac_ct_CC=$CC
2964 # Extract the first word of "gcc", so it can be a program name with args.
2965set dummy gcc; ac_word=$2
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002966{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002967$as_echo_n "checking for $ac_word... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002968if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002969 $as_echo_n "(cached) " >&6
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002970else
2971 if test -n "$ac_ct_CC"; then
2972 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2973else
2974as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2975for as_dir in $PATH
2976do
2977 IFS=$as_save_IFS
2978 test -z "$as_dir" && as_dir=.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002979 for ac_exec_ext in '' $ac_executable_extensions; do
Glenn Randers-Pehrsona7dbcba2007-05-15 16:16:34 -05002980 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002981 ac_cv_prog_ac_ct_CC="gcc"
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002982 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002983 break 2
2984 fi
2985done
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002986 done
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06002987IFS=$as_save_IFS
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002988
2989fi
2990fi
2991ac_ct_CC=$ac_cv_prog_ac_ct_CC
2992if test -n "$ac_ct_CC"; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002994$as_echo "$ac_ct_CC" >&6; }
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002995else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05002996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05002997$as_echo "no" >&6; }
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06002998fi
2999
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06003000 if test "x$ac_ct_CC" = x; then
3001 CC=""
3002 else
3003 case $cross_compiling:$ac_tool_warned in
3004yes:)
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003005{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05003006$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06003007ac_tool_warned=yes ;;
3008esac
3009 CC=$ac_ct_CC
3010 fi
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003011else
3012 CC="$ac_cv_prog_CC"
3013fi
3014
3015if test -z "$CC"; then
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06003016 if test -n "$ac_tool_prefix"; then
3017 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003018set dummy ${ac_tool_prefix}cc; ac_word=$2
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003019{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05003020$as_echo_n "checking for $ac_word... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003021if test "${ac_cv_prog_CC+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05003022 $as_echo_n "(cached) " >&6
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003023else
3024 if test -n "$CC"; then
3025 ac_cv_prog_CC="$CC" # Let the user override the test.
3026else
3027as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3028for as_dir in $PATH
3029do
3030 IFS=$as_save_IFS
3031 test -z "$as_dir" && as_dir=.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003032 for ac_exec_ext in '' $ac_executable_extensions; do
Glenn Randers-Pehrsona7dbcba2007-05-15 16:16:34 -05003033 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003034 ac_cv_prog_CC="${ac_tool_prefix}cc"
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003035 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003036 break 2
3037 fi
3038done
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003039 done
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06003040IFS=$as_save_IFS
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003041
3042fi
3043fi
3044CC=$ac_cv_prog_CC
3045if test -n "$CC"; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05003047$as_echo "$CC" >&6; }
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003048else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05003050$as_echo "no" >&6; }
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003051fi
3052
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06003053
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003054 fi
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003055fi
3056if test -z "$CC"; then
3057 # Extract the first word of "cc", so it can be a program name with args.
3058set dummy cc; ac_word=$2
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003059{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05003060$as_echo_n "checking for $ac_word... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003061if test "${ac_cv_prog_CC+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05003062 $as_echo_n "(cached) " >&6
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003063else
3064 if test -n "$CC"; then
3065 ac_cv_prog_CC="$CC" # Let the user override the test.
3066else
3067 ac_prog_rejected=no
3068as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3069for as_dir in $PATH
3070do
3071 IFS=$as_save_IFS
3072 test -z "$as_dir" && as_dir=.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003073 for ac_exec_ext in '' $ac_executable_extensions; do
Glenn Randers-Pehrsona7dbcba2007-05-15 16:16:34 -05003074 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003075 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3076 ac_prog_rejected=yes
3077 continue
3078 fi
3079 ac_cv_prog_CC="cc"
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003080 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003081 break 2
3082 fi
3083done
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003084 done
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06003085IFS=$as_save_IFS
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003086
3087if test $ac_prog_rejected = yes; then
3088 # We found a bogon in the path, so make sure we never use it.
3089 set dummy $ac_cv_prog_CC
3090 shift
3091 if test $# != 0; then
3092 # We chose a different compiler from the bogus one.
3093 # However, it has the same basename, so the bogon will be chosen
3094 # first if we set CC to just the basename; use the full file name.
3095 shift
3096 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3097 fi
3098fi
3099fi
3100fi
3101CC=$ac_cv_prog_CC
3102if test -n "$CC"; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05003104$as_echo "$CC" >&6; }
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003105else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05003107$as_echo "no" >&6; }
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003108fi
3109
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06003110
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003111fi
3112if test -z "$CC"; then
3113 if test -n "$ac_tool_prefix"; then
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06003114 for ac_prog in cl.exe
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003115 do
3116 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3117set dummy $ac_tool_prefix$ac_prog; ac_word=$2
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003118{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05003119$as_echo_n "checking for $ac_word... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003120if test "${ac_cv_prog_CC+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05003121 $as_echo_n "(cached) " >&6
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003122else
3123 if test -n "$CC"; then
3124 ac_cv_prog_CC="$CC" # Let the user override the test.
3125else
3126as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3127for as_dir in $PATH
3128do
3129 IFS=$as_save_IFS
3130 test -z "$as_dir" && as_dir=.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003131 for ac_exec_ext in '' $ac_executable_extensions; do
Glenn Randers-Pehrsona7dbcba2007-05-15 16:16:34 -05003132 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003133 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003134 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003135 break 2
3136 fi
3137done
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003138 done
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06003139IFS=$as_save_IFS
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003140
3141fi
3142fi
3143CC=$ac_cv_prog_CC
3144if test -n "$CC"; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05003146$as_echo "$CC" >&6; }
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003147else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05003149$as_echo "no" >&6; }
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003150fi
3151
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06003152
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003153 test -n "$CC" && break
3154 done
3155fi
3156if test -z "$CC"; then
3157 ac_ct_CC=$CC
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06003158 for ac_prog in cl.exe
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003159do
3160 # Extract the first word of "$ac_prog", so it can be a program name with args.
3161set dummy $ac_prog; ac_word=$2
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003162{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05003163$as_echo_n "checking for $ac_word... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003164if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05003165 $as_echo_n "(cached) " >&6
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003166else
3167 if test -n "$ac_ct_CC"; then
3168 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3169else
3170as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3171for as_dir in $PATH
3172do
3173 IFS=$as_save_IFS
3174 test -z "$as_dir" && as_dir=.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003175 for ac_exec_ext in '' $ac_executable_extensions; do
Glenn Randers-Pehrsona7dbcba2007-05-15 16:16:34 -05003176 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003177 ac_cv_prog_ac_ct_CC="$ac_prog"
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003178 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003179 break 2
3180 fi
3181done
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003182 done
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06003183IFS=$as_save_IFS
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003184
3185fi
3186fi
3187ac_ct_CC=$ac_cv_prog_ac_ct_CC
3188if test -n "$ac_ct_CC"; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05003190$as_echo "$ac_ct_CC" >&6; }
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003191else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05003193$as_echo "no" >&6; }
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003194fi
3195
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06003196
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003197 test -n "$ac_ct_CC" && break
3198done
3199
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06003200 if test "x$ac_ct_CC" = x; then
3201 CC=""
3202 else
3203 case $cross_compiling:$ac_tool_warned in
3204yes:)
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003205{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05003206$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06003207ac_tool_warned=yes ;;
3208esac
3209 CC=$ac_ct_CC
3210 fi
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003211fi
3212
3213fi
3214
3215
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003216test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05003217$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003218as_fn_error "no acceptable C compiler found in \$PATH
3219See \`config.log' for more details." "$LINENO" 5; }
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003220
3221# Provide some information about the compiler.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003222$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05003223set X $ac_compile
3224ac_compiler=$2
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003225for ac_option in --version -v -V -qversion; do
3226 { { ac_try="$ac_compiler $ac_option >&5"
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06003227case "(($ac_try" in
3228 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3229 *) ac_try_echo=$ac_try;;
3230esac
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003231eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3232$as_echo "$ac_try_echo"; } >&5
3233 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003234 ac_status=$?
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003235 if test -s conftest.err; then
3236 sed '10a\
3237... rest of stderr output deleted ...
3238 10q' conftest.err >conftest.er1
3239 cat conftest.er1 >&5
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003240 fi
Glenn Randers-Pehrsoneae2cf02009-11-21 21:50:07 -06003241 rm -f conftest.er1 conftest.err
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003242 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3243 test $ac_status = 0; }
3244done
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003245
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003246cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003247/* end confdefs.h. */
Glenn Randers-Pehrsoneae2cf02009-11-21 21:50:07 -06003248
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003249int
3250main ()
3251{
3252
3253 ;
3254 return 0;
3255}
3256_ACEOF
3257ac_clean_files_save=$ac_clean_files
Glenn Randers-Pehrsoneae2cf02009-11-21 21:50:07 -06003258ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003259# Try to create an executable without -o first, disregard a.out.
3260# It will help us diagnose broken compilers, and finding out an intuition
3261# of exeext.
Glenn Randers-Pehrsoneae2cf02009-11-21 21:50:07 -06003262{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3263$as_echo_n "checking whether the C compiler works... " >&6; }
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05003264ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3265
3266# The possible output files:
3267ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3268
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06003269ac_rmfiles=
3270for ac_file in $ac_files
3271do
3272 case $ac_file in
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05003273 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06003274 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3275 esac
3276done
3277rm -f $ac_rmfiles
3278
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003279if { { ac_try="$ac_link_default"
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06003280case "(($ac_try" in
3281 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3282 *) ac_try_echo=$ac_try;;
3283esac
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003284eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3285$as_echo "$ac_try_echo"; } >&5
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06003286 (eval "$ac_link_default") 2>&5
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003287 ac_status=$?
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003288 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3289 test $ac_status = 0; }; then :
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06003290 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3291# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3292# in a Makefile. We should not override ac_cv_exeext if it was cached,
3293# so that the user can short-circuit this test for compilers unknown to
3294# Autoconf.
Glenn Randers-Pehrsona7dbcba2007-05-15 16:16:34 -05003295for ac_file in $ac_files ''
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003296do
3297 test -f "$ac_file" || continue
3298 case $ac_file in
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05003299 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06003300 ;;
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003301 [ab].out )
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06003302 # We found the default executable, but exeext='' is most
3303 # certainly right.
3304 break;;
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003305 *.* )
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003306 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06003307 then :; else
3308 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3309 fi
3310 # We set ac_cv_exeext here because the later test for it is not
3311 # safe: cross compilers may not add the suffix if given an `-o'
3312 # argument, so we may need to know it at that point already.
3313 # Even if this section looks crufty: it has the advantage of
3314 # actually working.
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06003315 break;;
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003316 * )
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06003317 break;;
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003318 esac
3319done
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06003320test "$ac_cv_exeext" = no && ac_cv_exeext=
3321
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003322else
Glenn Randers-Pehrsona7dbcba2007-05-15 16:16:34 -05003323 ac_file=''
3324fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003325if test -z "$ac_file"; then :
Glenn Randers-Pehrsoneae2cf02009-11-21 21:50:07 -06003326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3327$as_echo "no" >&6; }
3328$as_echo "$as_me: failed program was:" >&5
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003329sed 's/^/| /' conftest.$ac_ext >&5
3330
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003331{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05003332$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003333{ as_fn_set_status 77
3334as_fn_error "C compiler cannot create executables
3335See \`config.log' for more details." "$LINENO" 5; }; }
Glenn Randers-Pehrsoneae2cf02009-11-21 21:50:07 -06003336else
3337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3338$as_echo "yes" >&6; }
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003339fi
Glenn Randers-Pehrsoneae2cf02009-11-21 21:50:07 -06003340{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3341$as_echo_n "checking for C compiler default output file name... " >&6; }
3342{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3343$as_echo "$ac_file" >&6; }
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003344ac_exeext=$ac_cv_exeext
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003345
Glenn Randers-Pehrsoneae2cf02009-11-21 21:50:07 -06003346rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003347ac_clean_files=$ac_clean_files_save
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003348{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05003349$as_echo_n "checking for suffix of executables... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003350if { { ac_try="$ac_link"
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06003351case "(($ac_try" in
3352 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3353 *) ac_try_echo=$ac_try;;
3354esac
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003355eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3356$as_echo "$ac_try_echo"; } >&5
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06003357 (eval "$ac_link") 2>&5
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003358 ac_status=$?
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003359 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3360 test $ac_status = 0; }; then :
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003361 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3362# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3363# work properly (i.e., refer to `conftest.exe'), while it won't with
3364# `rm'.
3365for ac_file in conftest.exe conftest conftest.*; do
3366 test -f "$ac_file" || continue
3367 case $ac_file in
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05003368 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003369 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06003370 break;;
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003371 * ) break;;
3372 esac
3373done
3374else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003375 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05003376$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003377as_fn_error "cannot compute suffix of executables: cannot compile and link
3378See \`config.log' for more details." "$LINENO" 5; }
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003379fi
Glenn Randers-Pehrsoneae2cf02009-11-21 21:50:07 -06003380rm -f conftest conftest$ac_cv_exeext
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003381{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05003382$as_echo "$ac_cv_exeext" >&6; }
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003383
3384rm -f conftest.$ac_ext
3385EXEEXT=$ac_cv_exeext
3386ac_exeext=$EXEEXT
Glenn Randers-Pehrsoneae2cf02009-11-21 21:50:07 -06003387cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3388/* end confdefs.h. */
3389#include <stdio.h>
3390int
3391main ()
3392{
3393FILE *f = fopen ("conftest.out", "w");
3394 return ferror (f) || fclose (f) != 0;
3395
3396 ;
3397 return 0;
3398}
3399_ACEOF
3400ac_clean_files="$ac_clean_files conftest.out"
3401# Check that the compiler produces executables we can run. If not, either
3402# the compiler is broken, or we cross compile.
3403{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3404$as_echo_n "checking whether we are cross compiling... " >&6; }
3405if test "$cross_compiling" != yes; then
3406 { { ac_try="$ac_link"
3407case "(($ac_try" in
3408 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3409 *) ac_try_echo=$ac_try;;
3410esac
3411eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3412$as_echo "$ac_try_echo"; } >&5
3413 (eval "$ac_link") 2>&5
3414 ac_status=$?
3415 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3416 test $ac_status = 0; }
3417 if { ac_try='./conftest$ac_cv_exeext'
3418 { { case "(($ac_try" in
3419 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3420 *) ac_try_echo=$ac_try;;
3421esac
3422eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3423$as_echo "$ac_try_echo"; } >&5
3424 (eval "$ac_try") 2>&5
3425 ac_status=$?
3426 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3427 test $ac_status = 0; }; }; then
3428 cross_compiling=no
3429 else
3430 if test "$cross_compiling" = maybe; then
3431 cross_compiling=yes
3432 else
3433 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3434$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3435as_fn_error "cannot run C compiled programs.
3436If you meant to cross compile, use \`--host'.
3437See \`config.log' for more details." "$LINENO" 5; }
3438 fi
3439 fi
3440fi
3441{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3442$as_echo "$cross_compiling" >&6; }
3443
3444rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3445ac_clean_files=$ac_clean_files_save
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003446{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05003447$as_echo_n "checking for suffix of object files... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003448if test "${ac_cv_objext+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05003449 $as_echo_n "(cached) " >&6
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003450else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003451 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003452/* end confdefs.h. */
3453
3454int
3455main ()
3456{
3457
3458 ;
3459 return 0;
3460}
3461_ACEOF
3462rm -f conftest.o conftest.obj
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003463if { { ac_try="$ac_compile"
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06003464case "(($ac_try" in
3465 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3466 *) ac_try_echo=$ac_try;;
3467esac
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003468eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3469$as_echo "$ac_try_echo"; } >&5
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06003470 (eval "$ac_compile") 2>&5
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003471 ac_status=$?
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003472 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3473 test $ac_status = 0; }; then :
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06003474 for ac_file in conftest.o conftest.obj conftest.*; do
3475 test -f "$ac_file" || continue;
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003476 case $ac_file in
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05003477 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003478 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3479 break;;
3480 esac
3481done
3482else
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05003483 $as_echo "$as_me: failed program was:" >&5
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003484sed 's/^/| /' conftest.$ac_ext >&5
3485
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003486{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05003487$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003488as_fn_error "cannot compute suffix of object files: cannot compile
3489See \`config.log' for more details." "$LINENO" 5; }
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003490fi
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003491rm -f conftest.$ac_cv_objext conftest.$ac_ext
3492fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003493{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05003494$as_echo "$ac_cv_objext" >&6; }
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003495OBJEXT=$ac_cv_objext
3496ac_objext=$OBJEXT
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003497{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05003498$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003499if test "${ac_cv_c_compiler_gnu+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05003500 $as_echo_n "(cached) " >&6
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003501else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003502 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003503/* end confdefs.h. */
3504
3505int
3506main ()
3507{
3508#ifndef __GNUC__
3509 choke me
3510#endif
3511
3512 ;
3513 return 0;
3514}
3515_ACEOF
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003516if ac_fn_c_try_compile "$LINENO"; then :
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003517 ac_compiler_gnu=yes
3518else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003519 ac_compiler_gnu=no
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003520fi
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06003521rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003522ac_cv_c_compiler_gnu=$ac_compiler_gnu
3523
3524fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003525{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05003526$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3527if test $ac_compiler_gnu = yes; then
3528 GCC=yes
3529else
3530 GCC=
3531fi
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003532ac_test_CFLAGS=${CFLAGS+set}
3533ac_save_CFLAGS=$CFLAGS
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003534{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05003535$as_echo_n "checking whether $CC accepts -g... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003536if test "${ac_cv_prog_cc_g+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05003537 $as_echo_n "(cached) " >&6
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003538else
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06003539 ac_save_c_werror_flag=$ac_c_werror_flag
3540 ac_c_werror_flag=yes
3541 ac_cv_prog_cc_g=no
3542 CFLAGS="-g"
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003543 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003544/* end confdefs.h. */
3545
3546int
3547main ()
3548{
3549
3550 ;
3551 return 0;
3552}
3553_ACEOF
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003554if ac_fn_c_try_compile "$LINENO"; then :
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003555 ac_cv_prog_cc_g=yes
3556else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003557 CFLAGS=""
3558 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06003559/* end confdefs.h. */
3560
3561int
3562main ()
3563{
3564
3565 ;
3566 return 0;
3567}
3568_ACEOF
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003569if ac_fn_c_try_compile "$LINENO"; then :
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06003570
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003571else
3572 ac_c_werror_flag=$ac_save_c_werror_flag
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06003573 CFLAGS="-g"
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003574 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06003575/* end confdefs.h. */
3576
3577int
3578main ()
3579{
3580
3581 ;
3582 return 0;
3583}
3584_ACEOF
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003585if ac_fn_c_try_compile "$LINENO"; then :
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06003586 ac_cv_prog_cc_g=yes
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003587fi
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06003588rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003589fi
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06003590rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3591fi
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06003592rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3593 ac_c_werror_flag=$ac_save_c_werror_flag
3594fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003595{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05003596$as_echo "$ac_cv_prog_cc_g" >&6; }
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003597if test "$ac_test_CFLAGS" = set; then
3598 CFLAGS=$ac_save_CFLAGS
3599elif test $ac_cv_prog_cc_g = yes; then
3600 if test "$GCC" = yes; then
3601 CFLAGS="-g -O2"
3602 else
3603 CFLAGS="-g"
3604 fi
3605else
3606 if test "$GCC" = yes; then
3607 CFLAGS="-O2"
3608 else
3609 CFLAGS=
3610 fi
3611fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003612{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05003613$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003614if test "${ac_cv_prog_cc_c89+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05003615 $as_echo_n "(cached) " >&6
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003616else
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06003617 ac_cv_prog_cc_c89=no
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003618ac_save_CC=$CC
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003619cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003620/* end confdefs.h. */
3621#include <stdarg.h>
3622#include <stdio.h>
3623#include <sys/types.h>
3624#include <sys/stat.h>
3625/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3626struct buf { int x; };
3627FILE * (*rcsopen) (struct buf *, struct stat *, int);
3628static char *e (p, i)
3629 char **p;
3630 int i;
3631{
3632 return p[i];
3633}
3634static char *f (char * (*g) (char **, int), char **p, ...)
3635{
3636 char *s;
3637 va_list v;
3638 va_start (v,p);
3639 s = g (p, va_arg (v,int));
3640 va_end (v);
3641 return s;
3642}
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06003643
3644/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3645 function prototypes and stuff, but not '\xHH' hex character constants.
3646 These don't provoke an error unfortunately, instead are silently treated
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06003647 as 'x'. The following induces an error, until -std is added to get
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06003648 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3649 array size at least. It's necessary to write '\x00'==0 to get something
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06003650 that's true only with -std. */
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06003651int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3652
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06003653/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3654 inside strings and character constants. */
3655#define FOO(x) 'x'
3656int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3657
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003658int test (int i, double x);
3659struct s1 {int (*f) (int a);};
3660struct s2 {int (*f) (double a);};
3661int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3662int argc;
3663char **argv;
3664int
3665main ()
3666{
3667return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3668 ;
3669 return 0;
3670}
3671_ACEOF
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06003672for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3673 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003674do
3675 CC="$ac_save_CC $ac_arg"
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003676 if ac_fn_c_try_compile "$LINENO"; then :
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06003677 ac_cv_prog_cc_c89=$ac_arg
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003678fi
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06003679rm -f core conftest.err conftest.$ac_objext
3680 test "x$ac_cv_prog_cc_c89" != "xno" && break
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003681done
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06003682rm -f conftest.$ac_ext
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003683CC=$ac_save_CC
3684
3685fi
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06003686# AC_CACHE_VAL
3687case "x$ac_cv_prog_cc_c89" in
3688 x)
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05003690$as_echo "none needed" >&6; } ;;
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06003691 xno)
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05003693$as_echo "unsupported" >&6; } ;;
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003694 *)
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06003695 CC="$CC $ac_cv_prog_cc_c89"
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05003697$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003698esac
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003699if test "x$ac_cv_prog_cc_c89" != xno; then :
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003700
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003701fi
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003702
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003703ac_ext=c
3704ac_cpp='$CPP $CPPFLAGS'
3705ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3706ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3707ac_compiler_gnu=$ac_cv_c_compiler_gnu
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06003708DEPDIR="${am__leading_dot}deps"
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003709
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06003710ac_config_commands="$ac_config_commands depfiles"
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003711
3712
3713am_make=${MAKE-make}
3714cat > confinc << 'END'
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06003715am__doit:
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003716 @echo this is the am__doit target
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06003717.PHONY: am__doit
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003718END
3719# If we don't find an include directive, just comment out the code.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003720{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05003721$as_echo_n "checking for style of include used by $am_make... " >&6; }
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003722am__include="#"
3723am__quote=
3724_am_result=none
3725# First try GNU make style include.
3726echo "include confinc" > confmf
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003727# Ignore all kinds of additional output from `make'.
3728case `$am_make -s -f confmf 2> /dev/null` in #(
3729*the\ am__doit\ target*)
3730 am__include=include
3731 am__quote=
3732 _am_result=GNU
3733 ;;
3734esac
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003735# Now try BSD make style include.
3736if test "$am__include" = "#"; then
3737 echo '.include "confinc"' > confmf
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003738 case `$am_make -s -f confmf 2> /dev/null` in #(
3739 *the\ am__doit\ target*)
3740 am__include=.include
3741 am__quote="\""
3742 _am_result=BSD
3743 ;;
3744 esac
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003745fi
3746
3747
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003748{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05003749$as_echo "$_am_result" >&6; }
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003750rm -f confinc confmf
3751
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06003752# Check whether --enable-dependency-tracking was given.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003753if test "${enable_dependency_tracking+set}" = set; then :
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06003754 enableval=$enable_dependency_tracking;
3755fi
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003756
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003757if test "x$enable_dependency_tracking" != xno; then
3758 am_depcomp="$ac_aux_dir/depcomp"
3759 AMDEPBACKSLASH='\'
3760fi
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05003761 if test "x$enable_dependency_tracking" != xno; then
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003762 AMDEP_TRUE=
3763 AMDEP_FALSE='#'
3764else
3765 AMDEP_TRUE='#'
3766 AMDEP_FALSE=
3767fi
3768
3769
3770
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003771depcc="$CC" am_compiler_list=
3772
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003773{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05003774$as_echo_n "checking dependency style of $depcc... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003775if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05003776 $as_echo_n "(cached) " >&6
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003777else
3778 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3779 # We make a subdir and do the tests there. Otherwise we can end up
3780 # making bogus files that we don't know about and never remove. For
3781 # instance it was reported that on HP-UX the gcc test will end up
3782 # making a dummy file named `D' -- because `-MD' means `put the output
3783 # in D'.
3784 mkdir conftest.dir
3785 # Copy depcomp to subdir because otherwise we won't find it if we're
3786 # using a relative directory.
3787 cp "$am_depcomp" conftest.dir
3788 cd conftest.dir
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06003789 # We will build objects and dependencies in a subdirectory because
3790 # it helps to detect inapplicable dependency modes. For instance
3791 # both Tru64's cc and ICC support -MD to output dependencies as a
3792 # side effect of compilation, but ICC will put the dependencies in
3793 # the current directory while Tru64 will put them in the object
3794 # directory.
3795 mkdir sub
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003796
3797 am_cv_CC_dependencies_compiler_type=none
3798 if test "$am_compiler_list" = ""; then
3799 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3800 fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003801 am__universal=false
3802 case " $depcc " in #(
3803 *\ -arch\ *\ -arch\ *) am__universal=true ;;
3804 esac
3805
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003806 for depmode in $am_compiler_list; do
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06003807 # Setup a source with many dependencies, because some compilers
3808 # like to wrap large dependency lists on column 80 (with \), and
3809 # we should not choose a depcomp mode which is confused by this.
3810 #
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003811 # We need to recreate these files for each test, as the compiler may
3812 # overwrite some of them when testing with obscure command lines.
3813 # This happens at least with the AIX C compiler.
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06003814 : > sub/conftest.c
3815 for i in 1 2 3 4 5 6; do
3816 echo '#include "conftst'$i'.h"' >> sub/conftest.c
3817 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3818 # Solaris 8's {/usr,}/bin/sh.
3819 touch sub/conftst$i.h
3820 done
3821 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003822
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003823 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3824 # mode. It turns out that the SunPro C++ compiler does not properly
3825 # handle `-M -o', and we need to detect this. Also, some Intel
3826 # versions had trouble with output in subdirs
3827 am__obj=sub/conftest.${OBJEXT-o}
3828 am__minus_obj="-o $am__obj"
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003829 case $depmode in
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003830 gcc)
3831 # This depmode causes a compiler race in universal mode.
3832 test "$am__universal" = false || continue
3833 ;;
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003834 nosideeffect)
3835 # after this tag, mechanisms are not by side-effect, so they'll
3836 # only be used when explicitly requested
3837 if test "x$enable_dependency_tracking" = xyes; then
3838 continue
3839 else
3840 break
3841 fi
3842 ;;
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003843 msvisualcpp | msvcmsys)
3844 # This compiler won't grok `-c -o', but also, the minuso test has
3845 # not run yet. These depmodes are late enough in the game, and
3846 # so weak that their functioning should not be impacted.
3847 am__obj=conftest.${OBJEXT-o}
3848 am__minus_obj=
3849 ;;
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003850 none) break ;;
3851 esac
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003852 if depmode=$depmode \
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003853 source=sub/conftest.c object=$am__obj \
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06003854 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003855 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06003856 >/dev/null 2>conftest.err &&
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05003857 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06003858 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003859 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003860 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06003861 # icc doesn't choke on unknown options, it will just issue warnings
3862 # or remarks (even with -Werror). So we grep stderr for any message
3863 # that says an option was ignored or not supported.
3864 # When given -MP, icc 7.0 and 7.1 complain thusly:
3865 # icc: Command line warning: ignoring option '-M'; no argument required
3866 # The diagnosis changed in icc 8.0:
3867 # icc: Command line remark: option '-MP' not supported
3868 if (grep 'ignoring option' conftest.err ||
3869 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3870 am_cv_CC_dependencies_compiler_type=$depmode
3871 break
3872 fi
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003873 fi
3874 done
3875
3876 cd ..
3877 rm -rf conftest.dir
3878else
3879 am_cv_CC_dependencies_compiler_type=none
3880fi
3881
3882fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003883{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05003884$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003885CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3886
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05003887 if
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06003888 test "x$enable_dependency_tracking" != xno \
3889 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3890 am__fastdepCC_TRUE=
3891 am__fastdepCC_FALSE='#'
3892else
3893 am__fastdepCC_TRUE='#'
3894 am__fastdepCC_FALSE=
3895fi
3896
3897
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -06003898# Make sure we can run config.sub.
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06003899$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003900 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -06003901
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003902{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05003903$as_echo_n "checking build system type... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003904if test "${ac_cv_build+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05003905 $as_echo_n "(cached) " >&6
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -06003906else
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06003907 ac_build_alias=$build_alias
3908test "x$ac_build_alias" = x &&
3909 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3910test "x$ac_build_alias" = x &&
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003911 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06003912ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003913 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -06003914
3915fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003916{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05003917$as_echo "$ac_cv_build" >&6; }
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06003918case $ac_cv_build in
3919*-*-*) ;;
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003920*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06003921esac
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -06003922build=$ac_cv_build
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06003923ac_save_IFS=$IFS; IFS='-'
3924set x $ac_cv_build
3925shift
3926build_cpu=$1
3927build_vendor=$2
3928shift; shift
3929# Remember, the first character of IFS is used to create $*,
3930# except with old shells:
3931build_os=$*
3932IFS=$ac_save_IFS
3933case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -06003934
3935
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003936{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05003937$as_echo_n "checking host system type... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003938if test "${ac_cv_host+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05003939 $as_echo_n "(cached) " >&6
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -06003940else
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06003941 if test "x$host_alias" = x; then
3942 ac_cv_host=$ac_cv_build
3943else
3944 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003945 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06003946fi
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -06003947
3948fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003949{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05003950$as_echo "$ac_cv_host" >&6; }
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06003951case $ac_cv_host in
3952*-*-*) ;;
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003953*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06003954esac
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -06003955host=$ac_cv_host
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06003956ac_save_IFS=$IFS; IFS='-'
3957set x $ac_cv_host
3958shift
3959host_cpu=$1
3960host_vendor=$2
3961shift; shift
3962# Remember, the first character of IFS is used to create $*,
3963# except with old shells:
3964host_os=$*
3965IFS=$ac_save_IFS
3966case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -06003967
3968
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003969{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05003970$as_echo_n "checking for a sed that does not truncate output... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003971if test "${ac_cv_path_SED+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05003972 $as_echo_n "(cached) " >&6
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -06003973else
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05003974 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
3975 for ac_i in 1 2 3 4 5 6 7; do
3976 ac_script="$ac_script$as_nl$ac_script"
3977 done
3978 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003979 { ac_script=; unset ac_script;}
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05003980 if test -z "$SED"; then
3981 ac_path_SED_found=false
3982 # Loop through the user's path and test for each of PROGNAME-LIST
3983 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3984for as_dir in $PATH
3985do
3986 IFS=$as_save_IFS
3987 test -z "$as_dir" && as_dir=.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05003988 for ac_prog in sed gsed; do
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05003989 for ac_exec_ext in '' $ac_executable_extensions; do
3990 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
3991 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
3992# Check for GNU ac_path_SED and select it if it is found.
3993 # Check for GNU $ac_path_SED
3994case `"$ac_path_SED" --version 2>&1` in
3995*GNU*)
3996 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
3997*)
3998 ac_count=0
3999 $as_echo_n 0123456789 >"conftest.in"
4000 while :
4001 do
4002 cat "conftest.in" "conftest.in" >"conftest.tmp"
4003 mv "conftest.tmp" "conftest.in"
4004 cp "conftest.in" "conftest.nl"
4005 $as_echo '' >> "conftest.nl"
4006 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4007 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004008 as_fn_arith $ac_count + 1 && ac_count=$as_val
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004009 if test $ac_count -gt ${ac_path_SED_max-0}; then
4010 # Best one so far, save it but keep looking for a better one
4011 ac_cv_path_SED="$ac_path_SED"
4012 ac_path_SED_max=$ac_count
4013 fi
4014 # 10*(2^10) chars as input seems more than enough
4015 test $ac_count -gt 10 && break
4016 done
4017 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4018esac
4019
4020 $ac_path_SED_found && break 3
4021 done
4022 done
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004023 done
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004024IFS=$as_save_IFS
4025 if test -z "$ac_cv_path_SED"; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004026 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004027 fi
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06004028else
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004029 ac_cv_path_SED=$SED
4030fi
4031
4032fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004033{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004034$as_echo "$ac_cv_path_SED" >&6; }
4035 SED="$ac_cv_path_SED"
4036 rm -f conftest.sed
4037
4038test -z "$SED" && SED=sed
4039Xsed="$SED -e 1s/^X//"
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004051{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004052$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004053if test "${ac_cv_path_GREP+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004054 $as_echo_n "(cached) " >&6
4055else
4056 if test -z "$GREP"; then
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06004057 ac_path_GREP_found=false
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004058 # Loop through the user's path and test for each of PROGNAME-LIST
4059 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06004060for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4061do
4062 IFS=$as_save_IFS
4063 test -z "$as_dir" && as_dir=.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004064 for ac_prog in grep ggrep; do
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004065 for ac_exec_ext in '' $ac_executable_extensions; do
4066 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4067 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4068# Check for GNU ac_path_GREP and select it if it is found.
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06004069 # Check for GNU $ac_path_GREP
4070case `"$ac_path_GREP" --version 2>&1` in
4071*GNU*)
4072 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4073*)
4074 ac_count=0
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004075 $as_echo_n 0123456789 >"conftest.in"
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06004076 while :
4077 do
4078 cat "conftest.in" "conftest.in" >"conftest.tmp"
4079 mv "conftest.tmp" "conftest.in"
4080 cp "conftest.in" "conftest.nl"
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004081 $as_echo 'GREP' >> "conftest.nl"
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06004082 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4083 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004084 as_fn_arith $ac_count + 1 && ac_count=$as_val
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06004085 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4086 # Best one so far, save it but keep looking for a better one
4087 ac_cv_path_GREP="$ac_path_GREP"
4088 ac_path_GREP_max=$ac_count
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -06004089 fi
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06004090 # 10*(2^10) chars as input seems more than enough
4091 test $ac_count -gt 10 && break
4092 done
4093 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4094esac
4095
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004096 $ac_path_GREP_found && break 3
4097 done
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06004098 done
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004099 done
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06004100IFS=$as_save_IFS
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004101 if test -z "$ac_cv_path_GREP"; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004102 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004103 fi
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06004104else
4105 ac_cv_path_GREP=$GREP
4106fi
4107
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06004108fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004109{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004110$as_echo "$ac_cv_path_GREP" >&6; }
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06004111 GREP="$ac_cv_path_GREP"
4112
4113
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004114{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004115$as_echo_n "checking for egrep... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004116if test "${ac_cv_path_EGREP+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004117 $as_echo_n "(cached) " >&6
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06004118else
4119 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4120 then ac_cv_path_EGREP="$GREP -E"
4121 else
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004122 if test -z "$EGREP"; then
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06004123 ac_path_EGREP_found=false
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004124 # Loop through the user's path and test for each of PROGNAME-LIST
4125 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06004126for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4127do
4128 IFS=$as_save_IFS
4129 test -z "$as_dir" && as_dir=.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004130 for ac_prog in egrep; do
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004131 for ac_exec_ext in '' $ac_executable_extensions; do
4132 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4133 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4134# Check for GNU ac_path_EGREP and select it if it is found.
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06004135 # Check for GNU $ac_path_EGREP
4136case `"$ac_path_EGREP" --version 2>&1` in
4137*GNU*)
4138 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4139*)
4140 ac_count=0
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004141 $as_echo_n 0123456789 >"conftest.in"
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06004142 while :
4143 do
4144 cat "conftest.in" "conftest.in" >"conftest.tmp"
4145 mv "conftest.tmp" "conftest.in"
4146 cp "conftest.in" "conftest.nl"
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004147 $as_echo 'EGREP' >> "conftest.nl"
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06004148 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4149 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004150 as_fn_arith $ac_count + 1 && ac_count=$as_val
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06004151 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4152 # Best one so far, save it but keep looking for a better one
4153 ac_cv_path_EGREP="$ac_path_EGREP"
4154 ac_path_EGREP_max=$ac_count
4155 fi
4156 # 10*(2^10) chars as input seems more than enough
4157 test $ac_count -gt 10 && break
4158 done
4159 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4160esac
4161
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004162 $ac_path_EGREP_found && break 3
4163 done
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06004164 done
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004165 done
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06004166IFS=$as_save_IFS
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004167 if test -z "$ac_cv_path_EGREP"; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004168 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004169 fi
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06004170else
4171 ac_cv_path_EGREP=$EGREP
4172fi
4173
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004174 fi
4175fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004176{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004177$as_echo "$ac_cv_path_EGREP" >&6; }
4178 EGREP="$ac_cv_path_EGREP"
4179
4180
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004181{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004182$as_echo_n "checking for fgrep... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004183if test "${ac_cv_path_FGREP+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004184 $as_echo_n "(cached) " >&6
4185else
4186 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4187 then ac_cv_path_FGREP="$GREP -F"
4188 else
4189 if test -z "$FGREP"; then
4190 ac_path_FGREP_found=false
4191 # Loop through the user's path and test for each of PROGNAME-LIST
4192 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4193for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4194do
4195 IFS=$as_save_IFS
4196 test -z "$as_dir" && as_dir=.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004197 for ac_prog in fgrep; do
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004198 for ac_exec_ext in '' $ac_executable_extensions; do
4199 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4200 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
4201# Check for GNU ac_path_FGREP and select it if it is found.
4202 # Check for GNU $ac_path_FGREP
4203case `"$ac_path_FGREP" --version 2>&1` in
4204*GNU*)
4205 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4206*)
4207 ac_count=0
4208 $as_echo_n 0123456789 >"conftest.in"
4209 while :
4210 do
4211 cat "conftest.in" "conftest.in" >"conftest.tmp"
4212 mv "conftest.tmp" "conftest.in"
4213 cp "conftest.in" "conftest.nl"
4214 $as_echo 'FGREP' >> "conftest.nl"
4215 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4216 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004217 as_fn_arith $ac_count + 1 && ac_count=$as_val
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004218 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4219 # Best one so far, save it but keep looking for a better one
4220 ac_cv_path_FGREP="$ac_path_FGREP"
4221 ac_path_FGREP_max=$ac_count
4222 fi
4223 # 10*(2^10) chars as input seems more than enough
4224 test $ac_count -gt 10 && break
4225 done
4226 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4227esac
4228
4229 $ac_path_FGREP_found && break 3
4230 done
4231 done
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004232 done
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004233IFS=$as_save_IFS
4234 if test -z "$ac_cv_path_FGREP"; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004235 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004236 fi
4237else
4238 ac_cv_path_FGREP=$FGREP
4239fi
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06004240
4241 fi
4242fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004243{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004244$as_echo "$ac_cv_path_FGREP" >&6; }
4245 FGREP="$ac_cv_path_FGREP"
4246
4247
4248test -z "$GREP" && GREP=grep
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -06004265
4266
4267
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06004268# Check whether --with-gnu-ld was given.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004269if test "${with_gnu_ld+set}" = set; then :
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06004270 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -06004271else
4272 with_gnu_ld=no
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06004273fi
4274
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -06004275ac_prog=ld
4276if test "$GCC" = yes; then
4277 # Check if gcc -print-prog-name=ld gives a path.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004279$as_echo_n "checking for ld used by $CC... " >&6; }
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -06004280 case $host in
4281 *-*-mingw*)
4282 # gcc leaves a trailing carriage return which upsets mingw
4283 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4284 *)
4285 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4286 esac
4287 case $ac_prog in
4288 # Accept absolute paths.
4289 [\\/]* | ?:[\\/]*)
4290 re_direlt='/[^/][^/]*/\.\./'
4291 # Canonicalize the pathname of ld
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004292 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4293 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4294 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -06004295 done
4296 test -z "$LD" && LD="$ac_prog"
4297 ;;
4298 "")
4299 # If it fails, then pretend we aren't using GCC.
4300 ac_prog=ld
4301 ;;
4302 *)
4303 # If it is relative, then search for the first ld in PATH.
4304 with_gnu_ld=unknown
4305 ;;
4306 esac
4307elif test "$with_gnu_ld" = yes; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004309$as_echo_n "checking for GNU ld... " >&6; }
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -06004310else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004311 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004312$as_echo_n "checking for non-GNU ld... " >&6; }
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -06004313fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004314if test "${lt_cv_path_LD+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004315 $as_echo_n "(cached) " >&6
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -06004316else
4317 if test -z "$LD"; then
4318 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4319 for ac_dir in $PATH; do
4320 IFS="$lt_save_ifs"
4321 test -z "$ac_dir" && ac_dir=.
4322 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4323 lt_cv_path_LD="$ac_dir/$ac_prog"
4324 # Check to see if the program is GNU ld. I'd rather use --version,
4325 # but apparently some variants of GNU ld only accept -v.
4326 # Break only if it was the GNU/non-GNU ld that we prefer.
4327 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4328 *GNU* | *'with BFD'*)
4329 test "$with_gnu_ld" != no && break
4330 ;;
4331 *)
4332 test "$with_gnu_ld" != yes && break
4333 ;;
4334 esac
4335 fi
4336 done
4337 IFS="$lt_save_ifs"
4338else
4339 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4340fi
4341fi
4342
4343LD="$lt_cv_path_LD"
4344if test -n "$LD"; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004346$as_echo "$LD" >&6; }
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -06004347else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004349$as_echo "no" >&6; }
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -06004350fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004351test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
4352{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004353$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004354if test "${lt_cv_prog_gnu_ld+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004355 $as_echo_n "(cached) " >&6
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -06004356else
4357 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4358case `$LD -v 2>&1 </dev/null` in
4359*GNU* | *'with BFD'*)
4360 lt_cv_prog_gnu_ld=yes
4361 ;;
4362*)
4363 lt_cv_prog_gnu_ld=no
4364 ;;
4365esac
4366fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004367{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004368$as_echo "$lt_cv_prog_gnu_ld" >&6; }
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -06004369with_gnu_ld=$lt_cv_prog_gnu_ld
4370
4371
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004372
4373
4374
4375
4376
4377
4378
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -06004379ac_ext=c
4380ac_cpp='$CPP $CPPFLAGS'
4381ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4382ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4383ac_compiler_gnu=$ac_cv_c_compiler_gnu
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004384{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004385$as_echo_n "checking how to run the C preprocessor... " >&6; }
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -06004386# On Suns, sometimes $CPP names a directory.
4387if test -n "$CPP" && test -d "$CPP"; then
4388 CPP=
4389fi
4390if test -z "$CPP"; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004391 if test "${ac_cv_prog_CPP+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004392 $as_echo_n "(cached) " >&6
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -06004393else
4394 # Double quotes because CPP needs to be expanded
4395 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4396 do
4397 ac_preproc_ok=false
4398for ac_c_preproc_warn_flag in '' yes
4399do
4400 # Use a header file that comes with gcc, so configuring glibc
4401 # with a fresh cross-compiler works.
4402 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4403 # <limits.h> exists even on freestanding compilers.
4404 # On the NeXT, cc -E runs the code through the compiler's parser,
4405 # not just through cpp. "Syntax error" is here to catch this case.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004406 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -06004407/* end confdefs.h. */
4408#ifdef __STDC__
4409# include <limits.h>
4410#else
4411# include <assert.h>
4412#endif
4413 Syntax error
4414_ACEOF
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004415if ac_fn_c_try_cpp "$LINENO"; then :
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -06004416
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004417else
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -06004418 # Broken: fails on valid input.
4419continue
4420fi
4421rm -f conftest.err conftest.$ac_ext
4422
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06004423 # OK, works on sane cases. Now check whether nonexistent headers
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -06004424 # can be detected and how.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004425 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -06004426/* end confdefs.h. */
4427#include <ac_nonexistent.h>
4428_ACEOF
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004429if ac_fn_c_try_cpp "$LINENO"; then :
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -06004430 # Broken: success on invalid input.
4431continue
4432else
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -06004433 # Passes both tests.
4434ac_preproc_ok=:
4435break
4436fi
4437rm -f conftest.err conftest.$ac_ext
4438
4439done
4440# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4441rm -f conftest.err conftest.$ac_ext
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004442if $ac_preproc_ok; then :
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -06004443 break
4444fi
4445
4446 done
4447 ac_cv_prog_CPP=$CPP
4448
4449fi
4450 CPP=$ac_cv_prog_CPP
4451else
4452 ac_cv_prog_CPP=$CPP
4453fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004454{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004455$as_echo "$CPP" >&6; }
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -06004456ac_preproc_ok=false
4457for ac_c_preproc_warn_flag in '' yes
4458do
4459 # Use a header file that comes with gcc, so configuring glibc
4460 # with a fresh cross-compiler works.
4461 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4462 # <limits.h> exists even on freestanding compilers.
4463 # On the NeXT, cc -E runs the code through the compiler's parser,
4464 # not just through cpp. "Syntax error" is here to catch this case.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004465 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -06004466/* end confdefs.h. */
4467#ifdef __STDC__
4468# include <limits.h>
4469#else
4470# include <assert.h>
4471#endif
4472 Syntax error
4473_ACEOF
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004474if ac_fn_c_try_cpp "$LINENO"; then :
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -06004475
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004476else
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -06004477 # Broken: fails on valid input.
4478continue
4479fi
4480rm -f conftest.err conftest.$ac_ext
4481
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06004482 # OK, works on sane cases. Now check whether nonexistent headers
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -06004483 # can be detected and how.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004484 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -06004485/* end confdefs.h. */
4486#include <ac_nonexistent.h>
4487_ACEOF
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004488if ac_fn_c_try_cpp "$LINENO"; then :
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -06004489 # Broken: success on invalid input.
4490continue
4491else
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -06004492 # Passes both tests.
4493ac_preproc_ok=:
4494break
4495fi
4496rm -f conftest.err conftest.$ac_ext
4497
4498done
4499# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4500rm -f conftest.err conftest.$ac_ext
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004501if $ac_preproc_ok; then :
4502
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -06004503else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004504 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05004505$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004506as_fn_error "C preprocessor \"$CPP\" fails sanity check
4507See \`config.log' for more details." "$LINENO" 5; }
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -06004508fi
4509
4510ac_ext=c
4511ac_cpp='$CPP $CPPFLAGS'
4512ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4513ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4514ac_compiler_gnu=$ac_cv_c_compiler_gnu
4515
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -06004516if test -n "$ac_tool_prefix"; then
4517 # Extract the first word of "${ac_tool_prefix}sed", so it can be a program name with args.
4518set dummy ${ac_tool_prefix}sed; ac_word=$2
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004519{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004520$as_echo_n "checking for $ac_word... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004521if test "${ac_cv_prog_SED+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004522 $as_echo_n "(cached) " >&6
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -06004523else
4524 if test -n "$SED"; then
4525 ac_cv_prog_SED="$SED" # Let the user override the test.
4526else
4527as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4528for as_dir in $PATH
4529do
4530 IFS=$as_save_IFS
4531 test -z "$as_dir" && as_dir=.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004532 for ac_exec_ext in '' $ac_executable_extensions; do
Glenn Randers-Pehrsona7dbcba2007-05-15 16:16:34 -05004533 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -06004534 ac_cv_prog_SED="${ac_tool_prefix}sed"
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004535 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -06004536 break 2
4537 fi
4538done
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004539 done
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06004540IFS=$as_save_IFS
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -06004541
4542fi
4543fi
4544SED=$ac_cv_prog_SED
4545if test -n "$SED"; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SED" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004547$as_echo "$SED" >&6; }
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -06004548else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004550$as_echo "no" >&6; }
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -06004551fi
4552
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06004553
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -06004554fi
4555if test -z "$ac_cv_prog_SED"; then
4556 ac_ct_SED=$SED
4557 # Extract the first word of "sed", so it can be a program name with args.
4558set dummy sed; ac_word=$2
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004559{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004560$as_echo_n "checking for $ac_word... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004561if test "${ac_cv_prog_ac_ct_SED+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004562 $as_echo_n "(cached) " >&6
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -06004563else
4564 if test -n "$ac_ct_SED"; then
4565 ac_cv_prog_ac_ct_SED="$ac_ct_SED" # Let the user override the test.
4566else
4567as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4568for as_dir in $PATH
4569do
4570 IFS=$as_save_IFS
4571 test -z "$as_dir" && as_dir=.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004572 for ac_exec_ext in '' $ac_executable_extensions; do
Glenn Randers-Pehrsona7dbcba2007-05-15 16:16:34 -05004573 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -06004574 ac_cv_prog_ac_ct_SED="sed"
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004575 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -06004576 break 2
4577 fi
4578done
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004579 done
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06004580IFS=$as_save_IFS
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -06004581
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -06004582fi
4583fi
4584ac_ct_SED=$ac_cv_prog_ac_ct_SED
4585if test -n "$ac_ct_SED"; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_SED" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004587$as_echo "$ac_ct_SED" >&6; }
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -06004588else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004590$as_echo "no" >&6; }
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -06004591fi
4592
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06004593 if test "x$ac_ct_SED" = x; then
4594 SED=":"
4595 else
4596 case $cross_compiling:$ac_tool_warned in
4597yes:)
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004598{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05004599$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06004600ac_tool_warned=yes ;;
4601esac
4602 SED=$ac_ct_SED
4603 fi
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -06004604else
4605 SED="$ac_cv_prog_SED"
4606fi
4607
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004608enable_win32_dll=yes
4609
4610case $host in
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05004611*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-cegcc*)
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004612 if test -n "$ac_tool_prefix"; then
4613 # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
4614set dummy ${ac_tool_prefix}as; ac_word=$2
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004615{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004616$as_echo_n "checking for $ac_word... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004617if test "${ac_cv_prog_AS+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004618 $as_echo_n "(cached) " >&6
4619else
4620 if test -n "$AS"; then
4621 ac_cv_prog_AS="$AS" # Let the user override the test.
4622else
4623as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4624for as_dir in $PATH
4625do
4626 IFS=$as_save_IFS
4627 test -z "$as_dir" && as_dir=.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004628 for ac_exec_ext in '' $ac_executable_extensions; do
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004629 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4630 ac_cv_prog_AS="${ac_tool_prefix}as"
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004631 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004632 break 2
4633 fi
4634done
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004635 done
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004636IFS=$as_save_IFS
4637
4638fi
4639fi
4640AS=$ac_cv_prog_AS
4641if test -n "$AS"; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004643$as_echo "$AS" >&6; }
4644else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004646$as_echo "no" >&6; }
4647fi
4648
4649
4650fi
4651if test -z "$ac_cv_prog_AS"; then
4652 ac_ct_AS=$AS
4653 # Extract the first word of "as", so it can be a program name with args.
4654set dummy as; ac_word=$2
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004655{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004656$as_echo_n "checking for $ac_word... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004657if test "${ac_cv_prog_ac_ct_AS+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004658 $as_echo_n "(cached) " >&6
4659else
4660 if test -n "$ac_ct_AS"; then
4661 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
4662else
4663as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4664for as_dir in $PATH
4665do
4666 IFS=$as_save_IFS
4667 test -z "$as_dir" && as_dir=.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004668 for ac_exec_ext in '' $ac_executable_extensions; do
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004669 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4670 ac_cv_prog_ac_ct_AS="as"
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004671 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004672 break 2
4673 fi
4674done
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004675 done
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004676IFS=$as_save_IFS
4677
4678fi
4679fi
4680ac_ct_AS=$ac_cv_prog_ac_ct_AS
4681if test -n "$ac_ct_AS"; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AS" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004683$as_echo "$ac_ct_AS" >&6; }
4684else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004686$as_echo "no" >&6; }
4687fi
4688
4689 if test "x$ac_ct_AS" = x; then
4690 AS="false"
4691 else
4692 case $cross_compiling:$ac_tool_warned in
4693yes:)
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004694{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05004695$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004696ac_tool_warned=yes ;;
4697esac
4698 AS=$ac_ct_AS
4699 fi
4700else
4701 AS="$ac_cv_prog_AS"
4702fi
4703
4704 if test -n "$ac_tool_prefix"; then
4705 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
4706set dummy ${ac_tool_prefix}dlltool; ac_word=$2
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004707{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004708$as_echo_n "checking for $ac_word... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004709if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004710 $as_echo_n "(cached) " >&6
4711else
4712 if test -n "$DLLTOOL"; then
4713 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
4714else
4715as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4716for as_dir in $PATH
4717do
4718 IFS=$as_save_IFS
4719 test -z "$as_dir" && as_dir=.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004720 for ac_exec_ext in '' $ac_executable_extensions; do
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004721 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4722 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004723 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004724 break 2
4725 fi
4726done
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004727 done
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004728IFS=$as_save_IFS
4729
4730fi
4731fi
4732DLLTOOL=$ac_cv_prog_DLLTOOL
4733if test -n "$DLLTOOL"; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004735$as_echo "$DLLTOOL" >&6; }
4736else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004738$as_echo "no" >&6; }
4739fi
4740
4741
4742fi
4743if test -z "$ac_cv_prog_DLLTOOL"; then
4744 ac_ct_DLLTOOL=$DLLTOOL
4745 # Extract the first word of "dlltool", so it can be a program name with args.
4746set dummy dlltool; ac_word=$2
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004747{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004748$as_echo_n "checking for $ac_word... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004749if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004750 $as_echo_n "(cached) " >&6
4751else
4752 if test -n "$ac_ct_DLLTOOL"; then
4753 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
4754else
4755as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4756for as_dir in $PATH
4757do
4758 IFS=$as_save_IFS
4759 test -z "$as_dir" && as_dir=.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004760 for ac_exec_ext in '' $ac_executable_extensions; do
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004761 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4762 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004763 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004764 break 2
4765 fi
4766done
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004767 done
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004768IFS=$as_save_IFS
4769
4770fi
4771fi
4772ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
4773if test -n "$ac_ct_DLLTOOL"; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004775$as_echo "$ac_ct_DLLTOOL" >&6; }
4776else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004778$as_echo "no" >&6; }
4779fi
4780
4781 if test "x$ac_ct_DLLTOOL" = x; then
4782 DLLTOOL="false"
4783 else
4784 case $cross_compiling:$ac_tool_warned in
4785yes:)
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004786{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05004787$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004788ac_tool_warned=yes ;;
4789esac
4790 DLLTOOL=$ac_ct_DLLTOOL
4791 fi
4792else
4793 DLLTOOL="$ac_cv_prog_DLLTOOL"
4794fi
4795
4796 if test -n "$ac_tool_prefix"; then
4797 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
4798set dummy ${ac_tool_prefix}objdump; ac_word=$2
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004799{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004800$as_echo_n "checking for $ac_word... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004801if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004802 $as_echo_n "(cached) " >&6
4803else
4804 if test -n "$OBJDUMP"; then
4805 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4806else
4807as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4808for as_dir in $PATH
4809do
4810 IFS=$as_save_IFS
4811 test -z "$as_dir" && as_dir=.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004812 for ac_exec_ext in '' $ac_executable_extensions; do
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004813 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4814 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004815 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004816 break 2
4817 fi
4818done
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004819 done
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004820IFS=$as_save_IFS
4821
4822fi
4823fi
4824OBJDUMP=$ac_cv_prog_OBJDUMP
4825if test -n "$OBJDUMP"; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004827$as_echo "$OBJDUMP" >&6; }
4828else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004830$as_echo "no" >&6; }
4831fi
4832
4833
4834fi
4835if test -z "$ac_cv_prog_OBJDUMP"; then
4836 ac_ct_OBJDUMP=$OBJDUMP
4837 # Extract the first word of "objdump", so it can be a program name with args.
4838set dummy objdump; ac_word=$2
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004839{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004840$as_echo_n "checking for $ac_word... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004841if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004842 $as_echo_n "(cached) " >&6
4843else
4844 if test -n "$ac_ct_OBJDUMP"; then
4845 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
4846else
4847as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4848for as_dir in $PATH
4849do
4850 IFS=$as_save_IFS
4851 test -z "$as_dir" && as_dir=.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004852 for ac_exec_ext in '' $ac_executable_extensions; do
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004853 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4854 ac_cv_prog_ac_ct_OBJDUMP="objdump"
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004855 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004856 break 2
4857 fi
4858done
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004859 done
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004860IFS=$as_save_IFS
4861
4862fi
4863fi
4864ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
4865if test -n "$ac_ct_OBJDUMP"; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004867$as_echo "$ac_ct_OBJDUMP" >&6; }
4868else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004870$as_echo "no" >&6; }
4871fi
4872
4873 if test "x$ac_ct_OBJDUMP" = x; then
4874 OBJDUMP="false"
4875 else
4876 case $cross_compiling:$ac_tool_warned in
4877yes:)
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004878{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05004879$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004880ac_tool_warned=yes ;;
4881esac
4882 OBJDUMP=$ac_ct_OBJDUMP
4883 fi
4884else
4885 OBJDUMP="$ac_cv_prog_OBJDUMP"
4886fi
4887
4888 ;;
4889esac
4890
4891test -z "$AS" && AS=as
4892
4893
4894
4895
4896
4897test -z "$DLLTOOL" && DLLTOOL=dlltool
4898
4899
4900
4901
4902
4903test -z "$OBJDUMP" && OBJDUMP=objdump
4904
4905
4906
4907
4908
4909
4910
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004911
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004912{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004913$as_echo_n "checking whether ln -s works... " >&6; }
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06004914LN_S=$as_ln_s
4915if test "$LN_S" = "ln -s"; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004917$as_echo "yes" >&6; }
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06004918else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004920$as_echo "no, using $LN_S" >&6; }
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06004921fi
4922
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004923{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004924$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
4925set x ${MAKE-make}
4926ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004927if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004928 $as_echo_n "(cached) " >&6
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06004929else
4930 cat >conftest.make <<\_ACEOF
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06004931SHELL = /bin/sh
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06004932all:
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06004933 @echo '@@@%%%=$(MAKE)=@@@%%%'
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06004934_ACEOF
4935# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06004936case `${MAKE-make} -f conftest.make 2>/dev/null` in
4937 *@@@%%%=?*=@@@%%%*)
4938 eval ac_cv_prog_make_${ac_make}_set=yes;;
4939 *)
4940 eval ac_cv_prog_make_${ac_make}_set=no;;
4941esac
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06004942rm -f conftest.make
4943fi
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06004944if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004946$as_echo "yes" >&6; }
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06004947 SET_MAKE=
4948else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004950$as_echo "no" >&6; }
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06004951 SET_MAKE="MAKE=${MAKE-make}"
4952fi
4953
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004954case `pwd` in
4955 *\ * | *\ *)
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004956 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004957$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06004958esac
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06004959
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004960
4961
Glenn Randers-Pehrsoneae2cf02009-11-21 21:50:07 -06004962macro_version='2.2.6b'
4963macro_revision='1.3017'
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004964
4965
4966
4967
4968
4969
4970
4971
4972
4973
4974
4975
4976
4977ltmain="$ac_aux_dir/ltmain.sh"
4978
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004979{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004980$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05004981if test "${lt_cv_path_NM+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05004982 $as_echo_n "(cached) " >&6
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06004983else
4984 if test -n "$NM"; then
4985 # Let the user override the test.
4986 lt_cv_path_NM="$NM"
4987else
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06004988 lt_nm_to_check="${ac_tool_prefix}nm"
4989 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4990 lt_nm_to_check="$lt_nm_to_check nm"
4991 fi
4992 for lt_tmp_nm in $lt_nm_to_check; do
4993 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4994 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4995 IFS="$lt_save_ifs"
4996 test -z "$ac_dir" && ac_dir=.
4997 tmp_nm="$ac_dir/$lt_tmp_nm"
4998 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4999 # Check to see if the nm accepts a BSD-compat flag.
5000 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5001 # nm: unknown option "B" ignored
5002 # Tru64's nm complains that /dev/null is an invalid object file
5003 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5004 */dev/null* | *'Invalid file or object type'*)
5005 lt_cv_path_NM="$tmp_nm -B"
5006 break
5007 ;;
5008 *)
5009 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5010 */dev/null*)
5011 lt_cv_path_NM="$tmp_nm -p"
5012 break
5013 ;;
5014 *)
5015 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5016 continue # so that we can try to find one that supports BSD flags
5017 ;;
5018 esac
5019 ;;
5020 esac
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06005021 fi
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06005022 done
5023 IFS="$lt_save_ifs"
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06005024 done
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005025 : ${lt_cv_path_NM=no}
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06005026fi
5027fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005028{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005029$as_echo "$lt_cv_path_NM" >&6; }
5030if test "$lt_cv_path_NM" != "no"; then
5031 NM="$lt_cv_path_NM"
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06005032else
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005033 # Didn't find any BSD compatible name lister, look for dumpbin.
5034 if test -n "$ac_tool_prefix"; then
5035 for ac_prog in "dumpbin -symbols" "link -dump -symbols"
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06005036 do
5037 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5038set dummy $ac_tool_prefix$ac_prog; ac_word=$2
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005039{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005040$as_echo_n "checking for $ac_word... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005041if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005042 $as_echo_n "(cached) " >&6
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06005043else
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005044 if test -n "$DUMPBIN"; then
5045 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06005046else
5047as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5048for as_dir in $PATH
5049do
5050 IFS=$as_save_IFS
5051 test -z "$as_dir" && as_dir=.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005052 for ac_exec_ext in '' $ac_executable_extensions; do
Glenn Randers-Pehrsona7dbcba2007-05-15 16:16:34 -05005053 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005054 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005055 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06005056 break 2
5057 fi
5058done
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005059 done
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06005060IFS=$as_save_IFS
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06005061
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06005062fi
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06005063fi
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005064DUMPBIN=$ac_cv_prog_DUMPBIN
5065if test -n "$DUMPBIN"; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005067$as_echo "$DUMPBIN" >&6; }
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06005068else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005070$as_echo "no" >&6; }
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06005071fi
5072
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06005073
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005074 test -n "$DUMPBIN" && break
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06005075 done
5076fi
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005077if test -z "$DUMPBIN"; then
5078 ac_ct_DUMPBIN=$DUMPBIN
5079 for ac_prog in "dumpbin -symbols" "link -dump -symbols"
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06005080do
5081 # Extract the first word of "$ac_prog", so it can be a program name with args.
5082set dummy $ac_prog; ac_word=$2
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005083{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005084$as_echo_n "checking for $ac_word... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005085if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005086 $as_echo_n "(cached) " >&6
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06005087else
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005088 if test -n "$ac_ct_DUMPBIN"; then
5089 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06005090else
5091as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5092for as_dir in $PATH
5093do
5094 IFS=$as_save_IFS
5095 test -z "$as_dir" && as_dir=.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005096 for ac_exec_ext in '' $ac_executable_extensions; do
Glenn Randers-Pehrsona7dbcba2007-05-15 16:16:34 -05005097 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005098 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005099 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06005100 break 2
5101 fi
5102done
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005103 done
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06005104IFS=$as_save_IFS
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06005105
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06005106fi
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06005107fi
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005108ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5109if test -n "$ac_ct_DUMPBIN"; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005111$as_echo "$ac_ct_DUMPBIN" >&6; }
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06005112else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005114$as_echo "no" >&6; }
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06005115fi
5116
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06005117
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005118 test -n "$ac_ct_DUMPBIN" && break
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06005119done
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06005120
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005121 if test "x$ac_ct_DUMPBIN" = x; then
5122 DUMPBIN=":"
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06005123 else
5124 case $cross_compiling:$ac_tool_warned in
5125yes:)
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005126{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05005127$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06005128ac_tool_warned=yes ;;
5129esac
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005130 DUMPBIN=$ac_ct_DUMPBIN
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06005131 fi
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06005132fi
5133
5134
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005135 if test "$DUMPBIN" != ":"; then
5136 NM="$DUMPBIN"
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06005137 fi
5138fi
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005139test -z "$NM" && NM=nm
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06005140
5141
5142
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005143
5144
5145
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005146{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005147$as_echo_n "checking the name lister ($NM) interface... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005148if test "${lt_cv_nm_interface+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005149 $as_echo_n "(cached) " >&6
5150else
5151 lt_cv_nm_interface="BSD nm"
5152 echo "int some_variable = 0;" > conftest.$ac_ext
Glenn Randers-Pehrsoneae2cf02009-11-21 21:50:07 -06005153 (eval echo "\"\$as_me:5153: $ac_compile\"" >&5)
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005154 (eval "$ac_compile" 2>conftest.err)
5155 cat conftest.err >&5
Glenn Randers-Pehrsoneae2cf02009-11-21 21:50:07 -06005156 (eval echo "\"\$as_me:5156: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005157 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5158 cat conftest.err >&5
Glenn Randers-Pehrsoneae2cf02009-11-21 21:50:07 -06005159 (eval echo "\"\$as_me:5159: output\"" >&5)
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005160 cat conftest.out >&5
5161 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5162 lt_cv_nm_interface="MS dumpbin"
5163 fi
5164 rm -f conftest*
5165fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005166{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005167$as_echo "$lt_cv_nm_interface" >&6; }
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06005168
5169# find the maximum length of command line arguments
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005170{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005171$as_echo_n "checking the maximum length of command line arguments... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005172if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005173 $as_echo_n "(cached) " >&6
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06005174else
5175 i=0
5176 teststring="ABCD"
5177
5178 case $build_os in
5179 msdosdjgpp*)
5180 # On DJGPP, this test can blow up pretty badly due to problems in libc
5181 # (any single argument exceeding 2000 bytes causes a buffer overrun
5182 # during glob expansion). Even if it were fixed, the result of this
5183 # check would be larger than it should be.
5184 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5185 ;;
5186
5187 gnu*)
5188 # Under GNU Hurd, this test is not required because there is
5189 # no limit to the length of command line arguments.
5190 # Libtool will interpret -1 as no limit whatsoever
5191 lt_cv_sys_max_cmd_len=-1;
5192 ;;
5193
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05005194 cygwin* | mingw* | cegcc*)
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06005195 # On Win9x/ME, this test blows up -- it succeeds, but takes
5196 # about 5 minutes as the teststring grows exponentially.
5197 # Worse, since 9x/ME are not pre-emptively multitasking,
5198 # you end up with a "frozen" computer, even though with patience
5199 # the test eventually succeeds (with a max line length of 256k).
5200 # Instead, let's just punt: use the minimum linelength reported by
5201 # all of the supported platforms: 8192 (on NT/2K/XP).
5202 lt_cv_sys_max_cmd_len=8192;
5203 ;;
5204
5205 amigaos*)
5206 # On AmigaOS with pdksh, this test takes hours, literally.
5207 # So we just punt and use a minimum line length of 8192.
5208 lt_cv_sys_max_cmd_len=8192;
5209 ;;
5210
5211 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5212 # This has been around since 386BSD, at least. Likely further.
5213 if test -x /sbin/sysctl; then
5214 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5215 elif test -x /usr/sbin/sysctl; then
5216 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5217 else
5218 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
5219 fi
5220 # And add a safety zone
5221 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5222 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5223 ;;
5224
5225 interix*)
5226 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5227 lt_cv_sys_max_cmd_len=196608
5228 ;;
5229
5230 osf*)
5231 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5232 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5233 # nice to cause kernel panics so lets avoid the loop below.
5234 # First set a reasonable default.
5235 lt_cv_sys_max_cmd_len=16384
5236 #
5237 if test -x /sbin/sysconfig; then
5238 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5239 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5240 esac
5241 fi
5242 ;;
5243 sco3.2v5*)
5244 lt_cv_sys_max_cmd_len=102400
5245 ;;
5246 sysv5* | sco5v6* | sysv4.2uw2*)
5247 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5248 if test -n "$kargmax"; then
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005249 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06005250 else
5251 lt_cv_sys_max_cmd_len=32768
5252 fi
5253 ;;
5254 *)
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005255 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5256 if test -n "$lt_cv_sys_max_cmd_len"; then
5257 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5258 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5259 else
5260 # Make teststring a little bigger before we do anything with it.
5261 # a 1K string should be a reasonable start.
5262 for i in 1 2 3 4 5 6 7 8 ; do
5263 teststring=$teststring$teststring
5264 done
5265 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5266 # If test is not a shell built-in, we'll probably end up computing a
5267 # maximum length that is only half of the actual maximum length, but
5268 # we can't tell.
5269 while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
5270 = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
5271 test $i != 17 # 1/2 MB should be enough
5272 do
5273 i=`expr $i + 1`
5274 teststring=$teststring$teststring
5275 done
5276 # Only check the string length outside the loop.
5277 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5278 teststring=
5279 # Add a significant safety factor because C++ compilers can tack on
5280 # massive amounts of additional arguments before passing them to the
5281 # linker. It appears as though 1/2 is a usable value.
5282 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5283 fi
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06005284 ;;
5285 esac
5286
5287fi
5288
5289if test -n $lt_cv_sys_max_cmd_len ; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005291$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06005292else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005294$as_echo "none" >&6; }
5295fi
5296max_cmd_len=$lt_cv_sys_max_cmd_len
5297
5298
5299
5300
5301
5302
5303: ${CP="cp -f"}
5304: ${MV="mv -f"}
5305: ${RM="rm -f"}
5306
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005307{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005308$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5309# Try some XSI features
5310xsi_shell=no
5311( _lt_dummy="a/b/c"
5312 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5313 = c,a/b,, \
5314 && eval 'test $(( 1 + 1 )) -eq 2 \
5315 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5316 && xsi_shell=yes
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005317{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005318$as_echo "$xsi_shell" >&6; }
5319
5320
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005321{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005322$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
5323lt_shell_append=no
5324( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5325 >/dev/null 2>&1 \
5326 && lt_shell_append=yes
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005327{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005328$as_echo "$lt_shell_append" >&6; }
5329
5330
5331if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5332 lt_unset=unset
5333else
5334 lt_unset=false
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06005335fi
5336
5337
5338
5339
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005340
5341# test EBCDIC or ASCII
5342case `echo X|tr X '\101'` in
5343 A) # ASCII based system
5344 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5345 lt_SP2NL='tr \040 \012'
5346 lt_NL2SP='tr \015\012 \040\040'
5347 ;;
5348 *) # EBCDIC based system
5349 lt_SP2NL='tr \100 \n'
5350 lt_NL2SP='tr \r\n \100\100'
5351 ;;
5352esac
5353
5354
5355
5356
5357
5358
5359
5360
5361
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005362{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005363$as_echo_n "checking for $LD option to reload object files... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005364if test "${lt_cv_ld_reload_flag+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005365 $as_echo_n "(cached) " >&6
5366else
5367 lt_cv_ld_reload_flag='-r'
5368fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005369{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005370$as_echo "$lt_cv_ld_reload_flag" >&6; }
5371reload_flag=$lt_cv_ld_reload_flag
5372case $reload_flag in
5373"" | " "*) ;;
5374*) reload_flag=" $reload_flag" ;;
5375esac
5376reload_cmds='$LD$reload_flag -o $output$reload_objs'
5377case $host_os in
5378 darwin*)
5379 if test "$GCC" = yes; then
5380 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5381 else
5382 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5383 fi
5384 ;;
5385esac
5386
5387
5388
5389
5390
5391
5392
5393
5394
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05005395if test -n "$ac_tool_prefix"; then
5396 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5397set dummy ${ac_tool_prefix}objdump; ac_word=$2
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005398{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05005399$as_echo_n "checking for $ac_word... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005400if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05005401 $as_echo_n "(cached) " >&6
5402else
5403 if test -n "$OBJDUMP"; then
5404 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5405else
5406as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5407for as_dir in $PATH
5408do
5409 IFS=$as_save_IFS
5410 test -z "$as_dir" && as_dir=.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005411 for ac_exec_ext in '' $ac_executable_extensions; do
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05005412 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5413 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005414 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05005415 break 2
5416 fi
5417done
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005418 done
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05005419IFS=$as_save_IFS
5420
5421fi
5422fi
5423OBJDUMP=$ac_cv_prog_OBJDUMP
5424if test -n "$OBJDUMP"; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05005426$as_echo "$OBJDUMP" >&6; }
5427else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05005429$as_echo "no" >&6; }
5430fi
5431
5432
5433fi
5434if test -z "$ac_cv_prog_OBJDUMP"; then
5435 ac_ct_OBJDUMP=$OBJDUMP
5436 # Extract the first word of "objdump", so it can be a program name with args.
5437set dummy objdump; ac_word=$2
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005438{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05005439$as_echo_n "checking for $ac_word... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005440if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05005441 $as_echo_n "(cached) " >&6
5442else
5443 if test -n "$ac_ct_OBJDUMP"; then
5444 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5445else
5446as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5447for as_dir in $PATH
5448do
5449 IFS=$as_save_IFS
5450 test -z "$as_dir" && as_dir=.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005451 for ac_exec_ext in '' $ac_executable_extensions; do
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05005452 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5453 ac_cv_prog_ac_ct_OBJDUMP="objdump"
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005454 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05005455 break 2
5456 fi
5457done
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005458 done
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05005459IFS=$as_save_IFS
5460
5461fi
5462fi
5463ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5464if test -n "$ac_ct_OBJDUMP"; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05005466$as_echo "$ac_ct_OBJDUMP" >&6; }
5467else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05005469$as_echo "no" >&6; }
5470fi
5471
5472 if test "x$ac_ct_OBJDUMP" = x; then
5473 OBJDUMP="false"
5474 else
5475 case $cross_compiling:$ac_tool_warned in
5476yes:)
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005477{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05005478$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5479ac_tool_warned=yes ;;
5480esac
5481 OBJDUMP=$ac_ct_OBJDUMP
5482 fi
5483else
5484 OBJDUMP="$ac_cv_prog_OBJDUMP"
5485fi
5486
5487test -z "$OBJDUMP" && OBJDUMP=objdump
5488
5489
5490
5491
5492
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005493
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005494{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005495$as_echo_n "checking how to recognize dependent libraries... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005496if test "${lt_cv_deplibs_check_method+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005497 $as_echo_n "(cached) " >&6
5498else
5499 lt_cv_file_magic_cmd='$MAGIC_CMD'
5500lt_cv_file_magic_test_file=
5501lt_cv_deplibs_check_method='unknown'
5502# Need to set the preceding variable on all platforms that support
5503# interlibrary dependencies.
5504# 'none' -- dependencies not supported.
5505# `unknown' -- same as none, but documents that we really don't know.
5506# 'pass_all' -- all dependencies passed with no checks.
5507# 'test_compile' -- check by making test program.
5508# 'file_magic [[regex]]' -- check by looking for files in library path
5509# which responds to the $file_magic_cmd with a given extended regex.
5510# If you have `file' or equivalent on your system and you're not sure
5511# whether `pass_all' will *always* work, you probably want this one.
5512
5513case $host_os in
5514aix[4-9]*)
5515 lt_cv_deplibs_check_method=pass_all
5516 ;;
5517
5518beos*)
5519 lt_cv_deplibs_check_method=pass_all
5520 ;;
5521
5522bsdi[45]*)
5523 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5524 lt_cv_file_magic_cmd='/usr/bin/file -L'
5525 lt_cv_file_magic_test_file=/shlib/libc.so
5526 ;;
5527
5528cygwin*)
5529 # func_win32_libid is a shell function defined in ltmain.sh
5530 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5531 lt_cv_file_magic_cmd='func_win32_libid'
5532 ;;
5533
5534mingw* | pw32*)
5535 # Base MSYS/MinGW do not provide the 'file' command needed by
5536 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5537 # unless we find 'file', for example because we are cross-compiling.
5538 if ( file / ) >/dev/null 2>&1; then
5539 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5540 lt_cv_file_magic_cmd='func_win32_libid'
5541 else
5542 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
5543 lt_cv_file_magic_cmd='$OBJDUMP -f'
5544 fi
5545 ;;
5546
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05005547cegcc)
5548 # use the weaker test based on 'objdump'. See mingw*.
5549 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5550 lt_cv_file_magic_cmd='$OBJDUMP -f'
5551 ;;
5552
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005553darwin* | rhapsody*)
5554 lt_cv_deplibs_check_method=pass_all
5555 ;;
5556
5557freebsd* | dragonfly*)
5558 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5559 case $host_cpu in
5560 i*86 )
5561 # Not sure whether the presence of OpenBSD here was a mistake.
5562 # Let's accept both of them until this is cleared up.
5563 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5564 lt_cv_file_magic_cmd=/usr/bin/file
5565 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5566 ;;
5567 esac
5568 else
5569 lt_cv_deplibs_check_method=pass_all
5570 fi
5571 ;;
5572
5573gnu*)
5574 lt_cv_deplibs_check_method=pass_all
5575 ;;
5576
5577hpux10.20* | hpux11*)
5578 lt_cv_file_magic_cmd=/usr/bin/file
5579 case $host_cpu in
5580 ia64*)
5581 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5582 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5583 ;;
5584 hppa*64*)
5585 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]'
5586 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5587 ;;
5588 *)
5589 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
5590 lt_cv_file_magic_test_file=/usr/lib/libc.sl
5591 ;;
5592 esac
5593 ;;
5594
5595interix[3-9]*)
5596 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5597 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
5598 ;;
5599
5600irix5* | irix6* | nonstopux*)
5601 case $LD in
5602 *-32|*"-32 ") libmagic=32-bit;;
5603 *-n32|*"-n32 ") libmagic=N32;;
5604 *-64|*"-64 ") libmagic=64-bit;;
5605 *) libmagic=never-match;;
5606 esac
5607 lt_cv_deplibs_check_method=pass_all
5608 ;;
5609
5610# This must be Linux ELF.
5611linux* | k*bsd*-gnu)
5612 lt_cv_deplibs_check_method=pass_all
5613 ;;
5614
5615netbsd*)
5616 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5617 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5618 else
5619 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5620 fi
5621 ;;
5622
5623newos6*)
5624 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5625 lt_cv_file_magic_cmd=/usr/bin/file
5626 lt_cv_file_magic_test_file=/usr/lib/libnls.so
5627 ;;
5628
5629*nto* | *qnx*)
5630 lt_cv_deplibs_check_method=pass_all
5631 ;;
5632
5633openbsd*)
5634 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5635 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5636 else
5637 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5638 fi
5639 ;;
5640
5641osf3* | osf4* | osf5*)
5642 lt_cv_deplibs_check_method=pass_all
5643 ;;
5644
5645rdos*)
5646 lt_cv_deplibs_check_method=pass_all
5647 ;;
5648
5649solaris*)
5650 lt_cv_deplibs_check_method=pass_all
5651 ;;
5652
5653sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5654 lt_cv_deplibs_check_method=pass_all
5655 ;;
5656
5657sysv4 | sysv4.3*)
5658 case $host_vendor in
5659 motorola)
5660 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]'
5661 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5662 ;;
5663 ncr)
5664 lt_cv_deplibs_check_method=pass_all
5665 ;;
5666 sequent)
5667 lt_cv_file_magic_cmd='/bin/file'
5668 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5669 ;;
5670 sni)
5671 lt_cv_file_magic_cmd='/bin/file'
5672 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5673 lt_cv_file_magic_test_file=/lib/libc.so
5674 ;;
5675 siemens)
5676 lt_cv_deplibs_check_method=pass_all
5677 ;;
5678 pc)
5679 lt_cv_deplibs_check_method=pass_all
5680 ;;
5681 esac
5682 ;;
5683
5684tpf*)
5685 lt_cv_deplibs_check_method=pass_all
5686 ;;
5687esac
5688
5689fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005690{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005691$as_echo "$lt_cv_deplibs_check_method" >&6; }
5692file_magic_cmd=$lt_cv_file_magic_cmd
5693deplibs_check_method=$lt_cv_deplibs_check_method
5694test -z "$deplibs_check_method" && deplibs_check_method=unknown
5695
5696
5697
5698
5699
5700
5701
5702
5703
5704
5705
5706
5707if test -n "$ac_tool_prefix"; then
5708 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5709set dummy ${ac_tool_prefix}ar; ac_word=$2
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005710{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005711$as_echo_n "checking for $ac_word... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005712if test "${ac_cv_prog_AR+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005713 $as_echo_n "(cached) " >&6
5714else
5715 if test -n "$AR"; then
5716 ac_cv_prog_AR="$AR" # Let the user override the test.
5717else
5718as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5719for as_dir in $PATH
5720do
5721 IFS=$as_save_IFS
5722 test -z "$as_dir" && as_dir=.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005723 for ac_exec_ext in '' $ac_executable_extensions; do
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005724 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5725 ac_cv_prog_AR="${ac_tool_prefix}ar"
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005726 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005727 break 2
5728 fi
5729done
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005730 done
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005731IFS=$as_save_IFS
5732
5733fi
5734fi
5735AR=$ac_cv_prog_AR
5736if test -n "$AR"; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005738$as_echo "$AR" >&6; }
5739else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005741$as_echo "no" >&6; }
5742fi
5743
5744
5745fi
5746if test -z "$ac_cv_prog_AR"; then
5747 ac_ct_AR=$AR
5748 # Extract the first word of "ar", so it can be a program name with args.
5749set dummy ar; ac_word=$2
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005750{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005751$as_echo_n "checking for $ac_word... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005752if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005753 $as_echo_n "(cached) " >&6
5754else
5755 if test -n "$ac_ct_AR"; then
5756 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5757else
5758as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5759for as_dir in $PATH
5760do
5761 IFS=$as_save_IFS
5762 test -z "$as_dir" && as_dir=.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005763 for ac_exec_ext in '' $ac_executable_extensions; do
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005764 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5765 ac_cv_prog_ac_ct_AR="ar"
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005766 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005767 break 2
5768 fi
5769done
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005770 done
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005771IFS=$as_save_IFS
5772
5773fi
5774fi
5775ac_ct_AR=$ac_cv_prog_ac_ct_AR
5776if test -n "$ac_ct_AR"; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005778$as_echo "$ac_ct_AR" >&6; }
5779else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005781$as_echo "no" >&6; }
5782fi
5783
5784 if test "x$ac_ct_AR" = x; then
5785 AR="false"
5786 else
5787 case $cross_compiling:$ac_tool_warned in
5788yes:)
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005789{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05005790$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005791ac_tool_warned=yes ;;
5792esac
5793 AR=$ac_ct_AR
5794 fi
5795else
5796 AR="$ac_cv_prog_AR"
5797fi
5798
5799test -z "$AR" && AR=ar
5800test -z "$AR_FLAGS" && AR_FLAGS=cru
5801
5802
5803
5804
5805
5806
5807
5808
5809
5810
5811
5812if test -n "$ac_tool_prefix"; then
5813 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5814set dummy ${ac_tool_prefix}strip; ac_word=$2
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005815{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005816$as_echo_n "checking for $ac_word... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005817if test "${ac_cv_prog_STRIP+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005818 $as_echo_n "(cached) " >&6
5819else
5820 if test -n "$STRIP"; then
5821 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5822else
5823as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5824for as_dir in $PATH
5825do
5826 IFS=$as_save_IFS
5827 test -z "$as_dir" && as_dir=.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005828 for ac_exec_ext in '' $ac_executable_extensions; do
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005829 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5830 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005831 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005832 break 2
5833 fi
5834done
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005835 done
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005836IFS=$as_save_IFS
5837
5838fi
5839fi
5840STRIP=$ac_cv_prog_STRIP
5841if test -n "$STRIP"; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005843$as_echo "$STRIP" >&6; }
5844else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005846$as_echo "no" >&6; }
5847fi
5848
5849
5850fi
5851if test -z "$ac_cv_prog_STRIP"; then
5852 ac_ct_STRIP=$STRIP
5853 # Extract the first word of "strip", so it can be a program name with args.
5854set dummy strip; ac_word=$2
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005855{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005856$as_echo_n "checking for $ac_word... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005857if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005858 $as_echo_n "(cached) " >&6
5859else
5860 if test -n "$ac_ct_STRIP"; then
5861 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5862else
5863as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5864for as_dir in $PATH
5865do
5866 IFS=$as_save_IFS
5867 test -z "$as_dir" && as_dir=.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005868 for ac_exec_ext in '' $ac_executable_extensions; do
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005869 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5870 ac_cv_prog_ac_ct_STRIP="strip"
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005871 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005872 break 2
5873 fi
5874done
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005875 done
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005876IFS=$as_save_IFS
5877
5878fi
5879fi
5880ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5881if test -n "$ac_ct_STRIP"; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005883$as_echo "$ac_ct_STRIP" >&6; }
5884else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005886$as_echo "no" >&6; }
5887fi
5888
5889 if test "x$ac_ct_STRIP" = x; then
5890 STRIP=":"
5891 else
5892 case $cross_compiling:$ac_tool_warned in
5893yes:)
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005894{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05005895$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005896ac_tool_warned=yes ;;
5897esac
5898 STRIP=$ac_ct_STRIP
5899 fi
5900else
5901 STRIP="$ac_cv_prog_STRIP"
5902fi
5903
5904test -z "$STRIP" && STRIP=:
5905
5906
5907
5908
5909
5910
5911if test -n "$ac_tool_prefix"; then
5912 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5913set dummy ${ac_tool_prefix}ranlib; ac_word=$2
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005914{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005915$as_echo_n "checking for $ac_word... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005916if test "${ac_cv_prog_RANLIB+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005917 $as_echo_n "(cached) " >&6
5918else
5919 if test -n "$RANLIB"; then
5920 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5921else
5922as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5923for as_dir in $PATH
5924do
5925 IFS=$as_save_IFS
5926 test -z "$as_dir" && as_dir=.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005927 for ac_exec_ext in '' $ac_executable_extensions; do
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005928 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5929 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005930 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005931 break 2
5932 fi
5933done
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005934 done
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005935IFS=$as_save_IFS
5936
5937fi
5938fi
5939RANLIB=$ac_cv_prog_RANLIB
5940if test -n "$RANLIB"; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005942$as_echo "$RANLIB" >&6; }
5943else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005945$as_echo "no" >&6; }
5946fi
5947
5948
5949fi
5950if test -z "$ac_cv_prog_RANLIB"; then
5951 ac_ct_RANLIB=$RANLIB
5952 # Extract the first word of "ranlib", so it can be a program name with args.
5953set dummy ranlib; ac_word=$2
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005954{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005955$as_echo_n "checking for $ac_word... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005956if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005957 $as_echo_n "(cached) " >&6
5958else
5959 if test -n "$ac_ct_RANLIB"; then
5960 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5961else
5962as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5963for as_dir in $PATH
5964do
5965 IFS=$as_save_IFS
5966 test -z "$as_dir" && as_dir=.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005967 for ac_exec_ext in '' $ac_executable_extensions; do
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005968 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5969 ac_cv_prog_ac_ct_RANLIB="ranlib"
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005970 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005971 break 2
5972 fi
5973done
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005974 done
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005975IFS=$as_save_IFS
5976
5977fi
5978fi
5979ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5980if test -n "$ac_ct_RANLIB"; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005982$as_echo "$ac_ct_RANLIB" >&6; }
5983else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005985$as_echo "no" >&6; }
5986fi
5987
5988 if test "x$ac_ct_RANLIB" = x; then
5989 RANLIB=":"
5990 else
5991 case $cross_compiling:$ac_tool_warned in
5992yes:)
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05005993{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05005994$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05005995ac_tool_warned=yes ;;
5996esac
5997 RANLIB=$ac_ct_RANLIB
5998 fi
5999else
6000 RANLIB="$ac_cv_prog_RANLIB"
6001fi
6002
6003test -z "$RANLIB" && RANLIB=:
6004
6005
6006
6007
6008
6009
6010# Determine commands to create old-style static archives.
6011old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6012old_postinstall_cmds='chmod 644 $oldlib'
6013old_postuninstall_cmds=
6014
6015if test -n "$RANLIB"; then
6016 case $host_os in
6017 openbsd*)
6018 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6019 ;;
6020 *)
6021 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6022 ;;
6023 esac
6024 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6025fi
6026
6027
6028
6029
6030
6031
6032
6033
6034
6035
6036
6037
6038
6039
6040
6041
6042
6043
6044
6045
6046
6047
6048
6049
6050
6051
6052
6053
6054
6055
6056
6057
6058
6059
6060# If no C compiler was specified, use CC.
6061LTCC=${LTCC-"$CC"}
6062
6063# If no C compiler flags were specified, use CFLAGS.
6064LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6065
6066# Allow CC to be a program name with arguments.
6067compiler=$CC
6068
6069
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006070# Check for command to grab the raw symbol name followed by C symbol from nm.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006071{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006072$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006073if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006074 $as_echo_n "(cached) " >&6
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006075else
6076
6077# These are sane defaults that work on at least a few old systems.
6078# [They come from Ultrix. What could be older than Ultrix?!! ;)]
6079
6080# Character class describing NM global symbol codes.
6081symcode='[BCDEGRST]'
6082
6083# Regexp to match symbols that can be accessed directly from C.
6084sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6085
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006086# Define system-specific variables.
6087case $host_os in
6088aix*)
6089 symcode='[BCDT]'
6090 ;;
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05006091cygwin* | mingw* | pw32* | cegcc*)
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006092 symcode='[ABCDGISTW]'
6093 ;;
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006094hpux*)
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006095 if test "$host_cpu" = ia64; then
6096 symcode='[ABCDEGRST]'
6097 fi
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006098 ;;
6099irix* | nonstopux*)
6100 symcode='[BCDEGRST]'
6101 ;;
6102osf*)
6103 symcode='[BCDEGQRST]'
6104 ;;
6105solaris*)
6106 symcode='[BDRT]'
6107 ;;
6108sco3.2v5*)
6109 symcode='[DT]'
6110 ;;
6111sysv4.2uw2*)
6112 symcode='[DT]'
6113 ;;
6114sysv5* | sco5v6* | unixware* | OpenUNIX*)
6115 symcode='[ABDT]'
6116 ;;
6117sysv4)
6118 symcode='[DFNSTU]'
6119 ;;
6120esac
6121
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006122# If we're using GNU nm, then use its standard symbol codes.
6123case `$NM -V 2>&1` in
6124*GNU* | *'with BFD'*)
6125 symcode='[ABCDGIRSTW]' ;;
6126esac
6127
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006128# Transform an extracted symbol line into a proper C declaration.
6129# Some systems (esp. on ia64) link data and code symbols differently,
6130# so use this general approach.
6131lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6132
6133# Transform an extracted symbol line into symbol name and symbol address
6134lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6135lt_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'"
6136
6137# Handle CRLF in mingw tool chain
6138opt_cr=
6139case $build_os in
6140mingw*)
6141 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6142 ;;
6143esac
6144
6145# Try without a prefix underscore, then with it.
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006146for ac_symprfx in "" "_"; do
6147
6148 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6149 symxfrm="\\1 $ac_symprfx\\2 \\2"
6150
6151 # Write the raw and C identifiers.
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006152 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6153 # Fake it for dumpbin and say T for any non-static function
6154 # and D for any global variable.
6155 # Also find C++ and __fastcall symbols from MSVC++,
6156 # which start with @ or ?.
6157 lt_cv_sys_global_symbol_pipe="$AWK '"\
6158" {last_section=section; section=\$ 3};"\
6159" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6160" \$ 0!~/External *\|/{next};"\
6161" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6162" {if(hide[section]) next};"\
6163" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6164" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6165" s[1]~/^[@?]/{print s[1], s[1]; next};"\
6166" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6167" ' prfx=^$ac_symprfx"
6168 else
6169 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6170 fi
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006171
6172 # Check to see that the pipe works correctly.
6173 pipe_works=no
6174
6175 rm -f conftest*
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006176 cat > conftest.$ac_ext <<_LT_EOF
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006177#ifdef __cplusplus
6178extern "C" {
6179#endif
6180char nm_test_var;
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006181void nm_test_func(void);
6182void nm_test_func(void){}
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006183#ifdef __cplusplus
6184}
6185#endif
6186int main(){nm_test_var='a';nm_test_func();return(0);}
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006187_LT_EOF
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006188
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006189 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006190 (eval $ac_compile) 2>&5
6191 ac_status=$?
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006192 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6193 test $ac_status = 0; }; then
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006194 # Now try to grab the symbols.
6195 nlist=conftest.nm
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006196 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\""; } >&5
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006197 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
6198 ac_status=$?
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006199 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6200 test $ac_status = 0; } && test -s "$nlist"; then
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006201 # Try sorting and uniquifying the output.
6202 if sort "$nlist" | uniq > "$nlist"T; then
6203 mv -f "$nlist"T "$nlist"
6204 else
6205 rm -f "$nlist"T
6206 fi
6207
6208 # Make sure that we snagged all the symbols we need.
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006209 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6210 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6211 cat <<_LT_EOF > conftest.$ac_ext
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006212#ifdef __cplusplus
6213extern "C" {
6214#endif
6215
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006216_LT_EOF
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006217 # Now generate the symbol file.
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006218 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006219
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006220 cat <<_LT_EOF >> conftest.$ac_ext
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006221
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006222/* The mapping between symbol names and symbols. */
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006223const struct {
6224 const char *name;
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006225 void *address;
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006226}
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006227lt__PROGRAM__LTX_preloaded_symbols[] =
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006228{
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006229 { "@PROGRAM@", (void *) 0 },
6230_LT_EOF
6231 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6232 cat <<\_LT_EOF >> conftest.$ac_ext
6233 {0, (void *) 0}
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006234};
6235
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006236/* This works around a problem in FreeBSD linker */
6237#ifdef FREEBSD_WORKAROUND
6238static const void *lt_preloaded_setup() {
6239 return lt__PROGRAM__LTX_preloaded_symbols;
6240}
6241#endif
6242
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006243#ifdef __cplusplus
6244}
6245#endif
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006246_LT_EOF
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006247 # Now try linking the two files.
6248 mv conftest.$ac_objext conftstm.$ac_objext
6249 lt_save_LIBS="$LIBS"
6250 lt_save_CFLAGS="$CFLAGS"
6251 LIBS="conftstm.$ac_objext"
6252 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006253 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006254 (eval $ac_link) 2>&5
6255 ac_status=$?
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006256 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6257 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006258 pipe_works=yes
6259 fi
6260 LIBS="$lt_save_LIBS"
6261 CFLAGS="$lt_save_CFLAGS"
6262 else
6263 echo "cannot find nm_test_func in $nlist" >&5
6264 fi
6265 else
6266 echo "cannot find nm_test_var in $nlist" >&5
6267 fi
6268 else
6269 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6270 fi
6271 else
6272 echo "$progname: failed program was:" >&5
6273 cat conftest.$ac_ext >&5
6274 fi
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006275 rm -rf conftest* conftst*
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006276
6277 # Do not use the global_symbol_pipe unless it works.
6278 if test "$pipe_works" = yes; then
6279 break
6280 else
6281 lt_cv_sys_global_symbol_pipe=
6282 fi
6283done
6284
6285fi
6286
6287if test -z "$lt_cv_sys_global_symbol_pipe"; then
6288 lt_cv_sys_global_symbol_to_cdecl=
6289fi
6290if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006292$as_echo "failed" >&6; }
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006293else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006295$as_echo "ok" >&6; }
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006296fi
6297
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06006298
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06006299
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06006300
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06006301
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06006302
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06006303
6304
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06006305
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006306
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06006307
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006308
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006309
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006310
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006311
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006312
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006313
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006314
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006315
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006316
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006317
6318
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006319
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06006320# Check whether --enable-libtool-lock was given.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006321if test "${enable_libtool_lock+set}" = set; then :
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06006322 enableval=$enable_libtool_lock;
6323fi
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006324
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006325test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06006326
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006327# Some flags need to be propagated to the compiler or linker for good
6328# libtool support.
6329case $host in
6330ia64-*-hpux*)
6331 # Find out which ABI we are using.
6332 echo 'int i;' > conftest.$ac_ext
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006333 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006334 (eval $ac_compile) 2>&5
6335 ac_status=$?
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006336 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6337 test $ac_status = 0; }; then
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006338 case `/usr/bin/file conftest.$ac_objext` in
6339 *ELF-32*)
6340 HPUX_IA64_MODE="32"
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006341 ;;
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006342 *ELF-64*)
6343 HPUX_IA64_MODE="64"
6344 ;;
6345 esac
6346 fi
6347 rm -rf conftest*
6348 ;;
6349*-*-irix6*)
6350 # Find out which ABI we are using.
Glenn Randers-Pehrsoneae2cf02009-11-21 21:50:07 -06006351 echo '#line 6351 "configure"' > conftest.$ac_ext
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006352 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006353 (eval $ac_compile) 2>&5
6354 ac_status=$?
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006355 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6356 test $ac_status = 0; }; then
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006357 if test "$lt_cv_prog_gnu_ld" = yes; then
6358 case `/usr/bin/file conftest.$ac_objext` in
6359 *32-bit*)
6360 LD="${LD-ld} -melf32bsmip"
6361 ;;
6362 *N32*)
6363 LD="${LD-ld} -melf32bmipn32"
6364 ;;
6365 *64-bit*)
6366 LD="${LD-ld} -melf64bmip"
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006367 ;;
6368 esac
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006369 else
6370 case `/usr/bin/file conftest.$ac_objext` in
6371 *32-bit*)
6372 LD="${LD-ld} -32"
6373 ;;
6374 *N32*)
6375 LD="${LD-ld} -n32"
6376 ;;
6377 *64-bit*)
6378 LD="${LD-ld} -64"
6379 ;;
6380 esac
6381 fi
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06006382 fi
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006383 rm -rf conftest*
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06006384 ;;
6385
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006386x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
6387s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6388 # Find out which ABI we are using.
6389 echo 'int i;' > conftest.$ac_ext
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006390 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006391 (eval $ac_compile) 2>&5
6392 ac_status=$?
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006393 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6394 test $ac_status = 0; }; then
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006395 case `/usr/bin/file conftest.o` in
6396 *32-bit*)
6397 case $host in
6398 x86_64-*kfreebsd*-gnu)
6399 LD="${LD-ld} -m elf_i386_fbsd"
6400 ;;
6401 x86_64-*linux*)
6402 LD="${LD-ld} -m elf_i386"
6403 ;;
6404 ppc64-*linux*|powerpc64-*linux*)
6405 LD="${LD-ld} -m elf32ppclinux"
6406 ;;
6407 s390x-*linux*)
6408 LD="${LD-ld} -m elf_s390"
6409 ;;
6410 sparc64-*linux*)
6411 LD="${LD-ld} -m elf32_sparc"
6412 ;;
6413 esac
6414 ;;
6415 *64-bit*)
6416 case $host in
6417 x86_64-*kfreebsd*-gnu)
6418 LD="${LD-ld} -m elf_x86_64_fbsd"
6419 ;;
6420 x86_64-*linux*)
6421 LD="${LD-ld} -m elf_x86_64"
6422 ;;
6423 ppc*-*linux*|powerpc*-*linux*)
6424 LD="${LD-ld} -m elf64ppc"
6425 ;;
6426 s390*-*linux*|s390*-*tpf*)
6427 LD="${LD-ld} -m elf64_s390"
6428 ;;
6429 sparc*-*linux*)
6430 LD="${LD-ld} -m elf64_sparc"
6431 ;;
6432 esac
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006433 ;;
6434 esac
6435 fi
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006436 rm -rf conftest*
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006437 ;;
6438
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006439*-*-sco3.2v5*)
6440 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6441 SAVE_CFLAGS="$CFLAGS"
6442 CFLAGS="$CFLAGS -belf"
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006444$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006445if test "${lt_cv_cc_needs_belf+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006446 $as_echo_n "(cached) " >&6
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006447else
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006448 ac_ext=c
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006449ac_cpp='$CPP $CPPFLAGS'
6450ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6451ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6452ac_compiler_gnu=$ac_cv_c_compiler_gnu
6453
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006454 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006455/* end confdefs.h. */
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006456
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006457int
6458main ()
6459{
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006460
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006461 ;
6462 return 0;
6463}
6464_ACEOF
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006465if ac_fn_c_try_link "$LINENO"; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006466 lt_cv_cc_needs_belf=yes
6467else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006468 lt_cv_cc_needs_belf=no
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06006469fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006470rm -f core conftest.err conftest.$ac_objext \
6471 conftest$ac_exeext conftest.$ac_ext
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006472 ac_ext=c
6473ac_cpp='$CPP $CPPFLAGS'
6474ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6475ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6476ac_compiler_gnu=$ac_cv_c_compiler_gnu
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006477
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006478fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006479{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006480$as_echo "$lt_cv_cc_needs_belf" >&6; }
6481 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6482 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6483 CFLAGS="$SAVE_CFLAGS"
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006484 fi
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006485 ;;
6486sparc*-*solaris*)
6487 # Find out which ABI we are using.
6488 echo 'int i;' > conftest.$ac_ext
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006489 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006490 (eval $ac_compile) 2>&5
6491 ac_status=$?
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006492 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6493 test $ac_status = 0; }; then
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006494 case `/usr/bin/file conftest.o` in
6495 *64-bit*)
6496 case $lt_cv_prog_gnu_ld in
6497 yes*) LD="${LD-ld} -m elf64_sparc" ;;
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006498 *)
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006499 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6500 LD="${LD-ld} -64"
6501 fi
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006502 ;;
6503 esac
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006504 ;;
6505 esac
6506 fi
6507 rm -rf conftest*
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006508 ;;
6509esac
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006510
6511need_locks="$enable_libtool_lock"
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006512
6513
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006514 case $host_os in
6515 rhapsody* | darwin*)
6516 if test -n "$ac_tool_prefix"; then
6517 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6518set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006519{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006520$as_echo_n "checking for $ac_word... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006521if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006522 $as_echo_n "(cached) " >&6
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006523else
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006524 if test -n "$DSYMUTIL"; then
6525 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6526else
6527as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6528for as_dir in $PATH
6529do
6530 IFS=$as_save_IFS
6531 test -z "$as_dir" && as_dir=.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006532 for ac_exec_ext in '' $ac_executable_extensions; do
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006533 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6534 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006535 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006536 break 2
6537 fi
6538done
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006539 done
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006540IFS=$as_save_IFS
6541
6542fi
6543fi
6544DSYMUTIL=$ac_cv_prog_DSYMUTIL
6545if test -n "$DSYMUTIL"; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006547$as_echo "$DSYMUTIL" >&6; }
6548else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006550$as_echo "no" >&6; }
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006551fi
6552
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006553
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006554fi
6555if test -z "$ac_cv_prog_DSYMUTIL"; then
6556 ac_ct_DSYMUTIL=$DSYMUTIL
6557 # Extract the first word of "dsymutil", so it can be a program name with args.
6558set dummy dsymutil; ac_word=$2
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006559{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006560$as_echo_n "checking for $ac_word... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006561if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006562 $as_echo_n "(cached) " >&6
6563else
6564 if test -n "$ac_ct_DSYMUTIL"; then
6565 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6566else
6567as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6568for as_dir in $PATH
6569do
6570 IFS=$as_save_IFS
6571 test -z "$as_dir" && as_dir=.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006572 for ac_exec_ext in '' $ac_executable_extensions; do
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006573 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6574 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006575 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006576 break 2
6577 fi
6578done
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006579 done
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006580IFS=$as_save_IFS
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006581
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006582fi
6583fi
6584ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6585if test -n "$ac_ct_DSYMUTIL"; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006587$as_echo "$ac_ct_DSYMUTIL" >&6; }
6588else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006590$as_echo "no" >&6; }
6591fi
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006592
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006593 if test "x$ac_ct_DSYMUTIL" = x; then
6594 DSYMUTIL=":"
6595 else
6596 case $cross_compiling:$ac_tool_warned in
6597yes:)
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006598{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05006599$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006600ac_tool_warned=yes ;;
6601esac
6602 DSYMUTIL=$ac_ct_DSYMUTIL
6603 fi
6604else
6605 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6606fi
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006607
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006608 if test -n "$ac_tool_prefix"; then
6609 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6610set dummy ${ac_tool_prefix}nmedit; ac_word=$2
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006611{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006612$as_echo_n "checking for $ac_word... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006613if test "${ac_cv_prog_NMEDIT+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006614 $as_echo_n "(cached) " >&6
6615else
6616 if test -n "$NMEDIT"; then
6617 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6618else
6619as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6620for as_dir in $PATH
6621do
6622 IFS=$as_save_IFS
6623 test -z "$as_dir" && as_dir=.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006624 for ac_exec_ext in '' $ac_executable_extensions; do
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006625 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6626 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006627 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006628 break 2
6629 fi
6630done
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006631 done
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006632IFS=$as_save_IFS
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06006633
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006634fi
6635fi
6636NMEDIT=$ac_cv_prog_NMEDIT
6637if test -n "$NMEDIT"; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006639$as_echo "$NMEDIT" >&6; }
6640else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006642$as_echo "no" >&6; }
6643fi
6644
6645
6646fi
6647if test -z "$ac_cv_prog_NMEDIT"; then
6648 ac_ct_NMEDIT=$NMEDIT
6649 # Extract the first word of "nmedit", so it can be a program name with args.
6650set dummy nmedit; ac_word=$2
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006651{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006652$as_echo_n "checking for $ac_word... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006653if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006654 $as_echo_n "(cached) " >&6
6655else
6656 if test -n "$ac_ct_NMEDIT"; then
6657 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6658else
6659as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6660for as_dir in $PATH
6661do
6662 IFS=$as_save_IFS
6663 test -z "$as_dir" && as_dir=.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006664 for ac_exec_ext in '' $ac_executable_extensions; do
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006665 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6666 ac_cv_prog_ac_ct_NMEDIT="nmedit"
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006667 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006668 break 2
6669 fi
6670done
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006671 done
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006672IFS=$as_save_IFS
6673
6674fi
6675fi
6676ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6677if test -n "$ac_ct_NMEDIT"; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006679$as_echo "$ac_ct_NMEDIT" >&6; }
6680else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006682$as_echo "no" >&6; }
6683fi
6684
6685 if test "x$ac_ct_NMEDIT" = x; then
6686 NMEDIT=":"
6687 else
6688 case $cross_compiling:$ac_tool_warned in
6689yes:)
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006690{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05006691$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006692ac_tool_warned=yes ;;
6693esac
6694 NMEDIT=$ac_ct_NMEDIT
6695 fi
6696else
6697 NMEDIT="$ac_cv_prog_NMEDIT"
6698fi
6699
6700 if test -n "$ac_tool_prefix"; then
6701 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6702set dummy ${ac_tool_prefix}lipo; ac_word=$2
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006703{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006704$as_echo_n "checking for $ac_word... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006705if test "${ac_cv_prog_LIPO+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006706 $as_echo_n "(cached) " >&6
6707else
6708 if test -n "$LIPO"; then
6709 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6710else
6711as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6712for as_dir in $PATH
6713do
6714 IFS=$as_save_IFS
6715 test -z "$as_dir" && as_dir=.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006716 for ac_exec_ext in '' $ac_executable_extensions; do
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006717 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6718 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006719 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006720 break 2
6721 fi
6722done
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006723 done
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006724IFS=$as_save_IFS
6725
6726fi
6727fi
6728LIPO=$ac_cv_prog_LIPO
6729if test -n "$LIPO"; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006731$as_echo "$LIPO" >&6; }
6732else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006734$as_echo "no" >&6; }
6735fi
6736
6737
6738fi
6739if test -z "$ac_cv_prog_LIPO"; then
6740 ac_ct_LIPO=$LIPO
6741 # Extract the first word of "lipo", so it can be a program name with args.
6742set dummy lipo; ac_word=$2
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006743{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006744$as_echo_n "checking for $ac_word... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006745if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006746 $as_echo_n "(cached) " >&6
6747else
6748 if test -n "$ac_ct_LIPO"; then
6749 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6750else
6751as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6752for as_dir in $PATH
6753do
6754 IFS=$as_save_IFS
6755 test -z "$as_dir" && as_dir=.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006756 for ac_exec_ext in '' $ac_executable_extensions; do
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006757 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6758 ac_cv_prog_ac_ct_LIPO="lipo"
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006759 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006760 break 2
6761 fi
6762done
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006763 done
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006764IFS=$as_save_IFS
6765
6766fi
6767fi
6768ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6769if test -n "$ac_ct_LIPO"; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006771$as_echo "$ac_ct_LIPO" >&6; }
6772else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006774$as_echo "no" >&6; }
6775fi
6776
6777 if test "x$ac_ct_LIPO" = x; then
6778 LIPO=":"
6779 else
6780 case $cross_compiling:$ac_tool_warned in
6781yes:)
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006782{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05006783$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006784ac_tool_warned=yes ;;
6785esac
6786 LIPO=$ac_ct_LIPO
6787 fi
6788else
6789 LIPO="$ac_cv_prog_LIPO"
6790fi
6791
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05006792 if test -n "$ac_tool_prefix"; then
6793 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6794set dummy ${ac_tool_prefix}otool; ac_word=$2
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006795{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05006796$as_echo_n "checking for $ac_word... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006797if test "${ac_cv_prog_OTOOL+set}" = set; then :
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05006798 $as_echo_n "(cached) " >&6
6799else
6800 if test -n "$OTOOL"; then
6801 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6802else
6803as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6804for as_dir in $PATH
6805do
6806 IFS=$as_save_IFS
6807 test -z "$as_dir" && as_dir=.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006808 for ac_exec_ext in '' $ac_executable_extensions; do
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05006809 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6810 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006811 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05006812 break 2
6813 fi
6814done
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006815 done
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05006816IFS=$as_save_IFS
6817
6818fi
6819fi
6820OTOOL=$ac_cv_prog_OTOOL
6821if test -n "$OTOOL"; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05006823$as_echo "$OTOOL" >&6; }
6824else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05006826$as_echo "no" >&6; }
6827fi
6828
6829
6830fi
6831if test -z "$ac_cv_prog_OTOOL"; then
6832 ac_ct_OTOOL=$OTOOL
6833 # Extract the first word of "otool", so it can be a program name with args.
6834set dummy otool; ac_word=$2
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006835{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05006836$as_echo_n "checking for $ac_word... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006837if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05006838 $as_echo_n "(cached) " >&6
6839else
6840 if test -n "$ac_ct_OTOOL"; then
6841 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6842else
6843as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6844for as_dir in $PATH
6845do
6846 IFS=$as_save_IFS
6847 test -z "$as_dir" && as_dir=.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006848 for ac_exec_ext in '' $ac_executable_extensions; do
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05006849 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6850 ac_cv_prog_ac_ct_OTOOL="otool"
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006851 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05006852 break 2
6853 fi
6854done
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006855 done
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05006856IFS=$as_save_IFS
6857
6858fi
6859fi
6860ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6861if test -n "$ac_ct_OTOOL"; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05006863$as_echo "$ac_ct_OTOOL" >&6; }
6864else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05006866$as_echo "no" >&6; }
6867fi
6868
6869 if test "x$ac_ct_OTOOL" = x; then
6870 OTOOL=":"
6871 else
6872 case $cross_compiling:$ac_tool_warned in
6873yes:)
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006874{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05006875$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6876ac_tool_warned=yes ;;
6877esac
6878 OTOOL=$ac_ct_OTOOL
6879 fi
6880else
6881 OTOOL="$ac_cv_prog_OTOOL"
6882fi
6883
6884 if test -n "$ac_tool_prefix"; then
6885 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6886set dummy ${ac_tool_prefix}otool64; ac_word=$2
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006887{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05006888$as_echo_n "checking for $ac_word... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006889if test "${ac_cv_prog_OTOOL64+set}" = set; then :
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05006890 $as_echo_n "(cached) " >&6
6891else
6892 if test -n "$OTOOL64"; then
6893 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6894else
6895as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6896for as_dir in $PATH
6897do
6898 IFS=$as_save_IFS
6899 test -z "$as_dir" && as_dir=.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006900 for ac_exec_ext in '' $ac_executable_extensions; do
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05006901 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6902 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006903 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05006904 break 2
6905 fi
6906done
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006907 done
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05006908IFS=$as_save_IFS
6909
6910fi
6911fi
6912OTOOL64=$ac_cv_prog_OTOOL64
6913if test -n "$OTOOL64"; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05006915$as_echo "$OTOOL64" >&6; }
6916else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05006918$as_echo "no" >&6; }
6919fi
6920
6921
6922fi
6923if test -z "$ac_cv_prog_OTOOL64"; then
6924 ac_ct_OTOOL64=$OTOOL64
6925 # Extract the first word of "otool64", so it can be a program name with args.
6926set dummy otool64; ac_word=$2
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006927{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05006928$as_echo_n "checking for $ac_word... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006929if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05006930 $as_echo_n "(cached) " >&6
6931else
6932 if test -n "$ac_ct_OTOOL64"; then
6933 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6934else
6935as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6936for as_dir in $PATH
6937do
6938 IFS=$as_save_IFS
6939 test -z "$as_dir" && as_dir=.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006940 for ac_exec_ext in '' $ac_executable_extensions; do
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05006941 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6942 ac_cv_prog_ac_ct_OTOOL64="otool64"
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006943 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05006944 break 2
6945 fi
6946done
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006947 done
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05006948IFS=$as_save_IFS
6949
6950fi
6951fi
6952ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6953if test -n "$ac_ct_OTOOL64"; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05006955$as_echo "$ac_ct_OTOOL64" >&6; }
6956else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05006958$as_echo "no" >&6; }
6959fi
6960
6961 if test "x$ac_ct_OTOOL64" = x; then
6962 OTOOL64=":"
6963 else
6964 case $cross_compiling:$ac_tool_warned in
6965yes:)
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05006966{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05006967$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6968ac_tool_warned=yes ;;
6969esac
6970 OTOOL64=$ac_ct_OTOOL64
6971 fi
6972else
6973 OTOOL64="$ac_cv_prog_OTOOL64"
6974fi
6975
6976
6977
6978
6979
6980
6981
6982
6983
6984
6985
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05006986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
6998
6999
7000
7001
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05007002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05007003$as_echo_n "checking for -single_module linker flag... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05007004if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05007005 $as_echo_n "(cached) " >&6
7006else
7007 lt_cv_apple_cc_single_mod=no
7008 if test -z "${LT_MULTI_MODULE}"; then
7009 # By default we will add the -single_module flag. You can override
7010 # by either setting the environment variable LT_MULTI_MODULE
7011 # non-empty at configure time, or by adding -multi_module to the
7012 # link flags.
7013 rm -rf libconftest.dylib*
7014 echo "int foo(void){return 1;}" > conftest.c
7015 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7016-dynamiclib -Wl,-single_module conftest.c" >&5
7017 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7018 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7019 _lt_result=$?
7020 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7021 lt_cv_apple_cc_single_mod=yes
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06007022 else
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05007023 cat conftest.err >&5
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06007024 fi
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05007025 rm -rf libconftest.dylib*
7026 rm -f conftest.*
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06007027 fi
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05007028fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05007029{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05007030$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05007031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05007032$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05007033if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05007034 $as_echo_n "(cached) " >&6
7035else
7036 lt_cv_ld_exported_symbols_list=no
7037 save_LDFLAGS=$LDFLAGS
7038 echo "_main" > conftest.sym
7039 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05007040 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06007041/* end confdefs.h. */
7042
7043int
7044main ()
7045{
7046
7047 ;
7048 return 0;
7049}
7050_ACEOF
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05007051if ac_fn_c_try_link "$LINENO"; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05007052 lt_cv_ld_exported_symbols_list=yes
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06007053else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05007054 lt_cv_ld_exported_symbols_list=no
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06007055fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05007056rm -f core conftest.err conftest.$ac_objext \
7057 conftest$ac_exeext conftest.$ac_ext
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05007058 LDFLAGS="$save_LDFLAGS"
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06007059
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06007060fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05007061{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05007062$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7063 case $host_os in
7064 rhapsody* | darwin1.[012])
7065 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7066 darwin1.*)
7067 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7068 darwin*) # darwin 5.x on
7069 # if running on 10.5 or later, the deployment target defaults
7070 # to the OS version, if on x86, and 10.4, the deployment
7071 # target defaults to 10.4. Don't you love it?
7072 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7073 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7074 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7075 10.[012]*)
7076 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7077 10.*)
7078 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06007079 esac
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05007080 ;;
7081 esac
7082 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7083 _lt_dar_single_mod='$single_module'
7084 fi
7085 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7086 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06007087 else
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05007088 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06007089 fi
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05007090 if test "$DSYMUTIL" != ":"; then
7091 _lt_dsymutil='~$DSYMUTIL $lib || :'
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06007092 else
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05007093 _lt_dsymutil=
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06007094 fi
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06007095 ;;
7096 esac
7097
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06007098
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05007099{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05007100$as_echo_n "checking for ANSI C header files... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05007101if test "${ac_cv_header_stdc+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05007102 $as_echo_n "(cached) " >&6
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06007103else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05007104 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06007105/* end confdefs.h. */
7106#include <stdlib.h>
7107#include <stdarg.h>
7108#include <string.h>
7109#include <float.h>
7110
7111int
7112main ()
7113{
7114
7115 ;
7116 return 0;
7117}
7118_ACEOF
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05007119if ac_fn_c_try_compile "$LINENO"; then :
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06007120 ac_cv_header_stdc=yes
7121else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05007122 ac_cv_header_stdc=no
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06007123fi
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06007124rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06007125
7126if test $ac_cv_header_stdc = yes; then
7127 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05007128 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06007129/* end confdefs.h. */
7130#include <string.h>
7131
7132_ACEOF
7133if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05007134 $EGREP "memchr" >/dev/null 2>&1; then :
7135
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06007136else
7137 ac_cv_header_stdc=no
7138fi
7139rm -f conftest*
7140
7141fi
7142
7143if test $ac_cv_header_stdc = yes; then
7144 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05007145 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06007146/* end confdefs.h. */
7147#include <stdlib.h>
7148
7149_ACEOF
7150if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05007151 $EGREP "free" >/dev/null 2>&1; then :
7152
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06007153else
7154 ac_cv_header_stdc=no
7155fi
7156rm -f conftest*
7157
7158fi
7159
7160if test $ac_cv_header_stdc = yes; then
7161 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05007162 if test "$cross_compiling" = yes; then :
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06007163 :
7164else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05007165 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06007166/* end confdefs.h. */
7167#include <ctype.h>
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06007168#include <stdlib.h>
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06007169#if ((' ' & 0x0FF) == 0x020)
7170# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7171# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7172#else
7173# define ISLOWER(c) \
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06007174 (('a' <= (c) && (c) <= 'i') \
7175 || ('j' <= (c) && (c) <= 'r') \
7176 || ('s' <= (c) && (c) <= 'z'))
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06007177# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7178#endif
7179
7180#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7181int
7182main ()
7183{
7184 int i;
7185 for (i = 0; i < 256; i++)
7186 if (XOR (islower (i), ISLOWER (i))
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -06007187 || toupper (i) != TOUPPER (i))
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06007188 return 2;
7189 return 0;
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06007190}
7191_ACEOF
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05007192if ac_fn_c_try_run "$LINENO"; then :
7193
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06007194else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05007195 ac_cv_header_stdc=no
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06007196fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05007197rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
7198 conftest.$ac_objext conftest.beam conftest.$ac_ext
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -06007199fi
7200
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -06007201fi
7202fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05007203{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05007204$as_echo "$ac_cv_header_stdc" >&6; }
7205if test $ac_cv_header_stdc = yes; then
7206
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05007207$as_echo "#define STDC_HEADERS 1" >>confdefs.h
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05007208
7209fi
7210
7211# On IRIX 5.3, sys/types and inttypes.h are conflicting.
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05007212for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7213 inttypes.h stdint.h unistd.h
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05007214do :
7215 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7216ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
7217"
7218eval as_val=\$$as_ac_Header
7219 if test "x$as_val" = x""yes; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05007220 cat >>confdefs.h <<_ACEOF
7221#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7222_ACEOF
7223
7224fi
7225
7226done
7227
7228
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05007229for ac_header in dlfcn.h
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05007230do :
7231 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7232"
7233if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05007234 cat >>confdefs.h <<_ACEOF
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05007235#define HAVE_DLFCN_H 1
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05007236_ACEOF
7237
7238fi
7239
7240done
7241
7242
7243
7244# Set options
7245
7246
7247
7248 enable_dlopen=no
7249
7250
7251
7252 # Check whether --enable-shared was given.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05007253if test "${enable_shared+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05007254 enableval=$enable_shared; p=${PACKAGE-default}
7255 case $enableval in
7256 yes) enable_shared=yes ;;
7257 no) enable_shared=no ;;
7258 *)
7259 enable_shared=no
7260 # Look at the argument we got. We use all the common list separators.
7261 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7262 for pkg in $enableval; do
7263 IFS="$lt_save_ifs"
7264 if test "X$pkg" = "X$p"; then
7265 enable_shared=yes
7266 fi
7267 done
7268 IFS="$lt_save_ifs"
7269 ;;
7270 esac
7271else
7272 enable_shared=yes
7273fi
7274
7275
7276
7277
7278
7279
7280
7281
7282
7283 # Check whether --enable-static was given.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05007284if test "${enable_static+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05007285 enableval=$enable_static; p=${PACKAGE-default}
7286 case $enableval in
7287 yes) enable_static=yes ;;
7288 no) enable_static=no ;;
7289 *)
7290 enable_static=no
7291 # Look at the argument we got. We use all the common list separators.
7292 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7293 for pkg in $enableval; do
7294 IFS="$lt_save_ifs"
7295 if test "X$pkg" = "X$p"; then
7296 enable_static=yes
7297 fi
7298 done
7299 IFS="$lt_save_ifs"
7300 ;;
7301 esac
7302else
7303 enable_static=yes
7304fi
7305
7306
7307
7308
7309
7310
7311
7312
7313
7314
7315# Check whether --with-pic was given.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05007316if test "${with_pic+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05007317 withval=$with_pic; pic_mode="$withval"
7318else
7319 pic_mode=default
7320fi
7321
7322
7323test -z "$pic_mode" && pic_mode=default
7324
7325
7326
7327
7328
7329
7330
7331 # Check whether --enable-fast-install was given.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05007332if test "${enable_fast_install+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05007333 enableval=$enable_fast_install; p=${PACKAGE-default}
7334 case $enableval in
7335 yes) enable_fast_install=yes ;;
7336 no) enable_fast_install=no ;;
7337 *)
7338 enable_fast_install=no
7339 # Look at the argument we got. We use all the common list separators.
7340 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7341 for pkg in $enableval; do
7342 IFS="$lt_save_ifs"
7343 if test "X$pkg" = "X$p"; then
7344 enable_fast_install=yes
7345 fi
7346 done
7347 IFS="$lt_save_ifs"
7348 ;;
7349 esac
7350else
7351 enable_fast_install=yes
7352fi
7353
7354
7355
7356
7357
7358
7359
7360
7361
7362
7363
7364# This can be used to rebuild libtool when needed
7365LIBTOOL_DEPS="$ltmain"
7366
7367# Always use our own libtool.
7368LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7369
7370
7371
7372
7373
7374
7375
7376
7377
7378
7379
7380
7381
7382
7383
7384
7385
7386
7387
7388
7389
7390
7391
7392
7393
7394test -z "$LN_S" && LN_S="ln -s"
7395
7396
7397
7398
7399
7400
7401
7402
7403
7404
7405
7406
7407
7408
7409if test -n "${ZSH_VERSION+set}" ; then
7410 setopt NO_GLOB_SUBST
7411fi
7412
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05007413{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05007414$as_echo_n "checking for objdir... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05007415if test "${lt_cv_objdir+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05007416 $as_echo_n "(cached) " >&6
7417else
7418 rm -f .libs 2>/dev/null
7419mkdir .libs 2>/dev/null
7420if test -d .libs; then
7421 lt_cv_objdir=.libs
7422else
7423 # MS-DOS does not allow filenames that begin with a dot.
7424 lt_cv_objdir=_libs
7425fi
7426rmdir .libs 2>/dev/null
7427fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05007428{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05007429$as_echo "$lt_cv_objdir" >&6; }
7430objdir=$lt_cv_objdir
7431
7432
7433
7434
7435
7436cat >>confdefs.h <<_ACEOF
7437#define LT_OBJDIR "$lt_cv_objdir/"
7438_ACEOF
7439
7440
7441
7442
7443
7444
7445
7446
7447
7448
7449
7450
7451
7452
7453
7454
7455
7456case $host_os in
7457aix3*)
7458 # AIX sometimes has problems with the GCC collect2 program. For some
7459 # reason, if we set the COLLECT_NAMES environment variable, the problems
7460 # vanish in a puff of smoke.
7461 if test "X${COLLECT_NAMES+set}" != Xset; then
7462 COLLECT_NAMES=
7463 export COLLECT_NAMES
7464 fi
7465 ;;
7466esac
7467
7468# Sed substitution that helps us do robust quoting. It backslashifies
7469# metacharacters that are still active within double-quoted strings.
7470sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
7471
7472# Same as above, but do not quote variable references.
7473double_quote_subst='s/\(["`\\]\)/\\\1/g'
7474
7475# Sed substitution to delay expansion of an escaped shell variable in a
7476# double_quote_subst'ed string.
7477delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
7478
7479# Sed substitution to delay expansion of an escaped single quote.
7480delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
7481
7482# Sed substitution to avoid accidental globbing in evaled expressions
7483no_glob_subst='s/\*/\\\*/g'
7484
7485# Global variables:
7486ofile=libtool
7487can_build_shared=yes
7488
7489# All known linkers require a `.a' archive for static linking (except MSVC,
7490# which needs '.lib').
7491libext=a
7492
7493with_gnu_ld="$lt_cv_prog_gnu_ld"
7494
7495old_CC="$CC"
7496old_CFLAGS="$CFLAGS"
7497
7498# Set sane defaults for various variables
7499test -z "$CC" && CC=cc
7500test -z "$LTCC" && LTCC=$CC
7501test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7502test -z "$LD" && LD=ld
7503test -z "$ac_objext" && ac_objext=o
7504
7505for cc_temp in $compiler""; do
7506 case $cc_temp in
7507 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7508 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7509 \-*) ;;
7510 *) break;;
7511 esac
7512done
7513cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
7514
7515
7516# Only perform the check for file, if the check method requires it
7517test -z "$MAGIC_CMD" && MAGIC_CMD=file
7518case $deplibs_check_method in
7519file_magic*)
7520 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05007521 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05007522$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05007523if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05007524 $as_echo_n "(cached) " >&6
7525else
7526 case $MAGIC_CMD in
7527[\\/*] | ?:[\\/]*)
7528 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7529 ;;
7530*)
7531 lt_save_MAGIC_CMD="$MAGIC_CMD"
7532 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7533 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7534 for ac_dir in $ac_dummy; do
7535 IFS="$lt_save_ifs"
7536 test -z "$ac_dir" && ac_dir=.
7537 if test -f $ac_dir/${ac_tool_prefix}file; then
7538 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7539 if test -n "$file_magic_test_file"; then
7540 case $deplibs_check_method in
7541 "file_magic "*)
7542 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7543 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7544 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7545 $EGREP "$file_magic_regex" > /dev/null; then
7546 :
7547 else
7548 cat <<_LT_EOF 1>&2
7549
7550*** Warning: the command libtool uses to detect shared libraries,
7551*** $file_magic_cmd, produces output that libtool cannot recognize.
7552*** The result is that libtool may fail to recognize shared libraries
7553*** as such. This will affect the creation of libtool libraries that
7554*** depend on shared libraries, but programs linked with such libtool
7555*** libraries will work regardless of this problem. Nevertheless, you
7556*** may want to report the problem to your system manager and/or to
7557*** bug-libtool@gnu.org
7558
7559_LT_EOF
7560 fi ;;
7561 esac
7562 fi
7563 break
7564 fi
7565 done
7566 IFS="$lt_save_ifs"
7567 MAGIC_CMD="$lt_save_MAGIC_CMD"
7568 ;;
7569esac
7570fi
7571
7572MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7573if test -n "$MAGIC_CMD"; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05007574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05007575$as_echo "$MAGIC_CMD" >&6; }
7576else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05007577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05007578$as_echo "no" >&6; }
7579fi
7580
7581
7582
7583
7584
7585if test -z "$lt_cv_path_MAGIC_CMD"; then
7586 if test -n "$ac_tool_prefix"; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05007587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05007588$as_echo_n "checking for file... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05007589if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05007590 $as_echo_n "(cached) " >&6
7591else
7592 case $MAGIC_CMD in
7593[\\/*] | ?:[\\/]*)
7594 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7595 ;;
7596*)
7597 lt_save_MAGIC_CMD="$MAGIC_CMD"
7598 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7599 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7600 for ac_dir in $ac_dummy; do
7601 IFS="$lt_save_ifs"
7602 test -z "$ac_dir" && ac_dir=.
7603 if test -f $ac_dir/file; then
7604 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7605 if test -n "$file_magic_test_file"; then
7606 case $deplibs_check_method in
7607 "file_magic "*)
7608 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7609 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7610 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7611 $EGREP "$file_magic_regex" > /dev/null; then
7612 :
7613 else
7614 cat <<_LT_EOF 1>&2
7615
7616*** Warning: the command libtool uses to detect shared libraries,
7617*** $file_magic_cmd, produces output that libtool cannot recognize.
7618*** The result is that libtool may fail to recognize shared libraries
7619*** as such. This will affect the creation of libtool libraries that
7620*** depend on shared libraries, but programs linked with such libtool
7621*** libraries will work regardless of this problem. Nevertheless, you
7622*** may want to report the problem to your system manager and/or to
7623*** bug-libtool@gnu.org
7624
7625_LT_EOF
7626 fi ;;
7627 esac
7628 fi
7629 break
7630 fi
7631 done
7632 IFS="$lt_save_ifs"
7633 MAGIC_CMD="$lt_save_MAGIC_CMD"
7634 ;;
7635esac
7636fi
7637
7638MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7639if test -n "$MAGIC_CMD"; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05007640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05007641$as_echo "$MAGIC_CMD" >&6; }
7642else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05007643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05007644$as_echo "no" >&6; }
7645fi
7646
7647
7648 else
7649 MAGIC_CMD=:
7650 fi
7651fi
7652
7653 fi
7654 ;;
7655esac
7656
7657# Use C for the default configuration in the libtool script
7658
7659lt_save_CC="$CC"
7660ac_ext=c
7661ac_cpp='$CPP $CPPFLAGS'
7662ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7663ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7664ac_compiler_gnu=$ac_cv_c_compiler_gnu
7665
7666
7667# Source file extension for C test sources.
7668ac_ext=c
7669
7670# Object file extension for compiled C test sources.
7671objext=o
7672objext=$objext
7673
7674# Code to be used in simple compile tests
7675lt_simple_compile_test_code="int some_variable = 0;"
7676
7677# Code to be used in simple link tests
7678lt_simple_link_test_code='int main(){return(0);}'
7679
7680
7681
7682
7683
7684
7685
7686# If no C compiler was specified, use CC.
7687LTCC=${LTCC-"$CC"}
7688
7689# If no C compiler flags were specified, use CFLAGS.
7690LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7691
7692# Allow CC to be a program name with arguments.
7693compiler=$CC
7694
7695# Save the default compiler, since it gets overwritten when the other
7696# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7697compiler_DEFAULT=$CC
7698
7699# save warnings/boilerplate of simple test code
7700ac_outfile=conftest.$ac_objext
7701echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7702eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7703_lt_compiler_boilerplate=`cat conftest.err`
7704$RM conftest*
7705
7706ac_outfile=conftest.$ac_objext
7707echo "$lt_simple_link_test_code" >conftest.$ac_ext
7708eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7709_lt_linker_boilerplate=`cat conftest.err`
7710$RM -r conftest*
7711
7712
7713if test -n "$compiler"; then
7714
7715lt_prog_compiler_no_builtin_flag=
7716
7717if test "$GCC" = yes; then
7718 lt_prog_compiler_no_builtin_flag=' -fno-builtin'
7719
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05007720 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05007721$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05007722if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05007723 $as_echo_n "(cached) " >&6
7724else
7725 lt_cv_prog_compiler_rtti_exceptions=no
7726 ac_outfile=conftest.$ac_objext
7727 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7728 lt_compiler_flag="-fno-rtti -fno-exceptions"
7729 # Insert the option either (1) after the last *FLAGS variable, or
7730 # (2) before a word containing "conftest.", or (3) at the end.
7731 # Note that $ac_compile itself does not contain backslashes and begins
7732 # with a dollar sign (not a hyphen), so the echo should work correctly.
7733 # The option is referenced via a variable to avoid confusing sed.
7734 lt_compile=`echo "$ac_compile" | $SED \
7735 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7736 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7737 -e 's:$: $lt_compiler_flag:'`
Glenn Randers-Pehrsoneae2cf02009-11-21 21:50:07 -06007738 (eval echo "\"\$as_me:7738: $lt_compile\"" >&5)
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05007739 (eval "$lt_compile" 2>conftest.err)
7740 ac_status=$?
7741 cat conftest.err >&5
Glenn Randers-Pehrsoneae2cf02009-11-21 21:50:07 -06007742 echo "$as_me:7742: \$? = $ac_status" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05007743 if (exit $ac_status) && test -s "$ac_outfile"; then
7744 # The compiler can only warn and ignore the option if not recognized
7745 # So say no if there are warnings other than the usual output.
7746 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
7747 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7748 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7749 lt_cv_prog_compiler_rtti_exceptions=yes
7750 fi
7751 fi
7752 $RM conftest*
7753
7754fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05007755{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05007756$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7757
7758if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7759 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7760else
7761 :
7762fi
7763
7764fi
7765
7766
7767
7768
7769
7770
7771 lt_prog_compiler_wl=
7772lt_prog_compiler_pic=
7773lt_prog_compiler_static=
7774
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05007775{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05007776$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7777
7778 if test "$GCC" = yes; then
7779 lt_prog_compiler_wl='-Wl,'
7780 lt_prog_compiler_static='-static'
7781
7782 case $host_os in
7783 aix*)
7784 # All AIX code is PIC.
7785 if test "$host_cpu" = ia64; then
7786 # AIX 5 now supports IA64 processor
7787 lt_prog_compiler_static='-Bstatic'
7788 fi
7789 ;;
7790
7791 amigaos*)
7792 case $host_cpu in
7793 powerpc)
7794 # see comment about AmigaOS4 .so support
7795 lt_prog_compiler_pic='-fPIC'
7796 ;;
7797 m68k)
7798 # FIXME: we need at least 68020 code to build shared libraries, but
7799 # adding the `-m68020' flag to GCC prevents building anything better,
7800 # like `-m68040'.
7801 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7802 ;;
7803 esac
7804 ;;
7805
7806 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7807 # PIC is the default for these OSes.
7808 ;;
7809
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05007810 mingw* | cygwin* | pw32* | os2* | cegcc*)
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05007811 # This hack is so that the source file can tell whether it is being
7812 # built for inclusion in a dll (and should export symbols for example).
7813 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7814 # (--disable-auto-import) libraries
7815 lt_prog_compiler_pic='-DDLL_EXPORT'
7816 ;;
7817
7818 darwin* | rhapsody*)
7819 # PIC is the default on this platform
7820 # Common symbols not allowed in MH_DYLIB files
7821 lt_prog_compiler_pic='-fno-common'
7822 ;;
7823
7824 hpux*)
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05007825 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7826 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7827 # sets the default TLS model and affects inlining.
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05007828 case $host_cpu in
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05007829 hppa*64*)
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05007830 # +Z the default
7831 ;;
7832 *)
7833 lt_prog_compiler_pic='-fPIC'
7834 ;;
7835 esac
7836 ;;
7837
7838 interix[3-9]*)
7839 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7840 # Instead, we relocate shared libraries at runtime.
7841 ;;
7842
7843 msdosdjgpp*)
7844 # Just because we use GCC doesn't mean we suddenly get shared libraries
7845 # on systems that don't support them.
7846 lt_prog_compiler_can_build_shared=no
7847 enable_shared=no
7848 ;;
7849
7850 *nto* | *qnx*)
7851 # QNX uses GNU C++, but need to define -shared option too, otherwise
7852 # it will coredump.
7853 lt_prog_compiler_pic='-fPIC -shared'
7854 ;;
7855
7856 sysv4*MP*)
7857 if test -d /usr/nec; then
7858 lt_prog_compiler_pic=-Kconform_pic
7859 fi
7860 ;;
7861
7862 *)
7863 lt_prog_compiler_pic='-fPIC'
7864 ;;
7865 esac
7866 else
7867 # PORTME Check for flag to pass linker flags through the system compiler.
7868 case $host_os in
7869 aix*)
7870 lt_prog_compiler_wl='-Wl,'
7871 if test "$host_cpu" = ia64; then
7872 # AIX 5 now supports IA64 processor
7873 lt_prog_compiler_static='-Bstatic'
7874 else
7875 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7876 fi
7877 ;;
7878
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05007879 mingw* | cygwin* | pw32* | os2* | cegcc*)
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05007880 # This hack is so that the source file can tell whether it is being
7881 # built for inclusion in a dll (and should export symbols for example).
7882 lt_prog_compiler_pic='-DDLL_EXPORT'
7883 ;;
7884
7885 hpux9* | hpux10* | hpux11*)
7886 lt_prog_compiler_wl='-Wl,'
7887 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7888 # not for PA HP-UX.
7889 case $host_cpu in
7890 hppa*64*|ia64*)
7891 # +Z the default
7892 ;;
7893 *)
7894 lt_prog_compiler_pic='+Z'
7895 ;;
7896 esac
7897 # Is there a better lt_prog_compiler_static that works with the bundled CC?
7898 lt_prog_compiler_static='${wl}-a ${wl}archive'
7899 ;;
7900
7901 irix5* | irix6* | nonstopux*)
7902 lt_prog_compiler_wl='-Wl,'
7903 # PIC (with -KPIC) is the default.
7904 lt_prog_compiler_static='-non_shared'
7905 ;;
7906
7907 linux* | k*bsd*-gnu)
7908 case $cc_basename in
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05007909 # old Intel for x86_64 which still supported -KPIC.
7910 ecc*)
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05007911 lt_prog_compiler_wl='-Wl,'
7912 lt_prog_compiler_pic='-KPIC'
7913 lt_prog_compiler_static='-static'
7914 ;;
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05007915 # icc used to be incompatible with GCC.
7916 # ICC 10 doesn't accept -KPIC any more.
7917 icc* | ifort*)
7918 lt_prog_compiler_wl='-Wl,'
7919 lt_prog_compiler_pic='-fPIC'
7920 lt_prog_compiler_static='-static'
7921 ;;
7922 # Lahey Fortran 8.1.
7923 lf95*)
7924 lt_prog_compiler_wl='-Wl,'
7925 lt_prog_compiler_pic='--shared'
7926 lt_prog_compiler_static='--static'
7927 ;;
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05007928 pgcc* | pgf77* | pgf90* | pgf95*)
7929 # Portland Group compilers (*not* the Pentium gcc compiler,
7930 # which looks to be a dead project)
7931 lt_prog_compiler_wl='-Wl,'
7932 lt_prog_compiler_pic='-fpic'
7933 lt_prog_compiler_static='-Bstatic'
7934 ;;
7935 ccc*)
7936 lt_prog_compiler_wl='-Wl,'
7937 # All Alpha code is PIC.
7938 lt_prog_compiler_static='-non_shared'
7939 ;;
7940 xl*)
7941 # IBM XL C 8.0/Fortran 10.1 on PPC
7942 lt_prog_compiler_wl='-Wl,'
7943 lt_prog_compiler_pic='-qpic'
7944 lt_prog_compiler_static='-qstaticlink'
7945 ;;
7946 *)
7947 case `$CC -V 2>&1 | sed 5q` in
7948 *Sun\ C*)
7949 # Sun C 5.9
7950 lt_prog_compiler_pic='-KPIC'
7951 lt_prog_compiler_static='-Bstatic'
7952 lt_prog_compiler_wl='-Wl,'
7953 ;;
7954 *Sun\ F*)
7955 # Sun Fortran 8.3 passes all unrecognized flags to the linker
7956 lt_prog_compiler_pic='-KPIC'
7957 lt_prog_compiler_static='-Bstatic'
7958 lt_prog_compiler_wl=''
7959 ;;
7960 esac
7961 ;;
7962 esac
7963 ;;
7964
7965 newsos6)
7966 lt_prog_compiler_pic='-KPIC'
7967 lt_prog_compiler_static='-Bstatic'
7968 ;;
7969
7970 *nto* | *qnx*)
7971 # QNX uses GNU C++, but need to define -shared option too, otherwise
7972 # it will coredump.
7973 lt_prog_compiler_pic='-fPIC -shared'
7974 ;;
7975
7976 osf3* | osf4* | osf5*)
7977 lt_prog_compiler_wl='-Wl,'
7978 # All OSF/1 code is PIC.
7979 lt_prog_compiler_static='-non_shared'
7980 ;;
7981
7982 rdos*)
7983 lt_prog_compiler_static='-non_shared'
7984 ;;
7985
7986 solaris*)
7987 lt_prog_compiler_pic='-KPIC'
7988 lt_prog_compiler_static='-Bstatic'
7989 case $cc_basename in
7990 f77* | f90* | f95*)
7991 lt_prog_compiler_wl='-Qoption ld ';;
7992 *)
7993 lt_prog_compiler_wl='-Wl,';;
7994 esac
7995 ;;
7996
7997 sunos4*)
7998 lt_prog_compiler_wl='-Qoption ld '
7999 lt_prog_compiler_pic='-PIC'
8000 lt_prog_compiler_static='-Bstatic'
8001 ;;
8002
8003 sysv4 | sysv4.2uw2* | sysv4.3*)
8004 lt_prog_compiler_wl='-Wl,'
8005 lt_prog_compiler_pic='-KPIC'
8006 lt_prog_compiler_static='-Bstatic'
8007 ;;
8008
8009 sysv4*MP*)
8010 if test -d /usr/nec ;then
8011 lt_prog_compiler_pic='-Kconform_pic'
8012 lt_prog_compiler_static='-Bstatic'
8013 fi
8014 ;;
8015
8016 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8017 lt_prog_compiler_wl='-Wl,'
8018 lt_prog_compiler_pic='-KPIC'
8019 lt_prog_compiler_static='-Bstatic'
8020 ;;
8021
8022 unicos*)
8023 lt_prog_compiler_wl='-Wl,'
8024 lt_prog_compiler_can_build_shared=no
8025 ;;
8026
8027 uts4*)
8028 lt_prog_compiler_pic='-pic'
8029 lt_prog_compiler_static='-Bstatic'
8030 ;;
8031
8032 *)
8033 lt_prog_compiler_can_build_shared=no
8034 ;;
8035 esac
8036 fi
8037
8038case $host_os in
8039 # For platforms which do not support PIC, -DPIC is meaningless:
8040 *djgpp*)
8041 lt_prog_compiler_pic=
8042 ;;
8043 *)
8044 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8045 ;;
8046esac
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05008047{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05008048$as_echo "$lt_prog_compiler_pic" >&6; }
8049
8050
8051
8052
8053
8054
8055#
8056# Check to make sure the PIC flag actually works.
8057#
8058if test -n "$lt_prog_compiler_pic"; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05008059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05008060$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05008061if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05008062 $as_echo_n "(cached) " >&6
8063else
8064 lt_cv_prog_compiler_pic_works=no
8065 ac_outfile=conftest.$ac_objext
8066 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8067 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8068 # Insert the option either (1) after the last *FLAGS variable, or
8069 # (2) before a word containing "conftest.", or (3) at the end.
8070 # Note that $ac_compile itself does not contain backslashes and begins
8071 # with a dollar sign (not a hyphen), so the echo should work correctly.
8072 # The option is referenced via a variable to avoid confusing sed.
8073 lt_compile=`echo "$ac_compile" | $SED \
8074 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8075 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8076 -e 's:$: $lt_compiler_flag:'`
Glenn Randers-Pehrsoneae2cf02009-11-21 21:50:07 -06008077 (eval echo "\"\$as_me:8077: $lt_compile\"" >&5)
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05008078 (eval "$lt_compile" 2>conftest.err)
8079 ac_status=$?
8080 cat conftest.err >&5
Glenn Randers-Pehrsoneae2cf02009-11-21 21:50:07 -06008081 echo "$as_me:8081: \$? = $ac_status" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05008082 if (exit $ac_status) && test -s "$ac_outfile"; then
8083 # The compiler can only warn and ignore the option if not recognized
8084 # So say no if there are warnings other than the usual output.
8085 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
8086 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8087 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8088 lt_cv_prog_compiler_pic_works=yes
8089 fi
8090 fi
8091 $RM conftest*
8092
8093fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05008094{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05008095$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8096
8097if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8098 case $lt_prog_compiler_pic in
8099 "" | " "*) ;;
8100 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8101 esac
8102else
8103 lt_prog_compiler_pic=
8104 lt_prog_compiler_can_build_shared=no
8105fi
8106
8107fi
8108
8109
8110
8111
8112
8113
8114#
8115# Check to make sure the static flag actually works.
8116#
8117wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05008118{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05008119$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05008120if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05008121 $as_echo_n "(cached) " >&6
8122else
8123 lt_cv_prog_compiler_static_works=no
8124 save_LDFLAGS="$LDFLAGS"
8125 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8126 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8127 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8128 # The linker can only warn and ignore the option if not recognized
8129 # So say no if there are warnings
8130 if test -s conftest.err; then
8131 # Append any errors to the config.log.
8132 cat conftest.err 1>&5
8133 $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
8134 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8135 if diff conftest.exp conftest.er2 >/dev/null; then
8136 lt_cv_prog_compiler_static_works=yes
8137 fi
8138 else
8139 lt_cv_prog_compiler_static_works=yes
8140 fi
8141 fi
8142 $RM -r conftest*
8143 LDFLAGS="$save_LDFLAGS"
8144
8145fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05008146{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05008147$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8148
8149if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8150 :
8151else
8152 lt_prog_compiler_static=
8153fi
8154
8155
8156
8157
8158
8159
8160
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05008161 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05008162$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05008163if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05008164 $as_echo_n "(cached) " >&6
8165else
8166 lt_cv_prog_compiler_c_o=no
8167 $RM -r conftest 2>/dev/null
8168 mkdir conftest
8169 cd conftest
8170 mkdir out
8171 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8172
8173 lt_compiler_flag="-o out/conftest2.$ac_objext"
8174 # Insert the option either (1) after the last *FLAGS variable, or
8175 # (2) before a word containing "conftest.", or (3) at the end.
8176 # Note that $ac_compile itself does not contain backslashes and begins
8177 # with a dollar sign (not a hyphen), so the echo should work correctly.
8178 lt_compile=`echo "$ac_compile" | $SED \
8179 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8180 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8181 -e 's:$: $lt_compiler_flag:'`
Glenn Randers-Pehrsoneae2cf02009-11-21 21:50:07 -06008182 (eval echo "\"\$as_me:8182: $lt_compile\"" >&5)
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05008183 (eval "$lt_compile" 2>out/conftest.err)
8184 ac_status=$?
8185 cat out/conftest.err >&5
Glenn Randers-Pehrsoneae2cf02009-11-21 21:50:07 -06008186 echo "$as_me:8186: \$? = $ac_status" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05008187 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8188 then
8189 # The compiler can only warn and ignore the option if not recognized
8190 # So say no if there are warnings
8191 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
8192 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8193 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8194 lt_cv_prog_compiler_c_o=yes
8195 fi
8196 fi
8197 chmod u+w . 2>&5
8198 $RM conftest*
8199 # SGI C++ compiler will create directory out/ii_files/ for
8200 # template instantiation
8201 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8202 $RM out/* && rmdir out
8203 cd ..
8204 $RM -r conftest
8205 $RM conftest*
8206
8207fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05008208{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05008209$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8210
8211
8212
8213
8214
8215
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05008216 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05008217$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05008218if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05008219 $as_echo_n "(cached) " >&6
8220else
8221 lt_cv_prog_compiler_c_o=no
8222 $RM -r conftest 2>/dev/null
8223 mkdir conftest
8224 cd conftest
8225 mkdir out
8226 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8227
8228 lt_compiler_flag="-o out/conftest2.$ac_objext"
8229 # Insert the option either (1) after the last *FLAGS variable, or
8230 # (2) before a word containing "conftest.", or (3) at the end.
8231 # Note that $ac_compile itself does not contain backslashes and begins
8232 # with a dollar sign (not a hyphen), so the echo should work correctly.
8233 lt_compile=`echo "$ac_compile" | $SED \
8234 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8235 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8236 -e 's:$: $lt_compiler_flag:'`
Glenn Randers-Pehrsoneae2cf02009-11-21 21:50:07 -06008237 (eval echo "\"\$as_me:8237: $lt_compile\"" >&5)
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05008238 (eval "$lt_compile" 2>out/conftest.err)
8239 ac_status=$?
8240 cat out/conftest.err >&5
Glenn Randers-Pehrsoneae2cf02009-11-21 21:50:07 -06008241 echo "$as_me:8241: \$? = $ac_status" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05008242 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8243 then
8244 # The compiler can only warn and ignore the option if not recognized
8245 # So say no if there are warnings
8246 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
8247 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8248 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8249 lt_cv_prog_compiler_c_o=yes
8250 fi
8251 fi
8252 chmod u+w . 2>&5
8253 $RM conftest*
8254 # SGI C++ compiler will create directory out/ii_files/ for
8255 # template instantiation
8256 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8257 $RM out/* && rmdir out
8258 cd ..
8259 $RM -r conftest
8260 $RM conftest*
8261
8262fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05008263{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05008264$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8265
8266
8267
8268
8269hard_links="nottested"
8270if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8271 # do not overwrite the value of need_locks provided by the user
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05008272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05008273$as_echo_n "checking if we can lock with hard links... " >&6; }
8274 hard_links=yes
8275 $RM conftest*
8276 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8277 touch conftest.a
8278 ln conftest.a conftest.b 2>&5 || hard_links=no
8279 ln conftest.a conftest.b 2>/dev/null && hard_links=no
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05008280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05008281$as_echo "$hard_links" >&6; }
8282 if test "$hard_links" = no; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05008283 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05008284$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8285 need_locks=warn
8286 fi
8287else
8288 need_locks=no
8289fi
8290
8291
8292
8293
8294
8295
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05008296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05008297$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8298
8299 runpath_var=
8300 allow_undefined_flag=
8301 always_export_symbols=no
8302 archive_cmds=
8303 archive_expsym_cmds=
8304 compiler_needs_object=no
8305 enable_shared_with_static_runtimes=no
8306 export_dynamic_flag_spec=
8307 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8308 hardcode_automatic=no
8309 hardcode_direct=no
8310 hardcode_direct_absolute=no
8311 hardcode_libdir_flag_spec=
8312 hardcode_libdir_flag_spec_ld=
8313 hardcode_libdir_separator=
8314 hardcode_minus_L=no
8315 hardcode_shlibpath_var=unsupported
8316 inherit_rpath=no
8317 link_all_deplibs=unknown
8318 module_cmds=
8319 module_expsym_cmds=
8320 old_archive_from_new_cmds=
8321 old_archive_from_expsyms_cmds=
8322 thread_safe_flag_spec=
8323 whole_archive_flag_spec=
8324 # include_expsyms should be a list of space-separated symbols to be *always*
8325 # included in the symbol list
8326 include_expsyms=
8327 # exclude_expsyms can be an extended regexp of symbols to exclude
8328 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8329 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8330 # as well as any symbol that contains `d'.
8331 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8332 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8333 # platforms (ab)use it in PIC code, but their linkers get confused if
8334 # the symbol is explicitly referenced. Since portable code cannot
8335 # rely on this symbol name, it's probably fine to never include it in
8336 # preloaded symbol tables.
8337 # Exclude shared library initialization/finalization symbols.
8338 extract_expsyms_cmds=
8339
8340 case $host_os in
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05008341 cygwin* | mingw* | pw32* | cegcc*)
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05008342 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8343 # When not using gcc, we currently assume that we are using
8344 # Microsoft Visual C++.
8345 if test "$GCC" != yes; then
8346 with_gnu_ld=no
8347 fi
8348 ;;
8349 interix*)
8350 # we just hope/assume this is gcc and not c89 (= MSVC++)
8351 with_gnu_ld=yes
8352 ;;
8353 openbsd*)
8354 with_gnu_ld=no
8355 ;;
8356 esac
8357
8358 ld_shlibs=yes
8359 if test "$with_gnu_ld" = yes; then
8360 # If archive_cmds runs LD, not CC, wlarc should be empty
8361 wlarc='${wl}'
8362
8363 # Set some defaults for GNU ld with shared library support. These
8364 # are reset later if shared libraries are not supported. Putting them
8365 # here allows them to be overridden if necessary.
8366 runpath_var=LD_RUN_PATH
8367 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8368 export_dynamic_flag_spec='${wl}--export-dynamic'
8369 # ancient GNU ld didn't support --whole-archive et. al.
8370 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8371 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8372 else
8373 whole_archive_flag_spec=
8374 fi
8375 supports_anon_versioning=no
8376 case `$LD -v 2>&1` in
8377 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8378 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8379 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8380 *\ 2.11.*) ;; # other 2.11 versions
8381 *) supports_anon_versioning=yes ;;
8382 esac
8383
8384 # See if GNU ld supports shared libraries.
8385 case $host_os in
8386 aix[3-9]*)
8387 # On AIX/PPC, the GNU linker is very broken
8388 if test "$host_cpu" != ia64; then
8389 ld_shlibs=no
8390 cat <<_LT_EOF 1>&2
8391
8392*** Warning: the GNU linker, at least up to release 2.9.1, is reported
8393*** to be unable to reliably create shared libraries on AIX.
8394*** Therefore, libtool is disabling shared libraries support. If you
8395*** really care for shared libraries, you may want to modify your PATH
8396*** so that a non-GNU linker is found, and then restart.
8397
8398_LT_EOF
8399 fi
8400 ;;
8401
8402 amigaos*)
8403 case $host_cpu in
8404 powerpc)
8405 # see comment about AmigaOS4 .so support
8406 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8407 archive_expsym_cmds=''
8408 ;;
8409 m68k)
8410 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)'
8411 hardcode_libdir_flag_spec='-L$libdir'
8412 hardcode_minus_L=yes
8413 ;;
8414 esac
8415 ;;
8416
8417 beos*)
8418 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8419 allow_undefined_flag=unsupported
8420 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8421 # support --undefined. This deserves some investigation. FIXME
8422 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8423 else
8424 ld_shlibs=no
8425 fi
8426 ;;
8427
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05008428 cygwin* | mingw* | pw32* | cegcc*)
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05008429 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8430 # as there is no search path for DLLs.
8431 hardcode_libdir_flag_spec='-L$libdir'
8432 allow_undefined_flag=unsupported
8433 always_export_symbols=no
8434 enable_shared_with_static_runtimes=yes
8435 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8436
8437 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8438 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8439 # If the export-symbols file already is a .def file (1st line
8440 # is EXPORTS), use it as is; otherwise, prepend...
8441 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8442 cp $export_symbols $output_objdir/$soname.def;
8443 else
8444 echo EXPORTS > $output_objdir/$soname.def;
8445 cat $export_symbols >> $output_objdir/$soname.def;
8446 fi~
8447 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8448 else
8449 ld_shlibs=no
8450 fi
8451 ;;
8452
8453 interix[3-9]*)
8454 hardcode_direct=no
8455 hardcode_shlibpath_var=no
8456 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8457 export_dynamic_flag_spec='${wl}-E'
8458 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8459 # Instead, shared libraries are loaded at an image base (0x10000000 by
8460 # default) and relocated if they conflict, which is a slow very memory
8461 # consuming and fragmenting process. To avoid this, we pick a random,
8462 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8463 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8464 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8465 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'
8466 ;;
8467
8468 gnu* | linux* | tpf* | k*bsd*-gnu)
8469 tmp_diet=no
8470 if test "$host_os" = linux-dietlibc; then
8471 case $cc_basename in
8472 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8473 esac
8474 fi
8475 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8476 && test "$tmp_diet" = no
8477 then
8478 tmp_addflag=
8479 tmp_sharedflag='-shared'
8480 case $cc_basename,$host_cpu in
8481 pgcc*) # Portland Group C compiler
8482 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'
8483 tmp_addflag=' $pic_flag'
8484 ;;
8485 pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers
8486 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'
8487 tmp_addflag=' $pic_flag -Mnomain' ;;
8488 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8489 tmp_addflag=' -i_dynamic' ;;
8490 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8491 tmp_addflag=' -i_dynamic -nofor_main' ;;
8492 ifc* | ifort*) # Intel Fortran compiler
8493 tmp_addflag=' -nofor_main' ;;
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05008494 lf95*) # Lahey Fortran 8.1
8495 whole_archive_flag_spec=
8496 tmp_sharedflag='--shared' ;;
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05008497 xl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8498 tmp_sharedflag='-qmkshrobj'
8499 tmp_addflag= ;;
8500 esac
8501 case `$CC -V 2>&1 | sed 5q` in
8502 *Sun\ C*) # Sun C 5.9
8503 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'
8504 compiler_needs_object=yes
8505 tmp_sharedflag='-G' ;;
8506 *Sun\ F*) # Sun Fortran 8.3
8507 tmp_sharedflag='-G' ;;
8508 esac
8509 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8510
8511 if test "x$supports_anon_versioning" = xyes; then
8512 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8513 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8514 echo "local: *; };" >> $output_objdir/$libname.ver~
8515 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8516 fi
8517
8518 case $cc_basename in
8519 xlf*)
8520 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8521 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8522 hardcode_libdir_flag_spec=
8523 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8524 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8525 if test "x$supports_anon_versioning" = xyes; then
8526 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8527 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8528 echo "local: *; };" >> $output_objdir/$libname.ver~
8529 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8530 fi
8531 ;;
8532 esac
8533 else
8534 ld_shlibs=no
8535 fi
8536 ;;
8537
8538 netbsd*)
8539 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8540 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8541 wlarc=
8542 else
8543 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8544 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8545 fi
8546 ;;
8547
8548 solaris*)
8549 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8550 ld_shlibs=no
8551 cat <<_LT_EOF 1>&2
8552
8553*** Warning: The releases 2.8.* of the GNU linker cannot reliably
8554*** create shared libraries on Solaris systems. Therefore, libtool
8555*** is disabling shared libraries support. We urge you to upgrade GNU
8556*** binutils to release 2.9.1 or newer. Another option is to modify
8557*** your PATH or compiler configuration so that the native linker is
8558*** used, and then restart.
8559
8560_LT_EOF
8561 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8562 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8563 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8564 else
8565 ld_shlibs=no
8566 fi
8567 ;;
8568
8569 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8570 case `$LD -v 2>&1` in
8571 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8572 ld_shlibs=no
8573 cat <<_LT_EOF 1>&2
8574
8575*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8576*** reliably create shared libraries on SCO systems. Therefore, libtool
8577*** is disabling shared libraries support. We urge you to upgrade GNU
8578*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8579*** your PATH or compiler configuration so that the native linker is
8580*** used, and then restart.
8581
8582_LT_EOF
8583 ;;
8584 *)
8585 # For security reasons, it is highly recommended that you always
8586 # use absolute paths for naming shared libraries, and exclude the
8587 # DT_RUNPATH tag from executables and libraries. But doing so
8588 # requires that you compile everything twice, which is a pain.
8589 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8590 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8591 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8592 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8593 else
8594 ld_shlibs=no
8595 fi
8596 ;;
8597 esac
8598 ;;
8599
8600 sunos4*)
8601 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8602 wlarc=
8603 hardcode_direct=yes
8604 hardcode_shlibpath_var=no
8605 ;;
8606
8607 *)
8608 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8609 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8610 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8611 else
8612 ld_shlibs=no
8613 fi
8614 ;;
8615 esac
8616
8617 if test "$ld_shlibs" = no; then
8618 runpath_var=
8619 hardcode_libdir_flag_spec=
8620 export_dynamic_flag_spec=
8621 whole_archive_flag_spec=
8622 fi
8623 else
8624 # PORTME fill in a description of your system's linker (not GNU ld)
8625 case $host_os in
8626 aix3*)
8627 allow_undefined_flag=unsupported
8628 always_export_symbols=yes
8629 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'
8630 # Note: this linker hardcodes the directories in LIBPATH if there
8631 # are no directories specified by -L.
8632 hardcode_minus_L=yes
8633 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8634 # Neither direct hardcoding nor static linking is supported with a
8635 # broken collect2.
8636 hardcode_direct=unsupported
8637 fi
8638 ;;
8639
8640 aix[4-9]*)
8641 if test "$host_cpu" = ia64; then
8642 # On IA64, the linker does run time linking by default, so we don't
8643 # have to do anything special.
8644 aix_use_runtimelinking=no
8645 exp_sym_flag='-Bexport'
8646 no_entry_flag=""
8647 else
8648 # If we're using GNU nm, then we don't want the "-C" option.
8649 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8650 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8651 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'
8652 else
8653 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'
8654 fi
8655 aix_use_runtimelinking=no
8656
8657 # Test if we are trying to use run time linking or normal
8658 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8659 # need to do runtime linking.
8660 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8661 for ld_flag in $LDFLAGS; do
8662 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8663 aix_use_runtimelinking=yes
8664 break
8665 fi
8666 done
8667 ;;
8668 esac
8669
8670 exp_sym_flag='-bexport'
8671 no_entry_flag='-bnoentry'
8672 fi
8673
8674 # When large executables or shared objects are built, AIX ld can
8675 # have problems creating the table of contents. If linking a library
8676 # or program results in "error TOC overflow" add -mminimal-toc to
8677 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8678 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8679
8680 archive_cmds=''
8681 hardcode_direct=yes
8682 hardcode_direct_absolute=yes
8683 hardcode_libdir_separator=':'
8684 link_all_deplibs=yes
8685 file_list_spec='${wl}-f,'
8686
8687 if test "$GCC" = yes; then
8688 case $host_os in aix4.[012]|aix4.[012].*)
8689 # We only want to do this on AIX 4.2 and lower, the check
8690 # below for broken collect2 doesn't work under 4.3+
8691 collect2name=`${CC} -print-prog-name=collect2`
8692 if test -f "$collect2name" &&
8693 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8694 then
8695 # We have reworked collect2
8696 :
8697 else
8698 # We have old collect2
8699 hardcode_direct=unsupported
8700 # It fails to find uninstalled libraries when the uninstalled
8701 # path is not listed in the libpath. Setting hardcode_minus_L
8702 # to unsupported forces relinking
8703 hardcode_minus_L=yes
8704 hardcode_libdir_flag_spec='-L$libdir'
8705 hardcode_libdir_separator=
8706 fi
8707 ;;
8708 esac
8709 shared_flag='-shared'
8710 if test "$aix_use_runtimelinking" = yes; then
8711 shared_flag="$shared_flag "'${wl}-G'
8712 fi
8713 else
8714 # not using gcc
8715 if test "$host_cpu" = ia64; then
8716 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8717 # chokes on -Wl,-G. The following line is correct:
8718 shared_flag='-G'
8719 else
8720 if test "$aix_use_runtimelinking" = yes; then
8721 shared_flag='${wl}-G'
8722 else
8723 shared_flag='${wl}-bM:SRE'
8724 fi
8725 fi
8726 fi
8727
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05008728 export_dynamic_flag_spec='${wl}-bexpall'
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05008729 # It seems that -bexpall does not export symbols beginning with
8730 # underscore (_), so it is better to generate a list of symbols to export.
8731 always_export_symbols=yes
8732 if test "$aix_use_runtimelinking" = yes; then
8733 # Warning - without using the other runtime loading flags (-brtl),
8734 # -berok will link without error, but may produce a broken library.
8735 allow_undefined_flag='-berok'
8736 # Determine the default libpath from the value encoded in an
8737 # empty executable.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05008738 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05008739/* end confdefs.h. */
8740
8741int
8742main ()
8743{
8744
8745 ;
8746 return 0;
8747}
8748_ACEOF
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05008749if ac_fn_c_try_link "$LINENO"; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05008750
8751lt_aix_libpath_sed='
8752 /Import File Strings/,/^$/ {
8753 /^0/ {
8754 s/^0 *\(.*\)$/\1/
8755 p
8756 }
8757 }'
8758aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8759# Check for a 64-bit object if we didn't find anything.
8760if test -z "$aix_libpath"; then
8761 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8762fi
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05008763fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05008764rm -f core conftest.err conftest.$ac_objext \
8765 conftest$ac_exeext conftest.$ac_ext
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05008766if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8767
8768 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8769 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"
8770 else
8771 if test "$host_cpu" = ia64; then
8772 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8773 allow_undefined_flag="-z nodefs"
8774 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"
8775 else
8776 # Determine the default libpath from the value encoded in an
8777 # empty executable.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05008778 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05008779/* end confdefs.h. */
8780
8781int
8782main ()
8783{
8784
8785 ;
8786 return 0;
8787}
8788_ACEOF
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05008789if ac_fn_c_try_link "$LINENO"; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05008790
8791lt_aix_libpath_sed='
8792 /Import File Strings/,/^$/ {
8793 /^0/ {
8794 s/^0 *\(.*\)$/\1/
8795 p
8796 }
8797 }'
8798aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8799# Check for a 64-bit object if we didn't find anything.
8800if test -z "$aix_libpath"; then
8801 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8802fi
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05008803fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05008804rm -f core conftest.err conftest.$ac_objext \
8805 conftest$ac_exeext conftest.$ac_ext
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05008806if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8807
8808 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8809 # Warning - without using the other run time loading flags,
8810 # -berok will link without error, but may produce a broken library.
8811 no_undefined_flag=' ${wl}-bernotok'
8812 allow_undefined_flag=' ${wl}-berok'
8813 # Exported symbols can be pulled into shared objects from archives
8814 whole_archive_flag_spec='$convenience'
8815 archive_cmds_need_lc=yes
8816 # This is similar to how AIX traditionally builds its shared libraries.
8817 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'
8818 fi
8819 fi
8820 ;;
8821
8822 amigaos*)
8823 case $host_cpu in
8824 powerpc)
8825 # see comment about AmigaOS4 .so support
8826 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8827 archive_expsym_cmds=''
8828 ;;
8829 m68k)
8830 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)'
8831 hardcode_libdir_flag_spec='-L$libdir'
8832 hardcode_minus_L=yes
8833 ;;
8834 esac
8835 ;;
8836
8837 bsdi[45]*)
8838 export_dynamic_flag_spec=-rdynamic
8839 ;;
8840
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05008841 cygwin* | mingw* | pw32* | cegcc*)
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05008842 # When not using gcc, we currently assume that we are using
8843 # Microsoft Visual C++.
8844 # hardcode_libdir_flag_spec is actually meaningless, as there is
8845 # no search path for DLLs.
8846 hardcode_libdir_flag_spec=' '
8847 allow_undefined_flag=unsupported
8848 # Tell ltmain to make .lib files, not .a files.
8849 libext=lib
8850 # Tell ltmain to make .dll files, not .so files.
8851 shrext_cmds=".dll"
8852 # FIXME: Setting linknames here is a bad hack.
8853 archive_cmds='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
8854 # The linker will automatically build a .lib file if we build a DLL.
8855 old_archive_from_new_cmds='true'
8856 # FIXME: Should let the user specify the lib program.
8857 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
8858 fix_srcfile_path='`cygpath -w "$srcfile"`'
8859 enable_shared_with_static_runtimes=yes
8860 ;;
8861
8862 darwin* | rhapsody*)
8863
8864
8865 archive_cmds_need_lc=no
8866 hardcode_direct=no
8867 hardcode_automatic=yes
8868 hardcode_shlibpath_var=unsupported
8869 whole_archive_flag_spec=''
8870 link_all_deplibs=yes
8871 allow_undefined_flag="$_lt_dar_allow_undefined"
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05008872 case $cc_basename in
8873 ifort*) _lt_dar_can_shared=yes ;;
8874 *) _lt_dar_can_shared=$GCC ;;
8875 esac
8876 if test "$_lt_dar_can_shared" = "yes"; then
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05008877 output_verbose_link_cmd=echo
8878 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
8879 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
8880 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}"
8881 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}"
8882
8883 else
8884 ld_shlibs=no
8885 fi
8886
8887 ;;
8888
8889 dgux*)
8890 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8891 hardcode_libdir_flag_spec='-L$libdir'
8892 hardcode_shlibpath_var=no
8893 ;;
8894
8895 freebsd1*)
8896 ld_shlibs=no
8897 ;;
8898
8899 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
8900 # support. Future versions do this automatically, but an explicit c++rt0.o
8901 # does not break anything, and helps significantly (at the cost of a little
8902 # extra space).
8903 freebsd2.2*)
8904 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
8905 hardcode_libdir_flag_spec='-R$libdir'
8906 hardcode_direct=yes
8907 hardcode_shlibpath_var=no
8908 ;;
8909
8910 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
8911 freebsd2*)
8912 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8913 hardcode_direct=yes
8914 hardcode_minus_L=yes
8915 hardcode_shlibpath_var=no
8916 ;;
8917
8918 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
8919 freebsd* | dragonfly*)
8920 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
8921 hardcode_libdir_flag_spec='-R$libdir'
8922 hardcode_direct=yes
8923 hardcode_shlibpath_var=no
8924 ;;
8925
8926 hpux9*)
8927 if test "$GCC" = yes; then
8928 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'
8929 else
8930 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'
8931 fi
8932 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8933 hardcode_libdir_separator=:
8934 hardcode_direct=yes
8935
8936 # hardcode_minus_L: Not really in the search PATH,
8937 # but as the default location of the library.
8938 hardcode_minus_L=yes
8939 export_dynamic_flag_spec='${wl}-E'
8940 ;;
8941
8942 hpux10*)
8943 if test "$GCC" = yes -a "$with_gnu_ld" = no; then
8944 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8945 else
8946 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
8947 fi
8948 if test "$with_gnu_ld" = no; then
8949 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8950 hardcode_libdir_flag_spec_ld='+b $libdir'
8951 hardcode_libdir_separator=:
8952 hardcode_direct=yes
8953 hardcode_direct_absolute=yes
8954 export_dynamic_flag_spec='${wl}-E'
8955 # hardcode_minus_L: Not really in the search PATH,
8956 # but as the default location of the library.
8957 hardcode_minus_L=yes
8958 fi
8959 ;;
8960
8961 hpux11*)
8962 if test "$GCC" = yes -a "$with_gnu_ld" = no; then
8963 case $host_cpu in
8964 hppa*64*)
8965 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8966 ;;
8967 ia64*)
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05008968 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05008969 ;;
8970 *)
8971 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8972 ;;
8973 esac
8974 else
8975 case $host_cpu in
8976 hppa*64*)
8977 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8978 ;;
8979 ia64*)
8980 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8981 ;;
8982 *)
8983 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8984 ;;
8985 esac
8986 fi
8987 if test "$with_gnu_ld" = no; then
8988 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8989 hardcode_libdir_separator=:
8990
8991 case $host_cpu in
8992 hppa*64*|ia64*)
8993 hardcode_direct=no
8994 hardcode_shlibpath_var=no
8995 ;;
8996 *)
8997 hardcode_direct=yes
8998 hardcode_direct_absolute=yes
8999 export_dynamic_flag_spec='${wl}-E'
9000
9001 # hardcode_minus_L: Not really in the search PATH,
9002 # but as the default location of the library.
9003 hardcode_minus_L=yes
9004 ;;
9005 esac
9006 fi
9007 ;;
9008
9009 irix5* | irix6* | nonstopux*)
9010 if test "$GCC" = yes; then
9011 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'
9012 # Try to use the -exported_symbol ld option, if it does not
9013 # work, assume that -exports_file does not work either and
9014 # implicitly export all symbols.
9015 save_LDFLAGS="$LDFLAGS"
9016 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05009017 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9018/* end confdefs.h. */
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05009019int foo(void) {}
9020_ACEOF
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05009021if ac_fn_c_try_link "$LINENO"; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05009022 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'
9023
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05009024fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05009025rm -f core conftest.err conftest.$ac_objext \
9026 conftest$ac_exeext conftest.$ac_ext
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05009027 LDFLAGS="$save_LDFLAGS"
9028 else
9029 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'
9030 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'
9031 fi
9032 archive_cmds_need_lc='no'
9033 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9034 hardcode_libdir_separator=:
9035 inherit_rpath=yes
9036 link_all_deplibs=yes
9037 ;;
9038
9039 netbsd*)
9040 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9041 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9042 else
9043 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9044 fi
9045 hardcode_libdir_flag_spec='-R$libdir'
9046 hardcode_direct=yes
9047 hardcode_shlibpath_var=no
9048 ;;
9049
9050 newsos6)
9051 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9052 hardcode_direct=yes
9053 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9054 hardcode_libdir_separator=:
9055 hardcode_shlibpath_var=no
9056 ;;
9057
9058 *nto* | *qnx*)
9059 ;;
9060
9061 openbsd*)
9062 if test -f /usr/libexec/ld.so; then
9063 hardcode_direct=yes
9064 hardcode_shlibpath_var=no
9065 hardcode_direct_absolute=yes
9066 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9067 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9068 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9069 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9070 export_dynamic_flag_spec='${wl}-E'
9071 else
9072 case $host_os in
9073 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9074 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9075 hardcode_libdir_flag_spec='-R$libdir'
9076 ;;
9077 *)
9078 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9079 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9080 ;;
9081 esac
9082 fi
9083 else
9084 ld_shlibs=no
9085 fi
9086 ;;
9087
9088 os2*)
9089 hardcode_libdir_flag_spec='-L$libdir'
9090 hardcode_minus_L=yes
9091 allow_undefined_flag=unsupported
9092 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'
9093 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9094 ;;
9095
9096 osf3*)
9097 if test "$GCC" = yes; then
9098 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9099 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'
9100 else
9101 allow_undefined_flag=' -expect_unresolved \*'
9102 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'
9103 fi
9104 archive_cmds_need_lc='no'
9105 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9106 hardcode_libdir_separator=:
9107 ;;
9108
9109 osf4* | osf5*) # as osf3* with the addition of -msym flag
9110 if test "$GCC" = yes; then
9111 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9112 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'
9113 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9114 else
9115 allow_undefined_flag=' -expect_unresolved \*'
9116 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'
9117 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~
9118 $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'
9119
9120 # Both c and cxx compiler support -rpath directly
9121 hardcode_libdir_flag_spec='-rpath $libdir'
9122 fi
9123 archive_cmds_need_lc='no'
9124 hardcode_libdir_separator=:
9125 ;;
9126
9127 solaris*)
9128 no_undefined_flag=' -z defs'
9129 if test "$GCC" = yes; then
9130 wlarc='${wl}'
9131 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9132 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9133 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9134 else
9135 case `$CC -V 2>&1` in
9136 *"Compilers 5.0"*)
9137 wlarc=''
9138 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9139 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9140 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9141 ;;
9142 *)
9143 wlarc='${wl}'
9144 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9145 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9146 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9147 ;;
9148 esac
9149 fi
9150 hardcode_libdir_flag_spec='-R$libdir'
9151 hardcode_shlibpath_var=no
9152 case $host_os in
9153 solaris2.[0-5] | solaris2.[0-5].*) ;;
9154 *)
9155 # The compiler driver will combine and reorder linker options,
9156 # but understands `-z linker_flag'. GCC discards it without `$wl',
9157 # but is careful enough not to reorder.
9158 # Supported since Solaris 2.6 (maybe 2.5.1?)
9159 if test "$GCC" = yes; then
9160 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9161 else
9162 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9163 fi
9164 ;;
9165 esac
9166 link_all_deplibs=yes
9167 ;;
9168
9169 sunos4*)
9170 if test "x$host_vendor" = xsequent; then
9171 # Use $CC to link under sequent, because it throws in some extra .o
9172 # files that make .init and .fini sections work.
9173 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9174 else
9175 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9176 fi
9177 hardcode_libdir_flag_spec='-L$libdir'
9178 hardcode_direct=yes
9179 hardcode_minus_L=yes
9180 hardcode_shlibpath_var=no
9181 ;;
9182
9183 sysv4)
9184 case $host_vendor in
9185 sni)
9186 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9187 hardcode_direct=yes # is this really true???
9188 ;;
9189 siemens)
9190 ## LD is ld it makes a PLAMLIB
9191 ## CC just makes a GrossModule.
9192 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9193 reload_cmds='$CC -r -o $output$reload_objs'
9194 hardcode_direct=no
9195 ;;
9196 motorola)
9197 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9198 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9199 ;;
9200 esac
9201 runpath_var='LD_RUN_PATH'
9202 hardcode_shlibpath_var=no
9203 ;;
9204
9205 sysv4.3*)
9206 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9207 hardcode_shlibpath_var=no
9208 export_dynamic_flag_spec='-Bexport'
9209 ;;
9210
9211 sysv4*MP*)
9212 if test -d /usr/nec; then
9213 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9214 hardcode_shlibpath_var=no
9215 runpath_var=LD_RUN_PATH
9216 hardcode_runpath_var=yes
9217 ld_shlibs=yes
9218 fi
9219 ;;
9220
9221 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9222 no_undefined_flag='${wl}-z,text'
9223 archive_cmds_need_lc=no
9224 hardcode_shlibpath_var=no
9225 runpath_var='LD_RUN_PATH'
9226
9227 if test "$GCC" = yes; then
9228 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9229 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9230 else
9231 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9232 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9233 fi
9234 ;;
9235
9236 sysv5* | sco3.2v5* | sco5v6*)
9237 # Note: We can NOT use -z defs as we might desire, because we do not
9238 # link with -lc, and that would cause any symbols used from libc to
9239 # always be unresolved, which means just about no library would
9240 # ever link correctly. If we're not using GNU ld we use -z text
9241 # though, which does catch some bad symbols but isn't as heavy-handed
9242 # as -z defs.
9243 no_undefined_flag='${wl}-z,text'
9244 allow_undefined_flag='${wl}-z,nodefs'
9245 archive_cmds_need_lc=no
9246 hardcode_shlibpath_var=no
9247 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9248 hardcode_libdir_separator=':'
9249 link_all_deplibs=yes
9250 export_dynamic_flag_spec='${wl}-Bexport'
9251 runpath_var='LD_RUN_PATH'
9252
9253 if test "$GCC" = yes; then
9254 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9255 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9256 else
9257 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9258 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9259 fi
9260 ;;
9261
9262 uts4*)
9263 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9264 hardcode_libdir_flag_spec='-L$libdir'
9265 hardcode_shlibpath_var=no
9266 ;;
9267
9268 *)
9269 ld_shlibs=no
9270 ;;
9271 esac
9272
9273 if test x$host_vendor = xsni; then
9274 case $host in
9275 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9276 export_dynamic_flag_spec='${wl}-Blargedynsym'
9277 ;;
9278 esac
9279 fi
9280 fi
9281
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05009282{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05009283$as_echo "$ld_shlibs" >&6; }
9284test "$ld_shlibs" = no && can_build_shared=no
9285
9286with_gnu_ld=$with_gnu_ld
9287
9288
9289
9290
9291
9292
9293
9294
9295
9296
9297
9298
9299
9300
9301
9302#
9303# Do we need to explicitly link libc?
9304#
9305case "x$archive_cmds_need_lc" in
9306x|xyes)
9307 # Assume -lc should be added
9308 archive_cmds_need_lc=yes
9309
9310 if test "$enable_shared" = yes && test "$GCC" = yes; then
9311 case $archive_cmds in
9312 *'~'*)
9313 # FIXME: we may have to deal with multi-command sequences.
9314 ;;
9315 '$CC '*)
9316 # Test whether the compiler implicitly links with -lc since on some
9317 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9318 # to ld, don't add -lc before -lgcc.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05009319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05009320$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9321 $RM conftest*
9322 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9323
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05009324 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05009325 (eval $ac_compile) 2>&5
9326 ac_status=$?
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05009327 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9328 test $ac_status = 0; } 2>conftest.err; then
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05009329 soname=conftest
9330 lib=conftest
9331 libobjs=conftest.$ac_objext
9332 deplibs=
9333 wl=$lt_prog_compiler_wl
9334 pic_flag=$lt_prog_compiler_pic
9335 compiler_flags=-v
9336 linker_flags=-v
9337 verstring=
9338 output_objdir=.
9339 libname=conftest
9340 lt_save_allow_undefined_flag=$allow_undefined_flag
9341 allow_undefined_flag=
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05009342 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05009343 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9344 ac_status=$?
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05009345 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9346 test $ac_status = 0; }
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05009347 then
9348 archive_cmds_need_lc=no
9349 else
9350 archive_cmds_need_lc=yes
9351 fi
9352 allow_undefined_flag=$lt_save_allow_undefined_flag
9353 else
9354 cat conftest.err 1>&5
9355 fi
9356 $RM conftest*
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05009357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $archive_cmds_need_lc" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05009358$as_echo "$archive_cmds_need_lc" >&6; }
9359 ;;
9360 esac
9361 fi
9362 ;;
9363esac
9364
9365
9366
9367
9368
9369
9370
9371
9372
9373
9374
9375
9376
9377
9378
9379
9380
9381
9382
9383
9384
9385
9386
9387
9388
9389
9390
9391
9392
9393
9394
9395
9396
9397
9398
9399
9400
9401
9402
9403
9404
9405
9406
9407
9408
9409
9410
9411
9412
9413
9414
9415
9416
9417
9418
9419
9420
9421
9422
9423
9424
9425
9426
9427
9428
9429
9430
9431
9432
9433
9434
9435
9436
9437
9438
9439
9440
9441
9442
9443
9444
9445
9446
9447
9448
9449
9450
9451
9452
9453
9454
9455
9456
9457
9458
9459
9460
9461
9462
9463
9464
9465
9466
9467
9468
9469
9470
9471
9472
9473
9474
9475
9476
9477
9478
9479
9480
9481
9482
9483
9484
9485
9486
9487
9488
9489
9490
9491
9492
9493
9494
9495
9496
9497
9498
9499
9500
9501
9502
9503
9504
9505
9506
9507
9508
9509
9510
9511
9512
9513
9514
9515
9516
9517
9518
9519
9520
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05009521 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05009522$as_echo_n "checking dynamic linker characteristics... " >&6; }
9523
9524if test "$GCC" = yes; then
9525 case $host_os in
9526 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9527 *) lt_awk_arg="/^libraries:/" ;;
9528 esac
9529 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
9530 if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
9531 # if the path contains ";" then we assume it to be the separator
9532 # otherwise default to the standard path separator (i.e. ":") - it is
9533 # assumed that no part of a normal pathname contains ";" but that should
9534 # okay in the real world where ";" in dirpaths is itself problematic.
9535 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
9536 else
9537 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
9538 fi
9539 # Ok, now we have the path, separated by spaces, we can step through it
9540 # and add multilib dir if necessary.
9541 lt_tmp_lt_search_path_spec=
9542 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9543 for lt_sys_path in $lt_search_path_spec; do
9544 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9545 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9546 else
9547 test -d "$lt_sys_path" && \
9548 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9549 fi
9550 done
9551 lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk '
9552BEGIN {RS=" "; FS="/|\n";} {
9553 lt_foo="";
9554 lt_count=0;
9555 for (lt_i = NF; lt_i > 0; lt_i--) {
9556 if ($lt_i != "" && $lt_i != ".") {
9557 if ($lt_i == "..") {
9558 lt_count++;
9559 } else {
9560 if (lt_count == 0) {
9561 lt_foo="/" $lt_i lt_foo;
9562 } else {
9563 lt_count--;
9564 }
9565 }
9566 }
9567 }
9568 if (lt_foo != "") { lt_freq[lt_foo]++; }
9569 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9570}'`
9571 sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
9572else
9573 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9574fi
9575library_names_spec=
9576libname_spec='lib$name'
9577soname_spec=
9578shrext_cmds=".so"
9579postinstall_cmds=
9580postuninstall_cmds=
9581finish_cmds=
9582finish_eval=
9583shlibpath_var=
9584shlibpath_overrides_runpath=unknown
9585version_type=none
9586dynamic_linker="$host_os ld.so"
9587sys_lib_dlsearch_path_spec="/lib /usr/lib"
9588need_lib_prefix=unknown
9589hardcode_into_libs=no
9590
9591# when you set need_version to no, make sure it does not cause -set_version
9592# flags to be left without arguments
9593need_version=unknown
9594
9595case $host_os in
9596aix3*)
9597 version_type=linux
9598 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9599 shlibpath_var=LIBPATH
9600
9601 # AIX 3 has no versioning support, so we append a major version to the name.
9602 soname_spec='${libname}${release}${shared_ext}$major'
9603 ;;
9604
9605aix[4-9]*)
9606 version_type=linux
9607 need_lib_prefix=no
9608 need_version=no
9609 hardcode_into_libs=yes
9610 if test "$host_cpu" = ia64; then
9611 # AIX 5 supports IA64
9612 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9613 shlibpath_var=LD_LIBRARY_PATH
9614 else
9615 # With GCC up to 2.95.x, collect2 would create an import file
9616 # for dependence libraries. The import file would start with
9617 # the line `#! .'. This would cause the generated library to
9618 # depend on `.', always an invalid library. This was fixed in
9619 # development snapshots of GCC prior to 3.0.
9620 case $host_os in
9621 aix4 | aix4.[01] | aix4.[01].*)
9622 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9623 echo ' yes '
9624 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9625 :
9626 else
9627 can_build_shared=no
9628 fi
9629 ;;
9630 esac
9631 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9632 # soname into executable. Probably we can add versioning support to
9633 # collect2, so additional links can be useful in future.
9634 if test "$aix_use_runtimelinking" = yes; then
9635 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9636 # instead of lib<name>.a to let people know that these are not
9637 # typical AIX shared libraries.
9638 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9639 else
9640 # We preserve .a as extension for shared libraries through AIX4.2
9641 # and later when we are not doing run time linking.
9642 library_names_spec='${libname}${release}.a $libname.a'
9643 soname_spec='${libname}${release}${shared_ext}$major'
9644 fi
9645 shlibpath_var=LIBPATH
9646 fi
9647 ;;
9648
9649amigaos*)
9650 case $host_cpu in
9651 powerpc)
9652 # Since July 2007 AmigaOS4 officially supports .so libraries.
9653 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9654 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9655 ;;
9656 m68k)
9657 library_names_spec='$libname.ixlibrary $libname.a'
9658 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9659 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'
9660 ;;
9661 esac
9662 ;;
9663
9664beos*)
9665 library_names_spec='${libname}${shared_ext}'
9666 dynamic_linker="$host_os ld.so"
9667 shlibpath_var=LIBRARY_PATH
9668 ;;
9669
9670bsdi[45]*)
9671 version_type=linux
9672 need_version=no
9673 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9674 soname_spec='${libname}${release}${shared_ext}$major'
9675 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9676 shlibpath_var=LD_LIBRARY_PATH
9677 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9678 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9679 # the default ld.so.conf also contains /usr/contrib/lib and
9680 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9681 # libtool to hard-code these into programs
9682 ;;
9683
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05009684cygwin* | mingw* | pw32* | cegcc*)
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05009685 version_type=windows
9686 shrext_cmds=".dll"
9687 need_version=no
9688 need_lib_prefix=no
9689
9690 case $GCC,$host_os in
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05009691 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05009692 library_names_spec='$libname.dll.a'
9693 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9694 postinstall_cmds='base_file=`basename \${file}`~
9695 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9696 dldir=$destdir/`dirname \$dlpath`~
9697 test -d \$dldir || mkdir -p \$dldir~
9698 $install_prog $dir/$dlname \$dldir/$dlname~
9699 chmod a+x \$dldir/$dlname~
9700 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9701 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9702 fi'
9703 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9704 dlpath=$dir/\$dldll~
9705 $RM \$dlpath'
9706 shlibpath_overrides_runpath=yes
9707
9708 case $host_os in
9709 cygwin*)
9710 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9711 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9712 sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
9713 ;;
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -05009714 mingw* | cegcc*)
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05009715 # MinGW DLLs use traditional 'lib' prefix
9716 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9717 sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
9718 if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
9719 # It is most probably a Windows format PATH printed by
9720 # mingw gcc, but we are running on Cygwin. Gcc prints its search
9721 # path with ; separators, and with drive letters. We can handle the
9722 # drive letters (cygwin fileutils understands them), so leave them,
9723 # especially as we might pass files found there to a mingw objdump,
9724 # which wouldn't understand a cygwinified path. Ahh.
9725 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
9726 else
9727 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
9728 fi
9729 ;;
9730 pw32*)
9731 # pw32 DLLs use 'pw' prefix rather than 'lib'
9732 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9733 ;;
9734 esac
9735 ;;
9736
9737 *)
9738 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9739 ;;
9740 esac
9741 dynamic_linker='Win32 ld.exe'
9742 # FIXME: first we should search . and the directory the executable is in
9743 shlibpath_var=PATH
9744 ;;
9745
9746darwin* | rhapsody*)
9747 dynamic_linker="$host_os dyld"
9748 version_type=darwin
9749 need_lib_prefix=no
9750 need_version=no
9751 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9752 soname_spec='${libname}${release}${major}$shared_ext'
9753 shlibpath_overrides_runpath=yes
9754 shlibpath_var=DYLD_LIBRARY_PATH
9755 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9756
9757 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9758 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9759 ;;
9760
9761dgux*)
9762 version_type=linux
9763 need_lib_prefix=no
9764 need_version=no
9765 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9766 soname_spec='${libname}${release}${shared_ext}$major'
9767 shlibpath_var=LD_LIBRARY_PATH
9768 ;;
9769
9770freebsd1*)
9771 dynamic_linker=no
9772 ;;
9773
9774freebsd* | dragonfly*)
9775 # DragonFly does not have aout. When/if they implement a new
9776 # versioning mechanism, adjust this.
9777 if test -x /usr/bin/objformat; then
9778 objformat=`/usr/bin/objformat`
9779 else
9780 case $host_os in
9781 freebsd[123]*) objformat=aout ;;
9782 *) objformat=elf ;;
9783 esac
9784 fi
9785 version_type=freebsd-$objformat
9786 case $version_type in
9787 freebsd-elf*)
9788 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9789 need_version=no
9790 need_lib_prefix=no
9791 ;;
9792 freebsd-*)
9793 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9794 need_version=yes
9795 ;;
9796 esac
9797 shlibpath_var=LD_LIBRARY_PATH
9798 case $host_os in
9799 freebsd2*)
9800 shlibpath_overrides_runpath=yes
9801 ;;
9802 freebsd3.[01]* | freebsdelf3.[01]*)
9803 shlibpath_overrides_runpath=yes
9804 hardcode_into_libs=yes
9805 ;;
9806 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9807 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9808 shlibpath_overrides_runpath=no
9809 hardcode_into_libs=yes
9810 ;;
9811 *) # from 4.6 on, and DragonFly
9812 shlibpath_overrides_runpath=yes
9813 hardcode_into_libs=yes
9814 ;;
9815 esac
9816 ;;
9817
9818gnu*)
9819 version_type=linux
9820 need_lib_prefix=no
9821 need_version=no
9822 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9823 soname_spec='${libname}${release}${shared_ext}$major'
9824 shlibpath_var=LD_LIBRARY_PATH
9825 hardcode_into_libs=yes
9826 ;;
9827
9828hpux9* | hpux10* | hpux11*)
9829 # Give a soname corresponding to the major version so that dld.sl refuses to
9830 # link against other versions.
9831 version_type=sunos
9832 need_lib_prefix=no
9833 need_version=no
9834 case $host_cpu in
9835 ia64*)
9836 shrext_cmds='.so'
9837 hardcode_into_libs=yes
9838 dynamic_linker="$host_os dld.so"
9839 shlibpath_var=LD_LIBRARY_PATH
9840 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9841 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9842 soname_spec='${libname}${release}${shared_ext}$major'
9843 if test "X$HPUX_IA64_MODE" = X32; then
9844 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
9845 else
9846 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
9847 fi
9848 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9849 ;;
9850 hppa*64*)
9851 shrext_cmds='.sl'
9852 hardcode_into_libs=yes
9853 dynamic_linker="$host_os dld.sl"
9854 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
9855 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9856 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9857 soname_spec='${libname}${release}${shared_ext}$major'
9858 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
9859 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9860 ;;
9861 *)
9862 shrext_cmds='.sl'
9863 dynamic_linker="$host_os dld.sl"
9864 shlibpath_var=SHLIB_PATH
9865 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
9866 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9867 soname_spec='${libname}${release}${shared_ext}$major'
9868 ;;
9869 esac
9870 # HP-UX runs *really* slowly unless shared libraries are mode 555.
9871 postinstall_cmds='chmod 555 $lib'
9872 ;;
9873
9874interix[3-9]*)
9875 version_type=linux
9876 need_lib_prefix=no
9877 need_version=no
9878 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9879 soname_spec='${libname}${release}${shared_ext}$major'
9880 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
9881 shlibpath_var=LD_LIBRARY_PATH
9882 shlibpath_overrides_runpath=no
9883 hardcode_into_libs=yes
9884 ;;
9885
9886irix5* | irix6* | nonstopux*)
9887 case $host_os in
9888 nonstopux*) version_type=nonstopux ;;
9889 *)
9890 if test "$lt_cv_prog_gnu_ld" = yes; then
9891 version_type=linux
9892 else
9893 version_type=irix
9894 fi ;;
9895 esac
9896 need_lib_prefix=no
9897 need_version=no
9898 soname_spec='${libname}${release}${shared_ext}$major'
9899 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
9900 case $host_os in
9901 irix5* | nonstopux*)
9902 libsuff= shlibsuff=
9903 ;;
9904 *)
9905 case $LD in # libtool.m4 will add one of these switches to LD
9906 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
9907 libsuff= shlibsuff= libmagic=32-bit;;
9908 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
9909 libsuff=32 shlibsuff=N32 libmagic=N32;;
9910 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
9911 libsuff=64 shlibsuff=64 libmagic=64-bit;;
9912 *) libsuff= shlibsuff= libmagic=never-match;;
9913 esac
9914 ;;
9915 esac
9916 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
9917 shlibpath_overrides_runpath=no
9918 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
9919 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
9920 hardcode_into_libs=yes
9921 ;;
9922
9923# No shared lib support for Linux oldld, aout, or coff.
9924linux*oldld* | linux*aout* | linux*coff*)
9925 dynamic_linker=no
9926 ;;
9927
9928# This must be Linux ELF.
9929linux* | k*bsd*-gnu)
9930 version_type=linux
9931 need_lib_prefix=no
9932 need_version=no
9933 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9934 soname_spec='${libname}${release}${shared_ext}$major'
9935 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
9936 shlibpath_var=LD_LIBRARY_PATH
9937 shlibpath_overrides_runpath=no
9938 # Some binutils ld are patched to set DT_RUNPATH
9939 save_LDFLAGS=$LDFLAGS
9940 save_libdir=$libdir
9941 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
9942 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05009943 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05009944/* end confdefs.h. */
9945
9946int
9947main ()
9948{
9949
9950 ;
9951 return 0;
9952}
9953_ACEOF
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05009954if ac_fn_c_try_link "$LINENO"; then :
9955 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05009956 shlibpath_overrides_runpath=yes
9957fi
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05009958fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -05009959rm -f core conftest.err conftest.$ac_objext \
9960 conftest$ac_exeext conftest.$ac_ext
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -05009961 LDFLAGS=$save_LDFLAGS
9962 libdir=$save_libdir
9963
9964 # This implies no fast_install, which is unacceptable.
9965 # Some rework will be needed to allow for fast_install
9966 # before this can be enabled.
9967 hardcode_into_libs=yes
9968
9969 # Append ld.so.conf contents to the search path
9970 if test -f /etc/ld.so.conf; then
9971 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' ' '`
9972 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
9973 fi
9974
9975 # We used to test for /lib/ld.so.1 and disable shared libraries on
9976 # powerpc, because MkLinux only supported shared libraries with the
9977 # GNU dynamic linker. Since this was broken with cross compilers,
9978 # most powerpc-linux boxes support dynamic linking these days and
9979 # people can always --disable-shared, the test was removed, and we
9980 # assume the GNU/Linux dynamic linker is in use.
9981 dynamic_linker='GNU/Linux ld.so'
9982 ;;
9983
9984netbsd*)
9985 version_type=sunos
9986 need_lib_prefix=no
9987 need_version=no
9988 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9989 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9990 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
9991 dynamic_linker='NetBSD (a.out) ld.so'
9992 else
9993 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9994 soname_spec='${libname}${release}${shared_ext}$major'
9995 dynamic_linker='NetBSD ld.elf_so'
9996 fi
9997 shlibpath_var=LD_LIBRARY_PATH
9998 shlibpath_overrides_runpath=yes
9999 hardcode_into_libs=yes
10000 ;;
10001
10002newsos6)
10003 version_type=linux
10004 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10005 shlibpath_var=LD_LIBRARY_PATH
10006 shlibpath_overrides_runpath=yes
10007 ;;
10008
10009*nto* | *qnx*)
10010 version_type=qnx
10011 need_lib_prefix=no
10012 need_version=no
10013 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10014 soname_spec='${libname}${release}${shared_ext}$major'
10015 shlibpath_var=LD_LIBRARY_PATH
10016 shlibpath_overrides_runpath=no
10017 hardcode_into_libs=yes
10018 dynamic_linker='ldqnx.so'
10019 ;;
10020
10021openbsd*)
10022 version_type=sunos
10023 sys_lib_dlsearch_path_spec="/usr/lib"
10024 need_lib_prefix=no
10025 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10026 case $host_os in
10027 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10028 *) need_version=no ;;
10029 esac
10030 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10031 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10032 shlibpath_var=LD_LIBRARY_PATH
10033 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10034 case $host_os in
10035 openbsd2.[89] | openbsd2.[89].*)
10036 shlibpath_overrides_runpath=no
10037 ;;
10038 *)
10039 shlibpath_overrides_runpath=yes
10040 ;;
10041 esac
10042 else
10043 shlibpath_overrides_runpath=yes
10044 fi
10045 ;;
10046
10047os2*)
10048 libname_spec='$name'
10049 shrext_cmds=".dll"
10050 need_lib_prefix=no
10051 library_names_spec='$libname${shared_ext} $libname.a'
10052 dynamic_linker='OS/2 ld.exe'
10053 shlibpath_var=LIBPATH
10054 ;;
10055
10056osf3* | osf4* | osf5*)
10057 version_type=osf
10058 need_lib_prefix=no
10059 need_version=no
10060 soname_spec='${libname}${release}${shared_ext}$major'
10061 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10062 shlibpath_var=LD_LIBRARY_PATH
10063 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10064 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10065 ;;
10066
10067rdos*)
10068 dynamic_linker=no
10069 ;;
10070
10071solaris*)
10072 version_type=linux
10073 need_lib_prefix=no
10074 need_version=no
10075 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10076 soname_spec='${libname}${release}${shared_ext}$major'
10077 shlibpath_var=LD_LIBRARY_PATH
10078 shlibpath_overrides_runpath=yes
10079 hardcode_into_libs=yes
10080 # ldd complains unless libraries are executable
10081 postinstall_cmds='chmod +x $lib'
10082 ;;
10083
10084sunos4*)
10085 version_type=sunos
10086 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10087 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10088 shlibpath_var=LD_LIBRARY_PATH
10089 shlibpath_overrides_runpath=yes
10090 if test "$with_gnu_ld" = yes; then
10091 need_lib_prefix=no
10092 fi
10093 need_version=yes
10094 ;;
10095
10096sysv4 | sysv4.3*)
10097 version_type=linux
10098 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10099 soname_spec='${libname}${release}${shared_ext}$major'
10100 shlibpath_var=LD_LIBRARY_PATH
10101 case $host_vendor in
10102 sni)
10103 shlibpath_overrides_runpath=no
10104 need_lib_prefix=no
10105 runpath_var=LD_RUN_PATH
10106 ;;
10107 siemens)
10108 need_lib_prefix=no
10109 ;;
10110 motorola)
10111 need_lib_prefix=no
10112 need_version=no
10113 shlibpath_overrides_runpath=no
10114 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10115 ;;
10116 esac
10117 ;;
10118
10119sysv4*MP*)
10120 if test -d /usr/nec ;then
10121 version_type=linux
10122 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10123 soname_spec='$libname${shared_ext}.$major'
10124 shlibpath_var=LD_LIBRARY_PATH
10125 fi
10126 ;;
10127
10128sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10129 version_type=freebsd-elf
10130 need_lib_prefix=no
10131 need_version=no
10132 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10133 soname_spec='${libname}${release}${shared_ext}$major'
10134 shlibpath_var=LD_LIBRARY_PATH
10135 shlibpath_overrides_runpath=yes
10136 hardcode_into_libs=yes
10137 if test "$with_gnu_ld" = yes; then
10138 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10139 else
10140 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10141 case $host_os in
10142 sco3.2v5*)
10143 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10144 ;;
10145 esac
10146 fi
10147 sys_lib_dlsearch_path_spec='/usr/lib'
10148 ;;
10149
10150tpf*)
10151 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10152 version_type=linux
10153 need_lib_prefix=no
10154 need_version=no
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -050010155 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010156 shlibpath_var=LD_LIBRARY_PATH
10157 shlibpath_overrides_runpath=no
10158 hardcode_into_libs=yes
10159 ;;
10160
10161uts4*)
10162 version_type=linux
10163 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10164 soname_spec='${libname}${release}${shared_ext}$major'
10165 shlibpath_var=LD_LIBRARY_PATH
10166 ;;
10167
10168*)
10169 dynamic_linker=no
10170 ;;
10171esac
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010172{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010173$as_echo "$dynamic_linker" >&6; }
10174test "$dynamic_linker" = no && can_build_shared=no
10175
10176variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10177if test "$GCC" = yes; then
10178 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10179fi
10180
10181if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10182 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10183fi
10184if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10185 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10186fi
10187
10188
10189
10190
10191
10192
10193
10194
10195
10196
10197
10198
10199
10200
10201
10202
10203
10204
10205
10206
10207
10208
10209
10210
10211
10212
10213
10214
10215
10216
10217
10218
10219
10220
10221
10222
10223
10224
10225
10226
10227
10228
10229
10230
10231
10232
10233
10234
10235
10236
10237
10238
10239
10240
10241
10242
10243
10244
10245
10246
10247
10248
10249
10250
10251
10252
10253
10254
10255
10256
10257
10258
10259
10260
10261
10262
10263
10264
10265
10266
10267
10268
10269
10270
10271
10272
10273
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010275$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10276hardcode_action=
10277if test -n "$hardcode_libdir_flag_spec" ||
10278 test -n "$runpath_var" ||
10279 test "X$hardcode_automatic" = "Xyes" ; then
10280
10281 # We can hardcode non-existent directories.
10282 if test "$hardcode_direct" != no &&
10283 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10284 # have to relink, otherwise we might link with an installed library
10285 # when we should be linking with a yet-to-be-installed one
10286 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10287 test "$hardcode_minus_L" != no; then
10288 # Linking always hardcodes the temporary library directory.
10289 hardcode_action=relink
10290 else
10291 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10292 hardcode_action=immediate
10293 fi
10294else
10295 # We cannot hardcode anything, or else we can only hardcode existing
10296 # directories.
10297 hardcode_action=unsupported
10298fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010299{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010300$as_echo "$hardcode_action" >&6; }
10301
10302if test "$hardcode_action" = relink ||
10303 test "$inherit_rpath" = yes; then
10304 # Fast installation is not supported
10305 enable_fast_install=no
10306elif test "$shlibpath_overrides_runpath" = yes ||
10307 test "$enable_shared" = no; then
10308 # Fast installation is not necessary
10309 enable_fast_install=needless
10310fi
10311
10312
10313
10314
10315
10316
10317 if test "x$enable_dlopen" != xyes; then
10318 enable_dlopen=unknown
10319 enable_dlopen_self=unknown
10320 enable_dlopen_self_static=unknown
10321else
10322 lt_cv_dlopen=no
10323 lt_cv_dlopen_libs=
10324
10325 case $host_os in
10326 beos*)
10327 lt_cv_dlopen="load_add_on"
10328 lt_cv_dlopen_libs=
10329 lt_cv_dlopen_self=yes
10330 ;;
10331
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -050010332 mingw* | pw32* | cegcc*)
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010333 lt_cv_dlopen="LoadLibrary"
10334 lt_cv_dlopen_libs=
10335 ;;
10336
10337 cygwin*)
10338 lt_cv_dlopen="dlopen"
10339 lt_cv_dlopen_libs=
10340 ;;
10341
10342 darwin*)
10343 # if libdl is installed we need to link against it
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010345$as_echo_n "checking for dlopen in -ldl... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010346if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010347 $as_echo_n "(cached) " >&6
10348else
10349 ac_check_lib_save_LIBS=$LIBS
10350LIBS="-ldl $LIBS"
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010351cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010352/* end confdefs.h. */
10353
10354/* Override any GCC internal prototype to avoid an error.
10355 Use char because int might match the return type of a GCC
10356 builtin and then its argument prototype would still apply. */
10357#ifdef __cplusplus
10358extern "C"
10359#endif
10360char dlopen ();
10361int
10362main ()
10363{
10364return dlopen ();
10365 ;
10366 return 0;
10367}
10368_ACEOF
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010369if ac_fn_c_try_link "$LINENO"; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010370 ac_cv_lib_dl_dlopen=yes
10371else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010372 ac_cv_lib_dl_dlopen=no
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010373fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010374rm -f core conftest.err conftest.$ac_objext \
10375 conftest$ac_exeext conftest.$ac_ext
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010376LIBS=$ac_check_lib_save_LIBS
10377fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010378{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010379$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010380if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010381 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10382else
10383
10384 lt_cv_dlopen="dyld"
10385 lt_cv_dlopen_libs=
10386 lt_cv_dlopen_self=yes
10387
10388fi
10389
10390 ;;
10391
10392 *)
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010393 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10394if test "x$ac_cv_func_shl_load" = x""yes; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010395 lt_cv_dlopen="shl_load"
10396else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010398$as_echo_n "checking for shl_load in -ldld... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010399if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010400 $as_echo_n "(cached) " >&6
10401else
10402 ac_check_lib_save_LIBS=$LIBS
10403LIBS="-ldld $LIBS"
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010404cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010405/* end confdefs.h. */
10406
10407/* Override any GCC internal prototype to avoid an error.
10408 Use char because int might match the return type of a GCC
10409 builtin and then its argument prototype would still apply. */
10410#ifdef __cplusplus
10411extern "C"
10412#endif
10413char shl_load ();
10414int
10415main ()
10416{
10417return shl_load ();
10418 ;
10419 return 0;
10420}
10421_ACEOF
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010422if ac_fn_c_try_link "$LINENO"; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010423 ac_cv_lib_dld_shl_load=yes
10424else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010425 ac_cv_lib_dld_shl_load=no
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010426fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010427rm -f core conftest.err conftest.$ac_objext \
10428 conftest$ac_exeext conftest.$ac_ext
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010429LIBS=$ac_check_lib_save_LIBS
10430fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010431{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010432$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010433if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010434 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10435else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010436 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10437if test "x$ac_cv_func_dlopen" = x""yes; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010438 lt_cv_dlopen="dlopen"
10439else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010441$as_echo_n "checking for dlopen in -ldl... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010442if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010443 $as_echo_n "(cached) " >&6
10444else
10445 ac_check_lib_save_LIBS=$LIBS
10446LIBS="-ldl $LIBS"
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010447cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010448/* end confdefs.h. */
10449
10450/* Override any GCC internal prototype to avoid an error.
10451 Use char because int might match the return type of a GCC
10452 builtin and then its argument prototype would still apply. */
10453#ifdef __cplusplus
10454extern "C"
10455#endif
10456char dlopen ();
10457int
10458main ()
10459{
10460return dlopen ();
10461 ;
10462 return 0;
10463}
10464_ACEOF
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010465if ac_fn_c_try_link "$LINENO"; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010466 ac_cv_lib_dl_dlopen=yes
10467else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010468 ac_cv_lib_dl_dlopen=no
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010469fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010470rm -f core conftest.err conftest.$ac_objext \
10471 conftest$ac_exeext conftest.$ac_ext
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010472LIBS=$ac_check_lib_save_LIBS
10473fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010474{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010475$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010476if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010477 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10478else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010480$as_echo_n "checking for dlopen in -lsvld... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010481if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010482 $as_echo_n "(cached) " >&6
10483else
10484 ac_check_lib_save_LIBS=$LIBS
10485LIBS="-lsvld $LIBS"
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010486cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010487/* end confdefs.h. */
10488
10489/* Override any GCC internal prototype to avoid an error.
10490 Use char because int might match the return type of a GCC
10491 builtin and then its argument prototype would still apply. */
10492#ifdef __cplusplus
10493extern "C"
10494#endif
10495char dlopen ();
10496int
10497main ()
10498{
10499return dlopen ();
10500 ;
10501 return 0;
10502}
10503_ACEOF
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010504if ac_fn_c_try_link "$LINENO"; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010505 ac_cv_lib_svld_dlopen=yes
10506else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010507 ac_cv_lib_svld_dlopen=no
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010508fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010509rm -f core conftest.err conftest.$ac_objext \
10510 conftest$ac_exeext conftest.$ac_ext
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010511LIBS=$ac_check_lib_save_LIBS
10512fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010513{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010514$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010515if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010516 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10517else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010519$as_echo_n "checking for dld_link in -ldld... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010520if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010521 $as_echo_n "(cached) " >&6
10522else
10523 ac_check_lib_save_LIBS=$LIBS
10524LIBS="-ldld $LIBS"
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010525cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010526/* end confdefs.h. */
10527
10528/* Override any GCC internal prototype to avoid an error.
10529 Use char because int might match the return type of a GCC
10530 builtin and then its argument prototype would still apply. */
10531#ifdef __cplusplus
10532extern "C"
10533#endif
10534char dld_link ();
10535int
10536main ()
10537{
10538return dld_link ();
10539 ;
10540 return 0;
10541}
10542_ACEOF
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010543if ac_fn_c_try_link "$LINENO"; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010544 ac_cv_lib_dld_dld_link=yes
10545else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010546 ac_cv_lib_dld_dld_link=no
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010547fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010548rm -f core conftest.err conftest.$ac_objext \
10549 conftest$ac_exeext conftest.$ac_ext
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010550LIBS=$ac_check_lib_save_LIBS
10551fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010552{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010553$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010554if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010555 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10556fi
10557
10558
10559fi
10560
10561
10562fi
10563
10564
10565fi
10566
10567
10568fi
10569
10570
10571fi
10572
10573 ;;
10574 esac
10575
10576 if test "x$lt_cv_dlopen" != xno; then
10577 enable_dlopen=yes
10578 else
10579 enable_dlopen=no
10580 fi
10581
10582 case $lt_cv_dlopen in
10583 dlopen)
10584 save_CPPFLAGS="$CPPFLAGS"
10585 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10586
10587 save_LDFLAGS="$LDFLAGS"
10588 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10589
10590 save_LIBS="$LIBS"
10591 LIBS="$lt_cv_dlopen_libs $LIBS"
10592
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010593 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010594$as_echo_n "checking whether a program can dlopen itself... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010595if test "${lt_cv_dlopen_self+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010596 $as_echo_n "(cached) " >&6
10597else
10598 if test "$cross_compiling" = yes; then :
10599 lt_cv_dlopen_self=cross
10600else
10601 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10602 lt_status=$lt_dlunknown
10603 cat > conftest.$ac_ext <<_LT_EOF
Glenn Randers-Pehrsoneae2cf02009-11-21 21:50:07 -060010604#line 10604 "configure"
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010605#include "confdefs.h"
10606
10607#if HAVE_DLFCN_H
10608#include <dlfcn.h>
10609#endif
10610
10611#include <stdio.h>
10612
10613#ifdef RTLD_GLOBAL
10614# define LT_DLGLOBAL RTLD_GLOBAL
10615#else
10616# ifdef DL_GLOBAL
10617# define LT_DLGLOBAL DL_GLOBAL
10618# else
10619# define LT_DLGLOBAL 0
10620# endif
10621#endif
10622
10623/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10624 find out it does not work in some platform. */
10625#ifndef LT_DLLAZY_OR_NOW
10626# ifdef RTLD_LAZY
10627# define LT_DLLAZY_OR_NOW RTLD_LAZY
10628# else
10629# ifdef DL_LAZY
10630# define LT_DLLAZY_OR_NOW DL_LAZY
10631# else
10632# ifdef RTLD_NOW
10633# define LT_DLLAZY_OR_NOW RTLD_NOW
10634# else
10635# ifdef DL_NOW
10636# define LT_DLLAZY_OR_NOW DL_NOW
10637# else
10638# define LT_DLLAZY_OR_NOW 0
10639# endif
10640# endif
10641# endif
10642# endif
10643#endif
10644
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010645void fnord() { int i=42;}
10646int main ()
10647{
10648 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10649 int status = $lt_dlunknown;
10650
10651 if (self)
10652 {
10653 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10654 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10655 /* dlclose (self); */
10656 }
10657 else
10658 puts (dlerror ());
10659
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -050010660 return status;
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010661}
10662_LT_EOF
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010663 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010664 (eval $ac_link) 2>&5
10665 ac_status=$?
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010666 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10667 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010668 (./conftest; exit; ) >&5 2>/dev/null
10669 lt_status=$?
10670 case x$lt_status in
10671 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10672 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10673 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10674 esac
10675 else :
10676 # compilation failed
10677 lt_cv_dlopen_self=no
10678 fi
10679fi
10680rm -fr conftest*
10681
10682
10683fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010684{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010685$as_echo "$lt_cv_dlopen_self" >&6; }
10686
10687 if test "x$lt_cv_dlopen_self" = xyes; then
10688 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010690$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010691if test "${lt_cv_dlopen_self_static+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010692 $as_echo_n "(cached) " >&6
10693else
10694 if test "$cross_compiling" = yes; then :
10695 lt_cv_dlopen_self_static=cross
10696else
10697 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10698 lt_status=$lt_dlunknown
10699 cat > conftest.$ac_ext <<_LT_EOF
Glenn Randers-Pehrsoneae2cf02009-11-21 21:50:07 -060010700#line 10700 "configure"
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010701#include "confdefs.h"
10702
10703#if HAVE_DLFCN_H
10704#include <dlfcn.h>
10705#endif
10706
10707#include <stdio.h>
10708
10709#ifdef RTLD_GLOBAL
10710# define LT_DLGLOBAL RTLD_GLOBAL
10711#else
10712# ifdef DL_GLOBAL
10713# define LT_DLGLOBAL DL_GLOBAL
10714# else
10715# define LT_DLGLOBAL 0
10716# endif
10717#endif
10718
10719/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10720 find out it does not work in some platform. */
10721#ifndef LT_DLLAZY_OR_NOW
10722# ifdef RTLD_LAZY
10723# define LT_DLLAZY_OR_NOW RTLD_LAZY
10724# else
10725# ifdef DL_LAZY
10726# define LT_DLLAZY_OR_NOW DL_LAZY
10727# else
10728# ifdef RTLD_NOW
10729# define LT_DLLAZY_OR_NOW RTLD_NOW
10730# else
10731# ifdef DL_NOW
10732# define LT_DLLAZY_OR_NOW DL_NOW
10733# else
10734# define LT_DLLAZY_OR_NOW 0
10735# endif
10736# endif
10737# endif
10738# endif
10739#endif
10740
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010741void fnord() { int i=42;}
10742int main ()
10743{
10744 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10745 int status = $lt_dlunknown;
10746
10747 if (self)
10748 {
10749 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10750 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10751 /* dlclose (self); */
10752 }
10753 else
10754 puts (dlerror ());
10755
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -050010756 return status;
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010757}
10758_LT_EOF
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010759 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010760 (eval $ac_link) 2>&5
10761 ac_status=$?
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010762 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10763 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010764 (./conftest; exit; ) >&5 2>/dev/null
10765 lt_status=$?
10766 case x$lt_status in
10767 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10768 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10769 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10770 esac
10771 else :
10772 # compilation failed
10773 lt_cv_dlopen_self_static=no
10774 fi
10775fi
10776rm -fr conftest*
10777
10778
10779fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010780{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010781$as_echo "$lt_cv_dlopen_self_static" >&6; }
10782 fi
10783
10784 CPPFLAGS="$save_CPPFLAGS"
10785 LDFLAGS="$save_LDFLAGS"
10786 LIBS="$save_LIBS"
10787 ;;
10788 esac
10789
10790 case $lt_cv_dlopen_self in
10791 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
10792 *) enable_dlopen_self=unknown ;;
10793 esac
10794
10795 case $lt_cv_dlopen_self_static in
10796 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
10797 *) enable_dlopen_self_static=unknown ;;
10798 esac
10799fi
10800
10801
10802
10803
10804
10805
10806
10807
10808
10809
10810
10811
10812
10813
10814
10815
10816
10817striplib=
10818old_striplib=
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010819{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010820$as_echo_n "checking whether stripping libraries is possible... " >&6; }
10821if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
10822 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
10823 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010825$as_echo "yes" >&6; }
10826else
10827# FIXME - insert some real tests, host_os isn't really good enough
10828 case $host_os in
10829 darwin*)
10830 if test -n "$STRIP" ; then
10831 striplib="$STRIP -x"
10832 old_striplib="$STRIP -S"
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010834$as_echo "yes" >&6; }
10835 else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010837$as_echo "no" >&6; }
10838 fi
10839 ;;
10840 *)
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010842$as_echo "no" >&6; }
10843 ;;
10844 esac
10845fi
10846
10847
10848
10849
10850
10851
10852
10853
10854
10855
10856
10857
10858 # Report which library types will actually be built
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010859 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010860$as_echo_n "checking if libtool supports shared libraries... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010862$as_echo "$can_build_shared" >&6; }
10863
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010865$as_echo_n "checking whether to build shared libraries... " >&6; }
10866 test "$can_build_shared" = "no" && enable_shared=no
10867
10868 # On AIX, shared libraries and static libraries use the same namespace, and
10869 # are all built from PIC.
10870 case $host_os in
10871 aix3*)
10872 test "$enable_shared" = yes && enable_static=no
10873 if test -n "$RANLIB"; then
10874 archive_cmds="$archive_cmds~\$RANLIB \$lib"
10875 postinstall_cmds='$RANLIB $lib'
10876 fi
10877 ;;
10878
10879 aix[4-9]*)
10880 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
10881 test "$enable_shared" = yes && enable_static=no
10882 fi
10883 ;;
10884 esac
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010886$as_echo "$enable_shared" >&6; }
10887
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010889$as_echo_n "checking whether to build static libraries... " >&6; }
10890 # Make sure either enable_shared or enable_static is yes.
10891 test "$enable_shared" = yes || enable_static=yes
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010893$as_echo "$enable_static" >&6; }
10894
10895
10896
10897
10898fi
10899ac_ext=c
10900ac_cpp='$CPP $CPPFLAGS'
10901ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10902ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10903ac_compiler_gnu=$ac_cv_c_compiler_gnu
10904
10905CC="$lt_save_CC"
10906
10907
10908
10909
10910
10911
10912
10913
10914
10915
10916
10917
10918
10919 ac_config_commands="$ac_config_commands libtool"
10920
10921
10922
10923
10924# Only expand once:
10925
10926
10927
10928# Checks for header files.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010929{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010930$as_echo_n "checking for ANSI C header files... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010931if test "${ac_cv_header_stdc+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010932 $as_echo_n "(cached) " >&6
10933else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010934 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010935/* end confdefs.h. */
10936#include <stdlib.h>
10937#include <stdarg.h>
10938#include <string.h>
10939#include <float.h>
10940
10941int
10942main ()
10943{
10944
10945 ;
10946 return 0;
10947}
10948_ACEOF
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010949if ac_fn_c_try_compile "$LINENO"; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010950 ac_cv_header_stdc=yes
10951else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010952 ac_cv_header_stdc=no
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010953fi
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010954rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10955
10956if test $ac_cv_header_stdc = yes; then
10957 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010958 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010959/* end confdefs.h. */
10960#include <string.h>
10961
10962_ACEOF
10963if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010964 $EGREP "memchr" >/dev/null 2>&1; then :
10965
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010966else
10967 ac_cv_header_stdc=no
10968fi
10969rm -f conftest*
10970
10971fi
10972
10973if test $ac_cv_header_stdc = yes; then
10974 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010975 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010976/* end confdefs.h. */
10977#include <stdlib.h>
10978
10979_ACEOF
10980if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010981 $EGREP "free" >/dev/null 2>&1; then :
10982
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010983else
10984 ac_cv_header_stdc=no
10985fi
10986rm -f conftest*
10987
10988fi
10989
10990if test $ac_cv_header_stdc = yes; then
10991 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010992 if test "$cross_compiling" = yes; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010993 :
10994else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050010995 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050010996/* end confdefs.h. */
10997#include <ctype.h>
10998#include <stdlib.h>
10999#if ((' ' & 0x0FF) == 0x020)
11000# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
11001# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
11002#else
11003# define ISLOWER(c) \
11004 (('a' <= (c) && (c) <= 'i') \
11005 || ('j' <= (c) && (c) <= 'r') \
11006 || ('s' <= (c) && (c) <= 'z'))
11007# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
11008#endif
11009
11010#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
11011int
11012main ()
11013{
11014 int i;
11015 for (i = 0; i < 256; i++)
11016 if (XOR (islower (i), ISLOWER (i))
11017 || toupper (i) != TOUPPER (i))
11018 return 2;
11019 return 0;
11020}
11021_ACEOF
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011022if ac_fn_c_try_run "$LINENO"; then :
11023
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050011024else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011025 ac_cv_header_stdc=no
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050011026fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011027rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11028 conftest.$ac_objext conftest.beam conftest.$ac_ext
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050011029fi
11030
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050011031fi
11032fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011033{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050011034$as_echo "$ac_cv_header_stdc" >&6; }
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011035if test $ac_cv_header_stdc = yes; then
11036
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011037$as_echo "#define STDC_HEADERS 1" >>confdefs.h
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011038
11039fi
11040
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -060011041for ac_header in malloc.h stdlib.h string.h strings.h
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011042do :
11043 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11044ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
11045eval as_val=\$$as_ac_Header
11046 if test "x$as_val" = x""yes; then :
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011047 cat >>confdefs.h <<_ACEOF
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050011048#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011049_ACEOF
11050
11051fi
11052
11053done
11054
11055
11056# Checks for typedefs, structures, and compiler characteristics.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011057{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050011058$as_echo_n "checking for an ANSI C-conforming const... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011059if test "${ac_cv_c_const+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050011060 $as_echo_n "(cached) " >&6
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011061else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011062 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011063/* end confdefs.h. */
11064
11065int
11066main ()
11067{
11068/* FIXME: Include the comments suggested by Paul. */
11069#ifndef __cplusplus
11070 /* Ultrix mips cc rejects this. */
11071 typedef int charset[2];
Glenn Randers-Pehrsona7dbcba2007-05-15 16:16:34 -050011072 const charset cs;
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011073 /* SunOS 4.1.1 cc rejects this. */
Glenn Randers-Pehrsona7dbcba2007-05-15 16:16:34 -050011074 char const *const *pcpcc;
11075 char **ppc;
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011076 /* NEC SVR4.0.2 mips cc rejects this. */
11077 struct point {int x, y;};
11078 static struct point const zero = {0,0};
11079 /* AIX XL C 1.02.0.0 rejects this.
11080 It does not let you subtract one const X* pointer from another in
11081 an arm of an if-expression whose if-part is not a constant
11082 expression */
11083 const char *g = "string";
Glenn Randers-Pehrsona7dbcba2007-05-15 16:16:34 -050011084 pcpcc = &g + (g ? g-g : 0);
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011085 /* HPUX 7.0 cc rejects these. */
Glenn Randers-Pehrsona7dbcba2007-05-15 16:16:34 -050011086 ++pcpcc;
11087 ppc = (char**) pcpcc;
11088 pcpcc = (char const *const *) ppc;
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011089 { /* SCO 3.2v4 cc rejects this. */
11090 char *t;
11091 char const *s = 0 ? (char *) 0 : (char const *) 0;
11092
11093 *t++ = 0;
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060011094 if (s) return 0;
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011095 }
11096 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
11097 int x[] = {25, 17};
11098 const int *foo = &x[0];
11099 ++foo;
11100 }
11101 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
11102 typedef const int *iptr;
11103 iptr p = 0;
11104 ++p;
11105 }
11106 { /* AIX XL C 1.02.0.0 rejects this saying
11107 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
11108 struct s { int j; const int *ap[3]; };
11109 struct s *b; b->j = 5;
11110 }
11111 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
11112 const int foo = 10;
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060011113 if (!foo) return 0;
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011114 }
Glenn Randers-Pehrsona7dbcba2007-05-15 16:16:34 -050011115 return !cs[0] && !zero.x;
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011116#endif
11117
11118 ;
11119 return 0;
11120}
11121_ACEOF
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011122if ac_fn_c_try_compile "$LINENO"; then :
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011123 ac_cv_c_const=yes
11124else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011125 ac_cv_c_const=no
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011126fi
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060011127rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011128fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011129{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050011130$as_echo "$ac_cv_c_const" >&6; }
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011131if test $ac_cv_c_const = no; then
11132
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011133$as_echo "#define const /**/" >>confdefs.h
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011134
11135fi
11136
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011137ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
11138if test "x$ac_cv_type_size_t" = x""yes; then :
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011139
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011140else
11141
11142cat >>confdefs.h <<_ACEOF
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060011143#define size_t unsigned int
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011144_ACEOF
11145
11146fi
11147
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011148{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct tm is in sys/time.h or time.h" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050011149$as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011150if test "${ac_cv_struct_tm+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050011151 $as_echo_n "(cached) " >&6
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011152else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011153 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011154/* end confdefs.h. */
11155#include <sys/types.h>
11156#include <time.h>
11157
11158int
11159main ()
11160{
Glenn Randers-Pehrsona7dbcba2007-05-15 16:16:34 -050011161struct tm tm;
11162 int *p = &tm.tm_sec;
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050011163 return !p;
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011164 ;
11165 return 0;
11166}
11167_ACEOF
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011168if ac_fn_c_try_compile "$LINENO"; then :
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011169 ac_cv_struct_tm=time.h
11170else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011171 ac_cv_struct_tm=sys/time.h
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011172fi
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060011173rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011174fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011175{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_struct_tm" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050011176$as_echo "$ac_cv_struct_tm" >&6; }
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011177if test $ac_cv_struct_tm = sys/time.h; then
11178
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011179$as_echo "#define TM_IN_SYS_TIME 1" >>confdefs.h
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011180
11181fi
11182
11183
11184# Checks for library functions.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011185{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working strtod" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050011186$as_echo_n "checking for working strtod... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011187if test "${ac_cv_func_strtod+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050011188 $as_echo_n "(cached) " >&6
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011189else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011190 if test "$cross_compiling" = yes; then :
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011191 ac_cv_func_strtod=no
11192else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011193 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011194/* end confdefs.h. */
11195
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060011196$ac_includes_default
11197#ifndef strtod
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011198double strtod ();
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060011199#endif
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011200int
11201main()
11202{
11203 {
11204 /* Some versions of Linux strtod mis-parse strings with leading '+'. */
11205 char *string = " +69";
11206 char *term;
11207 double value;
11208 value = strtod (string, &term);
11209 if (value != 69 || term != (string + 4))
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060011210 return 1;
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011211 }
11212
11213 {
11214 /* Under Solaris 2.4, strtod returns the wrong value for the
11215 terminating character under some conditions. */
11216 char *string = "NaN";
11217 char *term;
11218 strtod (string, &term);
11219 if (term != string && *(term - 1) == 0)
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060011220 return 1;
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011221 }
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060011222 return 0;
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011223}
11224
11225_ACEOF
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011226if ac_fn_c_try_run "$LINENO"; then :
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011227 ac_cv_func_strtod=yes
11228else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011229 ac_cv_func_strtod=no
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011230fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011231rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11232 conftest.$ac_objext conftest.beam conftest.$ac_ext
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011233fi
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060011234
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011235fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011236{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_strtod" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050011237$as_echo "$ac_cv_func_strtod" >&6; }
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011238if test $ac_cv_func_strtod = no; then
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060011239 case " $LIBOBJS " in
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -060011240 *" strtod.$ac_objext "* ) ;;
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060011241 *) LIBOBJS="$LIBOBJS strtod.$ac_objext"
11242 ;;
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -060011243esac
11244
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011245ac_fn_c_check_func "$LINENO" "pow" "ac_cv_func_pow"
11246if test "x$ac_cv_func_pow" = x""yes; then :
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -060011247
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011248fi
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060011249
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011250if test $ac_cv_func_pow = no; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011251 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pow in -lm" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050011252$as_echo_n "checking for pow in -lm... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011253if test "${ac_cv_lib_m_pow+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050011254 $as_echo_n "(cached) " >&6
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011255else
11256 ac_check_lib_save_LIBS=$LIBS
11257LIBS="-lm $LIBS"
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011258cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011259/* end confdefs.h. */
11260
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060011261/* Override any GCC internal prototype to avoid an error.
11262 Use char because int might match the return type of a GCC
11263 builtin and then its argument prototype would still apply. */
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011264#ifdef __cplusplus
11265extern "C"
11266#endif
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011267char pow ();
11268int
11269main ()
11270{
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060011271return pow ();
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011272 ;
11273 return 0;
11274}
11275_ACEOF
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011276if ac_fn_c_try_link "$LINENO"; then :
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011277 ac_cv_lib_m_pow=yes
11278else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011279 ac_cv_lib_m_pow=no
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011280fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011281rm -f core conftest.err conftest.$ac_objext \
11282 conftest$ac_exeext conftest.$ac_ext
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011283LIBS=$ac_check_lib_save_LIBS
11284fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011285{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_pow" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050011286$as_echo "$ac_cv_lib_m_pow" >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011287if test "x$ac_cv_lib_m_pow" = x""yes; then :
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011288 POW_LIB=-lm
11289else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011290 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cannot find library containing definition of pow" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050011291$as_echo "$as_me: WARNING: cannot find library containing definition of pow" >&2;}
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011292fi
11293
11294fi
11295
11296fi
11297
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -060011298for ac_func in memset
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011299do :
11300 ac_fn_c_check_func "$LINENO" "memset" "ac_cv_func_memset"
11301if test "x$ac_cv_func_memset" = x""yes; then :
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011302 cat >>confdefs.h <<_ACEOF
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011303#define HAVE_MEMSET 1
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011304_ACEOF
11305
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -060011306else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011307 as_fn_error "memset not found in libc" "$LINENO" 5
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011308fi
11309done
11310
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -060011311for ac_func in pow
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011312do :
11313 ac_fn_c_check_func "$LINENO" "pow" "ac_cv_func_pow"
11314if test "x$ac_cv_func_pow" = x""yes; then :
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -060011315 cat >>confdefs.h <<_ACEOF
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011316#define HAVE_POW 1
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -060011317_ACEOF
11318
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011319else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011320 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pow in -lm" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050011321$as_echo_n "checking for pow in -lm... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011322if test "${ac_cv_lib_m_pow+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050011323 $as_echo_n "(cached) " >&6
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011324else
11325 ac_check_lib_save_LIBS=$LIBS
11326LIBS="-lm $LIBS"
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011327cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011328/* end confdefs.h. */
11329
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060011330/* Override any GCC internal prototype to avoid an error.
11331 Use char because int might match the return type of a GCC
11332 builtin and then its argument prototype would still apply. */
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011333#ifdef __cplusplus
11334extern "C"
11335#endif
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -060011336char pow ();
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011337int
11338main ()
11339{
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060011340return pow ();
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011341 ;
11342 return 0;
11343}
11344_ACEOF
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011345if ac_fn_c_try_link "$LINENO"; then :
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -060011346 ac_cv_lib_m_pow=yes
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011347else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011348 ac_cv_lib_m_pow=no
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011349fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011350rm -f core conftest.err conftest.$ac_objext \
11351 conftest$ac_exeext conftest.$ac_ext
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011352LIBS=$ac_check_lib_save_LIBS
11353fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011354{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_pow" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050011355$as_echo "$ac_cv_lib_m_pow" >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011356if test "x$ac_cv_lib_m_pow" = x""yes; then :
Glenn Randers-Pehrson5c60b232006-03-07 07:09:22 -060011357 cat >>confdefs.h <<_ACEOF
11358#define HAVE_LIBM 1
11359_ACEOF
11360
11361 LIBS="-lm $LIBS"
11362
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011363else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011364 as_fn_error "cannot find pow" "$LINENO" 5
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011365fi
11366
11367fi
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -060011368done
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011369
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011370{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for zlibVersion in -lz" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050011371$as_echo_n "checking for zlibVersion in -lz... " >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011372if test "${ac_cv_lib_z_zlibVersion+set}" = set; then :
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050011373 $as_echo_n "(cached) " >&6
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011374else
11375 ac_check_lib_save_LIBS=$LIBS
11376LIBS="-lz $LIBS"
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011377cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011378/* end confdefs.h. */
11379
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060011380/* Override any GCC internal prototype to avoid an error.
11381 Use char because int might match the return type of a GCC
11382 builtin and then its argument prototype would still apply. */
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011383#ifdef __cplusplus
11384extern "C"
11385#endif
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011386char zlibVersion ();
11387int
11388main ()
11389{
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060011390return zlibVersion ();
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011391 ;
11392 return 0;
11393}
11394_ACEOF
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011395if ac_fn_c_try_link "$LINENO"; then :
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011396 ac_cv_lib_z_zlibVersion=yes
11397else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011398 ac_cv_lib_z_zlibVersion=no
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011399fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011400rm -f core conftest.err conftest.$ac_objext \
11401 conftest$ac_exeext conftest.$ac_ext
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011402LIBS=$ac_check_lib_save_LIBS
11403fi
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011404{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_zlibVersion" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050011405$as_echo "$ac_cv_lib_z_zlibVersion" >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011406if test "x$ac_cv_lib_z_zlibVersion" = x""yes; then :
Glenn Randers-Pehrson5c60b232006-03-07 07:09:22 -060011407 cat >>confdefs.h <<_ACEOF
11408#define HAVE_LIBZ 1
11409_ACEOF
11410
11411 LIBS="-lz $LIBS"
11412
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011413else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011414 as_fn_error "zlib not installed" "$LINENO" 5
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011415fi
11416
11417
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050011418LIBPNG_DEFINES=-DPNG_CONFIGURE_LIBPNG
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -050011419LIBPNG_DEFINES=$LIBPNG_DEFINES
Glenn Randers-Pehrsonb511b602006-04-16 19:45:31 -050011420
Glenn Randers-Pehrsonb3870ab2006-05-11 09:43:09 -050011421
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011422{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if libraries can be versioned" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050011423$as_echo_n "checking if libraries can be versioned... " >&6; }
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -060011424GLD=`$LD --help < /dev/null 2>/dev/null | grep version-script`
11425if test "$GLD"; then
11426 have_ld_version_script=yes
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050011428$as_echo "yes" >&6; }
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -060011429else
11430 have_ld_version_script=no
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050011432$as_echo "no" >&6; }
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011433 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *** You have not enabled versioned symbols." >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050011434$as_echo "$as_me: WARNING: *** You have not enabled versioned symbols." >&2;}
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -060011435fi
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050011436 if test "$have_ld_version_script" = "yes"; then
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -060011437 HAVE_LD_VERSION_SCRIPT_TRUE=
11438 HAVE_LD_VERSION_SCRIPT_FALSE='#'
11439else
11440 HAVE_LD_VERSION_SCRIPT_TRUE='#'
11441 HAVE_LD_VERSION_SCRIPT_FALSE=
11442fi
11443
11444
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050011445if test "$have_ld_version_script" = "yes"; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for symbol prefix" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050011447$as_echo_n "checking for symbol prefix... " >&6; }
11448 SYMBOL_PREFIX=`echo "PREFIX=__USER_LABEL_PREFIX__" \
11449 | ${CPP-${CC-gcc} -E} - 2>&1 \
11450 | ${EGREP-grep} "^PREFIX=" \
11451 | ${SED-sed} "s:^PREFIX=::"`
11452
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SYMBOL_PREFIX" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050011454$as_echo "$SYMBOL_PREFIX" >&6; }
11455fi
11456
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -060011457# Substitutions for .in files
11458
11459
11460
11461
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050011462
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -060011463# Additional arguments (and substitutions)
11464# Allow the pkg-config directory to be set
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011465
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060011466# Check whether --with-pkgconfigdir was given.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011467if test "${with_pkgconfigdir+set}" = set; then :
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060011468 withval=$with_pkgconfigdir; pkgconfigdir=${withval}
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011469else
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -060011470 pkgconfigdir='${libdir}/pkgconfig'
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060011471fi
11472
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011473
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -060011474
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011475{ $as_echo "$as_me:${as_lineno-$LINENO}: pkgconfig directory is ${pkgconfigdir}" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050011476$as_echo "$as_me: pkgconfig directory is ${pkgconfigdir}" >&6;}
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -060011477
11478# Make the *-config binary config scripts optional
11479
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060011480# Check whether --with-binconfigs was given.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011481if test "${with_binconfigs+set}" = set; then :
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060011482 withval=$with_binconfigs; if test "${withval}" = no; then
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -060011483 binconfigs=
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011484 { $as_echo "$as_me:${as_lineno-$LINENO}: libpng-config scripts will not be built" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050011485$as_echo "$as_me: libpng-config scripts will not be built" >&6;}
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -060011486 else
11487 binconfigs='${binconfigs}'
11488 fi
11489else
11490 binconfigs='${binconfigs}'
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060011491fi
11492
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011493
11494
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -060011495# Config files, substituting as above
Glenn Randers-Pehrsona687af12009-12-25 16:17:30 -060011496ac_config_files="$ac_config_files Makefile libpng.pc:libpng.pc.in"
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -060011497
Glenn Randers-Pehrson28d4aae2009-11-13 16:29:45 -060011498ac_config_files="$ac_config_files libpng-config:libpng-config.in"
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -060011499
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011500
11501cat >confcache <<\_ACEOF
11502# This file is a shell script that caches the results of configure
11503# tests run on this system so they can be shared between configure
11504# scripts and configure runs, see configure's option --config-cache.
11505# It is not useful on other systems. If it contains results you don't
11506# want to keep, you may remove or edit it.
11507#
11508# config.status only pays attention to the cache file if you give it
11509# the --recheck option to rerun configure.
11510#
11511# `ac_cv_env_foo' variables (set or unset) will be overridden when
11512# loading this file, other *unset* `ac_cv_foo' will be assigned the
11513# following values.
11514
11515_ACEOF
11516
11517# The following way of writing the cache mishandles newlines in values,
11518# but we know of no workaround that is simple, portable, and efficient.
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060011519# So, we kill variables containing newlines.
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011520# Ultrix sh set writes to stderr and can't be redirected directly,
11521# and sets the high bit in the cache file unless we assign to the vars.
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060011522(
11523 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
11524 eval ac_val=\$$ac_var
11525 case $ac_val in #(
11526 *${as_nl}*)
11527 case $ac_var in #(
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011528 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -050011529$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060011530 esac
11531 case $ac_var in #(
11532 _ | IFS | as_nl) ;; #(
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050011533 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011534 *) { eval $ac_var=; unset $ac_var;} ;;
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060011535 esac ;;
11536 esac
11537 done
11538
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011539 (set) 2>&1 |
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060011540 case $as_nl`(ac_space=' '; set) 2>&1` in #(
11541 *${as_nl}ac_space=\ *)
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011542 # `set' does not quote correctly, so add quotes: double-quote
11543 # substitution turns \\\\ into \\, and sed turns \\ into \.
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011544 sed -n \
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -060011545 "s/'/'\\\\''/g;
11546 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060011547 ;; #(
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011548 *)
11549 # `set' quotes correctly as required by POSIX, so do not add quotes.
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060011550 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011551 ;;
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060011552 esac |
11553 sort
11554) |
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011555 sed '
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060011556 /^ac_cv_env_/b end
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011557 t clear
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060011558 :clear
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011559 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11560 t end
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060011561 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11562 :end' >>confcache
11563if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11564 if test -w "$cache_file"; then
11565 test "x$cache_file" != "x/dev/null" &&
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011566 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050011567$as_echo "$as_me: updating cache $cache_file" >&6;}
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011568 cat confcache >$cache_file
11569 else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011570 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050011571$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011572 fi
11573fi
11574rm -f confcache
11575
11576test "x$prefix" = xNONE && prefix=$ac_default_prefix
11577# Let make expand exec_prefix.
11578test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
11579
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011580DEFS=-DHAVE_CONFIG_H
11581
11582ac_libobjs=
11583ac_ltlibobjs=
11584for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
11585 # 1. Remove the extension, and $U if already installed.
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060011586 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050011587 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060011588 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
11589 # will be set to the directory where LIBOBJS objects are built.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011590 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11591 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011592done
11593LIBOBJS=$ac_libobjs
11594
11595LTLIBOBJS=$ac_ltlibobjs
11596
11597
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011598 if test -n "$EXEEXT"; then
11599 am__EXEEXT_TRUE=
11600 am__EXEEXT_FALSE='#'
11601else
11602 am__EXEEXT_TRUE='#'
11603 am__EXEEXT_FALSE=
11604fi
11605
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -060011606if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011607 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
11608Usually this means the macro was only invoked conditionally." "$LINENO" 5
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -060011609fi
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011610if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011611 as_fn_error "conditional \"AMDEP\" was never defined.
11612Usually this means the macro was only invoked conditionally." "$LINENO" 5
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011613fi
11614if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011615 as_fn_error "conditional \"am__fastdepCC\" was never defined.
11616Usually this means the macro was only invoked conditionally." "$LINENO" 5
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -060011617fi
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -060011618if test -z "${HAVE_LD_VERSION_SCRIPT_TRUE}" && test -z "${HAVE_LD_VERSION_SCRIPT_FALSE}"; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011619 as_fn_error "conditional \"HAVE_LD_VERSION_SCRIPT\" was never defined.
11620Usually this means the macro was only invoked conditionally." "$LINENO" 5
Glenn Randers-Pehrsone6474622006-03-04 16:50:47 -060011621fi
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011622
11623: ${CONFIG_STATUS=./config.status}
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050011624ac_write_fail=0
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011625ac_clean_files_save=$ac_clean_files
11626ac_clean_files="$ac_clean_files $CONFIG_STATUS"
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011627{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050011628$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011629as_write_fail=0
11630cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011631#! $SHELL
11632# Generated by $as_me.
11633# Run this file to recreate the current configuration.
11634# Compiler output produced by configure, useful for debugging
11635# configure, is in config.log if it exists.
11636
11637debug=false
11638ac_cs_recheck=false
11639ac_cs_silent=false
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011640
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011641SHELL=\${CONFIG_SHELL-$SHELL}
11642export SHELL
11643_ASEOF
11644cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
11645## -------------------- ##
11646## M4sh Initialization. ##
11647## -------------------- ##
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011648
Glenn Randers-Pehrsona7dbcba2007-05-15 16:16:34 -050011649# Be more Bourne compatible
11650DUALCASE=1; export DUALCASE # for MKS sh
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011651if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011652 emulate sh
11653 NULLCMD=:
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050011654 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011655 # is contrary to our usage. Disable this feature.
11656 alias -g '${1+"$@"}'='"$@"'
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060011657 setopt NO_GLOB_SUBST
11658else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011659 case `(set -o) 2>/dev/null` in #(
11660 *posix*) :
11661 set -o posix ;; #(
11662 *) :
11663 ;;
Glenn Randers-Pehrsona7dbcba2007-05-15 16:16:34 -050011664esac
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011665fi
Glenn Randers-Pehrsona7dbcba2007-05-15 16:16:34 -050011666
11667
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050011668as_nl='
11669'
11670export as_nl
11671# Printing a long string crashes Solaris 7 /usr/bin/printf.
11672as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11673as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
11674as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011675# Prefer a ksh shell builtin over an external printf program on Solaris,
11676# but without wasting forks for bash or zsh.
11677if test -z "$BASH_VERSION$ZSH_VERSION" \
11678 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
11679 as_echo='print -r --'
11680 as_echo_n='print -rn --'
11681elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050011682 as_echo='printf %s\n'
11683 as_echo_n='printf %s'
11684else
11685 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
11686 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
11687 as_echo_n='/usr/ucb/echo -n'
11688 else
11689 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
11690 as_echo_n_body='eval
11691 arg=$1;
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011692 case $arg in #(
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050011693 *"$as_nl"*)
11694 expr "X$arg" : "X\\(.*\\)$as_nl";
11695 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
11696 esac;
11697 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
11698 '
11699 export as_echo_n_body
11700 as_echo_n='sh -c $as_echo_n_body as_echo'
11701 fi
11702 export as_echo_body
11703 as_echo='sh -c $as_echo_body as_echo'
11704fi
11705
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011706# The user is always right.
11707if test "${PATH_SEPARATOR+set}" != set; then
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050011708 PATH_SEPARATOR=:
11709 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
11710 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
11711 PATH_SEPARATOR=';'
11712 }
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011713fi
11714
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060011715
11716# IFS
11717# We need space, tab and new line, in precisely that order. Quoting is
11718# there to prevent editors from complaining about space-tab.
11719# (If _AS_PATH_WALK were called with IFS unset, it would disable word
11720# splitting by setting IFS to empty value.)
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060011721IFS=" "" $as_nl"
11722
11723# Find who we are. Look in the path if we contain no directory separator.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011724case $0 in #((
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060011725 *[\\/]* ) as_myself=$0 ;;
11726 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011727for as_dir in $PATH
11728do
11729 IFS=$as_save_IFS
11730 test -z "$as_dir" && as_dir=.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011731 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
11732 done
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060011733IFS=$as_save_IFS
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011734
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060011735 ;;
11736esac
11737# We did not find ourselves, most probably we were run as `sh COMMAND'
11738# in which case we are not to be found in the path.
11739if test "x$as_myself" = x; then
11740 as_myself=$0
11741fi
11742if test ! -f "$as_myself"; then
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050011743 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011744 exit 1
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060011745fi
11746
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011747# Unset variables that we do not need and which cause bugs (e.g. in
11748# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
11749# suppresses any "Segmentation fault" message there. '((' could
11750# trigger a bug in pdksh 5.2.14.
11751for as_var in BASH_ENV ENV MAIL MAILPATH
11752do eval test x\${$as_var+set} = xset \
11753 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060011754done
11755PS1='$ '
11756PS2='> '
11757PS4='+ '
11758
11759# NLS nuisances.
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050011760LC_ALL=C
11761export LC_ALL
11762LANGUAGE=C
11763export LANGUAGE
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060011764
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011765# CDPATH.
11766(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
11767
11768
11769# as_fn_error ERROR [LINENO LOG_FD]
11770# ---------------------------------
11771# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
11772# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
11773# script with status $?, using 1 if that was 0.
11774as_fn_error ()
11775{
11776 as_status=$?; test $as_status -eq 0 && as_status=1
11777 if test "$3"; then
11778 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
11779 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
11780 fi
11781 $as_echo "$as_me: error: $1" >&2
11782 as_fn_exit $as_status
11783} # as_fn_error
11784
11785
11786# as_fn_set_status STATUS
11787# -----------------------
11788# Set $? to STATUS, without forking.
11789as_fn_set_status ()
11790{
11791 return $1
11792} # as_fn_set_status
11793
11794# as_fn_exit STATUS
11795# -----------------
11796# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
11797as_fn_exit ()
11798{
11799 set +e
11800 as_fn_set_status $1
11801 exit $1
11802} # as_fn_exit
11803
11804# as_fn_unset VAR
11805# ---------------
11806# Portably unset VAR.
11807as_fn_unset ()
11808{
11809 { eval $1=; unset $1;}
11810}
11811as_unset=as_fn_unset
11812# as_fn_append VAR VALUE
11813# ----------------------
11814# Append the text in VALUE to the end of the definition contained in VAR. Take
11815# advantage of any shell optimizations that allow amortized linear growth over
11816# repeated appends, instead of the typical quadratic growth present in naive
11817# implementations.
11818if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
11819 eval 'as_fn_append ()
11820 {
11821 eval $1+=\$2
11822 }'
11823else
11824 as_fn_append ()
11825 {
11826 eval $1=\$$1\$2
11827 }
11828fi # as_fn_append
11829
11830# as_fn_arith ARG...
11831# ------------------
11832# Perform arithmetic evaluation on the ARGs, and store the result in the
11833# global $as_val. Take advantage of shells that can avoid forks. The arguments
11834# must be portable across $(()) and expr.
11835if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
11836 eval 'as_fn_arith ()
11837 {
11838 as_val=$(( $* ))
11839 }'
11840else
11841 as_fn_arith ()
11842 {
11843 as_val=`expr "$@" || test $? -eq 1`
11844 }
11845fi # as_fn_arith
11846
11847
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060011848if expr a : '\(a\)' >/dev/null 2>&1 &&
11849 test "X`expr 00001 : '.*\(...\)'`" = X001; then
11850 as_expr=expr
11851else
11852 as_expr=false
11853fi
11854
11855if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
11856 as_basename=basename
11857else
11858 as_basename=false
11859fi
11860
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011861if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
11862 as_dirname=dirname
11863else
11864 as_dirname=false
11865fi
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060011866
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060011867as_me=`$as_basename -- "$0" ||
11868$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
11869 X"$0" : 'X\(//\)$' \| \
11870 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050011871$as_echo X/"$0" |
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060011872 sed '/^.*\/\([^/][^/]*\)\/*$/{
11873 s//\1/
11874 q
11875 }
11876 /^X\/\(\/\/\)$/{
11877 s//\1/
11878 q
11879 }
11880 /^X\/\(\/\).*/{
11881 s//\1/
11882 q
11883 }
11884 s/.*/./; q'`
11885
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011886# Avoid depending upon Character Ranges.
11887as_cr_letters='abcdefghijklmnopqrstuvwxyz'
11888as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
11889as_cr_Letters=$as_cr_letters$as_cr_LETTERS
11890as_cr_digits='0123456789'
11891as_cr_alnum=$as_cr_Letters$as_cr_digits
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060011892
11893ECHO_C= ECHO_N= ECHO_T=
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011894case `echo -n x` in #(((((
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060011895-n*)
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011896 case `echo 'xy\c'` in
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060011897 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011898 xy) ECHO_C='\c';;
11899 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
11900 ECHO_T=' ';;
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060011901 esac;;
11902*)
11903 ECHO_N='-n';;
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011904esac
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011905
11906rm -f conf$$ conf$$.exe conf$$.file
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060011907if test -d conf$$.dir; then
11908 rm -f conf$$.dir/conf$$.file
11909else
11910 rm -f conf$$.dir
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050011911 mkdir conf$$.dir 2>/dev/null
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060011912fi
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050011913if (echo >conf$$.file) 2>/dev/null; then
11914 if ln -s conf$$.file conf$$ 2>/dev/null; then
11915 as_ln_s='ln -s'
11916 # ... but there are two gotchas:
11917 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
11918 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
11919 # In both cases, we have to default to `cp -p'.
11920 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
11921 as_ln_s='cp -p'
11922 elif ln conf$$.file conf$$ 2>/dev/null; then
11923 as_ln_s=ln
11924 else
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011925 as_ln_s='cp -p'
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050011926 fi
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011927else
11928 as_ln_s='cp -p'
11929fi
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060011930rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
11931rmdir conf$$.dir 2>/dev/null
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011932
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011933
11934# as_fn_mkdir_p
11935# -------------
11936# Create "$as_dir" as a directory, including parents if necessary.
11937as_fn_mkdir_p ()
11938{
11939
11940 case $as_dir in #(
11941 -*) as_dir=./$as_dir;;
11942 esac
11943 test -d "$as_dir" || eval $as_mkdir_p || {
11944 as_dirs=
11945 while :; do
11946 case $as_dir in #(
11947 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
11948 *) as_qdir=$as_dir;;
11949 esac
11950 as_dirs="'$as_qdir' $as_dirs"
11951 as_dir=`$as_dirname -- "$as_dir" ||
11952$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11953 X"$as_dir" : 'X\(//\)[^/]' \| \
11954 X"$as_dir" : 'X\(//\)$' \| \
11955 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
11956$as_echo X"$as_dir" |
11957 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
11958 s//\1/
11959 q
11960 }
11961 /^X\(\/\/\)[^/].*/{
11962 s//\1/
11963 q
11964 }
11965 /^X\(\/\/\)$/{
11966 s//\1/
11967 q
11968 }
11969 /^X\(\/\).*/{
11970 s//\1/
11971 q
11972 }
11973 s/.*/./; q'`
11974 test -d "$as_dir" && break
11975 done
11976 test -z "$as_dirs" || eval "mkdir $as_dirs"
11977 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
11978
11979
11980} # as_fn_mkdir_p
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011981if mkdir -p . 2>/dev/null; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050011982 as_mkdir_p='mkdir -p "$as_dir"'
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011983else
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -060011984 test -d ./-p && rmdir ./-p
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060011985 as_mkdir_p=false
11986fi
11987
Glenn Randers-Pehrsona7dbcba2007-05-15 16:16:34 -050011988if test -x / >/dev/null 2>&1; then
11989 as_test_x='test -x'
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060011990else
Glenn Randers-Pehrsona7dbcba2007-05-15 16:16:34 -050011991 if ls -dL / >/dev/null 2>&1; then
11992 as_ls_L_option=L
11993 else
11994 as_ls_L_option=
11995 fi
11996 as_test_x='
11997 eval sh -c '\''
11998 if test -d "$1"; then
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050011999 test -d "$1/.";
Glenn Randers-Pehrsona7dbcba2007-05-15 16:16:34 -050012000 else
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050012001 case $1 in #(
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012002 -*)set "./$1";;
Glenn Randers-Pehrsona7dbcba2007-05-15 16:16:34 -050012003 esac;
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050012004 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
Glenn Randers-Pehrsona7dbcba2007-05-15 16:16:34 -050012005 ???[sx]*):;;*)false;;esac;fi
12006 '\'' sh
12007 '
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012008fi
Glenn Randers-Pehrsona7dbcba2007-05-15 16:16:34 -050012009as_executable_p=$as_test_x
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012010
12011# Sed expression to map a string onto a valid CPP name.
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -060012012as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012013
12014# Sed expression to map a string onto a valid variable name.
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -060012015as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012016
12017
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012018exec 6>&1
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050012019## ----------------------------------- ##
12020## Main body of $CONFIG_STATUS script. ##
12021## ----------------------------------- ##
12022_ASEOF
12023test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012024
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050012025cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12026# Save the log message, to keep $0 and so on meaningful, and to
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012027# report actual input values of CONFIG_FILES etc. instead of their
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012028# values after options handling.
12029ac_log="
Glenn Randers-Pehrson42c4ebb2010-02-08 15:46:26 -060012030This file was extended by libpng $as_me 1.5.0beta04, which was
Glenn Randers-Pehrsoneae2cf02009-11-21 21:50:07 -060012031generated by GNU Autoconf 2.65. Invocation command line was
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012032
12033 CONFIG_FILES = $CONFIG_FILES
12034 CONFIG_HEADERS = $CONFIG_HEADERS
12035 CONFIG_LINKS = $CONFIG_LINKS
12036 CONFIG_COMMANDS = $CONFIG_COMMANDS
12037 $ $0 $@
12038
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012039on `(hostname || uname -n) 2>/dev/null | sed 1q`
12040"
12041
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012042_ACEOF
12043
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -050012044case $ac_config_files in *"
12045"*) set x $ac_config_files; shift; ac_config_files=$*;;
12046esac
12047
12048case $ac_config_headers in *"
12049"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
12050esac
12051
12052
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012053cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012054# Files that config.status was made for.
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012055config_files="$ac_config_files"
12056config_headers="$ac_config_headers"
12057config_commands="$ac_config_commands"
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012058
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012059_ACEOF
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012060
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012061cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012062ac_cs_usage="\
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050012063\`$as_me' instantiates files and other configuration actions
12064from templates according to the current configuration. Unless the files
12065and actions are specified as TAGs, all are instantiated by default.
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012066
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050012067Usage: $0 [OPTION]... [TAG]...
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012068
12069 -h, --help print this help, then exit
Glenn Randers-Pehrsona7dbcba2007-05-15 16:16:34 -050012070 -V, --version print version number and configuration settings, then exit
Glenn Randers-Pehrsoneae2cf02009-11-21 21:50:07 -060012071 --config print configuration, then exit
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -050012072 -q, --quiet, --silent
12073 do not print progress messages
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012074 -d, --debug don't remove temporary files
12075 --recheck update $as_me by reconfiguring in the same conditions
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -050012076 --file=FILE[:TEMPLATE]
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012077 instantiate the configuration file FILE
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -050012078 --header=FILE[:TEMPLATE]
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012079 instantiate the configuration header FILE
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012080
12081Configuration files:
12082$config_files
12083
12084Configuration headers:
12085$config_headers
12086
12087Configuration commands:
12088$config_commands
12089
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050012090Report bugs to <png-mng-implement@lists.sourceforge.net>."
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012091
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012092_ACEOF
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012093cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
Glenn Randers-Pehrsoneae2cf02009-11-21 21:50:07 -060012094ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012095ac_cs_version="\\
Glenn Randers-Pehrson42c4ebb2010-02-08 15:46:26 -060012096libpng config.status 1.5.0beta04
Glenn Randers-Pehrsoneae2cf02009-11-21 21:50:07 -060012097configured by $0, generated by GNU Autoconf 2.65,
12098 with options \\"\$ac_cs_config\\"
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012099
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050012100Copyright (C) 2009 Free Software Foundation, Inc.
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012101This config.status script is free software; the Free Software Foundation
12102gives unlimited permission to copy, distribute and modify it."
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012103
12104ac_pwd='$ac_pwd'
12105srcdir='$srcdir'
12106INSTALL='$INSTALL'
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012107MKDIR_P='$MKDIR_P'
12108AWK='$AWK'
12109test -n "\$AWK" || AWK=awk
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012110_ACEOF
12111
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012112cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12113# The default lists apply if the user does not specify any file.
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012114ac_need_defaults=:
12115while test $# != 0
12116do
12117 case $1 in
12118 --*=*)
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012119 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12120 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012121 ac_shift=:
12122 ;;
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012123 *)
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012124 ac_option=$1
12125 ac_optarg=$2
12126 ac_shift=shift
12127 ;;
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012128 esac
12129
12130 case $ac_option in
12131 # Handling of the options.
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012132 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
12133 ac_cs_recheck=: ;;
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012134 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012135 $as_echo "$ac_cs_version"; exit ;;
Glenn Randers-Pehrsoneae2cf02009-11-21 21:50:07 -060012136 --config | --confi | --conf | --con | --co | --c )
12137 $as_echo "$ac_cs_config"; exit ;;
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012138 --debug | --debu | --deb | --de | --d | -d )
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012139 debug=: ;;
12140 --file | --fil | --fi | --f )
12141 $ac_shift
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012142 case $ac_optarg in
12143 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12144 esac
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050012145 as_fn_append CONFIG_FILES " '$ac_optarg'"
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012146 ac_need_defaults=false;;
12147 --header | --heade | --head | --hea )
12148 $ac_shift
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012149 case $ac_optarg in
12150 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12151 esac
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050012152 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012153 ac_need_defaults=false;;
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012154 --he | --h)
12155 # Conflict between --help and --header
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050012156 as_fn_error "ambiguous option: \`$1'
12157Try \`$0 --help' for more information.";;
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012158 --help | --hel | -h )
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012159 $as_echo "$ac_cs_usage"; exit ;;
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012160 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12161 | -silent | --silent | --silen | --sile | --sil | --si | --s)
12162 ac_cs_silent=: ;;
12163
12164 # This is an error.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050012165 -*) as_fn_error "unrecognized option: \`$1'
12166Try \`$0 --help' for more information." ;;
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012167
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050012168 *) as_fn_append ac_config_targets " $1"
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012169 ac_need_defaults=false ;;
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012170
12171 esac
12172 shift
12173done
12174
12175ac_configure_extra_args=
12176
12177if $ac_cs_silent; then
12178 exec 6>/dev/null
12179 ac_configure_extra_args="$ac_configure_extra_args --silent"
12180fi
12181
12182_ACEOF
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012183cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012184if \$ac_cs_recheck; then
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012185 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
12186 shift
12187 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
12188 CONFIG_SHELL='$SHELL'
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012189 export CONFIG_SHELL
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012190 exec "\$@"
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012191fi
12192
12193_ACEOF
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012194cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012195exec 5>>config.log
12196{
12197 echo
12198 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12199## Running $as_me. ##
12200_ASBOX
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012201 $as_echo "$ac_log"
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012202} >&5
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012203
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012204_ACEOF
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012205cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012206#
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012207# INIT-COMMANDS
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012208#
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012209AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
12210
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012211
12212# The HP-UX ksh and POSIX shell print the target directory to stdout
12213# if CDPATH is set.
12214(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12215
12216sed_quote_subst='$sed_quote_subst'
12217double_quote_subst='$double_quote_subst'
12218delay_variable_subst='$delay_variable_subst'
12219SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`'
12220Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`'
12221GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`'
12222EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`'
12223FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`'
12224LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`'
12225AS='`$ECHO "X$AS" | $Xsed -e "$delay_single_quote_subst"`'
12226DLLTOOL='`$ECHO "X$DLLTOOL" | $Xsed -e "$delay_single_quote_subst"`'
12227OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`'
12228macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
12229macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
12230enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
12231enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
12232pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
12233enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
12234host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
12235host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`'
12236host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`'
12237build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`'
12238build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`'
12239build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`'
12240NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'
12241LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'
12242max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`'
12243ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'
12244exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'
12245lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'
12246lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'
12247lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
12248reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
12249reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12250deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
12251file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
12252AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
12253AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'
12254STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'
12255RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'
12256old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12257old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12258old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12259CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'
12260CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`'
12261compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`'
12262GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`'
12263lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`'
12264lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`'
12265lt_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"`'
12266lt_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"`'
12267objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`'
12268SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`'
12269ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`'
12270MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`'
12271lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`'
12272lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`'
12273lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`'
12274lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`'
12275lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`'
12276need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`'
12277DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`'
12278NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`'
12279LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`'
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -050012280OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`'
12281OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`'
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012282libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`'
12283shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12284extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12285archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`'
12286enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`'
12287export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
12288whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
12289compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`'
12290old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12291old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12292archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12293archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12294module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12295module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12296with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`'
12297allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
12298no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
12299hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
12300hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`'
12301hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`'
12302hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`'
12303hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`'
12304hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`'
12305hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
12306hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`'
12307inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`'
12308link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`'
12309fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`'
12310always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`'
12311export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12312exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
12313include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
12314prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12315file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`'
12316variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`'
12317need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
12318need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`'
12319version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`'
12320runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`'
12321shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
12322shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`'
12323libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`'
12324library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`'
12325soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`'
12326postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12327postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12328finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12329finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`'
12330hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`'
12331sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
12332sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
12333hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`'
12334enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`'
12335enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`'
12336enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`'
12337old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`'
12338striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`'
12339
12340LTCC='$LTCC'
12341LTCFLAGS='$LTCFLAGS'
12342compiler='$compiler_DEFAULT'
12343
12344# Quote evaled strings.
12345for var in SED \
12346GREP \
12347EGREP \
12348FGREP \
12349LD \
12350NM \
12351LN_S \
12352lt_SP2NL \
12353lt_NL2SP \
12354reload_flag \
12355deplibs_check_method \
12356file_magic_cmd \
12357AR \
12358AR_FLAGS \
12359STRIP \
12360RANLIB \
12361CC \
12362CFLAGS \
12363compiler \
12364lt_cv_sys_global_symbol_pipe \
12365lt_cv_sys_global_symbol_to_cdecl \
12366lt_cv_sys_global_symbol_to_c_name_address \
12367lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
12368SHELL \
12369ECHO \
12370lt_prog_compiler_no_builtin_flag \
12371lt_prog_compiler_wl \
12372lt_prog_compiler_pic \
12373lt_prog_compiler_static \
12374lt_cv_prog_compiler_c_o \
12375need_locks \
12376DSYMUTIL \
12377NMEDIT \
12378LIPO \
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -050012379OTOOL \
12380OTOOL64 \
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012381shrext_cmds \
12382export_dynamic_flag_spec \
12383whole_archive_flag_spec \
12384compiler_needs_object \
12385with_gnu_ld \
12386allow_undefined_flag \
12387no_undefined_flag \
12388hardcode_libdir_flag_spec \
12389hardcode_libdir_flag_spec_ld \
12390hardcode_libdir_separator \
12391fix_srcfile_path \
12392exclude_expsyms \
12393include_expsyms \
12394file_list_spec \
12395variables_saved_for_relink \
12396libname_spec \
12397library_names_spec \
12398soname_spec \
12399finish_eval \
12400old_striplib \
12401striplib; do
12402 case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
12403 *[\\\\\\\`\\"\\\$]*)
12404 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
12405 ;;
12406 *)
12407 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12408 ;;
12409 esac
12410done
12411
12412# Double-quote double-evaled strings.
12413for var in reload_cmds \
12414old_postinstall_cmds \
12415old_postuninstall_cmds \
12416old_archive_cmds \
12417extract_expsyms_cmds \
12418old_archive_from_new_cmds \
12419old_archive_from_expsyms_cmds \
12420archive_cmds \
12421archive_expsym_cmds \
12422module_cmds \
12423module_expsym_cmds \
12424export_symbols_cmds \
12425prelink_cmds \
12426postinstall_cmds \
12427postuninstall_cmds \
12428finish_cmds \
12429sys_lib_search_path_spec \
12430sys_lib_dlsearch_path_spec; do
12431 case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
12432 *[\\\\\\\`\\"\\\$]*)
12433 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
12434 ;;
12435 *)
12436 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12437 ;;
12438 esac
12439done
12440
12441# Fix-up fallback echo if it was mangled by the above quoting rules.
12442case \$lt_ECHO in
12443*'\\\$0 --fallback-echo"') lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\`
12444 ;;
12445esac
12446
12447ac_aux_dir='$ac_aux_dir'
12448xsi_shell='$xsi_shell'
12449lt_shell_append='$lt_shell_append'
12450
12451# See if we are running on zsh, and set the options which allow our
12452# commands through without removal of \ escapes INIT.
12453if test -n "\${ZSH_VERSION+set}" ; then
12454 setopt NO_GLOB_SUBST
12455fi
12456
12457
12458 PACKAGE='$PACKAGE'
12459 VERSION='$VERSION'
12460 TIMESTAMP='$TIMESTAMP'
12461 RM='$RM'
12462 ofile='$ofile'
12463
12464
12465
12466
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012467_ACEOF
12468
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012469cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012470
12471# Handling of arguments.
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012472for ac_config_target in $ac_config_targets
12473do
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012474 case $ac_config_target in
12475 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
12476 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012477 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012478 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
Glenn Randers-Pehrsona687af12009-12-25 16:17:30 -060012479 "libpng.pc") CONFIG_FILES="$CONFIG_FILES libpng.pc:libpng.pc.in" ;;
Glenn Randers-Pehrson28d4aae2009-11-13 16:29:45 -060012480 "libpng-config") CONFIG_FILES="$CONFIG_FILES libpng-config:libpng-config.in" ;;
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012481
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050012482 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012483 esac
12484done
12485
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012486
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012487# If the user did not use the arguments to specify the items to instantiate,
12488# then the envvar interface is used. Set only those that are not.
12489# We use the long form for the default assignment because of an extremely
12490# bizarre bug on SunOS 4.1.3.
12491if $ac_need_defaults; then
12492 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
12493 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
12494 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
12495fi
12496
12497# Have a temporary directory for convenience. Make it in the build tree
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012498# simply because there is no reason against having it here, and in addition,
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012499# creating and moving files from /tmp can sometimes cause problems.
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012500# Hook for its removal unless debugging.
12501# Note that there is a small window in which the directory will not be cleaned:
12502# after its creation but before its name has been assigned to `$tmp'.
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012503$debug ||
12504{
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012505 tmp=
12506 trap 'exit_status=$?
12507 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
12508' 0
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050012509 trap 'as_fn_exit 1' 1 2 13 15
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012510}
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012511# Create a (secure) tmp directory for tmp files.
12512
12513{
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012514 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012515 test -n "$tmp" && test -d "$tmp"
12516} ||
12517{
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012518 tmp=./conf$$-$RANDOM
12519 (umask 077 && mkdir "$tmp")
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050012520} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012521
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012522# Set up the scripts for CONFIG_FILES section.
12523# No need to generate them if there are no CONFIG_FILES.
12524# This happens for instance with `./config.status config.h'.
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012525if test -n "$CONFIG_FILES"; then
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012526
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012527
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050012528ac_cr=`echo X | tr X '\015'`
12529# On cygwin, bash can eat \r inside `` if the user requested igncr.
12530# But we know of no other shell where ac_cr would be empty at this
12531# point, so we can use a bashism as a fallback.
12532if test "x$ac_cr" = x; then
12533 eval ac_cr=\$\'\\r\'
12534fi
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012535ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
12536if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050012537 ac_cs_awk_cr='\r'
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012538else
12539 ac_cs_awk_cr=$ac_cr
12540fi
12541
12542echo 'BEGIN {' >"$tmp/subs1.awk" &&
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012543_ACEOF
12544
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012545
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012546{
12547 echo "cat >conf$$subs.awk <<_ACEOF" &&
12548 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
12549 echo "_ACEOF"
12550} >conf$$subs.sh ||
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050012551 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012552ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012553ac_delim='%!_!# '
12554for ac_last_try in false false false false false :; do
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012555 . ./conf$$subs.sh ||
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050012556 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012557
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -050012558 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
12559 if test $ac_delim_n = $ac_delim_num; then
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012560 break
12561 elif $ac_last_try; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050012562 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012563 else
12564 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012565 fi
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012566done
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012567rm -f conf$$subs.sh
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012568
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012569cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12570cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012571_ACEOF
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012572sed -n '
12573h
12574s/^/S["/; s/!.*/"]=/
12575p
12576g
12577s/^[^!]*!//
12578:repl
12579t repl
12580s/'"$ac_delim"'$//
12581t delim
12582:nl
12583h
Glenn Randers-Pehrsoneae2cf02009-11-21 21:50:07 -060012584s/\(.\{148\}\)..*/\1/
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012585t more1
12586s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
12587p
12588n
12589b repl
12590:more1
12591s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12592p
12593g
12594s/.\{148\}//
12595t nl
12596:delim
12597h
Glenn Randers-Pehrsoneae2cf02009-11-21 21:50:07 -060012598s/\(.\{148\}\)..*/\1/
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012599t more2
12600s/["\\]/\\&/g; s/^/"/; s/$/"/
12601p
12602b
12603:more2
12604s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12605p
12606g
12607s/.\{148\}//
12608t delim
12609' <conf$$subs.awk | sed '
12610/^[^""]/{
12611 N
12612 s/\n//
12613}
12614' >>$CONFIG_STATUS || ac_write_fail=1
12615rm -f conf$$subs.awk
12616cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12617_ACAWK
12618cat >>"\$tmp/subs1.awk" <<_ACAWK &&
12619 for (key in S) S_is_set[key] = 1
12620 FS = ""
12621
12622}
12623{
12624 line = $ 0
12625 nfields = split(line, field, "@")
12626 substed = 0
12627 len = length(field[1])
12628 for (i = 2; i < nfields; i++) {
12629 key = field[i]
12630 keylen = length(key)
12631 if (S_is_set[key]) {
12632 value = S[key]
12633 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
12634 len += length(value) + length(field[++i])
12635 substed = 1
12636 } else
12637 len += 1 + keylen
12638 }
12639
12640 print line
12641}
12642
12643_ACAWK
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012644_ACEOF
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012645cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12646if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
12647 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
12648else
12649 cat
12650fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050012651 || as_fn_error "could not setup config files machinery" "$LINENO" 5
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012652_ACEOF
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012653
12654# VPATH may cause trouble with some makes, so we remove $(srcdir),
12655# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
12656# trailing colons and then remove the whole line if VPATH becomes empty
12657# (actually we leave an empty line to preserve line numbers).
12658if test "x$srcdir" = x.; then
12659 ac_vpsub='/^[ ]*VPATH[ ]*=/{
12660s/:*\$(srcdir):*/:/
12661s/:*\${srcdir}:*/:/
12662s/:*@srcdir@:*/:/
12663s/^\([^=]*=[ ]*\):*/\1/
12664s/:*$//
12665s/^[^=]*=[ ]*$//
12666}'
12667fi
12668
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012669cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012670fi # test -n "$CONFIG_FILES"
12671
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012672# Set up the scripts for CONFIG_HEADERS section.
12673# No need to generate them if there are no CONFIG_HEADERS.
12674# This happens for instance with `./config.status Makefile'.
12675if test -n "$CONFIG_HEADERS"; then
12676cat >"$tmp/defines.awk" <<\_ACAWK ||
12677BEGIN {
12678_ACEOF
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012679
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012680# Transform confdefs.h into an awk script `defines.awk', embedded as
12681# here-document in config.status, that substitutes the proper values into
12682# config.h.in to produce config.h.
12683
12684# Create a delimiter string that does not exist in confdefs.h, to ease
12685# handling of long lines.
12686ac_delim='%!_!# '
12687for ac_last_try in false false :; do
12688 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
12689 if test -z "$ac_t"; then
12690 break
12691 elif $ac_last_try; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050012692 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012693 else
12694 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
12695 fi
12696done
12697
12698# For the awk script, D is an array of macro values keyed by name,
12699# likewise P contains macro parameters if any. Preserve backslash
12700# newline sequences.
12701
12702ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
12703sed -n '
12704s/.\{148\}/&'"$ac_delim"'/g
12705t rset
12706:rset
12707s/^[ ]*#[ ]*define[ ][ ]*/ /
12708t def
12709d
12710:def
12711s/\\$//
12712t bsnl
12713s/["\\]/\\&/g
12714s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
12715D["\1"]=" \3"/p
12716s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
12717d
12718:bsnl
12719s/["\\]/\\&/g
12720s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
12721D["\1"]=" \3\\\\\\n"\\/p
12722t cont
12723s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
12724t cont
12725d
12726:cont
12727n
12728s/.\{148\}/&'"$ac_delim"'/g
12729t clear
12730:clear
12731s/\\$//
12732t bsnlc
12733s/["\\]/\\&/g; s/^/"/; s/$/"/p
12734d
12735:bsnlc
12736s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
12737b cont
12738' <confdefs.h | sed '
12739s/'"$ac_delim"'/"\\\
12740"/g' >>$CONFIG_STATUS || ac_write_fail=1
12741
12742cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12743 for (key in D) D_is_set[key] = 1
12744 FS = ""
12745}
12746/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
12747 line = \$ 0
12748 split(line, arg, " ")
12749 if (arg[1] == "#") {
12750 defundef = arg[2]
12751 mac1 = arg[3]
12752 } else {
12753 defundef = substr(arg[1], 2)
12754 mac1 = arg[2]
12755 }
12756 split(mac1, mac2, "(") #)
12757 macro = mac2[1]
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -050012758 prefix = substr(line, 1, index(line, defundef) - 1)
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012759 if (D_is_set[macro]) {
12760 # Preserve the white space surrounding the "#".
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012761 print prefix "define", macro P[macro] D[macro]
12762 next
12763 } else {
12764 # Replace #undef with comments. This is necessary, for example,
12765 # in the case of _POSIX_SOURCE, which is predefined and required
12766 # on some systems where configure will not decide to define it.
12767 if (defundef == "undef") {
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -050012768 print "/*", prefix defundef, macro, "*/"
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012769 next
12770 }
12771 }
12772}
12773{ print }
12774_ACAWK
12775_ACEOF
12776cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050012777 as_fn_error "could not setup config headers machinery" "$LINENO" 5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012778fi # test -n "$CONFIG_HEADERS"
12779
12780
12781eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
12782shift
12783for ac_tag
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012784do
12785 case $ac_tag in
12786 :[FHLC]) ac_mode=$ac_tag; continue;;
12787 esac
12788 case $ac_mode$ac_tag in
12789 :[FHL]*:*);;
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050012790 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012791 :[FH]-) ac_tag=-:-;;
12792 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
12793 esac
12794 ac_save_IFS=$IFS
12795 IFS=:
12796 set x $ac_tag
12797 IFS=$ac_save_IFS
12798 shift
12799 ac_file=$1
12800 shift
12801
12802 case $ac_mode in
12803 :L) ac_source=$1;;
12804 :[FH])
12805 ac_file_inputs=
12806 for ac_f
12807 do
12808 case $ac_f in
12809 -) ac_f="$tmp/stdin";;
12810 *) # Look for the file first in the build tree, then in the source tree
12811 # (if the path is not absolute). The absolute path cannot be DOS-style,
12812 # because $ac_f cannot contain `:'.
12813 test -f "$ac_f" ||
12814 case $ac_f in
12815 [\\/$]*) false;;
12816 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
12817 esac ||
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050012818 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012819 esac
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012820 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050012821 as_fn_append ac_file_inputs " '$ac_f'"
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012822 done
12823
12824 # Let's still pretend it is `configure' which instantiates (i.e., don't
12825 # use $as_me), people would be surprised to read:
12826 # /* config.h. Generated by config.status. */
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012827 configure_input='Generated from '`
12828 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
12829 `' by configure.'
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012830 if test x"$ac_file" != x-; then
12831 configure_input="$ac_file. $configure_input"
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050012832 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012833$as_echo "$as_me: creating $ac_file" >&6;}
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012834 fi
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012835 # Neutralize special characters interpreted by sed in replacement strings.
12836 case $configure_input in #(
12837 *\&* | *\|* | *\\* )
12838 ac_sed_conf_input=`$as_echo "$configure_input" |
12839 sed 's/[\\\\&|]/\\\\&/g'`;; #(
12840 *) ac_sed_conf_input=$configure_input;;
12841 esac
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012842
12843 case $ac_tag in
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012844 *:-:* | *:-) cat >"$tmp/stdin" \
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050012845 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012846 esac
12847 ;;
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012848 esac
12849
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012850 ac_dir=`$as_dirname -- "$ac_file" ||
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012851$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -060012852 X"$ac_file" : 'X\(//\)[^/]' \| \
12853 X"$ac_file" : 'X\(//\)$' \| \
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012854 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012855$as_echo X"$ac_file" |
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012856 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12857 s//\1/
12858 q
12859 }
12860 /^X\(\/\/\)[^/].*/{
12861 s//\1/
12862 q
12863 }
12864 /^X\(\/\/\)$/{
12865 s//\1/
12866 q
12867 }
12868 /^X\(\/\).*/{
12869 s//\1/
12870 q
12871 }
12872 s/.*/./; q'`
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050012873 as_dir="$ac_dir"; as_fn_mkdir_p
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012874 ac_builddir=.
12875
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012876case "$ac_dir" in
12877.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
12878*)
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012879 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012880 # A ".." for each directory in $ac_dir_suffix.
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012881 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012882 case $ac_top_builddir_sub in
12883 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
12884 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
12885 esac ;;
12886esac
12887ac_abs_top_builddir=$ac_pwd
12888ac_abs_builddir=$ac_pwd$ac_dir_suffix
12889# for backward compatibility:
12890ac_top_builddir=$ac_top_build_prefix
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012891
12892case $srcdir in
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012893 .) # We are building in place.
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012894 ac_srcdir=.
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012895 ac_top_srcdir=$ac_top_builddir_sub
12896 ac_abs_top_srcdir=$ac_pwd ;;
12897 [\\/]* | ?:[\\/]* ) # Absolute name.
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012898 ac_srcdir=$srcdir$ac_dir_suffix;
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012899 ac_top_srcdir=$srcdir
12900 ac_abs_top_srcdir=$srcdir ;;
12901 *) # Relative name.
12902 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
12903 ac_top_srcdir=$ac_top_build_prefix$srcdir
12904 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012905esac
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012906ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -060012907
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012908
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012909 case $ac_mode in
12910 :F)
12911 #
12912 # CONFIG_FILE
12913 #
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012914
12915 case $INSTALL in
12916 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012917 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012918 esac
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012919 ac_MKDIR_P=$MKDIR_P
12920 case $MKDIR_P in
12921 [\\/$]* | ?:[\\/]* ) ;;
12922 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
12923 esac
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012924_ACEOF
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012925
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012926cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012927# If the template does not know about datarootdir, expand it.
12928# FIXME: This hack should be removed a few years after 2.60.
12929ac_datarootdir_hack=; ac_datarootdir_seen=
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012930ac_sed_dataroot='
12931/datarootdir/ {
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012932 p
12933 q
12934}
12935/@datadir@/p
12936/@docdir@/p
12937/@infodir@/p
12938/@localedir@/p
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050012939/@mandir@/p'
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012940case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012941*datarootdir*) ac_datarootdir_seen=yes;;
12942*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050012943 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012944$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012945_ACEOF
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012946cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012947 ac_datarootdir_hack='
12948 s&@datadir@&$datadir&g
12949 s&@docdir@&$docdir&g
12950 s&@infodir@&$infodir&g
12951 s&@localedir@&$localedir&g
12952 s&@mandir@&$mandir&g
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050012953 s&\\\${datarootdir}&$datarootdir&g' ;;
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012954esac
12955_ACEOF
12956
12957# Neutralize VPATH when `$srcdir' = `.'.
12958# Shell code in configure.ac might set extrasub.
12959# FIXME: do we really want to maintain this feature?
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012960cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12961ac_sed_extra="$ac_vpsub
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012962$extrasub
12963_ACEOF
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012964cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012965:t
12966/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012967s|@configure_input@|$ac_sed_conf_input|;t t
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012968s&@top_builddir@&$ac_top_builddir_sub&;t t
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012969s&@top_build_prefix@&$ac_top_build_prefix&;t t
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012970s&@srcdir@&$ac_srcdir&;t t
12971s&@abs_srcdir@&$ac_abs_srcdir&;t t
12972s&@top_srcdir@&$ac_top_srcdir&;t t
12973s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
12974s&@builddir@&$ac_builddir&;t t
12975s&@abs_builddir@&$ac_abs_builddir&;t t
12976s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
12977s&@INSTALL@&$ac_INSTALL&;t t
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012978s&@MKDIR_P@&$ac_MKDIR_P&;t t
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012979$ac_datarootdir_hack
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012980"
12981eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050012982 || as_fn_error "could not create $ac_file" "$LINENO" 5
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060012983
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012984test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
12985 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
12986 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050012987 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012988which seems to be undefined. Please make sure it is defined." >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012989$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012990which seems to be undefined. Please make sure it is defined." >&2;}
12991
12992 rm -f "$tmp/stdin"
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -060012993 case $ac_file in
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050012994 -) cat "$tmp/out" && rm -f "$tmp/out";;
12995 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
12996 esac \
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050012997 || as_fn_error "could not create $ac_file" "$LINENO" 5
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060012998 ;;
12999 :H)
13000 #
13001 # CONFIG_HEADER
13002 #
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060013003 if test x"$ac_file" != x-; then
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050013004 {
13005 $as_echo "/* $configure_input */" \
13006 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
13007 } >"$tmp/config.h" \
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050013008 || as_fn_error "could not create $ac_file" "$LINENO" 5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050013009 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050013010 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050013011$as_echo "$as_me: $ac_file is unchanged" >&6;}
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060013012 else
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050013013 rm -f "$ac_file"
13014 mv "$tmp/config.h" "$ac_file" \
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050013015 || as_fn_error "could not create $ac_file" "$LINENO" 5
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060013016 fi
13017 else
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050013018 $as_echo "/* $configure_input */" \
13019 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050013020 || as_fn_error "could not create -" "$LINENO" 5
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060013021 fi
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050013022# Compute "$ac_file"'s index in $config_headers.
13023_am_arg="$ac_file"
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -060013024_am_stamp_count=1
13025for _am_header in $config_headers :; do
13026 case $_am_header in
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050013027 $_am_arg | $_am_arg:* )
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -060013028 break ;;
13029 * )
13030 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
13031 esac
13032done
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050013033echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
13034$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13035 X"$_am_arg" : 'X\(//\)[^/]' \| \
13036 X"$_am_arg" : 'X\(//\)$' \| \
13037 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
13038$as_echo X"$_am_arg" |
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060013039 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13040 s//\1/
13041 q
13042 }
13043 /^X\(\/\/\)[^/].*/{
13044 s//\1/
13045 q
13046 }
13047 /^X\(\/\/\)$/{
13048 s//\1/
13049 q
13050 }
13051 /^X\(\/\).*/{
13052 s//\1/
13053 q
13054 }
13055 s/.*/./; q'`/stamp-h$_am_stamp_count
13056 ;;
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060013057
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050013058 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050013059$as_echo "$as_me: executing $ac_file commands" >&6;}
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060013060 ;;
13061 esac
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060013062
13063
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060013064 case $ac_file$ac_mode in
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050013065 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
13066 # Autoconf 2.62 quotes --file arguments for eval, but not when files
13067 # are listed without --file. Let's play safe and only enable the eval
13068 # if we detect the quoting.
13069 case $CONFIG_FILES in
13070 *\'*) eval set x "$CONFIG_FILES" ;;
13071 *) set x $CONFIG_FILES ;;
13072 esac
13073 shift
13074 for mf
13075 do
13076 # Strip MF so we end up with the name of the file.
13077 mf=`echo "$mf" | sed -e 's/:.*$//'`
13078 # Check whether this is an Automake generated Makefile or not.
13079 # We used to match only the files named `Makefile.in', but
13080 # some people rename them; so instead we look at the file content.
13081 # Grep'ing the first line is not enough: some people post-process
13082 # each Makefile.in and add a new line on top of each file to say so.
13083 # Grep'ing the whole file is not good either: AIX grep has a line
13084 # limit of 2048, but all sed's we know have understand at least 4000.
13085 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
13086 dirpart=`$as_dirname -- "$mf" ||
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060013087$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -060013088 X"$mf" : 'X\(//\)[^/]' \| \
13089 X"$mf" : 'X\(//\)$' \| \
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060013090 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050013091$as_echo X"$mf" |
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060013092 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13093 s//\1/
13094 q
13095 }
13096 /^X\(\/\/\)[^/].*/{
13097 s//\1/
13098 q
13099 }
13100 /^X\(\/\/\)$/{
13101 s//\1/
13102 q
13103 }
13104 /^X\(\/\).*/{
13105 s//\1/
13106 q
13107 }
13108 s/.*/./; q'`
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050013109 else
13110 continue
13111 fi
13112 # Extract the definition of DEPDIR, am__include, and am__quote
13113 # from the Makefile without running `make'.
13114 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
13115 test -z "$DEPDIR" && continue
13116 am__include=`sed -n 's/^am__include = //p' < "$mf"`
13117 test -z "am__include" && continue
13118 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
13119 # When using ansi2knr, U may be empty or an underscore; expand it
13120 U=`sed -n 's/^U = //p' < "$mf"`
13121 # Find all dependency output files, they are included files with
13122 # $(DEPDIR) in their names. We invoke sed twice because it is the
13123 # simplest approach to changing $(DEPDIR) to its actual value in the
13124 # expansion.
13125 for file in `sed -n "
13126 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
13127 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
13128 # Make sure the directory exists.
13129 test -f "$dirpart/$file" && continue
13130 fdir=`$as_dirname -- "$file" ||
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060013131$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
Glenn Randers-Pehrsonc3d51c12006-03-02 07:23:18 -060013132 X"$file" : 'X\(//\)[^/]' \| \
13133 X"$file" : 'X\(//\)$' \| \
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060013134 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050013135$as_echo X"$file" |
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060013136 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13137 s//\1/
13138 q
13139 }
13140 /^X\(\/\/\)[^/].*/{
13141 s//\1/
13142 q
13143 }
13144 /^X\(\/\/\)$/{
13145 s//\1/
13146 q
13147 }
13148 /^X\(\/\).*/{
13149 s//\1/
13150 q
13151 }
13152 s/.*/./; q'`
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050013153 as_dir=$dirpart/$fdir; as_fn_mkdir_p
13154 # echo "creating $dirpart/$file"
13155 echo '# dummy' > "$dirpart/$file"
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060013156 done
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060013157 done
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050013158}
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060013159 ;;
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050013160 "libtool":C)
13161
13162 # See if we are running on zsh, and set the options which allow our
13163 # commands through without removal of \ escapes.
13164 if test -n "${ZSH_VERSION+set}" ; then
13165 setopt NO_GLOB_SUBST
13166 fi
13167
13168 cfgfile="${ofile}T"
13169 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
13170 $RM "$cfgfile"
13171
13172 cat <<_LT_EOF >> "$cfgfile"
13173#! $SHELL
13174
13175# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
13176# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
13177# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
13178# NOTE: Changes made to this file will be lost: look at ltmain.sh.
13179#
13180# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
13181# 2006, 2007, 2008 Free Software Foundation, Inc.
13182# Written by Gordon Matzigkeit, 1996
13183#
13184# This file is part of GNU Libtool.
13185#
13186# GNU Libtool is free software; you can redistribute it and/or
13187# modify it under the terms of the GNU General Public License as
13188# published by the Free Software Foundation; either version 2 of
13189# the License, or (at your option) any later version.
13190#
13191# As a special exception to the GNU General Public License,
13192# if you distribute this file as part of a program or library that
13193# is built using GNU Libtool, you may include this file under the
13194# same distribution terms that you use for the rest of that program.
13195#
13196# GNU Libtool is distributed in the hope that it will be useful,
13197# but WITHOUT ANY WARRANTY; without even the implied warranty of
13198# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13199# GNU General Public License for more details.
13200#
13201# You should have received a copy of the GNU General Public License
13202# along with GNU Libtool; see the file COPYING. If not, a copy
13203# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
13204# obtained by writing to the Free Software Foundation, Inc.,
13205# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
13206
13207
13208# The names of the tagged configurations supported by this script.
13209available_tags=""
13210
13211# ### BEGIN LIBTOOL CONFIG
13212
13213# A sed program that does not truncate output.
13214SED=$lt_SED
13215
13216# Sed that helps us avoid accidentally triggering echo(1) options like -n.
13217Xsed="\$SED -e 1s/^X//"
13218
13219# A grep program that handles long lines.
13220GREP=$lt_GREP
13221
13222# An ERE matcher.
13223EGREP=$lt_EGREP
13224
13225# A literal string matcher.
13226FGREP=$lt_FGREP
13227
13228# Assembler program.
13229AS=$AS
13230
13231# DLL creation program.
13232DLLTOOL=$DLLTOOL
13233
13234# Object dumper program.
13235OBJDUMP=$OBJDUMP
13236
13237# Which release of libtool.m4 was used?
13238macro_version=$macro_version
13239macro_revision=$macro_revision
13240
13241# Whether or not to build shared libraries.
13242build_libtool_libs=$enable_shared
13243
13244# Whether or not to build static libraries.
13245build_old_libs=$enable_static
13246
13247# What type of objects to build.
13248pic_mode=$pic_mode
13249
13250# Whether or not to optimize for fast installation.
13251fast_install=$enable_fast_install
13252
13253# The host system.
13254host_alias=$host_alias
13255host=$host
13256host_os=$host_os
13257
13258# The build system.
13259build_alias=$build_alias
13260build=$build
13261build_os=$build_os
13262
13263# A BSD- or MS-compatible name lister.
13264NM=$lt_NM
13265
13266# Whether we need soft or hard links.
13267LN_S=$lt_LN_S
13268
13269# What is the maximum length of a command?
13270max_cmd_len=$max_cmd_len
13271
13272# Object file suffix (normally "o").
13273objext=$ac_objext
13274
13275# Executable file suffix (normally "").
13276exeext=$exeext
13277
13278# whether the shell understands "unset".
13279lt_unset=$lt_unset
13280
13281# turn spaces into newlines.
13282SP2NL=$lt_lt_SP2NL
13283
13284# turn newlines into spaces.
13285NL2SP=$lt_lt_NL2SP
13286
13287# How to create reloadable object files.
13288reload_flag=$lt_reload_flag
13289reload_cmds=$lt_reload_cmds
13290
13291# Method to check whether dependent libraries are shared objects.
13292deplibs_check_method=$lt_deplibs_check_method
13293
13294# Command to use when deplibs_check_method == "file_magic".
13295file_magic_cmd=$lt_file_magic_cmd
13296
13297# The archiver.
13298AR=$lt_AR
13299AR_FLAGS=$lt_AR_FLAGS
13300
13301# A symbol stripping program.
13302STRIP=$lt_STRIP
13303
13304# Commands used to install an old-style archive.
13305RANLIB=$lt_RANLIB
13306old_postinstall_cmds=$lt_old_postinstall_cmds
13307old_postuninstall_cmds=$lt_old_postuninstall_cmds
13308
13309# A C compiler.
13310LTCC=$lt_CC
13311
13312# LTCC compiler flags.
13313LTCFLAGS=$lt_CFLAGS
13314
13315# Take the output of nm and produce a listing of raw symbols and C names.
13316global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
13317
13318# Transform the output of nm in a proper C declaration.
13319global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
13320
13321# Transform the output of nm in a C name address pair.
13322global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
13323
13324# Transform the output of nm in a C name address pair when lib prefix is needed.
13325global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
13326
13327# The name of the directory that contains temporary libtool files.
13328objdir=$objdir
13329
13330# Shell to use when invoking shell scripts.
13331SHELL=$lt_SHELL
13332
13333# An echo program that does not interpret backslashes.
13334ECHO=$lt_ECHO
13335
13336# Used to examine libraries when file_magic_cmd begins with "file".
13337MAGIC_CMD=$MAGIC_CMD
13338
13339# Must we lock files when doing compilation?
13340need_locks=$lt_need_locks
13341
13342# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
13343DSYMUTIL=$lt_DSYMUTIL
13344
13345# Tool to change global to local symbols on Mac OS X.
13346NMEDIT=$lt_NMEDIT
13347
13348# Tool to manipulate fat objects and archives on Mac OS X.
13349LIPO=$lt_LIPO
13350
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -050013351# ldd/readelf like tool for Mach-O binaries on Mac OS X.
13352OTOOL=$lt_OTOOL
13353
13354# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
13355OTOOL64=$lt_OTOOL64
13356
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050013357# Old archive suffix (normally "a").
13358libext=$libext
13359
13360# Shared library suffix (normally ".so").
13361shrext_cmds=$lt_shrext_cmds
13362
13363# The commands to extract the exported symbol list from a shared archive.
13364extract_expsyms_cmds=$lt_extract_expsyms_cmds
13365
13366# Variables whose values should be saved in libtool wrapper scripts and
13367# restored at link time.
13368variables_saved_for_relink=$lt_variables_saved_for_relink
13369
13370# Do we need the "lib" prefix for modules?
13371need_lib_prefix=$need_lib_prefix
13372
13373# Do we need a version for libraries?
13374need_version=$need_version
13375
13376# Library versioning type.
13377version_type=$version_type
13378
13379# Shared library runtime path variable.
13380runpath_var=$runpath_var
13381
13382# Shared library path variable.
13383shlibpath_var=$shlibpath_var
13384
13385# Is shlibpath searched before the hard-coded library search path?
13386shlibpath_overrides_runpath=$shlibpath_overrides_runpath
13387
13388# Format of library name prefix.
13389libname_spec=$lt_libname_spec
13390
13391# List of archive names. First name is the real one, the rest are links.
13392# The last name is the one that the linker finds with -lNAME
13393library_names_spec=$lt_library_names_spec
13394
13395# The coded name of the library, if different from the real name.
13396soname_spec=$lt_soname_spec
13397
13398# Command to use after installation of a shared archive.
13399postinstall_cmds=$lt_postinstall_cmds
13400
13401# Command to use after uninstallation of a shared archive.
13402postuninstall_cmds=$lt_postuninstall_cmds
13403
13404# Commands used to finish a libtool library installation in a directory.
13405finish_cmds=$lt_finish_cmds
13406
13407# As "finish_cmds", except a single script fragment to be evaled but
13408# not shown.
13409finish_eval=$lt_finish_eval
13410
13411# Whether we should hardcode library paths into libraries.
13412hardcode_into_libs=$hardcode_into_libs
13413
13414# Compile-time system search path for libraries.
13415sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
13416
13417# Run-time system search path for libraries.
13418sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
13419
13420# Whether dlopen is supported.
13421dlopen_support=$enable_dlopen
13422
13423# Whether dlopen of programs is supported.
13424dlopen_self=$enable_dlopen_self
13425
13426# Whether dlopen of statically linked programs is supported.
13427dlopen_self_static=$enable_dlopen_self_static
13428
13429# Commands to strip libraries.
13430old_striplib=$lt_old_striplib
13431striplib=$lt_striplib
13432
13433
13434# The linker used to build libraries.
13435LD=$lt_LD
13436
13437# Commands used to build an old-style archive.
13438old_archive_cmds=$lt_old_archive_cmds
13439
13440# A language specific compiler.
13441CC=$lt_compiler
13442
13443# Is the compiler the GNU compiler?
13444with_gcc=$GCC
13445
13446# Compiler flag to turn off builtin functions.
13447no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
13448
13449# How to pass a linker flag through the compiler.
13450wl=$lt_lt_prog_compiler_wl
13451
13452# Additional compiler flags for building library objects.
13453pic_flag=$lt_lt_prog_compiler_pic
13454
13455# Compiler flag to prevent dynamic linking.
13456link_static_flag=$lt_lt_prog_compiler_static
13457
13458# Does compiler simultaneously support -c and -o options?
13459compiler_c_o=$lt_lt_cv_prog_compiler_c_o
13460
13461# Whether or not to add -lc for building shared libraries.
13462build_libtool_need_lc=$archive_cmds_need_lc
13463
13464# Whether or not to disallow shared libs when runtime libs are static.
13465allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
13466
13467# Compiler flag to allow reflexive dlopens.
13468export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
13469
13470# Compiler flag to generate shared objects directly from archives.
13471whole_archive_flag_spec=$lt_whole_archive_flag_spec
13472
13473# Whether the compiler copes with passing no objects directly.
13474compiler_needs_object=$lt_compiler_needs_object
13475
13476# Create an old-style archive from a shared archive.
13477old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
13478
13479# Create a temporary old-style archive to link instead of a shared archive.
13480old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
13481
13482# Commands used to build a shared archive.
13483archive_cmds=$lt_archive_cmds
13484archive_expsym_cmds=$lt_archive_expsym_cmds
13485
13486# Commands used to build a loadable module if different from building
13487# a shared archive.
13488module_cmds=$lt_module_cmds
13489module_expsym_cmds=$lt_module_expsym_cmds
13490
13491# Whether we are building with GNU ld or not.
13492with_gnu_ld=$lt_with_gnu_ld
13493
13494# Flag that allows shared libraries with undefined symbols to be built.
13495allow_undefined_flag=$lt_allow_undefined_flag
13496
13497# Flag that enforces no undefined symbols.
13498no_undefined_flag=$lt_no_undefined_flag
13499
13500# Flag to hardcode \$libdir into a binary during linking.
13501# This must work even if \$libdir does not exist
13502hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
13503
13504# If ld is used when linking, flag to hardcode \$libdir into a binary
13505# during linking. This must work even if \$libdir does not exist.
13506hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
13507
13508# Whether we need a single "-rpath" flag with a separated argument.
13509hardcode_libdir_separator=$lt_hardcode_libdir_separator
13510
13511# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13512# DIR into the resulting binary.
13513hardcode_direct=$hardcode_direct
13514
13515# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13516# DIR into the resulting binary and the resulting library dependency is
13517# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
13518# library is relocated.
13519hardcode_direct_absolute=$hardcode_direct_absolute
13520
13521# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
13522# into the resulting binary.
13523hardcode_minus_L=$hardcode_minus_L
13524
13525# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
13526# into the resulting binary.
13527hardcode_shlibpath_var=$hardcode_shlibpath_var
13528
13529# Set to "yes" if building a shared library automatically hardcodes DIR
13530# into the library and all subsequent libraries and executables linked
13531# against it.
13532hardcode_automatic=$hardcode_automatic
13533
13534# Set to yes if linker adds runtime paths of dependent libraries
13535# to runtime path list.
13536inherit_rpath=$inherit_rpath
13537
13538# Whether libtool must link a program against all its dependency libraries.
13539link_all_deplibs=$link_all_deplibs
13540
13541# Fix the shell variable \$srcfile for the compiler.
13542fix_srcfile_path=$lt_fix_srcfile_path
13543
13544# Set to "yes" if exported symbols are required.
13545always_export_symbols=$always_export_symbols
13546
13547# The commands to list exported symbols.
13548export_symbols_cmds=$lt_export_symbols_cmds
13549
13550# Symbols that should not be listed in the preloaded symbols.
13551exclude_expsyms=$lt_exclude_expsyms
13552
13553# Symbols that must always be exported.
13554include_expsyms=$lt_include_expsyms
13555
13556# Commands necessary for linking programs (against libraries) with templates.
13557prelink_cmds=$lt_prelink_cmds
13558
13559# Specify filename containing input files.
13560file_list_spec=$lt_file_list_spec
13561
13562# How to hardcode a shared library path into an executable.
13563hardcode_action=$hardcode_action
13564
13565# ### END LIBTOOL CONFIG
13566
13567_LT_EOF
13568
13569 case $host_os in
13570 aix3*)
13571 cat <<\_LT_EOF >> "$cfgfile"
13572# AIX sometimes has problems with the GCC collect2 program. For some
13573# reason, if we set the COLLECT_NAMES environment variable, the problems
13574# vanish in a puff of smoke.
13575if test "X${COLLECT_NAMES+set}" != Xset; then
13576 COLLECT_NAMES=
13577 export COLLECT_NAMES
13578fi
13579_LT_EOF
13580 ;;
13581 esac
13582
13583
13584ltmain="$ac_aux_dir/ltmain.sh"
13585
13586
13587 # We use sed instead of cat because bash on DJGPP gets confused if
13588 # if finds mixed CR/LF and LF-only lines. Since sed operates in
13589 # text mode, it properly converts lines to CR/LF. This bash problem
13590 # is reportedly fixed, but why not run on old versions too?
13591 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
13592 || (rm -f "$cfgfile"; exit 1)
13593
13594 case $xsi_shell in
13595 yes)
13596 cat << \_LT_EOF >> "$cfgfile"
13597
13598# func_dirname file append nondir_replacement
13599# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13600# otherwise set result to NONDIR_REPLACEMENT.
13601func_dirname ()
13602{
13603 case ${1} in
13604 */*) func_dirname_result="${1%/*}${2}" ;;
13605 * ) func_dirname_result="${3}" ;;
13606 esac
13607}
13608
13609# func_basename file
13610func_basename ()
13611{
13612 func_basename_result="${1##*/}"
13613}
13614
13615# func_dirname_and_basename file append nondir_replacement
13616# perform func_basename and func_dirname in a single function
13617# call:
13618# dirname: Compute the dirname of FILE. If nonempty,
13619# add APPEND to the result, otherwise set result
13620# to NONDIR_REPLACEMENT.
13621# value returned in "$func_dirname_result"
13622# basename: Compute filename of FILE.
13623# value retuned in "$func_basename_result"
13624# Implementation must be kept synchronized with func_dirname
13625# and func_basename. For efficiency, we do not delegate to
13626# those functions but instead duplicate the functionality here.
13627func_dirname_and_basename ()
13628{
13629 case ${1} in
13630 */*) func_dirname_result="${1%/*}${2}" ;;
13631 * ) func_dirname_result="${3}" ;;
13632 esac
13633 func_basename_result="${1##*/}"
13634}
13635
13636# func_stripname prefix suffix name
13637# strip PREFIX and SUFFIX off of NAME.
13638# PREFIX and SUFFIX must not contain globbing or regex special
13639# characters, hashes, percent signs, but SUFFIX may contain a leading
13640# dot (in which case that matches only a dot).
13641func_stripname ()
13642{
13643 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
13644 # positional parameters, so assign one to ordinary parameter first.
13645 func_stripname_result=${3}
13646 func_stripname_result=${func_stripname_result#"${1}"}
13647 func_stripname_result=${func_stripname_result%"${2}"}
13648}
13649
13650# func_opt_split
13651func_opt_split ()
13652{
13653 func_opt_split_opt=${1%%=*}
13654 func_opt_split_arg=${1#*=}
13655}
13656
13657# func_lo2o object
13658func_lo2o ()
13659{
13660 case ${1} in
13661 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
13662 *) func_lo2o_result=${1} ;;
13663 esac
13664}
13665
13666# func_xform libobj-or-source
13667func_xform ()
13668{
13669 func_xform_result=${1%.*}.lo
13670}
13671
13672# func_arith arithmetic-term...
13673func_arith ()
13674{
13675 func_arith_result=$(( $* ))
13676}
13677
13678# func_len string
13679# STRING may not start with a hyphen.
13680func_len ()
13681{
13682 func_len_result=${#1}
13683}
13684
13685_LT_EOF
13686 ;;
13687 *) # Bourne compatible functions.
13688 cat << \_LT_EOF >> "$cfgfile"
13689
13690# func_dirname file append nondir_replacement
13691# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13692# otherwise set result to NONDIR_REPLACEMENT.
13693func_dirname ()
13694{
13695 # Extract subdirectory from the argument.
13696 func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
13697 if test "X$func_dirname_result" = "X${1}"; then
13698 func_dirname_result="${3}"
13699 else
13700 func_dirname_result="$func_dirname_result${2}"
13701 fi
13702}
13703
13704# func_basename file
13705func_basename ()
13706{
13707 func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
13708}
13709
13710
13711# func_stripname prefix suffix name
13712# strip PREFIX and SUFFIX off of NAME.
13713# PREFIX and SUFFIX must not contain globbing or regex special
13714# characters, hashes, percent signs, but SUFFIX may contain a leading
13715# dot (in which case that matches only a dot).
13716# func_strip_suffix prefix name
13717func_stripname ()
13718{
13719 case ${2} in
13720 .*) func_stripname_result=`$ECHO "X${3}" \
13721 | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
13722 *) func_stripname_result=`$ECHO "X${3}" \
13723 | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
13724 esac
13725}
13726
13727# sed scripts:
13728my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
13729my_sed_long_arg='1s/^-[^=]*=//'
13730
13731# func_opt_split
13732func_opt_split ()
13733{
13734 func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
13735 func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
13736}
13737
13738# func_lo2o object
13739func_lo2o ()
13740{
13741 func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
13742}
13743
13744# func_xform libobj-or-source
13745func_xform ()
13746{
13747 func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
13748}
13749
13750# func_arith arithmetic-term...
13751func_arith ()
13752{
13753 func_arith_result=`expr "$@"`
13754}
13755
13756# func_len string
13757# STRING may not start with a hyphen.
13758func_len ()
13759{
13760 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
13761}
13762
13763_LT_EOF
13764esac
13765
13766case $lt_shell_append in
13767 yes)
13768 cat << \_LT_EOF >> "$cfgfile"
13769
13770# func_append var value
13771# Append VALUE to the end of shell variable VAR.
13772func_append ()
13773{
13774 eval "$1+=\$2"
13775}
13776_LT_EOF
13777 ;;
13778 *)
13779 cat << \_LT_EOF >> "$cfgfile"
13780
13781# func_append var value
13782# Append VALUE to the end of shell variable VAR.
13783func_append ()
13784{
13785 eval "$1=\$$1\$2"
13786}
13787
13788_LT_EOF
13789 ;;
13790 esac
13791
13792
13793 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
13794 || (rm -f "$cfgfile"; exit 1)
13795
13796 mv -f "$cfgfile" "$ofile" ||
13797 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
13798 chmod +x "$ofile"
13799
13800 ;;
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060013801 "libpng-config":F) chmod +x libpng-config ;;
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060013802
Glenn Randers-Pehrsonae4bd5c2006-11-16 20:35:49 -060013803 esac
13804done # for ac_tag
13805
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060013806
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050013807as_fn_exit 0
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060013808_ACEOF
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060013809ac_clean_files=$ac_clean_files_save
13810
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050013811test $ac_write_fail = 0 ||
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050013812 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050013813
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060013814
13815# configure is writing to config.log, and then calls config.status.
13816# config.status does its own redirection, appending to config.log.
13817# Unfortunately, on DOS this fails, as config.log is still kept open
13818# by configure, so config.status won't be able to write to it; its
13819# output is simply discarded. So we exec the FD to /dev/null,
13820# effectively closing config.log, so it can be properly (re)opened and
13821# appended to by config.status. When coming back to configure, we
13822# need to make the FD available again.
13823if test "$no_create" != yes; then
13824 ac_cs_success=:
13825 ac_config_status_args=
13826 test "$silent" = yes &&
13827 ac_config_status_args="$ac_config_status_args --quiet"
13828 exec 5>/dev/null
13829 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
13830 exec 5>>config.log
13831 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13832 # would make configure fail if this is the last instruction.
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050013833 $ac_cs_success || as_fn_exit $?
Glenn Randers-Pehrson917648e2004-12-02 18:14:51 -060013834fi
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050013835if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
Glenn Randers-Pehrsonbafb1e22009-07-28 17:30:44 -050013836 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
Glenn Randers-Pehrson glennrp@comcast.net0a2547e2009-05-02 15:23:38 -050013837$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
Glenn Randers-Pehrsoneb580912008-07-30 14:47:09 -050013838fi
Glenn Randers-Pehrson520a7642000-03-21 05:13:06 -060013839