Codebase list sugar-artwork / aad2cf4
Imported Upstream version 0.89.2 dr@jones.dk 13 years ago
19 changed file(s) with 1782 addition(s) and 2583 deletion(s). Raw diff Collapse all Expand all
160160 PACKAGE_NAME = @PACKAGE_NAME@
161161 PACKAGE_STRING = @PACKAGE_STRING@
162162 PACKAGE_TARNAME = @PACKAGE_TARNAME@
163 PACKAGE_URL = @PACKAGE_URL@
163164 PACKAGE_VERSION = @PACKAGE_VERSION@
164165 PATH_SEPARATOR = @PATH_SEPARATOR@
165166 PKG_CONFIG = @PKG_CONFIG@
1212
1313 m4_ifndef([AC_AUTOCONF_VERSION],
1414 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
15 m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.63],,
16 [m4_warning([this file was generated for autoconf 2.63.
15 m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.65],,
16 [m4_warning([this file was generated for autoconf 2.65.
1717 You have another version of autoconf. It may work, but is not guaranteed to.
1818 If you have problems, you may need to regenerate the build system entirely.
1919 To do so, use the procedure documented by the package, typically `autoreconf'.])])
4848 /* Define to the one symbol short name of this package. */
4949 #undef PACKAGE_TARNAME
5050
51 /* Define to the home page for this package. */
52 #undef PACKAGE_URL
53
5154 /* Define to the version of this package. */
5255 #undef PACKAGE_VERSION
5356
+1761
-2581
configure less more
00 #! /bin/sh
11 # Guess values for system-dependent variables and create Makefiles.
2 # Generated by GNU Autoconf 2.63 for sugar-artwork 0.88.1.
2 # Generated by GNU Autoconf 2.65 for sugar-artwork 0.89.2.
3 #
34 #
45 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
5 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
7 # Inc.
8 #
9 #
610 # This configure script is free software; the Free Software Foundation
711 # gives unlimited permission to copy, distribute and modify it.
8 ## --------------------- ##
9 ## M4sh Initialization. ##
10 ## --------------------- ##
12 ## -------------------- ##
13 ## M4sh Initialization. ##
14 ## -------------------- ##
1115
1216 # Be more Bourne compatible
1317 DUALCASE=1; export DUALCASE # for MKS sh
14 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
18 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
1519 emulate sh
1620 NULLCMD=:
1721 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
1923 alias -g '${1+"$@"}'='"$@"'
2024 setopt NO_GLOB_SUBST
2125 else
22 case `(set -o) 2>/dev/null` in
23 *posix*) set -o posix ;;
26 case `(set -o) 2>/dev/null` in #(
27 *posix*) :
28 set -o posix ;; #(
29 *) :
30 ;;
2431 esac
25
26 fi
27
28
29
30
31 # PATH needs CR
32 # Avoid depending upon Character Ranges.
33 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
34 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
35 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
36 as_cr_digits='0123456789'
37 as_cr_alnum=$as_cr_Letters$as_cr_digits
32 fi
33
3834
3935 as_nl='
4036 '
4339 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4440 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
4541 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
46 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
42 # Prefer a ksh shell builtin over an external printf program on Solaris,
43 # but without wasting forks for bash or zsh.
44 if test -z "$BASH_VERSION$ZSH_VERSION" \
45 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
46 as_echo='print -r --'
47 as_echo_n='print -rn --'
48 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
4749 as_echo='printf %s\n'
4850 as_echo_n='printf %s'
4951 else
5456 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
5557 as_echo_n_body='eval
5658 arg=$1;
57 case $arg in
59 case $arg in #(
5860 *"$as_nl"*)
5961 expr "X$arg" : "X\\(.*\\)$as_nl";
6062 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
7779 }
7880 fi
7981
80 # Support unset when possible.
81 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
82 as_unset=unset
83 else
84 as_unset=false
85 fi
86
8782
8883 # IFS
8984 # We need space, tab and new line, in precisely that order. Quoting is
9388 IFS=" "" $as_nl"
9489
9590 # Find who we are. Look in the path if we contain no directory separator.
96 case $0 in
91 case $0 in #((
9792 *[\\/]* ) as_myself=$0 ;;
9893 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9994 for as_dir in $PATH
10095 do
10196 IFS=$as_save_IFS
10297 test -z "$as_dir" && as_dir=.
103 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
104 done
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
99 done
105100 IFS=$as_save_IFS
106101
107102 ;;
113108 fi
114109 if test ! -f "$as_myself"; then
115110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
116 { (exit 1); exit 1; }
117 fi
118
119 # Work around bugs in pre-3.0 UWIN ksh.
120 for as_var in ENV MAIL MAILPATH
121 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
111 exit 1
112 fi
113
114 # Unset variables that we do not need and which cause bugs (e.g. in
115 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
116 # suppresses any "Segmentation fault" message there. '((' could
117 # trigger a bug in pdksh 5.2.14.
118 for as_var in BASH_ENV ENV MAIL MAILPATH
119 do eval test x\${$as_var+set} = xset \
120 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
122121 done
123122 PS1='$ '
124123 PS2='> '
130129 LANGUAGE=C
131130 export LANGUAGE
132131
133 # Required to use basename.
132 # CDPATH.
133 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134
135 if test "x$CONFIG_SHELL" = x; then
136 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
137 emulate sh
138 NULLCMD=:
139 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
140 # is contrary to our usage. Disable this feature.
141 alias -g '\${1+\"\$@\"}'='\"\$@\"'
142 setopt NO_GLOB_SUBST
143 else
144 case \`(set -o) 2>/dev/null\` in #(
145 *posix*) :
146 set -o posix ;; #(
147 *) :
148 ;;
149 esac
150 fi
151 "
152 as_required="as_fn_return () { (exit \$1); }
153 as_fn_success () { as_fn_return 0; }
154 as_fn_failure () { as_fn_return 1; }
155 as_fn_ret_success () { return 0; }
156 as_fn_ret_failure () { return 1; }
157
158 exitcode=0
159 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
160 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
161 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
162 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
163 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
164
165 else
166 exitcode=1; echo positional parameters were not saved.
167 fi
168 test x\$exitcode = x0 || exit 1"
169 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
170 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
171 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
172 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
173 test \$(( 1 + 1 )) = 2 || exit 1"
174 if (eval "$as_required") 2>/dev/null; then :
175 as_have_required=yes
176 else
177 as_have_required=no
178 fi
179 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
180
181 else
182 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
183 as_found=false
184 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
185 do
186 IFS=$as_save_IFS
187 test -z "$as_dir" && as_dir=.
188 as_found=:
189 case $as_dir in #(
190 /*)
191 for as_base in sh bash ksh sh5; do
192 # Try only shells that exist, to save several forks.
193 as_shell=$as_dir/$as_base
194 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
195 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
196 CONFIG_SHELL=$as_shell as_have_required=yes
197 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
198 break 2
199 fi
200 fi
201 done;;
202 esac
203 as_found=false
204 done
205 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
206 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
207 CONFIG_SHELL=$SHELL as_have_required=yes
208 fi; }
209 IFS=$as_save_IFS
210
211
212 if test "x$CONFIG_SHELL" != x; then :
213 # We cannot yet assume a decent shell, so we have to provide a
214 # neutralization value for shells without unset; and this also
215 # works around shells that cannot unset nonexistent variables.
216 BASH_ENV=/dev/null
217 ENV=/dev/null
218 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
219 export CONFIG_SHELL
220 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
221 fi
222
223 if test x$as_have_required = xno; then :
224 $as_echo "$0: This script requires a shell more modern than all"
225 $as_echo "$0: the shells that I found on your system."
226 if test x${ZSH_VERSION+set} = xset ; then
227 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
228 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
229 else
230 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
231 $0: including any error possibly output before this
232 $0: message. Then install a modern shell, or manually run
233 $0: the script under such a shell if you do have one."
234 fi
235 exit 1
236 fi
237 fi
238 fi
239 SHELL=${CONFIG_SHELL-/bin/sh}
240 export SHELL
241 # Unset more variables known to interfere with behavior of common tools.
242 CLICOLOR_FORCE= GREP_OPTIONS=
243 unset CLICOLOR_FORCE GREP_OPTIONS
244
245 ## --------------------- ##
246 ## M4sh Shell Functions. ##
247 ## --------------------- ##
248 # as_fn_unset VAR
249 # ---------------
250 # Portably unset VAR.
251 as_fn_unset ()
252 {
253 { eval $1=; unset $1;}
254 }
255 as_unset=as_fn_unset
256
257 # as_fn_set_status STATUS
258 # -----------------------
259 # Set $? to STATUS, without forking.
260 as_fn_set_status ()
261 {
262 return $1
263 } # as_fn_set_status
264
265 # as_fn_exit STATUS
266 # -----------------
267 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
268 as_fn_exit ()
269 {
270 set +e
271 as_fn_set_status $1
272 exit $1
273 } # as_fn_exit
274
275 # as_fn_mkdir_p
276 # -------------
277 # Create "$as_dir" as a directory, including parents if necessary.
278 as_fn_mkdir_p ()
279 {
280
281 case $as_dir in #(
282 -*) as_dir=./$as_dir;;
283 esac
284 test -d "$as_dir" || eval $as_mkdir_p || {
285 as_dirs=
286 while :; do
287 case $as_dir in #(
288 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
289 *) as_qdir=$as_dir;;
290 esac
291 as_dirs="'$as_qdir' $as_dirs"
292 as_dir=`$as_dirname -- "$as_dir" ||
293 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
294 X"$as_dir" : 'X\(//\)[^/]' \| \
295 X"$as_dir" : 'X\(//\)$' \| \
296 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
297 $as_echo X"$as_dir" |
298 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
299 s//\1/
300 q
301 }
302 /^X\(\/\/\)[^/].*/{
303 s//\1/
304 q
305 }
306 /^X\(\/\/\)$/{
307 s//\1/
308 q
309 }
310 /^X\(\/\).*/{
311 s//\1/
312 q
313 }
314 s/.*/./; q'`
315 test -d "$as_dir" && break
316 done
317 test -z "$as_dirs" || eval "mkdir $as_dirs"
318 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
319
320
321 } # as_fn_mkdir_p
322 # as_fn_append VAR VALUE
323 # ----------------------
324 # Append the text in VALUE to the end of the definition contained in VAR. Take
325 # advantage of any shell optimizations that allow amortized linear growth over
326 # repeated appends, instead of the typical quadratic growth present in naive
327 # implementations.
328 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
329 eval 'as_fn_append ()
330 {
331 eval $1+=\$2
332 }'
333 else
334 as_fn_append ()
335 {
336 eval $1=\$$1\$2
337 }
338 fi # as_fn_append
339
340 # as_fn_arith ARG...
341 # ------------------
342 # Perform arithmetic evaluation on the ARGs, and store the result in the
343 # global $as_val. Take advantage of shells that can avoid forks. The arguments
344 # must be portable across $(()) and expr.
345 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
346 eval 'as_fn_arith ()
347 {
348 as_val=$(( $* ))
349 }'
350 else
351 as_fn_arith ()
352 {
353 as_val=`expr "$@" || test $? -eq 1`
354 }
355 fi # as_fn_arith
356
357
358 # as_fn_error ERROR [LINENO LOG_FD]
359 # ---------------------------------
360 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
361 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
362 # script with status $?, using 1 if that was 0.
363 as_fn_error ()
364 {
365 as_status=$?; test $as_status -eq 0 && as_status=1
366 if test "$3"; then
367 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
368 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
369 fi
370 $as_echo "$as_me: error: $1" >&2
371 as_fn_exit $as_status
372 } # as_fn_error
373
134374 if expr a : '\(a\)' >/dev/null 2>&1 &&
135375 test "X`expr 00001 : '.*\(...\)'`" = X001; then
136376 as_expr=expr
144384 as_basename=false
145385 fi
146386
147
148 # Name of the executable.
387 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
388 as_dirname=dirname
389 else
390 as_dirname=false
391 fi
392
149393 as_me=`$as_basename -- "$0" ||
150394 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
151395 X"$0" : 'X\(//\)$' \| \
165409 }
166410 s/.*/./; q'`
167411
168 # CDPATH.
169 $as_unset CDPATH
170
171
172 if test "x$CONFIG_SHELL" = x; then
173 if (eval ":") 2>/dev/null; then
174 as_have_required=yes
175 else
176 as_have_required=no
177 fi
178
179 if test $as_have_required = yes && (eval ":
180 (as_func_return () {
181 (exit \$1)
182 }
183 as_func_success () {
184 as_func_return 0
185 }
186 as_func_failure () {
187 as_func_return 1
188 }
189 as_func_ret_success () {
190 return 0
191 }
192 as_func_ret_failure () {
193 return 1
194 }
195
196 exitcode=0
197 if as_func_success; then
198 :
199 else
200 exitcode=1
201 echo as_func_success failed.
202 fi
203
204 if as_func_failure; then
205 exitcode=1
206 echo as_func_failure succeeded.
207 fi
208
209 if as_func_ret_success; then
210 :
211 else
212 exitcode=1
213 echo as_func_ret_success failed.
214 fi
215
216 if as_func_ret_failure; then
217 exitcode=1
218 echo as_func_ret_failure succeeded.
219 fi
220
221 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
222 :
223 else
224 exitcode=1
225 echo positional parameters were not saved.
226 fi
227
228 test \$exitcode = 0) || { (exit 1); exit 1; }
229
230 (
231 as_lineno_1=\$LINENO
232 as_lineno_2=\$LINENO
233 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
234 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
235 ") 2> /dev/null; then
236 :
237 else
238 as_candidate_shells=
239 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
240 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
241 do
242 IFS=$as_save_IFS
243 test -z "$as_dir" && as_dir=.
244 case $as_dir in
245 /*)
246 for as_base in sh bash ksh sh5; do
247 as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
248 done;;
249 esac
250 done
251 IFS=$as_save_IFS
252
253
254 for as_shell in $as_candidate_shells $SHELL; do
255 # Try only shells that exist, to save several forks.
256 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
257 { ("$as_shell") 2> /dev/null <<\_ASEOF
258 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
259 emulate sh
260 NULLCMD=:
261 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
262 # is contrary to our usage. Disable this feature.
263 alias -g '${1+"$@"}'='"$@"'
264 setopt NO_GLOB_SUBST
265 else
266 case `(set -o) 2>/dev/null` in
267 *posix*) set -o posix ;;
268 esac
269
270 fi
271
272
273 :
274 _ASEOF
275 }; then
276 CONFIG_SHELL=$as_shell
277 as_have_required=yes
278 if { "$as_shell" 2> /dev/null <<\_ASEOF
279 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
280 emulate sh
281 NULLCMD=:
282 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
283 # is contrary to our usage. Disable this feature.
284 alias -g '${1+"$@"}'='"$@"'
285 setopt NO_GLOB_SUBST
286 else
287 case `(set -o) 2>/dev/null` in
288 *posix*) set -o posix ;;
289 esac
290
291 fi
292
293
294 :
295 (as_func_return () {
296 (exit $1)
297 }
298 as_func_success () {
299 as_func_return 0
300 }
301 as_func_failure () {
302 as_func_return 1
303 }
304 as_func_ret_success () {
305 return 0
306 }
307 as_func_ret_failure () {
308 return 1
309 }
310
311 exitcode=0
312 if as_func_success; then
313 :
314 else
315 exitcode=1
316 echo as_func_success failed.
317 fi
318
319 if as_func_failure; then
320 exitcode=1
321 echo as_func_failure succeeded.
322 fi
323
324 if as_func_ret_success; then
325 :
326 else
327 exitcode=1
328 echo as_func_ret_success failed.
329 fi
330
331 if as_func_ret_failure; then
332 exitcode=1
333 echo as_func_ret_failure succeeded.
334 fi
335
336 if ( set x; as_func_ret_success y && test x = "$1" ); then
337 :
338 else
339 exitcode=1
340 echo positional parameters were not saved.
341 fi
342
343 test $exitcode = 0) || { (exit 1); exit 1; }
344
345 (
346 as_lineno_1=$LINENO
347 as_lineno_2=$LINENO
348 test "x$as_lineno_1" != "x$as_lineno_2" &&
349 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
350
351 _ASEOF
352 }; then
353 break
354 fi
355
356 fi
357
358 done
359
360 if test "x$CONFIG_SHELL" != x; then
361 for as_var in BASH_ENV ENV
362 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
363 done
364 export CONFIG_SHELL
365 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
366 fi
367
368
369 if test $as_have_required = no; then
370 echo This script requires a shell more modern than all the
371 echo shells that I found on your system. Please install a
372 echo modern shell, or manually run the script under such a
373 echo shell if you do have one.
374 { (exit 1); exit 1; }
375 fi
376
377
378 fi
379
380 fi
381
382
383
384 (eval "as_func_return () {
385 (exit \$1)
386 }
387 as_func_success () {
388 as_func_return 0
389 }
390 as_func_failure () {
391 as_func_return 1
392 }
393 as_func_ret_success () {
394 return 0
395 }
396 as_func_ret_failure () {
397 return 1
398 }
399
400 exitcode=0
401 if as_func_success; then
402 :
403 else
404 exitcode=1
405 echo as_func_success failed.
406 fi
407
408 if as_func_failure; then
409 exitcode=1
410 echo as_func_failure succeeded.
411 fi
412
413 if as_func_ret_success; then
414 :
415 else
416 exitcode=1
417 echo as_func_ret_success failed.
418 fi
419
420 if as_func_ret_failure; then
421 exitcode=1
422 echo as_func_ret_failure succeeded.
423 fi
424
425 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
426 :
427 else
428 exitcode=1
429 echo positional parameters were not saved.
430 fi
431
432 test \$exitcode = 0") || {
433 echo No shell found that supports shell functions.
434 echo Please tell bug-autoconf@gnu.org about your system,
435 echo including any error possibly output before this message.
436 echo This can help us improve future autoconf versions.
437 echo Configuration will now proceed without shell functions.
438 }
439
440
441
442 as_lineno_1=$LINENO
443 as_lineno_2=$LINENO
444 test "x$as_lineno_1" != "x$as_lineno_2" &&
445 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
446
447 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
448 # uniformly replaced by the line number. The first 'sed' inserts a
449 # line-number line after each line using $LINENO; the second 'sed'
450 # does the real work. The second script uses 'N' to pair each
451 # line-number line with the line containing $LINENO, and appends
452 # trailing '-' during substitution so that $LINENO is not a special
453 # case at line end.
454 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
455 # scripts with optimization help from Paolo Bonzini. Blame Lee
456 # E. McMahon (1931-1989) for sed's syntax. :-)
412 # Avoid depending upon Character Ranges.
413 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
414 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
415 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
416 as_cr_digits='0123456789'
417 as_cr_alnum=$as_cr_Letters$as_cr_digits
418
419
420 as_lineno_1=$LINENO as_lineno_1a=$LINENO
421 as_lineno_2=$LINENO as_lineno_2a=$LINENO
422 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
423 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
424 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
457425 sed -n '
458426 p
459427 /[$]LINENO/=
470438 s/-\n.*//
471439 ' >$as_me.lineno &&
472440 chmod +x "$as_me.lineno" ||
473 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
474 { (exit 1); exit 1; }; }
441 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
475442
476443 # Don't try to exec as it changes $[0], causing all sort of problems
477444 # (the dirname of $[0] is not the place where we might find the
481448 exit
482449 }
483450
484
485 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
486 as_dirname=dirname
487 else
488 as_dirname=false
489 fi
490
491451 ECHO_C= ECHO_N= ECHO_T=
492 case `echo -n x` in
452 case `echo -n x` in #(((((
493453 -n*)
494 case `echo 'x\c'` in
454 case `echo 'xy\c'` in
495455 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
496 *) ECHO_C='\c';;
456 xy) ECHO_C='\c';;
457 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
458 ECHO_T=' ';;
497459 esac;;
498460 *)
499461 ECHO_N='-n';;
500462 esac
501 if expr a : '\(a\)' >/dev/null 2>&1 &&
502 test "X`expr 00001 : '.*\(...\)'`" = X001; then
503 as_expr=expr
504 else
505 as_expr=false
506 fi
507463
508464 rm -f conf$$ conf$$.exe conf$$.file
509465 if test -d conf$$.dir; then
533489 rmdir conf$$.dir 2>/dev/null
534490
535491 if mkdir -p . 2>/dev/null; then
536 as_mkdir_p=:
492 as_mkdir_p='mkdir -p "$as_dir"'
537493 else
538494 test -d ./-p && rmdir ./-p
539495 as_mkdir_p=false
552508 if test -d "$1"; then
553509 test -d "$1/.";
554510 else
555 case $1 in
511 case $1 in #(
556512 -*)set "./$1";;
557513 esac;
558 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
514 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
559515 ???[sx]*):;;*)false;;esac;fi
560516 '\'' sh
561517 '
567523
568524 # Sed expression to map a string onto a valid variable name.
569525 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
570
571526
572527
573528
719674
720675
721676
722 exec 7<&0 </dev/null 6>&1
677 test -n "$DJDIR" || exec 7<&0 </dev/null
678 exec 6>&1
723679
724680 # Name of the host.
725681 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
737693 subdirs=
738694 MFLAGS=
739695 MAKEFLAGS=
740 SHELL=${CONFIG_SHELL-/bin/sh}
741696
742697 # Identity of this package.
743698 PACKAGE_NAME='sugar-artwork'
744699 PACKAGE_TARNAME='sugar-artwork'
745 PACKAGE_VERSION='0.88.1'
746 PACKAGE_STRING='sugar-artwork 0.88.1'
700 PACKAGE_VERSION='0.89.2'
701 PACKAGE_STRING='sugar-artwork 0.89.2'
747702 PACKAGE_BUGREPORT=''
703 PACKAGE_URL=''
748704
749705 # Factoring default headers for most tests.
750706 ac_includes_default="\
897853 program_transform_name
898854 prefix
899855 exec_prefix
856 PACKAGE_URL
900857 PACKAGE_BUGREPORT
901858 PACKAGE_STRING
902859 PACKAGE_VERSION
1038995 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1039996 # Reject names that are not valid shell variable names.
1040997 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1041 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1042 { (exit 1); exit 1; }; }
998 as_fn_error "invalid feature name: $ac_useropt"
1043999 ac_useropt_orig=$ac_useropt
10441000 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
10451001 case $ac_user_opts in
10651021 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
10661022 # Reject names that are not valid shell variable names.
10671023 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1068 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1069 { (exit 1); exit 1; }; }
1024 as_fn_error "invalid feature name: $ac_useropt"
10701025 ac_useropt_orig=$ac_useropt
10711026 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
10721027 case $ac_user_opts in
12701225 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
12711226 # Reject names that are not valid shell variable names.
12721227 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1273 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1274 { (exit 1); exit 1; }; }
1228 as_fn_error "invalid package name: $ac_useropt"
12751229 ac_useropt_orig=$ac_useropt
12761230 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
12771231 case $ac_user_opts in
12871241 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
12881242 # Reject names that are not valid shell variable names.
12891243 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1290 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1291 { (exit 1); exit 1; }; }
1244 as_fn_error "invalid package name: $ac_useropt"
12921245 ac_useropt_orig=$ac_useropt
12931246 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
12941247 case $ac_user_opts in
13181271 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
13191272 x_libraries=$ac_optarg ;;
13201273
1321 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1322 Try \`$0 --help' for more information." >&2
1323 { (exit 1); exit 1; }; }
1274 -*) as_fn_error "unrecognized option: \`$ac_option'
1275 Try \`$0 --help' for more information."
13241276 ;;
13251277
13261278 *=*)
13271279 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
13281280 # Reject names that are not valid shell variable names.
1329 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1330 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1331 { (exit 1); exit 1; }; }
1281 case $ac_envvar in #(
1282 '' | [0-9]* | *[!_$as_cr_alnum]* )
1283 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1284 esac
13321285 eval $ac_envvar=\$ac_optarg
13331286 export $ac_envvar ;;
13341287
13451298
13461299 if test -n "$ac_prev"; then
13471300 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1348 { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1349 { (exit 1); exit 1; }; }
1301 as_fn_error "missing argument to $ac_option"
13501302 fi
13511303
13521304 if test -n "$ac_unrecognized_opts"; then
13531305 case $enable_option_checking in
13541306 no) ;;
1355 fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1356 { (exit 1); exit 1; }; } ;;
1307 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
13571308 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
13581309 esac
13591310 fi
13761327 [\\/$]* | ?:[\\/]* ) continue;;
13771328 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
13781329 esac
1379 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1380 { (exit 1); exit 1; }; }
1330 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
13811331 done
13821332
13831333 # There might be people who depend on the old broken behavior: `$host'
14071357 ac_pwd=`pwd` && test -n "$ac_pwd" &&
14081358 ac_ls_di=`ls -di .` &&
14091359 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1410 { $as_echo "$as_me: error: working directory cannot be determined" >&2
1411 { (exit 1); exit 1; }; }
1360 as_fn_error "working directory cannot be determined"
14121361 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1413 { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1414 { (exit 1); exit 1; }; }
1362 as_fn_error "pwd does not report name of working directory"
14151363
14161364
14171365 # Find the source files, if location was not specified.
14501398 fi
14511399 if test ! -r "$srcdir/$ac_unique_file"; then
14521400 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1453 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1454 { (exit 1); exit 1; }; }
1401 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
14551402 fi
14561403 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
14571404 ac_abs_confdir=`(
1458 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1459 { (exit 1); exit 1; }; }
1405 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
14601406 pwd)`
14611407 # When building in place, set srcdir=.
14621408 if test "$ac_abs_confdir" = "$ac_pwd"; then
14821428 # Omit some internal or obsolete options to make the list less imposing.
14831429 # This message is too long to be a string in the A/UX 3.1 sh.
14841430 cat <<_ACEOF
1485 \`configure' configures sugar-artwork 0.88.1 to adapt to many kinds of systems.
1431 \`configure' configures sugar-artwork 0.89.2 to adapt to many kinds of systems.
14861432
14871433 Usage: $0 [OPTION]... [VAR=VALUE]...
14881434
15521498
15531499 if test -n "$ac_init_help"; then
15541500 case $ac_init_help in
1555 short | recursive ) echo "Configuration of sugar-artwork 0.88.1:";;
1501 short | recursive ) echo "Configuration of sugar-artwork 0.89.2:";;
15561502 esac
15571503 cat <<\_ACEOF
15581504
15841530 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
15851531 nonstandard directory <lib dir>
15861532 LIBS libraries to pass to the linker, e.g. -l<library>
1587 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1533 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
15881534 you have headers in a nonstandard directory <include dir>
15891535 CPP C preprocessor
15901536 GTK2_CFLAGS C compiler flags for GTK2, overriding pkg-config
15961542 Use these variables to override the choices made by `configure' or to help
15971543 it to find libraries and programs with nonstandard names/locations.
15981544
1545 Report bugs to the package provider.
15991546 _ACEOF
16001547 ac_status=$?
16011548 fi
16581605 test -n "$ac_init_help" && exit $ac_status
16591606 if $ac_init_version; then
16601607 cat <<\_ACEOF
1661 sugar-artwork configure 0.88.1
1662 generated by GNU Autoconf 2.63
1663
1664 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1665 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1608 sugar-artwork configure 0.89.2
1609 generated by GNU Autoconf 2.65
1610
1611 Copyright (C) 2009 Free Software Foundation, Inc.
16661612 This configure script is free software; the Free Software Foundation
16671613 gives unlimited permission to copy, distribute and modify it.
16681614 _ACEOF
16691615 exit
16701616 fi
1617
1618 ## ------------------------ ##
1619 ## Autoconf initialization. ##
1620 ## ------------------------ ##
1621
1622 # ac_fn_c_try_compile LINENO
1623 # --------------------------
1624 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1625 ac_fn_c_try_compile ()
1626 {
1627 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1628 rm -f conftest.$ac_objext
1629 if { { ac_try="$ac_compile"
1630 case "(($ac_try" in
1631 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1632 *) ac_try_echo=$ac_try;;
1633 esac
1634 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1635 $as_echo "$ac_try_echo"; } >&5
1636 (eval "$ac_compile") 2>conftest.err
1637 ac_status=$?
1638 if test -s conftest.err; then
1639 grep -v '^ *+' conftest.err >conftest.er1
1640 cat conftest.er1 >&5
1641 mv -f conftest.er1 conftest.err
1642 fi
1643 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1644 test $ac_status = 0; } && {
1645 test -z "$ac_c_werror_flag" ||
1646 test ! -s conftest.err
1647 } && test -s conftest.$ac_objext; then :
1648 ac_retval=0
1649 else
1650 $as_echo "$as_me: failed program was:" >&5
1651 sed 's/^/| /' conftest.$ac_ext >&5
1652
1653 ac_retval=1
1654 fi
1655 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1656 as_fn_set_status $ac_retval
1657
1658 } # ac_fn_c_try_compile
1659
1660 # ac_fn_c_try_cpp LINENO
1661 # ----------------------
1662 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1663 ac_fn_c_try_cpp ()
1664 {
1665 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1666 if { { ac_try="$ac_cpp conftest.$ac_ext"
1667 case "(($ac_try" in
1668 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1669 *) ac_try_echo=$ac_try;;
1670 esac
1671 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1672 $as_echo "$ac_try_echo"; } >&5
1673 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1674 ac_status=$?
1675 if test -s conftest.err; then
1676 grep -v '^ *+' conftest.err >conftest.er1
1677 cat conftest.er1 >&5
1678 mv -f conftest.er1 conftest.err
1679 fi
1680 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1681 test $ac_status = 0; } >/dev/null && {
1682 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1683 test ! -s conftest.err
1684 }; then :
1685 ac_retval=0
1686 else
1687 $as_echo "$as_me: failed program was:" >&5
1688 sed 's/^/| /' conftest.$ac_ext >&5
1689
1690 ac_retval=1
1691 fi
1692 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1693 as_fn_set_status $ac_retval
1694
1695 } # ac_fn_c_try_cpp
1696
1697 # ac_fn_c_try_run LINENO
1698 # ----------------------
1699 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1700 # that executables *can* be run.
1701 ac_fn_c_try_run ()
1702 {
1703 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1704 if { { ac_try="$ac_link"
1705 case "(($ac_try" in
1706 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1707 *) ac_try_echo=$ac_try;;
1708 esac
1709 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1710 $as_echo "$ac_try_echo"; } >&5
1711 (eval "$ac_link") 2>&5
1712 ac_status=$?
1713 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1714 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1715 { { case "(($ac_try" in
1716 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1717 *) ac_try_echo=$ac_try;;
1718 esac
1719 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1720 $as_echo "$ac_try_echo"; } >&5
1721 (eval "$ac_try") 2>&5
1722 ac_status=$?
1723 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1724 test $ac_status = 0; }; }; then :
1725 ac_retval=0
1726 else
1727 $as_echo "$as_me: program exited with status $ac_status" >&5
1728 $as_echo "$as_me: failed program was:" >&5
1729 sed 's/^/| /' conftest.$ac_ext >&5
1730
1731 ac_retval=$ac_status
1732 fi
1733 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1734 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1735 as_fn_set_status $ac_retval
1736
1737 } # ac_fn_c_try_run
1738
1739 # ac_fn_c_try_link LINENO
1740 # -----------------------
1741 # Try to link conftest.$ac_ext, and return whether this succeeded.
1742 ac_fn_c_try_link ()
1743 {
1744 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1745 rm -f conftest.$ac_objext conftest$ac_exeext
1746 if { { ac_try="$ac_link"
1747 case "(($ac_try" in
1748 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1749 *) ac_try_echo=$ac_try;;
1750 esac
1751 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1752 $as_echo "$ac_try_echo"; } >&5
1753 (eval "$ac_link") 2>conftest.err
1754 ac_status=$?
1755 if test -s conftest.err; then
1756 grep -v '^ *+' conftest.err >conftest.er1
1757 cat conftest.er1 >&5
1758 mv -f conftest.er1 conftest.err
1759 fi
1760 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1761 test $ac_status = 0; } && {
1762 test -z "$ac_c_werror_flag" ||
1763 test ! -s conftest.err
1764 } && test -s conftest$ac_exeext && {
1765 test "$cross_compiling" = yes ||
1766 $as_test_x conftest$ac_exeext
1767 }; then :
1768 ac_retval=0
1769 else
1770 $as_echo "$as_me: failed program was:" >&5
1771 sed 's/^/| /' conftest.$ac_ext >&5
1772
1773 ac_retval=1
1774 fi
1775 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1776 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1777 # interfere with the next link command; also delete a directory that is
1778 # left behind by Apple's compiler. We do this before executing the actions.
1779 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1780 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1781 as_fn_set_status $ac_retval
1782
1783 } # ac_fn_c_try_link
1784
1785 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1786 # -------------------------------------------------------
1787 # Tests whether HEADER exists and can be compiled using the include files in
1788 # INCLUDES, setting the cache variable VAR accordingly.
1789 ac_fn_c_check_header_compile ()
1790 {
1791 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1793 $as_echo_n "checking for $2... " >&6; }
1794 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1795 $as_echo_n "(cached) " >&6
1796 else
1797 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1798 /* end confdefs.h. */
1799 $4
1800 #include <$2>
1801 _ACEOF
1802 if ac_fn_c_try_compile "$LINENO"; then :
1803 eval "$3=yes"
1804 else
1805 eval "$3=no"
1806 fi
1807 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1808 fi
1809 eval ac_res=\$$3
1810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1811 $as_echo "$ac_res" >&6; }
1812 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1813
1814 } # ac_fn_c_check_header_compile
1815
1816 # ac_fn_c_check_func LINENO FUNC VAR
1817 # ----------------------------------
1818 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1819 ac_fn_c_check_func ()
1820 {
1821 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1822 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1823 $as_echo_n "checking for $2... " >&6; }
1824 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1825 $as_echo_n "(cached) " >&6
1826 else
1827 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1828 /* end confdefs.h. */
1829 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1830 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1831 #define $2 innocuous_$2
1832
1833 /* System header to define __stub macros and hopefully few prototypes,
1834 which can conflict with char $2 (); below.
1835 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1836 <limits.h> exists even on freestanding compilers. */
1837
1838 #ifdef __STDC__
1839 # include <limits.h>
1840 #else
1841 # include <assert.h>
1842 #endif
1843
1844 #undef $2
1845
1846 /* Override any GCC internal prototype to avoid an error.
1847 Use char because int might match the return type of a GCC
1848 builtin and then its argument prototype would still apply. */
1849 #ifdef __cplusplus
1850 extern "C"
1851 #endif
1852 char $2 ();
1853 /* The GNU C library defines this for functions which it implements
1854 to always fail with ENOSYS. Some functions are actually named
1855 something starting with __ and the normal name is an alias. */
1856 #if defined __stub_$2 || defined __stub___$2
1857 choke me
1858 #endif
1859
1860 int
1861 main ()
1862 {
1863 return $2 ();
1864 ;
1865 return 0;
1866 }
1867 _ACEOF
1868 if ac_fn_c_try_link "$LINENO"; then :
1869 eval "$3=yes"
1870 else
1871 eval "$3=no"
1872 fi
1873 rm -f core conftest.err conftest.$ac_objext \
1874 conftest$ac_exeext conftest.$ac_ext
1875 fi
1876 eval ac_res=\$$3
1877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1878 $as_echo "$ac_res" >&6; }
1879 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1880
1881 } # ac_fn_c_check_func
16711882 cat >config.log <<_ACEOF
16721883 This file contains any messages produced by compilers while
16731884 running configure, to aid debugging if configure makes a mistake.
16741885
1675 It was created by sugar-artwork $as_me 0.88.1, which was
1676 generated by GNU Autoconf 2.63. Invocation command line was
1886 It was created by sugar-artwork $as_me 0.89.2, which was
1887 generated by GNU Autoconf 2.65. Invocation command line was
16771888
16781889 $ $0 $@
16791890
17091920 do
17101921 IFS=$as_save_IFS
17111922 test -z "$as_dir" && as_dir=.
1712 $as_echo "PATH: $as_dir"
1713 done
1923 $as_echo "PATH: $as_dir"
1924 done
17141925 IFS=$as_save_IFS
17151926
17161927 } >&5
17471958 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
17481959 esac
17491960 case $ac_pass in
1750 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1961 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
17511962 2)
1752 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1963 as_fn_append ac_configure_args1 " '$ac_arg'"
17531964 if test $ac_must_keep_next = true; then
17541965 ac_must_keep_next=false # Got value, back to normal.
17551966 else
17651976 -* ) ac_must_keep_next=true ;;
17661977 esac
17671978 fi
1768 ac_configure_args="$ac_configure_args '$ac_arg'"
1979 as_fn_append ac_configure_args " '$ac_arg'"
17691980 ;;
17701981 esac
17711982 done
17721983 done
1773 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1774 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1984 { ac_configure_args0=; unset ac_configure_args0;}
1985 { ac_configure_args1=; unset ac_configure_args1;}
17751986
17761987 # When interrupted or exit'd, cleanup temporary files, and complete
17771988 # config.log. We remove comments because anyway the quotes in there
17962007 case $ac_val in #(
17972008 *${as_nl}*)
17982009 case $ac_var in #(
1799 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
2010 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
18002011 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
18012012 esac
18022013 case $ac_var in #(
18032014 _ | IFS | as_nl) ;; #(
18042015 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1805 *) $as_unset $ac_var ;;
2016 *) { eval $ac_var=; unset $ac_var;} ;;
18062017 esac ;;
18072018 esac
18082019 done
18742085 exit $exit_status
18752086 ' 0
18762087 for ac_signal in 1 2 13 15; do
1877 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
2088 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
18782089 done
18792090 ac_signal=0
18802091
18812092 # confdefs.h avoids OS command line length limits that DEFS can exceed.
18822093 rm -f -r conftest* confdefs.h
2094
2095 $as_echo "/* confdefs.h */" > confdefs.h
18832096
18842097 # Predefined preprocessor variables.
18852098
18872100 #define PACKAGE_NAME "$PACKAGE_NAME"
18882101 _ACEOF
18892102
1890
18912103 cat >>confdefs.h <<_ACEOF
18922104 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
18932105 _ACEOF
18942106
1895
18962107 cat >>confdefs.h <<_ACEOF
18972108 #define PACKAGE_VERSION "$PACKAGE_VERSION"
18982109 _ACEOF
18992110
1900
19012111 cat >>confdefs.h <<_ACEOF
19022112 #define PACKAGE_STRING "$PACKAGE_STRING"
19032113 _ACEOF
19042114
1905
19062115 cat >>confdefs.h <<_ACEOF
19072116 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2117 _ACEOF
2118
2119 cat >>confdefs.h <<_ACEOF
2120 #define PACKAGE_URL "$PACKAGE_URL"
19082121 _ACEOF
19092122
19102123
19242137 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
19252138 do
19262139 test "x$ac_site_file" = xNONE && continue
1927 if test -r "$ac_site_file"; then
1928 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
2140 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2141 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
19292142 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
19302143 sed 's/^/| /' "$ac_site_file" >&5
19312144 . "$ac_site_file"
19332146 done
19342147
19352148 if test -r "$cache_file"; then
1936 # Some versions of bash will fail to source /dev/null (special
1937 # files actually), so we avoid doing that.
1938 if test -f "$cache_file"; then
1939 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
2149 # Some versions of bash will fail to source /dev/null (special files
2150 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2151 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2152 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
19402153 $as_echo "$as_me: loading cache $cache_file" >&6;}
19412154 case $cache_file in
19422155 [\\/]* | ?:[\\/]* ) . "$cache_file";;
19442157 esac
19452158 fi
19462159 else
1947 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
2160 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
19482161 $as_echo "$as_me: creating cache $cache_file" >&6;}
19492162 >$cache_file
19502163 fi
19592172 eval ac_new_val=\$ac_env_${ac_var}_value
19602173 case $ac_old_set,$ac_new_set in
19612174 set,)
1962 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2175 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
19632176 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
19642177 ac_cache_corrupted=: ;;
19652178 ,set)
1966 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
2179 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
19672180 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
19682181 ac_cache_corrupted=: ;;
19692182 ,);;
19732186 ac_old_val_w=`echo x $ac_old_val`
19742187 ac_new_val_w=`echo x $ac_new_val`
19752188 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1976 { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
2189 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
19772190 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
19782191 ac_cache_corrupted=:
19792192 else
1980 { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2193 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
19812194 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
19822195 eval $ac_var=\$ac_old_val
19832196 fi
1984 { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5
2197 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
19852198 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
1986 { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5
2199 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
19872200 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
19882201 fi;;
19892202 esac
19952208 esac
19962209 case " $ac_configure_args " in
19972210 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1998 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
2211 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
19992212 esac
20002213 fi
20012214 done
20022215 if $ac_cache_corrupted; then
2003 { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2216 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
20042217 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2005 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
2218 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
20062219 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2007 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
2008 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
2009 { (exit 1); exit 1; }; }
2010 fi
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2220 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2221 fi
2222 ## -------------------- ##
2223 ## Main body of script. ##
2224 ## -------------------- ##
20352225
20362226 ac_ext=c
20372227 ac_cpp='$CPP $CPPFLAGS'
20482238
20492239 ac_aux_dir=
20502240 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2051 if test -f "$ac_dir/install-sh"; then
2052 ac_aux_dir=$ac_dir
2053 ac_install_sh="$ac_aux_dir/install-sh -c"
2054 break
2055 elif test -f "$ac_dir/install.sh"; then
2056 ac_aux_dir=$ac_dir
2057 ac_install_sh="$ac_aux_dir/install.sh -c"
2058 break
2059 elif test -f "$ac_dir/shtool"; then
2060 ac_aux_dir=$ac_dir
2061 ac_install_sh="$ac_aux_dir/shtool install -c"
2062 break
2063 fi
2241 for ac_t in install-sh install.sh shtool; do
2242 if test -f "$ac_dir/$ac_t"; then
2243 ac_aux_dir=$ac_dir
2244 ac_install_sh="$ac_aux_dir/$ac_t -c"
2245 break 2
2246 fi
2247 done
20642248 done
20652249 if test -z "$ac_aux_dir"; then
2066 { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
2067 $as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
2068 { (exit 1); exit 1; }; }
2250 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
20692251 fi
20702252
20712253 # These three variables are undocumented and unsupported,
20912273 # OS/2's system install, which has a completely different semantic
20922274 # ./install, which can be erroneously created by make from ./install.sh.
20932275 # Reject install programs that cannot install multiple files.
2094 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
20952277 $as_echo_n "checking for a BSD-compatible install... " >&6; }
20962278 if test -z "$INSTALL"; then
2097 if test "${ac_cv_path_install+set}" = set; then
2279 if test "${ac_cv_path_install+set}" = set; then :
20982280 $as_echo_n "(cached) " >&6
20992281 else
21002282 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
21022284 do
21032285 IFS=$as_save_IFS
21042286 test -z "$as_dir" && as_dir=.
2105 # Account for people who put trailing slashes in PATH elements.
2106 case $as_dir/ in
2107 ./ | .// | /cC/* | \
2287 # Account for people who put trailing slashes in PATH elements.
2288 case $as_dir/ in #((
2289 ./ | .// | /[cC]/* | \
21082290 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2109 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
2291 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
21102292 /usr/ucb/* ) ;;
21112293 *)
21122294 # OSF1 and SCO ODT 3.0 have their own names for install.
21432325 ;;
21442326 esac
21452327
2146 done
2328 done
21472329 IFS=$as_save_IFS
21482330
21492331 rm -rf conftest.one conftest.two conftest.dir
21592341 INSTALL=$ac_install_sh
21602342 fi
21612343 fi
2162 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
2344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
21632345 $as_echo "$INSTALL" >&6; }
21642346
21652347 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
21702352
21712353 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
21722354
2173 { $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&5
2355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
21742356 $as_echo_n "checking whether build environment is sane... " >&6; }
21752357 # Just in case
21762358 sleep 1
21812363 '
21822364 case `pwd` in
21832365 *[\\\"\#\$\&\'\`$am_lf]*)
2184 { { $as_echo "$as_me:$LINENO: error: unsafe absolute working directory name" >&5
2185 $as_echo "$as_me: error: unsafe absolute working directory name" >&2;}
2186 { (exit 1); exit 1; }; };;
2366 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
21872367 esac
21882368 case $srcdir in
21892369 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2190 { { $as_echo "$as_me:$LINENO: error: unsafe srcdir value: \`$srcdir'" >&5
2191 $as_echo "$as_me: error: unsafe srcdir value: \`$srcdir'" >&2;}
2192 { (exit 1); exit 1; }; };;
2370 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
21932371 esac
21942372
21952373 # Do `set' in a subshell so we don't clobber the current shell's
22112389 # if, for instance, CONFIG_SHELL is bash and it inherits a
22122390 # broken ls alias from the environment. This has actually
22132391 # happened. Such a system could not be considered "sane".
2214 { { $as_echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
2215 alias in your environment" >&5
2216 $as_echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
2217 alias in your environment" >&2;}
2218 { (exit 1); exit 1; }; }
2392 as_fn_error "ls -t appears to fail. Make sure there is not a broken
2393 alias in your environment" "$LINENO" 5
22192394 fi
22202395
22212396 test "$2" = conftest.file
22242399 # Ok.
22252400 :
22262401 else
2227 { { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files!
2228 Check your system clock" >&5
2229 $as_echo "$as_me: error: newly created file is older than distributed files!
2230 Check your system clock" >&2;}
2231 { (exit 1); exit 1; }; }
2232 fi
2233 { $as_echo "$as_me:$LINENO: result: yes" >&5
2402 as_fn_error "newly created file is older than distributed files!
2403 Check your system clock" "$LINENO" 5
2404 fi
2405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
22342406 $as_echo "yes" >&6; }
22352407 test "$program_prefix" != NONE &&
22362408 program_transform_name="s&^&$program_prefix&;$program_transform_name"
22582430 am_missing_run="$MISSING --run "
22592431 else
22602432 am_missing_run=
2261 { $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
2433 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
22622434 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
22632435 fi
22642436
22792451 if test -n "$ac_tool_prefix"; then
22802452 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
22812453 set dummy ${ac_tool_prefix}strip; ac_word=$2
2282 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2454 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
22832455 $as_echo_n "checking for $ac_word... " >&6; }
2284 if test "${ac_cv_prog_STRIP+set}" = set; then
2456 if test "${ac_cv_prog_STRIP+set}" = set; then :
22852457 $as_echo_n "(cached) " >&6
22862458 else
22872459 if test -n "$STRIP"; then
22922464 do
22932465 IFS=$as_save_IFS
22942466 test -z "$as_dir" && as_dir=.
2295 for ac_exec_ext in '' $ac_executable_extensions; do
2467 for ac_exec_ext in '' $ac_executable_extensions; do
22962468 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
22972469 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2298 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2470 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
22992471 break 2
23002472 fi
23012473 done
2302 done
2474 done
23032475 IFS=$as_save_IFS
23042476
23052477 fi
23062478 fi
23072479 STRIP=$ac_cv_prog_STRIP
23082480 if test -n "$STRIP"; then
2309 { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
2481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
23102482 $as_echo "$STRIP" >&6; }
23112483 else
2312 { $as_echo "$as_me:$LINENO: result: no" >&5
2484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23132485 $as_echo "no" >&6; }
23142486 fi
23152487
23192491 ac_ct_STRIP=$STRIP
23202492 # Extract the first word of "strip", so it can be a program name with args.
23212493 set dummy strip; ac_word=$2
2322 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2494 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
23232495 $as_echo_n "checking for $ac_word... " >&6; }
2324 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
2496 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
23252497 $as_echo_n "(cached) " >&6
23262498 else
23272499 if test -n "$ac_ct_STRIP"; then
23322504 do
23332505 IFS=$as_save_IFS
23342506 test -z "$as_dir" && as_dir=.
2335 for ac_exec_ext in '' $ac_executable_extensions; do
2507 for ac_exec_ext in '' $ac_executable_extensions; do
23362508 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
23372509 ac_cv_prog_ac_ct_STRIP="strip"
2338 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2510 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
23392511 break 2
23402512 fi
23412513 done
2342 done
2514 done
23432515 IFS=$as_save_IFS
23442516
23452517 fi
23462518 fi
23472519 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
23482520 if test -n "$ac_ct_STRIP"; then
2349 { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
2521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
23502522 $as_echo "$ac_ct_STRIP" >&6; }
23512523 else
2352 { $as_echo "$as_me:$LINENO: result: no" >&5
2524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23532525 $as_echo "no" >&6; }
23542526 fi
23552527
23582530 else
23592531 case $cross_compiling:$ac_tool_warned in
23602532 yes:)
2361 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2533 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
23622534 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
23632535 ac_tool_warned=yes ;;
23642536 esac
23712543 fi
23722544 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
23732545
2374 { $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
2546 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
23752547 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
23762548 if test -z "$MKDIR_P"; then
2377 if test "${ac_cv_path_mkdir+set}" = set; then
2549 if test "${ac_cv_path_mkdir+set}" = set; then :
23782550 $as_echo_n "(cached) " >&6
23792551 else
23802552 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
23822554 do
23832555 IFS=$as_save_IFS
23842556 test -z "$as_dir" && as_dir=.
2385 for ac_prog in mkdir gmkdir; do
2557 for ac_prog in mkdir gmkdir; do
23862558 for ac_exec_ext in '' $ac_executable_extensions; do
23872559 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
23882560 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
23942566 esac
23952567 done
23962568 done
2397 done
2569 done
23982570 IFS=$as_save_IFS
23992571
24002572 fi
24012573
2574 test -d ./--version && rmdir ./--version
24022575 if test "${ac_cv_path_mkdir+set}" = set; then
24032576 MKDIR_P="$ac_cv_path_mkdir -p"
24042577 else
24062579 # value for MKDIR_P within a source directory, because that will
24072580 # break other packages using the cache if that directory is
24082581 # removed, or if the value is a relative name.
2409 test -d ./--version && rmdir ./--version
24102582 MKDIR_P="$ac_install_sh -d"
24112583 fi
24122584 fi
2413 { $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5
2585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
24142586 $as_echo "$MKDIR_P" >&6; }
24152587
24162588 mkdir_p="$MKDIR_P"
24232595 do
24242596 # Extract the first word of "$ac_prog", so it can be a program name with args.
24252597 set dummy $ac_prog; ac_word=$2
2426 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
24272599 $as_echo_n "checking for $ac_word... " >&6; }
2428 if test "${ac_cv_prog_AWK+set}" = set; then
2600 if test "${ac_cv_prog_AWK+set}" = set; then :
24292601 $as_echo_n "(cached) " >&6
24302602 else
24312603 if test -n "$AWK"; then
24362608 do
24372609 IFS=$as_save_IFS
24382610 test -z "$as_dir" && as_dir=.
2439 for ac_exec_ext in '' $ac_executable_extensions; do
2611 for ac_exec_ext in '' $ac_executable_extensions; do
24402612 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
24412613 ac_cv_prog_AWK="$ac_prog"
2442 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2614 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
24432615 break 2
24442616 fi
24452617 done
2446 done
2618 done
24472619 IFS=$as_save_IFS
24482620
24492621 fi
24502622 fi
24512623 AWK=$ac_cv_prog_AWK
24522624 if test -n "$AWK"; then
2453 { $as_echo "$as_me:$LINENO: result: $AWK" >&5
2625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
24542626 $as_echo "$AWK" >&6; }
24552627 else
2456 { $as_echo "$as_me:$LINENO: result: no" >&5
2628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24572629 $as_echo "no" >&6; }
24582630 fi
24592631
24612633 test -n "$AWK" && break
24622634 done
24632635
2464 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
24652637 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
24662638 set x ${MAKE-make}
24672639 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2468 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2640 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
24692641 $as_echo_n "(cached) " >&6
24702642 else
24712643 cat >conftest.make <<\_ACEOF
24832655 rm -f conftest.make
24842656 fi
24852657 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2486 { $as_echo "$as_me:$LINENO: result: yes" >&5
2658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
24872659 $as_echo "yes" >&6; }
24882660 SET_MAKE=
24892661 else
2490 { $as_echo "$as_me:$LINENO: result: no" >&5
2662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24912663 $as_echo "no" >&6; }
24922664 SET_MAKE="MAKE=${MAKE-make}"
24932665 fi
25072679 am__isrc=' -I$(srcdir)'
25082680 # test to see if srcdir already configured
25092681 if test -f $srcdir/config.status; then
2510 { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
2511 $as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
2512 { (exit 1); exit 1; }; }
2682 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
25132683 fi
25142684 fi
25152685
25252695
25262696 # Define the identity of the package.
25272697 PACKAGE='sugar-artwork'
2528 VERSION='0.88.1'
2698 VERSION='0.89.2'
25292699
25302700
25312701 cat >>confdefs.h <<_ACEOF
25672737
25682738
25692739
2570 { $as_echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
2740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
25712741 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
25722742 # Check whether --enable-maintainer-mode was given.
2573 if test "${enable_maintainer_mode+set}" = set; then
2743 if test "${enable_maintainer_mode+set}" = set; then :
25742744 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
25752745 else
25762746 USE_MAINTAINER_MODE=no
25772747 fi
25782748
2579 { $as_echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
2749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
25802750 $as_echo "$USE_MAINTAINER_MODE" >&6; }
25812751 if test $USE_MAINTAINER_MODE = yes; then
25822752 MAINTAINER_MODE_TRUE=
25902760
25912761
25922762 # Check whether --enable-static was given.
2593 if test "${enable_static+set}" = set; then
2763 if test "${enable_static+set}" = set; then :
25942764 enableval=$enable_static; p=${PACKAGE-default}
25952765 case $enableval in
25962766 yes) enable_static=yes ;;
26272797 if test -n "$ac_tool_prefix"; then
26282798 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
26292799 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
2630 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2800 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
26312801 $as_echo_n "checking for $ac_word... " >&6; }
2632 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
2802 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
26332803 $as_echo_n "(cached) " >&6
26342804 else
26352805 case $PKG_CONFIG in
26422812 do
26432813 IFS=$as_save_IFS
26442814 test -z "$as_dir" && as_dir=.
2645 for ac_exec_ext in '' $ac_executable_extensions; do
2815 for ac_exec_ext in '' $ac_executable_extensions; do
26462816 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
26472817 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
2648 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2818 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
26492819 break 2
26502820 fi
26512821 done
2652 done
2822 done
26532823 IFS=$as_save_IFS
26542824
26552825 ;;
26572827 fi
26582828 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
26592829 if test -n "$PKG_CONFIG"; then
2660 { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
2830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
26612831 $as_echo "$PKG_CONFIG" >&6; }
26622832 else
2663 { $as_echo "$as_me:$LINENO: result: no" >&5
2833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26642834 $as_echo "no" >&6; }
26652835 fi
26662836
26702840 ac_pt_PKG_CONFIG=$PKG_CONFIG
26712841 # Extract the first word of "pkg-config", so it can be a program name with args.
26722842 set dummy pkg-config; ac_word=$2
2673 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
26742844 $as_echo_n "checking for $ac_word... " >&6; }
2675 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
2845 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then :
26762846 $as_echo_n "(cached) " >&6
26772847 else
26782848 case $ac_pt_PKG_CONFIG in
26852855 do
26862856 IFS=$as_save_IFS
26872857 test -z "$as_dir" && as_dir=.
2688 for ac_exec_ext in '' $ac_executable_extensions; do
2858 for ac_exec_ext in '' $ac_executable_extensions; do
26892859 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
26902860 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
2691 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2861 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
26922862 break 2
26932863 fi
26942864 done
2695 done
2865 done
26962866 IFS=$as_save_IFS
26972867
26982868 ;;
27002870 fi
27012871 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
27022872 if test -n "$ac_pt_PKG_CONFIG"; then
2703 { $as_echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
2873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
27042874 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
27052875 else
2706 { $as_echo "$as_me:$LINENO: result: no" >&5
2876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27072877 $as_echo "no" >&6; }
27082878 fi
27092879
27122882 else
27132883 case $cross_compiling:$ac_tool_warned in
27142884 yes:)
2715 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2885 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
27162886 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
27172887 ac_tool_warned=yes ;;
27182888 esac
27252895 fi
27262896 if test -n "$PKG_CONFIG"; then
27272897 _pkg_min_version=0.19
2728 { $as_echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
2898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
27292899 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
27302900 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
2731 { $as_echo "$as_me:$LINENO: result: yes" >&5
2901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27322902 $as_echo "yes" >&6; }
27332903 else
2734 { $as_echo "$as_me:$LINENO: result: no" >&5
2904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27352905 $as_echo "no" >&6; }
27362906 PKG_CONFIG=""
27372907 fi
27492919 if test -n "$ac_tool_prefix"; then
27502920 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
27512921 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2752 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
27532923 $as_echo_n "checking for $ac_word... " >&6; }
2754 if test "${ac_cv_prog_CC+set}" = set; then
2924 if test "${ac_cv_prog_CC+set}" = set; then :
27552925 $as_echo_n "(cached) " >&6
27562926 else
27572927 if test -n "$CC"; then
27622932 do
27632933 IFS=$as_save_IFS
27642934 test -z "$as_dir" && as_dir=.
2765 for ac_exec_ext in '' $ac_executable_extensions; do
2935 for ac_exec_ext in '' $ac_executable_extensions; do
27662936 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
27672937 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2768 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2938 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
27692939 break 2
27702940 fi
27712941 done
2772 done
2942 done
27732943 IFS=$as_save_IFS
27742944
27752945 fi
27762946 fi
27772947 CC=$ac_cv_prog_CC
27782948 if test -n "$CC"; then
2779 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
27802950 $as_echo "$CC" >&6; }
27812951 else
2782 { $as_echo "$as_me:$LINENO: result: no" >&5
2952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27832953 $as_echo "no" >&6; }
27842954 fi
27852955
27892959 ac_ct_CC=$CC
27902960 # Extract the first word of "gcc", so it can be a program name with args.
27912961 set dummy gcc; ac_word=$2
2792 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
27932963 $as_echo_n "checking for $ac_word... " >&6; }
2794 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2964 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
27952965 $as_echo_n "(cached) " >&6
27962966 else
27972967 if test -n "$ac_ct_CC"; then
28022972 do
28032973 IFS=$as_save_IFS
28042974 test -z "$as_dir" && as_dir=.
2805 for ac_exec_ext in '' $ac_executable_extensions; do
2975 for ac_exec_ext in '' $ac_executable_extensions; do
28062976 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
28072977 ac_cv_prog_ac_ct_CC="gcc"
2808 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2978 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
28092979 break 2
28102980 fi
28112981 done
2812 done
2982 done
28132983 IFS=$as_save_IFS
28142984
28152985 fi
28162986 fi
28172987 ac_ct_CC=$ac_cv_prog_ac_ct_CC
28182988 if test -n "$ac_ct_CC"; then
2819 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
28202990 $as_echo "$ac_ct_CC" >&6; }
28212991 else
2822 { $as_echo "$as_me:$LINENO: result: no" >&5
2992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28232993 $as_echo "no" >&6; }
28242994 fi
28252995
28282998 else
28292999 case $cross_compiling:$ac_tool_warned in
28303000 yes:)
2831 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3001 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
28323002 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
28333003 ac_tool_warned=yes ;;
28343004 esac
28423012 if test -n "$ac_tool_prefix"; then
28433013 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
28443014 set dummy ${ac_tool_prefix}cc; ac_word=$2
2845 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
28463016 $as_echo_n "checking for $ac_word... " >&6; }
2847 if test "${ac_cv_prog_CC+set}" = set; then
3017 if test "${ac_cv_prog_CC+set}" = set; then :
28483018 $as_echo_n "(cached) " >&6
28493019 else
28503020 if test -n "$CC"; then
28553025 do
28563026 IFS=$as_save_IFS
28573027 test -z "$as_dir" && as_dir=.
2858 for ac_exec_ext in '' $ac_executable_extensions; do
3028 for ac_exec_ext in '' $ac_executable_extensions; do
28593029 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
28603030 ac_cv_prog_CC="${ac_tool_prefix}cc"
2861 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3031 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
28623032 break 2
28633033 fi
28643034 done
2865 done
3035 done
28663036 IFS=$as_save_IFS
28673037
28683038 fi
28693039 fi
28703040 CC=$ac_cv_prog_CC
28713041 if test -n "$CC"; then
2872 { $as_echo "$as_me:$LINENO: result: $CC" >&5
3042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
28733043 $as_echo "$CC" >&6; }
28743044 else
2875 { $as_echo "$as_me:$LINENO: result: no" >&5
3045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28763046 $as_echo "no" >&6; }
28773047 fi
28783048
28823052 if test -z "$CC"; then
28833053 # Extract the first word of "cc", so it can be a program name with args.
28843054 set dummy cc; ac_word=$2
2885 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
28863056 $as_echo_n "checking for $ac_word... " >&6; }
2887 if test "${ac_cv_prog_CC+set}" = set; then
3057 if test "${ac_cv_prog_CC+set}" = set; then :
28883058 $as_echo_n "(cached) " >&6
28893059 else
28903060 if test -n "$CC"; then
28963066 do
28973067 IFS=$as_save_IFS
28983068 test -z "$as_dir" && as_dir=.
2899 for ac_exec_ext in '' $ac_executable_extensions; do
3069 for ac_exec_ext in '' $ac_executable_extensions; do
29003070 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
29013071 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
29023072 ac_prog_rejected=yes
29033073 continue
29043074 fi
29053075 ac_cv_prog_CC="cc"
2906 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3076 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
29073077 break 2
29083078 fi
29093079 done
2910 done
3080 done
29113081 IFS=$as_save_IFS
29123082
29133083 if test $ac_prog_rejected = yes; then
29263096 fi
29273097 CC=$ac_cv_prog_CC
29283098 if test -n "$CC"; then
2929 { $as_echo "$as_me:$LINENO: result: $CC" >&5
3099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
29303100 $as_echo "$CC" >&6; }
29313101 else
2932 { $as_echo "$as_me:$LINENO: result: no" >&5
3102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
29333103 $as_echo "no" >&6; }
29343104 fi
29353105
29413111 do
29423112 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
29433113 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2944 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
29453115 $as_echo_n "checking for $ac_word... " >&6; }
2946 if test "${ac_cv_prog_CC+set}" = set; then
3116 if test "${ac_cv_prog_CC+set}" = set; then :
29473117 $as_echo_n "(cached) " >&6
29483118 else
29493119 if test -n "$CC"; then
29543124 do
29553125 IFS=$as_save_IFS
29563126 test -z "$as_dir" && as_dir=.
2957 for ac_exec_ext in '' $ac_executable_extensions; do
3127 for ac_exec_ext in '' $ac_executable_extensions; do
29583128 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
29593129 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2960 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3130 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
29613131 break 2
29623132 fi
29633133 done
2964 done
3134 done
29653135 IFS=$as_save_IFS
29663136
29673137 fi
29683138 fi
29693139 CC=$ac_cv_prog_CC
29703140 if test -n "$CC"; then
2971 { $as_echo "$as_me:$LINENO: result: $CC" >&5
3141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
29723142 $as_echo "$CC" >&6; }
29733143 else
2974 { $as_echo "$as_me:$LINENO: result: no" >&5
3144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
29753145 $as_echo "no" >&6; }
29763146 fi
29773147
29853155 do
29863156 # Extract the first word of "$ac_prog", so it can be a program name with args.
29873157 set dummy $ac_prog; ac_word=$2
2988 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3158 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
29893159 $as_echo_n "checking for $ac_word... " >&6; }
2990 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3160 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
29913161 $as_echo_n "(cached) " >&6
29923162 else
29933163 if test -n "$ac_ct_CC"; then
29983168 do
29993169 IFS=$as_save_IFS
30003170 test -z "$as_dir" && as_dir=.
3001 for ac_exec_ext in '' $ac_executable_extensions; do
3171 for ac_exec_ext in '' $ac_executable_extensions; do
30023172 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
30033173 ac_cv_prog_ac_ct_CC="$ac_prog"
3004 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3174 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
30053175 break 2
30063176 fi
30073177 done
3008 done
3178 done
30093179 IFS=$as_save_IFS
30103180
30113181 fi
30123182 fi
30133183 ac_ct_CC=$ac_cv_prog_ac_ct_CC
30143184 if test -n "$ac_ct_CC"; then
3015 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
30163186 $as_echo "$ac_ct_CC" >&6; }
30173187 else
3018 { $as_echo "$as_me:$LINENO: result: no" >&5
3188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
30193189 $as_echo "no" >&6; }
30203190 fi
30213191
30283198 else
30293199 case $cross_compiling:$ac_tool_warned in
30303200 yes:)
3031 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3201 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
30323202 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
30333203 ac_tool_warned=yes ;;
30343204 esac
30393209 fi
30403210
30413211
3042 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3212 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
30433213 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3044 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
3045 See \`config.log' for more details." >&5
3046 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
3047 See \`config.log' for more details." >&2;}
3048 { (exit 1); exit 1; }; }; }
3214 as_fn_error "no acceptable C compiler found in \$PATH
3215 See \`config.log' for more details." "$LINENO" 5; }
30493216
30503217 # Provide some information about the compiler.
3051 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
3218 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
30523219 set X $ac_compile
30533220 ac_compiler=$2
3054 { (ac_try="$ac_compiler --version >&5"
3221 for ac_option in --version -v -V -qversion; do
3222 { { ac_try="$ac_compiler $ac_option >&5"
30553223 case "(($ac_try" in
30563224 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30573225 *) ac_try_echo=$ac_try;;
30583226 esac
3059 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3060 $as_echo "$ac_try_echo") >&5
3061 (eval "$ac_compiler --version >&5") 2>&5
3227 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3228 $as_echo "$ac_try_echo"; } >&5
3229 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
30623230 ac_status=$?
3063 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3064 (exit $ac_status); }
3065 { (ac_try="$ac_compiler -v >&5"
3066 case "(($ac_try" in
3067 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3068 *) ac_try_echo=$ac_try;;
3069 esac
3070 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3071 $as_echo "$ac_try_echo") >&5
3072 (eval "$ac_compiler -v >&5") 2>&5
3073 ac_status=$?
3074 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3075 (exit $ac_status); }
3076 { (ac_try="$ac_compiler -V >&5"
3077 case "(($ac_try" in
3078 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3079 *) ac_try_echo=$ac_try;;
3080 esac
3081 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3082 $as_echo "$ac_try_echo") >&5
3083 (eval "$ac_compiler -V >&5") 2>&5
3084 ac_status=$?
3085 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3086 (exit $ac_status); }
3087
3088 cat >conftest.$ac_ext <<_ACEOF
3089 /* confdefs.h. */
3090 _ACEOF
3091 cat confdefs.h >>conftest.$ac_ext
3092 cat >>conftest.$ac_ext <<_ACEOF
3231 if test -s conftest.err; then
3232 sed '10a\
3233 ... rest of stderr output deleted ...
3234 10q' conftest.err >conftest.er1
3235 cat conftest.er1 >&5
3236 fi
3237 rm -f conftest.er1 conftest.err
3238 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3239 test $ac_status = 0; }
3240 done
3241
3242 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
30933243 /* end confdefs.h. */
30943244
30953245 int
31053255 # Try to create an executable without -o first, disregard a.out.
31063256 # It will help us diagnose broken compilers, and finding out an intuition
31073257 # of exeext.
3108 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
3109 $as_echo_n "checking for C compiler default output file name... " >&6; }
3258 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3259 $as_echo_n "checking whether the C compiler works... " >&6; }
31103260 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
31113261
31123262 # The possible output files:
31223272 done
31233273 rm -f $ac_rmfiles
31243274
3125 if { (ac_try="$ac_link_default"
3275 if { { ac_try="$ac_link_default"
31263276 case "(($ac_try" in
31273277 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31283278 *) ac_try_echo=$ac_try;;
31293279 esac
3130 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3131 $as_echo "$ac_try_echo") >&5
3280 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3281 $as_echo "$ac_try_echo"; } >&5
31323282 (eval "$ac_link_default") 2>&5
31333283 ac_status=$?
3134 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3135 (exit $ac_status); }; then
3284 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3285 test $ac_status = 0; }; then :
31363286 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
31373287 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
31383288 # in a Makefile. We should not override ac_cv_exeext if it was cached,
31493299 # certainly right.
31503300 break;;
31513301 *.* )
3152 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3302 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
31533303 then :; else
31543304 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
31553305 fi
31683318 else
31693319 ac_file=''
31703320 fi
3171
3172 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
3321 if test -z "$ac_file"; then :
3322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3323 $as_echo "no" >&6; }
3324 $as_echo "$as_me: failed program was:" >&5
3325 sed 's/^/| /' conftest.$ac_ext >&5
3326
3327 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3328 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3329 { as_fn_set_status 77
3330 as_fn_error "C compiler cannot create executables
3331 See \`config.log' for more details." "$LINENO" 5; }; }
3332 else
3333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3334 $as_echo "yes" >&6; }
3335 fi
3336 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3337 $as_echo_n "checking for C compiler default output file name... " >&6; }
3338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
31733339 $as_echo "$ac_file" >&6; }
3174 if test -z "$ac_file"; then
3175 $as_echo "$as_me: failed program was:" >&5
3176 sed 's/^/| /' conftest.$ac_ext >&5
3177
3178 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3179 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3180 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
3181 See \`config.log' for more details." >&5
3182 $as_echo "$as_me: error: C compiler cannot create executables
3183 See \`config.log' for more details." >&2;}
3184 { (exit 77); exit 77; }; }; }
3185 fi
3186
31873340 ac_exeext=$ac_cv_exeext
3188
3189 # Check that the compiler produces executables we can run. If not, either
3190 # the compiler is broken, or we cross compile.
3191 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
3192 $as_echo_n "checking whether the C compiler works... " >&6; }
3193 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
3194 # If not cross compiling, check that we can run a simple program.
3195 if test "$cross_compiling" != yes; then
3196 if { ac_try='./$ac_file'
3197 { (case "(($ac_try" in
3198 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3199 *) ac_try_echo=$ac_try;;
3200 esac
3201 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3202 $as_echo "$ac_try_echo") >&5
3203 (eval "$ac_try") 2>&5
3204 ac_status=$?
3205 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3206 (exit $ac_status); }; }; then
3207 cross_compiling=no
3208 else
3209 if test "$cross_compiling" = maybe; then
3210 cross_compiling=yes
3211 else
3212 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3213 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3214 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
3215 If you meant to cross compile, use \`--host'.
3216 See \`config.log' for more details." >&5
3217 $as_echo "$as_me: error: cannot run C compiled programs.
3218 If you meant to cross compile, use \`--host'.
3219 See \`config.log' for more details." >&2;}
3220 { (exit 1); exit 1; }; }; }
3221 fi
3222 fi
3223 fi
3224 { $as_echo "$as_me:$LINENO: result: yes" >&5
3225 $as_echo "yes" >&6; }
32263341
32273342 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
32283343 ac_clean_files=$ac_clean_files_save
3229 # Check that the compiler produces executables we can run. If not, either
3230 # the compiler is broken, or we cross compile.
3231 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
3232 $as_echo_n "checking whether we are cross compiling... " >&6; }
3233 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
3234 $as_echo "$cross_compiling" >&6; }
3235
3236 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
3344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
32373345 $as_echo_n "checking for suffix of executables... " >&6; }
3238 if { (ac_try="$ac_link"
3346 if { { ac_try="$ac_link"
32393347 case "(($ac_try" in
32403348 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32413349 *) ac_try_echo=$ac_try;;
32423350 esac
3243 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3244 $as_echo "$ac_try_echo") >&5
3351 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3352 $as_echo "$ac_try_echo"; } >&5
32453353 (eval "$ac_link") 2>&5
32463354 ac_status=$?
3247 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3248 (exit $ac_status); }; then
3355 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3356 test $ac_status = 0; }; then :
32493357 # If both `conftest.exe' and `conftest' are `present' (well, observable)
32503358 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
32513359 # work properly (i.e., refer to `conftest.exe'), while it won't with
32603368 esac
32613369 done
32623370 else
3263 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3371 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
32643372 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3265 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
3266 See \`config.log' for more details." >&5
3267 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
3268 See \`config.log' for more details." >&2;}
3269 { (exit 1); exit 1; }; }; }
3270 fi
3271
3272 rm -f conftest$ac_cv_exeext
3273 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
3373 as_fn_error "cannot compute suffix of executables: cannot compile and link
3374 See \`config.log' for more details." "$LINENO" 5; }
3375 fi
3376 rm -f conftest conftest$ac_cv_exeext
3377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
32743378 $as_echo "$ac_cv_exeext" >&6; }
32753379
32763380 rm -f conftest.$ac_ext
32773381 EXEEXT=$ac_cv_exeext
32783382 ac_exeext=$EXEEXT
3279 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
3383 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3384 /* end confdefs.h. */
3385 #include <stdio.h>
3386 int
3387 main ()
3388 {
3389 FILE *f = fopen ("conftest.out", "w");
3390 return ferror (f) || fclose (f) != 0;
3391
3392 ;
3393 return 0;
3394 }
3395 _ACEOF
3396 ac_clean_files="$ac_clean_files conftest.out"
3397 # Check that the compiler produces executables we can run. If not, either
3398 # the compiler is broken, or we cross compile.
3399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3400 $as_echo_n "checking whether we are cross compiling... " >&6; }
3401 if test "$cross_compiling" != yes; then
3402 { { ac_try="$ac_link"
3403 case "(($ac_try" in
3404 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3405 *) ac_try_echo=$ac_try;;
3406 esac
3407 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3408 $as_echo "$ac_try_echo"; } >&5
3409 (eval "$ac_link") 2>&5
3410 ac_status=$?
3411 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3412 test $ac_status = 0; }
3413 if { ac_try='./conftest$ac_cv_exeext'
3414 { { case "(($ac_try" in
3415 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3416 *) ac_try_echo=$ac_try;;
3417 esac
3418 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3419 $as_echo "$ac_try_echo"; } >&5
3420 (eval "$ac_try") 2>&5
3421 ac_status=$?
3422 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3423 test $ac_status = 0; }; }; then
3424 cross_compiling=no
3425 else
3426 if test "$cross_compiling" = maybe; then
3427 cross_compiling=yes
3428 else
3429 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3430 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3431 as_fn_error "cannot run C compiled programs.
3432 If you meant to cross compile, use \`--host'.
3433 See \`config.log' for more details." "$LINENO" 5; }
3434 fi
3435 fi
3436 fi
3437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3438 $as_echo "$cross_compiling" >&6; }
3439
3440 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3441 ac_clean_files=$ac_clean_files_save
3442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
32803443 $as_echo_n "checking for suffix of object files... " >&6; }
3281 if test "${ac_cv_objext+set}" = set; then
3444 if test "${ac_cv_objext+set}" = set; then :
32823445 $as_echo_n "(cached) " >&6
32833446 else
3284 cat >conftest.$ac_ext <<_ACEOF
3285 /* confdefs.h. */
3286 _ACEOF
3287 cat confdefs.h >>conftest.$ac_ext
3288 cat >>conftest.$ac_ext <<_ACEOF
3447 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
32893448 /* end confdefs.h. */
32903449
32913450 int
32973456 }
32983457 _ACEOF
32993458 rm -f conftest.o conftest.obj
3300 if { (ac_try="$ac_compile"
3459 if { { ac_try="$ac_compile"
33013460 case "(($ac_try" in
33023461 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33033462 *) ac_try_echo=$ac_try;;
33043463 esac
3305 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3306 $as_echo "$ac_try_echo") >&5
3464 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3465 $as_echo "$ac_try_echo"; } >&5
33073466 (eval "$ac_compile") 2>&5
33083467 ac_status=$?
3309 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3310 (exit $ac_status); }; then
3468 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3469 test $ac_status = 0; }; then :
33113470 for ac_file in conftest.o conftest.obj conftest.*; do
33123471 test -f "$ac_file" || continue;
33133472 case $ac_file in
33203479 $as_echo "$as_me: failed program was:" >&5
33213480 sed 's/^/| /' conftest.$ac_ext >&5
33223481
3323 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3482 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
33243483 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3325 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
3326 See \`config.log' for more details." >&5
3327 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
3328 See \`config.log' for more details." >&2;}
3329 { (exit 1); exit 1; }; }; }
3330 fi
3331
3484 as_fn_error "cannot compute suffix of object files: cannot compile
3485 See \`config.log' for more details." "$LINENO" 5; }
3486 fi
33323487 rm -f conftest.$ac_cv_objext conftest.$ac_ext
33333488 fi
3334 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
33353490 $as_echo "$ac_cv_objext" >&6; }
33363491 OBJEXT=$ac_cv_objext
33373492 ac_objext=$OBJEXT
3338 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
33393494 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3340 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3495 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
33413496 $as_echo_n "(cached) " >&6
33423497 else
3343 cat >conftest.$ac_ext <<_ACEOF
3344 /* confdefs.h. */
3345 _ACEOF
3346 cat confdefs.h >>conftest.$ac_ext
3347 cat >>conftest.$ac_ext <<_ACEOF
3498 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
33483499 /* end confdefs.h. */
33493500
33503501 int
33583509 return 0;
33593510 }
33603511 _ACEOF
3361 rm -f conftest.$ac_objext
3362 if { (ac_try="$ac_compile"
3363 case "(($ac_try" in
3364 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3365 *) ac_try_echo=$ac_try;;
3366 esac
3367 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3368 $as_echo "$ac_try_echo") >&5
3369 (eval "$ac_compile") 2>conftest.er1
3370 ac_status=$?
3371 grep -v '^ *+' conftest.er1 >conftest.err
3372 rm -f conftest.er1
3373 cat conftest.err >&5
3374 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3375 (exit $ac_status); } && {
3376 test -z "$ac_c_werror_flag" ||
3377 test ! -s conftest.err
3378 } && test -s conftest.$ac_objext; then
3512 if ac_fn_c_try_compile "$LINENO"; then :
33793513 ac_compiler_gnu=yes
33803514 else
3381 $as_echo "$as_me: failed program was:" >&5
3382 sed 's/^/| /' conftest.$ac_ext >&5
3383
3384 ac_compiler_gnu=no
3385 fi
3386
3515 ac_compiler_gnu=no
3516 fi
33873517 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33883518 ac_cv_c_compiler_gnu=$ac_compiler_gnu
33893519
33903520 fi
3391 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
33923522 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
33933523 if test $ac_compiler_gnu = yes; then
33943524 GCC=yes
33973527 fi
33983528 ac_test_CFLAGS=${CFLAGS+set}
33993529 ac_save_CFLAGS=$CFLAGS
3400 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3530 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
34013531 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3402 if test "${ac_cv_prog_cc_g+set}" = set; then
3532 if test "${ac_cv_prog_cc_g+set}" = set; then :
34033533 $as_echo_n "(cached) " >&6
34043534 else
34053535 ac_save_c_werror_flag=$ac_c_werror_flag
34063536 ac_c_werror_flag=yes
34073537 ac_cv_prog_cc_g=no
34083538 CFLAGS="-g"
3409 cat >conftest.$ac_ext <<_ACEOF
3410 /* confdefs.h. */
3411 _ACEOF
3412 cat confdefs.h >>conftest.$ac_ext
3413 cat >>conftest.$ac_ext <<_ACEOF
3539 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
34143540 /* end confdefs.h. */
34153541
34163542 int
34213547 return 0;
34223548 }
34233549 _ACEOF
3424 rm -f conftest.$ac_objext
3425 if { (ac_try="$ac_compile"
3426 case "(($ac_try" in
3427 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3428 *) ac_try_echo=$ac_try;;
3429 esac
3430 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3431 $as_echo "$ac_try_echo") >&5
3432 (eval "$ac_compile") 2>conftest.er1
3433 ac_status=$?
3434 grep -v '^ *+' conftest.er1 >conftest.err
3435 rm -f conftest.er1
3436 cat conftest.err >&5
3437 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3438 (exit $ac_status); } && {
3439 test -z "$ac_c_werror_flag" ||
3440 test ! -s conftest.err
3441 } && test -s conftest.$ac_objext; then
3550 if ac_fn_c_try_compile "$LINENO"; then :
34423551 ac_cv_prog_cc_g=yes
34433552 else
3444 $as_echo "$as_me: failed program was:" >&5
3445 sed 's/^/| /' conftest.$ac_ext >&5
3446
3447 CFLAGS=""
3448 cat >conftest.$ac_ext <<_ACEOF
3449 /* confdefs.h. */
3450 _ACEOF
3451 cat confdefs.h >>conftest.$ac_ext
3452 cat >>conftest.$ac_ext <<_ACEOF
3553 CFLAGS=""
3554 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
34533555 /* end confdefs.h. */
34543556
34553557 int
34603562 return 0;
34613563 }
34623564 _ACEOF
3463 rm -f conftest.$ac_objext
3464 if { (ac_try="$ac_compile"
3465 case "(($ac_try" in
3466 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3467 *) ac_try_echo=$ac_try;;
3468 esac
3469 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3470 $as_echo "$ac_try_echo") >&5
3471 (eval "$ac_compile") 2>conftest.er1
3472 ac_status=$?
3473 grep -v '^ *+' conftest.er1 >conftest.err
3474 rm -f conftest.er1
3475 cat conftest.err >&5
3476 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3477 (exit $ac_status); } && {
3478 test -z "$ac_c_werror_flag" ||
3479 test ! -s conftest.err
3480 } && test -s conftest.$ac_objext; then
3481 :
3482 else
3483 $as_echo "$as_me: failed program was:" >&5
3484 sed 's/^/| /' conftest.$ac_ext >&5
3485
3486 ac_c_werror_flag=$ac_save_c_werror_flag
3565 if ac_fn_c_try_compile "$LINENO"; then :
3566
3567 else
3568 ac_c_werror_flag=$ac_save_c_werror_flag
34873569 CFLAGS="-g"
3488 cat >conftest.$ac_ext <<_ACEOF
3489 /* confdefs.h. */
3490 _ACEOF
3491 cat confdefs.h >>conftest.$ac_ext
3492 cat >>conftest.$ac_ext <<_ACEOF
3570 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
34933571 /* end confdefs.h. */
34943572
34953573 int
35003578 return 0;
35013579 }
35023580 _ACEOF
3503 rm -f conftest.$ac_objext
3504 if { (ac_try="$ac_compile"
3505 case "(($ac_try" in
3506 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3507 *) ac_try_echo=$ac_try;;
3508 esac
3509 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3510 $as_echo "$ac_try_echo") >&5
3511 (eval "$ac_compile") 2>conftest.er1
3512 ac_status=$?
3513 grep -v '^ *+' conftest.er1 >conftest.err
3514 rm -f conftest.er1
3515 cat conftest.err >&5
3516 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3517 (exit $ac_status); } && {
3518 test -z "$ac_c_werror_flag" ||
3519 test ! -s conftest.err
3520 } && test -s conftest.$ac_objext; then
3581 if ac_fn_c_try_compile "$LINENO"; then :
35213582 ac_cv_prog_cc_g=yes
3522 else
3523 $as_echo "$as_me: failed program was:" >&5
3524 sed 's/^/| /' conftest.$ac_ext >&5
3525
3526
3527 fi
3528
3583 fi
35293584 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35303585 fi
3531
35323586 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35333587 fi
3534
35353588 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35363589 ac_c_werror_flag=$ac_save_c_werror_flag
35373590 fi
3538 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
35393592 $as_echo "$ac_cv_prog_cc_g" >&6; }
35403593 if test "$ac_test_CFLAGS" = set; then
35413594 CFLAGS=$ac_save_CFLAGS
35523605 CFLAGS=
35533606 fi
35543607 fi
3555 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3608 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
35563609 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3557 if test "${ac_cv_prog_cc_c89+set}" = set; then
3610 if test "${ac_cv_prog_cc_c89+set}" = set; then :
35583611 $as_echo_n "(cached) " >&6
35593612 else
35603613 ac_cv_prog_cc_c89=no
35613614 ac_save_CC=$CC
3562 cat >conftest.$ac_ext <<_ACEOF
3563 /* confdefs.h. */
3564 _ACEOF
3565 cat confdefs.h >>conftest.$ac_ext
3566 cat >>conftest.$ac_ext <<_ACEOF
3615 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
35673616 /* end confdefs.h. */
35683617 #include <stdarg.h>
35693618 #include <stdio.h>
36203669 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
36213670 do
36223671 CC="$ac_save_CC $ac_arg"
3623 rm -f conftest.$ac_objext
3624 if { (ac_try="$ac_compile"
3625 case "(($ac_try" in
3626 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3627 *) ac_try_echo=$ac_try;;
3628 esac
3629 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3630 $as_echo "$ac_try_echo") >&5
3631 (eval "$ac_compile") 2>conftest.er1
3632 ac_status=$?
3633 grep -v '^ *+' conftest.er1 >conftest.err
3634 rm -f conftest.er1
3635 cat conftest.err >&5
3636 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3637 (exit $ac_status); } && {
3638 test -z "$ac_c_werror_flag" ||
3639 test ! -s conftest.err
3640 } && test -s conftest.$ac_objext; then
3672 if ac_fn_c_try_compile "$LINENO"; then :
36413673 ac_cv_prog_cc_c89=$ac_arg
3642 else
3643 $as_echo "$as_me: failed program was:" >&5
3644 sed 's/^/| /' conftest.$ac_ext >&5
3645
3646
3647 fi
3648
3674 fi
36493675 rm -f core conftest.err conftest.$ac_objext
36503676 test "x$ac_cv_prog_cc_c89" != "xno" && break
36513677 done
36563682 # AC_CACHE_VAL
36573683 case "x$ac_cv_prog_cc_c89" in
36583684 x)
3659 { $as_echo "$as_me:$LINENO: result: none needed" >&5
3685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
36603686 $as_echo "none needed" >&6; } ;;
36613687 xno)
3662 { $as_echo "$as_me:$LINENO: result: unsupported" >&5
3688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
36633689 $as_echo "unsupported" >&6; } ;;
36643690 *)
36653691 CC="$CC $ac_cv_prog_cc_c89"
3666 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
36673693 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
36683694 esac
3669
3695 if test "x$ac_cv_prog_cc_c89" != xno; then :
3696
3697 fi
36703698
36713699 ac_ext=c
36723700 ac_cpp='$CPP $CPPFLAGS'
36853713 .PHONY: am__doit
36863714 END
36873715 # If we don't find an include directive, just comment out the code.
3688 { $as_echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
3716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
36893717 $as_echo_n "checking for style of include used by $am_make... " >&6; }
36903718 am__include="#"
36913719 am__quote=
37133741 fi
37143742
37153743
3716 { $as_echo "$as_me:$LINENO: result: $_am_result" >&5
3744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
37173745 $as_echo "$_am_result" >&6; }
37183746 rm -f confinc confmf
37193747
37203748 # Check whether --enable-dependency-tracking was given.
3721 if test "${enable_dependency_tracking+set}" = set; then
3749 if test "${enable_dependency_tracking+set}" = set; then :
37223750 enableval=$enable_dependency_tracking;
37233751 fi
37243752
37383766
37393767 depcc="$CC" am_compiler_list=
37403768
3741 { $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
37423770 $as_echo_n "checking dependency style of $depcc... " >&6; }
3743 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
3771 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
37443772 $as_echo_n "(cached) " >&6
37453773 else
37463774 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
38483876 fi
38493877
38503878 fi
3851 { $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
38523880 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
38533881 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
38543882
38693897 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38703898 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38713899 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3872 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
38733901 $as_echo_n "checking how to run the C preprocessor... " >&6; }
38743902 # On Suns, sometimes $CPP names a directory.
38753903 if test -n "$CPP" && test -d "$CPP"; then
38763904 CPP=
38773905 fi
38783906 if test -z "$CPP"; then
3879 if test "${ac_cv_prog_CPP+set}" = set; then
3907 if test "${ac_cv_prog_CPP+set}" = set; then :
38803908 $as_echo_n "(cached) " >&6
38813909 else
38823910 # Double quotes because CPP needs to be expanded
38913919 # <limits.h> exists even on freestanding compilers.
38923920 # On the NeXT, cc -E runs the code through the compiler's parser,
38933921 # not just through cpp. "Syntax error" is here to catch this case.
3894 cat >conftest.$ac_ext <<_ACEOF
3895 /* confdefs.h. */
3896 _ACEOF
3897 cat confdefs.h >>conftest.$ac_ext
3898 cat >>conftest.$ac_ext <<_ACEOF
3922 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
38993923 /* end confdefs.h. */
39003924 #ifdef __STDC__
39013925 # include <limits.h>
39043928 #endif
39053929 Syntax error
39063930 _ACEOF
3907 if { (ac_try="$ac_cpp conftest.$ac_ext"
3908 case "(($ac_try" in
3909 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3910 *) ac_try_echo=$ac_try;;
3911 esac
3912 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3913 $as_echo "$ac_try_echo") >&5
3914 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3915 ac_status=$?
3916 grep -v '^ *+' conftest.er1 >conftest.err
3917 rm -f conftest.er1
3918 cat conftest.err >&5
3919 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3920 (exit $ac_status); } >/dev/null && {
3921 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3922 test ! -s conftest.err
3923 }; then
3924 :
3925 else
3926 $as_echo "$as_me: failed program was:" >&5
3927 sed 's/^/| /' conftest.$ac_ext >&5
3928
3931 if ac_fn_c_try_cpp "$LINENO"; then :
3932
3933 else
39293934 # Broken: fails on valid input.
39303935 continue
39313936 fi
3932
39333937 rm -f conftest.err conftest.$ac_ext
39343938
39353939 # OK, works on sane cases. Now check whether nonexistent headers
39363940 # can be detected and how.
3937 cat >conftest.$ac_ext <<_ACEOF
3938 /* confdefs.h. */
3939 _ACEOF
3940 cat confdefs.h >>conftest.$ac_ext
3941 cat >>conftest.$ac_ext <<_ACEOF
3941 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
39423942 /* end confdefs.h. */
39433943 #include <ac_nonexistent.h>
39443944 _ACEOF
3945 if { (ac_try="$ac_cpp conftest.$ac_ext"
3946 case "(($ac_try" in
3947 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3948 *) ac_try_echo=$ac_try;;
3949 esac
3950 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3951 $as_echo "$ac_try_echo") >&5
3952 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3953 ac_status=$?
3954 grep -v '^ *+' conftest.er1 >conftest.err
3955 rm -f conftest.er1
3956 cat conftest.err >&5
3957 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3958 (exit $ac_status); } >/dev/null && {
3959 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3960 test ! -s conftest.err
3961 }; then
3945 if ac_fn_c_try_cpp "$LINENO"; then :
39623946 # Broken: success on invalid input.
39633947 continue
39643948 else
3965 $as_echo "$as_me: failed program was:" >&5
3966 sed 's/^/| /' conftest.$ac_ext >&5
3967
39683949 # Passes both tests.
39693950 ac_preproc_ok=:
39703951 break
39713952 fi
3972
39733953 rm -f conftest.err conftest.$ac_ext
39743954
39753955 done
39763956 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
39773957 rm -f conftest.err conftest.$ac_ext
3978 if $ac_preproc_ok; then
3958 if $ac_preproc_ok; then :
39793959 break
39803960 fi
39813961
39873967 else
39883968 ac_cv_prog_CPP=$CPP
39893969 fi
3990 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
3970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
39913971 $as_echo "$CPP" >&6; }
39923972 ac_preproc_ok=false
39933973 for ac_c_preproc_warn_flag in '' yes
39983978 # <limits.h> exists even on freestanding compilers.
39993979 # On the NeXT, cc -E runs the code through the compiler's parser,
40003980 # not just through cpp. "Syntax error" is here to catch this case.
4001 cat >conftest.$ac_ext <<_ACEOF
4002 /* confdefs.h. */
4003 _ACEOF
4004 cat confdefs.h >>conftest.$ac_ext
4005 cat >>conftest.$ac_ext <<_ACEOF
3981 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
40063982 /* end confdefs.h. */
40073983 #ifdef __STDC__
40083984 # include <limits.h>
40113987 #endif
40123988 Syntax error
40133989 _ACEOF
4014 if { (ac_try="$ac_cpp conftest.$ac_ext"
4015 case "(($ac_try" in
4016 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4017 *) ac_try_echo=$ac_try;;
4018 esac
4019 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4020 $as_echo "$ac_try_echo") >&5
4021 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4022 ac_status=$?
4023 grep -v '^ *+' conftest.er1 >conftest.err
4024 rm -f conftest.er1
4025 cat conftest.err >&5
4026 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4027 (exit $ac_status); } >/dev/null && {
4028 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4029 test ! -s conftest.err
4030 }; then
4031 :
4032 else
4033 $as_echo "$as_me: failed program was:" >&5
4034 sed 's/^/| /' conftest.$ac_ext >&5
4035
3990 if ac_fn_c_try_cpp "$LINENO"; then :
3991
3992 else
40363993 # Broken: fails on valid input.
40373994 continue
40383995 fi
4039
40403996 rm -f conftest.err conftest.$ac_ext
40413997
40423998 # OK, works on sane cases. Now check whether nonexistent headers
40433999 # can be detected and how.
4044 cat >conftest.$ac_ext <<_ACEOF
4045 /* confdefs.h. */
4046 _ACEOF
4047 cat confdefs.h >>conftest.$ac_ext
4048 cat >>conftest.$ac_ext <<_ACEOF
4000 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
40494001 /* end confdefs.h. */
40504002 #include <ac_nonexistent.h>
40514003 _ACEOF
4052 if { (ac_try="$ac_cpp conftest.$ac_ext"
4053 case "(($ac_try" in
4054 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4055 *) ac_try_echo=$ac_try;;
4056 esac
4057 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4058 $as_echo "$ac_try_echo") >&5
4059 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4060 ac_status=$?
4061 grep -v '^ *+' conftest.er1 >conftest.err
4062 rm -f conftest.er1
4063 cat conftest.err >&5
4064 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4065 (exit $ac_status); } >/dev/null && {
4066 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4067 test ! -s conftest.err
4068 }; then
4004 if ac_fn_c_try_cpp "$LINENO"; then :
40694005 # Broken: success on invalid input.
40704006 continue
40714007 else
4072 $as_echo "$as_me: failed program was:" >&5
4073 sed 's/^/| /' conftest.$ac_ext >&5
4074
40754008 # Passes both tests.
40764009 ac_preproc_ok=:
40774010 break
40784011 fi
4079
40804012 rm -f conftest.err conftest.$ac_ext
40814013
40824014 done
40834015 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
40844016 rm -f conftest.err conftest.$ac_ext
4085 if $ac_preproc_ok; then
4086 :
4087 else
4088 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
4017 if $ac_preproc_ok; then :
4018
4019 else
4020 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
40894021 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4090 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
4091 See \`config.log' for more details." >&5
4092 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
4093 See \`config.log' for more details." >&2;}
4094 { (exit 1); exit 1; }; }; }
4022 as_fn_error "C preprocessor \"$CPP\" fails sanity check
4023 See \`config.log' for more details." "$LINENO" 5; }
40954024 fi
40964025
40974026 ac_ext=c
41014030 ac_compiler_gnu=$ac_cv_c_compiler_gnu
41024031
41034032
4104 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
41054034 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4106 if test "${ac_cv_path_GREP+set}" = set; then
4035 if test "${ac_cv_path_GREP+set}" = set; then :
41074036 $as_echo_n "(cached) " >&6
41084037 else
41094038 if test -z "$GREP"; then
41144043 do
41154044 IFS=$as_save_IFS
41164045 test -z "$as_dir" && as_dir=.
4117 for ac_prog in grep ggrep; do
4046 for ac_prog in grep ggrep; do
41184047 for ac_exec_ext in '' $ac_executable_extensions; do
41194048 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
41204049 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
41344063 $as_echo 'GREP' >> "conftest.nl"
41354064 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
41364065 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4137 ac_count=`expr $ac_count + 1`
4066 as_fn_arith $ac_count + 1 && ac_count=$as_val
41384067 if test $ac_count -gt ${ac_path_GREP_max-0}; then
41394068 # Best one so far, save it but keep looking for a better one
41404069 ac_cv_path_GREP="$ac_path_GREP"
41494078 $ac_path_GREP_found && break 3
41504079 done
41514080 done
4152 done
4081 done
41534082 IFS=$as_save_IFS
41544083 if test -z "$ac_cv_path_GREP"; then
4155 { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4156 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4157 { (exit 1); exit 1; }; }
4084 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
41584085 fi
41594086 else
41604087 ac_cv_path_GREP=$GREP
41614088 fi
41624089
41634090 fi
4164 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
41654092 $as_echo "$ac_cv_path_GREP" >&6; }
41664093 GREP="$ac_cv_path_GREP"
41674094
41684095
4169 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
4096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
41704097 $as_echo_n "checking for egrep... " >&6; }
4171 if test "${ac_cv_path_EGREP+set}" = set; then
4098 if test "${ac_cv_path_EGREP+set}" = set; then :
41724099 $as_echo_n "(cached) " >&6
41734100 else
41744101 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
41824109 do
41834110 IFS=$as_save_IFS
41844111 test -z "$as_dir" && as_dir=.
4185 for ac_prog in egrep; do
4112 for ac_prog in egrep; do
41864113 for ac_exec_ext in '' $ac_executable_extensions; do
41874114 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
41884115 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
42024129 $as_echo 'EGREP' >> "conftest.nl"
42034130 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
42044131 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4205 ac_count=`expr $ac_count + 1`
4132 as_fn_arith $ac_count + 1 && ac_count=$as_val
42064133 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
42074134 # Best one so far, save it but keep looking for a better one
42084135 ac_cv_path_EGREP="$ac_path_EGREP"
42174144 $ac_path_EGREP_found && break 3
42184145 done
42194146 done
4220 done
4147 done
42214148 IFS=$as_save_IFS
42224149 if test -z "$ac_cv_path_EGREP"; then
4223 { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4224 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4225 { (exit 1); exit 1; }; }
4150 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
42264151 fi
42274152 else
42284153 ac_cv_path_EGREP=$EGREP
42304155
42314156 fi
42324157 fi
4233 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
42344159 $as_echo "$ac_cv_path_EGREP" >&6; }
42354160 EGREP="$ac_cv_path_EGREP"
42364161
42374162
4238 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
4163 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
42394164 $as_echo_n "checking for ANSI C header files... " >&6; }
4240 if test "${ac_cv_header_stdc+set}" = set; then
4165 if test "${ac_cv_header_stdc+set}" = set; then :
42414166 $as_echo_n "(cached) " >&6
42424167 else
4243 cat >conftest.$ac_ext <<_ACEOF
4244 /* confdefs.h. */
4245 _ACEOF
4246 cat confdefs.h >>conftest.$ac_ext
4247 cat >>conftest.$ac_ext <<_ACEOF
4168 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42484169 /* end confdefs.h. */
42494170 #include <stdlib.h>
42504171 #include <stdarg.h>
42594180 return 0;
42604181 }
42614182 _ACEOF
4262 rm -f conftest.$ac_objext
4263 if { (ac_try="$ac_compile"
4264 case "(($ac_try" in
4265 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4266 *) ac_try_echo=$ac_try;;
4267 esac
4268 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4269 $as_echo "$ac_try_echo") >&5
4270 (eval "$ac_compile") 2>conftest.er1
4271 ac_status=$?
4272 grep -v '^ *+' conftest.er1 >conftest.err
4273 rm -f conftest.er1
4274 cat conftest.err >&5
4275 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4276 (exit $ac_status); } && {
4277 test -z "$ac_c_werror_flag" ||
4278 test ! -s conftest.err
4279 } && test -s conftest.$ac_objext; then
4183 if ac_fn_c_try_compile "$LINENO"; then :
42804184 ac_cv_header_stdc=yes
42814185 else
4282 $as_echo "$as_me: failed program was:" >&5
4283 sed 's/^/| /' conftest.$ac_ext >&5
4284
4285 ac_cv_header_stdc=no
4286 fi
4287
4186 ac_cv_header_stdc=no
4187 fi
42884188 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42894189
42904190 if test $ac_cv_header_stdc = yes; then
42914191 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4292 cat >conftest.$ac_ext <<_ACEOF
4293 /* confdefs.h. */
4294 _ACEOF
4295 cat confdefs.h >>conftest.$ac_ext
4296 cat >>conftest.$ac_ext <<_ACEOF
4192 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42974193 /* end confdefs.h. */
42984194 #include <string.h>
42994195
43004196 _ACEOF
43014197 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4302 $EGREP "memchr" >/dev/null 2>&1; then
4303 :
4198 $EGREP "memchr" >/dev/null 2>&1; then :
4199
43044200 else
43054201 ac_cv_header_stdc=no
43064202 fi
43104206
43114207 if test $ac_cv_header_stdc = yes; then
43124208 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4313 cat >conftest.$ac_ext <<_ACEOF
4314 /* confdefs.h. */
4315 _ACEOF
4316 cat confdefs.h >>conftest.$ac_ext
4317 cat >>conftest.$ac_ext <<_ACEOF
4209 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
43184210 /* end confdefs.h. */
43194211 #include <stdlib.h>
43204212
43214213 _ACEOF
43224214 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4323 $EGREP "free" >/dev/null 2>&1; then
4324 :
4215 $EGREP "free" >/dev/null 2>&1; then :
4216
43254217 else
43264218 ac_cv_header_stdc=no
43274219 fi
43314223
43324224 if test $ac_cv_header_stdc = yes; then
43334225 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4334 if test "$cross_compiling" = yes; then
4226 if test "$cross_compiling" = yes; then :
43354227 :
43364228 else
4337 cat >conftest.$ac_ext <<_ACEOF
4338 /* confdefs.h. */
4339 _ACEOF
4340 cat confdefs.h >>conftest.$ac_ext
4341 cat >>conftest.$ac_ext <<_ACEOF
4229 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
43424230 /* end confdefs.h. */
43434231 #include <ctype.h>
43444232 #include <stdlib.h>
43654253 return 0;
43664254 }
43674255 _ACEOF
4368 rm -f conftest$ac_exeext
4369 if { (ac_try="$ac_link"
4370 case "(($ac_try" in
4371 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4372 *) ac_try_echo=$ac_try;;
4373 esac
4374 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4375 $as_echo "$ac_try_echo") >&5
4376 (eval "$ac_link") 2>&5
4377 ac_status=$?
4378 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4379 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
4380 { (case "(($ac_try" in
4381 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4382 *) ac_try_echo=$ac_try;;
4383 esac
4384 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4385 $as_echo "$ac_try_echo") >&5
4386 (eval "$ac_try") 2>&5
4387 ac_status=$?
4388 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4389 (exit $ac_status); }; }; then
4390 :
4391 else
4392 $as_echo "$as_me: program exited with status $ac_status" >&5
4393 $as_echo "$as_me: failed program was:" >&5
4394 sed 's/^/| /' conftest.$ac_ext >&5
4395
4396 ( exit $ac_status )
4397 ac_cv_header_stdc=no
4398 fi
4399 rm -rf conftest.dSYM
4400 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
4401 fi
4402
4403
4404 fi
4405 fi
4406 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
4256 if ac_fn_c_try_run "$LINENO"; then :
4257
4258 else
4259 ac_cv_header_stdc=no
4260 fi
4261 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4262 conftest.$ac_objext conftest.beam conftest.$ac_ext
4263 fi
4264
4265 fi
4266 fi
4267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
44074268 $as_echo "$ac_cv_header_stdc" >&6; }
44084269 if test $ac_cv_header_stdc = yes; then
44094270
4410 cat >>confdefs.h <<\_ACEOF
4411 #define STDC_HEADERS 1
4412 _ACEOF
4271 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
44134272
44144273 fi
44154274
44164275 case `pwd` in
44174276 *\ * | *\ *)
4418 { $as_echo "$as_me:$LINENO: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
4277 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
44194278 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
44204279 esac
44214280
44404299
44414300 # Make sure we can run config.sub.
44424301 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4443 { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
4444 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
4445 { (exit 1); exit 1; }; }
4446
4447 { $as_echo "$as_me:$LINENO: checking build system type" >&5
4302 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4303
4304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
44484305 $as_echo_n "checking build system type... " >&6; }
4449 if test "${ac_cv_build+set}" = set; then
4306 if test "${ac_cv_build+set}" = set; then :
44504307 $as_echo_n "(cached) " >&6
44514308 else
44524309 ac_build_alias=$build_alias
44534310 test "x$ac_build_alias" = x &&
44544311 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
44554312 test "x$ac_build_alias" = x &&
4456 { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
4457 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
4458 { (exit 1); exit 1; }; }
4313 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
44594314 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4460 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
4461 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
4462 { (exit 1); exit 1; }; }
4463
4464 fi
4465 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
4315 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4316
4317 fi
4318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
44664319 $as_echo "$ac_cv_build" >&6; }
44674320 case $ac_cv_build in
44684321 *-*-*) ;;
4469 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
4470 $as_echo "$as_me: error: invalid value of canonical build" >&2;}
4471 { (exit 1); exit 1; }; };;
4322 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
44724323 esac
44734324 build=$ac_cv_build
44744325 ac_save_IFS=$IFS; IFS='-'
44844335 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
44854336
44864337
4487 { $as_echo "$as_me:$LINENO: checking host system type" >&5
4338 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
44884339 $as_echo_n "checking host system type... " >&6; }
4489 if test "${ac_cv_host+set}" = set; then
4340 if test "${ac_cv_host+set}" = set; then :
44904341 $as_echo_n "(cached) " >&6
44914342 else
44924343 if test "x$host_alias" = x; then
44934344 ac_cv_host=$ac_cv_build
44944345 else
44954346 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4496 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
4497 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
4498 { (exit 1); exit 1; }; }
4499 fi
4500
4501 fi
4502 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
4347 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
4348 fi
4349
4350 fi
4351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
45034352 $as_echo "$ac_cv_host" >&6; }
45044353 case $ac_cv_host in
45054354 *-*-*) ;;
4506 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
4507 $as_echo "$as_me: error: invalid value of canonical host" >&2;}
4508 { (exit 1); exit 1; }; };;
4355 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
45094356 esac
45104357 host=$ac_cv_host
45114358 ac_save_IFS=$IFS; IFS='-'
45214368 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
45224369
45234370
4524 { $as_echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
4371 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
45254372 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
4526 if test "${ac_cv_path_SED+set}" = set; then
4373 if test "${ac_cv_path_SED+set}" = set; then :
45274374 $as_echo_n "(cached) " >&6
45284375 else
45294376 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
45314378 ac_script="$ac_script$as_nl$ac_script"
45324379 done
45334380 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4534 $as_unset ac_script || ac_script=
4381 { ac_script=; unset ac_script;}
45354382 if test -z "$SED"; then
45364383 ac_path_SED_found=false
45374384 # Loop through the user's path and test for each of PROGNAME-LIST
45404387 do
45414388 IFS=$as_save_IFS
45424389 test -z "$as_dir" && as_dir=.
4543 for ac_prog in sed gsed; do
4390 for ac_prog in sed gsed; do
45444391 for ac_exec_ext in '' $ac_executable_extensions; do
45454392 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
45464393 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
45604407 $as_echo '' >> "conftest.nl"
45614408 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
45624409 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4563 ac_count=`expr $ac_count + 1`
4410 as_fn_arith $ac_count + 1 && ac_count=$as_val
45644411 if test $ac_count -gt ${ac_path_SED_max-0}; then
45654412 # Best one so far, save it but keep looking for a better one
45664413 ac_cv_path_SED="$ac_path_SED"
45754422 $ac_path_SED_found && break 3
45764423 done
45774424 done
4578 done
4425 done
45794426 IFS=$as_save_IFS
45804427 if test -z "$ac_cv_path_SED"; then
4581 { { $as_echo "$as_me:$LINENO: error: no acceptable sed could be found in \$PATH" >&5
4582 $as_echo "$as_me: error: no acceptable sed could be found in \$PATH" >&2;}
4583 { (exit 1); exit 1; }; }
4428 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
45844429 fi
45854430 else
45864431 ac_cv_path_SED=$SED
45874432 fi
45884433
45894434 fi
4590 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_SED" >&5
4435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
45914436 $as_echo "$ac_cv_path_SED" >&6; }
45924437 SED="$ac_cv_path_SED"
45934438 rm -f conftest.sed
46054450
46064451
46074452
4608 { $as_echo "$as_me:$LINENO: checking for fgrep" >&5
4453 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
46094454 $as_echo_n "checking for fgrep... " >&6; }
4610 if test "${ac_cv_path_FGREP+set}" = set; then
4455 if test "${ac_cv_path_FGREP+set}" = set; then :
46114456 $as_echo_n "(cached) " >&6
46124457 else
46134458 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
46214466 do
46224467 IFS=$as_save_IFS
46234468 test -z "$as_dir" && as_dir=.
4624 for ac_prog in fgrep; do
4469 for ac_prog in fgrep; do
46254470 for ac_exec_ext in '' $ac_executable_extensions; do
46264471 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
46274472 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
46414486 $as_echo 'FGREP' >> "conftest.nl"
46424487 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
46434488 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4644 ac_count=`expr $ac_count + 1`
4489 as_fn_arith $ac_count + 1 && ac_count=$as_val
46454490 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
46464491 # Best one so far, save it but keep looking for a better one
46474492 ac_cv_path_FGREP="$ac_path_FGREP"
46564501 $ac_path_FGREP_found && break 3
46574502 done
46584503 done
4659 done
4504 done
46604505 IFS=$as_save_IFS
46614506 if test -z "$ac_cv_path_FGREP"; then
4662 { { $as_echo "$as_me:$LINENO: error: no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4663 $as_echo "$as_me: error: no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4664 { (exit 1); exit 1; }; }
4507 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
46654508 fi
46664509 else
46674510 ac_cv_path_FGREP=$FGREP
46694512
46704513 fi
46714514 fi
4672 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_FGREP" >&5
4515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
46734516 $as_echo "$ac_cv_path_FGREP" >&6; }
46744517 FGREP="$ac_cv_path_FGREP"
46754518
46954538
46964539
46974540 # Check whether --with-gnu-ld was given.
4698 if test "${with_gnu_ld+set}" = set; then
4541 if test "${with_gnu_ld+set}" = set; then :
46994542 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
47004543 else
47014544 with_gnu_ld=no
47044547 ac_prog=ld
47054548 if test "$GCC" = yes; then
47064549 # Check if gcc -print-prog-name=ld gives a path.
4707 { $as_echo "$as_me:$LINENO: checking for ld used by $CC" >&5
4550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
47084551 $as_echo_n "checking for ld used by $CC... " >&6; }
47094552 case $host in
47104553 *-*-mingw*)
47344577 ;;
47354578 esac
47364579 elif test "$with_gnu_ld" = yes; then
4737 { $as_echo "$as_me:$LINENO: checking for GNU ld" >&5
4580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
47384581 $as_echo_n "checking for GNU ld... " >&6; }
47394582 else
4740 { $as_echo "$as_me:$LINENO: checking for non-GNU ld" >&5
4583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
47414584 $as_echo_n "checking for non-GNU ld... " >&6; }
47424585 fi
4743 if test "${lt_cv_path_LD+set}" = set; then
4586 if test "${lt_cv_path_LD+set}" = set; then :
47444587 $as_echo_n "(cached) " >&6
47454588 else
47464589 if test -z "$LD"; then
47714614
47724615 LD="$lt_cv_path_LD"
47734616 if test -n "$LD"; then
4774 { $as_echo "$as_me:$LINENO: result: $LD" >&5
4617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
47754618 $as_echo "$LD" >&6; }
47764619 else
4777 { $as_echo "$as_me:$LINENO: result: no" >&5
4620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
47784621 $as_echo "no" >&6; }
47794622 fi
4780 test -z "$LD" && { { $as_echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
4781 $as_echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
4782 { (exit 1); exit 1; }; }
4783 { $as_echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
4623 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
4624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
47844625 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4785 if test "${lt_cv_prog_gnu_ld+set}" = set; then
4626 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
47864627 $as_echo_n "(cached) " >&6
47874628 else
47884629 # I'd rather use --version here, but apparently some GNU lds only accept -v.
47954636 ;;
47964637 esac
47974638 fi
4798 { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
4639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
47994640 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
48004641 with_gnu_ld=$lt_cv_prog_gnu_ld
48014642
48074648
48084649
48094650
4810 { $as_echo "$as_me:$LINENO: checking for BSD- or MS-compatible name lister (nm)" >&5
4651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
48114652 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
4812 if test "${lt_cv_path_NM+set}" = set; then
4653 if test "${lt_cv_path_NM+set}" = set; then :
48134654 $as_echo_n "(cached) " >&6
48144655 else
48154656 if test -n "$NM"; then
48564697 : ${lt_cv_path_NM=no}
48574698 fi
48584699 fi
4859 { $as_echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
4700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
48604701 $as_echo "$lt_cv_path_NM" >&6; }
48614702 if test "$lt_cv_path_NM" != "no"; then
48624703 NM="$lt_cv_path_NM"
48674708 do
48684709 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
48694710 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4870 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
48714712 $as_echo_n "checking for $ac_word... " >&6; }
4872 if test "${ac_cv_prog_DUMPBIN+set}" = set; then
4713 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
48734714 $as_echo_n "(cached) " >&6
48744715 else
48754716 if test -n "$DUMPBIN"; then
48804721 do
48814722 IFS=$as_save_IFS
48824723 test -z "$as_dir" && as_dir=.
4883 for ac_exec_ext in '' $ac_executable_extensions; do
4724 for ac_exec_ext in '' $ac_executable_extensions; do
48844725 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
48854726 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4886 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4727 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
48874728 break 2
48884729 fi
48894730 done
4890 done
4731 done
48914732 IFS=$as_save_IFS
48924733
48934734 fi
48944735 fi
48954736 DUMPBIN=$ac_cv_prog_DUMPBIN
48964737 if test -n "$DUMPBIN"; then
4897 { $as_echo "$as_me:$LINENO: result: $DUMPBIN" >&5
4738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
48984739 $as_echo "$DUMPBIN" >&6; }
48994740 else
4900 { $as_echo "$as_me:$LINENO: result: no" >&5
4741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
49014742 $as_echo "no" >&6; }
49024743 fi
49034744
49114752 do
49124753 # Extract the first word of "$ac_prog", so it can be a program name with args.
49134754 set dummy $ac_prog; ac_word=$2
4914 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
49154756 $as_echo_n "checking for $ac_word... " >&6; }
4916 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then
4757 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
49174758 $as_echo_n "(cached) " >&6
49184759 else
49194760 if test -n "$ac_ct_DUMPBIN"; then
49244765 do
49254766 IFS=$as_save_IFS
49264767 test -z "$as_dir" && as_dir=.
4927 for ac_exec_ext in '' $ac_executable_extensions; do
4768 for ac_exec_ext in '' $ac_executable_extensions; do
49284769 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
49294770 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4930 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4771 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
49314772 break 2
49324773 fi
49334774 done
4934 done
4775 done
49354776 IFS=$as_save_IFS
49364777
49374778 fi
49384779 fi
49394780 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
49404781 if test -n "$ac_ct_DUMPBIN"; then
4941 { $as_echo "$as_me:$LINENO: result: $ac_ct_DUMPBIN" >&5
4782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
49424783 $as_echo "$ac_ct_DUMPBIN" >&6; }
49434784 else
4944 { $as_echo "$as_me:$LINENO: result: no" >&5
4785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
49454786 $as_echo "no" >&6; }
49464787 fi
49474788
49544795 else
49554796 case $cross_compiling:$ac_tool_warned in
49564797 yes:)
4957 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4798 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
49584799 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
49594800 ac_tool_warned=yes ;;
49604801 esac
49744815
49754816
49764817
4977 { $as_echo "$as_me:$LINENO: checking the name lister ($NM) interface" >&5
4818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
49784819 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
4979 if test "${lt_cv_nm_interface+set}" = set; then
4820 if test "${lt_cv_nm_interface+set}" = set; then :
49804821 $as_echo_n "(cached) " >&6
49814822 else
49824823 lt_cv_nm_interface="BSD nm"
49834824 echo "int some_variable = 0;" > conftest.$ac_ext
4984 (eval echo "\"\$as_me:4985: $ac_compile\"" >&5)
4825 (eval echo "\"\$as_me:4826: $ac_compile\"" >&5)
49854826 (eval "$ac_compile" 2>conftest.err)
49864827 cat conftest.err >&5
4987 (eval echo "\"\$as_me:4988: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4828 (eval echo "\"\$as_me:4829: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
49884829 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
49894830 cat conftest.err >&5
4990 (eval echo "\"\$as_me:4991: output\"" >&5)
4831 (eval echo "\"\$as_me:4832: output\"" >&5)
49914832 cat conftest.out >&5
49924833 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
49934834 lt_cv_nm_interface="MS dumpbin"
49944835 fi
49954836 rm -f conftest*
49964837 fi
4997 { $as_echo "$as_me:$LINENO: result: $lt_cv_nm_interface" >&5
4838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
49984839 $as_echo "$lt_cv_nm_interface" >&6; }
49994840
5000 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
4841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
50014842 $as_echo_n "checking whether ln -s works... " >&6; }
50024843 LN_S=$as_ln_s
50034844 if test "$LN_S" = "ln -s"; then
5004 { $as_echo "$as_me:$LINENO: result: yes" >&5
4845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
50054846 $as_echo "yes" >&6; }
50064847 else
5007 { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
50084849 $as_echo "no, using $LN_S" >&6; }
50094850 fi
50104851
50114852 # find the maximum length of command line arguments
5012 { $as_echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
4853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
50134854 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5014 if test "${lt_cv_sys_max_cmd_len+set}" = set; then
4855 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
50154856 $as_echo_n "(cached) " >&6
50164857 else
50174858 i=0
51294970 fi
51304971
51314972 if test -n $lt_cv_sys_max_cmd_len ; then
5132 { $as_echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
4973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
51334974 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
51344975 else
5135 { $as_echo "$as_me:$LINENO: result: none" >&5
4976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
51364977 $as_echo "none" >&6; }
51374978 fi
51384979 max_cmd_len=$lt_cv_sys_max_cmd_len
51464987 : ${MV="mv -f"}
51474988 : ${RM="rm -f"}
51484989
5149 { $as_echo "$as_me:$LINENO: checking whether the shell understands some XSI constructs" >&5
4990 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
51504991 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
51514992 # Try some XSI features
51524993 xsi_shell=no
51564997 && eval 'test $(( 1 + 1 )) -eq 2 \
51574998 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
51584999 && xsi_shell=yes
5159 { $as_echo "$as_me:$LINENO: result: $xsi_shell" >&5
5000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
51605001 $as_echo "$xsi_shell" >&6; }
51615002
51625003
5163 { $as_echo "$as_me:$LINENO: checking whether the shell understands \"+=\"" >&5
5004 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
51645005 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
51655006 lt_shell_append=no
51665007 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
51675008 >/dev/null 2>&1 \
51685009 && lt_shell_append=yes
5169 { $as_echo "$as_me:$LINENO: result: $lt_shell_append" >&5
5010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
51705011 $as_echo "$lt_shell_append" >&6; }
51715012
51725013
52015042
52025043
52035044
5204 { $as_echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
5045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
52055046 $as_echo_n "checking for $LD option to reload object files... " >&6; }
5206 if test "${lt_cv_ld_reload_flag+set}" = set; then
5047 if test "${lt_cv_ld_reload_flag+set}" = set; then :
52075048 $as_echo_n "(cached) " >&6
52085049 else
52095050 lt_cv_ld_reload_flag='-r'
52105051 fi
5211 { $as_echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
5052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
52125053 $as_echo "$lt_cv_ld_reload_flag" >&6; }
52135054 reload_flag=$lt_cv_ld_reload_flag
52145055 case $reload_flag in
52375078 if test -n "$ac_tool_prefix"; then
52385079 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
52395080 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5240 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
52415082 $as_echo_n "checking for $ac_word... " >&6; }
5242 if test "${ac_cv_prog_OBJDUMP+set}" = set; then
5083 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
52435084 $as_echo_n "(cached) " >&6
52445085 else
52455086 if test -n "$OBJDUMP"; then
52505091 do
52515092 IFS=$as_save_IFS
52525093 test -z "$as_dir" && as_dir=.
5253 for ac_exec_ext in '' $ac_executable_extensions; do
5094 for ac_exec_ext in '' $ac_executable_extensions; do
52545095 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
52555096 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5256 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5097 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
52575098 break 2
52585099 fi
52595100 done
5260 done
5101 done
52615102 IFS=$as_save_IFS
52625103
52635104 fi
52645105 fi
52655106 OBJDUMP=$ac_cv_prog_OBJDUMP
52665107 if test -n "$OBJDUMP"; then
5267 { $as_echo "$as_me:$LINENO: result: $OBJDUMP" >&5
5108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
52685109 $as_echo "$OBJDUMP" >&6; }
52695110 else
5270 { $as_echo "$as_me:$LINENO: result: no" >&5
5111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
52715112 $as_echo "no" >&6; }
52725113 fi
52735114
52775118 ac_ct_OBJDUMP=$OBJDUMP
52785119 # Extract the first word of "objdump", so it can be a program name with args.
52795120 set dummy objdump; ac_word=$2
5280 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
52815122 $as_echo_n "checking for $ac_word... " >&6; }
5282 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then
5123 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
52835124 $as_echo_n "(cached) " >&6
52845125 else
52855126 if test -n "$ac_ct_OBJDUMP"; then
52905131 do
52915132 IFS=$as_save_IFS
52925133 test -z "$as_dir" && as_dir=.
5293 for ac_exec_ext in '' $ac_executable_extensions; do
5134 for ac_exec_ext in '' $ac_executable_extensions; do
52945135 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
52955136 ac_cv_prog_ac_ct_OBJDUMP="objdump"
5296 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5137 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
52975138 break 2
52985139 fi
52995140 done
5300 done
5141 done
53015142 IFS=$as_save_IFS
53025143
53035144 fi
53045145 fi
53055146 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
53065147 if test -n "$ac_ct_OBJDUMP"; then
5307 { $as_echo "$as_me:$LINENO: result: $ac_ct_OBJDUMP" >&5
5148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
53085149 $as_echo "$ac_ct_OBJDUMP" >&6; }
53095150 else
5310 { $as_echo "$as_me:$LINENO: result: no" >&5
5151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
53115152 $as_echo "no" >&6; }
53125153 fi
53135154
53165157 else
53175158 case $cross_compiling:$ac_tool_warned in
53185159 yes:)
5319 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5160 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
53205161 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
53215162 ac_tool_warned=yes ;;
53225163 esac
53365177
53375178
53385179
5339 { $as_echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5
5180 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
53405181 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
5341 if test "${lt_cv_deplibs_check_method+set}" = set; then
5182 if test "${lt_cv_deplibs_check_method+set}" = set; then :
53425183 $as_echo_n "(cached) " >&6
53435184 else
53445185 lt_cv_file_magic_cmd='$MAGIC_CMD'
55325373 esac
55335374
55345375 fi
5535 { $as_echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
5376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
55365377 $as_echo "$lt_cv_deplibs_check_method" >&6; }
55375378 file_magic_cmd=$lt_cv_file_magic_cmd
55385379 deplibs_check_method=$lt_cv_deplibs_check_method
55525393 if test -n "$ac_tool_prefix"; then
55535394 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
55545395 set dummy ${ac_tool_prefix}ar; ac_word=$2
5555 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
55565397 $as_echo_n "checking for $ac_word... " >&6; }
5557 if test "${ac_cv_prog_AR+set}" = set; then
5398 if test "${ac_cv_prog_AR+set}" = set; then :
55585399 $as_echo_n "(cached) " >&6
55595400 else
55605401 if test -n "$AR"; then
55655406 do
55665407 IFS=$as_save_IFS
55675408 test -z "$as_dir" && as_dir=.
5568 for ac_exec_ext in '' $ac_executable_extensions; do
5409 for ac_exec_ext in '' $ac_executable_extensions; do
55695410 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
55705411 ac_cv_prog_AR="${ac_tool_prefix}ar"
5571 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5412 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
55725413 break 2
55735414 fi
55745415 done
5575 done
5416 done
55765417 IFS=$as_save_IFS
55775418
55785419 fi
55795420 fi
55805421 AR=$ac_cv_prog_AR
55815422 if test -n "$AR"; then
5582 { $as_echo "$as_me:$LINENO: result: $AR" >&5
5423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
55835424 $as_echo "$AR" >&6; }
55845425 else
5585 { $as_echo "$as_me:$LINENO: result: no" >&5
5426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
55865427 $as_echo "no" >&6; }
55875428 fi
55885429
55925433 ac_ct_AR=$AR
55935434 # Extract the first word of "ar", so it can be a program name with args.
55945435 set dummy ar; ac_word=$2
5595 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
55965437 $as_echo_n "checking for $ac_word... " >&6; }
5597 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5438 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
55985439 $as_echo_n "(cached) " >&6
55995440 else
56005441 if test -n "$ac_ct_AR"; then
56055446 do
56065447 IFS=$as_save_IFS
56075448 test -z "$as_dir" && as_dir=.
5608 for ac_exec_ext in '' $ac_executable_extensions; do
5449 for ac_exec_ext in '' $ac_executable_extensions; do
56095450 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
56105451 ac_cv_prog_ac_ct_AR="ar"
5611 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5452 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
56125453 break 2
56135454 fi
56145455 done
5615 done
5456 done
56165457 IFS=$as_save_IFS
56175458
56185459 fi
56195460 fi
56205461 ac_ct_AR=$ac_cv_prog_ac_ct_AR
56215462 if test -n "$ac_ct_AR"; then
5622 { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
56235464 $as_echo "$ac_ct_AR" >&6; }
56245465 else
5625 { $as_echo "$as_me:$LINENO: result: no" >&5
5466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
56265467 $as_echo "no" >&6; }
56275468 fi
56285469
56315472 else
56325473 case $cross_compiling:$ac_tool_warned in
56335474 yes:)
5634 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5475 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
56355476 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
56365477 ac_tool_warned=yes ;;
56375478 esac
56575498 if test -n "$ac_tool_prefix"; then
56585499 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
56595500 set dummy ${ac_tool_prefix}strip; ac_word=$2
5660 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
56615502 $as_echo_n "checking for $ac_word... " >&6; }
5662 if test "${ac_cv_prog_STRIP+set}" = set; then
5503 if test "${ac_cv_prog_STRIP+set}" = set; then :
56635504 $as_echo_n "(cached) " >&6
56645505 else
56655506 if test -n "$STRIP"; then
56705511 do
56715512 IFS=$as_save_IFS
56725513 test -z "$as_dir" && as_dir=.
5673 for ac_exec_ext in '' $ac_executable_extensions; do
5514 for ac_exec_ext in '' $ac_executable_extensions; do
56745515 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
56755516 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5676 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5517 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
56775518 break 2
56785519 fi
56795520 done
5680 done
5521 done
56815522 IFS=$as_save_IFS
56825523
56835524 fi
56845525 fi
56855526 STRIP=$ac_cv_prog_STRIP
56865527 if test -n "$STRIP"; then
5687 { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
5528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
56885529 $as_echo "$STRIP" >&6; }
56895530 else
5690 { $as_echo "$as_me:$LINENO: result: no" >&5
5531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
56915532 $as_echo "no" >&6; }
56925533 fi
56935534
56975538 ac_ct_STRIP=$STRIP
56985539 # Extract the first word of "strip", so it can be a program name with args.
56995540 set dummy strip; ac_word=$2
5700 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5541 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
57015542 $as_echo_n "checking for $ac_word... " >&6; }
5702 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5543 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
57035544 $as_echo_n "(cached) " >&6
57045545 else
57055546 if test -n "$ac_ct_STRIP"; then
57105551 do
57115552 IFS=$as_save_IFS
57125553 test -z "$as_dir" && as_dir=.
5713 for ac_exec_ext in '' $ac_executable_extensions; do
5554 for ac_exec_ext in '' $ac_executable_extensions; do
57145555 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
57155556 ac_cv_prog_ac_ct_STRIP="strip"
5716 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5557 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
57175558 break 2
57185559 fi
57195560 done
5720 done
5561 done
57215562 IFS=$as_save_IFS
57225563
57235564 fi
57245565 fi
57255566 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
57265567 if test -n "$ac_ct_STRIP"; then
5727 { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
57285569 $as_echo "$ac_ct_STRIP" >&6; }
57295570 else
5730 { $as_echo "$as_me:$LINENO: result: no" >&5
5571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
57315572 $as_echo "no" >&6; }
57325573 fi
57335574
57365577 else
57375578 case $cross_compiling:$ac_tool_warned in
57385579 yes:)
5739 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5580 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
57405581 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
57415582 ac_tool_warned=yes ;;
57425583 esac
57565597 if test -n "$ac_tool_prefix"; then
57575598 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
57585599 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5759 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
57605601 $as_echo_n "checking for $ac_word... " >&6; }
5761 if test "${ac_cv_prog_RANLIB+set}" = set; then
5602 if test "${ac_cv_prog_RANLIB+set}" = set; then :
57625603 $as_echo_n "(cached) " >&6
57635604 else
57645605 if test -n "$RANLIB"; then
57695610 do
57705611 IFS=$as_save_IFS
57715612 test -z "$as_dir" && as_dir=.
5772 for ac_exec_ext in '' $ac_executable_extensions; do
5613 for ac_exec_ext in '' $ac_executable_extensions; do
57735614 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
57745615 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5775 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5616 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
57765617 break 2
57775618 fi
57785619 done
5779 done
5620 done
57805621 IFS=$as_save_IFS
57815622
57825623 fi
57835624 fi
57845625 RANLIB=$ac_cv_prog_RANLIB
57855626 if test -n "$RANLIB"; then
5786 { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
5627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
57875628 $as_echo "$RANLIB" >&6; }
57885629 else
5789 { $as_echo "$as_me:$LINENO: result: no" >&5
5630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
57905631 $as_echo "no" >&6; }
57915632 fi
57925633
57965637 ac_ct_RANLIB=$RANLIB
57975638 # Extract the first word of "ranlib", so it can be a program name with args.
57985639 set dummy ranlib; ac_word=$2
5799 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
58005641 $as_echo_n "checking for $ac_word... " >&6; }
5801 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5642 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
58025643 $as_echo_n "(cached) " >&6
58035644 else
58045645 if test -n "$ac_ct_RANLIB"; then
58095650 do
58105651 IFS=$as_save_IFS
58115652 test -z "$as_dir" && as_dir=.
5812 for ac_exec_ext in '' $ac_executable_extensions; do
5653 for ac_exec_ext in '' $ac_executable_extensions; do
58135654 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
58145655 ac_cv_prog_ac_ct_RANLIB="ranlib"
5815 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5656 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
58165657 break 2
58175658 fi
58185659 done
5819 done
5660 done
58205661 IFS=$as_save_IFS
58215662
58225663 fi
58235664 fi
58245665 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
58255666 if test -n "$ac_ct_RANLIB"; then
5826 { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
58275668 $as_echo "$ac_ct_RANLIB" >&6; }
58285669 else
5829 { $as_echo "$as_me:$LINENO: result: no" >&5
5670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
58305671 $as_echo "no" >&6; }
58315672 fi
58325673
58355676 else
58365677 case $cross_compiling:$ac_tool_warned in
58375678 yes:)
5838 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5679 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
58395680 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
58405681 ac_tool_warned=yes ;;
58415682 esac
59135754
59145755
59155756 # Check for command to grab the raw symbol name followed by C symbol from nm.
5916 { $as_echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
5757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
59175758 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
5918 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
5759 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
59195760 $as_echo_n "(cached) " >&6
59205761 else
59215762
60315872 int main(){nm_test_var='a';nm_test_func();return(0);}
60325873 _LT_EOF
60335874
6034 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5875 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
60355876 (eval $ac_compile) 2>&5
60365877 ac_status=$?
6037 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6038 (exit $ac_status); }; then
5878 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5879 test $ac_status = 0; }; then
60395880 # Now try to grab the symbols.
60405881 nlist=conftest.nm
6041 if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5
5882 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\""; } >&5
60425883 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
60435884 ac_status=$?
6044 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6045 (exit $ac_status); } && test -s "$nlist"; then
5885 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5886 test $ac_status = 0; } && test -s "$nlist"; then
60465887 # Try sorting and uniquifying the output.
60475888 if sort "$nlist" | uniq > "$nlist"T; then
60485889 mv -f "$nlist"T "$nlist"
60955936 lt_save_CFLAGS="$CFLAGS"
60965937 LIBS="conftstm.$ac_objext"
60975938 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6098 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5939 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
60995940 (eval $ac_link) 2>&5
61005941 ac_status=$?
6101 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6102 (exit $ac_status); } && test -s conftest${ac_exeext}; then
5942 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5943 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
61035944 pipe_works=yes
61045945 fi
61055946 LIBS="$lt_save_LIBS"
61335974 lt_cv_sys_global_symbol_to_cdecl=
61345975 fi
61355976 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6136 { $as_echo "$as_me:$LINENO: result: failed" >&5
5977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
61375978 $as_echo "failed" >&6; }
61385979 else
6139 { $as_echo "$as_me:$LINENO: result: ok" >&5
5980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
61405981 $as_echo "ok" >&6; }
61415982 fi
61425983
61626003
61636004
61646005 # Check whether --enable-libtool-lock was given.
6165 if test "${enable_libtool_lock+set}" = set; then
6006 if test "${enable_libtool_lock+set}" = set; then :
61666007 enableval=$enable_libtool_lock;
61676008 fi
61686009
61746015 ia64-*-hpux*)
61756016 # Find out which ABI we are using.
61766017 echo 'int i;' > conftest.$ac_ext
6177 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6018 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
61786019 (eval $ac_compile) 2>&5
61796020 ac_status=$?
6180 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6181 (exit $ac_status); }; then
6021 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6022 test $ac_status = 0; }; then
61826023 case `/usr/bin/file conftest.$ac_objext` in
61836024 *ELF-32*)
61846025 HPUX_IA64_MODE="32"
61926033 ;;
61936034 *-*-irix6*)
61946035 # Find out which ABI we are using.
6195 echo '#line 6196 "configure"' > conftest.$ac_ext
6196 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6036 echo '#line 6037 "configure"' > conftest.$ac_ext
6037 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
61976038 (eval $ac_compile) 2>&5
61986039 ac_status=$?
6199 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6200 (exit $ac_status); }; then
6040 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6041 test $ac_status = 0; }; then
62016042 if test "$lt_cv_prog_gnu_ld" = yes; then
62026043 case `/usr/bin/file conftest.$ac_objext` in
62036044 *32-bit*)
62316072 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
62326073 # Find out which ABI we are using.
62336074 echo 'int i;' > conftest.$ac_ext
6234 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6075 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
62356076 (eval $ac_compile) 2>&5
62366077 ac_status=$?
6237 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6238 (exit $ac_status); }; then
6078 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6079 test $ac_status = 0; }; then
62396080 case `/usr/bin/file conftest.o` in
62406081 *32-bit*)
62416082 case $host in
62846125 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
62856126 SAVE_CFLAGS="$CFLAGS"
62866127 CFLAGS="$CFLAGS -belf"
6287 { $as_echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
6128 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
62886129 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6289 if test "${lt_cv_cc_needs_belf+set}" = set; then
6130 if test "${lt_cv_cc_needs_belf+set}" = set; then :
62906131 $as_echo_n "(cached) " >&6
62916132 else
62926133 ac_ext=c
62956136 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
62966137 ac_compiler_gnu=$ac_cv_c_compiler_gnu
62976138
6298 cat >conftest.$ac_ext <<_ACEOF
6299 /* confdefs.h. */
6300 _ACEOF
6301 cat confdefs.h >>conftest.$ac_ext
6302 cat >>conftest.$ac_ext <<_ACEOF
6139 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
63036140 /* end confdefs.h. */
63046141
63056142 int
63106147 return 0;
63116148 }
63126149 _ACEOF
6313 rm -f conftest.$ac_objext conftest$ac_exeext
6314 if { (ac_try="$ac_link"
6315 case "(($ac_try" in
6316 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6317 *) ac_try_echo=$ac_try;;
6318 esac
6319 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6320 $as_echo "$ac_try_echo") >&5
6321 (eval "$ac_link") 2>conftest.er1
6322 ac_status=$?
6323 grep -v '^ *+' conftest.er1 >conftest.err
6324 rm -f conftest.er1
6325 cat conftest.err >&5
6326 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6327 (exit $ac_status); } && {
6328 test -z "$ac_c_werror_flag" ||
6329 test ! -s conftest.err
6330 } && test -s conftest$ac_exeext && {
6331 test "$cross_compiling" = yes ||
6332 $as_test_x conftest$ac_exeext
6333 }; then
6150 if ac_fn_c_try_link "$LINENO"; then :
63346151 lt_cv_cc_needs_belf=yes
63356152 else
6336 $as_echo "$as_me: failed program was:" >&5
6337 sed 's/^/| /' conftest.$ac_ext >&5
6338
6339 lt_cv_cc_needs_belf=no
6340 fi
6341
6342 rm -rf conftest.dSYM
6343 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6344 conftest$ac_exeext conftest.$ac_ext
6153 lt_cv_cc_needs_belf=no
6154 fi
6155 rm -f core conftest.err conftest.$ac_objext \
6156 conftest$ac_exeext conftest.$ac_ext
63456157 ac_ext=c
63466158 ac_cpp='$CPP $CPPFLAGS'
63476159 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
63496161 ac_compiler_gnu=$ac_cv_c_compiler_gnu
63506162
63516163 fi
6352 { $as_echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
6164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
63536165 $as_echo "$lt_cv_cc_needs_belf" >&6; }
63546166 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
63556167 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
63596171 sparc*-*solaris*)
63606172 # Find out which ABI we are using.
63616173 echo 'int i;' > conftest.$ac_ext
6362 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6174 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
63636175 (eval $ac_compile) 2>&5
63646176 ac_status=$?
6365 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6366 (exit $ac_status); }; then
6177 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6178 test $ac_status = 0; }; then
63676179 case `/usr/bin/file conftest.o` in
63686180 *64-bit*)
63696181 case $lt_cv_prog_gnu_ld in
63896201 if test -n "$ac_tool_prefix"; then
63906202 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
63916203 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6392 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6204 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
63936205 $as_echo_n "checking for $ac_word... " >&6; }
6394 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then
6206 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
63956207 $as_echo_n "(cached) " >&6
63966208 else
63976209 if test -n "$DSYMUTIL"; then
64026214 do
64036215 IFS=$as_save_IFS
64046216 test -z "$as_dir" && as_dir=.
6405 for ac_exec_ext in '' $ac_executable_extensions; do
6217 for ac_exec_ext in '' $ac_executable_extensions; do
64066218 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
64076219 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
6408 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6220 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
64096221 break 2
64106222 fi
64116223 done
6412 done
6224 done
64136225 IFS=$as_save_IFS
64146226
64156227 fi
64166228 fi
64176229 DSYMUTIL=$ac_cv_prog_DSYMUTIL
64186230 if test -n "$DSYMUTIL"; then
6419 { $as_echo "$as_me:$LINENO: result: $DSYMUTIL" >&5
6231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
64206232 $as_echo "$DSYMUTIL" >&6; }
64216233 else
6422 { $as_echo "$as_me:$LINENO: result: no" >&5
6234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
64236235 $as_echo "no" >&6; }
64246236 fi
64256237
64296241 ac_ct_DSYMUTIL=$DSYMUTIL
64306242 # Extract the first word of "dsymutil", so it can be a program name with args.
64316243 set dummy dsymutil; ac_word=$2
6432 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
64336245 $as_echo_n "checking for $ac_word... " >&6; }
6434 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then
6246 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
64356247 $as_echo_n "(cached) " >&6
64366248 else
64376249 if test -n "$ac_ct_DSYMUTIL"; then
64426254 do
64436255 IFS=$as_save_IFS
64446256 test -z "$as_dir" && as_dir=.
6445 for ac_exec_ext in '' $ac_executable_extensions; do
6257 for ac_exec_ext in '' $ac_executable_extensions; do
64466258 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
64476259 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
6448 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6260 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
64496261 break 2
64506262 fi
64516263 done
6452 done
6264 done
64536265 IFS=$as_save_IFS
64546266
64556267 fi
64566268 fi
64576269 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
64586270 if test -n "$ac_ct_DSYMUTIL"; then
6459 { $as_echo "$as_me:$LINENO: result: $ac_ct_DSYMUTIL" >&5
6271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
64606272 $as_echo "$ac_ct_DSYMUTIL" >&6; }
64616273 else
6462 { $as_echo "$as_me:$LINENO: result: no" >&5
6274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
64636275 $as_echo "no" >&6; }
64646276 fi
64656277
64686280 else
64696281 case $cross_compiling:$ac_tool_warned in
64706282 yes:)
6471 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6283 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
64726284 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
64736285 ac_tool_warned=yes ;;
64746286 esac
64816293 if test -n "$ac_tool_prefix"; then
64826294 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
64836295 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6484 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
64856297 $as_echo_n "checking for $ac_word... " >&6; }
6486 if test "${ac_cv_prog_NMEDIT+set}" = set; then
6298 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
64876299 $as_echo_n "(cached) " >&6
64886300 else
64896301 if test -n "$NMEDIT"; then
64946306 do
64956307 IFS=$as_save_IFS
64966308 test -z "$as_dir" && as_dir=.
6497 for ac_exec_ext in '' $ac_executable_extensions; do
6309 for ac_exec_ext in '' $ac_executable_extensions; do
64986310 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
64996311 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6500 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6312 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
65016313 break 2
65026314 fi
65036315 done
6504 done
6316 done
65056317 IFS=$as_save_IFS
65066318
65076319 fi
65086320 fi
65096321 NMEDIT=$ac_cv_prog_NMEDIT
65106322 if test -n "$NMEDIT"; then
6511 { $as_echo "$as_me:$LINENO: result: $NMEDIT" >&5
6323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
65126324 $as_echo "$NMEDIT" >&6; }
65136325 else
6514 { $as_echo "$as_me:$LINENO: result: no" >&5
6326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
65156327 $as_echo "no" >&6; }
65166328 fi
65176329
65216333 ac_ct_NMEDIT=$NMEDIT
65226334 # Extract the first word of "nmedit", so it can be a program name with args.
65236335 set dummy nmedit; ac_word=$2
6524 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6336 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
65256337 $as_echo_n "checking for $ac_word... " >&6; }
6526 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then
6338 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
65276339 $as_echo_n "(cached) " >&6
65286340 else
65296341 if test -n "$ac_ct_NMEDIT"; then
65346346 do
65356347 IFS=$as_save_IFS
65366348 test -z "$as_dir" && as_dir=.
6537 for ac_exec_ext in '' $ac_executable_extensions; do
6349 for ac_exec_ext in '' $ac_executable_extensions; do
65386350 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
65396351 ac_cv_prog_ac_ct_NMEDIT="nmedit"
6540 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6352 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
65416353 break 2
65426354 fi
65436355 done
6544 done
6356 done
65456357 IFS=$as_save_IFS
65466358
65476359 fi
65486360 fi
65496361 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
65506362 if test -n "$ac_ct_NMEDIT"; then
6551 { $as_echo "$as_me:$LINENO: result: $ac_ct_NMEDIT" >&5
6363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
65526364 $as_echo "$ac_ct_NMEDIT" >&6; }
65536365 else
6554 { $as_echo "$as_me:$LINENO: result: no" >&5
6366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
65556367 $as_echo "no" >&6; }
65566368 fi
65576369
65606372 else
65616373 case $cross_compiling:$ac_tool_warned in
65626374 yes:)
6563 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6375 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
65646376 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
65656377 ac_tool_warned=yes ;;
65666378 esac
65736385 if test -n "$ac_tool_prefix"; then
65746386 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
65756387 set dummy ${ac_tool_prefix}lipo; ac_word=$2
6576 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
65776389 $as_echo_n "checking for $ac_word... " >&6; }
6578 if test "${ac_cv_prog_LIPO+set}" = set; then
6390 if test "${ac_cv_prog_LIPO+set}" = set; then :
65796391 $as_echo_n "(cached) " >&6
65806392 else
65816393 if test -n "$LIPO"; then
65866398 do
65876399 IFS=$as_save_IFS
65886400 test -z "$as_dir" && as_dir=.
6589 for ac_exec_ext in '' $ac_executable_extensions; do
6401 for ac_exec_ext in '' $ac_executable_extensions; do
65906402 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
65916403 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6592 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6404 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
65936405 break 2
65946406 fi
65956407 done
6596 done
6408 done
65976409 IFS=$as_save_IFS
65986410
65996411 fi
66006412 fi
66016413 LIPO=$ac_cv_prog_LIPO
66026414 if test -n "$LIPO"; then
6603 { $as_echo "$as_me:$LINENO: result: $LIPO" >&5
6415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
66046416 $as_echo "$LIPO" >&6; }
66056417 else
6606 { $as_echo "$as_me:$LINENO: result: no" >&5
6418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
66076419 $as_echo "no" >&6; }
66086420 fi
66096421
66136425 ac_ct_LIPO=$LIPO
66146426 # Extract the first word of "lipo", so it can be a program name with args.
66156427 set dummy lipo; ac_word=$2
6616 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6428 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
66176429 $as_echo_n "checking for $ac_word... " >&6; }
6618 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then
6430 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
66196431 $as_echo_n "(cached) " >&6
66206432 else
66216433 if test -n "$ac_ct_LIPO"; then
66266438 do
66276439 IFS=$as_save_IFS
66286440 test -z "$as_dir" && as_dir=.
6629 for ac_exec_ext in '' $ac_executable_extensions; do
6441 for ac_exec_ext in '' $ac_executable_extensions; do
66306442 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
66316443 ac_cv_prog_ac_ct_LIPO="lipo"
6632 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6444 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
66336445 break 2
66346446 fi
66356447 done
6636 done
6448 done
66376449 IFS=$as_save_IFS
66386450
66396451 fi
66406452 fi
66416453 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
66426454 if test -n "$ac_ct_LIPO"; then
6643 { $as_echo "$as_me:$LINENO: result: $ac_ct_LIPO" >&5
6455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
66446456 $as_echo "$ac_ct_LIPO" >&6; }
66456457 else
6646 { $as_echo "$as_me:$LINENO: result: no" >&5
6458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
66476459 $as_echo "no" >&6; }
66486460 fi
66496461
66526464 else
66536465 case $cross_compiling:$ac_tool_warned in
66546466 yes:)
6655 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6467 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
66566468 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
66576469 ac_tool_warned=yes ;;
66586470 esac
66656477 if test -n "$ac_tool_prefix"; then
66666478 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
66676479 set dummy ${ac_tool_prefix}otool; ac_word=$2
6668 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6480 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
66696481 $as_echo_n "checking for $ac_word... " >&6; }
6670 if test "${ac_cv_prog_OTOOL+set}" = set; then
6482 if test "${ac_cv_prog_OTOOL+set}" = set; then :
66716483 $as_echo_n "(cached) " >&6
66726484 else
66736485 if test -n "$OTOOL"; then
66786490 do
66796491 IFS=$as_save_IFS
66806492 test -z "$as_dir" && as_dir=.
6681 for ac_exec_ext in '' $ac_executable_extensions; do
6493 for ac_exec_ext in '' $ac_executable_extensions; do
66826494 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
66836495 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6684 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6496 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
66856497 break 2
66866498 fi
66876499 done
6688 done
6500 done
66896501 IFS=$as_save_IFS
66906502
66916503 fi
66926504 fi
66936505 OTOOL=$ac_cv_prog_OTOOL
66946506 if test -n "$OTOOL"; then
6695 { $as_echo "$as_me:$LINENO: result: $OTOOL" >&5
6507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
66966508 $as_echo "$OTOOL" >&6; }
66976509 else
6698 { $as_echo "$as_me:$LINENO: result: no" >&5
6510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
66996511 $as_echo "no" >&6; }
67006512 fi
67016513
67056517 ac_ct_OTOOL=$OTOOL
67066518 # Extract the first word of "otool", so it can be a program name with args.
67076519 set dummy otool; ac_word=$2
6708 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6520 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
67096521 $as_echo_n "checking for $ac_word... " >&6; }
6710 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then
6522 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
67116523 $as_echo_n "(cached) " >&6
67126524 else
67136525 if test -n "$ac_ct_OTOOL"; then
67186530 do
67196531 IFS=$as_save_IFS
67206532 test -z "$as_dir" && as_dir=.
6721 for ac_exec_ext in '' $ac_executable_extensions; do
6533 for ac_exec_ext in '' $ac_executable_extensions; do
67226534 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
67236535 ac_cv_prog_ac_ct_OTOOL="otool"
6724 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6536 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
67256537 break 2
67266538 fi
67276539 done
6728 done
6540 done
67296541 IFS=$as_save_IFS
67306542
67316543 fi
67326544 fi
67336545 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
67346546 if test -n "$ac_ct_OTOOL"; then
6735 { $as_echo "$as_me:$LINENO: result: $ac_ct_OTOOL" >&5
6547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
67366548 $as_echo "$ac_ct_OTOOL" >&6; }
67376549 else
6738 { $as_echo "$as_me:$LINENO: result: no" >&5
6550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
67396551 $as_echo "no" >&6; }
67406552 fi
67416553
67446556 else
67456557 case $cross_compiling:$ac_tool_warned in
67466558 yes:)
6747 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6559 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
67486560 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
67496561 ac_tool_warned=yes ;;
67506562 esac
67576569 if test -n "$ac_tool_prefix"; then
67586570 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
67596571 set dummy ${ac_tool_prefix}otool64; ac_word=$2
6760 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6572 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
67616573 $as_echo_n "checking for $ac_word... " >&6; }
6762 if test "${ac_cv_prog_OTOOL64+set}" = set; then
6574 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
67636575 $as_echo_n "(cached) " >&6
67646576 else
67656577 if test -n "$OTOOL64"; then
67706582 do
67716583 IFS=$as_save_IFS
67726584 test -z "$as_dir" && as_dir=.
6773 for ac_exec_ext in '' $ac_executable_extensions; do
6585 for ac_exec_ext in '' $ac_executable_extensions; do
67746586 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
67756587 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6776 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6588 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
67776589 break 2
67786590 fi
67796591 done
6780 done
6592 done
67816593 IFS=$as_save_IFS
67826594
67836595 fi
67846596 fi
67856597 OTOOL64=$ac_cv_prog_OTOOL64
67866598 if test -n "$OTOOL64"; then
6787 { $as_echo "$as_me:$LINENO: result: $OTOOL64" >&5
6599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
67886600 $as_echo "$OTOOL64" >&6; }
67896601 else
6790 { $as_echo "$as_me:$LINENO: result: no" >&5
6602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
67916603 $as_echo "no" >&6; }
67926604 fi
67936605
67976609 ac_ct_OTOOL64=$OTOOL64
67986610 # Extract the first word of "otool64", so it can be a program name with args.
67996611 set dummy otool64; ac_word=$2
6800 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
68016613 $as_echo_n "checking for $ac_word... " >&6; }
6802 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then
6614 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
68036615 $as_echo_n "(cached) " >&6
68046616 else
68056617 if test -n "$ac_ct_OTOOL64"; then
68106622 do
68116623 IFS=$as_save_IFS
68126624 test -z "$as_dir" && as_dir=.
6813 for ac_exec_ext in '' $ac_executable_extensions; do
6625 for ac_exec_ext in '' $ac_executable_extensions; do
68146626 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
68156627 ac_cv_prog_ac_ct_OTOOL64="otool64"
6816 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6628 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
68176629 break 2
68186630 fi
68196631 done
6820 done
6632 done
68216633 IFS=$as_save_IFS
68226634
68236635 fi
68246636 fi
68256637 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
68266638 if test -n "$ac_ct_OTOOL64"; then
6827 { $as_echo "$as_me:$LINENO: result: $ac_ct_OTOOL64" >&5
6639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
68286640 $as_echo "$ac_ct_OTOOL64" >&6; }
68296641 else
6830 { $as_echo "$as_me:$LINENO: result: no" >&5
6642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
68316643 $as_echo "no" >&6; }
68326644 fi
68336645
68366648 else
68376649 case $cross_compiling:$ac_tool_warned in
68386650 yes:)
6839 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6651 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
68406652 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
68416653 ac_tool_warned=yes ;;
68426654 esac
68726684
68736685
68746686
6875 { $as_echo "$as_me:$LINENO: checking for -single_module linker flag" >&5
6687 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
68766688 $as_echo_n "checking for -single_module linker flag... " >&6; }
6877 if test "${lt_cv_apple_cc_single_mod+set}" = set; then
6689 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
68786690 $as_echo_n "(cached) " >&6
68796691 else
68806692 lt_cv_apple_cc_single_mod=no
68996711 rm -f conftest.*
69006712 fi
69016713 fi
6902 { $as_echo "$as_me:$LINENO: result: $lt_cv_apple_cc_single_mod" >&5
6714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
69036715 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6904 { $as_echo "$as_me:$LINENO: checking for -exported_symbols_list linker flag" >&5
6716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
69056717 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
6906 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then
6718 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
69076719 $as_echo_n "(cached) " >&6
69086720 else
69096721 lt_cv_ld_exported_symbols_list=no
69106722 save_LDFLAGS=$LDFLAGS
69116723 echo "_main" > conftest.sym
69126724 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6913 cat >conftest.$ac_ext <<_ACEOF
6914 /* confdefs.h. */
6915 _ACEOF
6916 cat confdefs.h >>conftest.$ac_ext
6917 cat >>conftest.$ac_ext <<_ACEOF
6725 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
69186726 /* end confdefs.h. */
69196727
69206728 int
69256733 return 0;
69266734 }
69276735 _ACEOF
6928 rm -f conftest.$ac_objext conftest$ac_exeext
6929 if { (ac_try="$ac_link"
6930 case "(($ac_try" in
6931 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6932 *) ac_try_echo=$ac_try;;
6933 esac
6934 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6935 $as_echo "$ac_try_echo") >&5
6936 (eval "$ac_link") 2>conftest.er1
6937 ac_status=$?
6938 grep -v '^ *+' conftest.er1 >conftest.err
6939 rm -f conftest.er1
6940 cat conftest.err >&5
6941 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6942 (exit $ac_status); } && {
6943 test -z "$ac_c_werror_flag" ||
6944 test ! -s conftest.err
6945 } && test -s conftest$ac_exeext && {
6946 test "$cross_compiling" = yes ||
6947 $as_test_x conftest$ac_exeext
6948 }; then
6736 if ac_fn_c_try_link "$LINENO"; then :
69496737 lt_cv_ld_exported_symbols_list=yes
69506738 else
6951 $as_echo "$as_me: failed program was:" >&5
6952 sed 's/^/| /' conftest.$ac_ext >&5
6953
6954 lt_cv_ld_exported_symbols_list=no
6955 fi
6956
6957 rm -rf conftest.dSYM
6958 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6959 conftest$ac_exeext conftest.$ac_ext
6739 lt_cv_ld_exported_symbols_list=no
6740 fi
6741 rm -f core conftest.err conftest.$ac_objext \
6742 conftest$ac_exeext conftest.$ac_ext
69606743 LDFLAGS="$save_LDFLAGS"
69616744
69626745 fi
6963 { $as_echo "$as_me:$LINENO: result: $lt_cv_ld_exported_symbols_list" >&5
6746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
69646747 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
69656748 case $host_os in
69666749 rhapsody* | darwin1.[012])
69986781 esac
69996782
70006783 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7001
7002
7003
7004
7005
7006
7007
7008
7009
70106784 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
70116785 inttypes.h stdint.h unistd.h
7012 do
7013 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7014 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7015 $as_echo_n "checking for $ac_header... " >&6; }
7016 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7017 $as_echo_n "(cached) " >&6
7018 else
7019 cat >conftest.$ac_ext <<_ACEOF
7020 /* confdefs.h. */
7021 _ACEOF
7022 cat confdefs.h >>conftest.$ac_ext
7023 cat >>conftest.$ac_ext <<_ACEOF
7024 /* end confdefs.h. */
7025 $ac_includes_default
7026
7027 #include <$ac_header>
7028 _ACEOF
7029 rm -f conftest.$ac_objext
7030 if { (ac_try="$ac_compile"
7031 case "(($ac_try" in
7032 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7033 *) ac_try_echo=$ac_try;;
7034 esac
7035 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7036 $as_echo "$ac_try_echo") >&5
7037 (eval "$ac_compile") 2>conftest.er1
7038 ac_status=$?
7039 grep -v '^ *+' conftest.er1 >conftest.err
7040 rm -f conftest.er1
7041 cat conftest.err >&5
7042 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7043 (exit $ac_status); } && {
7044 test -z "$ac_c_werror_flag" ||
7045 test ! -s conftest.err
7046 } && test -s conftest.$ac_objext; then
7047 eval "$as_ac_Header=yes"
7048 else
7049 $as_echo "$as_me: failed program was:" >&5
7050 sed 's/^/| /' conftest.$ac_ext >&5
7051
7052 eval "$as_ac_Header=no"
7053 fi
7054
7055 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7056 fi
7057 ac_res=`eval 'as_val=${'$as_ac_Header'}
7058 $as_echo "$as_val"'`
7059 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7060 $as_echo "$ac_res" >&6; }
7061 as_val=`eval 'as_val=${'$as_ac_Header'}
7062 $as_echo "$as_val"'`
7063 if test "x$as_val" = x""yes; then
6786 do :
6787 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6788 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6789 "
6790 eval as_val=\$$as_ac_Header
6791 if test "x$as_val" = x""yes; then :
70646792 cat >>confdefs.h <<_ACEOF
70656793 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
70666794 _ACEOF
70706798 done
70716799
70726800
7073
70746801 for ac_header in dlfcn.h
7075 do
7076 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7077 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7078 $as_echo_n "checking for $ac_header... " >&6; }
7079 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7080 $as_echo_n "(cached) " >&6
7081 else
7082 cat >conftest.$ac_ext <<_ACEOF
7083 /* confdefs.h. */
6802 do :
6803 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
6804 "
6805 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
6806 cat >>confdefs.h <<_ACEOF
6807 #define HAVE_DLFCN_H 1
70846808 _ACEOF
7085 cat confdefs.h >>conftest.$ac_ext
7086 cat >>conftest.$ac_ext <<_ACEOF
7087 /* end confdefs.h. */
7088 $ac_includes_default
7089
7090 #include <$ac_header>
7091 _ACEOF
7092 rm -f conftest.$ac_objext
7093 if { (ac_try="$ac_compile"
7094 case "(($ac_try" in
7095 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7096 *) ac_try_echo=$ac_try;;
7097 esac
7098 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7099 $as_echo "$ac_try_echo") >&5
7100 (eval "$ac_compile") 2>conftest.er1
7101 ac_status=$?
7102 grep -v '^ *+' conftest.er1 >conftest.err
7103 rm -f conftest.er1
7104 cat conftest.err >&5
7105 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7106 (exit $ac_status); } && {
7107 test -z "$ac_c_werror_flag" ||
7108 test ! -s conftest.err
7109 } && test -s conftest.$ac_objext; then
7110 eval "$as_ac_Header=yes"
7111 else
7112 $as_echo "$as_me: failed program was:" >&5
7113 sed 's/^/| /' conftest.$ac_ext >&5
7114
7115 eval "$as_ac_Header=no"
7116 fi
7117
7118 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7119 fi
7120 ac_res=`eval 'as_val=${'$as_ac_Header'}
7121 $as_echo "$as_val"'`
7122 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7123 $as_echo "$ac_res" >&6; }
7124 as_val=`eval 'as_val=${'$as_ac_Header'}
7125 $as_echo "$as_val"'`
7126 if test "x$as_val" = x""yes; then
7127 cat >>confdefs.h <<_ACEOF
7128 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7129 _ACEOF
71306809
71316810 fi
71326811
71456824
71466825
71476826 # Check whether --enable-shared was given.
7148 if test "${enable_shared+set}" = set; then
6827 if test "${enable_shared+set}" = set; then :
71496828 enableval=$enable_shared; p=${PACKAGE-default}
71506829 case $enableval in
71516830 yes) enable_shared=yes ;;
71786857
71796858
71806859 # Check whether --with-pic was given.
7181 if test "${with_pic+set}" = set; then
6860 if test "${with_pic+set}" = set; then :
71826861 withval=$with_pic; pic_mode="$withval"
71836862 else
71846863 pic_mode=default
71946873
71956874
71966875 # Check whether --enable-fast-install was given.
7197 if test "${enable_fast_install+set}" = set; then
6876 if test "${enable_fast_install+set}" = set; then :
71986877 enableval=$enable_fast_install; p=${PACKAGE-default}
71996878 case $enableval in
72006879 yes) enable_fast_install=yes ;;
72756954 setopt NO_GLOB_SUBST
72766955 fi
72776956
7278 { $as_echo "$as_me:$LINENO: checking for objdir" >&5
6957 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
72796958 $as_echo_n "checking for objdir... " >&6; }
7280 if test "${lt_cv_objdir+set}" = set; then
6959 if test "${lt_cv_objdir+set}" = set; then :
72816960 $as_echo_n "(cached) " >&6
72826961 else
72836962 rm -f .libs 2>/dev/null
72906969 fi
72916970 rmdir .libs 2>/dev/null
72926971 fi
7293 { $as_echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
6972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
72946973 $as_echo "$lt_cv_objdir" >&6; }
72956974 objdir=$lt_cv_objdir
72966975
73837062 case $deplibs_check_method in
73847063 file_magic*)
73857064 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7386 { $as_echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
7065 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
73877066 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7388 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
7067 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
73897068 $as_echo_n "(cached) " >&6
73907069 else
73917070 case $MAGIC_CMD in
74367115
74377116 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
74387117 if test -n "$MAGIC_CMD"; then
7439 { $as_echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
7118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
74407119 $as_echo "$MAGIC_CMD" >&6; }
74417120 else
7442 { $as_echo "$as_me:$LINENO: result: no" >&5
7121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
74437122 $as_echo "no" >&6; }
74447123 fi
74457124
74497128
74507129 if test -z "$lt_cv_path_MAGIC_CMD"; then
74517130 if test -n "$ac_tool_prefix"; then
7452 { $as_echo "$as_me:$LINENO: checking for file" >&5
7131 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
74537132 $as_echo_n "checking for file... " >&6; }
7454 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
7133 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
74557134 $as_echo_n "(cached) " >&6
74567135 else
74577136 case $MAGIC_CMD in
75027181
75037182 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
75047183 if test -n "$MAGIC_CMD"; then
7505 { $as_echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
7184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
75067185 $as_echo "$MAGIC_CMD" >&6; }
75077186 else
7508 { $as_echo "$as_me:$LINENO: result: no" >&5
7187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
75097188 $as_echo "no" >&6; }
75107189 fi
75117190
75827261 if test "$GCC" = yes; then
75837262 lt_prog_compiler_no_builtin_flag=' -fno-builtin'
75847263
7585 { $as_echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
75867265 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
7587 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
7266 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
75887267 $as_echo_n "(cached) " >&6
75897268 else
75907269 lt_cv_prog_compiler_rtti_exceptions=no
76007279 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
76017280 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
76027281 -e 's:$: $lt_compiler_flag:'`
7603 (eval echo "\"\$as_me:7604: $lt_compile\"" >&5)
7282 (eval echo "\"\$as_me:7283: $lt_compile\"" >&5)
76047283 (eval "$lt_compile" 2>conftest.err)
76057284 ac_status=$?
76067285 cat conftest.err >&5
7607 echo "$as_me:7608: \$? = $ac_status" >&5
7286 echo "$as_me:7287: \$? = $ac_status" >&5
76087287 if (exit $ac_status) && test -s "$ac_outfile"; then
76097288 # The compiler can only warn and ignore the option if not recognized
76107289 # So say no if there are warnings other than the usual output.
76177296 $RM conftest*
76187297
76197298 fi
7620 { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
76217300 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
76227301
76237302 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
76377316 lt_prog_compiler_pic=
76387317 lt_prog_compiler_static=
76397318
7640 { $as_echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
7319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
76417320 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
76427321
76437322 if test "$GCC" = yes; then
79097588 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
79107589 ;;
79117590 esac
7912 { $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
7591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
79137592 $as_echo "$lt_prog_compiler_pic" >&6; }
79147593
79157594
79217600 # Check to make sure the PIC flag actually works.
79227601 #
79237602 if test -n "$lt_prog_compiler_pic"; then
7924 { $as_echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
7603 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
79257604 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
7926 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then
7605 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
79277606 $as_echo_n "(cached) " >&6
79287607 else
79297608 lt_cv_prog_compiler_pic_works=no
79397618 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
79407619 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
79417620 -e 's:$: $lt_compiler_flag:'`
7942 (eval echo "\"\$as_me:7943: $lt_compile\"" >&5)
7621 (eval echo "\"\$as_me:7622: $lt_compile\"" >&5)
79437622 (eval "$lt_compile" 2>conftest.err)
79447623 ac_status=$?
79457624 cat conftest.err >&5
7946 echo "$as_me:7947: \$? = $ac_status" >&5
7625 echo "$as_me:7626: \$? = $ac_status" >&5
79477626 if (exit $ac_status) && test -s "$ac_outfile"; then
79487627 # The compiler can only warn and ignore the option if not recognized
79497628 # So say no if there are warnings other than the usual output.
79567635 $RM conftest*
79577636
79587637 fi
7959 { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works" >&5
7638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
79607639 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
79617640
79627641 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
79807659 # Check to make sure the static flag actually works.
79817660 #
79827661 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
7983 { $as_echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
7662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
79847663 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
7985 if test "${lt_cv_prog_compiler_static_works+set}" = set; then
7664 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
79867665 $as_echo_n "(cached) " >&6
79877666 else
79887667 lt_cv_prog_compiler_static_works=no
80087687 LDFLAGS="$save_LDFLAGS"
80097688
80107689 fi
8011 { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works" >&5
7690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
80127691 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
80137692
80147693 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
80237702
80247703
80257704
8026 { $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
7705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
80277706 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8028 if test "${lt_cv_prog_compiler_c_o+set}" = set; then
7707 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
80297708 $as_echo_n "(cached) " >&6
80307709 else
80317710 lt_cv_prog_compiler_c_o=no
80447723 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
80457724 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
80467725 -e 's:$: $lt_compiler_flag:'`
8047 (eval echo "\"\$as_me:8048: $lt_compile\"" >&5)
7726 (eval echo "\"\$as_me:7727: $lt_compile\"" >&5)
80487727 (eval "$lt_compile" 2>out/conftest.err)
80497728 ac_status=$?
80507729 cat out/conftest.err >&5
8051 echo "$as_me:8052: \$? = $ac_status" >&5
7730 echo "$as_me:7731: \$? = $ac_status" >&5
80527731 if (exit $ac_status) && test -s out/conftest2.$ac_objext
80537732 then
80547733 # The compiler can only warn and ignore the option if not recognized
80707749 $RM conftest*
80717750
80727751 fi
8073 { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
7752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
80747753 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
80757754
80767755
80787757
80797758
80807759
8081 { $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
7760 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
80827761 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8083 if test "${lt_cv_prog_compiler_c_o+set}" = set; then
7762 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
80847763 $as_echo_n "(cached) " >&6
80857764 else
80867765 lt_cv_prog_compiler_c_o=no
80997778 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
81007779 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
81017780 -e 's:$: $lt_compiler_flag:'`
8102 (eval echo "\"\$as_me:8103: $lt_compile\"" >&5)
7781 (eval echo "\"\$as_me:7782: $lt_compile\"" >&5)
81037782 (eval "$lt_compile" 2>out/conftest.err)
81047783 ac_status=$?
81057784 cat out/conftest.err >&5
8106 echo "$as_me:8107: \$? = $ac_status" >&5
7785 echo "$as_me:7786: \$? = $ac_status" >&5
81077786 if (exit $ac_status) && test -s out/conftest2.$ac_objext
81087787 then
81097788 # The compiler can only warn and ignore the option if not recognized
81257804 $RM conftest*
81267805
81277806 fi
8128 { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
7807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
81297808 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
81307809
81317810
81347813 hard_links="nottested"
81357814 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
81367815 # do not overwrite the value of need_locks provided by the user
8137 { $as_echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
7816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
81387817 $as_echo_n "checking if we can lock with hard links... " >&6; }
81397818 hard_links=yes
81407819 $RM conftest*
81427821 touch conftest.a
81437822 ln conftest.a conftest.b 2>&5 || hard_links=no
81447823 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8145 { $as_echo "$as_me:$LINENO: result: $hard_links" >&5
7824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
81467825 $as_echo "$hard_links" >&6; }
81477826 if test "$hard_links" = no; then
8148 { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
7827 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
81497828 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
81507829 need_locks=warn
81517830 fi
81587837
81597838
81607839
8161 { $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
7840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
81627841 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
81637842
81647843 runpath_var=
86008279 allow_undefined_flag='-berok'
86018280 # Determine the default libpath from the value encoded in an
86028281 # empty executable.
8603 cat >conftest.$ac_ext <<_ACEOF
8604 /* confdefs.h. */
8605 _ACEOF
8606 cat confdefs.h >>conftest.$ac_ext
8607 cat >>conftest.$ac_ext <<_ACEOF
8282 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
86088283 /* end confdefs.h. */
86098284
86108285 int
86158290 return 0;
86168291 }
86178292 _ACEOF
8618 rm -f conftest.$ac_objext conftest$ac_exeext
8619 if { (ac_try="$ac_link"
8620 case "(($ac_try" in
8621 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8622 *) ac_try_echo=$ac_try;;
8623 esac
8624 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8625 $as_echo "$ac_try_echo") >&5
8626 (eval "$ac_link") 2>conftest.er1
8627 ac_status=$?
8628 grep -v '^ *+' conftest.er1 >conftest.err
8629 rm -f conftest.er1
8630 cat conftest.err >&5
8631 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8632 (exit $ac_status); } && {
8633 test -z "$ac_c_werror_flag" ||
8634 test ! -s conftest.err
8635 } && test -s conftest$ac_exeext && {
8636 test "$cross_compiling" = yes ||
8637 $as_test_x conftest$ac_exeext
8638 }; then
8293 if ac_fn_c_try_link "$LINENO"; then :
86398294
86408295 lt_aix_libpath_sed='
86418296 /Import File Strings/,/^$/ {
86498304 if test -z "$aix_libpath"; then
86508305 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
86518306 fi
8652 else
8653 $as_echo "$as_me: failed program was:" >&5
8654 sed 's/^/| /' conftest.$ac_ext >&5
8655
8656
8657 fi
8658
8659 rm -rf conftest.dSYM
8660 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8661 conftest$ac_exeext conftest.$ac_ext
8307 fi
8308 rm -f core conftest.err conftest.$ac_objext \
8309 conftest$ac_exeext conftest.$ac_ext
86628310 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
86638311
86648312 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
86718319 else
86728320 # Determine the default libpath from the value encoded in an
86738321 # empty executable.
8674 cat >conftest.$ac_ext <<_ACEOF
8675 /* confdefs.h. */
8676 _ACEOF
8677 cat confdefs.h >>conftest.$ac_ext
8678 cat >>conftest.$ac_ext <<_ACEOF
8322 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
86798323 /* end confdefs.h. */
86808324
86818325 int
86868330 return 0;
86878331 }
86888332 _ACEOF
8689 rm -f conftest.$ac_objext conftest$ac_exeext
8690 if { (ac_try="$ac_link"
8691 case "(($ac_try" in
8692 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8693 *) ac_try_echo=$ac_try;;
8694 esac
8695 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8696 $as_echo "$ac_try_echo") >&5
8697 (eval "$ac_link") 2>conftest.er1
8698 ac_status=$?
8699 grep -v '^ *+' conftest.er1 >conftest.err
8700 rm -f conftest.er1
8701 cat conftest.err >&5
8702 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8703 (exit $ac_status); } && {
8704 test -z "$ac_c_werror_flag" ||
8705 test ! -s conftest.err
8706 } && test -s conftest$ac_exeext && {
8707 test "$cross_compiling" = yes ||
8708 $as_test_x conftest$ac_exeext
8709 }; then
8333 if ac_fn_c_try_link "$LINENO"; then :
87108334
87118335 lt_aix_libpath_sed='
87128336 /Import File Strings/,/^$/ {
87208344 if test -z "$aix_libpath"; then
87218345 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
87228346 fi
8723 else
8724 $as_echo "$as_me: failed program was:" >&5
8725 sed 's/^/| /' conftest.$ac_ext >&5
8726
8727
8728 fi
8729
8730 rm -rf conftest.dSYM
8731 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8732 conftest$ac_exeext conftest.$ac_ext
8347 fi
8348 rm -f core conftest.err conftest.$ac_objext \
8349 conftest$ac_exeext conftest.$ac_ext
87338350 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
87348351
87358352 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
89418558 # implicitly export all symbols.
89428559 save_LDFLAGS="$LDFLAGS"
89438560 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
8944 cat >conftest.$ac_ext <<_ACEOF
8561 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8562 /* end confdefs.h. */
89458563 int foo(void) {}
89468564 _ACEOF
8947 rm -f conftest.$ac_objext conftest$ac_exeext
8948 if { (ac_try="$ac_link"
8949 case "(($ac_try" in
8950 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8951 *) ac_try_echo=$ac_try;;
8952 esac
8953 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8954 $as_echo "$ac_try_echo") >&5
8955 (eval "$ac_link") 2>conftest.er1
8956 ac_status=$?
8957 grep -v '^ *+' conftest.er1 >conftest.err
8958 rm -f conftest.er1
8959 cat conftest.err >&5
8960 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8961 (exit $ac_status); } && {
8962 test -z "$ac_c_werror_flag" ||
8963 test ! -s conftest.err
8964 } && test -s conftest$ac_exeext && {
8965 test "$cross_compiling" = yes ||
8966 $as_test_x conftest$ac_exeext
8967 }; then
8565 if ac_fn_c_try_link "$LINENO"; then :
89688566 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'
89698567
8970 else
8971 $as_echo "$as_me: failed program was:" >&5
8972 sed 's/^/| /' conftest.$ac_ext >&5
8973
8974
8975 fi
8976
8977 rm -rf conftest.dSYM
8978 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8979 conftest$ac_exeext conftest.$ac_ext
8568 fi
8569 rm -f core conftest.err conftest.$ac_objext \
8570 conftest$ac_exeext conftest.$ac_ext
89808571 LDFLAGS="$save_LDFLAGS"
89818572 else
89828573 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'
92328823 fi
92338824 fi
92348825
9235 { $as_echo "$as_me:$LINENO: result: $ld_shlibs" >&5
8826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
92368827 $as_echo "$ld_shlibs" >&6; }
92378828 test "$ld_shlibs" = no && can_build_shared=no
92388829
92698860 # Test whether the compiler implicitly links with -lc since on some
92708861 # systems, -lgcc has to come before -lc. If gcc already passes -lc
92718862 # to ld, don't add -lc before -lgcc.
9272 { $as_echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
8863 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
92738864 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
92748865 $RM conftest*
92758866 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
92768867
9277 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8868 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
92788869 (eval $ac_compile) 2>&5
92798870 ac_status=$?
9280 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9281 (exit $ac_status); } 2>conftest.err; then
8871 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
8872 test $ac_status = 0; } 2>conftest.err; then
92828873 soname=conftest
92838874 lib=conftest
92848875 libobjs=conftest.$ac_objext
92928883 libname=conftest
92938884 lt_save_allow_undefined_flag=$allow_undefined_flag
92948885 allow_undefined_flag=
9295 if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\"") >&5
8886 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
92968887 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
92978888 ac_status=$?
9298 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9299 (exit $ac_status); }
8889 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
8890 test $ac_status = 0; }
93008891 then
93018892 archive_cmds_need_lc=no
93028893 else
93078898 cat conftest.err 1>&5
93088899 fi
93098900 $RM conftest*
9310 { $as_echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
8901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $archive_cmds_need_lc" >&5
93118902 $as_echo "$archive_cmds_need_lc" >&6; }
93128903 ;;
93138904 esac
94719062
94729063
94739064
9474 { $as_echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
9065 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
94759066 $as_echo_n "checking dynamic linker characteristics... " >&6; }
94769067
94779068 if test "$GCC" = yes; then
98939484 save_libdir=$libdir
98949485 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
98959486 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
9896 cat >conftest.$ac_ext <<_ACEOF
9897 /* confdefs.h. */
9898 _ACEOF
9899 cat confdefs.h >>conftest.$ac_ext
9900 cat >>conftest.$ac_ext <<_ACEOF
9487 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
99019488 /* end confdefs.h. */
99029489
99039490 int
99089495 return 0;
99099496 }
99109497 _ACEOF
9911 rm -f conftest.$ac_objext conftest$ac_exeext
9912 if { (ac_try="$ac_link"
9913 case "(($ac_try" in
9914 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9915 *) ac_try_echo=$ac_try;;
9916 esac
9917 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9918 $as_echo "$ac_try_echo") >&5
9919 (eval "$ac_link") 2>conftest.er1
9920 ac_status=$?
9921 grep -v '^ *+' conftest.er1 >conftest.err
9922 rm -f conftest.er1
9923 cat conftest.err >&5
9924 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9925 (exit $ac_status); } && {
9926 test -z "$ac_c_werror_flag" ||
9927 test ! -s conftest.err
9928 } && test -s conftest$ac_exeext && {
9929 test "$cross_compiling" = yes ||
9930 $as_test_x conftest$ac_exeext
9931 }; then
9932 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then
9498 if ac_fn_c_try_link "$LINENO"; then :
9499 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
99339500 shlibpath_overrides_runpath=yes
99349501 fi
9935
9936 else
9937 $as_echo "$as_me: failed program was:" >&5
9938 sed 's/^/| /' conftest.$ac_ext >&5
9939
9940
9941 fi
9942
9943 rm -rf conftest.dSYM
9944 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9945 conftest$ac_exeext conftest.$ac_ext
9502 fi
9503 rm -f core conftest.err conftest.$ac_objext \
9504 conftest$ac_exeext conftest.$ac_ext
99469505 LDFLAGS=$save_LDFLAGS
99479506 libdir=$save_libdir
99489507
101579716 dynamic_linker=no
101589717 ;;
101599718 esac
10160 { $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5
9719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
101619720 $as_echo "$dynamic_linker" >&6; }
101629721 test "$dynamic_linker" = no && can_build_shared=no
101639722
102599818
102609819
102619820
10262 { $as_echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
9821 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
102639822 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
102649823 hardcode_action=
102659824 if test -n "$hardcode_libdir_flag_spec" ||
102849843 # directories.
102859844 hardcode_action=unsupported
102869845 fi
10287 { $as_echo "$as_me:$LINENO: result: $hardcode_action" >&5
9846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
102889847 $as_echo "$hardcode_action" >&6; }
102899848
102909849 if test "$hardcode_action" = relink ||
103299888
103309889 darwin*)
103319890 # if libdl is installed we need to link against it
10332 { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
9891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
103339892 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10334 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
9893 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
103359894 $as_echo_n "(cached) " >&6
103369895 else
103379896 ac_check_lib_save_LIBS=$LIBS
103389897 LIBS="-ldl $LIBS"
10339 cat >conftest.$ac_ext <<_ACEOF
10340 /* confdefs.h. */
10341 _ACEOF
10342 cat confdefs.h >>conftest.$ac_ext
10343 cat >>conftest.$ac_ext <<_ACEOF
9898 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
103449899 /* end confdefs.h. */
103459900
103469901 /* Override any GCC internal prototype to avoid an error.
103589913 return 0;
103599914 }
103609915 _ACEOF
10361 rm -f conftest.$ac_objext conftest$ac_exeext
10362 if { (ac_try="$ac_link"
10363 case "(($ac_try" in
10364 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10365 *) ac_try_echo=$ac_try;;
10366 esac
10367 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10368 $as_echo "$ac_try_echo") >&5
10369 (eval "$ac_link") 2>conftest.er1
10370 ac_status=$?
10371 grep -v '^ *+' conftest.er1 >conftest.err
10372 rm -f conftest.er1
10373 cat conftest.err >&5
10374 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10375 (exit $ac_status); } && {
10376 test -z "$ac_c_werror_flag" ||
10377 test ! -s conftest.err
10378 } && test -s conftest$ac_exeext && {
10379 test "$cross_compiling" = yes ||
10380 $as_test_x conftest$ac_exeext
10381 }; then
9916 if ac_fn_c_try_link "$LINENO"; then :
103829917 ac_cv_lib_dl_dlopen=yes
103839918 else
10384 $as_echo "$as_me: failed program was:" >&5
10385 sed 's/^/| /' conftest.$ac_ext >&5
10386
10387 ac_cv_lib_dl_dlopen=no
10388 fi
10389
10390 rm -rf conftest.dSYM
10391 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10392 conftest$ac_exeext conftest.$ac_ext
9919 ac_cv_lib_dl_dlopen=no
9920 fi
9921 rm -f core conftest.err conftest.$ac_objext \
9922 conftest$ac_exeext conftest.$ac_ext
103939923 LIBS=$ac_check_lib_save_LIBS
103949924 fi
10395 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
9925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
103969926 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10397 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
9927 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
103989928 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
103999929 else
104009930
104079937 ;;
104089938
104099939 *)
10410 { $as_echo "$as_me:$LINENO: checking for shl_load" >&5
10411 $as_echo_n "checking for shl_load... " >&6; }
10412 if test "${ac_cv_func_shl_load+set}" = set; then
10413 $as_echo_n "(cached) " >&6
10414 else
10415 cat >conftest.$ac_ext <<_ACEOF
10416 /* confdefs.h. */
10417 _ACEOF
10418 cat confdefs.h >>conftest.$ac_ext
10419 cat >>conftest.$ac_ext <<_ACEOF
10420 /* end confdefs.h. */
10421 /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
10422 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10423 #define shl_load innocuous_shl_load
10424
10425 /* System header to define __stub macros and hopefully few prototypes,
10426 which can conflict with char shl_load (); below.
10427 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10428 <limits.h> exists even on freestanding compilers. */
10429
10430 #ifdef __STDC__
10431 # include <limits.h>
10432 #else
10433 # include <assert.h>
10434 #endif
10435
10436 #undef shl_load
10437
10438 /* Override any GCC internal prototype to avoid an error.
10439 Use char because int might match the return type of a GCC
10440 builtin and then its argument prototype would still apply. */
10441 #ifdef __cplusplus
10442 extern "C"
10443 #endif
10444 char shl_load ();
10445 /* The GNU C library defines this for functions which it implements
10446 to always fail with ENOSYS. Some functions are actually named
10447 something starting with __ and the normal name is an alias. */
10448 #if defined __stub_shl_load || defined __stub___shl_load
10449 choke me
10450 #endif
10451
10452 int
10453 main ()
10454 {
10455 return shl_load ();
10456 ;
10457 return 0;
10458 }
10459 _ACEOF
10460 rm -f conftest.$ac_objext conftest$ac_exeext
10461 if { (ac_try="$ac_link"
10462 case "(($ac_try" in
10463 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10464 *) ac_try_echo=$ac_try;;
10465 esac
10466 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10467 $as_echo "$ac_try_echo") >&5
10468 (eval "$ac_link") 2>conftest.er1
10469 ac_status=$?
10470 grep -v '^ *+' conftest.er1 >conftest.err
10471 rm -f conftest.er1
10472 cat conftest.err >&5
10473 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10474 (exit $ac_status); } && {
10475 test -z "$ac_c_werror_flag" ||
10476 test ! -s conftest.err
10477 } && test -s conftest$ac_exeext && {
10478 test "$cross_compiling" = yes ||
10479 $as_test_x conftest$ac_exeext
10480 }; then
10481 ac_cv_func_shl_load=yes
10482 else
10483 $as_echo "$as_me: failed program was:" >&5
10484 sed 's/^/| /' conftest.$ac_ext >&5
10485
10486 ac_cv_func_shl_load=no
10487 fi
10488
10489 rm -rf conftest.dSYM
10490 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10491 conftest$ac_exeext conftest.$ac_ext
10492 fi
10493 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
10494 $as_echo "$ac_cv_func_shl_load" >&6; }
10495 if test "x$ac_cv_func_shl_load" = x""yes; then
9940 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
9941 if test "x$ac_cv_func_shl_load" = x""yes; then :
104969942 lt_cv_dlopen="shl_load"
104979943 else
10498 { $as_echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
9944 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
104999945 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10500 if test "${ac_cv_lib_dld_shl_load+set}" = set; then
9946 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
105019947 $as_echo_n "(cached) " >&6
105029948 else
105039949 ac_check_lib_save_LIBS=$LIBS
105049950 LIBS="-ldld $LIBS"
10505 cat >conftest.$ac_ext <<_ACEOF
10506 /* confdefs.h. */
10507 _ACEOF
10508 cat confdefs.h >>conftest.$ac_ext
10509 cat >>conftest.$ac_ext <<_ACEOF
9951 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
105109952 /* end confdefs.h. */
105119953
105129954 /* Override any GCC internal prototype to avoid an error.
105249966 return 0;
105259967 }
105269968 _ACEOF
10527 rm -f conftest.$ac_objext conftest$ac_exeext
10528 if { (ac_try="$ac_link"
10529 case "(($ac_try" in
10530 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10531 *) ac_try_echo=$ac_try;;
10532 esac
10533 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10534 $as_echo "$ac_try_echo") >&5
10535 (eval "$ac_link") 2>conftest.er1
10536 ac_status=$?
10537 grep -v '^ *+' conftest.er1 >conftest.err
10538 rm -f conftest.er1
10539 cat conftest.err >&5
10540 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10541 (exit $ac_status); } && {
10542 test -z "$ac_c_werror_flag" ||
10543 test ! -s conftest.err
10544 } && test -s conftest$ac_exeext && {
10545 test "$cross_compiling" = yes ||
10546 $as_test_x conftest$ac_exeext
10547 }; then
9969 if ac_fn_c_try_link "$LINENO"; then :
105489970 ac_cv_lib_dld_shl_load=yes
105499971 else
10550 $as_echo "$as_me: failed program was:" >&5
10551 sed 's/^/| /' conftest.$ac_ext >&5
10552
10553 ac_cv_lib_dld_shl_load=no
10554 fi
10555
10556 rm -rf conftest.dSYM
10557 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10558 conftest$ac_exeext conftest.$ac_ext
9972 ac_cv_lib_dld_shl_load=no
9973 fi
9974 rm -f core conftest.err conftest.$ac_objext \
9975 conftest$ac_exeext conftest.$ac_ext
105599976 LIBS=$ac_check_lib_save_LIBS
105609977 fi
10561 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
9978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
105629979 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10563 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then
9980 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
105649981 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
105659982 else
10566 { $as_echo "$as_me:$LINENO: checking for dlopen" >&5
10567 $as_echo_n "checking for dlopen... " >&6; }
10568 if test "${ac_cv_func_dlopen+set}" = set; then
10569 $as_echo_n "(cached) " >&6
10570 else
10571 cat >conftest.$ac_ext <<_ACEOF
10572 /* confdefs.h. */
10573 _ACEOF
10574 cat confdefs.h >>conftest.$ac_ext
10575 cat >>conftest.$ac_ext <<_ACEOF
10576 /* end confdefs.h. */
10577 /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
10578 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10579 #define dlopen innocuous_dlopen
10580
10581 /* System header to define __stub macros and hopefully few prototypes,
10582 which can conflict with char dlopen (); below.
10583 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10584 <limits.h> exists even on freestanding compilers. */
10585
10586 #ifdef __STDC__
10587 # include <limits.h>
10588 #else
10589 # include <assert.h>
10590 #endif
10591
10592 #undef dlopen
10593
10594 /* Override any GCC internal prototype to avoid an error.
10595 Use char because int might match the return type of a GCC
10596 builtin and then its argument prototype would still apply. */
10597 #ifdef __cplusplus
10598 extern "C"
10599 #endif
10600 char dlopen ();
10601 /* The GNU C library defines this for functions which it implements
10602 to always fail with ENOSYS. Some functions are actually named
10603 something starting with __ and the normal name is an alias. */
10604 #if defined __stub_dlopen || defined __stub___dlopen
10605 choke me
10606 #endif
10607
10608 int
10609 main ()
10610 {
10611 return dlopen ();
10612 ;
10613 return 0;
10614 }
10615 _ACEOF
10616 rm -f conftest.$ac_objext conftest$ac_exeext
10617 if { (ac_try="$ac_link"
10618 case "(($ac_try" in
10619 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10620 *) ac_try_echo=$ac_try;;
10621 esac
10622 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10623 $as_echo "$ac_try_echo") >&5
10624 (eval "$ac_link") 2>conftest.er1
10625 ac_status=$?
10626 grep -v '^ *+' conftest.er1 >conftest.err
10627 rm -f conftest.er1
10628 cat conftest.err >&5
10629 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10630 (exit $ac_status); } && {
10631 test -z "$ac_c_werror_flag" ||
10632 test ! -s conftest.err
10633 } && test -s conftest$ac_exeext && {
10634 test "$cross_compiling" = yes ||
10635 $as_test_x conftest$ac_exeext
10636 }; then
10637 ac_cv_func_dlopen=yes
10638 else
10639 $as_echo "$as_me: failed program was:" >&5
10640 sed 's/^/| /' conftest.$ac_ext >&5
10641
10642 ac_cv_func_dlopen=no
10643 fi
10644
10645 rm -rf conftest.dSYM
10646 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10647 conftest$ac_exeext conftest.$ac_ext
10648 fi
10649 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
10650 $as_echo "$ac_cv_func_dlopen" >&6; }
10651 if test "x$ac_cv_func_dlopen" = x""yes; then
9983 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
9984 if test "x$ac_cv_func_dlopen" = x""yes; then :
106529985 lt_cv_dlopen="dlopen"
106539986 else
10654 { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
9987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
106559988 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10656 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
9989 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
106579990 $as_echo_n "(cached) " >&6
106589991 else
106599992 ac_check_lib_save_LIBS=$LIBS
106609993 LIBS="-ldl $LIBS"
10661 cat >conftest.$ac_ext <<_ACEOF
10662 /* confdefs.h. */
10663 _ACEOF
10664 cat confdefs.h >>conftest.$ac_ext
10665 cat >>conftest.$ac_ext <<_ACEOF
9994 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
106669995 /* end confdefs.h. */
106679996
106689997 /* Override any GCC internal prototype to avoid an error.
1068010009 return 0;
1068110010 }
1068210011 _ACEOF
10683 rm -f conftest.$ac_objext conftest$ac_exeext
10684 if { (ac_try="$ac_link"
10685 case "(($ac_try" in
10686 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10687 *) ac_try_echo=$ac_try;;
10688 esac
10689 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10690 $as_echo "$ac_try_echo") >&5
10691 (eval "$ac_link") 2>conftest.er1
10692 ac_status=$?
10693 grep -v '^ *+' conftest.er1 >conftest.err
10694 rm -f conftest.er1
10695 cat conftest.err >&5
10696 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10697 (exit $ac_status); } && {
10698 test -z "$ac_c_werror_flag" ||
10699 test ! -s conftest.err
10700 } && test -s conftest$ac_exeext && {
10701 test "$cross_compiling" = yes ||
10702 $as_test_x conftest$ac_exeext
10703 }; then
10012 if ac_fn_c_try_link "$LINENO"; then :
1070410013 ac_cv_lib_dl_dlopen=yes
1070510014 else
10706 $as_echo "$as_me: failed program was:" >&5
10707 sed 's/^/| /' conftest.$ac_ext >&5
10708
10709 ac_cv_lib_dl_dlopen=no
10710 fi
10711
10712 rm -rf conftest.dSYM
10713 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10714 conftest$ac_exeext conftest.$ac_ext
10015 ac_cv_lib_dl_dlopen=no
10016 fi
10017 rm -f core conftest.err conftest.$ac_objext \
10018 conftest$ac_exeext conftest.$ac_ext
1071510019 LIBS=$ac_check_lib_save_LIBS
1071610020 fi
10717 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
10021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
1071810022 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10719 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
10023 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
1072010024 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
1072110025 else
10722 { $as_echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
10026 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
1072310027 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
10724 if test "${ac_cv_lib_svld_dlopen+set}" = set; then
10028 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
1072510029 $as_echo_n "(cached) " >&6
1072610030 else
1072710031 ac_check_lib_save_LIBS=$LIBS
1072810032 LIBS="-lsvld $LIBS"
10729 cat >conftest.$ac_ext <<_ACEOF
10730 /* confdefs.h. */
10731 _ACEOF
10732 cat confdefs.h >>conftest.$ac_ext
10733 cat >>conftest.$ac_ext <<_ACEOF
10033 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1073410034 /* end confdefs.h. */
1073510035
1073610036 /* Override any GCC internal prototype to avoid an error.
1074810048 return 0;
1074910049 }
1075010050 _ACEOF
10751 rm -f conftest.$ac_objext conftest$ac_exeext
10752 if { (ac_try="$ac_link"
10753 case "(($ac_try" in
10754 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10755 *) ac_try_echo=$ac_try;;
10756 esac
10757 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10758 $as_echo "$ac_try_echo") >&5
10759 (eval "$ac_link") 2>conftest.er1
10760 ac_status=$?
10761 grep -v '^ *+' conftest.er1 >conftest.err
10762 rm -f conftest.er1
10763 cat conftest.err >&5
10764 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10765 (exit $ac_status); } && {
10766 test -z "$ac_c_werror_flag" ||
10767 test ! -s conftest.err
10768 } && test -s conftest$ac_exeext && {
10769 test "$cross_compiling" = yes ||
10770 $as_test_x conftest$ac_exeext
10771 }; then
10051 if ac_fn_c_try_link "$LINENO"; then :
1077210052 ac_cv_lib_svld_dlopen=yes
1077310053 else
10774 $as_echo "$as_me: failed program was:" >&5
10775 sed 's/^/| /' conftest.$ac_ext >&5
10776
10777 ac_cv_lib_svld_dlopen=no
10778 fi
10779
10780 rm -rf conftest.dSYM
10781 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10782 conftest$ac_exeext conftest.$ac_ext
10054 ac_cv_lib_svld_dlopen=no
10055 fi
10056 rm -f core conftest.err conftest.$ac_objext \
10057 conftest$ac_exeext conftest.$ac_ext
1078310058 LIBS=$ac_check_lib_save_LIBS
1078410059 fi
10785 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
10060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
1078610061 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10787 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then
10062 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
1078810063 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
1078910064 else
10790 { $as_echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
10065 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
1079110066 $as_echo_n "checking for dld_link in -ldld... " >&6; }
10792 if test "${ac_cv_lib_dld_dld_link+set}" = set; then
10067 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
1079310068 $as_echo_n "(cached) " >&6
1079410069 else
1079510070 ac_check_lib_save_LIBS=$LIBS
1079610071 LIBS="-ldld $LIBS"
10797 cat >conftest.$ac_ext <<_ACEOF
10798 /* confdefs.h. */
10799 _ACEOF
10800 cat confdefs.h >>conftest.$ac_ext
10801 cat >>conftest.$ac_ext <<_ACEOF
10072 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1080210073 /* end confdefs.h. */
1080310074
1080410075 /* Override any GCC internal prototype to avoid an error.
1081610087 return 0;
1081710088 }
1081810089 _ACEOF
10819 rm -f conftest.$ac_objext conftest$ac_exeext
10820 if { (ac_try="$ac_link"
10821 case "(($ac_try" in
10822 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10823 *) ac_try_echo=$ac_try;;
10824 esac
10825 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10826 $as_echo "$ac_try_echo") >&5
10827 (eval "$ac_link") 2>conftest.er1
10828 ac_status=$?
10829 grep -v '^ *+' conftest.er1 >conftest.err
10830 rm -f conftest.er1
10831 cat conftest.err >&5
10832 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10833 (exit $ac_status); } && {
10834 test -z "$ac_c_werror_flag" ||
10835 test ! -s conftest.err
10836 } && test -s conftest$ac_exeext && {
10837 test "$cross_compiling" = yes ||
10838 $as_test_x conftest$ac_exeext
10839 }; then
10090 if ac_fn_c_try_link "$LINENO"; then :
1084010091 ac_cv_lib_dld_dld_link=yes
1084110092 else
10842 $as_echo "$as_me: failed program was:" >&5
10843 sed 's/^/| /' conftest.$ac_ext >&5
10844
10845 ac_cv_lib_dld_dld_link=no
10846 fi
10847
10848 rm -rf conftest.dSYM
10849 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10850 conftest$ac_exeext conftest.$ac_ext
10093 ac_cv_lib_dld_dld_link=no
10094 fi
10095 rm -f core conftest.err conftest.$ac_objext \
10096 conftest$ac_exeext conftest.$ac_ext
1085110097 LIBS=$ac_check_lib_save_LIBS
1085210098 fi
10853 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
10099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
1085410100 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
10855 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then
10101 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
1085610102 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
1085710103 fi
1085810104
1089110137 save_LIBS="$LIBS"
1089210138 LIBS="$lt_cv_dlopen_libs $LIBS"
1089310139
10894 { $as_echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
10140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
1089510141 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
10896 if test "${lt_cv_dlopen_self+set}" = set; then
10142 if test "${lt_cv_dlopen_self+set}" = set; then :
1089710143 $as_echo_n "(cached) " >&6
1089810144 else
1089910145 if test "$cross_compiling" = yes; then :
1090210148 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1090310149 lt_status=$lt_dlunknown
1090410150 cat > conftest.$ac_ext <<_LT_EOF
10905 #line 10906 "configure"
10151 #line 10152 "configure"
1090610152 #include "confdefs.h"
1090710153
1090810154 #if HAVE_DLFCN_H
1096110207 return status;
1096210208 }
1096310209 _LT_EOF
10964 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10210 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
1096510211 (eval $ac_link) 2>&5
1096610212 ac_status=$?
10967 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10968 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
10213 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10214 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
1096910215 (./conftest; exit; ) >&5 2>/dev/null
1097010216 lt_status=$?
1097110217 case x$lt_status in
1098210228
1098310229
1098410230 fi
10985 { $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
10231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
1098610232 $as_echo "$lt_cv_dlopen_self" >&6; }
1098710233
1098810234 if test "x$lt_cv_dlopen_self" = xyes; then
1098910235 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10990 { $as_echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
10236 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
1099110237 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
10992 if test "${lt_cv_dlopen_self_static+set}" = set; then
10238 if test "${lt_cv_dlopen_self_static+set}" = set; then :
1099310239 $as_echo_n "(cached) " >&6
1099410240 else
1099510241 if test "$cross_compiling" = yes; then :
1099810244 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1099910245 lt_status=$lt_dlunknown
1100010246 cat > conftest.$ac_ext <<_LT_EOF
11001 #line 11002 "configure"
10247 #line 10248 "configure"
1100210248 #include "confdefs.h"
1100310249
1100410250 #if HAVE_DLFCN_H
1105710303 return status;
1105810304 }
1105910305 _LT_EOF
11060 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10306 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
1106110307 (eval $ac_link) 2>&5
1106210308 ac_status=$?
11063 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11064 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
10309 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10310 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
1106510311 (./conftest; exit; ) >&5 2>/dev/null
1106610312 lt_status=$?
1106710313 case x$lt_status in
1107810324
1107910325
1108010326 fi
11081 { $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
10327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
1108210328 $as_echo "$lt_cv_dlopen_self_static" >&6; }
1108310329 fi
1108410330
1111710363
1111810364 striplib=
1111910365 old_striplib=
11120 { $as_echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
10366 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
1112110367 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
1112210368 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
1112310369 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
1112410370 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11125 { $as_echo "$as_me:$LINENO: result: yes" >&5
10371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1112610372 $as_echo "yes" >&6; }
1112710373 else
1112810374 # FIXME - insert some real tests, host_os isn't really good enough
1113110377 if test -n "$STRIP" ; then
1113210378 striplib="$STRIP -x"
1113310379 old_striplib="$STRIP -S"
11134 { $as_echo "$as_me:$LINENO: result: yes" >&5
10380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1113510381 $as_echo "yes" >&6; }
1113610382 else
11137 { $as_echo "$as_me:$LINENO: result: no" >&5
10383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1113810384 $as_echo "no" >&6; }
1113910385 fi
1114010386 ;;
1114110387 *)
11142 { $as_echo "$as_me:$LINENO: result: no" >&5
10388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1114310389 $as_echo "no" >&6; }
1114410390 ;;
1114510391 esac
1115710403
1115810404
1115910405 # Report which library types will actually be built
11160 { $as_echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
10406 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
1116110407 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11162 { $as_echo "$as_me:$LINENO: result: $can_build_shared" >&5
10408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
1116310409 $as_echo "$can_build_shared" >&6; }
1116410410
11165 { $as_echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
10411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
1116610412 $as_echo_n "checking whether to build shared libraries... " >&6; }
1116710413 test "$can_build_shared" = "no" && enable_shared=no
1116810414
1118310429 fi
1118410430 ;;
1118510431 esac
11186 { $as_echo "$as_me:$LINENO: result: $enable_shared" >&5
10432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
1118710433 $as_echo "$enable_shared" >&6; }
1118810434
11189 { $as_echo "$as_me:$LINENO: checking whether to build static libraries" >&5
10435 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
1119010436 $as_echo_n "checking whether to build static libraries... " >&6; }
1119110437 # Make sure either enable_shared or enable_static is yes.
1119210438 test "$enable_shared" = yes || enable_static=yes
11193 { $as_echo "$as_me:$LINENO: result: $enable_static" >&5
10439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
1119410440 $as_echo "$enable_static" >&6; }
1119510441
1119610442
1122810474
1122910475 # Extract the first word of "icon-slicer", so it can be a program name with args.
1123010476 set dummy icon-slicer; ac_word=$2
11231 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
10477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1123210478 $as_echo_n "checking for $ac_word... " >&6; }
11233 if test "${ac_cv_path_ICON_SLICER+set}" = set; then
10479 if test "${ac_cv_path_ICON_SLICER+set}" = set; then :
1123410480 $as_echo_n "(cached) " >&6
1123510481 else
1123610482 case $ICON_SLICER in
1124310489 do
1124410490 IFS=$as_save_IFS
1124510491 test -z "$as_dir" && as_dir=.
11246 for ac_exec_ext in '' $ac_executable_extensions; do
10492 for ac_exec_ext in '' $ac_executable_extensions; do
1124710493 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1124810494 ac_cv_path_ICON_SLICER="$as_dir/$ac_word$ac_exec_ext"
11249 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10495 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1125010496 break 2
1125110497 fi
1125210498 done
11253 done
10499 done
1125410500 IFS=$as_save_IFS
1125510501
1125610502 ;;
1125810504 fi
1125910505 ICON_SLICER=$ac_cv_path_ICON_SLICER
1126010506 if test -n "$ICON_SLICER"; then
11261 { $as_echo "$as_me:$LINENO: result: $ICON_SLICER" >&5
10507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICON_SLICER" >&5
1126210508 $as_echo "$ICON_SLICER" >&6; }
1126310509 else
11264 { $as_echo "$as_me:$LINENO: result: no" >&5
10510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1126510511 $as_echo "no" >&6; }
1126610512 fi
1126710513
1126810514
1126910515 if test -z "$ICON_SLICER"; then
11270 { { $as_echo "$as_me:$LINENO: error: icon-slicer is required" >&5
11271 $as_echo "$as_me: error: icon-slicer is required" >&2;}
11272 { (exit 1); exit 1; }; }
10516 as_fn_error "icon-slicer is required" "$LINENO" 5
1127310517 fi
1127410518
1127510519
1127610520 pkg_failed=no
11277 { $as_echo "$as_me:$LINENO: checking for GTK2" >&5
10521 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK2" >&5
1127810522 $as_echo_n "checking for GTK2... " >&6; }
1127910523
1128010524 if test -n "$GTK2_CFLAGS"; then
1128110525 pkg_cv_GTK2_CFLAGS="$GTK2_CFLAGS"
1128210526 elif test -n "$PKG_CONFIG"; then
1128310527 if test -n "$PKG_CONFIG" && \
11284 { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= 2.0.0\"") >&5
10528 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= 2.0.0\""; } >&5
1128510529 ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.0.0") 2>&5
1128610530 ac_status=$?
11287 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11288 (exit $ac_status); }; then
10531 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10532 test $ac_status = 0; }; then
1128910533 pkg_cv_GTK2_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= 2.0.0" 2>/dev/null`
1129010534 else
1129110535 pkg_failed=yes
1129710541 pkg_cv_GTK2_LIBS="$GTK2_LIBS"
1129810542 elif test -n "$PKG_CONFIG"; then
1129910543 if test -n "$PKG_CONFIG" && \
11300 { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= 2.0.0\"") >&5
10544 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= 2.0.0\""; } >&5
1130110545 ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.0.0") 2>&5
1130210546 ac_status=$?
11303 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11304 (exit $ac_status); }; then
10547 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10548 test $ac_status = 0; }; then
1130510549 pkg_cv_GTK2_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= 2.0.0" 2>/dev/null`
1130610550 else
1130710551 pkg_failed=yes
1132710571 # Put the nasty error message in config.log where it belongs
1132810572 echo "$GTK2_PKG_ERRORS" >&5
1132910573
11330 { $as_echo "$as_me:$LINENO: result: no" >&5
10574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1133110575 $as_echo "no" >&6; }
11332 { { $as_echo "$as_me:$LINENO: error: GTK+-2.0 is required to compile sugar-artwork" >&5
11333 $as_echo "$as_me: error: GTK+-2.0 is required to compile sugar-artwork" >&2;}
11334 { (exit 1); exit 1; }; }
10576 as_fn_error "GTK+-2.0 is required to compile sugar-artwork" "$LINENO" 5
1133510577 elif test $pkg_failed = untried; then
11336 { { $as_echo "$as_me:$LINENO: error: GTK+-2.0 is required to compile sugar-artwork" >&5
11337 $as_echo "$as_me: error: GTK+-2.0 is required to compile sugar-artwork" >&2;}
11338 { (exit 1); exit 1; }; }
10578 as_fn_error "GTK+-2.0 is required to compile sugar-artwork" "$LINENO" 5
1133910579 else
1134010580 GTK2_CFLAGS=$pkg_cv_GTK2_CFLAGS
1134110581 GTK2_LIBS=$pkg_cv_GTK2_LIBS
11342 { $as_echo "$as_me:$LINENO: result: yes" >&5
10582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1134310583 $as_echo "yes" >&6; }
1134410584 :
1134510585 fi
1135110591
1135210592
1135310593 pkg_failed=no
11354 { $as_echo "$as_me:$LINENO: checking for ENGINE" >&5
10594 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ENGINE" >&5
1135510595 $as_echo_n "checking for ENGINE... " >&6; }
1135610596
1135710597 if test -n "$ENGINE_CFLAGS"; then
1135810598 pkg_cv_ENGINE_CFLAGS="$ENGINE_CFLAGS"
1135910599 elif test -n "$PKG_CONFIG"; then
1136010600 if test -n "$PKG_CONFIG" && \
11361 { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= 2.0 gobject-2.0 >= 2.0 cairo >= 0.1.1\"") >&5
10601 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= 2.0 gobject-2.0 >= 2.0 cairo >= 0.1.1\""; } >&5
1136210602 ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.0 gobject-2.0 >= 2.0 cairo >= 0.1.1") 2>&5
1136310603 ac_status=$?
11364 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11365 (exit $ac_status); }; then
10604 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10605 test $ac_status = 0; }; then
1136610606 pkg_cv_ENGINE_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= 2.0 gobject-2.0 >= 2.0 cairo >= 0.1.1" 2>/dev/null`
1136710607 else
1136810608 pkg_failed=yes
1137410614 pkg_cv_ENGINE_LIBS="$ENGINE_LIBS"
1137510615 elif test -n "$PKG_CONFIG"; then
1137610616 if test -n "$PKG_CONFIG" && \
11377 { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= 2.0 gobject-2.0 >= 2.0 cairo >= 0.1.1\"") >&5
10617 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= 2.0 gobject-2.0 >= 2.0 cairo >= 0.1.1\""; } >&5
1137810618 ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.0 gobject-2.0 >= 2.0 cairo >= 0.1.1") 2>&5
1137910619 ac_status=$?
11380 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11381 (exit $ac_status); }; then
10620 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10621 test $ac_status = 0; }; then
1138210622 pkg_cv_ENGINE_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= 2.0 gobject-2.0 >= 2.0 cairo >= 0.1.1" 2>/dev/null`
1138310623 else
1138410624 pkg_failed=yes
1140410644 # Put the nasty error message in config.log where it belongs
1140510645 echo "$ENGINE_PKG_ERRORS" >&5
1140610646
11407 { { $as_echo "$as_me:$LINENO: error: Package requirements (gtk+-2.0 >= 2.0 gobject-2.0 >= 2.0 cairo >= 0.1.1) were not met:
10647 as_fn_error "Package requirements (gtk+-2.0 >= 2.0 gobject-2.0 >= 2.0 cairo >= 0.1.1) were not met:
1140810648
1140910649 $ENGINE_PKG_ERRORS
1141010650
1141410654 Alternatively, you may set the environment variables ENGINE_CFLAGS
1141510655 and ENGINE_LIBS to avoid the need to call pkg-config.
1141610656 See the pkg-config man page for more details.
11417 " >&5
11418 $as_echo "$as_me: error: Package requirements (gtk+-2.0 >= 2.0 gobject-2.0 >= 2.0 cairo >= 0.1.1) were not met:
11419
11420 $ENGINE_PKG_ERRORS
11421
11422 Consider adjusting the PKG_CONFIG_PATH environment variable if you
11423 installed software in a non-standard prefix.
10657 " "$LINENO" 5
10658 elif test $pkg_failed = untried; then
10659 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
10660 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
10661 as_fn_error "The pkg-config script could not be found or is too old. Make sure it
10662 is in your PATH or set the PKG_CONFIG environment variable to the full
10663 path to pkg-config.
1142410664
1142510665 Alternatively, you may set the environment variables ENGINE_CFLAGS
1142610666 and ENGINE_LIBS to avoid the need to call pkg-config.
1142710667 See the pkg-config man page for more details.
11428 " >&2;}
11429 { (exit 1); exit 1; }; }
11430 elif test $pkg_failed = untried; then
11431 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
11432 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11433 { { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old. Make sure it
11434 is in your PATH or set the PKG_CONFIG environment variable to the full
11435 path to pkg-config.
11436
11437 Alternatively, you may set the environment variables ENGINE_CFLAGS
11438 and ENGINE_LIBS to avoid the need to call pkg-config.
11439 See the pkg-config man page for more details.
1144010668
1144110669 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
11442 See \`config.log' for more details." >&5
11443 $as_echo "$as_me: error: The pkg-config script could not be found or is too old. Make sure it
11444 is in your PATH or set the PKG_CONFIG environment variable to the full
11445 path to pkg-config.
11446
11447 Alternatively, you may set the environment variables ENGINE_CFLAGS
11448 and ENGINE_LIBS to avoid the need to call pkg-config.
11449 See the pkg-config man page for more details.
11450
11451 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
11452 See \`config.log' for more details." >&2;}
11453 { (exit 1); exit 1; }; }; }
10670 See \`config.log' for more details." "$LINENO" 5; }
1145410671 else
1145510672 ENGINE_CFLAGS=$pkg_cv_ENGINE_CFLAGS
1145610673 ENGINE_LIBS=$pkg_cv_ENGINE_LIBS
11457 { $as_echo "$as_me:$LINENO: result: yes" >&5
10674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1145810675 $as_echo "yes" >&6; }
1145910676 :
1146010677 fi
1146410681
1146510682 ICON_NAMING_UTILS_REQUIRED=0.8.2
1146610683
11467 { $as_echo "$as_me:$LINENO: checking icon-naming-utils >= $ICON_NAMING_UTILS_REQUIRED" >&5
10684 { $as_echo "$as_me:${as_lineno-$LINENO}: checking icon-naming-utils >= $ICON_NAMING_UTILS_REQUIRED" >&5
1146810685 $as_echo_n "checking icon-naming-utils >= $ICON_NAMING_UTILS_REQUIRED... " >&6; }
1146910686 if test -n "$PKG_CONFIG" && \
11470 { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"icon-naming-utils >= \$ICON_NAMING_UTILS_REQUIRED\"") >&5
10687 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"icon-naming-utils >= \$ICON_NAMING_UTILS_REQUIRED\""; } >&5
1147110688 ($PKG_CONFIG --exists --print-errors "icon-naming-utils >= $ICON_NAMING_UTILS_REQUIRED") 2>&5
1147210689 ac_status=$?
11473 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11474 (exit $ac_status); }; then
10690 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10691 test $ac_status = 0; }; then
1147510692 have_utils=yes
1147610693 else
1147710694 have_utils=no
1148010697 UTILS_PATH="`$PKG_CONFIG --variable=program_path icon-naming-utils`"
1148110698 ICONMAP="$UTILS_PATH/icon-name-mapping"
1148210699
11483 { $as_echo "$as_me:$LINENO: result: yes" >&5
10700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1148410701 $as_echo "yes" >&6; }
1148510702 else
11486 { $as_echo "$as_me:$LINENO: result: no" >&5
10703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1148710704 $as_echo "no" >&6; }
11488 { { $as_echo "$as_me:$LINENO: error: icon-naming-utils >= $ICON_NAMING_UTILS_REQUIRED is required to build
11489 and install the icon theme" >&5
11490 $as_echo "$as_me: error: icon-naming-utils >= $ICON_NAMING_UTILS_REQUIRED is required to build
11491 and install the icon theme" >&2;}
11492 { (exit 1); exit 1; }; }
10705 as_fn_error "icon-naming-utils >= $ICON_NAMING_UTILS_REQUIRED is required to build
10706 and install the icon theme" "$LINENO" 5
1149310707 fi
1149410708
1149510709 ac_config_files="$ac_config_files Makefile cursor/Makefile cursor/sugar/Makefile icons/Makefile icons/scalable/Makefile icons/scalable/actions/Makefile icons/scalable/apps/Makefile icons/scalable/categories/Makefile icons/scalable/control/Makefile icons/scalable/device/Makefile icons/scalable/emblems/Makefile icons/scalable/mimetypes/Makefile icons/scalable/status/Makefile gtk/Makefile gtk/engine/Makefile gtk/theme/Makefile"
1152110735 case $ac_val in #(
1152210736 *${as_nl}*)
1152310737 case $ac_var in #(
11524 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
10738 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1152510739 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1152610740 esac
1152710741 case $ac_var in #(
1152810742 _ | IFS | as_nl) ;; #(
1152910743 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
11530 *) $as_unset $ac_var ;;
10744 *) { eval $ac_var=; unset $ac_var;} ;;
1153110745 esac ;;
1153210746 esac
1153310747 done
1153510749 (set) 2>&1 |
1153610750 case $as_nl`(ac_space=' '; set) 2>&1` in #(
1153710751 *${as_nl}ac_space=\ *)
11538 # `set' does not quote correctly, so add quotes (double-quote
11539 # substitution turns \\\\ into \\, and sed turns \\ into \).
10752 # `set' does not quote correctly, so add quotes: double-quote
10753 # substitution turns \\\\ into \\, and sed turns \\ into \.
1154010754 sed -n \
1154110755 "s/'/'\\\\''/g;
1154210756 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
1155910773 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
1156010774 if test -w "$cache_file"; then
1156110775 test "x$cache_file" != "x/dev/null" &&
11562 { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
10776 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
1156310777 $as_echo "$as_me: updating cache $cache_file" >&6;}
1156410778 cat confcache >$cache_file
1156510779 else
11566 { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
10780 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
1156710781 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
1156810782 fi
1156910783 fi
1158310797 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
1158410798 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
1158510799 # will be set to the directory where LIBOBJS objects are built.
11586 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11587 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
10800 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
10801 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
1158810802 done
1158910803 LIBOBJS=$ac_libobjs
1159010804
1160010814 fi
1160110815
1160210816 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
11603 { { $as_echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
11604 Usually this means the macro was only invoked conditionally." >&5
11605 $as_echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
11606 Usually this means the macro was only invoked conditionally." >&2;}
11607 { (exit 1); exit 1; }; }
10817 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
10818 Usually this means the macro was only invoked conditionally." "$LINENO" 5
1160810819 fi
1160910820 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
11610 { { $as_echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
11611 Usually this means the macro was only invoked conditionally." >&5
11612 $as_echo "$as_me: error: conditional \"AMDEP\" was never defined.
11613 Usually this means the macro was only invoked conditionally." >&2;}
11614 { (exit 1); exit 1; }; }
10821 as_fn_error "conditional \"AMDEP\" was never defined.
10822 Usually this means the macro was only invoked conditionally." "$LINENO" 5
1161510823 fi
1161610824 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
11617 { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
11618 Usually this means the macro was only invoked conditionally." >&5
11619 $as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
11620 Usually this means the macro was only invoked conditionally." >&2;}
11621 { (exit 1); exit 1; }; }
10825 as_fn_error "conditional \"am__fastdepCC\" was never defined.
10826 Usually this means the macro was only invoked conditionally." "$LINENO" 5
1162210827 fi
1162310828
1162410829 : ${CONFIG_STATUS=./config.status}
1162510830 ac_write_fail=0
1162610831 ac_clean_files_save=$ac_clean_files
1162710832 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
11628 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
10833 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
1162910834 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
11630 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
10835 as_write_fail=0
10836 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
1163110837 #! $SHELL
1163210838 # Generated by $as_me.
1163310839 # Run this file to recreate the current configuration.
1163710843 debug=false
1163810844 ac_cs_recheck=false
1163910845 ac_cs_silent=false
10846
1164010847 SHELL=\${CONFIG_SHELL-$SHELL}
11641 _ACEOF
11642
11643 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11644 ## --------------------- ##
11645 ## M4sh Initialization. ##
11646 ## --------------------- ##
10848 export SHELL
10849 _ASEOF
10850 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
10851 ## -------------------- ##
10852 ## M4sh Initialization. ##
10853 ## -------------------- ##
1164710854
1164810855 # Be more Bourne compatible
1164910856 DUALCASE=1; export DUALCASE # for MKS sh
11650 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
10857 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
1165110858 emulate sh
1165210859 NULLCMD=:
1165310860 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
1165510862 alias -g '${1+"$@"}'='"$@"'
1165610863 setopt NO_GLOB_SUBST
1165710864 else
11658 case `(set -o) 2>/dev/null` in
11659 *posix*) set -o posix ;;
10865 case `(set -o) 2>/dev/null` in #(
10866 *posix*) :
10867 set -o posix ;; #(
10868 *) :
10869 ;;
1166010870 esac
11661
11662 fi
11663
11664
11665
11666
11667 # PATH needs CR
11668 # Avoid depending upon Character Ranges.
11669 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
11670 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
11671 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
11672 as_cr_digits='0123456789'
11673 as_cr_alnum=$as_cr_Letters$as_cr_digits
10871 fi
10872
1167410873
1167510874 as_nl='
1167610875 '
1167910878 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
1168010879 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
1168110880 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
11682 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
10881 # Prefer a ksh shell builtin over an external printf program on Solaris,
10882 # but without wasting forks for bash or zsh.
10883 if test -z "$BASH_VERSION$ZSH_VERSION" \
10884 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
10885 as_echo='print -r --'
10886 as_echo_n='print -rn --'
10887 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
1168310888 as_echo='printf %s\n'
1168410889 as_echo_n='printf %s'
1168510890 else
1169010895 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
1169110896 as_echo_n_body='eval
1169210897 arg=$1;
11693 case $arg in
10898 case $arg in #(
1169410899 *"$as_nl"*)
1169510900 expr "X$arg" : "X\\(.*\\)$as_nl";
1169610901 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
1171310918 }
1171410919 fi
1171510920
11716 # Support unset when possible.
11717 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
11718 as_unset=unset
11719 else
11720 as_unset=false
11721 fi
11722
1172310921
1172410922 # IFS
1172510923 # We need space, tab and new line, in precisely that order. Quoting is
1172910927 IFS=" "" $as_nl"
1173010928
1173110929 # Find who we are. Look in the path if we contain no directory separator.
11732 case $0 in
10930 case $0 in #((
1173310931 *[\\/]* ) as_myself=$0 ;;
1173410932 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1173510933 for as_dir in $PATH
1173610934 do
1173710935 IFS=$as_save_IFS
1173810936 test -z "$as_dir" && as_dir=.
11739 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
11740 done
10937 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
10938 done
1174110939 IFS=$as_save_IFS
1174210940
1174310941 ;;
1174910947 fi
1175010948 if test ! -f "$as_myself"; then
1175110949 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
11752 { (exit 1); exit 1; }
11753 fi
11754
11755 # Work around bugs in pre-3.0 UWIN ksh.
11756 for as_var in ENV MAIL MAILPATH
11757 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
10950 exit 1
10951 fi
10952
10953 # Unset variables that we do not need and which cause bugs (e.g. in
10954 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
10955 # suppresses any "Segmentation fault" message there. '((' could
10956 # trigger a bug in pdksh 5.2.14.
10957 for as_var in BASH_ENV ENV MAIL MAILPATH
10958 do eval test x\${$as_var+set} = xset \
10959 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
1175810960 done
1175910961 PS1='$ '
1176010962 PS2='> '
1176610968 LANGUAGE=C
1176710969 export LANGUAGE
1176810970
11769 # Required to use basename.
10971 # CDPATH.
10972 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
10973
10974
10975 # as_fn_error ERROR [LINENO LOG_FD]
10976 # ---------------------------------
10977 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
10978 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
10979 # script with status $?, using 1 if that was 0.
10980 as_fn_error ()
10981 {
10982 as_status=$?; test $as_status -eq 0 && as_status=1
10983 if test "$3"; then
10984 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
10985 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
10986 fi
10987 $as_echo "$as_me: error: $1" >&2
10988 as_fn_exit $as_status
10989 } # as_fn_error
10990
10991
10992 # as_fn_set_status STATUS
10993 # -----------------------
10994 # Set $? to STATUS, without forking.
10995 as_fn_set_status ()
10996 {
10997 return $1
10998 } # as_fn_set_status
10999
11000 # as_fn_exit STATUS
11001 # -----------------
11002 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
11003 as_fn_exit ()
11004 {
11005 set +e
11006 as_fn_set_status $1
11007 exit $1
11008 } # as_fn_exit
11009
11010 # as_fn_unset VAR
11011 # ---------------
11012 # Portably unset VAR.
11013 as_fn_unset ()
11014 {
11015 { eval $1=; unset $1;}
11016 }
11017 as_unset=as_fn_unset
11018 # as_fn_append VAR VALUE
11019 # ----------------------
11020 # Append the text in VALUE to the end of the definition contained in VAR. Take
11021 # advantage of any shell optimizations that allow amortized linear growth over
11022 # repeated appends, instead of the typical quadratic growth present in naive
11023 # implementations.
11024 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
11025 eval 'as_fn_append ()
11026 {
11027 eval $1+=\$2
11028 }'
11029 else
11030 as_fn_append ()
11031 {
11032 eval $1=\$$1\$2
11033 }
11034 fi # as_fn_append
11035
11036 # as_fn_arith ARG...
11037 # ------------------
11038 # Perform arithmetic evaluation on the ARGs, and store the result in the
11039 # global $as_val. Take advantage of shells that can avoid forks. The arguments
11040 # must be portable across $(()) and expr.
11041 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
11042 eval 'as_fn_arith ()
11043 {
11044 as_val=$(( $* ))
11045 }'
11046 else
11047 as_fn_arith ()
11048 {
11049 as_val=`expr "$@" || test $? -eq 1`
11050 }
11051 fi # as_fn_arith
11052
11053
1177011054 if expr a : '\(a\)' >/dev/null 2>&1 &&
1177111055 test "X`expr 00001 : '.*\(...\)'`" = X001; then
1177211056 as_expr=expr
1178011064 as_basename=false
1178111065 fi
1178211066
11783
11784 # Name of the executable.
11067 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
11068 as_dirname=dirname
11069 else
11070 as_dirname=false
11071 fi
11072
1178511073 as_me=`$as_basename -- "$0" ||
1178611074 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
1178711075 X"$0" : 'X\(//\)$' \| \
1180111089 }
1180211090 s/.*/./; q'`
1180311091
11804 # CDPATH.
11805 $as_unset CDPATH
11806
11807
11808
11809 as_lineno_1=$LINENO
11810 as_lineno_2=$LINENO
11811 test "x$as_lineno_1" != "x$as_lineno_2" &&
11812 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
11813
11814 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
11815 # uniformly replaced by the line number. The first 'sed' inserts a
11816 # line-number line after each line using $LINENO; the second 'sed'
11817 # does the real work. The second script uses 'N' to pair each
11818 # line-number line with the line containing $LINENO, and appends
11819 # trailing '-' during substitution so that $LINENO is not a special
11820 # case at line end.
11821 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
11822 # scripts with optimization help from Paolo Bonzini. Blame Lee
11823 # E. McMahon (1931-1989) for sed's syntax. :-)
11824 sed -n '
11825 p
11826 /[$]LINENO/=
11827 ' <$as_myself |
11828 sed '
11829 s/[$]LINENO.*/&-/
11830 t lineno
11831 b
11832 :lineno
11833 N
11834 :loop
11835 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
11836 t loop
11837 s/-\n.*//
11838 ' >$as_me.lineno &&
11839 chmod +x "$as_me.lineno" ||
11840 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
11841 { (exit 1); exit 1; }; }
11842
11843 # Don't try to exec as it changes $[0], causing all sort of problems
11844 # (the dirname of $[0] is not the place where we might find the
11845 # original and so on. Autoconf is especially sensitive to this).
11846 . "./$as_me.lineno"
11847 # Exit status is that of the last command.
11848 exit
11849 }
11850
11851
11852 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
11853 as_dirname=dirname
11854 else
11855 as_dirname=false
11856 fi
11092 # Avoid depending upon Character Ranges.
11093 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
11094 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
11095 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
11096 as_cr_digits='0123456789'
11097 as_cr_alnum=$as_cr_Letters$as_cr_digits
1185711098
1185811099 ECHO_C= ECHO_N= ECHO_T=
11859 case `echo -n x` in
11100 case `echo -n x` in #(((((
1186011101 -n*)
11861 case `echo 'x\c'` in
11102 case `echo 'xy\c'` in
1186211103 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
11863 *) ECHO_C='\c';;
11104 xy) ECHO_C='\c';;
11105 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
11106 ECHO_T=' ';;
1186411107 esac;;
1186511108 *)
1186611109 ECHO_N='-n';;
1186711110 esac
11868 if expr a : '\(a\)' >/dev/null 2>&1 &&
11869 test "X`expr 00001 : '.*\(...\)'`" = X001; then
11870 as_expr=expr
11871 else
11872 as_expr=false
11873 fi
1187411111
1187511112 rm -f conf$$ conf$$.exe conf$$.file
1187611113 if test -d conf$$.dir; then
1189911136 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
1190011137 rmdir conf$$.dir 2>/dev/null
1190111138
11139
11140 # as_fn_mkdir_p
11141 # -------------
11142 # Create "$as_dir" as a directory, including parents if necessary.
11143 as_fn_mkdir_p ()
11144 {
11145
11146 case $as_dir in #(
11147 -*) as_dir=./$as_dir;;
11148 esac
11149 test -d "$as_dir" || eval $as_mkdir_p || {
11150 as_dirs=
11151 while :; do
11152 case $as_dir in #(
11153 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
11154 *) as_qdir=$as_dir;;
11155 esac
11156 as_dirs="'$as_qdir' $as_dirs"
11157 as_dir=`$as_dirname -- "$as_dir" ||
11158 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11159 X"$as_dir" : 'X\(//\)[^/]' \| \
11160 X"$as_dir" : 'X\(//\)$' \| \
11161 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
11162 $as_echo X"$as_dir" |
11163 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
11164 s//\1/
11165 q
11166 }
11167 /^X\(\/\/\)[^/].*/{
11168 s//\1/
11169 q
11170 }
11171 /^X\(\/\/\)$/{
11172 s//\1/
11173 q
11174 }
11175 /^X\(\/\).*/{
11176 s//\1/
11177 q
11178 }
11179 s/.*/./; q'`
11180 test -d "$as_dir" && break
11181 done
11182 test -z "$as_dirs" || eval "mkdir $as_dirs"
11183 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
11184
11185
11186 } # as_fn_mkdir_p
1190211187 if mkdir -p . 2>/dev/null; then
11903 as_mkdir_p=:
11188 as_mkdir_p='mkdir -p "$as_dir"'
1190411189 else
1190511190 test -d ./-p && rmdir ./-p
1190611191 as_mkdir_p=false
1191911204 if test -d "$1"; then
1192011205 test -d "$1/.";
1192111206 else
11922 case $1 in
11207 case $1 in #(
1192311208 -*)set "./$1";;
1192411209 esac;
11925 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
11210 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
1192611211 ???[sx]*):;;*)false;;esac;fi
1192711212 '\'' sh
1192811213 '
1193711222
1193811223
1193911224 exec 6>&1
11940
11941 # Save the log message, to keep $[0] and so on meaningful, and to
11225 ## ----------------------------------- ##
11226 ## Main body of $CONFIG_STATUS script. ##
11227 ## ----------------------------------- ##
11228 _ASEOF
11229 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
11230
11231 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11232 # Save the log message, to keep $0 and so on meaningful, and to
1194211233 # report actual input values of CONFIG_FILES etc. instead of their
1194311234 # values after options handling.
1194411235 ac_log="
11945 This file was extended by sugar-artwork $as_me 0.88.1, which was
11946 generated by GNU Autoconf 2.63. Invocation command line was
11236 This file was extended by sugar-artwork $as_me 0.89.2, which was
11237 generated by GNU Autoconf 2.65. Invocation command line was
1194711238
1194811239 CONFIG_FILES = $CONFIG_FILES
1194911240 CONFIG_HEADERS = $CONFIG_HEADERS
1197511266
1197611267 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1197711268 ac_cs_usage="\
11978 \`$as_me' instantiates files from templates according to the
11979 current configuration.
11980
11981 Usage: $0 [OPTION]... [FILE]...
11269 \`$as_me' instantiates files and other configuration actions
11270 from templates according to the current configuration. Unless the files
11271 and actions are specified as TAGs, all are instantiated by default.
11272
11273 Usage: $0 [OPTION]... [TAG]...
1198211274
1198311275 -h, --help print this help, then exit
1198411276 -V, --version print version number and configuration settings, then exit
11277 --config print configuration, then exit
1198511278 -q, --quiet, --silent
1198611279 do not print progress messages
1198711280 -d, --debug don't remove temporary files
1200011293 Configuration commands:
1200111294 $config_commands
1200211295
12003 Report bugs to <bug-autoconf@gnu.org>."
11296 Report bugs to the package provider."
1200411297
1200511298 _ACEOF
1200611299 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11300 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1200711301 ac_cs_version="\\
12008 sugar-artwork config.status 0.88.1
12009 configured by $0, generated by GNU Autoconf 2.63,
12010 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
12011
12012 Copyright (C) 2008 Free Software Foundation, Inc.
11302 sugar-artwork config.status 0.89.2
11303 configured by $0, generated by GNU Autoconf 2.65,
11304 with options \\"\$ac_cs_config\\"
11305
11306 Copyright (C) 2009 Free Software Foundation, Inc.
1201311307 This config.status script is free software; the Free Software Foundation
1201411308 gives unlimited permission to copy, distribute and modify it."
1201511309
1204511339 ac_cs_recheck=: ;;
1204611340 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
1204711341 $as_echo "$ac_cs_version"; exit ;;
11342 --config | --confi | --conf | --con | --co | --c )
11343 $as_echo "$ac_cs_config"; exit ;;
1204811344 --debug | --debu | --deb | --de | --d | -d )
1204911345 debug=: ;;
1205011346 --file | --fil | --fi | --f )
1205211348 case $ac_optarg in
1205311349 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
1205411350 esac
12055 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
11351 as_fn_append CONFIG_FILES " '$ac_optarg'"
1205611352 ac_need_defaults=false;;
1205711353 --header | --heade | --head | --hea )
1205811354 $ac_shift
1205911355 case $ac_optarg in
1206011356 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
1206111357 esac
12062 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
11358 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
1206311359 ac_need_defaults=false;;
1206411360 --he | --h)
1206511361 # Conflict between --help and --header
12066 { $as_echo "$as_me: error: ambiguous option: $1
12067 Try \`$0 --help' for more information." >&2
12068 { (exit 1); exit 1; }; };;
11362 as_fn_error "ambiguous option: \`$1'
11363 Try \`$0 --help' for more information.";;
1206911364 --help | --hel | -h )
1207011365 $as_echo "$ac_cs_usage"; exit ;;
1207111366 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1207311368 ac_cs_silent=: ;;
1207411369
1207511370 # This is an error.
12076 -*) { $as_echo "$as_me: error: unrecognized option: $1
12077 Try \`$0 --help' for more information." >&2
12078 { (exit 1); exit 1; }; } ;;
12079
12080 *) ac_config_targets="$ac_config_targets $1"
11371 -*) as_fn_error "unrecognized option: \`$1'
11372 Try \`$0 --help' for more information." ;;
11373
11374 *) as_fn_append ac_config_targets " $1"
1208111375 ac_need_defaults=false ;;
1208211376
1208311377 esac
1240311697 "gtk/engine/Makefile") CONFIG_FILES="$CONFIG_FILES gtk/engine/Makefile" ;;
1240411698 "gtk/theme/Makefile") CONFIG_FILES="$CONFIG_FILES gtk/theme/Makefile" ;;
1240511699
12406 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
12407 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
12408 { (exit 1); exit 1; }; };;
11700 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
1240911701 esac
1241011702 done
1241111703
1243211724 trap 'exit_status=$?
1243311725 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
1243411726 ' 0
12435 trap '{ (exit 1); exit 1; }' 1 2 13 15
11727 trap 'as_fn_exit 1' 1 2 13 15
1243611728 }
1243711729 # Create a (secure) tmp directory for tmp files.
1243811730
1244311735 {
1244411736 tmp=./conf$$-$RANDOM
1244511737 (umask 077 && mkdir "$tmp")
12446 } ||
12447 {
12448 $as_echo "$as_me: cannot create a temporary directory in ." >&2
12449 { (exit 1); exit 1; }
12450 }
11738 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
1245111739
1245211740 # Set up the scripts for CONFIG_FILES section.
1245311741 # No need to generate them if there are no CONFIG_FILES.
1245511743 if test -n "$CONFIG_FILES"; then
1245611744
1245711745
12458 ac_cr='
12459 '
11746 ac_cr=`echo X | tr X '\015'`
11747 # On cygwin, bash can eat \r inside `` if the user requested igncr.
11748 # But we know of no other shell where ac_cr would be empty at this
11749 # point, so we can use a bashism as a fallback.
11750 if test "x$ac_cr" = x; then
11751 eval ac_cr=\$\'\\r\'
11752 fi
1246011753 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
1246111754 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
12462 ac_cs_awk_cr='\\r'
11755 ac_cs_awk_cr='\r'
1246311756 else
1246411757 ac_cs_awk_cr=$ac_cr
1246511758 fi
1247311766 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
1247411767 echo "_ACEOF"
1247511768 } >conf$$subs.sh ||
12476 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
12477 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
12478 { (exit 1); exit 1; }; }
11769 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
1247911770 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
1248011771 ac_delim='%!_!# '
1248111772 for ac_last_try in false false false false false :; do
1248211773 . ./conf$$subs.sh ||
12483 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
12484 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
12485 { (exit 1); exit 1; }; }
11774 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
1248611775
1248711776 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
1248811777 if test $ac_delim_n = $ac_delim_num; then
1248911778 break
1249011779 elif $ac_last_try; then
12491 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
12492 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
12493 { (exit 1); exit 1; }; }
11780 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
1249411781 else
1249511782 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
1249611783 fi
1251211799 t delim
1251311800 :nl
1251411801 h
12515 s/\(.\{148\}\).*/\1/
11802 s/\(.\{148\}\)..*/\1/
1251611803 t more1
1251711804 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
1251811805 p
1252611813 t nl
1252711814 :delim
1252811815 h
12529 s/\(.\{148\}\).*/\1/
11816 s/\(.\{148\}\)..*/\1/
1253011817 t more2
1253111818 s/["\\]/\\&/g; s/^/"/; s/$/"/
1253211819 p
1257911866 else
1258011867 cat
1258111868 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
12582 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
12583 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
12584 { (exit 1); exit 1; }; }
11869 || as_fn_error "could not setup config files machinery" "$LINENO" 5
1258511870 _ACEOF
1258611871
1258711872 # VPATH may cause trouble with some makes, so we remove $(srcdir),
1262211907 if test -z "$ac_t"; then
1262311908 break
1262411909 elif $ac_last_try; then
12625 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
12626 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
12627 { (exit 1); exit 1; }; }
11910 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
1262811911 else
1262911912 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
1263011913 fi
1270911992 _ACAWK
1271011993 _ACEOF
1271111994 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12712 { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
12713 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
12714 { (exit 1); exit 1; }; }
11995 as_fn_error "could not setup config headers machinery" "$LINENO" 5
1271511996 fi # test -n "$CONFIG_HEADERS"
1271611997
1271711998
1272412005 esac
1272512006 case $ac_mode$ac_tag in
1272612007 :[FHL]*:*);;
12727 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
12728 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
12729 { (exit 1); exit 1; }; };;
12008 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
1273012009 :[FH]-) ac_tag=-:-;;
1273112010 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
1273212011 esac
1275412033 [\\/$]*) false;;
1275512034 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
1275612035 esac ||
12757 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
12758 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
12759 { (exit 1); exit 1; }; };;
12036 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
1276012037 esac
1276112038 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
12762 ac_file_inputs="$ac_file_inputs '$ac_f'"
12039 as_fn_append ac_file_inputs " '$ac_f'"
1276312040 done
1276412041
1276512042 # Let's still pretend it is `configure' which instantiates (i.e., don't
1277012047 `' by configure.'
1277112048 if test x"$ac_file" != x-; then
1277212049 configure_input="$ac_file. $configure_input"
12773 { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
12050 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
1277412051 $as_echo "$as_me: creating $ac_file" >&6;}
1277512052 fi
1277612053 # Neutralize special characters interpreted by sed in replacement strings.
1278312060
1278412061 case $ac_tag in
1278512062 *:-:* | *:-) cat >"$tmp/stdin" \
12786 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
12787 $as_echo "$as_me: error: could not create $ac_file" >&2;}
12788 { (exit 1); exit 1; }; } ;;
12063 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
1278912064 esac
1279012065 ;;
1279112066 esac
1281312088 q
1281412089 }
1281512090 s/.*/./; q'`
12816 { as_dir="$ac_dir"
12817 case $as_dir in #(
12818 -*) as_dir=./$as_dir;;
12819 esac
12820 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
12821 as_dirs=
12822 while :; do
12823 case $as_dir in #(
12824 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
12825 *) as_qdir=$as_dir;;
12826 esac
12827 as_dirs="'$as_qdir' $as_dirs"
12828 as_dir=`$as_dirname -- "$as_dir" ||
12829 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12830 X"$as_dir" : 'X\(//\)[^/]' \| \
12831 X"$as_dir" : 'X\(//\)$' \| \
12832 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
12833 $as_echo X"$as_dir" |
12834 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12835 s//\1/
12836 q
12837 }
12838 /^X\(\/\/\)[^/].*/{
12839 s//\1/
12840 q
12841 }
12842 /^X\(\/\/\)$/{
12843 s//\1/
12844 q
12845 }
12846 /^X\(\/\).*/{
12847 s//\1/
12848 q
12849 }
12850 s/.*/./; q'`
12851 test -d "$as_dir" && break
12852 done
12853 test -z "$as_dirs" || eval "mkdir $as_dirs"
12854 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
12855 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
12856 { (exit 1); exit 1; }; }; }
12091 as_dir="$ac_dir"; as_fn_mkdir_p
1285712092 ac_builddir=.
1285812093
1285912094 case "$ac_dir" in
1291012145 # If the template does not know about datarootdir, expand it.
1291112146 # FIXME: This hack should be removed a few years after 2.60.
1291212147 ac_datarootdir_hack=; ac_datarootdir_seen=
12913
1291412148 ac_sed_dataroot='
1291512149 /datarootdir/ {
1291612150 p
1292012154 /@docdir@/p
1292112155 /@infodir@/p
1292212156 /@localedir@/p
12923 /@mandir@/p
12924 '
12157 /@mandir@/p'
1292512158 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1292612159 *datarootdir*) ac_datarootdir_seen=yes;;
1292712160 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
12928 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
12161 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1292912162 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1293012163 _ACEOF
1293112164 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1293512168 s&@infodir@&$infodir&g
1293612169 s&@localedir@&$localedir&g
1293712170 s&@mandir@&$mandir&g
12938 s&\\\${datarootdir}&$datarootdir&g' ;;
12171 s&\\\${datarootdir}&$datarootdir&g' ;;
1293912172 esac
1294012173 _ACEOF
1294112174
1296412197 $ac_datarootdir_hack
1296512198 "
1296612199 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
12967 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
12968 $as_echo "$as_me: error: could not create $ac_file" >&2;}
12969 { (exit 1); exit 1; }; }
12200 || as_fn_error "could not create $ac_file" "$LINENO" 5
1297012201
1297112202 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
1297212203 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
1297312204 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
12974 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
12205 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1297512206 which seems to be undefined. Please make sure it is defined." >&5
1297612207 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1297712208 which seems to be undefined. Please make sure it is defined." >&2;}
1298112212 -) cat "$tmp/out" && rm -f "$tmp/out";;
1298212213 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
1298312214 esac \
12984 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
12985 $as_echo "$as_me: error: could not create $ac_file" >&2;}
12986 { (exit 1); exit 1; }; }
12215 || as_fn_error "could not create $ac_file" "$LINENO" 5
1298712216 ;;
1298812217 :H)
1298912218 #
1299412223 $as_echo "/* $configure_input */" \
1299512224 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
1299612225 } >"$tmp/config.h" \
12997 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
12998 $as_echo "$as_me: error: could not create $ac_file" >&2;}
12999 { (exit 1); exit 1; }; }
12226 || as_fn_error "could not create $ac_file" "$LINENO" 5
1300012227 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
13001 { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
12228 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
1300212229 $as_echo "$as_me: $ac_file is unchanged" >&6;}
1300312230 else
1300412231 rm -f "$ac_file"
1300512232 mv "$tmp/config.h" "$ac_file" \
13006 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
13007 $as_echo "$as_me: error: could not create $ac_file" >&2;}
13008 { (exit 1); exit 1; }; }
12233 || as_fn_error "could not create $ac_file" "$LINENO" 5
1300912234 fi
1301012235 else
1301112236 $as_echo "/* $configure_input */" \
1301212237 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
13013 || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
13014 $as_echo "$as_me: error: could not create -" >&2;}
13015 { (exit 1); exit 1; }; }
12238 || as_fn_error "could not create -" "$LINENO" 5
1301612239 fi
1301712240 # Compute "$ac_file"'s index in $config_headers.
1301812241 _am_arg="$ac_file"
1305012273 s/.*/./; q'`/stamp-h$_am_stamp_count
1305112274 ;;
1305212275
13053 :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
12276 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
1305412277 $as_echo "$as_me: executing $ac_file commands" >&6;}
1305512278 ;;
1305612279 esac
1314512368 q
1314612369 }
1314712370 s/.*/./; q'`
13148 { as_dir=$dirpart/$fdir
13149 case $as_dir in #(
13150 -*) as_dir=./$as_dir;;
13151 esac
13152 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
13153 as_dirs=
13154 while :; do
13155 case $as_dir in #(
13156 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
13157 *) as_qdir=$as_dir;;
13158 esac
13159 as_dirs="'$as_qdir' $as_dirs"
13160 as_dir=`$as_dirname -- "$as_dir" ||
13161 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13162 X"$as_dir" : 'X\(//\)[^/]' \| \
13163 X"$as_dir" : 'X\(//\)$' \| \
13164 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
13165 $as_echo X"$as_dir" |
13166 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13167 s//\1/
13168 q
13169 }
13170 /^X\(\/\/\)[^/].*/{
13171 s//\1/
13172 q
13173 }
13174 /^X\(\/\/\)$/{
13175 s//\1/
13176 q
13177 }
13178 /^X\(\/\).*/{
13179 s//\1/
13180 q
13181 }
13182 s/.*/./; q'`
13183 test -d "$as_dir" && break
13184 done
13185 test -z "$as_dirs" || eval "mkdir $as_dirs"
13186 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
13187 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
13188 { (exit 1); exit 1; }; }; }
12371 as_dir=$dirpart/$fdir; as_fn_mkdir_p
1318912372 # echo "creating $dirpart/$file"
1319012373 echo '# dummy' > "$dirpart/$file"
1319112374 done
1383213015 done # for ac_tag
1383313016
1383413017
13835 { (exit 0); exit 0; }
13018 as_fn_exit 0
1383613019 _ACEOF
13837 chmod +x $CONFIG_STATUS
1383813020 ac_clean_files=$ac_clean_files_save
1383913021
1384013022 test $ac_write_fail = 0 ||
13841 { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
13842 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
13843 { (exit 1); exit 1; }; }
13023 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
1384413024
1384513025
1384613026 # configure is writing to config.log, and then calls config.status.
1386113041 exec 5>>config.log
1386213042 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
1386313043 # would make configure fail if this is the last instruction.
13864 $ac_cs_success || { (exit 1); exit 1; }
13044 $ac_cs_success || as_fn_exit $?
1386513045 fi
1386613046 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
13867 { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
13047 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
1386813048 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
1386913049 fi
1387013050
145145 PACKAGE_NAME = @PACKAGE_NAME@
146146 PACKAGE_STRING = @PACKAGE_STRING@
147147 PACKAGE_TARNAME = @PACKAGE_TARNAME@
148 PACKAGE_URL = @PACKAGE_URL@
148149 PACKAGE_VERSION = @PACKAGE_VERSION@
149150 PATH_SEPARATOR = @PATH_SEPARATOR@
150151 PKG_CONFIG = @PKG_CONFIG@
105105 PACKAGE_NAME = @PACKAGE_NAME@
106106 PACKAGE_STRING = @PACKAGE_STRING@
107107 PACKAGE_TARNAME = @PACKAGE_TARNAME@
108 PACKAGE_URL = @PACKAGE_URL@
108109 PACKAGE_VERSION = @PACKAGE_VERSION@
109110 PATH_SEPARATOR = @PATH_SEPARATOR@
110111 PKG_CONFIG = @PKG_CONFIG@
145145 PACKAGE_NAME = @PACKAGE_NAME@
146146 PACKAGE_STRING = @PACKAGE_STRING@
147147 PACKAGE_TARNAME = @PACKAGE_TARNAME@
148 PACKAGE_URL = @PACKAGE_URL@
148149 PACKAGE_VERSION = @PACKAGE_VERSION@
149150 PATH_SEPARATOR = @PATH_SEPARATOR@
150151 PKG_CONFIG = @PKG_CONFIG@
151151 PACKAGE_NAME = @PACKAGE_NAME@
152152 PACKAGE_STRING = @PACKAGE_STRING@
153153 PACKAGE_TARNAME = @PACKAGE_TARNAME@
154 PACKAGE_URL = @PACKAGE_URL@
154155 PACKAGE_VERSION = @PACKAGE_VERSION@
155156 PATH_SEPARATOR = @PATH_SEPARATOR@
156157 PKG_CONFIG = @PKG_CONFIG@
105105 PACKAGE_NAME = @PACKAGE_NAME@
106106 PACKAGE_STRING = @PACKAGE_STRING@
107107 PACKAGE_TARNAME = @PACKAGE_TARNAME@
108 PACKAGE_URL = @PACKAGE_URL@
108109 PACKAGE_VERSION = @PACKAGE_VERSION@
109110 PATH_SEPARATOR = @PATH_SEPARATOR@
110111 PKG_CONFIG = @PKG_CONFIG@
169169 PACKAGE_NAME = @PACKAGE_NAME@
170170 PACKAGE_STRING = @PACKAGE_STRING@
171171 PACKAGE_TARNAME = @PACKAGE_TARNAME@
172 PACKAGE_URL = @PACKAGE_URL@
172173 PACKAGE_VERSION = @PACKAGE_VERSION@
173174 PATH_SEPARATOR = @PATH_SEPARATOR@
174175 PKG_CONFIG = @PKG_CONFIG@
145145 PACKAGE_NAME = @PACKAGE_NAME@
146146 PACKAGE_STRING = @PACKAGE_STRING@
147147 PACKAGE_TARNAME = @PACKAGE_TARNAME@
148 PACKAGE_URL = @PACKAGE_URL@
148149 PACKAGE_VERSION = @PACKAGE_VERSION@
149150 PATH_SEPARATOR = @PATH_SEPARATOR@
150151 PKG_CONFIG = @PKG_CONFIG@
129129 PACKAGE_NAME = @PACKAGE_NAME@
130130 PACKAGE_STRING = @PACKAGE_STRING@
131131 PACKAGE_TARNAME = @PACKAGE_TARNAME@
132 PACKAGE_URL = @PACKAGE_URL@
132133 PACKAGE_VERSION = @PACKAGE_VERSION@
133134 PATH_SEPARATOR = @PATH_SEPARATOR@
134135 PKG_CONFIG = @PKG_CONFIG@
129129 PACKAGE_NAME = @PACKAGE_NAME@
130130 PACKAGE_STRING = @PACKAGE_STRING@
131131 PACKAGE_TARNAME = @PACKAGE_TARNAME@
132 PACKAGE_URL = @PACKAGE_URL@
132133 PACKAGE_VERSION = @PACKAGE_VERSION@
133134 PATH_SEPARATOR = @PATH_SEPARATOR@
134135 PKG_CONFIG = @PKG_CONFIG@
129129 PACKAGE_NAME = @PACKAGE_NAME@
130130 PACKAGE_STRING = @PACKAGE_STRING@
131131 PACKAGE_TARNAME = @PACKAGE_TARNAME@
132 PACKAGE_URL = @PACKAGE_URL@
132133 PACKAGE_VERSION = @PACKAGE_VERSION@
133134 PATH_SEPARATOR = @PATH_SEPARATOR@
134135 PKG_CONFIG = @PKG_CONFIG@
129129 PACKAGE_NAME = @PACKAGE_NAME@
130130 PACKAGE_STRING = @PACKAGE_STRING@
131131 PACKAGE_TARNAME = @PACKAGE_TARNAME@
132 PACKAGE_URL = @PACKAGE_URL@
132133 PACKAGE_VERSION = @PACKAGE_VERSION@
133134 PATH_SEPARATOR = @PATH_SEPARATOR@
134135 PKG_CONFIG = @PKG_CONFIG@
129129 PACKAGE_NAME = @PACKAGE_NAME@
130130 PACKAGE_STRING = @PACKAGE_STRING@
131131 PACKAGE_TARNAME = @PACKAGE_TARNAME@
132 PACKAGE_URL = @PACKAGE_URL@
132133 PACKAGE_VERSION = @PACKAGE_VERSION@
133134 PATH_SEPARATOR = @PATH_SEPARATOR@
134135 PKG_CONFIG = @PKG_CONFIG@
129129 PACKAGE_NAME = @PACKAGE_NAME@
130130 PACKAGE_STRING = @PACKAGE_STRING@
131131 PACKAGE_TARNAME = @PACKAGE_TARNAME@
132 PACKAGE_URL = @PACKAGE_URL@
132133 PACKAGE_VERSION = @PACKAGE_VERSION@
133134 PATH_SEPARATOR = @PATH_SEPARATOR@
134135 PKG_CONFIG = @PKG_CONFIG@
129129 PACKAGE_NAME = @PACKAGE_NAME@
130130 PACKAGE_STRING = @PACKAGE_STRING@
131131 PACKAGE_TARNAME = @PACKAGE_TARNAME@
132 PACKAGE_URL = @PACKAGE_URL@
132133 PACKAGE_VERSION = @PACKAGE_VERSION@
133134 PATH_SEPARATOR = @PATH_SEPARATOR@
134135 PKG_CONFIG = @PKG_CONFIG@
129129 PACKAGE_NAME = @PACKAGE_NAME@
130130 PACKAGE_STRING = @PACKAGE_STRING@
131131 PACKAGE_TARNAME = @PACKAGE_TARNAME@
132 PACKAGE_URL = @PACKAGE_URL@
132133 PACKAGE_VERSION = @PACKAGE_VERSION@
133134 PATH_SEPARATOR = @PATH_SEPARATOR@
134135 PKG_CONFIG = @PKG_CONFIG@