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

Side by Side Diff: configure

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