Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(203)

Side by Side Diff: configure

Issue 2345493002: Uprev libmtp to 1.1.12 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libmtp@master
Patch Set: Re-upload cl Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « config.h.in ('k') | configure.ac » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #! /bin/sh 1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles. 2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.68 for libmtp 1.1.5. 3 # Generated by GNU Autoconf 2.69 for libmtp 1.1.12.
4 # 4 #
5 # Report bugs to <libmtp-discuss@lists.sourceforge.net>. 5 # Report bugs to <libmtp-discuss@lists.sourceforge.net>.
6 # 6 #
7 # 7 #
8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
9 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
10 # Foundation, Inc.
11 # 9 #
12 # 10 #
13 # This configure script is free software; the Free Software Foundation 11 # This configure script is free software; the Free Software Foundation
14 # gives unlimited permission to copy, distribute and modify it. 12 # gives unlimited permission to copy, distribute and modify it.
15 ## -------------------- ## 13 ## -------------------- ##
16 ## M4sh Initialization. ## 14 ## M4sh Initialization. ##
17 ## -------------------- ## 15 ## -------------------- ##
18 16
19 # Be more Bourne compatible 17 # Be more Bourne compatible
20 DUALCASE=1; export DUALCASE # for MKS sh 18 DUALCASE=1; export DUALCASE # for MKS sh
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 127
130 # NLS nuisances. 128 # NLS nuisances.
131 LC_ALL=C 129 LC_ALL=C
132 export LC_ALL 130 export LC_ALL
133 LANGUAGE=C 131 LANGUAGE=C
134 export LANGUAGE 132 export LANGUAGE
135 133
136 # CDPATH. 134 # CDPATH.
137 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH 135 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
138 136
137 # Use a proper internal environment variable to ensure we don't fall
138 # into an infinite loop, continuously re-executing ourselves.
139 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
140 _as_can_reexec=no; export _as_can_reexec;
141 # We cannot yet assume a decent shell, so we have to provide a
142 # neutralization value for shells without unset; and this also
143 # works around shells that cannot unset nonexistent variables.
144 # Preserve -v and -x to the replacement shell.
145 BASH_ENV=/dev/null
146 ENV=/dev/null
147 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
148 case $- in # ((((
149 *v*x* | *x*v* ) as_opts=-vx ;;
150 *v* ) as_opts=-v ;;
151 *x* ) as_opts=-x ;;
152 * ) as_opts= ;;
153 esac
154 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
155 # Admittedly, this is quite paranoid, since all the known shells bail
156 # out after a failed `exec'.
157 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
158 as_fn_exit 255
159 fi
160 # We don't want this to propagate to other subprocesses.
161 { _as_can_reexec=; unset _as_can_reexec;}
139 if test "x$CONFIG_SHELL" = x; then 162 if test "x$CONFIG_SHELL" = x; then
140 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev /null 2>&1; then : 163 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev /null 2>&1; then :
141 emulate sh 164 emulate sh
142 NULLCMD=: 165 NULLCMD=:
143 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which 166 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
144 # is contrary to our usage. Disable this feature. 167 # is contrary to our usage. Disable this feature.
145 alias -g '\${1+\"\$@\"}'='\"\$@\"' 168 alias -g '\${1+\"\$@\"}'='\"\$@\"'
146 setopt NO_GLOB_SUBST 169 setopt NO_GLOB_SUBST
147 else 170 else
148 case \`(set -o) 2>/dev/null\` in #( 171 case \`(set -o) 2>/dev/null\` in #(
(...skipping 13 matching lines...) Expand all
162 exitcode=0 185 exitcode=0
163 as_fn_success || { exitcode=1; echo as_fn_success failed.; } 186 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
164 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } 187 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
165 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } 188 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
166 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } 189 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
167 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : 190 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
168 191
169 else 192 else
170 exitcode=1; echo positional parameters were not saved. 193 exitcode=1; echo positional parameters were not saved.
171 fi 194 fi
172 test x\$exitcode = x0 || exit 1" 195 test x\$exitcode = x0 || exit 1
196 test -x / || exit 1"
173 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$ as_suggested" as_lineno_1a=\$LINENO 197 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$ as_suggested" as_lineno_1a=\$LINENO
174 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as _lineno_2a=\$LINENO 198 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as _lineno_2a=\$LINENO
175 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && 199 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
176 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 200 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
177 201
178 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || ( 202 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
179 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' 203 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
180 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO 204 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
181 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO 205 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
182 PATH=/empty FPATH=/empty; export PATH FPATH 206 PATH=/empty FPATH=/empty; export PATH FPATH
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 as_found=false 239 as_found=false
216 done 240 done
217 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && 241 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
218 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHEL L"; } 2>/dev/null; then : 242 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHEL L"; } 2>/dev/null; then :
219 CONFIG_SHELL=$SHELL as_have_required=yes 243 CONFIG_SHELL=$SHELL as_have_required=yes
220 fi; } 244 fi; }
221 IFS=$as_save_IFS 245 IFS=$as_save_IFS
222 246
223 247
224 if test "x$CONFIG_SHELL" != x; then : 248 if test "x$CONFIG_SHELL" != x; then :
225 # We cannot yet assume a decent shell, so we have to provide a 249 export CONFIG_SHELL
226 » # neutralization value for shells without unset; and this also 250 # We cannot yet assume a decent shell, so we have to provide a
227 » # works around shells that cannot unset nonexistent variables. 251 # neutralization value for shells without unset; and this also
228 » # Preserve -v and -x to the replacement shell. 252 # works around shells that cannot unset nonexistent variables.
229 » BASH_ENV=/dev/null 253 # Preserve -v and -x to the replacement shell.
230 » ENV=/dev/null 254 BASH_ENV=/dev/null
231 » (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 255 ENV=/dev/null
232 » export CONFIG_SHELL 256 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
233 » case $- in # (((( 257 case $- in # ((((
234 » *v*x* | *x*v* ) as_opts=-vx ;; 258 *v*x* | *x*v* ) as_opts=-vx ;;
235 » *v* ) as_opts=-v ;; 259 *v* ) as_opts=-v ;;
236 » *x* ) as_opts=-x ;; 260 *x* ) as_opts=-x ;;
237 » * ) as_opts= ;; 261 * ) as_opts= ;;
238 » esac 262 esac
239 » exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"} 263 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
264 # Admittedly, this is quite paranoid, since all the known shells bail
265 # out after a failed `exec'.
266 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
267 exit 255
240 fi 268 fi
241 269
242 if test x$as_have_required = xno; then : 270 if test x$as_have_required = xno; then :
243 $as_echo "$0: This script requires a shell more modern than all" 271 $as_echo "$0: This script requires a shell more modern than all"
244 $as_echo "$0: the shells that I found on your system." 272 $as_echo "$0: the shells that I found on your system."
245 if test x${ZSH_VERSION+set} = xset ; then 273 if test x${ZSH_VERSION+set} = xset ; then
246 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" 274 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
247 $as_echo "$0: be upgraded to zsh 4.3.4 or later." 275 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
248 else 276 else
249 $as_echo "$0: Please tell bug-autoconf@gnu.org and 277 $as_echo "$0: Please tell bug-autoconf@gnu.org and
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 q 360 q
333 } 361 }
334 s/.*/./; q'` 362 s/.*/./; q'`
335 test -d "$as_dir" && break 363 test -d "$as_dir" && break
336 done 364 done
337 test -z "$as_dirs" || eval "mkdir $as_dirs" 365 test -z "$as_dirs" || eval "mkdir $as_dirs"
338 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" 366 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
339 367
340 368
341 } # as_fn_mkdir_p 369 } # as_fn_mkdir_p
370
371 # as_fn_executable_p FILE
372 # -----------------------
373 # Test if FILE is an executable regular file.
374 as_fn_executable_p ()
375 {
376 test -f "$1" && test -x "$1"
377 } # as_fn_executable_p
342 # as_fn_append VAR VALUE 378 # as_fn_append VAR VALUE
343 # ---------------------- 379 # ----------------------
344 # Append the text in VALUE to the end of the definition contained in VAR. Take 380 # Append the text in VALUE to the end of the definition contained in VAR. Take
345 # advantage of any shell optimizations that allow amortized linear growth over 381 # advantage of any shell optimizations that allow amortized linear growth over
346 # repeated appends, instead of the typical quadratic growth present in naive 382 # repeated appends, instead of the typical quadratic growth present in naive
347 # implementations. 383 # implementations.
348 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : 384 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
349 eval 'as_fn_append () 385 eval 'as_fn_append ()
350 { 386 {
351 eval $1+=\$2 387 eval $1+=\$2
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
453 :lineno 489 :lineno
454 N 490 N
455 :loop 491 :loop
456 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ 492 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
457 t loop 493 t loop
458 s/-\n.*// 494 s/-\n.*//
459 ' >$as_me.lineno && 495 ' >$as_me.lineno &&
460 chmod +x "$as_me.lineno" || 496 chmod +x "$as_me.lineno" ||
461 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX s hell" >&2; as_fn_exit 1; } 497 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX s hell" >&2; as_fn_exit 1; }
462 498
499 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
500 # already done that, so ensure we don't try to do so again and fall
501 # in an infinite loop. This has already happened in practice.
502 _as_can_reexec=no; export _as_can_reexec
463 # Don't try to exec as it changes $[0], causing all sort of problems 503 # Don't try to exec as it changes $[0], causing all sort of problems
464 # (the dirname of $[0] is not the place where we might find the 504 # (the dirname of $[0] is not the place where we might find the
465 # original and so on. Autoconf is especially sensitive to this). 505 # original and so on. Autoconf is especially sensitive to this).
466 . "./$as_me.lineno" 506 . "./$as_me.lineno"
467 # Exit status is that of the last command. 507 # Exit status is that of the last command.
468 exit 508 exit
469 } 509 }
470 510
471 ECHO_C= ECHO_N= ECHO_T= 511 ECHO_C= ECHO_N= ECHO_T=
472 case `echo -n x` in #((((( 512 case `echo -n x` in #(((((
(...skipping 14 matching lines...) Expand all
487 else 527 else
488 rm -f conf$$.dir 528 rm -f conf$$.dir
489 mkdir conf$$.dir 2>/dev/null 529 mkdir conf$$.dir 2>/dev/null
490 fi 530 fi
491 if (echo >conf$$.file) 2>/dev/null; then 531 if (echo >conf$$.file) 2>/dev/null; then
492 if ln -s conf$$.file conf$$ 2>/dev/null; then 532 if ln -s conf$$.file conf$$ 2>/dev/null; then
493 as_ln_s='ln -s' 533 as_ln_s='ln -s'
494 # ... but there are two gotchas: 534 # ... but there are two gotchas:
495 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 535 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
496 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 536 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
497 # In both cases, we have to default to `cp -p'. 537 # In both cases, we have to default to `cp -pR'.
498 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 538 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
499 as_ln_s='cp -p' 539 as_ln_s='cp -pR'
500 elif ln conf$$.file conf$$ 2>/dev/null; then 540 elif ln conf$$.file conf$$ 2>/dev/null; then
501 as_ln_s=ln 541 as_ln_s=ln
502 else 542 else
503 as_ln_s='cp -p' 543 as_ln_s='cp -pR'
504 fi 544 fi
505 else 545 else
506 as_ln_s='cp -p' 546 as_ln_s='cp -pR'
507 fi 547 fi
508 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 548 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
509 rmdir conf$$.dir 2>/dev/null 549 rmdir conf$$.dir 2>/dev/null
510 550
511 if mkdir -p . 2>/dev/null; then 551 if mkdir -p . 2>/dev/null; then
512 as_mkdir_p='mkdir -p "$as_dir"' 552 as_mkdir_p='mkdir -p "$as_dir"'
513 else 553 else
514 test -d ./-p && rmdir ./-p 554 test -d ./-p && rmdir ./-p
515 as_mkdir_p=false 555 as_mkdir_p=false
516 fi 556 fi
517 557
518 if test -x / >/dev/null 2>&1; then 558 as_test_x='test -x'
519 as_test_x='test -x' 559 as_executable_p=as_fn_executable_p
520 else
521 if ls -dL / >/dev/null 2>&1; then
522 as_ls_L_option=L
523 else
524 as_ls_L_option=
525 fi
526 as_test_x='
527 eval sh -c '\''
528 if test -d "$1"; then
529 » test -d "$1/.";
530 else
531 » case $1 in #(
532 » -*)set "./$1";;
533 » esac;
534 » case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
535 » ???[sx]*):;;*)false;;esac;fi
536 '\'' sh
537 '
538 fi
539 as_executable_p=$as_test_x
540 560
541 # Sed expression to map a string onto a valid CPP name. 561 # Sed expression to map a string onto a valid CPP name.
542 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 562 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
543 563
544 # Sed expression to map a string onto a valid variable name. 564 # Sed expression to map a string onto a valid variable name.
545 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 565 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
546 566
547 SHELL=${CONFIG_SHELL-/bin/sh} 567 SHELL=${CONFIG_SHELL-/bin/sh}
548 568
549 569
(...skipping 13 matching lines...) Expand all
563 ac_config_libobj_dir=. 583 ac_config_libobj_dir=.
564 LIBOBJS= 584 LIBOBJS=
565 cross_compiling=no 585 cross_compiling=no
566 subdirs= 586 subdirs=
567 MFLAGS= 587 MFLAGS=
568 MAKEFLAGS= 588 MAKEFLAGS=
569 589
570 # Identity of this package. 590 # Identity of this package.
571 PACKAGE_NAME='libmtp' 591 PACKAGE_NAME='libmtp'
572 PACKAGE_TARNAME='libmtp' 592 PACKAGE_TARNAME='libmtp'
573 PACKAGE_VERSION='1.1.5' 593 PACKAGE_VERSION='1.1.12'
574 PACKAGE_STRING='libmtp 1.1.5' 594 PACKAGE_STRING='libmtp 1.1.12'
575 PACKAGE_BUGREPORT='libmtp-discuss@lists.sourceforge.net' 595 PACKAGE_BUGREPORT='libmtp-discuss@lists.sourceforge.net'
576 PACKAGE_URL='' 596 PACKAGE_URL=''
577 597
578 ac_unique_file="src/libmtp.c" 598 ac_unique_file="src/libmtp.c"
579 # Factoring default headers for most tests. 599 # Factoring default headers for most tests.
580 ac_includes_default="\ 600 ac_includes_default="\
581 #include <stdio.h> 601 #include <stdio.h>
582 #ifdef HAVE_SYS_TYPES_H 602 #ifdef HAVE_SYS_TYPES_H
583 # include <sys/types.h> 603 # include <sys/types.h>
584 #endif 604 #endif
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
689 am__quote 709 am__quote
690 am__include 710 am__include
691 DEPDIR 711 DEPDIR
692 OBJEXT 712 OBJEXT
693 EXEEXT 713 EXEEXT
694 ac_ct_CC 714 ac_ct_CC
695 CPPFLAGS 715 CPPFLAGS
696 LDFLAGS 716 LDFLAGS
697 CFLAGS 717 CFLAGS
698 CC 718 CC
719 AM_BACKSLASH
720 AM_DEFAULT_VERBOSITY
721 AM_DEFAULT_V
722 AM_V
699 am__untar 723 am__untar
700 am__tar 724 am__tar
701 AMTAR 725 AMTAR
702 am__leading_dot 726 am__leading_dot
703 SET_MAKE 727 SET_MAKE
704 AWK 728 AWK
705 mkdir_p 729 mkdir_p
706 MKDIR_P 730 MKDIR_P
707 INSTALL_STRIP_PROGRAM 731 INSTALL_STRIP_PROGRAM
708 STRIP 732 STRIP
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
753 PACKAGE_BUGREPORT 777 PACKAGE_BUGREPORT
754 PACKAGE_STRING 778 PACKAGE_STRING
755 PACKAGE_VERSION 779 PACKAGE_VERSION
756 PACKAGE_TARNAME 780 PACKAGE_TARNAME
757 PACKAGE_NAME 781 PACKAGE_NAME
758 PATH_SEPARATOR 782 PATH_SEPARATOR
759 SHELL' 783 SHELL'
760 ac_subst_files='' 784 ac_subst_files=''
761 ac_user_opts=' 785 ac_user_opts='
762 enable_option_checking 786 enable_option_checking
787 enable_silent_rules
763 enable_dependency_tracking 788 enable_dependency_tracking
764 enable_shared 789 enable_shared
765 enable_static 790 enable_static
766 with_pic 791 with_pic
767 enable_fast_install 792 enable_fast_install
768 with_gnu_ld 793 with_gnu_ld
769 with_sysroot 794 with_sysroot
770 enable_libtool_lock 795 enable_libtool_lock
771 enable_rpath 796 enable_rpath
772 with_libiconv_prefix 797 with_libiconv_prefix
(...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after
1240 # used to hold the argument of --host etc. 1265 # used to hold the argument of --host etc.
1241 # FIXME: To remove some day. 1266 # FIXME: To remove some day.
1242 build=$build_alias 1267 build=$build_alias
1243 host=$host_alias 1268 host=$host_alias
1244 target=$target_alias 1269 target=$target_alias
1245 1270
1246 # FIXME: To remove some day. 1271 # FIXME: To remove some day.
1247 if test "x$host_alias" != x; then 1272 if test "x$host_alias" != x; then
1248 if test "x$build_alias" = x; then 1273 if test "x$build_alias" = x; then
1249 cross_compiling=maybe 1274 cross_compiling=maybe
1250 $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1251 If a cross compiler is detected then cross compile mode will be used" >&2
1252 elif test "x$build_alias" != "x$host_alias"; then 1275 elif test "x$build_alias" != "x$host_alias"; then
1253 cross_compiling=yes 1276 cross_compiling=yes
1254 fi 1277 fi
1255 fi 1278 fi
1256 1279
1257 ac_tool_prefix= 1280 ac_tool_prefix=
1258 test -n "$host_alias" && ac_tool_prefix=$host_alias- 1281 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1259 1282
1260 test "$silent" = yes && exec 6>/dev/null 1283 test "$silent" = yes && exec 6>/dev/null
1261 1284
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
1327 eval ac_cv_env_${ac_var}_value=\$${ac_var} 1350 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1328 done 1351 done
1329 1352
1330 # 1353 #
1331 # Report the --help message. 1354 # Report the --help message.
1332 # 1355 #
1333 if test "$ac_init_help" = "long"; then 1356 if test "$ac_init_help" = "long"; then
1334 # Omit some internal or obsolete options to make the list less imposing. 1357 # Omit some internal or obsolete options to make the list less imposing.
1335 # This message is too long to be a string in the A/UX 3.1 sh. 1358 # This message is too long to be a string in the A/UX 3.1 sh.
1336 cat <<_ACEOF 1359 cat <<_ACEOF
1337 \`configure' configures libmtp 1.1.5 to adapt to many kinds of systems. 1360 \`configure' configures libmtp 1.1.12 to adapt to many kinds of systems.
1338 1361
1339 Usage: $0 [OPTION]... [VAR=VALUE]... 1362 Usage: $0 [OPTION]... [VAR=VALUE]...
1340 1363
1341 To assign environment variables (e.g., CC, CFLAGS...), specify them as 1364 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1342 VAR=VALUE. See below for descriptions of some of the useful variables. 1365 VAR=VALUE. See below for descriptions of some of the useful variables.
1343 1366
1344 Defaults for the options are specified in brackets. 1367 Defaults for the options are specified in brackets.
1345 1368
1346 Configuration: 1369 Configuration:
1347 -h, --help display this help and exit 1370 -h, --help display this help and exit
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
1397 --program-transform-name=PROGRAM run sed PROGRAM on installed program names 1420 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1398 1421
1399 System types: 1422 System types:
1400 --build=BUILD configure for building on BUILD [guessed] 1423 --build=BUILD configure for building on BUILD [guessed]
1401 --host=HOST cross-compile to build programs to run on HOST [BUILD] 1424 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1402 _ACEOF 1425 _ACEOF
1403 fi 1426 fi
1404 1427
1405 if test -n "$ac_init_help"; then 1428 if test -n "$ac_init_help"; then
1406 case $ac_init_help in 1429 case $ac_init_help in
1407 short | recursive ) echo "Configuration of libmtp 1.1.5:";; 1430 short | recursive ) echo "Configuration of libmtp 1.1.12:";;
1408 esac 1431 esac
1409 cat <<\_ACEOF 1432 cat <<\_ACEOF
1410 1433
1411 Optional Features: 1434 Optional Features:
1412 --disable-option-checking ignore unrecognized --enable/--with options 1435 --disable-option-checking ignore unrecognized --enable/--with options
1413 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1436 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1414 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 1437 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1415 --disable-dependency-tracking speeds up one-time build 1438 --enable-silent-rules less verbose build output (undo: "make V=1")
1416 --enable-dependency-tracking do not reject slow dependency extractors 1439 --disable-silent-rules verbose build output (undo: "make V=0")
1440 --enable-dependency-tracking
1441 do not reject slow dependency extractors
1442 --disable-dependency-tracking
1443 speeds up one-time build
1417 --enable-shared[=PKGS] build shared libraries [default=yes] 1444 --enable-shared[=PKGS] build shared libraries [default=yes]
1418 --enable-static[=PKGS] build static libraries [default=yes] 1445 --enable-static[=PKGS] build static libraries [default=yes]
1419 --enable-fast-install[=PKGS] 1446 --enable-fast-install[=PKGS]
1420 optimize for fast installation [default=yes] 1447 optimize for fast installation [default=yes]
1421 --disable-libtool-lock avoid locking (might break parallel builds) 1448 --disable-libtool-lock avoid locking (might break parallel builds)
1422 --disable-rpath do not hardcode runtime library paths 1449 --disable-rpath do not hardcode runtime library paths
1423 --enable-doxygen Build API documentation using Doxygen [default=no] 1450 --enable-doxygen Build API documentation using Doxygen [default=auto]
1424 --disable-mtpz Disable functionality to connect to MTPZ devices 1451 --disable-mtpz Disable functionality to connect to MTPZ devices
1425 (e.g. Zune) 1452 (e.g. Zune)
1426 --disable-largefile omit support for large files 1453 --disable-largefile omit support for large files
1427 1454
1428 Optional Packages: 1455 Optional Packages:
1429 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 1456 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1430 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 1457 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1431 --with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use 1458 --with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use
1432 both] 1459 both]
1433 --with-gnu-ld assume the C compiler uses GNU ld [default=no] 1460 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1434 --with-sysroot=DIR Search for dependent libraries within DIR 1461 --with-sysroot=DIR Search for dependent libraries within DIR
1435 (or the compiler's sysroot if not specified). 1462 (or the compiler's sysroot if not specified).
1436 --with-gnu-ld assume the C compiler uses GNU ld default=no 1463 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1437 --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib 1464 --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib
1438 --without-libiconv-prefix don't search for libiconv in includedir and libd ir 1465 --without-libiconv-prefix don't search for libiconv in includedir and libd ir
1439 --with-udev=DIR directory where udev is installed 1466 --with-udev=DIR directory where udev is installed
1440 [default=/lib/udev] 1467 [default=/usr/lib/udev]
1441 --with-udev-rules=NAME file name for udev rules [default=69-libmtp.rules] 1468 --with-udev-rules=NAME file name for udev rules [default=69-libmtp.rules]
1442 --with-udev-group=GROUP file group for device nodes [default: none 1469 --with-udev-group=GROUP file group for device nodes [default: none
1443 specified] 1470 specified]
1444 --with-udev-mode=GROUP file mode for device nodes [default: none specified] 1471 --with-udev-mode=GROUP file mode for device nodes [default: none specified]
1445 1472
1446 Some influential environment variables: 1473 Some influential environment variables:
1447 CC C compiler command 1474 CC C compiler command
1448 CFLAGS C compiler flags 1475 CFLAGS C compiler flags
1449 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a 1476 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1450 nonstandard directory <lib dir> 1477 nonstandard directory <lib dir>
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
1520 else 1547 else
1521 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 1548 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1522 fi || ac_status=$? 1549 fi || ac_status=$?
1523 cd "$ac_pwd" || { ac_status=$?; break; } 1550 cd "$ac_pwd" || { ac_status=$?; break; }
1524 done 1551 done
1525 fi 1552 fi
1526 1553
1527 test -n "$ac_init_help" && exit $ac_status 1554 test -n "$ac_init_help" && exit $ac_status
1528 if $ac_init_version; then 1555 if $ac_init_version; then
1529 cat <<\_ACEOF 1556 cat <<\_ACEOF
1530 libmtp configure 1.1.5 1557 libmtp configure 1.1.12
1531 generated by GNU Autoconf 2.68 1558 generated by GNU Autoconf 2.69
1532 1559
1533 Copyright (C) 2010 Free Software Foundation, Inc. 1560 Copyright (C) 2012 Free Software Foundation, Inc.
1534 This configure script is free software; the Free Software Foundation 1561 This configure script is free software; the Free Software Foundation
1535 gives unlimited permission to copy, distribute and modify it. 1562 gives unlimited permission to copy, distribute and modify it.
1536 _ACEOF 1563 _ACEOF
1537 exit 1564 exit
1538 fi 1565 fi
1539 1566
1540 ## ------------------------ ## 1567 ## ------------------------ ##
1541 ## Autoconf initialization. ## 1568 ## Autoconf initialization. ##
1542 ## ------------------------ ## 1569 ## ------------------------ ##
1543 1570
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
1599 grep -v '^ *+' conftest.err >conftest.er1 1626 grep -v '^ *+' conftest.err >conftest.er1
1600 cat conftest.er1 >&5 1627 cat conftest.er1 >&5
1601 mv -f conftest.er1 conftest.err 1628 mv -f conftest.er1 conftest.err
1602 fi 1629 fi
1603 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1630 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1604 test $ac_status = 0; } && { 1631 test $ac_status = 0; } && {
1605 test -z "$ac_c_werror_flag" || 1632 test -z "$ac_c_werror_flag" ||
1606 test ! -s conftest.err 1633 test ! -s conftest.err
1607 } && test -s conftest$ac_exeext && { 1634 } && test -s conftest$ac_exeext && {
1608 test "$cross_compiling" = yes || 1635 test "$cross_compiling" = yes ||
1609 » $as_test_x conftest$ac_exeext 1636 » test -x conftest$ac_exeext
1610 }; then : 1637 }; then :
1611 ac_retval=0 1638 ac_retval=0
1612 else 1639 else
1613 $as_echo "$as_me: failed program was:" >&5 1640 $as_echo "$as_me: failed program was:" >&5
1614 sed 's/^/| /' conftest.$ac_ext >&5 1641 sed 's/^/| /' conftest.$ac_ext >&5
1615 1642
1616 ac_retval=1 1643 ac_retval=1
1617 fi 1644 fi
1618 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information 1645 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1619 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would 1646 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
(...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
2000 eval ac_res=\$$4 2027 eval ac_res=\$$4
2001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2002 $as_echo "$ac_res" >&6; } 2029 $as_echo "$ac_res" >&6; }
2003 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 2030 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2004 2031
2005 } # ac_fn_c_check_member 2032 } # ac_fn_c_check_member
2006 cat >config.log <<_ACEOF 2033 cat >config.log <<_ACEOF
2007 This file contains any messages produced by compilers while 2034 This file contains any messages produced by compilers while
2008 running configure, to aid debugging if configure makes a mistake. 2035 running configure, to aid debugging if configure makes a mistake.
2009 2036
2010 It was created by libmtp $as_me 1.1.5, which was 2037 It was created by libmtp $as_me 1.1.12, which was
2011 generated by GNU Autoconf 2.68. Invocation command line was 2038 generated by GNU Autoconf 2.69. Invocation command line was
2012 2039
2013 $ $0 $@ 2040 $ $0 $@
2014 2041
2015 _ACEOF 2042 _ACEOF
2016 exec 5>>config.log 2043 exec 5>>config.log
2017 { 2044 {
2018 cat <<_ASUNAME 2045 cat <<_ASUNAME
2019 ## --------- ## 2046 ## --------- ##
2020 ## Platform. ## 2047 ## Platform. ##
2021 ## --------- ## 2048 ## --------- ##
(...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
2349 ## -------------------- ## 2376 ## -------------------- ##
2350 2377
2351 ac_ext=c 2378 ac_ext=c
2352 ac_cpp='$CPP $CPPFLAGS' 2379 ac_cpp='$CPP $CPPFLAGS'
2353 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 2380 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2354 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ LIBS >&5' 2381 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ LIBS >&5'
2355 ac_compiler_gnu=$ac_cv_c_compiler_gnu 2382 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2356 2383
2357 2384
2358 2385
2359 am__api_version='1.11' 2386 am__api_version='1.15'
2360 2387
2361 ac_aux_dir= 2388 ac_aux_dir=
2362 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do 2389 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2363 if test -f "$ac_dir/install-sh"; then 2390 if test -f "$ac_dir/install-sh"; then
2364 ac_aux_dir=$ac_dir 2391 ac_aux_dir=$ac_dir
2365 ac_install_sh="$ac_aux_dir/install-sh -c" 2392 ac_install_sh="$ac_aux_dir/install-sh -c"
2366 break 2393 break
2367 elif test -f "$ac_dir/install.sh"; then 2394 elif test -f "$ac_dir/install.sh"; then
2368 ac_aux_dir=$ac_dir 2395 ac_aux_dir=$ac_dir
2369 ac_install_sh="$ac_aux_dir/install.sh -c" 2396 ac_install_sh="$ac_aux_dir/install.sh -c"
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
2417 ./ | .// | /[cC]/* | \ 2444 ./ | .// | /[cC]/* | \
2418 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ 2445 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2419 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ 2446 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2420 /usr/ucb/* ) ;; 2447 /usr/ucb/* ) ;;
2421 *) 2448 *)
2422 # OSF1 and SCO ODT 3.0 have their own names for install. 2449 # OSF1 and SCO ODT 3.0 have their own names for install.
2423 # Don't use installbsd from OSF since it installs stuff as root 2450 # Don't use installbsd from OSF since it installs stuff as root
2424 # by default. 2451 # by default.
2425 for ac_prog in ginstall scoinst install; do 2452 for ac_prog in ginstall scoinst install; do
2426 for ac_exec_ext in '' $ac_executable_extensions; do 2453 for ac_exec_ext in '' $ac_executable_extensions; do
2427 » if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_p rog$ac_exec_ext"; }; then 2454 » if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2428 if test $ac_prog = install && 2455 if test $ac_prog = install &&
2429 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 2456 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2430 # AIX install. It has an incompatible calling convention. 2457 # AIX install. It has an incompatible calling convention.
2431 : 2458 :
2432 elif test $ac_prog = install && 2459 elif test $ac_prog = install &&
2433 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 2460 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2434 # program-specific install script used by HP pwplus--don't use. 2461 # program-specific install script used by HP pwplus--don't use.
2435 : 2462 :
2436 else 2463 else
2437 rm -rf conftest.one conftest.two conftest.dir 2464 rm -rf conftest.one conftest.two conftest.dir
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
2475 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. 2502 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2476 # It thinks the first close brace ends the variable substitution. 2503 # It thinks the first close brace ends the variable substitution.
2477 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 2504 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2478 2505
2479 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' 2506 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2480 2507
2481 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 2508 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2482 2509
2483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is s ane" >&5 2510 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is s ane" >&5
2484 $as_echo_n "checking whether build environment is sane... " >&6; } 2511 $as_echo_n "checking whether build environment is sane... " >&6; }
2485 # Just in case
2486 sleep 1
2487 echo timestamp > conftest.file
2488 # Reject unsafe characters in $srcdir or the absolute working directory 2512 # Reject unsafe characters in $srcdir or the absolute working directory
2489 # name. Accept space and tab only in the latter. 2513 # name. Accept space and tab only in the latter.
2490 am_lf=' 2514 am_lf='
2491 ' 2515 '
2492 case `pwd` in 2516 case `pwd` in
2493 *[\\\"\#\$\&\'\`$am_lf]*) 2517 *[\\\"\#\$\&\'\`$am_lf]*)
2494 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; 2518 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2495 esac 2519 esac
2496 case $srcdir in 2520 case $srcdir in
2497 *[\\\"\#\$\&\'\`$am_lf\ \ ]*) 2521 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2498 as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; 2522 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2499 esac 2523 esac
2500 2524
2501 # Do `set' in a subshell so we don't clobber the current shell's 2525 # Do 'set' in a subshell so we don't clobber the current shell's
2502 # arguments. Must try -L first in case configure is actually a 2526 # arguments. Must try -L first in case configure is actually a
2503 # symlink; some systems play weird games with the mod time of symlinks 2527 # symlink; some systems play weird games with the mod time of symlinks
2504 # (eg FreeBSD returns the mod time of the symlink's containing 2528 # (eg FreeBSD returns the mod time of the symlink's containing
2505 # directory). 2529 # directory).
2506 if ( 2530 if (
2507 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` 2531 am_has_slept=no
2508 if test "$*" = "X"; then 2532 for am_try in 1 2; do
2509 # -L didn't work. 2533 echo "timestamp, slept: $am_has_slept" > conftest.file
2510 set X `ls -t "$srcdir/configure" conftest.file` 2534 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2511 fi 2535 if test "$*" = "X"; then
2512 rm -f conftest.file 2536 » # -L didn't work.
2513 if test "$*" != "X $srcdir/configure conftest.file" \ 2537 » set X `ls -t "$srcdir/configure" conftest.file`
2514 && test "$*" != "X conftest.file $srcdir/configure"; then 2538 fi
2539 if test "$*" != "X $srcdir/configure conftest.file" \
2540 » && test "$*" != "X conftest.file $srcdir/configure"; then
2515 2541
2516 # If neither matched, then we have a broken ls. This can happen 2542 » # If neither matched, then we have a broken ls. This can happen
2517 # if, for instance, CONFIG_SHELL is bash and it inherits a 2543 » # if, for instance, CONFIG_SHELL is bash and it inherits a
2518 # broken ls alias from the environment. This has actually 2544 » # broken ls alias from the environment. This has actually
2519 # happened. Such a system could not be considered "sane". 2545 » # happened. Such a system could not be considered "sane".
2520 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken 2546 » as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
2521 alias in your environment" "$LINENO" 5 2547 alias in your environment" "$LINENO" 5
2522 fi 2548 fi
2523 2549 if test "$2" = conftest.file || test $am_try -eq 2; then
2550 break
2551 fi
2552 # Just in case.
2553 sleep 1
2554 am_has_slept=yes
2555 done
2524 test "$2" = conftest.file 2556 test "$2" = conftest.file
2525 ) 2557 )
2526 then 2558 then
2527 # Ok. 2559 # Ok.
2528 : 2560 :
2529 else 2561 else
2530 as_fn_error $? "newly created file is older than distributed files! 2562 as_fn_error $? "newly created file is older than distributed files!
2531 Check your system clock" "$LINENO" 5 2563 Check your system clock" "$LINENO" 5
2532 fi 2564 fi
2533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 2565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2534 $as_echo "yes" >&6; } 2566 $as_echo "yes" >&6; }
2567 # If we didn't sleep, we still need to ensure time stamps of config.status and
2568 # generated files are strictly newer.
2569 am_sleep_pid=
2570 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2571 ( sleep 1 ) &
2572 am_sleep_pid=$!
2573 fi
2574
2575 rm -f conftest.file
2576
2535 test "$program_prefix" != NONE && 2577 test "$program_prefix" != NONE &&
2536 program_transform_name="s&^&$program_prefix&;$program_transform_name" 2578 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2537 # Use a double $ so make ignores it. 2579 # Use a double $ so make ignores it.
2538 test "$program_suffix" != NONE && 2580 test "$program_suffix" != NONE &&
2539 program_transform_name="s&\$&$program_suffix&;$program_transform_name" 2581 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2540 # Double any \ or $. 2582 # Double any \ or $.
2541 # By default was `s,x,x', remove it if useless. 2583 # By default was `s,x,x', remove it if useless.
2542 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' 2584 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2543 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` 2585 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2544 2586
2545 # expand $ac_aux_dir to an absolute path 2587 # Expand $ac_aux_dir to an absolute path.
2546 am_aux_dir=`cd $ac_aux_dir && pwd` 2588 am_aux_dir=`cd "$ac_aux_dir" && pwd`
2547 2589
2548 if test x"${MISSING+set}" != xset; then 2590 if test x"${MISSING+set}" != xset; then
2549 case $am_aux_dir in 2591 case $am_aux_dir in
2550 *\ * | *\ *) 2592 *\ * | *\ *)
2551 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; 2593 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2552 *) 2594 *)
2553 MISSING="\${SHELL} $am_aux_dir/missing" ;; 2595 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2554 esac 2596 esac
2555 fi 2597 fi
2556 # Use eval to expand $SHELL 2598 # Use eval to expand $SHELL
2557 if eval "$MISSING --run true"; then 2599 if eval "$MISSING --is-lightweight"; then
2558 am_missing_run="$MISSING --run " 2600 am_missing_run="$MISSING "
2559 else 2601 else
2560 am_missing_run= 2602 am_missing_run=
2561 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5 2603 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2562 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} 2604 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2563 fi 2605 fi
2564 2606
2565 if test x"${install_sh}" != xset; then 2607 if test x"${install_sh+set}" != xset; then
2566 case $am_aux_dir in 2608 case $am_aux_dir in
2567 *\ * | *\ *) 2609 *\ * | *\ *)
2568 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; 2610 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2569 *) 2611 *)
2570 install_sh="\${SHELL} $am_aux_dir/install-sh" 2612 install_sh="\${SHELL} $am_aux_dir/install-sh"
2571 esac 2613 esac
2572 fi 2614 fi
2573 2615
2574 # Installed binaries are usually stripped using `strip' when the user 2616 # Installed binaries are usually stripped using 'strip' when the user
2575 # run `make install-strip'. However `strip' might not be the right 2617 # run "make install-strip". However 'strip' might not be the right
2576 # tool to use in cross-compilation environments, therefore Automake 2618 # tool to use in cross-compilation environments, therefore Automake
2577 # will honor the `STRIP' environment variable to overrule this program. 2619 # will honor the 'STRIP' environment variable to overrule this program.
2578 if test "$cross_compiling" != no; then 2620 if test "$cross_compiling" != no; then
2579 if test -n "$ac_tool_prefix"; then 2621 if test -n "$ac_tool_prefix"; then
2580 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program n ame with args. 2622 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program n ame with args.
2581 set dummy ${ac_tool_prefix}strip; ac_word=$2 2623 set dummy ${ac_tool_prefix}strip; ac_word=$2
2582 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2583 $as_echo_n "checking for $ac_word... " >&6; } 2625 $as_echo_n "checking for $ac_word... " >&6; }
2584 if ${ac_cv_prog_STRIP+:} false; then : 2626 if ${ac_cv_prog_STRIP+:} false; then :
2585 $as_echo_n "(cached) " >&6 2627 $as_echo_n "(cached) " >&6
2586 else 2628 else
2587 if test -n "$STRIP"; then 2629 if test -n "$STRIP"; then
2588 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 2630 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2589 else 2631 else
2590 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2632 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2591 for as_dir in $PATH 2633 for as_dir in $PATH
2592 do 2634 do
2593 IFS=$as_save_IFS 2635 IFS=$as_save_IFS
2594 test -z "$as_dir" && as_dir=. 2636 test -z "$as_dir" && as_dir=.
2595 for ac_exec_ext in '' $ac_executable_extensions; do 2637 for ac_exec_ext in '' $ac_executable_extensions; do
2596 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac _exec_ext"; }; then 2638 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2597 ac_cv_prog_STRIP="${ac_tool_prefix}strip" 2639 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2598 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5 2640 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5
2599 break 2 2641 break 2
2600 fi 2642 fi
2601 done 2643 done
2602 done 2644 done
2603 IFS=$as_save_IFS 2645 IFS=$as_save_IFS
2604 2646
2605 fi 2647 fi
2606 fi 2648 fi
(...skipping 19 matching lines...) Expand all
2626 else 2668 else
2627 if test -n "$ac_ct_STRIP"; then 2669 if test -n "$ac_ct_STRIP"; then
2628 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. 2670 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2629 else 2671 else
2630 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2672 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2631 for as_dir in $PATH 2673 for as_dir in $PATH
2632 do 2674 do
2633 IFS=$as_save_IFS 2675 IFS=$as_save_IFS
2634 test -z "$as_dir" && as_dir=. 2676 test -z "$as_dir" && as_dir=.
2635 for ac_exec_ext in '' $ac_executable_extensions; do 2677 for ac_exec_ext in '' $ac_executable_extensions; do
2636 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac _exec_ext"; }; then 2678 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2637 ac_cv_prog_ac_ct_STRIP="strip" 2679 ac_cv_prog_ac_ct_STRIP="strip"
2638 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5 2680 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5
2639 break 2 2681 break 2
2640 fi 2682 fi
2641 done 2683 done
2642 done 2684 done
2643 IFS=$as_save_IFS 2685 IFS=$as_save_IFS
2644 2686
2645 fi 2687 fi
2646 fi 2688 fi
(...skipping 30 matching lines...) Expand all
2677 if ${ac_cv_path_mkdir+:} false; then : 2719 if ${ac_cv_path_mkdir+:} false; then :
2678 $as_echo_n "(cached) " >&6 2720 $as_echo_n "(cached) " >&6
2679 else 2721 else
2680 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2722 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2681 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin 2723 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2682 do 2724 do
2683 IFS=$as_save_IFS 2725 IFS=$as_save_IFS
2684 test -z "$as_dir" && as_dir=. 2726 test -z "$as_dir" && as_dir=.
2685 for ac_prog in mkdir gmkdir; do 2727 for ac_prog in mkdir gmkdir; do
2686 for ac_exec_ext in '' $ac_executable_extensions; do 2728 for ac_exec_ext in '' $ac_executable_extensions; do
2687 » { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_p rog$ac_exec_ext"; } || continue 2729 » as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
2688 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( 2730 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2689 'mkdir (GNU coreutils) '* | \ 2731 'mkdir (GNU coreutils) '* | \
2690 'mkdir (coreutils) '* | \ 2732 'mkdir (coreutils) '* | \
2691 'mkdir (fileutils) '4.1*) 2733 'mkdir (fileutils) '4.1*)
2692 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext 2734 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2693 break 3;; 2735 break 3;;
2694 esac 2736 esac
2695 done 2737 done
2696 done 2738 done
2697 done 2739 done
2698 IFS=$as_save_IFS 2740 IFS=$as_save_IFS
2699 2741
2700 fi 2742 fi
2701 2743
2702 test -d ./--version && rmdir ./--version 2744 test -d ./--version && rmdir ./--version
2703 if test "${ac_cv_path_mkdir+set}" = set; then 2745 if test "${ac_cv_path_mkdir+set}" = set; then
2704 MKDIR_P="$ac_cv_path_mkdir -p" 2746 MKDIR_P="$ac_cv_path_mkdir -p"
2705 else 2747 else
2706 # As a last resort, use the slow shell script. Don't cache a 2748 # As a last resort, use the slow shell script. Don't cache a
2707 # value for MKDIR_P within a source directory, because that will 2749 # value for MKDIR_P within a source directory, because that will
2708 # break other packages using the cache if that directory is 2750 # break other packages using the cache if that directory is
2709 # removed, or if the value is a relative name. 2751 # removed, or if the value is a relative name.
2710 MKDIR_P="$ac_install_sh -d" 2752 MKDIR_P="$ac_install_sh -d"
2711 fi 2753 fi
2712 fi 2754 fi
2713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 2755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2714 $as_echo "$MKDIR_P" >&6; } 2756 $as_echo "$MKDIR_P" >&6; }
2715 2757
2716 mkdir_p="$MKDIR_P"
2717 case $mkdir_p in
2718 [\\/$]* | ?:[\\/]*) ;;
2719 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2720 esac
2721
2722 for ac_prog in gawk mawk nawk awk 2758 for ac_prog in gawk mawk nawk awk
2723 do 2759 do
2724 # Extract the first word of "$ac_prog", so it can be a program name with args. 2760 # Extract the first word of "$ac_prog", so it can be a program name with args.
2725 set dummy $ac_prog; ac_word=$2 2761 set dummy $ac_prog; ac_word=$2
2726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2727 $as_echo_n "checking for $ac_word... " >&6; } 2763 $as_echo_n "checking for $ac_word... " >&6; }
2728 if ${ac_cv_prog_AWK+:} false; then : 2764 if ${ac_cv_prog_AWK+:} false; then :
2729 $as_echo_n "(cached) " >&6 2765 $as_echo_n "(cached) " >&6
2730 else 2766 else
2731 if test -n "$AWK"; then 2767 if test -n "$AWK"; then
2732 ac_cv_prog_AWK="$AWK" # Let the user override the test. 2768 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2733 else 2769 else
2734 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2770 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2735 for as_dir in $PATH 2771 for as_dir in $PATH
2736 do 2772 do
2737 IFS=$as_save_IFS 2773 IFS=$as_save_IFS
2738 test -z "$as_dir" && as_dir=. 2774 test -z "$as_dir" && as_dir=.
2739 for ac_exec_ext in '' $ac_executable_extensions; do 2775 for ac_exec_ext in '' $ac_executable_extensions; do
2740 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac _exec_ext"; }; then 2776 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2741 ac_cv_prog_AWK="$ac_prog" 2777 ac_cv_prog_AWK="$ac_prog"
2742 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5 2778 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5
2743 break 2 2779 break 2
2744 fi 2780 fi
2745 done 2781 done
2746 done 2782 done
2747 IFS=$as_save_IFS 2783 IFS=$as_save_IFS
2748 2784
2749 fi 2785 fi
2750 fi 2786 fi
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
2794 2830
2795 rm -rf .tst 2>/dev/null 2831 rm -rf .tst 2>/dev/null
2796 mkdir .tst 2>/dev/null 2832 mkdir .tst 2>/dev/null
2797 if test -d .tst; then 2833 if test -d .tst; then
2798 am__leading_dot=. 2834 am__leading_dot=.
2799 else 2835 else
2800 am__leading_dot=_ 2836 am__leading_dot=_
2801 fi 2837 fi
2802 rmdir .tst 2>/dev/null 2838 rmdir .tst 2>/dev/null
2803 2839
2840 # Check whether --enable-silent-rules was given.
2841 if test "${enable_silent_rules+set}" = set; then :
2842 enableval=$enable_silent_rules;
2843 fi
2844
2845 case $enable_silent_rules in # (((
2846 yes) AM_DEFAULT_VERBOSITY=0;;
2847 no) AM_DEFAULT_VERBOSITY=1;;
2848 *) AM_DEFAULT_VERBOSITY=1;;
2849 esac
2850 am_make=${MAKE-make}
2851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nest ed variables" >&5
2852 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2853 if ${am_cv_make_support_nested_variables+:} false; then :
2854 $as_echo_n "(cached) " >&6
2855 else
2856 if $as_echo 'TRUE=$(BAR$(V))
2857 BAR0=false
2858 BAR1=true
2859 V=1
2860 am__doit:
2861 @$(TRUE)
2862 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2863 am_cv_make_support_nested_variables=yes
2864 else
2865 am_cv_make_support_nested_variables=no
2866 fi
2867 fi
2868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_vari ables" >&5
2869 $as_echo "$am_cv_make_support_nested_variables" >&6; }
2870 if test $am_cv_make_support_nested_variables = yes; then
2871 AM_V='$(V)'
2872 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2873 else
2874 AM_V=$AM_DEFAULT_VERBOSITY
2875 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2876 fi
2877 AM_BACKSLASH='\'
2878
2804 if test "`cd $srcdir && pwd`" != "`pwd`"; then 2879 if test "`cd $srcdir && pwd`" != "`pwd`"; then
2805 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output 2880 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2806 # is not polluted with repeated "-I." 2881 # is not polluted with repeated "-I."
2807 am__isrc=' -I$(srcdir)' 2882 am__isrc=' -I$(srcdir)'
2808 # test to see if srcdir already configured 2883 # test to see if srcdir already configured
2809 if test -f $srcdir/config.status; then 2884 if test -f $srcdir/config.status; then
2810 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 2885 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2811 fi 2886 fi
2812 fi 2887 fi
2813 2888
2814 # test whether we have cygpath 2889 # test whether we have cygpath
2815 if test -z "$CYGPATH_W"; then 2890 if test -z "$CYGPATH_W"; then
2816 if (cygpath --version) >/dev/null 2>/dev/null; then 2891 if (cygpath --version) >/dev/null 2>/dev/null; then
2817 CYGPATH_W='cygpath -w' 2892 CYGPATH_W='cygpath -w'
2818 else 2893 else
2819 CYGPATH_W=echo 2894 CYGPATH_W=echo
2820 fi 2895 fi
2821 fi 2896 fi
2822 2897
2823 2898
2824 # Define the identity of the package. 2899 # Define the identity of the package.
2825 PACKAGE='libmtp' 2900 PACKAGE='libmtp'
2826 VERSION='1.1.5' 2901 VERSION='1.1.12'
2827 2902
2828 2903
2829 cat >>confdefs.h <<_ACEOF 2904 cat >>confdefs.h <<_ACEOF
2830 #define PACKAGE "$PACKAGE" 2905 #define PACKAGE "$PACKAGE"
2831 _ACEOF 2906 _ACEOF
2832 2907
2833 2908
2834 cat >>confdefs.h <<_ACEOF 2909 cat >>confdefs.h <<_ACEOF
2835 #define VERSION "$VERSION" 2910 #define VERSION "$VERSION"
2836 _ACEOF 2911 _ACEOF
2837 2912
2838 # Some tools Automake needs. 2913 # Some tools Automake needs.
2839 2914
2840 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} 2915 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2841 2916
2842 2917
2843 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} 2918 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2844 2919
2845 2920
2846 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} 2921 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2847 2922
2848 2923
2849 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} 2924 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2850 2925
2851 2926
2852 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} 2927 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2853 2928
2854 # We need awk for the "check" target. The system "awk" is bad on 2929 # For better backward compatibility. To be removed once Automake 1.9.x
2855 # some platforms. 2930 # dies out for good. For more background, see:
2931 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2932 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2933 mkdir_p='$(MKDIR_P)'
2934
2935 # We need awk for the "check" target (and possibly the TAP driver). The
2936 # system "awk" is bad on some platforms.
2856 # Always define AMTAR for backward compatibility. Yes, it's still used 2937 # Always define AMTAR for backward compatibility. Yes, it's still used
2857 # in the wild :-( We should find a proper way to deprecate it ... 2938 # in the wild :-( We should find a proper way to deprecate it ...
2858 AMTAR='$${TAR-tar}' 2939 AMTAR='$${TAR-tar}'
2859 2940
2941
2942 # We'll loop over all known methods to create a tar archive until one works.
2943 _am_tools='gnutar pax cpio none'
2944
2860 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' 2945 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
2861 2946
2862 2947
2863 2948
2864 2949
2865 2950
2866 2951
2952 # POSIX will say in a future version that running "rm -f" with no argument
2953 # is OK; and we want to be able to make that assumption in our Makefile
2954 # recipes. So use an aggressive probe to check that the usage we want is
2955 # actually supported "in the wild" to an acceptable degree.
2956 # See automake bug#10828.
2957 # To make any issue more visible, cause the running configure to be aborted
2958 # by default if the 'rm' program in use doesn't match our expectations; the
2959 # user can still override this though.
2960 if rm -f && rm -fr && rm -rf; then : OK; else
2961 cat >&2 <<'END'
2962 Oops!
2963
2964 Your 'rm' program seems unable to run without file operands specified
2965 on the command line, even when the '-f' option is present. This is contrary
2966 to the behaviour of most rm programs out there, and not conforming with
2967 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
2968
2969 Please tell bug-automake@gnu.org about your system, including the value
2970 of your $PATH and any error possibly output before this message. This
2971 can help us improve future automake versions.
2972
2973 END
2974 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
2975 echo 'Configuration will proceed anyway, since you have set the' >&2
2976 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
2977 echo >&2
2978 else
2979 cat >&2 <<'END'
2980 Aborting the configuration process, to ensure you take notice of the issue.
2981
2982 You can download and install GNU coreutils to get an 'rm' implementation
2983 that behaves properly: <http://www.gnu.org/software/coreutils/>.
2984
2985 If you want to complete the configuration process using your problematic
2986 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
2987 to "yes", and re-run configure.
2988
2989 END
2990 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
2991 fi
2992 fi
2993
2994
2867 ac_config_headers="$ac_config_headers config.h" 2995 ac_config_headers="$ac_config_headers config.h"
2868 2996
2869 2997
2870 # Checks for programs. 2998 # Checks for programs.
2871 ac_ext=c 2999 ac_ext=c
2872 ac_cpp='$CPP $CPPFLAGS' 3000 ac_cpp='$CPP $CPPFLAGS'
2873 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3001 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2874 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ LIBS >&5' 3002 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ LIBS >&5'
2875 ac_compiler_gnu=$ac_cv_c_compiler_gnu 3003 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2876 if test -n "$ac_tool_prefix"; then 3004 if test -n "$ac_tool_prefix"; then
2877 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program nam e with args. 3005 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program nam e with args.
2878 set dummy ${ac_tool_prefix}gcc; ac_word=$2 3006 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2879 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3007 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2880 $as_echo_n "checking for $ac_word... " >&6; } 3008 $as_echo_n "checking for $ac_word... " >&6; }
2881 if ${ac_cv_prog_CC+:} false; then : 3009 if ${ac_cv_prog_CC+:} false; then :
2882 $as_echo_n "(cached) " >&6 3010 $as_echo_n "(cached) " >&6
2883 else 3011 else
2884 if test -n "$CC"; then 3012 if test -n "$CC"; then
2885 ac_cv_prog_CC="$CC" # Let the user override the test. 3013 ac_cv_prog_CC="$CC" # Let the user override the test.
2886 else 3014 else
2887 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3015 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2888 for as_dir in $PATH 3016 for as_dir in $PATH
2889 do 3017 do
2890 IFS=$as_save_IFS 3018 IFS=$as_save_IFS
2891 test -z "$as_dir" && as_dir=. 3019 test -z "$as_dir" && as_dir=.
2892 for ac_exec_ext in '' $ac_executable_extensions; do 3020 for ac_exec_ext in '' $ac_executable_extensions; do
2893 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac _exec_ext"; }; then 3021 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2894 ac_cv_prog_CC="${ac_tool_prefix}gcc" 3022 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2895 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5 3023 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5
2896 break 2 3024 break 2
2897 fi 3025 fi
2898 done 3026 done
2899 done 3027 done
2900 IFS=$as_save_IFS 3028 IFS=$as_save_IFS
2901 3029
2902 fi 3030 fi
2903 fi 3031 fi
(...skipping 19 matching lines...) Expand all
2923 else 3051 else
2924 if test -n "$ac_ct_CC"; then 3052 if test -n "$ac_ct_CC"; then
2925 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 3053 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2926 else 3054 else
2927 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3055 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2928 for as_dir in $PATH 3056 for as_dir in $PATH
2929 do 3057 do
2930 IFS=$as_save_IFS 3058 IFS=$as_save_IFS
2931 test -z "$as_dir" && as_dir=. 3059 test -z "$as_dir" && as_dir=.
2932 for ac_exec_ext in '' $ac_executable_extensions; do 3060 for ac_exec_ext in '' $ac_executable_extensions; do
2933 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac _exec_ext"; }; then 3061 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2934 ac_cv_prog_ac_ct_CC="gcc" 3062 ac_cv_prog_ac_ct_CC="gcc"
2935 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5 3063 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5
2936 break 2 3064 break 2
2937 fi 3065 fi
2938 done 3066 done
2939 done 3067 done
2940 IFS=$as_save_IFS 3068 IFS=$as_save_IFS
2941 3069
2942 fi 3070 fi
2943 fi 3071 fi
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
2976 else 3104 else
2977 if test -n "$CC"; then 3105 if test -n "$CC"; then
2978 ac_cv_prog_CC="$CC" # Let the user override the test. 3106 ac_cv_prog_CC="$CC" # Let the user override the test.
2979 else 3107 else
2980 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3108 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2981 for as_dir in $PATH 3109 for as_dir in $PATH
2982 do 3110 do
2983 IFS=$as_save_IFS 3111 IFS=$as_save_IFS
2984 test -z "$as_dir" && as_dir=. 3112 test -z "$as_dir" && as_dir=.
2985 for ac_exec_ext in '' $ac_executable_extensions; do 3113 for ac_exec_ext in '' $ac_executable_extensions; do
2986 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac _exec_ext"; }; then 3114 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2987 ac_cv_prog_CC="${ac_tool_prefix}cc" 3115 ac_cv_prog_CC="${ac_tool_prefix}cc"
2988 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5 3116 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5
2989 break 2 3117 break 2
2990 fi 3118 fi
2991 done 3119 done
2992 done 3120 done
2993 IFS=$as_save_IFS 3121 IFS=$as_save_IFS
2994 3122
2995 fi 3123 fi
2996 fi 3124 fi
(...skipping 20 matching lines...) Expand all
3017 if test -n "$CC"; then 3145 if test -n "$CC"; then
3018 ac_cv_prog_CC="$CC" # Let the user override the test. 3146 ac_cv_prog_CC="$CC" # Let the user override the test.
3019 else 3147 else
3020 ac_prog_rejected=no 3148 ac_prog_rejected=no
3021 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3149 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3022 for as_dir in $PATH 3150 for as_dir in $PATH
3023 do 3151 do
3024 IFS=$as_save_IFS 3152 IFS=$as_save_IFS
3025 test -z "$as_dir" && as_dir=. 3153 test -z "$as_dir" && as_dir=.
3026 for ac_exec_ext in '' $ac_executable_extensions; do 3154 for ac_exec_ext in '' $ac_executable_extensions; do
3027 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac _exec_ext"; }; then 3155 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3028 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 3156 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3029 ac_prog_rejected=yes 3157 ac_prog_rejected=yes
3030 continue 3158 continue
3031 fi 3159 fi
3032 ac_cv_prog_CC="cc" 3160 ac_cv_prog_CC="cc"
3033 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5 3161 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5
3034 break 2 3162 break 2
3035 fi 3163 fi
3036 done 3164 done
3037 done 3165 done
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
3075 else 3203 else
3076 if test -n "$CC"; then 3204 if test -n "$CC"; then
3077 ac_cv_prog_CC="$CC" # Let the user override the test. 3205 ac_cv_prog_CC="$CC" # Let the user override the test.
3078 else 3206 else
3079 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3207 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3080 for as_dir in $PATH 3208 for as_dir in $PATH
3081 do 3209 do
3082 IFS=$as_save_IFS 3210 IFS=$as_save_IFS
3083 test -z "$as_dir" && as_dir=. 3211 test -z "$as_dir" && as_dir=.
3084 for ac_exec_ext in '' $ac_executable_extensions; do 3212 for ac_exec_ext in '' $ac_executable_extensions; do
3085 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac _exec_ext"; }; then 3213 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3086 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 3214 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3087 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5 3215 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5
3088 break 2 3216 break 2
3089 fi 3217 fi
3090 done 3218 done
3091 done 3219 done
3092 IFS=$as_save_IFS 3220 IFS=$as_save_IFS
3093 3221
3094 fi 3222 fi
3095 fi 3223 fi
(...skipping 23 matching lines...) Expand all
3119 else 3247 else
3120 if test -n "$ac_ct_CC"; then 3248 if test -n "$ac_ct_CC"; then
3121 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 3249 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3122 else 3250 else
3123 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3251 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3124 for as_dir in $PATH 3252 for as_dir in $PATH
3125 do 3253 do
3126 IFS=$as_save_IFS 3254 IFS=$as_save_IFS
3127 test -z "$as_dir" && as_dir=. 3255 test -z "$as_dir" && as_dir=.
3128 for ac_exec_ext in '' $ac_executable_extensions; do 3256 for ac_exec_ext in '' $ac_executable_extensions; do
3129 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac _exec_ext"; }; then 3257 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3130 ac_cv_prog_ac_ct_CC="$ac_prog" 3258 ac_cv_prog_ac_ct_CC="$ac_prog"
3131 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5 3259 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5
3132 break 2 3260 break 2
3133 fi 3261 fi
3134 done 3262 done
3135 done 3263 done
3136 IFS=$as_save_IFS 3264 IFS=$as_save_IFS
3137 3265
3138 fi 3266 fi
3139 fi 3267 fi
(...skipping 425 matching lines...) Expand 10 before | Expand all | Expand 10 after
3565 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } 3693 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3566 if ${ac_cv_prog_cc_c89+:} false; then : 3694 if ${ac_cv_prog_cc_c89+:} false; then :
3567 $as_echo_n "(cached) " >&6 3695 $as_echo_n "(cached) " >&6
3568 else 3696 else
3569 ac_cv_prog_cc_c89=no 3697 ac_cv_prog_cc_c89=no
3570 ac_save_CC=$CC 3698 ac_save_CC=$CC
3571 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3699 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3572 /* end confdefs.h. */ 3700 /* end confdefs.h. */
3573 #include <stdarg.h> 3701 #include <stdarg.h>
3574 #include <stdio.h> 3702 #include <stdio.h>
3575 #include <sys/types.h> 3703 struct stat;
3576 #include <sys/stat.h>
3577 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ 3704 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3578 struct buf { int x; }; 3705 struct buf { int x; };
3579 FILE * (*rcsopen) (struct buf *, struct stat *, int); 3706 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3580 static char *e (p, i) 3707 static char *e (p, i)
3581 char **p; 3708 char **p;
3582 int i; 3709 int i;
3583 { 3710 {
3584 return p[i]; 3711 return p[i];
3585 } 3712 }
3586 static char *f (char * (*g) (char **, int), char **p, ...) 3713 static char *f (char * (*g) (char **, int), char **p, ...)
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
3650 esac 3777 esac
3651 if test "x$ac_cv_prog_cc_c89" != xno; then : 3778 if test "x$ac_cv_prog_cc_c89" != xno; then :
3652 3779
3653 fi 3780 fi
3654 3781
3655 ac_ext=c 3782 ac_ext=c
3656 ac_cpp='$CPP $CPPFLAGS' 3783 ac_cpp='$CPP $CPPFLAGS'
3657 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3784 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3658 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ LIBS >&5' 3785 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ LIBS >&5'
3659 ac_compiler_gnu=$ac_cv_c_compiler_gnu 3786 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3787
3788 ac_ext=c
3789 ac_cpp='$CPP $CPPFLAGS'
3790 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3791 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ LIBS >&5'
3792 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3793 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
3794 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
3795 if ${am_cv_prog_cc_c_o+:} false; then :
3796 $as_echo_n "(cached) " >&6
3797 else
3798 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3799 /* end confdefs.h. */
3800
3801 int
3802 main ()
3803 {
3804
3805 ;
3806 return 0;
3807 }
3808 _ACEOF
3809 # Make sure it works both with $CC and with simple cc.
3810 # Following AC_PROG_CC_C_O, we do the test twice because some
3811 # compilers refuse to overwrite an existing .o file with -o,
3812 # though they will create one.
3813 am_cv_prog_cc_c_o=yes
3814 for am_i in 1 2; do
3815 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
3816 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
3817 ac_status=$?
3818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3819 (exit $ac_status); } \
3820 && test -f conftest2.$ac_objext; then
3821 : OK
3822 else
3823 am_cv_prog_cc_c_o=no
3824 break
3825 fi
3826 done
3827 rm -f core conftest*
3828 unset am_i
3829 fi
3830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
3831 $as_echo "$am_cv_prog_cc_c_o" >&6; }
3832 if test "$am_cv_prog_cc_c_o" != yes; then
3833 # Losing compiler, so override with the script.
3834 # FIXME: It is wrong to rewrite CC.
3835 # But if we don't then we get into trouble of one sort or another.
3836 # A longer-term fix would be to have automake use am__CC in this case,
3837 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
3838 CC="$am_aux_dir/compile $CC"
3839 fi
3840 ac_ext=c
3841 ac_cpp='$CPP $CPPFLAGS'
3842 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3843 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ LIBS >&5'
3844 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3845
3660 DEPDIR="${am__leading_dot}deps" 3846 DEPDIR="${am__leading_dot}deps"
3661 3847
3662 ac_config_commands="$ac_config_commands depfiles" 3848 ac_config_commands="$ac_config_commands depfiles"
3663 3849
3664 3850
3665 am_make=${MAKE-make} 3851 am_make=${MAKE-make}
3666 cat > confinc << 'END' 3852 cat > confinc << 'END'
3667 am__doit: 3853 am__doit:
3668 @echo this is the am__doit target 3854 @echo this is the am__doit target
3669 .PHONY: am__doit 3855 .PHONY: am__doit
3670 END 3856 END
3671 # If we don't find an include directive, just comment out the code. 3857 # If we don't find an include directive, just comment out the code.
3672 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $ am_make" >&5 3858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $ am_make" >&5
3673 $as_echo_n "checking for style of include used by $am_make... " >&6; } 3859 $as_echo_n "checking for style of include used by $am_make... " >&6; }
3674 am__include="#" 3860 am__include="#"
3675 am__quote= 3861 am__quote=
3676 _am_result=none 3862 _am_result=none
3677 # First try GNU make style include. 3863 # First try GNU make style include.
3678 echo "include confinc" > confmf 3864 echo "include confinc" > confmf
3679 # Ignore all kinds of additional output from `make'. 3865 # Ignore all kinds of additional output from 'make'.
3680 case `$am_make -s -f confmf 2> /dev/null` in #( 3866 case `$am_make -s -f confmf 2> /dev/null` in #(
3681 *the\ am__doit\ target*) 3867 *the\ am__doit\ target*)
3682 am__include=include 3868 am__include=include
3683 am__quote= 3869 am__quote=
3684 _am_result=GNU 3870 _am_result=GNU
3685 ;; 3871 ;;
3686 esac 3872 esac
3687 # Now try BSD make style include. 3873 # Now try BSD make style include.
3688 if test "$am__include" = "#"; then 3874 if test "$am__include" = "#"; then
3689 echo '.include "confinc"' > confmf 3875 echo '.include "confinc"' > confmf
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
3725 3911
3726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >& 5 3912 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >& 5
3727 $as_echo_n "checking dependency style of $depcc... " >&6; } 3913 $as_echo_n "checking dependency style of $depcc... " >&6; }
3728 if ${am_cv_CC_dependencies_compiler_type+:} false; then : 3914 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
3729 $as_echo_n "(cached) " >&6 3915 $as_echo_n "(cached) " >&6
3730 else 3916 else
3731 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then 3917 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3732 # We make a subdir and do the tests there. Otherwise we can end up 3918 # We make a subdir and do the tests there. Otherwise we can end up
3733 # making bogus files that we don't know about and never remove. For 3919 # making bogus files that we don't know about and never remove. For
3734 # instance it was reported that on HP-UX the gcc test will end up 3920 # instance it was reported that on HP-UX the gcc test will end up
3735 # making a dummy file named `D' -- because `-MD' means `put the output 3921 # making a dummy file named 'D' -- because '-MD' means "put the output
3736 # in D'. 3922 # in D".
3737 rm -rf conftest.dir 3923 rm -rf conftest.dir
3738 mkdir conftest.dir 3924 mkdir conftest.dir
3739 # Copy depcomp to subdir because otherwise we won't find it if we're 3925 # Copy depcomp to subdir because otherwise we won't find it if we're
3740 # using a relative directory. 3926 # using a relative directory.
3741 cp "$am_depcomp" conftest.dir 3927 cp "$am_depcomp" conftest.dir
3742 cd conftest.dir 3928 cd conftest.dir
3743 # We will build objects and dependencies in a subdirectory because 3929 # We will build objects and dependencies in a subdirectory because
3744 # it helps to detect inapplicable dependency modes. For instance 3930 # it helps to detect inapplicable dependency modes. For instance
3745 # both Tru64's cc and ICC support -MD to output dependencies as a 3931 # both Tru64's cc and ICC support -MD to output dependencies as a
3746 # side effect of compilation, but ICC will put the dependencies in 3932 # side effect of compilation, but ICC will put the dependencies in
(...skipping 14 matching lines...) Expand all
3761 # Setup a source with many dependencies, because some compilers 3947 # Setup a source with many dependencies, because some compilers
3762 # like to wrap large dependency lists on column 80 (with \), and 3948 # like to wrap large dependency lists on column 80 (with \), and
3763 # we should not choose a depcomp mode which is confused by this. 3949 # we should not choose a depcomp mode which is confused by this.
3764 # 3950 #
3765 # We need to recreate these files for each test, as the compiler may 3951 # We need to recreate these files for each test, as the compiler may
3766 # overwrite some of them when testing with obscure command lines. 3952 # overwrite some of them when testing with obscure command lines.
3767 # This happens at least with the AIX C compiler. 3953 # This happens at least with the AIX C compiler.
3768 : > sub/conftest.c 3954 : > sub/conftest.c
3769 for i in 1 2 3 4 5 6; do 3955 for i in 1 2 3 4 5 6; do
3770 echo '#include "conftst'$i'.h"' >> sub/conftest.c 3956 echo '#include "conftst'$i'.h"' >> sub/conftest.c
3771 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with 3957 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
3772 # Solaris 8's {/usr,}/bin/sh. 3958 # Solaris 10 /bin/sh.
3773 touch sub/conftst$i.h 3959 echo '/* dummy */' > sub/conftst$i.h
3774 done 3960 done
3775 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf 3961 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3776 3962
3777 # We check with `-c' and `-o' for the sake of the "dashmstdout" 3963 # We check with '-c' and '-o' for the sake of the "dashmstdout"
3778 # mode. It turns out that the SunPro C++ compiler does not properly 3964 # mode. It turns out that the SunPro C++ compiler does not properly
3779 # handle `-M -o', and we need to detect this. Also, some Intel 3965 # handle '-M -o', and we need to detect this. Also, some Intel
3780 # versions had trouble with output in subdirs 3966 # versions had trouble with output in subdirs.
3781 am__obj=sub/conftest.${OBJEXT-o} 3967 am__obj=sub/conftest.${OBJEXT-o}
3782 am__minus_obj="-o $am__obj" 3968 am__minus_obj="-o $am__obj"
3783 case $depmode in 3969 case $depmode in
3784 gcc) 3970 gcc)
3785 # This depmode causes a compiler race in universal mode. 3971 # This depmode causes a compiler race in universal mode.
3786 test "$am__universal" = false || continue 3972 test "$am__universal" = false || continue
3787 ;; 3973 ;;
3788 nosideeffect) 3974 nosideeffect)
3789 # after this tag, mechanisms are not by side-effect, so they'll 3975 # After this tag, mechanisms are not by side-effect, so they'll
3790 # only be used when explicitly requested 3976 # only be used when explicitly requested.
3791 if test "x$enable_dependency_tracking" = xyes; then 3977 if test "x$enable_dependency_tracking" = xyes; then
3792 continue 3978 continue
3793 else 3979 else
3794 break 3980 break
3795 fi 3981 fi
3796 ;; 3982 ;;
3797 msvc7 | msvc7msys | msvisualcpp | msvcmsys) 3983 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
3798 # This compiler won't grok `-c -o', but also, the minuso test has 3984 # This compiler won't grok '-c -o', but also, the minuso test has
3799 # not run yet. These depmodes are late enough in the game, and 3985 # not run yet. These depmodes are late enough in the game, and
3800 # so weak that their functioning should not be impacted. 3986 # so weak that their functioning should not be impacted.
3801 am__obj=conftest.${OBJEXT-o} 3987 am__obj=conftest.${OBJEXT-o}
3802 am__minus_obj= 3988 am__minus_obj=
3803 ;; 3989 ;;
3804 none) break ;; 3990 none) break ;;
3805 esac 3991 esac
3806 if depmode=$depmode \ 3992 if depmode=$depmode \
3807 source=sub/conftest.c object=$am__obj \ 3993 source=sub/conftest.c object=$am__obj \
3808 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ 3994 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
3946 else 4132 else
3947 if test -n "$AS"; then 4133 if test -n "$AS"; then
3948 ac_cv_prog_AS="$AS" # Let the user override the test. 4134 ac_cv_prog_AS="$AS" # Let the user override the test.
3949 else 4135 else
3950 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4136 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3951 for as_dir in $PATH 4137 for as_dir in $PATH
3952 do 4138 do
3953 IFS=$as_save_IFS 4139 IFS=$as_save_IFS
3954 test -z "$as_dir" && as_dir=. 4140 test -z "$as_dir" && as_dir=.
3955 for ac_exec_ext in '' $ac_executable_extensions; do 4141 for ac_exec_ext in '' $ac_executable_extensions; do
3956 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac _exec_ext"; }; then 4142 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3957 ac_cv_prog_AS="${ac_tool_prefix}as" 4143 ac_cv_prog_AS="${ac_tool_prefix}as"
3958 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5 4144 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5
3959 break 2 4145 break 2
3960 fi 4146 fi
3961 done 4147 done
3962 done 4148 done
3963 IFS=$as_save_IFS 4149 IFS=$as_save_IFS
3964 4150
3965 fi 4151 fi
3966 fi 4152 fi
(...skipping 19 matching lines...) Expand all
3986 else 4172 else
3987 if test -n "$ac_ct_AS"; then 4173 if test -n "$ac_ct_AS"; then
3988 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test. 4174 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
3989 else 4175 else
3990 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4176 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3991 for as_dir in $PATH 4177 for as_dir in $PATH
3992 do 4178 do
3993 IFS=$as_save_IFS 4179 IFS=$as_save_IFS
3994 test -z "$as_dir" && as_dir=. 4180 test -z "$as_dir" && as_dir=.
3995 for ac_exec_ext in '' $ac_executable_extensions; do 4181 for ac_exec_ext in '' $ac_executable_extensions; do
3996 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac _exec_ext"; }; then 4182 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3997 ac_cv_prog_ac_ct_AS="as" 4183 ac_cv_prog_ac_ct_AS="as"
3998 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5 4184 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5
3999 break 2 4185 break 2
4000 fi 4186 fi
4001 done 4187 done
4002 done 4188 done
4003 IFS=$as_save_IFS 4189 IFS=$as_save_IFS
4004 4190
4005 fi 4191 fi
4006 fi 4192 fi
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
4038 else 4224 else
4039 if test -n "$DLLTOOL"; then 4225 if test -n "$DLLTOOL"; then
4040 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test. 4226 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
4041 else 4227 else
4042 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4228 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4043 for as_dir in $PATH 4229 for as_dir in $PATH
4044 do 4230 do
4045 IFS=$as_save_IFS 4231 IFS=$as_save_IFS
4046 test -z "$as_dir" && as_dir=. 4232 test -z "$as_dir" && as_dir=.
4047 for ac_exec_ext in '' $ac_executable_extensions; do 4233 for ac_exec_ext in '' $ac_executable_extensions; do
4048 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac _exec_ext"; }; then 4234 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4049 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool" 4235 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
4050 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5 4236 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5
4051 break 2 4237 break 2
4052 fi 4238 fi
4053 done 4239 done
4054 done 4240 done
4055 IFS=$as_save_IFS 4241 IFS=$as_save_IFS
4056 4242
4057 fi 4243 fi
4058 fi 4244 fi
(...skipping 19 matching lines...) Expand all
4078 else 4264 else
4079 if test -n "$ac_ct_DLLTOOL"; then 4265 if test -n "$ac_ct_DLLTOOL"; then
4080 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test. 4266 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
4081 else 4267 else
4082 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4268 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4083 for as_dir in $PATH 4269 for as_dir in $PATH
4084 do 4270 do
4085 IFS=$as_save_IFS 4271 IFS=$as_save_IFS
4086 test -z "$as_dir" && as_dir=. 4272 test -z "$as_dir" && as_dir=.
4087 for ac_exec_ext in '' $ac_executable_extensions; do 4273 for ac_exec_ext in '' $ac_executable_extensions; do
4088 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac _exec_ext"; }; then 4274 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4089 ac_cv_prog_ac_ct_DLLTOOL="dlltool" 4275 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
4090 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5 4276 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5
4091 break 2 4277 break 2
4092 fi 4278 fi
4093 done 4279 done
4094 done 4280 done
4095 IFS=$as_save_IFS 4281 IFS=$as_save_IFS
4096 4282
4097 fi 4283 fi
4098 fi 4284 fi
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
4130 else 4316 else
4131 if test -n "$OBJDUMP"; then 4317 if test -n "$OBJDUMP"; then
4132 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test. 4318 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4133 else 4319 else
4134 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4320 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4135 for as_dir in $PATH 4321 for as_dir in $PATH
4136 do 4322 do
4137 IFS=$as_save_IFS 4323 IFS=$as_save_IFS
4138 test -z "$as_dir" && as_dir=. 4324 test -z "$as_dir" && as_dir=.
4139 for ac_exec_ext in '' $ac_executable_extensions; do 4325 for ac_exec_ext in '' $ac_executable_extensions; do
4140 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac _exec_ext"; }; then 4326 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4141 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" 4327 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
4142 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5 4328 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5
4143 break 2 4329 break 2
4144 fi 4330 fi
4145 done 4331 done
4146 done 4332 done
4147 IFS=$as_save_IFS 4333 IFS=$as_save_IFS
4148 4334
4149 fi 4335 fi
4150 fi 4336 fi
(...skipping 19 matching lines...) Expand all
4170 else 4356 else
4171 if test -n "$ac_ct_OBJDUMP"; then 4357 if test -n "$ac_ct_OBJDUMP"; then
4172 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test. 4358 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
4173 else 4359 else
4174 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4360 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4175 for as_dir in $PATH 4361 for as_dir in $PATH
4176 do 4362 do
4177 IFS=$as_save_IFS 4363 IFS=$as_save_IFS
4178 test -z "$as_dir" && as_dir=. 4364 test -z "$as_dir" && as_dir=.
4179 for ac_exec_ext in '' $ac_executable_extensions; do 4365 for ac_exec_ext in '' $ac_executable_extensions; do
4180 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac _exec_ext"; }; then 4366 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4181 ac_cv_prog_ac_ct_OBJDUMP="objdump" 4367 ac_cv_prog_ac_ct_OBJDUMP="objdump"
4182 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5 4368 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5
4183 break 2 4369 break 2
4184 fi 4370 fi
4185 done 4371 done
4186 done 4372 done
4187 IFS=$as_save_IFS 4373 IFS=$as_save_IFS
4188 4374
4189 fi 4375 fi
4190 fi 4376 fi
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
4344 ac_path_SED_found=false 4530 ac_path_SED_found=false
4345 # Loop through the user's path and test for each of PROGNAME-LIST 4531 # Loop through the user's path and test for each of PROGNAME-LIST
4346 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4532 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4347 for as_dir in $PATH 4533 for as_dir in $PATH
4348 do 4534 do
4349 IFS=$as_save_IFS 4535 IFS=$as_save_IFS
4350 test -z "$as_dir" && as_dir=. 4536 test -z "$as_dir" && as_dir=.
4351 for ac_prog in sed gsed; do 4537 for ac_prog in sed gsed; do
4352 for ac_exec_ext in '' $ac_executable_extensions; do 4538 for ac_exec_ext in '' $ac_executable_extensions; do
4353 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" 4539 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4354 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue 4540 as_fn_executable_p "$ac_path_SED" || continue
4355 # Check for GNU ac_path_SED and select it if it is found. 4541 # Check for GNU ac_path_SED and select it if it is found.
4356 # Check for GNU $ac_path_SED 4542 # Check for GNU $ac_path_SED
4357 case `"$ac_path_SED" --version 2>&1` in 4543 case `"$ac_path_SED" --version 2>&1` in
4358 *GNU*) 4544 *GNU*)
4359 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; 4545 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4360 *) 4546 *)
4361 ac_count=0 4547 ac_count=0
4362 $as_echo_n 0123456789 >"conftest.in" 4548 $as_echo_n 0123456789 >"conftest.in"
4363 while : 4549 while :
4364 do 4550 do
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
4420 ac_path_GREP_found=false 4606 ac_path_GREP_found=false
4421 # Loop through the user's path and test for each of PROGNAME-LIST 4607 # Loop through the user's path and test for each of PROGNAME-LIST
4422 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4608 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4423 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 4609 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4424 do 4610 do
4425 IFS=$as_save_IFS 4611 IFS=$as_save_IFS
4426 test -z "$as_dir" && as_dir=. 4612 test -z "$as_dir" && as_dir=.
4427 for ac_prog in grep ggrep; do 4613 for ac_prog in grep ggrep; do
4428 for ac_exec_ext in '' $ac_executable_extensions; do 4614 for ac_exec_ext in '' $ac_executable_extensions; do
4429 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 4615 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4430 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue 4616 as_fn_executable_p "$ac_path_GREP" || continue
4431 # Check for GNU ac_path_GREP and select it if it is found. 4617 # Check for GNU ac_path_GREP and select it if it is found.
4432 # Check for GNU $ac_path_GREP 4618 # Check for GNU $ac_path_GREP
4433 case `"$ac_path_GREP" --version 2>&1` in 4619 case `"$ac_path_GREP" --version 2>&1` in
4434 *GNU*) 4620 *GNU*)
4435 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; 4621 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4436 *) 4622 *)
4437 ac_count=0 4623 ac_count=0
4438 $as_echo_n 0123456789 >"conftest.in" 4624 $as_echo_n 0123456789 >"conftest.in"
4439 while : 4625 while :
4440 do 4626 do
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
4486 ac_path_EGREP_found=false 4672 ac_path_EGREP_found=false
4487 # Loop through the user's path and test for each of PROGNAME-LIST 4673 # Loop through the user's path and test for each of PROGNAME-LIST
4488 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4674 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4489 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 4675 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4490 do 4676 do
4491 IFS=$as_save_IFS 4677 IFS=$as_save_IFS
4492 test -z "$as_dir" && as_dir=. 4678 test -z "$as_dir" && as_dir=.
4493 for ac_prog in egrep; do 4679 for ac_prog in egrep; do
4494 for ac_exec_ext in '' $ac_executable_extensions; do 4680 for ac_exec_ext in '' $ac_executable_extensions; do
4495 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 4681 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4496 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue 4682 as_fn_executable_p "$ac_path_EGREP" || continue
4497 # Check for GNU ac_path_EGREP and select it if it is found. 4683 # Check for GNU ac_path_EGREP and select it if it is found.
4498 # Check for GNU $ac_path_EGREP 4684 # Check for GNU $ac_path_EGREP
4499 case `"$ac_path_EGREP" --version 2>&1` in 4685 case `"$ac_path_EGREP" --version 2>&1` in
4500 *GNU*) 4686 *GNU*)
4501 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; 4687 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4502 *) 4688 *)
4503 ac_count=0 4689 ac_count=0
4504 $as_echo_n 0123456789 >"conftest.in" 4690 $as_echo_n 0123456789 >"conftest.in"
4505 while : 4691 while :
4506 do 4692 do
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
4553 ac_path_FGREP_found=false 4739 ac_path_FGREP_found=false
4554 # Loop through the user's path and test for each of PROGNAME-LIST 4740 # Loop through the user's path and test for each of PROGNAME-LIST
4555 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4741 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4556 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 4742 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4557 do 4743 do
4558 IFS=$as_save_IFS 4744 IFS=$as_save_IFS
4559 test -z "$as_dir" && as_dir=. 4745 test -z "$as_dir" && as_dir=.
4560 for ac_prog in fgrep; do 4746 for ac_prog in fgrep; do
4561 for ac_exec_ext in '' $ac_executable_extensions; do 4747 for ac_exec_ext in '' $ac_executable_extensions; do
4562 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext" 4748 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4563 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue 4749 as_fn_executable_p "$ac_path_FGREP" || continue
4564 # Check for GNU ac_path_FGREP and select it if it is found. 4750 # Check for GNU ac_path_FGREP and select it if it is found.
4565 # Check for GNU $ac_path_FGREP 4751 # Check for GNU $ac_path_FGREP
4566 case `"$ac_path_FGREP" --version 2>&1` in 4752 case `"$ac_path_FGREP" --version 2>&1` in
4567 *GNU*) 4753 *GNU*)
4568 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;; 4754 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4569 *) 4755 *)
4570 ac_count=0 4756 ac_count=0
4571 $as_echo_n 0123456789 >"conftest.in" 4757 $as_echo_n 0123456789 >"conftest.in"
4572 while : 4758 while :
4573 do 4759 do
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
4809 else 4995 else
4810 if test -n "$DUMPBIN"; then 4996 if test -n "$DUMPBIN"; then
4811 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test. 4997 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4812 else 4998 else
4813 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4999 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4814 for as_dir in $PATH 5000 for as_dir in $PATH
4815 do 5001 do
4816 IFS=$as_save_IFS 5002 IFS=$as_save_IFS
4817 test -z "$as_dir" && as_dir=. 5003 test -z "$as_dir" && as_dir=.
4818 for ac_exec_ext in '' $ac_executable_extensions; do 5004 for ac_exec_ext in '' $ac_executable_extensions; do
4819 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac _exec_ext"; }; then 5005 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4820 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog" 5006 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4821 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5 5007 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5
4822 break 2 5008 break 2
4823 fi 5009 fi
4824 done 5010 done
4825 done 5011 done
4826 IFS=$as_save_IFS 5012 IFS=$as_save_IFS
4827 5013
4828 fi 5014 fi
4829 fi 5015 fi
(...skipping 23 matching lines...) Expand all
4853 else 5039 else
4854 if test -n "$ac_ct_DUMPBIN"; then 5040 if test -n "$ac_ct_DUMPBIN"; then
4855 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test. 5041 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4856 else 5042 else
4857 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 5043 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4858 for as_dir in $PATH 5044 for as_dir in $PATH
4859 do 5045 do
4860 IFS=$as_save_IFS 5046 IFS=$as_save_IFS
4861 test -z "$as_dir" && as_dir=. 5047 test -z "$as_dir" && as_dir=.
4862 for ac_exec_ext in '' $ac_executable_extensions; do 5048 for ac_exec_ext in '' $ac_executable_extensions; do
4863 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac _exec_ext"; }; then 5049 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4864 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog" 5050 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4865 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5 5051 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5
4866 break 2 5052 break 2
4867 fi 5053 fi
4868 done 5054 done
4869 done 5055 done
4870 IFS=$as_save_IFS 5056 IFS=$as_save_IFS
4871 5057
4872 fi 5058 fi
4873 fi 5059 fi
(...skipping 392 matching lines...) Expand 10 before | Expand all | Expand 10 after
5266 else 5452 else
5267 if test -n "$OBJDUMP"; then 5453 if test -n "$OBJDUMP"; then
5268 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test. 5454 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5269 else 5455 else
5270 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 5456 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5271 for as_dir in $PATH 5457 for as_dir in $PATH
5272 do 5458 do
5273 IFS=$as_save_IFS 5459 IFS=$as_save_IFS
5274 test -z "$as_dir" && as_dir=. 5460 test -z "$as_dir" && as_dir=.
5275 for ac_exec_ext in '' $ac_executable_extensions; do 5461 for ac_exec_ext in '' $ac_executable_extensions; do
5276 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac _exec_ext"; }; then 5462 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5277 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" 5463 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5278 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5 5464 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5
5279 break 2 5465 break 2
5280 fi 5466 fi
5281 done 5467 done
5282 done 5468 done
5283 IFS=$as_save_IFS 5469 IFS=$as_save_IFS
5284 5470
5285 fi 5471 fi
5286 fi 5472 fi
(...skipping 19 matching lines...) Expand all
5306 else 5492 else
5307 if test -n "$ac_ct_OBJDUMP"; then 5493 if test -n "$ac_ct_OBJDUMP"; then
5308 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test. 5494 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5309 else 5495 else
5310 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 5496 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5311 for as_dir in $PATH 5497 for as_dir in $PATH
5312 do 5498 do
5313 IFS=$as_save_IFS 5499 IFS=$as_save_IFS
5314 test -z "$as_dir" && as_dir=. 5500 test -z "$as_dir" && as_dir=.
5315 for ac_exec_ext in '' $ac_executable_extensions; do 5501 for ac_exec_ext in '' $ac_executable_extensions; do
5316 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac _exec_ext"; }; then 5502 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5317 ac_cv_prog_ac_ct_OBJDUMP="objdump" 5503 ac_cv_prog_ac_ct_OBJDUMP="objdump"
5318 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5 5504 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5
5319 break 2 5505 break 2
5320 fi 5506 fi
5321 done 5507 done
5322 done 5508 done
5323 IFS=$as_save_IFS 5509 IFS=$as_save_IFS
5324 5510
5325 fi 5511 fi
5326 fi 5512 fi
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
5609 else 5795 else
5610 if test -n "$DLLTOOL"; then 5796 if test -n "$DLLTOOL"; then
5611 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test. 5797 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
5612 else 5798 else
5613 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 5799 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5614 for as_dir in $PATH 5800 for as_dir in $PATH
5615 do 5801 do
5616 IFS=$as_save_IFS 5802 IFS=$as_save_IFS
5617 test -z "$as_dir" && as_dir=. 5803 test -z "$as_dir" && as_dir=.
5618 for ac_exec_ext in '' $ac_executable_extensions; do 5804 for ac_exec_ext in '' $ac_executable_extensions; do
5619 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac _exec_ext"; }; then 5805 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5620 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool" 5806 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
5621 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5 5807 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5
5622 break 2 5808 break 2
5623 fi 5809 fi
5624 done 5810 done
5625 done 5811 done
5626 IFS=$as_save_IFS 5812 IFS=$as_save_IFS
5627 5813
5628 fi 5814 fi
5629 fi 5815 fi
(...skipping 19 matching lines...) Expand all
5649 else 5835 else
5650 if test -n "$ac_ct_DLLTOOL"; then 5836 if test -n "$ac_ct_DLLTOOL"; then
5651 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test. 5837 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
5652 else 5838 else
5653 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 5839 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5654 for as_dir in $PATH 5840 for as_dir in $PATH
5655 do 5841 do
5656 IFS=$as_save_IFS 5842 IFS=$as_save_IFS
5657 test -z "$as_dir" && as_dir=. 5843 test -z "$as_dir" && as_dir=.
5658 for ac_exec_ext in '' $ac_executable_extensions; do 5844 for ac_exec_ext in '' $ac_executable_extensions; do
5659 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac _exec_ext"; }; then 5845 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5660 ac_cv_prog_ac_ct_DLLTOOL="dlltool" 5846 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
5661 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5 5847 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5
5662 break 2 5848 break 2
5663 fi 5849 fi
5664 done 5850 done
5665 done 5851 done
5666 IFS=$as_save_IFS 5852 IFS=$as_save_IFS
5667 5853
5668 fi 5854 fi
5669 fi 5855 fi
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
5750 else 5936 else
5751 if test -n "$AR"; then 5937 if test -n "$AR"; then
5752 ac_cv_prog_AR="$AR" # Let the user override the test. 5938 ac_cv_prog_AR="$AR" # Let the user override the test.
5753 else 5939 else
5754 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 5940 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5755 for as_dir in $PATH 5941 for as_dir in $PATH
5756 do 5942 do
5757 IFS=$as_save_IFS 5943 IFS=$as_save_IFS
5758 test -z "$as_dir" && as_dir=. 5944 test -z "$as_dir" && as_dir=.
5759 for ac_exec_ext in '' $ac_executable_extensions; do 5945 for ac_exec_ext in '' $ac_executable_extensions; do
5760 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac _exec_ext"; }; then 5946 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5761 ac_cv_prog_AR="$ac_tool_prefix$ac_prog" 5947 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5762 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5 5948 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5
5763 break 2 5949 break 2
5764 fi 5950 fi
5765 done 5951 done
5766 done 5952 done
5767 IFS=$as_save_IFS 5953 IFS=$as_save_IFS
5768 5954
5769 fi 5955 fi
5770 fi 5956 fi
(...skipping 23 matching lines...) Expand all
5794 else 5980 else
5795 if test -n "$ac_ct_AR"; then 5981 if test -n "$ac_ct_AR"; then
5796 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. 5982 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5797 else 5983 else
5798 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 5984 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5799 for as_dir in $PATH 5985 for as_dir in $PATH
5800 do 5986 do
5801 IFS=$as_save_IFS 5987 IFS=$as_save_IFS
5802 test -z "$as_dir" && as_dir=. 5988 test -z "$as_dir" && as_dir=.
5803 for ac_exec_ext in '' $ac_executable_extensions; do 5989 for ac_exec_ext in '' $ac_executable_extensions; do
5804 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac _exec_ext"; }; then 5990 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5805 ac_cv_prog_ac_ct_AR="$ac_prog" 5991 ac_cv_prog_ac_ct_AR="$ac_prog"
5806 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5 5992 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5
5807 break 2 5993 break 2
5808 fi 5994 fi
5809 done 5995 done
5810 done 5996 done
5811 IFS=$as_save_IFS 5997 IFS=$as_save_IFS
5812 5998
5813 fi 5999 fi
5814 fi 6000 fi
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
5919 else 6105 else
5920 if test -n "$STRIP"; then 6106 if test -n "$STRIP"; then
5921 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 6107 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5922 else 6108 else
5923 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 6109 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5924 for as_dir in $PATH 6110 for as_dir in $PATH
5925 do 6111 do
5926 IFS=$as_save_IFS 6112 IFS=$as_save_IFS
5927 test -z "$as_dir" && as_dir=. 6113 test -z "$as_dir" && as_dir=.
5928 for ac_exec_ext in '' $ac_executable_extensions; do 6114 for ac_exec_ext in '' $ac_executable_extensions; do
5929 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac _exec_ext"; }; then 6115 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5930 ac_cv_prog_STRIP="${ac_tool_prefix}strip" 6116 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5931 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5 6117 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5
5932 break 2 6118 break 2
5933 fi 6119 fi
5934 done 6120 done
5935 done 6121 done
5936 IFS=$as_save_IFS 6122 IFS=$as_save_IFS
5937 6123
5938 fi 6124 fi
5939 fi 6125 fi
(...skipping 19 matching lines...) Expand all
5959 else 6145 else
5960 if test -n "$ac_ct_STRIP"; then 6146 if test -n "$ac_ct_STRIP"; then
5961 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. 6147 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5962 else 6148 else
5963 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 6149 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5964 for as_dir in $PATH 6150 for as_dir in $PATH
5965 do 6151 do
5966 IFS=$as_save_IFS 6152 IFS=$as_save_IFS
5967 test -z "$as_dir" && as_dir=. 6153 test -z "$as_dir" && as_dir=.
5968 for ac_exec_ext in '' $ac_executable_extensions; do 6154 for ac_exec_ext in '' $ac_executable_extensions; do
5969 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac _exec_ext"; }; then 6155 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5970 ac_cv_prog_ac_ct_STRIP="strip" 6156 ac_cv_prog_ac_ct_STRIP="strip"
5971 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5 6157 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5
5972 break 2 6158 break 2
5973 fi 6159 fi
5974 done 6160 done
5975 done 6161 done
5976 IFS=$as_save_IFS 6162 IFS=$as_save_IFS
5977 6163
5978 fi 6164 fi
5979 fi 6165 fi
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
6018 else 6204 else
6019 if test -n "$RANLIB"; then 6205 if test -n "$RANLIB"; then
6020 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 6206 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6021 else 6207 else
6022 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 6208 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6023 for as_dir in $PATH 6209 for as_dir in $PATH
6024 do 6210 do
6025 IFS=$as_save_IFS 6211 IFS=$as_save_IFS
6026 test -z "$as_dir" && as_dir=. 6212 test -z "$as_dir" && as_dir=.
6027 for ac_exec_ext in '' $ac_executable_extensions; do 6213 for ac_exec_ext in '' $ac_executable_extensions; do
6028 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac _exec_ext"; }; then 6214 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6029 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 6215 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6030 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5 6216 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5
6031 break 2 6217 break 2
6032 fi 6218 fi
6033 done 6219 done
6034 done 6220 done
6035 IFS=$as_save_IFS 6221 IFS=$as_save_IFS
6036 6222
6037 fi 6223 fi
6038 fi 6224 fi
(...skipping 19 matching lines...) Expand all
6058 else 6244 else
6059 if test -n "$ac_ct_RANLIB"; then 6245 if test -n "$ac_ct_RANLIB"; then
6060 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. 6246 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6061 else 6247 else
6062 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 6248 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6063 for as_dir in $PATH 6249 for as_dir in $PATH
6064 do 6250 do
6065 IFS=$as_save_IFS 6251 IFS=$as_save_IFS
6066 test -z "$as_dir" && as_dir=. 6252 test -z "$as_dir" && as_dir=.
6067 for ac_exec_ext in '' $ac_executable_extensions; do 6253 for ac_exec_ext in '' $ac_executable_extensions; do
6068 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac _exec_ext"; }; then 6254 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6069 ac_cv_prog_ac_ct_RANLIB="ranlib" 6255 ac_cv_prog_ac_ct_RANLIB="ranlib"
6070 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5 6256 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5
6071 break 2 6257 break 2
6072 fi 6258 fi
6073 done 6259 done
6074 done 6260 done
6075 IFS=$as_save_IFS 6261 IFS=$as_save_IFS
6076 6262
6077 fi 6263 fi
6078 fi 6264 fi
(...skipping 471 matching lines...) Expand 10 before | Expand all | Expand 10 after
6550 ;; 6736 ;;
6551 *64-bit*) 6737 *64-bit*)
6552 LD="${LD-ld} -64" 6738 LD="${LD-ld} -64"
6553 ;; 6739 ;;
6554 esac 6740 esac
6555 fi 6741 fi
6556 fi 6742 fi
6557 rm -rf conftest* 6743 rm -rf conftest*
6558 ;; 6744 ;;
6559 6745
6560 x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \ 6746 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6561 s390*-*linux*|s390*-*tpf*|sparc*-*linux*) 6747 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6562 # Find out which ABI we are using. 6748 # Find out which ABI we are using.
6563 echo 'int i;' > conftest.$ac_ext 6749 echo 'int i;' > conftest.$ac_ext
6564 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 6750 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6565 (eval $ac_compile) 2>&5 6751 (eval $ac_compile) 2>&5
6566 ac_status=$? 6752 ac_status=$?
6567 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 6753 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6568 test $ac_status = 0; }; then 6754 test $ac_status = 0; }; then
6569 case `/usr/bin/file conftest.o` in 6755 case `/usr/bin/file conftest.o` in
6570 *32-bit*) 6756 *32-bit*)
6571 case $host in 6757 case $host in
6572 x86_64-*kfreebsd*-gnu) 6758 x86_64-*kfreebsd*-gnu)
6573 LD="${LD-ld} -m elf_i386_fbsd" 6759 LD="${LD-ld} -m elf_i386_fbsd"
6574 ;; 6760 ;;
6575 x86_64-*linux*) 6761 x86_64-*linux*)
6576 LD="${LD-ld} -m elf_i386" 6762 LD="${LD-ld} -m elf_i386"
6577 ;; 6763 ;;
6578 » ppc64-*linux*|powerpc64-*linux*) 6764 » powerpc64le-*linux*)
6765 » LD="${LD-ld} -m elf32lppclinux"
6766 » ;;
6767 » powerpc64-*linux*)
6579 LD="${LD-ld} -m elf32ppclinux" 6768 LD="${LD-ld} -m elf32ppclinux"
6580 ;; 6769 ;;
6581 s390x-*linux*) 6770 s390x-*linux*)
6582 LD="${LD-ld} -m elf_s390" 6771 LD="${LD-ld} -m elf_s390"
6583 ;; 6772 ;;
6584 sparc64-*linux*) 6773 sparc64-*linux*)
6585 LD="${LD-ld} -m elf32_sparc" 6774 LD="${LD-ld} -m elf32_sparc"
6586 ;; 6775 ;;
6587 esac 6776 esac
6588 ;; 6777 ;;
6589 *64-bit*) 6778 *64-bit*)
6590 case $host in 6779 case $host in
6591 x86_64-*kfreebsd*-gnu) 6780 x86_64-*kfreebsd*-gnu)
6592 LD="${LD-ld} -m elf_x86_64_fbsd" 6781 LD="${LD-ld} -m elf_x86_64_fbsd"
6593 ;; 6782 ;;
6594 x86_64-*linux*) 6783 x86_64-*linux*)
6595 LD="${LD-ld} -m elf_x86_64" 6784 LD="${LD-ld} -m elf_x86_64"
6596 ;; 6785 ;;
6597 » ppc*-*linux*|powerpc*-*linux*) 6786 » powerpcle-*linux*)
6787 » LD="${LD-ld} -m elf64lppc"
6788 » ;;
6789 » powerpc-*linux*)
6598 LD="${LD-ld} -m elf64ppc" 6790 LD="${LD-ld} -m elf64ppc"
6599 ;; 6791 ;;
6600 s390*-*linux*|s390*-*tpf*) 6792 s390*-*linux*|s390*-*tpf*)
6601 LD="${LD-ld} -m elf64_s390" 6793 LD="${LD-ld} -m elf64_s390"
6602 ;; 6794 ;;
6603 sparc*-*linux*) 6795 sparc*-*linux*)
6604 LD="${LD-ld} -m elf64_sparc" 6796 LD="${LD-ld} -m elf64_sparc"
6605 ;; 6797 ;;
6606 esac 6798 esac
6607 ;; 6799 ;;
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
6707 else 6899 else
6708 if test -n "$MANIFEST_TOOL"; then 6900 if test -n "$MANIFEST_TOOL"; then
6709 ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test. 6901 ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test.
6710 else 6902 else
6711 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 6903 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6712 for as_dir in $PATH 6904 for as_dir in $PATH
6713 do 6905 do
6714 IFS=$as_save_IFS 6906 IFS=$as_save_IFS
6715 test -z "$as_dir" && as_dir=. 6907 test -z "$as_dir" && as_dir=.
6716 for ac_exec_ext in '' $ac_executable_extensions; do 6908 for ac_exec_ext in '' $ac_executable_extensions; do
6717 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac _exec_ext"; }; then 6909 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6718 ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt" 6910 ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
6719 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5 6911 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5
6720 break 2 6912 break 2
6721 fi 6913 fi
6722 done 6914 done
6723 done 6915 done
6724 IFS=$as_save_IFS 6916 IFS=$as_save_IFS
6725 6917
6726 fi 6918 fi
6727 fi 6919 fi
(...skipping 19 matching lines...) Expand all
6747 else 6939 else
6748 if test -n "$ac_ct_MANIFEST_TOOL"; then 6940 if test -n "$ac_ct_MANIFEST_TOOL"; then
6749 ac_cv_prog_ac_ct_MANIFEST_TOOL="$ac_ct_MANIFEST_TOOL" # Let the user override the test. 6941 ac_cv_prog_ac_ct_MANIFEST_TOOL="$ac_ct_MANIFEST_TOOL" # Let the user override the test.
6750 else 6942 else
6751 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 6943 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6752 for as_dir in $PATH 6944 for as_dir in $PATH
6753 do 6945 do
6754 IFS=$as_save_IFS 6946 IFS=$as_save_IFS
6755 test -z "$as_dir" && as_dir=. 6947 test -z "$as_dir" && as_dir=.
6756 for ac_exec_ext in '' $ac_executable_extensions; do 6948 for ac_exec_ext in '' $ac_executable_extensions; do
6757 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac _exec_ext"; }; then 6949 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6758 ac_cv_prog_ac_ct_MANIFEST_TOOL="mt" 6950 ac_cv_prog_ac_ct_MANIFEST_TOOL="mt"
6759 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5 6951 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5
6760 break 2 6952 break 2
6761 fi 6953 fi
6762 done 6954 done
6763 done 6955 done
6764 IFS=$as_save_IFS 6956 IFS=$as_save_IFS
6765 6957
6766 fi 6958 fi
6767 fi 6959 fi
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
6827 else 7019 else
6828 if test -n "$DSYMUTIL"; then 7020 if test -n "$DSYMUTIL"; then
6829 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test. 7021 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6830 else 7022 else
6831 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 7023 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6832 for as_dir in $PATH 7024 for as_dir in $PATH
6833 do 7025 do
6834 IFS=$as_save_IFS 7026 IFS=$as_save_IFS
6835 test -z "$as_dir" && as_dir=. 7027 test -z "$as_dir" && as_dir=.
6836 for ac_exec_ext in '' $ac_executable_extensions; do 7028 for ac_exec_ext in '' $ac_executable_extensions; do
6837 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac _exec_ext"; }; then 7029 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6838 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil" 7030 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
6839 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5 7031 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5
6840 break 2 7032 break 2
6841 fi 7033 fi
6842 done 7034 done
6843 done 7035 done
6844 IFS=$as_save_IFS 7036 IFS=$as_save_IFS
6845 7037
6846 fi 7038 fi
6847 fi 7039 fi
(...skipping 19 matching lines...) Expand all
6867 else 7059 else
6868 if test -n "$ac_ct_DSYMUTIL"; then 7060 if test -n "$ac_ct_DSYMUTIL"; then
6869 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test. 7061 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6870 else 7062 else
6871 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 7063 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6872 for as_dir in $PATH 7064 for as_dir in $PATH
6873 do 7065 do
6874 IFS=$as_save_IFS 7066 IFS=$as_save_IFS
6875 test -z "$as_dir" && as_dir=. 7067 test -z "$as_dir" && as_dir=.
6876 for ac_exec_ext in '' $ac_executable_extensions; do 7068 for ac_exec_ext in '' $ac_executable_extensions; do
6877 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac _exec_ext"; }; then 7069 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6878 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil" 7070 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
6879 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5 7071 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5
6880 break 2 7072 break 2
6881 fi 7073 fi
6882 done 7074 done
6883 done 7075 done
6884 IFS=$as_save_IFS 7076 IFS=$as_save_IFS
6885 7077
6886 fi 7078 fi
6887 fi 7079 fi
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
6919 else 7111 else
6920 if test -n "$NMEDIT"; then 7112 if test -n "$NMEDIT"; then
6921 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test. 7113 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6922 else 7114 else
6923 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 7115 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6924 for as_dir in $PATH 7116 for as_dir in $PATH
6925 do 7117 do
6926 IFS=$as_save_IFS 7118 IFS=$as_save_IFS
6927 test -z "$as_dir" && as_dir=. 7119 test -z "$as_dir" && as_dir=.
6928 for ac_exec_ext in '' $ac_executable_extensions; do 7120 for ac_exec_ext in '' $ac_executable_extensions; do
6929 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac _exec_ext"; }; then 7121 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6930 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit" 7122 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6931 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5 7123 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5
6932 break 2 7124 break 2
6933 fi 7125 fi
6934 done 7126 done
6935 done 7127 done
6936 IFS=$as_save_IFS 7128 IFS=$as_save_IFS
6937 7129
6938 fi 7130 fi
6939 fi 7131 fi
(...skipping 19 matching lines...) Expand all
6959 else 7151 else
6960 if test -n "$ac_ct_NMEDIT"; then 7152 if test -n "$ac_ct_NMEDIT"; then
6961 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test. 7153 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6962 else 7154 else
6963 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 7155 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6964 for as_dir in $PATH 7156 for as_dir in $PATH
6965 do 7157 do
6966 IFS=$as_save_IFS 7158 IFS=$as_save_IFS
6967 test -z "$as_dir" && as_dir=. 7159 test -z "$as_dir" && as_dir=.
6968 for ac_exec_ext in '' $ac_executable_extensions; do 7160 for ac_exec_ext in '' $ac_executable_extensions; do
6969 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac _exec_ext"; }; then 7161 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6970 ac_cv_prog_ac_ct_NMEDIT="nmedit" 7162 ac_cv_prog_ac_ct_NMEDIT="nmedit"
6971 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5 7163 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5
6972 break 2 7164 break 2
6973 fi 7165 fi
6974 done 7166 done
6975 done 7167 done
6976 IFS=$as_save_IFS 7168 IFS=$as_save_IFS
6977 7169
6978 fi 7170 fi
6979 fi 7171 fi
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
7011 else 7203 else
7012 if test -n "$LIPO"; then 7204 if test -n "$LIPO"; then
7013 ac_cv_prog_LIPO="$LIPO" # Let the user override the test. 7205 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7014 else 7206 else
7015 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 7207 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7016 for as_dir in $PATH 7208 for as_dir in $PATH
7017 do 7209 do
7018 IFS=$as_save_IFS 7210 IFS=$as_save_IFS
7019 test -z "$as_dir" && as_dir=. 7211 test -z "$as_dir" && as_dir=.
7020 for ac_exec_ext in '' $ac_executable_extensions; do 7212 for ac_exec_ext in '' $ac_executable_extensions; do
7021 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac _exec_ext"; }; then 7213 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7022 ac_cv_prog_LIPO="${ac_tool_prefix}lipo" 7214 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7023 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5 7215 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5
7024 break 2 7216 break 2
7025 fi 7217 fi
7026 done 7218 done
7027 done 7219 done
7028 IFS=$as_save_IFS 7220 IFS=$as_save_IFS
7029 7221
7030 fi 7222 fi
7031 fi 7223 fi
(...skipping 19 matching lines...) Expand all
7051 else 7243 else
7052 if test -n "$ac_ct_LIPO"; then 7244 if test -n "$ac_ct_LIPO"; then
7053 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test. 7245 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7054 else 7246 else
7055 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 7247 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7056 for as_dir in $PATH 7248 for as_dir in $PATH
7057 do 7249 do
7058 IFS=$as_save_IFS 7250 IFS=$as_save_IFS
7059 test -z "$as_dir" && as_dir=. 7251 test -z "$as_dir" && as_dir=.
7060 for ac_exec_ext in '' $ac_executable_extensions; do 7252 for ac_exec_ext in '' $ac_executable_extensions; do
7061 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac _exec_ext"; }; then 7253 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7062 ac_cv_prog_ac_ct_LIPO="lipo" 7254 ac_cv_prog_ac_ct_LIPO="lipo"
7063 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5 7255 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5
7064 break 2 7256 break 2
7065 fi 7257 fi
7066 done 7258 done
7067 done 7259 done
7068 IFS=$as_save_IFS 7260 IFS=$as_save_IFS
7069 7261
7070 fi 7262 fi
7071 fi 7263 fi
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
7103 else 7295 else
7104 if test -n "$OTOOL"; then 7296 if test -n "$OTOOL"; then
7105 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test. 7297 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7106 else 7298 else
7107 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 7299 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7108 for as_dir in $PATH 7300 for as_dir in $PATH
7109 do 7301 do
7110 IFS=$as_save_IFS 7302 IFS=$as_save_IFS
7111 test -z "$as_dir" && as_dir=. 7303 test -z "$as_dir" && as_dir=.
7112 for ac_exec_ext in '' $ac_executable_extensions; do 7304 for ac_exec_ext in '' $ac_executable_extensions; do
7113 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac _exec_ext"; }; then 7305 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7114 ac_cv_prog_OTOOL="${ac_tool_prefix}otool" 7306 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7115 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5 7307 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5
7116 break 2 7308 break 2
7117 fi 7309 fi
7118 done 7310 done
7119 done 7311 done
7120 IFS=$as_save_IFS 7312 IFS=$as_save_IFS
7121 7313
7122 fi 7314 fi
7123 fi 7315 fi
(...skipping 19 matching lines...) Expand all
7143 else 7335 else
7144 if test -n "$ac_ct_OTOOL"; then 7336 if test -n "$ac_ct_OTOOL"; then
7145 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test. 7337 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7146 else 7338 else
7147 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 7339 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7148 for as_dir in $PATH 7340 for as_dir in $PATH
7149 do 7341 do
7150 IFS=$as_save_IFS 7342 IFS=$as_save_IFS
7151 test -z "$as_dir" && as_dir=. 7343 test -z "$as_dir" && as_dir=.
7152 for ac_exec_ext in '' $ac_executable_extensions; do 7344 for ac_exec_ext in '' $ac_executable_extensions; do
7153 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac _exec_ext"; }; then 7345 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7154 ac_cv_prog_ac_ct_OTOOL="otool" 7346 ac_cv_prog_ac_ct_OTOOL="otool"
7155 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5 7347 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5
7156 break 2 7348 break 2
7157 fi 7349 fi
7158 done 7350 done
7159 done 7351 done
7160 IFS=$as_save_IFS 7352 IFS=$as_save_IFS
7161 7353
7162 fi 7354 fi
7163 fi 7355 fi
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
7195 else 7387 else
7196 if test -n "$OTOOL64"; then 7388 if test -n "$OTOOL64"; then
7197 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test. 7389 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7198 else 7390 else
7199 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 7391 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7200 for as_dir in $PATH 7392 for as_dir in $PATH
7201 do 7393 do
7202 IFS=$as_save_IFS 7394 IFS=$as_save_IFS
7203 test -z "$as_dir" && as_dir=. 7395 test -z "$as_dir" && as_dir=.
7204 for ac_exec_ext in '' $ac_executable_extensions; do 7396 for ac_exec_ext in '' $ac_executable_extensions; do
7205 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac _exec_ext"; }; then 7397 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7206 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64" 7398 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7207 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5 7399 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5
7208 break 2 7400 break 2
7209 fi 7401 fi
7210 done 7402 done
7211 done 7403 done
7212 IFS=$as_save_IFS 7404 IFS=$as_save_IFS
7213 7405
7214 fi 7406 fi
7215 fi 7407 fi
(...skipping 19 matching lines...) Expand all
7235 else 7427 else
7236 if test -n "$ac_ct_OTOOL64"; then 7428 if test -n "$ac_ct_OTOOL64"; then
7237 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test. 7429 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7238 else 7430 else
7239 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 7431 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7240 for as_dir in $PATH 7432 for as_dir in $PATH
7241 do 7433 do
7242 IFS=$as_save_IFS 7434 IFS=$as_save_IFS
7243 test -z "$as_dir" && as_dir=. 7435 test -z "$as_dir" && as_dir=.
7244 for ac_exec_ext in '' $ac_executable_extensions; do 7436 for ac_exec_ext in '' $ac_executable_extensions; do
7245 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac _exec_ext"; }; then 7437 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7246 ac_cv_prog_ac_ct_OTOOL64="otool64" 7438 ac_cv_prog_ac_ct_OTOOL64="otool64"
7247 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5 7439 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5
7248 break 2 7440 break 2
7249 fi 7441 fi
7250 done 7442 done
7251 done 7443 done
7252 IFS=$as_save_IFS 7444 IFS=$as_save_IFS
7253 7445
7254 fi 7446 fi
7255 fi 7447 fi
(...skipping 3479 matching lines...) Expand 10 before | Expand all | Expand 10 after
10735 10927
10736 fi 10928 fi
10737 10929
10738 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath 10930 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10739 10931
10740 # This implies no fast_install, which is unacceptable. 10932 # This implies no fast_install, which is unacceptable.
10741 # Some rework will be needed to allow for fast_install 10933 # Some rework will be needed to allow for fast_install
10742 # before this can be enabled. 10934 # before this can be enabled.
10743 hardcode_into_libs=yes 10935 hardcode_into_libs=yes
10744 10936
10745 # Add ABI-specific directories to the system library path.
10746 sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib"
10747
10748 # Append ld.so.conf contents to the search path 10937 # Append ld.so.conf contents to the search path
10749 if test -f /etc/ld.so.conf; then 10938 if test -f /etc/ld.so.conf; then
10750 lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null" , \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $S ED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` 10939 lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null" , \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $S ED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
10751 sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra" 10940 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10752
10753 fi 10941 fi
10754 10942
10755 # We used to test for /lib/ld.so.1 and disable shared libraries on 10943 # We used to test for /lib/ld.so.1 and disable shared libraries on
10756 # powerpc, because MkLinux only supported shared libraries with the 10944 # powerpc, because MkLinux only supported shared libraries with the
10757 # GNU dynamic linker. Since this was broken with cross compilers, 10945 # GNU dynamic linker. Since this was broken with cross compilers,
10758 # most powerpc-linux boxes support dynamic linking these days and 10946 # most powerpc-linux boxes support dynamic linking these days and
10759 # people can always --disable-shared, the test was removed, and we 10947 # people can always --disable-shared, the test was removed, and we
10760 # assume the GNU/Linux dynamic linker is in use. 10948 # assume the GNU/Linux dynamic linker is in use.
10761 dynamic_linker='GNU/Linux ld.so' 10949 dynamic_linker='GNU/Linux ld.so'
10762 ;; 10950 ;;
(...skipping 978 matching lines...) Expand 10 before | Expand all | Expand 10 after
11741 acl_final_exec_prefix='${prefix}' 11929 acl_final_exec_prefix='${prefix}'
11742 else 11930 else
11743 acl_final_exec_prefix="$exec_prefix" 11931 acl_final_exec_prefix="$exec_prefix"
11744 fi 11932 fi
11745 acl_save_prefix="$prefix" 11933 acl_save_prefix="$prefix"
11746 prefix="$acl_final_prefix" 11934 prefix="$acl_final_prefix"
11747 eval acl_final_exec_prefix=\"$acl_final_exec_prefix\" 11935 eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
11748 prefix="$acl_save_prefix" 11936 prefix="$acl_save_prefix"
11749 11937
11750 11938
11939
11751 # Check whether --with-gnu-ld was given. 11940 # Check whether --with-gnu-ld was given.
11752 if test "${with_gnu_ld+set}" = set; then : 11941 if test "${with_gnu_ld+set}" = set; then :
11753 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes 11942 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
11754 else 11943 else
11755 with_gnu_ld=no 11944 with_gnu_ld=no
11756 fi 11945 fi
11757 11946
11758 # Prepare PATH_SEPARATOR. 11947 # Prepare PATH_SEPARATOR.
11759 # The user is always right. 11948 # The user is always right.
11760 if test "${PATH_SEPARATOR+set}" != set; then 11949 if test "${PATH_SEPARATOR+set}" != set; then
11761 echo "#! /bin/sh" >conf$$.sh 11950 # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which
11762 echo "exit 0" >>conf$$.sh 11951 # contains only /bin. Note that ksh looks also at the FPATH variable,
11763 chmod +x conf$$.sh 11952 # so we have to set that as well for the test.
11764 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 11953 PATH_SEPARATOR=:
11765 PATH_SEPARATOR=';' 11954 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \
11766 else 11955 && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \
11767 PATH_SEPARATOR=: 11956 || PATH_SEPARATOR=';'
11768 fi 11957 }
11769 rm -f conf$$.sh
11770 fi 11958 fi
11959
11771 ac_prog=ld 11960 ac_prog=ld
11772 if test "$GCC" = yes; then 11961 if test "$GCC" = yes; then
11773 # Check if gcc -print-prog-name=ld gives a path. 11962 # Check if gcc -print-prog-name=ld gives a path.
11774 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by GCC" >&5 11963 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
11775 $as_echo_n "checking for ld used by GCC... " >&6; } 11964 $as_echo_n "checking for ld used by $CC... " >&6; }
11776 case $host in 11965 case $host in
11777 *-*-mingw*) 11966 *-*-mingw*)
11778 # gcc leaves a trailing carriage return which upsets mingw 11967 # gcc leaves a trailing carriage return which upsets mingw
11779 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; 11968 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
11780 *) 11969 *)
11781 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; 11970 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
11782 esac 11971 esac
11783 case $ac_prog in 11972 case $ac_prog in
11784 # Accept absolute paths. 11973 # Accept absolute paths.
11785 [\\/]* | [A-Za-z]:[\\/]*) 11974 [\\/]* | ?:[\\/]*)
11786 re_direlt='/[^/][^/]*/\.\./' 11975 re_direlt='/[^/][^/]*/\.\./'
11787 # Canonicalize the path of ld 11976 # Canonicalize the pathname of ld
11788 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'` 11977 ac_prog=`echo "$ac_prog"| sed 's%\\\\%/%g'`
11789 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do 11978 while echo "$ac_prog" | grep "$re_direlt" > /dev/null 2>&1; do
11790 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"` 11979 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
11791 done 11980 done
11792 test -z "$LD" && LD="$ac_prog" 11981 test -z "$LD" && LD="$ac_prog"
11793 ;; 11982 ;;
11794 "") 11983 "")
11795 # If it fails, then pretend we aren't using GCC. 11984 # If it fails, then pretend we aren't using GCC.
11796 ac_prog=ld 11985 ac_prog=ld
11797 ;; 11986 ;;
11798 *) 11987 *)
11799 # If it is relative, then search for the first ld in PATH. 11988 # If it is relative, then search for the first ld in PATH.
11800 with_gnu_ld=unknown 11989 with_gnu_ld=unknown
11801 ;; 11990 ;;
11802 esac 11991 esac
11803 elif test "$with_gnu_ld" = yes; then 11992 elif test "$with_gnu_ld" = yes; then
11804 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5 11993 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
11805 $as_echo_n "checking for GNU ld... " >&6; } 11994 $as_echo_n "checking for GNU ld... " >&6; }
11806 else 11995 else
11807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 11996 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
11808 $as_echo_n "checking for non-GNU ld... " >&6; } 11997 $as_echo_n "checking for non-GNU ld... " >&6; }
11809 fi 11998 fi
11810 if ${acl_cv_path_LD+:} false; then : 11999 if ${acl_cv_path_LD+:} false; then :
11811 $as_echo_n "(cached) " >&6 12000 $as_echo_n "(cached) " >&6
11812 else 12001 else
11813 if test -z "$LD"; then 12002 if test -z "$LD"; then
11814 IFS="${IFS= » }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}" 12003 acl_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
11815 for ac_dir in $PATH; do 12004 for ac_dir in $PATH; do
12005 IFS="$acl_save_ifs"
11816 test -z "$ac_dir" && ac_dir=. 12006 test -z "$ac_dir" && ac_dir=.
11817 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then 12007 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
11818 acl_cv_path_LD="$ac_dir/$ac_prog" 12008 acl_cv_path_LD="$ac_dir/$ac_prog"
11819 # Check to see if the program is GNU ld. I'd rather use --version, 12009 # Check to see if the program is GNU ld. I'd rather use --version,
11820 # but apparently some GNU ld's only accept -v. 12010 # but apparently some variants of GNU ld only accept -v.
11821 # Break only if it was the GNU/non-GNU ld that we prefer. 12011 # Break only if it was the GNU/non-GNU ld that we prefer.
11822 case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in 12012 case `"$acl_cv_path_LD" -v 2>&1 </dev/null` in
11823 *GNU* | *'with BFD'*) 12013 *GNU* | *'with BFD'*)
11824 test "$with_gnu_ld" != no && break ;; 12014 test "$with_gnu_ld" != no && break
12015 ;;
11825 *) 12016 *)
11826 test "$with_gnu_ld" != yes && break ;; 12017 test "$with_gnu_ld" != yes && break
12018 ;;
11827 esac 12019 esac
11828 fi 12020 fi
11829 done 12021 done
11830 IFS="$ac_save_ifs" 12022 IFS="$acl_save_ifs"
11831 else 12023 else
11832 acl_cv_path_LD="$LD" # Let the user override the test with a path. 12024 acl_cv_path_LD="$LD" # Let the user override the test with a path.
11833 fi 12025 fi
11834 fi 12026 fi
11835 12027
11836 LD="$acl_cv_path_LD" 12028 LD="$acl_cv_path_LD"
11837 if test -n "$LD"; then 12029 if test -n "$LD"; then
11838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5 12030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
11839 $as_echo "$LD" >&6; } 12031 $as_echo "$LD" >&6; }
11840 else 12032 else
11841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 12033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11842 $as_echo "no" >&6; } 12034 $as_echo "no" >&6; }
11843 fi 12035 fi
11844 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 12036 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
11845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 12037 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
11846 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } 12038 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
11847 if ${acl_cv_prog_gnu_ld+:} false; then : 12039 if ${acl_cv_prog_gnu_ld+:} false; then :
11848 $as_echo_n "(cached) " >&6 12040 $as_echo_n "(cached) " >&6
11849 else 12041 else
11850 # I'd rather use --version here, but apparently some GNU ld's only accept -v. 12042 # I'd rather use --version here, but apparently some GNU lds only accept -v.
11851 case `$LD -v 2>&1 </dev/null` in 12043 case `$LD -v 2>&1 </dev/null` in
11852 *GNU* | *'with BFD'*) 12044 *GNU* | *'with BFD'*)
11853 acl_cv_prog_gnu_ld=yes ;; 12045 acl_cv_prog_gnu_ld=yes
12046 ;;
11854 *) 12047 *)
11855 acl_cv_prog_gnu_ld=no ;; 12048 acl_cv_prog_gnu_ld=no
12049 ;;
11856 esac 12050 esac
11857 fi 12051 fi
11858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5 12052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5
11859 $as_echo "$acl_cv_prog_gnu_ld" >&6; } 12053 $as_echo "$acl_cv_prog_gnu_ld" >&6; }
11860 with_gnu_ld=$acl_cv_prog_gnu_ld 12054 with_gnu_ld=$acl_cv_prog_gnu_ld
11861 12055
11862 12056
11863 12057
11864 12058
11865 { $as_echo "$as_me:${as_lineno-$ LINENO}: checking for shared library run path origin" >&5 12059 { $as_echo "$as_me:${as_lineno-$ LINENO}: checking for shared library run path origin" >&5
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
12028 for name in $names_this_round; do 12222 for name in $names_this_round; do
12029 already_handled= 12223 already_handled=
12030 for n in $names_already_handled; do 12224 for n in $names_already_handled; do
12031 if test "$n" = "$name"; then 12225 if test "$n" = "$name"; then
12032 already_handled=yes 12226 already_handled=yes
12033 break 12227 break
12034 fi 12228 fi
12035 done 12229 done
12036 if test -z "$already_handled"; then 12230 if test -z "$already_handled"; then
12037 names_already_handled="$names_already_handled $name" 12231 names_already_handled="$names_already_handled $name"
12038 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrst uvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'` 12232 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrst uvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
12039 eval value=\"\$HAVE_LIB$uppername\" 12233 eval value=\"\$HAVE_LIB$uppername\"
12040 if test -n "$value"; then 12234 if test -n "$value"; then
12041 if test "$value" = yes; then 12235 if test "$value" = yes; then
12042 eval value=\"\$LIB$uppername\" 12236 eval value=\"\$LIB$uppername\"
12043 test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value" 12237 test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
12044 eval value=\"\$LTLIB$uppername\" 12238 eval value=\"\$LTLIB$uppername\"
12045 test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value" 12239 test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
12046 else 12240 else
12047 : 12241 :
12048 fi 12242 fi
(...skipping 622 matching lines...) Expand 10 before | Expand all | Expand 10 after
12671 $am_cv_proto_iconv" >&6; } 12865 $am_cv_proto_iconv" >&6; }
12672 12866
12673 cat >>confdefs.h <<_ACEOF 12867 cat >>confdefs.h <<_ACEOF
12674 #define ICONV_CONST $am_cv_proto_iconv_arg1 12868 #define ICONV_CONST $am_cv_proto_iconv_arg1
12675 _ACEOF 12869 _ACEOF
12676 12870
12677 fi 12871 fi
12678 12872
12679 12873
12680 # Optionally set install location of udev 12874 # Optionally set install location of udev
12681 UDEV=/lib/udev 12875 UDEV=/usr/lib/udev
12682 12876
12683 # Check whether --with-udev was given. 12877 # Check whether --with-udev was given.
12684 if test "${with_udev+set}" = set; then : 12878 if test "${with_udev+set}" = set; then :
12685 withval=$with_udev; UDEV="${withval}" 12879 withval=$with_udev; UDEV="${withval}"
12686 fi 12880 fi
12687 12881
12688 12882
12689 12883
12690 # Optionally set name of udev rules file, default 12884 # Optionally set name of udev rules file, default
12691 # priority is 69, to appear before 70-acl.rules which handles 12885 # priority is 69, to appear before 70-acl.rules which handles
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
12724 12918
12725 12919
12726 # Optionally enable and check for doxygen 12920 # Optionally enable and check for doxygen
12727 # Check whether --enable-doxygen was given. 12921 # Check whether --enable-doxygen was given.
12728 if test "${enable_doxygen+set}" = set; then : 12922 if test "${enable_doxygen+set}" = set; then :
12729 enableval=$enable_doxygen; ac_enable_doxygen=$enableval 12923 enableval=$enable_doxygen; ac_enable_doxygen=$enableval
12730 else 12924 else
12731 ac_enable_doxygen=auto 12925 ac_enable_doxygen=auto
12732 fi 12926 fi
12733 12927
12734 if test "x$ac_enable_doxygen" == "xyes"; then 12928 if test "x$ac_enable_doxygen" != "xno"; then
12735 # Extract the first word of "doxygen", so it can be a program name with args . 12929 # Extract the first word of "doxygen", so it can be a program name with args .
12736 set dummy doxygen; ac_word=$2 12930 set dummy doxygen; ac_word=$2
12737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 12931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12738 $as_echo_n "checking for $ac_word... " >&6; } 12932 $as_echo_n "checking for $ac_word... " >&6; }
12739 if ${ac_cv_prog_HAVE_DOXYGEN+:} false; then : 12933 if ${ac_cv_prog_HAVE_DOXYGEN+:} false; then :
12740 $as_echo_n "(cached) " >&6 12934 $as_echo_n "(cached) " >&6
12741 else 12935 else
12742 if test -n "$HAVE_DOXYGEN"; then 12936 if test -n "$HAVE_DOXYGEN"; then
12743 ac_cv_prog_HAVE_DOXYGEN="$HAVE_DOXYGEN" # Let the user override the test. 12937 ac_cv_prog_HAVE_DOXYGEN="$HAVE_DOXYGEN" # Let the user override the test.
12744 else 12938 else
12745 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 12939 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12746 for as_dir in $PATH 12940 for as_dir in $PATH
12747 do 12941 do
12748 IFS=$as_save_IFS 12942 IFS=$as_save_IFS
12749 test -z "$as_dir" && as_dir=. 12943 test -z "$as_dir" && as_dir=.
12750 for ac_exec_ext in '' $ac_executable_extensions; do 12944 for ac_exec_ext in '' $ac_executable_extensions; do
12751 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac _exec_ext"; }; then 12945 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12752 ac_cv_prog_HAVE_DOXYGEN="true" 12946 ac_cv_prog_HAVE_DOXYGEN="true"
12753 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5 12947 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5
12754 break 2 12948 break 2
12755 fi 12949 fi
12756 done 12950 done
12757 done 12951 done
12758 IFS=$as_save_IFS 12952 IFS=$as_save_IFS
12759 12953
12760 test -z "$ac_cv_prog_HAVE_DOXYGEN" && ac_cv_prog_HAVE_DOXYGEN="false" 12954 test -z "$ac_cv_prog_HAVE_DOXYGEN" && ac_cv_prog_HAVE_DOXYGEN="false"
12761 fi 12955 fi
12762 fi 12956 fi
12763 HAVE_DOXYGEN=$ac_cv_prog_HAVE_DOXYGEN 12957 HAVE_DOXYGEN=$ac_cv_prog_HAVE_DOXYGEN
12764 if test -n "$HAVE_DOXYGEN"; then 12958 if test -n "$HAVE_DOXYGEN"; then
12765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HAVE_DOXYGEN" >&5 12959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HAVE_DOXYGEN" >&5
12766 $as_echo "$HAVE_DOXYGEN" >&6; } 12960 $as_echo "$HAVE_DOXYGEN" >&6; }
12767 else 12961 else
12768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 12962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12769 $as_echo "no" >&6; } 12963 $as_echo "no" >&6; }
12770 fi 12964 fi
12771 12965
12772 12966
12773 if test "x$HAVE_DOXYGEN" = "xfalse" -a "x$ac_enable_doxygen" = "xyes"; then 12967 if test "x$HAVE_DOXYGEN" = "xfalse" -a "x$ac_enable_doxygen" = "xyes"; then
12774 as_fn_error $? "*** API documentation explicitly requested but Doxygen n ot found" "$LINENO" 5 12968 as_fn_error $? "*** API documentation explicitly requested but Doxygen n ot found" "$LINENO" 5
12775 fi 12969 fi
12776 { $as_echo "$as_me:${as_lineno-$LINENO}: API documentation will be generated using Doxygen" >&5 12970 if test "x$HAVE_DOXYGEN" = "xtrue"; then
12971 { $as_echo "$as_me:${as_lineno-$LINENO}: API documentation will be gener ated using Doxygen" >&5
12777 $as_echo "$as_me: API documentation will be generated using Doxygen" >&6;} 12972 $as_echo "$as_me: API documentation will be generated using Doxygen" >&6;}
12973 fi
12778 else 12974 else
12779 HAVE_DOXYGEN=false 12975 HAVE_DOXYGEN=false
12780 { $as_echo "$as_me:${as_lineno-$LINENO}: API documentation will not be gener ated" >&5 12976 { $as_echo "$as_me:${as_lineno-$LINENO}: API documentation will not be gener ated" >&5
12781 $as_echo "$as_me: API documentation will not be generated" >&6;} 12977 $as_echo "$as_me: API documentation will not be generated" >&6;}
12782 fi 12978 fi
12783 if $HAVE_DOXYGEN; then 12979 if $HAVE_DOXYGEN; then
12784 HAVE_DOXYGEN_TRUE= 12980 HAVE_DOXYGEN_TRUE=
12785 HAVE_DOXYGEN_FALSE='#' 12981 HAVE_DOXYGEN_FALSE='#'
12786 else 12982 else
12787 HAVE_DOXYGEN_TRUE='#' 12983 HAVE_DOXYGEN_TRUE='#'
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
12879 else 13075 else
12880 if test -n "$ms_lib_exe"; then 13076 if test -n "$ms_lib_exe"; then
12881 ac_cv_prog_ms_lib_exe="$ms_lib_exe" # Let the user override the test. 13077 ac_cv_prog_ms_lib_exe="$ms_lib_exe" # Let the user override the test.
12882 else 13078 else
12883 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 13079 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12884 for as_dir in $PATH 13080 for as_dir in $PATH
12885 do 13081 do
12886 IFS=$as_save_IFS 13082 IFS=$as_save_IFS
12887 test -z "$as_dir" && as_dir=. 13083 test -z "$as_dir" && as_dir=.
12888 for ac_exec_ext in '' $ac_executable_extensions; do 13084 for ac_exec_ext in '' $ac_executable_extensions; do
12889 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac _exec_ext"; }; then 13085 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12890 ac_cv_prog_ms_lib_exe="yes" 13086 ac_cv_prog_ms_lib_exe="yes"
12891 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5 13087 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5
12892 break 2 13088 break 2
12893 fi 13089 fi
12894 done 13090 done
12895 done 13091 done
12896 IFS=$as_save_IFS 13092 IFS=$as_save_IFS
12897 13093
12898 test -z "$ac_cv_prog_ms_lib_exe" && ac_cv_prog_ms_lib_exe="no" 13094 test -z "$ac_cv_prog_ms_lib_exe" && ac_cv_prog_ms_lib_exe="no"
12899 fi 13095 fi
(...skipping 18 matching lines...) Expand all
12918 fi 13114 fi
12919 13115
12920 13116
12921 # Check for libusb-1.0 13117 # Check for libusb-1.0
12922 13118
12923 13119
12924 13120
12925 13121
12926 13122
12927 13123
13124
12928 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then 13125 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
12929 if test -n "$ac_tool_prefix"; then 13126 if test -n "$ac_tool_prefix"; then
12930 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a prog ram name with args. 13127 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a prog ram name with args.
12931 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 13128 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
12932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 13129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12933 $as_echo_n "checking for $ac_word... " >&6; } 13130 $as_echo_n "checking for $ac_word... " >&6; }
12934 if ${ac_cv_path_PKG_CONFIG+:} false; then : 13131 if ${ac_cv_path_PKG_CONFIG+:} false; then :
12935 $as_echo_n "(cached) " >&6 13132 $as_echo_n "(cached) " >&6
12936 else 13133 else
12937 case $PKG_CONFIG in 13134 case $PKG_CONFIG in
12938 [\\/]* | ?:[\\/]*) 13135 [\\/]* | ?:[\\/]*)
12939 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a pa th. 13136 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a pa th.
12940 ;; 13137 ;;
12941 *) 13138 *)
12942 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 13139 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12943 for as_dir in $PATH 13140 for as_dir in $PATH
12944 do 13141 do
12945 IFS=$as_save_IFS 13142 IFS=$as_save_IFS
12946 test -z "$as_dir" && as_dir=. 13143 test -z "$as_dir" && as_dir=.
12947 for ac_exec_ext in '' $ac_executable_extensions; do 13144 for ac_exec_ext in '' $ac_executable_extensions; do
12948 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac _exec_ext"; }; then 13145 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12949 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" 13146 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
12950 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5 13147 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5
12951 break 2 13148 break 2
12952 fi 13149 fi
12953 done 13150 done
12954 done 13151 done
12955 IFS=$as_save_IFS 13152 IFS=$as_save_IFS
12956 13153
12957 ;; 13154 ;;
12958 esac 13155 esac
(...skipping 22 matching lines...) Expand all
12981 [\\/]* | ?:[\\/]*) 13178 [\\/]* | ?:[\\/]*)
12982 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the te st with a path. 13179 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the te st with a path.
12983 ;; 13180 ;;
12984 *) 13181 *)
12985 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 13182 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12986 for as_dir in $PATH 13183 for as_dir in $PATH
12987 do 13184 do
12988 IFS=$as_save_IFS 13185 IFS=$as_save_IFS
12989 test -z "$as_dir" && as_dir=. 13186 test -z "$as_dir" && as_dir=.
12990 for ac_exec_ext in '' $ac_executable_extensions; do 13187 for ac_exec_ext in '' $ac_executable_extensions; do
12991 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac _exec_ext"; }; then 13188 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12992 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" 13189 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
12993 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5 13190 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" > &5
12994 break 2 13191 break 2
12995 fi 13192 fi
12996 done 13193 done
12997 done 13194 done
12998 IFS=$as_save_IFS 13195 IFS=$as_save_IFS
12999 13196
13000 ;; 13197 ;;
13001 esac 13198 esac
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
13046 if test -n "$LIBUSB_CFLAGS"; then 13243 if test -n "$LIBUSB_CFLAGS"; then
13047 pkg_cv_LIBUSB_CFLAGS="$LIBUSB_CFLAGS" 13244 pkg_cv_LIBUSB_CFLAGS="$LIBUSB_CFLAGS"
13048 elif test -n "$PKG_CONFIG"; then 13245 elif test -n "$PKG_CONFIG"; then
13049 if test -n "$PKG_CONFIG" && \ 13246 if test -n "$PKG_CONFIG" && \
13050 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-err ors \"libusb-1.0 >= 1.0.0\""; } >&5 13247 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-err ors \"libusb-1.0 >= 1.0.0\""; } >&5
13051 ($PKG_CONFIG --exists --print-errors "libusb-1.0 >= 1.0.0") 2>&5 13248 ($PKG_CONFIG --exists --print-errors "libusb-1.0 >= 1.0.0") 2>&5
13052 ac_status=$? 13249 ac_status=$?
13053 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 13250 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13054 test $ac_status = 0; }; then 13251 test $ac_status = 0; }; then
13055 pkg_cv_LIBUSB_CFLAGS=`$PKG_CONFIG --cflags "libusb-1.0 >= 1.0.0" 2>/dev/null` 13252 pkg_cv_LIBUSB_CFLAGS=`$PKG_CONFIG --cflags "libusb-1.0 >= 1.0.0" 2>/dev/null`
13253 test "x$?" != "x0" && pkg_failed=yes
13056 else 13254 else
13057 pkg_failed=yes 13255 pkg_failed=yes
13058 fi 13256 fi
13059 else 13257 else
13060 pkg_failed=untried 13258 pkg_failed=untried
13061 fi 13259 fi
13062 if test -n "$LIBUSB_LIBS"; then 13260 if test -n "$LIBUSB_LIBS"; then
13063 pkg_cv_LIBUSB_LIBS="$LIBUSB_LIBS" 13261 pkg_cv_LIBUSB_LIBS="$LIBUSB_LIBS"
13064 elif test -n "$PKG_CONFIG"; then 13262 elif test -n "$PKG_CONFIG"; then
13065 if test -n "$PKG_CONFIG" && \ 13263 if test -n "$PKG_CONFIG" && \
13066 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-err ors \"libusb-1.0 >= 1.0.0\""; } >&5 13264 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-err ors \"libusb-1.0 >= 1.0.0\""; } >&5
13067 ($PKG_CONFIG --exists --print-errors "libusb-1.0 >= 1.0.0") 2>&5 13265 ($PKG_CONFIG --exists --print-errors "libusb-1.0 >= 1.0.0") 2>&5
13068 ac_status=$? 13266 ac_status=$?
13069 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 13267 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13070 test $ac_status = 0; }; then 13268 test $ac_status = 0; }; then
13071 pkg_cv_LIBUSB_LIBS=`$PKG_CONFIG --libs "libusb-1.0 >= 1.0.0" 2>/dev/null` 13269 pkg_cv_LIBUSB_LIBS=`$PKG_CONFIG --libs "libusb-1.0 >= 1.0.0" 2>/dev/null`
13270 test "x$?" != "x0" && pkg_failed=yes
13072 else 13271 else
13073 pkg_failed=yes 13272 pkg_failed=yes
13074 fi 13273 fi
13075 else 13274 else
13076 pkg_failed=untried 13275 pkg_failed=untried
13077 fi 13276 fi
13078 13277
13079 13278
13080 13279
13081 if test $pkg_failed = yes; then 13280 if test $pkg_failed = yes; then
13082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 13281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13083 $as_echo "no" >&6; } 13282 $as_echo "no" >&6; }
13084 13283
13085 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 13284 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
13086 _pkg_short_errors_supported=yes 13285 _pkg_short_errors_supported=yes
13087 else 13286 else
13088 _pkg_short_errors_supported=no 13287 _pkg_short_errors_supported=no
13089 fi 13288 fi
13090 if test $_pkg_short_errors_supported = yes; then 13289 if test $_pkg_short_errors_supported = yes; then
13091 » LIBUSB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "li busb-1.0 >= 1.0.0" 2>&1` 13290 » LIBUSB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --c flags --libs "libusb-1.0 >= 1.0.0" 2>&1`
13092 else 13291 else
13093 » LIBUSB_PKG_ERRORS=`$PKG_CONFIG --print-errors "libusb-1.0 >= 1.0 .0" 2>&1` 13292 » LIBUSB_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "l ibusb-1.0 >= 1.0.0" 2>&1`
13094 fi 13293 fi
13095 # Put the nasty error message in config.log where it belongs 13294 # Put the nasty error message in config.log where it belongs
13096 echo "$LIBUSB_PKG_ERRORS" >&5 13295 echo "$LIBUSB_PKG_ERRORS" >&5
13097 13296
13098 13297
13099 # Check for libopenusb second 13298 # Check for libopenusb second
13100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for openusb_init in -lopenu sb" >&5 13299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for openusb_init in -lopenu sb" >&5
13101 $as_echo_n "checking for openusb_init in -lopenusb... " >&6; } 13300 $as_echo_n "checking for openusb_init in -lopenusb... " >&6; }
13102 if ${ac_cv_lib_openusb_openusb_init+:} false; then : 13301 if ${ac_cv_lib_openusb_openusb_init+:} false; then :
13103 $as_echo_n "(cached) " >&6 13302 $as_echo_n "(cached) " >&6
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
13150 if test -n "$LIBUSB_CFLAGS"; then 13349 if test -n "$LIBUSB_CFLAGS"; then
13151 pkg_cv_LIBUSB_CFLAGS="$LIBUSB_CFLAGS" 13350 pkg_cv_LIBUSB_CFLAGS="$LIBUSB_CFLAGS"
13152 elif test -n "$PKG_CONFIG"; then 13351 elif test -n "$PKG_CONFIG"; then
13153 if test -n "$PKG_CONFIG" && \ 13352 if test -n "$PKG_CONFIG" && \
13154 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-err ors \"libusb >= 0.1.8\""; } >&5 13353 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-err ors \"libusb >= 0.1.8\""; } >&5
13155 ($PKG_CONFIG --exists --print-errors "libusb >= 0.1.8") 2>&5 13354 ($PKG_CONFIG --exists --print-errors "libusb >= 0.1.8") 2>&5
13156 ac_status=$? 13355 ac_status=$?
13157 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 13356 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13158 test $ac_status = 0; }; then 13357 test $ac_status = 0; }; then
13159 pkg_cv_LIBUSB_CFLAGS=`$PKG_CONFIG --cflags "libusb >= 0.1.8" 2>/dev/null` 13358 pkg_cv_LIBUSB_CFLAGS=`$PKG_CONFIG --cflags "libusb >= 0.1.8" 2>/dev/null`
13359 test "x$?" != "x0" && pkg_failed=yes
13160 else 13360 else
13161 pkg_failed=yes 13361 pkg_failed=yes
13162 fi 13362 fi
13163 else 13363 else
13164 pkg_failed=untried 13364 pkg_failed=untried
13165 fi 13365 fi
13166 if test -n "$LIBUSB_LIBS"; then 13366 if test -n "$LIBUSB_LIBS"; then
13167 pkg_cv_LIBUSB_LIBS="$LIBUSB_LIBS" 13367 pkg_cv_LIBUSB_LIBS="$LIBUSB_LIBS"
13168 elif test -n "$PKG_CONFIG"; then 13368 elif test -n "$PKG_CONFIG"; then
13169 if test -n "$PKG_CONFIG" && \ 13369 if test -n "$PKG_CONFIG" && \
13170 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-err ors \"libusb >= 0.1.8\""; } >&5 13370 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-err ors \"libusb >= 0.1.8\""; } >&5
13171 ($PKG_CONFIG --exists --print-errors "libusb >= 0.1.8") 2>&5 13371 ($PKG_CONFIG --exists --print-errors "libusb >= 0.1.8") 2>&5
13172 ac_status=$? 13372 ac_status=$?
13173 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 13373 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13174 test $ac_status = 0; }; then 13374 test $ac_status = 0; }; then
13175 pkg_cv_LIBUSB_LIBS=`$PKG_CONFIG --libs "libusb >= 0.1.8" 2>/dev/null` 13375 pkg_cv_LIBUSB_LIBS=`$PKG_CONFIG --libs "libusb >= 0.1.8" 2>/dev/null`
13376 test "x$?" != "x0" && pkg_failed=yes
13176 else 13377 else
13177 pkg_failed=yes 13378 pkg_failed=yes
13178 fi 13379 fi
13179 else 13380 else
13180 pkg_failed=untried 13381 pkg_failed=untried
13181 fi 13382 fi
13182 13383
13183 13384
13184 13385
13185 if test $pkg_failed = yes; then 13386 if test $pkg_failed = yes; then
13186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 13387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13187 $as_echo "no" >&6; } 13388 $as_echo "no" >&6; }
13188 13389
13189 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 13390 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
13190 _pkg_short_errors_supported=yes 13391 _pkg_short_errors_supported=yes
13191 else 13392 else
13192 _pkg_short_errors_supported=no 13393 _pkg_short_errors_supported=no
13193 fi 13394 fi
13194 if test $_pkg_short_errors_supported = yes; then 13395 if test $_pkg_short_errors_supported = yes; then
13195 » LIBUSB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "li busb >= 0.1.8" 2>&1` 13396 » LIBUSB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --c flags --libs "libusb >= 0.1.8" 2>&1`
13196 else 13397 else
13197 » LIBUSB_PKG_ERRORS=`$PKG_CONFIG --print-errors "libusb >= 0.1.8" 2>&1` 13398 » LIBUSB_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "l ibusb >= 0.1.8" 2>&1`
13198 fi 13399 fi
13199 # Put the nasty error message in config.log where it belongs 13400 # Put the nasty error message in config.log where it belongs
13200 echo "$LIBUSB_PKG_ERRORS" >&5 13401 echo "$LIBUSB_PKG_ERRORS" >&5
13201 13402
13202 13403
13203 # Some systems don't use pkg-config for libusb, so double check. 13404 # Some systems don't use pkg-config for libusb, so double check.
13204 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for usb_open in -lusb " >&5 13405 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for usb_open in -lusb " >&5
13205 $as_echo_n "checking for usb_open in -lusb... " >&6; } 13406 $as_echo_n "checking for usb_open in -lusb... " >&6; }
13206 if ${ac_cv_lib_usb_usb_open+:} false; then : 13407 if ${ac_cv_lib_usb_usb_open+:} false; then :
13207 $as_echo_n "(cached) " >&6 13408 $as_echo_n "(cached) " >&6
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
13384 if test -n "$LIBUSB_CFLAGS"; then 13585 if test -n "$LIBUSB_CFLAGS"; then
13385 pkg_cv_LIBUSB_CFLAGS="$LIBUSB_CFLAGS" 13586 pkg_cv_LIBUSB_CFLAGS="$LIBUSB_CFLAGS"
13386 elif test -n "$PKG_CONFIG"; then 13587 elif test -n "$PKG_CONFIG"; then
13387 if test -n "$PKG_CONFIG" && \ 13588 if test -n "$PKG_CONFIG" && \
13388 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-err ors \"libusb >= 0.1.8\""; } >&5 13589 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-err ors \"libusb >= 0.1.8\""; } >&5
13389 ($PKG_CONFIG --exists --print-errors "libusb >= 0.1.8") 2>&5 13590 ($PKG_CONFIG --exists --print-errors "libusb >= 0.1.8") 2>&5
13390 ac_status=$? 13591 ac_status=$?
13391 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 13592 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13392 test $ac_status = 0; }; then 13593 test $ac_status = 0; }; then
13393 pkg_cv_LIBUSB_CFLAGS=`$PKG_CONFIG --cflags "libusb >= 0.1.8" 2>/dev/null` 13594 pkg_cv_LIBUSB_CFLAGS=`$PKG_CONFIG --cflags "libusb >= 0.1.8" 2>/dev/null`
13595 test "x$?" != "x0" && pkg_failed=yes
13394 else 13596 else
13395 pkg_failed=yes 13597 pkg_failed=yes
13396 fi 13598 fi
13397 else 13599 else
13398 pkg_failed=untried 13600 pkg_failed=untried
13399 fi 13601 fi
13400 if test -n "$LIBUSB_LIBS"; then 13602 if test -n "$LIBUSB_LIBS"; then
13401 pkg_cv_LIBUSB_LIBS="$LIBUSB_LIBS" 13603 pkg_cv_LIBUSB_LIBS="$LIBUSB_LIBS"
13402 elif test -n "$PKG_CONFIG"; then 13604 elif test -n "$PKG_CONFIG"; then
13403 if test -n "$PKG_CONFIG" && \ 13605 if test -n "$PKG_CONFIG" && \
13404 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-err ors \"libusb >= 0.1.8\""; } >&5 13606 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-err ors \"libusb >= 0.1.8\""; } >&5
13405 ($PKG_CONFIG --exists --print-errors "libusb >= 0.1.8") 2>&5 13607 ($PKG_CONFIG --exists --print-errors "libusb >= 0.1.8") 2>&5
13406 ac_status=$? 13608 ac_status=$?
13407 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 13609 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13408 test $ac_status = 0; }; then 13610 test $ac_status = 0; }; then
13409 pkg_cv_LIBUSB_LIBS=`$PKG_CONFIG --libs "libusb >= 0.1.8" 2>/dev/null` 13611 pkg_cv_LIBUSB_LIBS=`$PKG_CONFIG --libs "libusb >= 0.1.8" 2>/dev/null`
13612 test "x$?" != "x0" && pkg_failed=yes
13410 else 13613 else
13411 pkg_failed=yes 13614 pkg_failed=yes
13412 fi 13615 fi
13413 else 13616 else
13414 pkg_failed=untried 13617 pkg_failed=untried
13415 fi 13618 fi
13416 13619
13417 13620
13418 13621
13419 if test $pkg_failed = yes; then 13622 if test $pkg_failed = yes; then
13420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 13623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13421 $as_echo "no" >&6; } 13624 $as_echo "no" >&6; }
13422 13625
13423 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 13626 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
13424 _pkg_short_errors_supported=yes 13627 _pkg_short_errors_supported=yes
13425 else 13628 else
13426 _pkg_short_errors_supported=no 13629 _pkg_short_errors_supported=no
13427 fi 13630 fi
13428 if test $_pkg_short_errors_supported = yes; then 13631 if test $_pkg_short_errors_supported = yes; then
13429 » LIBUSB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "li busb >= 0.1.8" 2>&1` 13632 » LIBUSB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --c flags --libs "libusb >= 0.1.8" 2>&1`
13430 else 13633 else
13431 » LIBUSB_PKG_ERRORS=`$PKG_CONFIG --print-errors "libusb >= 0.1.8" 2>&1` 13634 » LIBUSB_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "l ibusb >= 0.1.8" 2>&1`
13432 fi 13635 fi
13433 # Put the nasty error message in config.log where it belongs 13636 # Put the nasty error message in config.log where it belongs
13434 echo "$LIBUSB_PKG_ERRORS" >&5 13637 echo "$LIBUSB_PKG_ERRORS" >&5
13435 13638
13436 13639
13437 # Some systems don't use pkg-config for libusb, so double check. 13640 # Some systems don't use pkg-config for libusb, so double check.
13438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for usb_open in -lusb " >&5 13641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for usb_open in -lusb " >&5
13439 $as_echo_n "checking for usb_open in -lusb... " >&6; } 13642 $as_echo_n "checking for usb_open in -lusb... " >&6; }
13440 if ${ac_cv_lib_usb_usb_open+:} false; then : 13643 if ${ac_cv_lib_usb_usb_open+:} false; then :
13441 $as_echo_n "(cached) " >&6 13644 $as_echo_n "(cached) " >&6
(...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after
13859 $as_echo_n "checking for an ANSI C-conforming const... " >&6; } 14062 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
13860 if ${ac_cv_c_const+:} false; then : 14063 if ${ac_cv_c_const+:} false; then :
13861 $as_echo_n "(cached) " >&6 14064 $as_echo_n "(cached) " >&6
13862 else 14065 else
13863 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 14066 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13864 /* end confdefs.h. */ 14067 /* end confdefs.h. */
13865 14068
13866 int 14069 int
13867 main () 14070 main ()
13868 { 14071 {
13869 /* FIXME: Include the comments suggested by Paul. */ 14072
13870 #ifndef __cplusplus 14073 #ifndef __cplusplus
13871 /* Ultrix mips cc rejects this. */ 14074 /* Ultrix mips cc rejects this sort of thing. */
13872 typedef int charset[2]; 14075 typedef int charset[2];
13873 const charset cs; 14076 const charset cs = { 0, 0 };
13874 /* SunOS 4.1.1 cc rejects this. */ 14077 /* SunOS 4.1.1 cc rejects this. */
13875 char const *const *pcpcc; 14078 char const *const *pcpcc;
13876 char **ppc; 14079 char **ppc;
13877 /* NEC SVR4.0.2 mips cc rejects this. */ 14080 /* NEC SVR4.0.2 mips cc rejects this. */
13878 struct point {int x, y;}; 14081 struct point {int x, y;};
13879 static struct point const zero = {0,0}; 14082 static struct point const zero = {0,0};
13880 /* AIX XL C 1.02.0.0 rejects this. 14083 /* AIX XL C 1.02.0.0 rejects this.
13881 It does not let you subtract one const X* pointer from another in 14084 It does not let you subtract one const X* pointer from another in
13882 an arm of an if-expression whose if-part is not a constant 14085 an arm of an if-expression whose if-part is not a constant
13883 expression */ 14086 expression */
13884 const char *g = "string"; 14087 const char *g = "string";
13885 pcpcc = &g + (g ? g-g : 0); 14088 pcpcc = &g + (g ? g-g : 0);
13886 /* HPUX 7.0 cc rejects these. */ 14089 /* HPUX 7.0 cc rejects these. */
13887 ++pcpcc; 14090 ++pcpcc;
13888 ppc = (char**) pcpcc; 14091 ppc = (char**) pcpcc;
13889 pcpcc = (char const *const *) ppc; 14092 pcpcc = (char const *const *) ppc;
13890 { /* SCO 3.2v4 cc rejects this. */ 14093 { /* SCO 3.2v4 cc rejects this sort of thing. */
13891 char *t; 14094 char tx;
14095 char *t = &tx;
13892 char const *s = 0 ? (char *) 0 : (char const *) 0; 14096 char const *s = 0 ? (char *) 0 : (char const *) 0;
13893 14097
13894 *t++ = 0; 14098 *t++ = 0;
13895 if (s) return 0; 14099 if (s) return 0;
13896 } 14100 }
13897 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ 14101 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
13898 int x[] = {25, 17}; 14102 int x[] = {25, 17};
13899 const int *foo = &x[0]; 14103 const int *foo = &x[0];
13900 ++foo; 14104 ++foo;
13901 } 14105 }
13902 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ 14106 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
13903 typedef const int *iptr; 14107 typedef const int *iptr;
13904 iptr p = 0; 14108 iptr p = 0;
13905 ++p; 14109 ++p;
13906 } 14110 }
13907 { /* AIX XL C 1.02.0.0 rejects this saying 14111 { /* AIX XL C 1.02.0.0 rejects this sort of thing, saying
13908 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ 14112 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
13909 struct s { int j; const int *ap[3]; }; 14113 struct s { int j; const int *ap[3]; } bx;
13910 struct s *b; b->j = 5; 14114 struct s *b = &bx; b->j = 5;
13911 } 14115 }
13912 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ 14116 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
13913 const int foo = 10; 14117 const int foo = 10;
13914 if (!foo) return 0; 14118 if (!foo) return 0;
13915 } 14119 }
13916 return !cs[0] && !zero.x; 14120 return !cs[0] && !zero.x;
13917 #endif 14121 #endif
13918 14122
13919 ; 14123 ;
13920 return 0; 14124 return 0;
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
13998 _ACEOF 14202 _ACEOF
13999 14203
14000 14204
14001 $as_echo "#define HAVE_ST_BLKSIZE 1" >>confdefs.h 14205 $as_echo "#define HAVE_ST_BLKSIZE 1" >>confdefs.h
14002 14206
14003 fi 14207 fi
14004 14208
14005 14209
14006 14210
14007 # Checks for library functions. 14211 # Checks for library functions.
14008 for ac_header in stdlib.h
14009 do :
14010 ac_fn_c_check_header_mongrel "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac _includes_default"
14011 if test "x$ac_cv_header_stdlib_h" = xyes; then :
14012 cat >>confdefs.h <<_ACEOF
14013 #define HAVE_STDLIB_H 1
14014 _ACEOF
14015
14016 fi
14017
14018 done
14019
14020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU libc compatible malloc " >&5
14021 $as_echo_n "checking for GNU libc compatible malloc... " >&6; }
14022 if ${ac_cv_func_malloc_0_nonnull+:} false; then :
14023 $as_echo_n "(cached) " >&6
14024 else
14025 if test "$cross_compiling" = yes; then :
14026 ac_cv_func_malloc_0_nonnull=no
14027 else
14028 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14029 /* end confdefs.h. */
14030 #if defined STDC_HEADERS || defined HAVE_STDLIB_H
14031 # include <stdlib.h>
14032 #else
14033 char *malloc ();
14034 #endif
14035
14036 int
14037 main ()
14038 {
14039 return ! malloc (0);
14040 ;
14041 return 0;
14042 }
14043 _ACEOF
14044 if ac_fn_c_try_run "$LINENO"; then :
14045 ac_cv_func_malloc_0_nonnull=yes
14046 else
14047 ac_cv_func_malloc_0_nonnull=no
14048 fi
14049 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14050 conftest.$ac_objext conftest.beam conftest.$ac_ext
14051 fi
14052
14053 fi
14054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_malloc_0_nonnull" > &5
14055 $as_echo "$ac_cv_func_malloc_0_nonnull" >&6; }
14056 if test $ac_cv_func_malloc_0_nonnull = yes; then :
14057
14058 $as_echo "#define HAVE_MALLOC 1" >>confdefs.h
14059
14060 else
14061 $as_echo "#define HAVE_MALLOC 0" >>confdefs.h
14062
14063 case " $LIBOBJS " in
14064 *" malloc.$ac_objext "* ) ;;
14065 *) LIBOBJS="$LIBOBJS malloc.$ac_objext"
14066 ;;
14067 esac
14068
14069
14070 $as_echo "#define malloc rpl_malloc" >>confdefs.h
14071
14072 fi
14073
14074
14075 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working memcmp" >&5 14212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working memcmp" >&5
14076 $as_echo_n "checking for working memcmp... " >&6; } 14213 $as_echo_n "checking for working memcmp... " >&6; }
14077 if ${ac_cv_func_memcmp_working+:} false; then : 14214 if ${ac_cv_func_memcmp_working+:} false; then :
14078 $as_echo_n "(cached) " >&6 14215 $as_echo_n "(cached) " >&6
14079 else 14216 else
14080 if test "$cross_compiling" = yes; then : 14217 if test "$cross_compiling" = yes; then :
14081 ac_cv_func_memcmp_working=no 14218 ac_cv_func_memcmp_working=no
14082 else 14219 else
14083 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 14220 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14084 /* end confdefs.h. */ 14221 /* end confdefs.h. */
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
14446 case $ac_cv_sys_large_files in #( 14583 case $ac_cv_sys_large_files in #(
14447 no | unknown) ;; 14584 no | unknown) ;;
14448 *) 14585 *)
14449 cat >>confdefs.h <<_ACEOF 14586 cat >>confdefs.h <<_ACEOF
14450 #define _LARGE_FILES $ac_cv_sys_large_files 14587 #define _LARGE_FILES $ac_cv_sys_large_files
14451 _ACEOF 14588 _ACEOF
14452 ;; 14589 ;;
14453 esac 14590 esac
14454 rm -rf conftest* 14591 rm -rf conftest*
14455 fi 14592 fi
14593
14594
14456 fi 14595 fi
14457 14596
14458 # Stick in "-Werror" if you want to be more aggressive. 14597 # Stick in "-Werror" if you want to be more aggressive.
14459 # (No need to use AC_SUBST on this default substituted environment variable.) 14598 # (No need to use AC_SUBST on this default substituted environment variable.)
14460 # Only add these additional CFLAGS if we are using GCC. Other C compilers may 14599 # Only add these additional CFLAGS if we are using GCC. Other C compilers may
14461 # not support them. 14600 # not support them.
14462 if test x"$GCC" == "xyes" ; then 14601 if test x"$GCC" == "xyes" ; then
14463 CFLAGS="$CFLAGS -Wall -Wmissing-prototypes" 14602 CFLAGS="$CFLAGS -Wall -Wmissing-prototypes"
14464 fi 14603 fi
14465 14604
(...skipping 1060 matching lines...) Expand 10 before | Expand all | Expand 10 after
15526 rm -f confcache 15665 rm -f confcache
15527 15666
15528 test "x$prefix" = xNONE && prefix=$ac_default_prefix 15667 test "x$prefix" = xNONE && prefix=$ac_default_prefix
15529 # Let make expand exec_prefix. 15668 # Let make expand exec_prefix.
15530 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' 15669 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
15531 15670
15532 DEFS=-DHAVE_CONFIG_H 15671 DEFS=-DHAVE_CONFIG_H
15533 15672
15534 ac_libobjs= 15673 ac_libobjs=
15535 ac_ltlibobjs= 15674 ac_ltlibobjs=
15536 U=
15537 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 15675 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
15538 # 1. Remove the extension, and $U if already installed. 15676 # 1. Remove the extension, and $U if already installed.
15539 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' 15677 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
15540 ac_i=`$as_echo "$ac_i" | sed "$ac_script"` 15678 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
15541 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR 15679 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
15542 # will be set to the directory where LIBOBJS objects are built. 15680 # will be set to the directory where LIBOBJS objects are built.
15543 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" 15681 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
15544 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' 15682 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
15545 done 15683 done
15546 LIBOBJS=$ac_libobjs 15684 LIBOBJS=$ac_libobjs
15547 15685
15548 LTLIBOBJS=$ac_ltlibobjs 15686 LTLIBOBJS=$ac_ltlibobjs
15549 15687
15550 15688
15689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
15690 $as_echo_n "checking that generated files are newer than configure... " >&6; }
15691 if test -n "$am_sleep_pid"; then
15692 # Hide warnings about reused PIDs.
15693 wait $am_sleep_pid 2>/dev/null
15694 fi
15695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
15696 $as_echo "done" >&6; }
15551 if test -n "$EXEEXT"; then 15697 if test -n "$EXEEXT"; then
15552 am__EXEEXT_TRUE= 15698 am__EXEEXT_TRUE=
15553 am__EXEEXT_FALSE='#' 15699 am__EXEEXT_FALSE='#'
15554 else 15700 else
15555 am__EXEEXT_TRUE='#' 15701 am__EXEEXT_TRUE='#'
15556 am__EXEEXT_FALSE= 15702 am__EXEEXT_FALSE=
15557 fi 15703 fi
15558 15704
15559 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then 15705 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
15560 as_fn_error $? "conditional \"AMDEP\" was never defined. 15706 as_fn_error $? "conditional \"AMDEP\" was never defined.
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
15892 else 16038 else
15893 rm -f conf$$.dir 16039 rm -f conf$$.dir
15894 mkdir conf$$.dir 2>/dev/null 16040 mkdir conf$$.dir 2>/dev/null
15895 fi 16041 fi
15896 if (echo >conf$$.file) 2>/dev/null; then 16042 if (echo >conf$$.file) 2>/dev/null; then
15897 if ln -s conf$$.file conf$$ 2>/dev/null; then 16043 if ln -s conf$$.file conf$$ 2>/dev/null; then
15898 as_ln_s='ln -s' 16044 as_ln_s='ln -s'
15899 # ... but there are two gotchas: 16045 # ... but there are two gotchas:
15900 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 16046 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15901 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 16047 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15902 # In both cases, we have to default to `cp -p'. 16048 # In both cases, we have to default to `cp -pR'.
15903 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 16049 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15904 as_ln_s='cp -p' 16050 as_ln_s='cp -pR'
15905 elif ln conf$$.file conf$$ 2>/dev/null; then 16051 elif ln conf$$.file conf$$ 2>/dev/null; then
15906 as_ln_s=ln 16052 as_ln_s=ln
15907 else 16053 else
15908 as_ln_s='cp -p' 16054 as_ln_s='cp -pR'
15909 fi 16055 fi
15910 else 16056 else
15911 as_ln_s='cp -p' 16057 as_ln_s='cp -pR'
15912 fi 16058 fi
15913 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 16059 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15914 rmdir conf$$.dir 2>/dev/null 16060 rmdir conf$$.dir 2>/dev/null
15915 16061
15916 16062
15917 # as_fn_mkdir_p 16063 # as_fn_mkdir_p
15918 # ------------- 16064 # -------------
15919 # Create "$as_dir" as a directory, including parents if necessary. 16065 # Create "$as_dir" as a directory, including parents if necessary.
15920 as_fn_mkdir_p () 16066 as_fn_mkdir_p ()
15921 { 16067 {
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
15961 16107
15962 16108
15963 } # as_fn_mkdir_p 16109 } # as_fn_mkdir_p
15964 if mkdir -p . 2>/dev/null; then 16110 if mkdir -p . 2>/dev/null; then
15965 as_mkdir_p='mkdir -p "$as_dir"' 16111 as_mkdir_p='mkdir -p "$as_dir"'
15966 else 16112 else
15967 test -d ./-p && rmdir ./-p 16113 test -d ./-p && rmdir ./-p
15968 as_mkdir_p=false 16114 as_mkdir_p=false
15969 fi 16115 fi
15970 16116
15971 if test -x / >/dev/null 2>&1; then 16117
15972 as_test_x='test -x' 16118 # as_fn_executable_p FILE
15973 else 16119 # -----------------------
15974 if ls -dL / >/dev/null 2>&1; then 16120 # Test if FILE is an executable regular file.
15975 as_ls_L_option=L 16121 as_fn_executable_p ()
15976 else 16122 {
15977 as_ls_L_option= 16123 test -f "$1" && test -x "$1"
15978 fi 16124 } # as_fn_executable_p
15979 as_test_x=' 16125 as_test_x='test -x'
15980 eval sh -c '\'' 16126 as_executable_p=as_fn_executable_p
15981 if test -d "$1"; then
15982 » test -d "$1/.";
15983 else
15984 » case $1 in #(
15985 » -*)set "./$1";;
15986 » esac;
15987 » case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15988 » ???[sx]*):;;*)false;;esac;fi
15989 '\'' sh
15990 '
15991 fi
15992 as_executable_p=$as_test_x
15993 16127
15994 # Sed expression to map a string onto a valid CPP name. 16128 # Sed expression to map a string onto a valid CPP name.
15995 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 16129 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15996 16130
15997 # Sed expression to map a string onto a valid variable name. 16131 # Sed expression to map a string onto a valid variable name.
15998 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 16132 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15999 16133
16000 16134
16001 exec 6>&1 16135 exec 6>&1
16002 ## ----------------------------------- ## 16136 ## ----------------------------------- ##
16003 ## Main body of $CONFIG_STATUS script. ## 16137 ## Main body of $CONFIG_STATUS script. ##
16004 ## ----------------------------------- ## 16138 ## ----------------------------------- ##
16005 _ASEOF 16139 _ASEOF
16006 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 16140 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
16007 16141
16008 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 16142 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16009 # Save the log message, to keep $0 and so on meaningful, and to 16143 # Save the log message, to keep $0 and so on meaningful, and to
16010 # report actual input values of CONFIG_FILES etc. instead of their 16144 # report actual input values of CONFIG_FILES etc. instead of their
16011 # values after options handling. 16145 # values after options handling.
16012 ac_log=" 16146 ac_log="
16013 This file was extended by libmtp $as_me 1.1.5, which was 16147 This file was extended by libmtp $as_me 1.1.12, which was
16014 generated by GNU Autoconf 2.68. Invocation command line was 16148 generated by GNU Autoconf 2.69. Invocation command line was
16015 16149
16016 CONFIG_FILES = $CONFIG_FILES 16150 CONFIG_FILES = $CONFIG_FILES
16017 CONFIG_HEADERS = $CONFIG_HEADERS 16151 CONFIG_HEADERS = $CONFIG_HEADERS
16018 CONFIG_LINKS = $CONFIG_LINKS 16152 CONFIG_LINKS = $CONFIG_LINKS
16019 CONFIG_COMMANDS = $CONFIG_COMMANDS 16153 CONFIG_COMMANDS = $CONFIG_COMMANDS
16020 $ $0 $@ 16154 $ $0 $@
16021 16155
16022 on `(hostname || uname -n) 2>/dev/null | sed 1q` 16156 on `(hostname || uname -n) 2>/dev/null | sed 1q`
16023 " 16157 "
16024 16158
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
16069 16203
16070 Configuration commands: 16204 Configuration commands:
16071 $config_commands 16205 $config_commands
16072 16206
16073 Report bugs to <libmtp-discuss@lists.sourceforge.net>." 16207 Report bugs to <libmtp-discuss@lists.sourceforge.net>."
16074 16208
16075 _ACEOF 16209 _ACEOF
16076 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 16210 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16077 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g '`" 16211 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g '`"
16078 ac_cs_version="\\ 16212 ac_cs_version="\\
16079 libmtp config.status 1.1.5 16213 libmtp config.status 1.1.12
16080 configured by $0, generated by GNU Autoconf 2.68, 16214 configured by $0, generated by GNU Autoconf 2.69,
16081 with options \\"\$ac_cs_config\\" 16215 with options \\"\$ac_cs_config\\"
16082 16216
16083 Copyright (C) 2010 Free Software Foundation, Inc. 16217 Copyright (C) 2012 Free Software Foundation, Inc.
16084 This config.status script is free software; the Free Software Foundation 16218 This config.status script is free software; the Free Software Foundation
16085 gives unlimited permission to copy, distribute and modify it." 16219 gives unlimited permission to copy, distribute and modify it."
16086 16220
16087 ac_pwd='$ac_pwd' 16221 ac_pwd='$ac_pwd'
16088 srcdir='$srcdir' 16222 srcdir='$srcdir'
16089 INSTALL='$INSTALL' 16223 INSTALL='$INSTALL'
16090 MKDIR_P='$MKDIR_P' 16224 MKDIR_P='$MKDIR_P'
16091 AWK='$AWK' 16225 AWK='$AWK'
16092 test -n "\$AWK" || AWK=awk 16226 test -n "\$AWK" || AWK=awk
16093 _ACEOF 16227 _ACEOF
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
16164 ac_configure_extra_args= 16298 ac_configure_extra_args=
16165 16299
16166 if $ac_cs_silent; then 16300 if $ac_cs_silent; then
16167 exec 6>/dev/null 16301 exec 6>/dev/null
16168 ac_configure_extra_args="$ac_configure_extra_args --silent" 16302 ac_configure_extra_args="$ac_configure_extra_args --silent"
16169 fi 16303 fi
16170 16304
16171 _ACEOF 16305 _ACEOF
16172 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 16306 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16173 if \$ac_cs_recheck; then 16307 if \$ac_cs_recheck; then
16174 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create - -no-recursion 16308 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --n o-recursion
16175 shift 16309 shift
16176 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 16310 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
16177 CONFIG_SHELL='$SHELL' 16311 CONFIG_SHELL='$SHELL'
16178 export CONFIG_SHELL 16312 export CONFIG_SHELL
16179 exec "\$@" 16313 exec "\$@"
16180 fi 16314 fi
16181 16315
16182 _ACEOF 16316 _ACEOF
16183 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 16317 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16184 exec 5>>config.log 16318 exec 5>>config.log
(...skipping 901 matching lines...) Expand 10 before | Expand all | Expand 10 after
17086 ;; 17220 ;;
17087 17221
17088 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 17222 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
17089 $as_echo "$as_me: executing $ac_file commands" >&6;} 17223 $as_echo "$as_me: executing $ac_file commands" >&6;}
17090 ;; 17224 ;;
17091 esac 17225 esac
17092 17226
17093 17227
17094 case $ac_file$ac_mode in 17228 case $ac_file$ac_mode in
17095 "depfiles":C) test x"$AMDEP_TRUE" != x"" || { 17229 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
17096 # Autoconf 2.62 quotes --file arguments for eval, but not when files 17230 # Older Autoconf quotes --file arguments for eval, but not when files
17097 # are listed without --file. Let's play safe and only enable the eval 17231 # are listed without --file. Let's play safe and only enable the eval
17098 # if we detect the quoting. 17232 # if we detect the quoting.
17099 case $CONFIG_FILES in 17233 case $CONFIG_FILES in
17100 *\'*) eval set x "$CONFIG_FILES" ;; 17234 *\'*) eval set x "$CONFIG_FILES" ;;
17101 *) set x $CONFIG_FILES ;; 17235 *) set x $CONFIG_FILES ;;
17102 esac 17236 esac
17103 shift 17237 shift
17104 for mf 17238 for mf
17105 do 17239 do
17106 # Strip MF so we end up with the name of the file. 17240 # Strip MF so we end up with the name of the file.
17107 mf=`echo "$mf" | sed -e 's/:.*$//'` 17241 mf=`echo "$mf" | sed -e 's/:.*$//'`
17108 # Check whether this is an Automake generated Makefile or not. 17242 # Check whether this is an Automake generated Makefile or not.
17109 # We used to match only the files named `Makefile.in', but 17243 # We used to match only the files named 'Makefile.in', but
17110 # some people rename them; so instead we look at the file content. 17244 # some people rename them; so instead we look at the file content.
17111 # Grep'ing the first line is not enough: some people post-process 17245 # Grep'ing the first line is not enough: some people post-process
17112 # each Makefile.in and add a new line on top of each file to say so. 17246 # each Makefile.in and add a new line on top of each file to say so.
17113 # Grep'ing the whole file is not good either: AIX grep has a line 17247 # Grep'ing the whole file is not good either: AIX grep has a line
17114 # limit of 2048, but all sed's we know have understand at least 4000. 17248 # limit of 2048, but all sed's we know have understand at least 4000.
17115 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1 ; then 17249 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1 ; then
17116 dirpart=`$as_dirname -- "$mf" || 17250 dirpart=`$as_dirname -- "$mf" ||
17117 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 17251 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17118 X"$mf" : 'X\(//\)[^/]' \| \ 17252 X"$mf" : 'X\(//\)[^/]' \| \
17119 X"$mf" : 'X\(//\)$' \| \ 17253 X"$mf" : 'X\(//\)$' \| \
(...skipping 13 matching lines...) Expand all
17133 } 17267 }
17134 /^X\(\/\).*/{ 17268 /^X\(\/\).*/{
17135 s//\1/ 17269 s//\1/
17136 q 17270 q
17137 } 17271 }
17138 s/.*/./; q'` 17272 s/.*/./; q'`
17139 else 17273 else
17140 continue 17274 continue
17141 fi 17275 fi
17142 # Extract the definition of DEPDIR, am__include, and am__quote 17276 # Extract the definition of DEPDIR, am__include, and am__quote
17143 # from the Makefile without running `make'. 17277 # from the Makefile without running 'make'.
17144 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` 17278 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
17145 test -z "$DEPDIR" && continue 17279 test -z "$DEPDIR" && continue
17146 am__include=`sed -n 's/^am__include = //p' < "$mf"` 17280 am__include=`sed -n 's/^am__include = //p' < "$mf"`
17147 test -z "am__include" && continue 17281 test -z "$am__include" && continue
17148 am__quote=`sed -n 's/^am__quote = //p' < "$mf"` 17282 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
17149 # When using ansi2knr, U may be empty or an underscore; expand it
17150 U=`sed -n 's/^U = //p' < "$mf"`
17151 # Find all dependency output files, they are included files with 17283 # Find all dependency output files, they are included files with
17152 # $(DEPDIR) in their names. We invoke sed twice because it is the 17284 # $(DEPDIR) in their names. We invoke sed twice because it is the
17153 # simplest approach to changing $(DEPDIR) to its actual value in the 17285 # simplest approach to changing $(DEPDIR) to its actual value in the
17154 # expansion. 17286 # expansion.
17155 for file in `sed -n " 17287 for file in `sed -n "
17156 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ 17288 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
17157 » sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do 17289 » sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
17158 # Make sure the directory exists. 17290 # Make sure the directory exists.
17159 test -f "$dirpart/$file" && continue 17291 test -f "$dirpart/$file" && continue
17160 fdir=`$as_dirname -- "$file" || 17292 fdir=`$as_dirname -- "$file" ||
17161 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 17293 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17162 X"$file" : 'X\(//\)[^/]' \| \ 17294 X"$file" : 'X\(//\)[^/]' \| \
17163 X"$file" : 'X\(//\)$' \| \ 17295 X"$file" : 'X\(//\)$' \| \
17164 X"$file" : 'X\(/\)' \| . 2>/dev/null || 17296 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
17165 $as_echo X"$file" | 17297 $as_echo X"$file" |
17166 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 17298 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17167 s//\1/ 17299 s//\1/
(...skipping 684 matching lines...) Expand 10 before | Expand all | Expand 10 after
17852 # Use ||, not &&, to avoid exiting from the if with $? = 1, which 17984 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
17853 # would make configure fail if this is the last instruction. 17985 # would make configure fail if this is the last instruction.
17854 $ac_cs_success || as_fn_exit 1 17986 $ac_cs_success || as_fn_exit 1
17855 fi 17987 fi
17856 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then 17988 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
17857 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_un recognized_opts" >&5 17989 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_un recognized_opts" >&5
17858 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} 17990 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
17859 fi 17991 fi
17860 17992
17861 chmod +x hotplug.sh 17993 chmod +x hotplug.sh
OLDNEW
« no previous file with comments | « config.h.in ('k') | configure.ac » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698