Changeset 4159
- Timestamp:
- Jun 7, 2012 2:24:51 AM (12 years ago)
- Location:
- pjproject/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/aconfigure
r4157 r4159 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.6 7for pjproject 2.x.3 # Generated by GNU Autoconf 2.69 for pjproject 2.x. 4 4 # 5 5 # 6 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 7 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software 8 # Foundation, Inc. 6 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. 9 7 # 10 8 # … … 90 88 91 89 # Find who we are. Look in the path if we contain no directory separator. 90 as_myself= 92 91 case $0 in #(( 93 92 *[\\/]* ) as_myself=$0 ;; … … 134 133 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH 135 134 135 # Use a proper internal environment variable to ensure we don't fall 136 # into an infinite loop, continuously re-executing ourselves. 137 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then 138 _as_can_reexec=no; export _as_can_reexec; 139 # We cannot yet assume a decent shell, so we have to provide a 140 # neutralization value for shells without unset; and this also 141 # works around shells that cannot unset nonexistent variables. 142 # Preserve -v and -x to the replacement shell. 143 BASH_ENV=/dev/null 144 ENV=/dev/null 145 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 146 case $- in # (((( 147 *v*x* | *x*v* ) as_opts=-vx ;; 148 *v* ) as_opts=-v ;; 149 *x* ) as_opts=-x ;; 150 * ) as_opts= ;; 151 esac 152 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} 153 # Admittedly, this is quite paranoid, since all the known shells bail 154 # out after a failed `exec'. 155 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 156 as_fn_exit 255 157 fi 158 # We don't want this to propagate to other subprocesses. 159 { _as_can_reexec=; unset _as_can_reexec;} 136 160 if test "x$CONFIG_SHELL" = x; then 137 161 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : … … 167 191 exitcode=1; echo positional parameters were not saved. 168 192 fi 169 test x\$exitcode = x0 || exit 1" 193 test x\$exitcode = x0 || exit 1 194 test -x / || exit 1" 170 195 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO 171 196 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO … … 212 237 213 238 if test "x$CONFIG_SHELL" != x; then : 214 # We cannot yet assume a decent shell, so we have to provide a 215 # neutralization value for shells without unset; and this also 216 # works around shells that cannot unset nonexistent variables. 217 BASH_ENV=/dev/null 218 ENV=/dev/null 219 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 220 export CONFIG_SHELL 221 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 239 export CONFIG_SHELL 240 # We cannot yet assume a decent shell, so we have to provide a 241 # neutralization value for shells without unset; and this also 242 # works around shells that cannot unset nonexistent variables. 243 # Preserve -v and -x to the replacement shell. 244 BASH_ENV=/dev/null 245 ENV=/dev/null 246 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 247 case $- in # (((( 248 *v*x* | *x*v* ) as_opts=-vx ;; 249 *v* ) as_opts=-v ;; 250 *x* ) as_opts=-x ;; 251 * ) as_opts= ;; 252 esac 253 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} 254 # Admittedly, this is quite paranoid, since all the known shells bail 255 # out after a failed `exec'. 256 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 257 exit 255 222 258 fi 223 259 … … 321 357 322 358 } # as_fn_mkdir_p 359 360 # as_fn_executable_p FILE 361 # ----------------------- 362 # Test if FILE is an executable regular file. 363 as_fn_executable_p () 364 { 365 test -f "$1" && test -x "$1" 366 } # as_fn_executable_p 323 367 # as_fn_append VAR VALUE 324 368 # ---------------------- … … 442 486 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } 443 487 488 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have 489 # already done that, so ensure we don't try to do so again and fall 490 # in an infinite loop. This has already happened in practice. 491 _as_can_reexec=no; export _as_can_reexec 444 492 # Don't try to exec as it changes $[0], causing all sort of problems 445 493 # (the dirname of $[0] is not the place where we might find the … … 476 524 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 477 525 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 478 # In both cases, we have to default to `cp -p '.526 # In both cases, we have to default to `cp -pR'. 479 527 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 480 as_ln_s='cp -p '528 as_ln_s='cp -pR' 481 529 elif ln conf$$.file conf$$ 2>/dev/null; then 482 530 as_ln_s=ln 483 531 else 484 as_ln_s='cp -p '532 as_ln_s='cp -pR' 485 533 fi 486 534 else 487 as_ln_s='cp -p '535 as_ln_s='cp -pR' 488 536 fi 489 537 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file … … 497 545 fi 498 546 499 if test -x / >/dev/null 2>&1; then 500 as_test_x='test -x' 501 else 502 if ls -dL / >/dev/null 2>&1; then 503 as_ls_L_option=L 504 else 505 as_ls_L_option= 506 fi 507 as_test_x=' 508 eval sh -c '\'' 509 if test -d "$1"; then 510 test -d "$1/."; 511 else 512 case $1 in #( 513 -*)set "./$1";; 514 esac; 515 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( 516 ???[sx]*):;;*)false;;esac;fi 517 '\'' sh 518 ' 519 fi 520 as_executable_p=$as_test_x 547 as_test_x='test -x' 548 as_executable_p=as_fn_executable_p 521 549 522 550 # Sed expression to map a string onto a valid CPP name. … … 1169 1197 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1170 1198 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1171 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}1199 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" 1172 1200 ;; 1173 1201 … … 1220 1248 if test "x$build_alias" = x; then 1221 1249 cross_compiling=maybe 1222 $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.1223 If a cross compiler is detected then cross compile mode will be used" >&21224 1250 elif test "x$build_alias" != "x$host_alias"; then 1225 1251 cross_compiling=yes … … 1522 1548 cat <<\_ACEOF 1523 1549 pjproject configure 2.x 1524 generated by GNU Autoconf 2.6 71525 1526 Copyright (C) 201 0Free Software Foundation, Inc.1550 generated by GNU Autoconf 2.69 1551 1552 Copyright (C) 2012 Free Software Foundation, Inc. 1527 1553 This configure script is free software; the Free Software Foundation 1528 1554 gives unlimited permission to copy, distribute and modify it. … … 1568 1594 ac_retval=1 1569 1595 fi 1570 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}1596 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1571 1597 as_fn_set_status $ac_retval 1572 1598 … … 1606 1632 ac_retval=1 1607 1633 fi 1608 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}1634 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1609 1635 as_fn_set_status $ac_retval 1610 1636 … … 1638 1664 } && test -s conftest$ac_exeext && { 1639 1665 test "$cross_compiling" = yes || 1640 $as_test_x conftest$ac_exeext1666 test -x conftest$ac_exeext 1641 1667 }; then : 1642 1668 ac_retval=0 … … 1652 1678 # left behind by Apple's compiler. We do this before executing the actions. 1653 1679 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 1654 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}1680 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1655 1681 as_fn_set_status $ac_retval 1656 1682 … … 1694 1720 fi 1695 1721 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 1696 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}1722 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1697 1723 as_fn_set_status $ac_retval 1698 1724 … … 1731 1757 ac_retval=1 1732 1758 fi 1733 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}1759 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1734 1760 as_fn_set_status $ac_retval 1735 1761 … … 1745 1771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1746 1772 $as_echo_n "checking for $2... " >&6; } 1747 if eval "test \"\${$3+set}\"" = set; then :1773 if eval \${$3+:} false; then : 1748 1774 $as_echo_n "(cached) " >&6 1749 1775 else … … 1763 1789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1764 1790 $as_echo "$ac_res" >&6; } 1765 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}1791 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1766 1792 1767 1793 } # ac_fn_c_check_header_compile … … 1775 1801 { 1776 1802 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1777 if eval "test \"\${$3+set}\"" = set; then :1803 if eval \${$3+:} false; then : 1778 1804 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1779 1805 $as_echo_n "checking for $2... " >&6; } 1780 if eval "test \"\${$3+set}\"" = set; then :1806 if eval \${$3+:} false; then : 1781 1807 $as_echo_n "(cached) " >&6 1782 1808 fi … … 1841 1867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1842 1868 $as_echo_n "checking for $2... " >&6; } 1843 if eval "test \"\${$3+set}\"" = set; then :1869 if eval \${$3+:} false; then : 1844 1870 $as_echo_n "(cached) " >&6 1845 1871 else … … 1850 1876 $as_echo "$ac_res" >&6; } 1851 1877 fi 1852 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}1878 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1853 1879 1854 1880 } # ac_fn_c_check_header_mongrel … … 1862 1888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1863 1889 $as_echo_n "checking for $2... " >&6; } 1864 if eval "test \"\${$3+set}\"" = set; then :1890 if eval \${$3+:} false; then : 1865 1891 $as_echo_n "(cached) " >&6 1866 1892 else … … 1917 1943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1918 1944 $as_echo "$ac_res" >&6; } 1919 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}1945 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1920 1946 1921 1947 } # ac_fn_c_check_func … … 1925 1951 1926 1952 It was created by pjproject $as_me 2.x, which was 1927 generated by GNU Autoconf 2.6 7. Invocation command line was1953 generated by GNU Autoconf 2.69. Invocation command line was 1928 1954 1929 1955 $ $0 $@ … … 2183 2209 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2184 2210 as_fn_error $? "failed to load site script $ac_site_file 2185 See \`config.log' for more details" "$LINENO" 5 2211 See \`config.log' for more details" "$LINENO" 5; } 2186 2212 fi 2187 2213 done … … 2310 2336 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 2311 2337 $as_echo_n "checking build system type... " >&6; } 2312 if test "${ac_cv_build+set}" = set; then :2338 if ${ac_cv_build+:} false; then : 2313 2339 $as_echo_n "(cached) " >&6 2314 2340 else … … 2326 2352 case $ac_cv_build in 2327 2353 *-*-*) ;; 2328 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 2354 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; 2329 2355 esac 2330 2356 build=$ac_cv_build … … 2344 2370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 2345 2371 $as_echo_n "checking host system type... " >&6; } 2346 if test "${ac_cv_host+set}" = set; then :2372 if ${ac_cv_host+:} false; then : 2347 2373 $as_echo_n "(cached) " >&6 2348 2374 else … … 2359 2385 case $ac_cv_host in 2360 2386 *-*-*) ;; 2361 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 2387 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; 2362 2388 esac 2363 2389 host=$ac_cv_host … … 2377 2403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5 2378 2404 $as_echo_n "checking target system type... " >&6; } 2379 if test "${ac_cv_target+set}" = set; then :2405 if ${ac_cv_target+:} false; then : 2380 2406 $as_echo_n "(cached) " >&6 2381 2407 else … … 2392 2418 case $ac_cv_target in 2393 2419 *-*-*) ;; 2394 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5 2420 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;; 2395 2421 esac 2396 2422 target=$ac_cv_target … … 2438 2464 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2439 2465 $as_echo_n "checking for $ac_word... " >&6; } 2440 if test "${ac_cv_prog_CC+set}" = set; then :2466 if ${ac_cv_prog_CC+:} false; then : 2441 2467 $as_echo_n "(cached) " >&6 2442 2468 else … … 2450 2476 test -z "$as_dir" && as_dir=. 2451 2477 for ac_exec_ext in '' $ac_executable_extensions; do 2452 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then2478 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2453 2479 ac_cv_prog_CC="${ac_tool_prefix}gcc" 2454 2480 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2478 2504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2479 2505 $as_echo_n "checking for $ac_word... " >&6; } 2480 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :2506 if ${ac_cv_prog_ac_ct_CC+:} false; then : 2481 2507 $as_echo_n "(cached) " >&6 2482 2508 else … … 2490 2516 test -z "$as_dir" && as_dir=. 2491 2517 for ac_exec_ext in '' $ac_executable_extensions; do 2492 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then2518 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2493 2519 ac_cv_prog_ac_ct_CC="gcc" 2494 2520 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2531 2557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2532 2558 $as_echo_n "checking for $ac_word... " >&6; } 2533 if test "${ac_cv_prog_CC+set}" = set; then :2559 if ${ac_cv_prog_CC+:} false; then : 2534 2560 $as_echo_n "(cached) " >&6 2535 2561 else … … 2543 2569 test -z "$as_dir" && as_dir=. 2544 2570 for ac_exec_ext in '' $ac_executable_extensions; do 2545 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then2571 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2546 2572 ac_cv_prog_CC="${ac_tool_prefix}cc" 2547 2573 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2571 2597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2572 2598 $as_echo_n "checking for $ac_word... " >&6; } 2573 if test "${ac_cv_prog_CC+set}" = set; then :2599 if ${ac_cv_prog_CC+:} false; then : 2574 2600 $as_echo_n "(cached) " >&6 2575 2601 else … … 2584 2610 test -z "$as_dir" && as_dir=. 2585 2611 for ac_exec_ext in '' $ac_executable_extensions; do 2586 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then2612 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2587 2613 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 2588 2614 ac_prog_rejected=yes … … 2630 2656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2631 2657 $as_echo_n "checking for $ac_word... " >&6; } 2632 if test "${ac_cv_prog_CC+set}" = set; then :2658 if ${ac_cv_prog_CC+:} false; then : 2633 2659 $as_echo_n "(cached) " >&6 2634 2660 else … … 2642 2668 test -z "$as_dir" && as_dir=. 2643 2669 for ac_exec_ext in '' $ac_executable_extensions; do 2644 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then2670 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2645 2671 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 2646 2672 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2674 2700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2675 2701 $as_echo_n "checking for $ac_word... " >&6; } 2676 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :2702 if ${ac_cv_prog_ac_ct_CC+:} false; then : 2677 2703 $as_echo_n "(cached) " >&6 2678 2704 else … … 2686 2712 test -z "$as_dir" && as_dir=. 2687 2713 for ac_exec_ext in '' $ac_executable_extensions; do 2688 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then2714 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2689 2715 ac_cv_prog_ac_ct_CC="$ac_prog" 2690 2716 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2729 2755 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2730 2756 as_fn_error $? "no acceptable C compiler found in \$PATH 2731 See \`config.log' for more details" "$LINENO" 5 2757 See \`config.log' for more details" "$LINENO" 5; } 2732 2758 2733 2759 # Provide some information about the compiler. … … 2844 2870 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2845 2871 as_fn_error 77 "C compiler cannot create executables 2846 See \`config.log' for more details" "$LINENO" 5 2872 See \`config.log' for more details" "$LINENO" 5; } 2847 2873 else 2848 2874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 … … 2887 2913 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2888 2914 as_fn_error $? "cannot compute suffix of executables: cannot compile and link 2889 See \`config.log' for more details" "$LINENO" 5 2915 See \`config.log' for more details" "$LINENO" 5; } 2890 2916 fi 2891 2917 rm -f conftest conftest$ac_cv_exeext … … 2946 2972 as_fn_error $? "cannot run C compiled programs. 2947 2973 If you meant to cross compile, use \`--host'. 2948 See \`config.log' for more details" "$LINENO" 5 2974 See \`config.log' for more details" "$LINENO" 5; } 2949 2975 fi 2950 2976 fi … … 2957 2983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 2958 2984 $as_echo_n "checking for suffix of object files... " >&6; } 2959 if test "${ac_cv_objext+set}" = set; then :2985 if ${ac_cv_objext+:} false; then : 2960 2986 $as_echo_n "(cached) " >&6 2961 2987 else … … 2998 3024 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2999 3025 as_fn_error $? "cannot compute suffix of object files: cannot compile 3000 See \`config.log' for more details" "$LINENO" 5 3026 See \`config.log' for more details" "$LINENO" 5; } 3001 3027 fi 3002 3028 rm -f conftest.$ac_cv_objext conftest.$ac_ext … … 3008 3034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 3009 3035 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } 3010 if test "${ac_cv_c_compiler_gnu+set}" = set; then :3036 if ${ac_cv_c_compiler_gnu+:} false; then : 3011 3037 $as_echo_n "(cached) " >&6 3012 3038 else … … 3045 3071 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 3046 3072 $as_echo_n "checking whether $CC accepts -g... " >&6; } 3047 if test "${ac_cv_prog_cc_g+set}" = set; then :3073 if ${ac_cv_prog_cc_g+:} false; then : 3048 3074 $as_echo_n "(cached) " >&6 3049 3075 else … … 3123 3149 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 3124 3150 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } 3125 if test "${ac_cv_prog_cc_c89+set}" = set; then :3151 if ${ac_cv_prog_cc_c89+:} false; then : 3126 3152 $as_echo_n "(cached) " >&6 3127 3153 else … … 3132 3158 #include <stdarg.h> 3133 3159 #include <stdio.h> 3134 #include <sys/types.h> 3135 #include <sys/stat.h> 3160 struct stat; 3136 3161 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ 3137 3162 struct buf { int x; }; … … 3234 3259 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3235 3260 $as_echo_n "checking for $ac_word... " >&6; } 3236 if test "${ac_cv_prog_CXX+set}" = set; then :3261 if ${ac_cv_prog_CXX+:} false; then : 3237 3262 $as_echo_n "(cached) " >&6 3238 3263 else … … 3246 3271 test -z "$as_dir" && as_dir=. 3247 3272 for ac_exec_ext in '' $ac_executable_extensions; do 3248 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then3273 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3249 3274 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 3250 3275 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 3278 3303 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3279 3304 $as_echo_n "checking for $ac_word... " >&6; } 3280 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :3305 if ${ac_cv_prog_ac_ct_CXX+:} false; then : 3281 3306 $as_echo_n "(cached) " >&6 3282 3307 else … … 3290 3315 test -z "$as_dir" && as_dir=. 3291 3316 for ac_exec_ext in '' $ac_executable_extensions; do 3292 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then3317 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3293 3318 ac_cv_prog_ac_ct_CXX="$ac_prog" 3294 3319 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 3356 3381 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5 3357 3382 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; } 3358 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :3383 if ${ac_cv_cxx_compiler_gnu+:} false; then : 3359 3384 $as_echo_n "(cached) " >&6 3360 3385 else … … 3393 3418 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5 3394 3419 $as_echo_n "checking whether $CXX accepts -g... " >&6; } 3395 if test "${ac_cv_prog_cxx_g+set}" = set; then :3420 if ${ac_cv_prog_cxx_g+:} false; then : 3396 3421 $as_echo_n "(cached) " >&6 3397 3422 else … … 3553 3578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5 3554 3579 $as_echo_n "checking for pthread_create in -lpthread... " >&6; } 3555 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then :3580 if ${ac_cv_lib_pthread_pthread_create+:} false; then : 3556 3581 $as_echo_n "(cached) " >&6 3557 3582 else … … 3587 3612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5 3588 3613 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; } 3589 if test "x$ac_cv_lib_pthread_pthread_create" = x ""yes; then :3614 if test "x$ac_cv_lib_pthread_pthread_create" = xyes; then : 3590 3615 cat >>confdefs.h <<_ACEOF 3591 3616 #define HAVE_LIBPTHREAD 1 … … 3598 3623 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for puts in -lwsock32" >&5 3599 3624 $as_echo_n "checking for puts in -lwsock32... " >&6; } 3600 if test "${ac_cv_lib_wsock32_puts+set}" = set; then :3625 if ${ac_cv_lib_wsock32_puts+:} false; then : 3601 3626 $as_echo_n "(cached) " >&6 3602 3627 else … … 3632 3657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_wsock32_puts" >&5 3633 3658 $as_echo "$ac_cv_lib_wsock32_puts" >&6; } 3634 if test "x$ac_cv_lib_wsock32_puts" = x ""yes; then :3659 if test "x$ac_cv_lib_wsock32_puts" = xyes; then : 3635 3660 cat >>confdefs.h <<_ACEOF 3636 3661 #define HAVE_LIBWSOCK32 1 … … 3643 3668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for puts in -lws2_32" >&5 3644 3669 $as_echo_n "checking for puts in -lws2_32... " >&6; } 3645 if test "${ac_cv_lib_ws2_32_puts+set}" = set; then :3670 if ${ac_cv_lib_ws2_32_puts+:} false; then : 3646 3671 $as_echo_n "(cached) " >&6 3647 3672 else … … 3677 3702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ws2_32_puts" >&5 3678 3703 $as_echo "$ac_cv_lib_ws2_32_puts" >&6; } 3679 if test "x$ac_cv_lib_ws2_32_puts" = x ""yes; then :3704 if test "x$ac_cv_lib_ws2_32_puts" = xyes; then : 3680 3705 cat >>confdefs.h <<_ACEOF 3681 3706 #define HAVE_LIBWS2_32 1 … … 3688 3713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for puts in -lole32" >&5 3689 3714 $as_echo_n "checking for puts in -lole32... " >&6; } 3690 if test "${ac_cv_lib_ole32_puts+set}" = set; then :3715 if ${ac_cv_lib_ole32_puts+:} false; then : 3691 3716 $as_echo_n "(cached) " >&6 3692 3717 else … … 3722 3747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ole32_puts" >&5 3723 3748 $as_echo "$ac_cv_lib_ole32_puts" >&6; } 3724 if test "x$ac_cv_lib_ole32_puts" = x ""yes; then :3749 if test "x$ac_cv_lib_ole32_puts" = xyes; then : 3725 3750 cat >>confdefs.h <<_ACEOF 3726 3751 #define HAVE_LIBOLE32 1 … … 3733 3758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for puts in -lwinmm" >&5 3734 3759 $as_echo_n "checking for puts in -lwinmm... " >&6; } 3735 if test "${ac_cv_lib_winmm_puts+set}" = set; then :3760 if ${ac_cv_lib_winmm_puts+:} false; then : 3736 3761 $as_echo_n "(cached) " >&6 3737 3762 else … … 3767 3792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_winmm_puts" >&5 3768 3793 $as_echo "$ac_cv_lib_winmm_puts" >&6; } 3769 if test "x$ac_cv_lib_winmm_puts" = x ""yes; then :3794 if test "x$ac_cv_lib_winmm_puts" = xyes; then : 3770 3795 cat >>confdefs.h <<_ACEOF 3771 3796 #define HAVE_LIBWINMM 1 … … 3778 3803 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for puts in -lsocket" >&5 3779 3804 $as_echo_n "checking for puts in -lsocket... " >&6; } 3780 if test "${ac_cv_lib_socket_puts+set}" = set; then :3805 if ${ac_cv_lib_socket_puts+:} false; then : 3781 3806 $as_echo_n "(cached) " >&6 3782 3807 else … … 3812 3837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_puts" >&5 3813 3838 $as_echo "$ac_cv_lib_socket_puts" >&6; } 3814 if test "x$ac_cv_lib_socket_puts" = x ""yes; then :3839 if test "x$ac_cv_lib_socket_puts" = xyes; then : 3815 3840 cat >>confdefs.h <<_ACEOF 3816 3841 #define HAVE_LIBSOCKET 1 … … 3823 3848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for puts in -lrt" >&5 3824 3849 $as_echo_n "checking for puts in -lrt... " >&6; } 3825 if test "${ac_cv_lib_rt_puts+set}" = set; then :3850 if ${ac_cv_lib_rt_puts+:} false; then : 3826 3851 $as_echo_n "(cached) " >&6 3827 3852 else … … 3857 3882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_rt_puts" >&5 3858 3883 $as_echo "$ac_cv_lib_rt_puts" >&6; } 3859 if test "x$ac_cv_lib_rt_puts" = x ""yes; then :3884 if test "x$ac_cv_lib_rt_puts" = xyes; then : 3860 3885 cat >>confdefs.h <<_ACEOF 3861 3886 #define HAVE_LIBRT 1 … … 3868 3893 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for puts in -lnsl" >&5 3869 3894 $as_echo_n "checking for puts in -lnsl... " >&6; } 3870 if test "${ac_cv_lib_nsl_puts+set}" = set; then :3895 if ${ac_cv_lib_nsl_puts+:} false; then : 3871 3896 $as_echo_n "(cached) " >&6 3872 3897 else … … 3902 3927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_puts" >&5 3903 3928 $as_echo "$ac_cv_lib_nsl_puts" >&6; } 3904 if test "x$ac_cv_lib_nsl_puts" = x ""yes; then :3929 if test "x$ac_cv_lib_nsl_puts" = xyes; then : 3905 3930 cat >>confdefs.h <<_ACEOF 3906 3931 #define HAVE_LIBNSL 1 … … 3913 3938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for uuid_generate in -luuid" >&5 3914 3939 $as_echo_n "checking for uuid_generate in -luuid... " >&6; } 3915 if test "${ac_cv_lib_uuid_uuid_generate+set}" = set; then :3940 if ${ac_cv_lib_uuid_uuid_generate+:} false; then : 3916 3941 $as_echo_n "(cached) " >&6 3917 3942 else … … 3947 3972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_uuid_uuid_generate" >&5 3948 3973 $as_echo "$ac_cv_lib_uuid_uuid_generate" >&6; } 3949 if test "x$ac_cv_lib_uuid_uuid_generate" = x ""yes; then :3974 if test "x$ac_cv_lib_uuid_uuid_generate" = xyes; then : 3950 3975 cat >>confdefs.h <<_ACEOF 3951 3976 #define HAVE_LIBUUID 1 … … 3958 3983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for uuid_generate in -luuid" >&5 3959 3984 $as_echo_n "checking for uuid_generate in -luuid... " >&6; } 3960 if test "${ac_cv_lib_uuid_uuid_generate+set}" = set; then :3985 if ${ac_cv_lib_uuid_uuid_generate+:} false; then : 3961 3986 $as_echo_n "(cached) " >&6 3962 3987 else … … 3992 4017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_uuid_uuid_generate" >&5 3993 4018 $as_echo "$ac_cv_lib_uuid_uuid_generate" >&6; } 3994 if test "x$ac_cv_lib_uuid_uuid_generate" = x ""yes; then :4019 if test "x$ac_cv_lib_uuid_uuid_generate" = xyes; then : 3995 4020 ac_has_uuid_lib=1 3996 4021 fi … … 4034 4059 fi 4035 4060 if test -z "$CPP"; then 4036 if test "${ac_cv_prog_CPP+set}" = set; then :4061 if ${ac_cv_prog_CPP+:} false; then : 4037 4062 $as_echo_n "(cached) " >&6 4038 4063 else … … 4150 4175 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 4151 4176 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check 4152 See \`config.log' for more details" "$LINENO" 5 4177 See \`config.log' for more details" "$LINENO" 5; } 4153 4178 fi 4154 4179 … … 4162 4187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 4163 4188 $as_echo_n "checking for grep that handles long lines and -e... " >&6; } 4164 if test "${ac_cv_path_GREP+set}" = set; then :4189 if ${ac_cv_path_GREP+:} false; then : 4165 4190 $as_echo_n "(cached) " >&6 4166 4191 else … … 4176 4201 for ac_exec_ext in '' $ac_executable_extensions; do 4177 4202 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 4178 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; }|| continue4203 as_fn_executable_p "$ac_path_GREP" || continue 4179 4204 # Check for GNU ac_path_GREP and select it if it is found. 4180 4205 # Check for GNU $ac_path_GREP … … 4225 4250 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 4226 4251 $as_echo_n "checking for egrep... " >&6; } 4227 if test "${ac_cv_path_EGREP+set}" = set; then :4252 if ${ac_cv_path_EGREP+:} false; then : 4228 4253 $as_echo_n "(cached) " >&6 4229 4254 else … … 4242 4267 for ac_exec_ext in '' $ac_executable_extensions; do 4243 4268 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 4244 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; }|| continue4269 as_fn_executable_p "$ac_path_EGREP" || continue 4245 4270 # Check for GNU ac_path_EGREP and select it if it is found. 4246 4271 # Check for GNU $ac_path_EGREP … … 4292 4317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 4293 4318 $as_echo_n "checking for ANSI C header files... " >&6; } 4294 if test "${ac_cv_header_stdc+set}" = set; then :4319 if ${ac_cv_header_stdc+:} false; then : 4295 4320 $as_echo_n "(cached) " >&6 4296 4321 else … … 4421 4446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5 4422 4447 $as_echo_n "checking whether byte ordering is bigendian... " >&6; } 4423 if test "${ac_cv_c_bigendian+set}" = set; then :4448 if ${ac_cv_c_bigendian+:} false; then : 4424 4449 $as_echo_n "(cached) " >&6 4425 4450 else … … 4640 4665 *) 4641 4666 as_fn_error $? "unknown endianness 4642 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 4667 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;; 4643 4668 esac 4644 4669 … … 4698 4723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fmod in -lm" >&5 4699 4724 $as_echo_n "checking for fmod in -lm... " >&6; } 4700 if test "${ac_cv_lib_m_fmod+set}" = set; then :4725 if ${ac_cv_lib_m_fmod+:} false; then : 4701 4726 $as_echo_n "(cached) " >&6 4702 4727 else … … 4732 4757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_fmod" >&5 4733 4758 $as_echo "$ac_cv_lib_m_fmod" >&6; } 4734 if test "x$ac_cv_lib_m_fmod" = x ""yes; then :4759 if test "x$ac_cv_lib_m_fmod" = xyes; then : 4735 4760 cat >>confdefs.h <<_ACEOF 4736 4761 #define HAVE_LIBM 1 … … 4747 4772 4748 4773 ac_fn_c_check_header_mongrel "$LINENO" "arpa/inet.h" "ac_cv_header_arpa_inet_h" "$ac_includes_default" 4749 if test "x$ac_cv_header_arpa_inet_h" = x ""yes; then :4774 if test "x$ac_cv_header_arpa_inet_h" = xyes; then : 4750 4775 $as_echo "#define PJ_HAS_ARPA_INET_H 1" >>confdefs.h 4751 4776 … … 4754 4779 4755 4780 ac_fn_c_check_header_mongrel "$LINENO" "assert.h" "ac_cv_header_assert_h" "$ac_includes_default" 4756 if test "x$ac_cv_header_assert_h" = x ""yes; then :4781 if test "x$ac_cv_header_assert_h" = xyes; then : 4757 4782 $as_echo "#define PJ_HAS_ASSERT_H 1" >>confdefs.h 4758 4783 … … 4761 4786 4762 4787 ac_fn_c_check_header_mongrel "$LINENO" "ctype.h" "ac_cv_header_ctype_h" "$ac_includes_default" 4763 if test "x$ac_cv_header_ctype_h" = x ""yes; then :4788 if test "x$ac_cv_header_ctype_h" = xyes; then : 4764 4789 $as_echo "#define PJ_HAS_CTYPE_H 1" >>confdefs.h 4765 4790 … … 4775 4800 *) 4776 4801 ac_fn_c_check_header_mongrel "$LINENO" "errno.h" "ac_cv_header_errno_h" "$ac_includes_default" 4777 if test "x$ac_cv_header_errno_h" = x ""yes; then :4802 if test "x$ac_cv_header_errno_h" = xyes; then : 4778 4803 $as_echo "#define PJ_HAS_ERRNO_H 1" >>confdefs.h 4779 4804 … … 4785 4810 4786 4811 ac_fn_c_check_header_mongrel "$LINENO" "fcntl.h" "ac_cv_header_fcntl_h" "$ac_includes_default" 4787 if test "x$ac_cv_header_fcntl_h" = x ""yes; then :4812 if test "x$ac_cv_header_fcntl_h" = xyes; then : 4788 4813 $as_echo "#define PJ_HAS_FCNTL_H 1" >>confdefs.h 4789 4814 … … 4792 4817 4793 4818 ac_fn_c_check_header_mongrel "$LINENO" "linux/socket.h" "ac_cv_header_linux_socket_h" "$ac_includes_default" 4794 if test "x$ac_cv_header_linux_socket_h" = x ""yes; then :4819 if test "x$ac_cv_header_linux_socket_h" = xyes; then : 4795 4820 $as_echo "#define PJ_HAS_LINUX_SOCKET_H 1" >>confdefs.h 4796 4821 … … 4799 4824 4800 4825 ac_fn_c_check_header_mongrel "$LINENO" "limits.h" "ac_cv_header_limits_h" "$ac_includes_default" 4801 if test "x$ac_cv_header_limits_h" = x ""yes; then :4826 if test "x$ac_cv_header_limits_h" = xyes; then : 4802 4827 $as_echo "#define PJ_HAS_LIMITS_H 1" >>confdefs.h 4803 4828 … … 4806 4831 4807 4832 ac_fn_c_check_header_mongrel "$LINENO" "malloc.h" "ac_cv_header_malloc_h" "$ac_includes_default" 4808 if test "x$ac_cv_header_malloc_h" = x ""yes; then :4833 if test "x$ac_cv_header_malloc_h" = xyes; then : 4809 4834 $as_echo "#define PJ_HAS_MALLOC_H 1" >>confdefs.h 4810 4835 … … 4813 4838 4814 4839 ac_fn_c_check_header_mongrel "$LINENO" "netdb.h" "ac_cv_header_netdb_h" "$ac_includes_default" 4815 if test "x$ac_cv_header_netdb_h" = x ""yes; then :4840 if test "x$ac_cv_header_netdb_h" = xyes; then : 4816 4841 $as_echo "#define PJ_HAS_NETDB_H 1" >>confdefs.h 4817 4842 … … 4820 4845 4821 4846 ac_fn_c_check_header_mongrel "$LINENO" "netinet/in_systm.h" "ac_cv_header_netinet_in_systm_h" "$ac_includes_default" 4822 if test "x$ac_cv_header_netinet_in_systm_h" = x ""yes; then :4847 if test "x$ac_cv_header_netinet_in_systm_h" = xyes; then : 4823 4848 $as_echo "#define PJ_HAS_NETINET_IN_SYSTM_H 1" >>confdefs.h 4824 4849 … … 4827 4852 4828 4853 ac_fn_c_check_header_mongrel "$LINENO" "netinet/in.h" "ac_cv_header_netinet_in_h" "$ac_includes_default" 4829 if test "x$ac_cv_header_netinet_in_h" = x ""yes; then :4854 if test "x$ac_cv_header_netinet_in_h" = xyes; then : 4830 4855 $as_echo "#define PJ_HAS_NETINET_IN_H 1" >>confdefs.h 4831 4856 … … 4844 4869 4845 4870 " 4846 if test "x$ac_cv_header_netinet_ip_h" = x ""yes; then :4871 if test "x$ac_cv_header_netinet_ip_h" = xyes; then : 4847 4872 $as_echo "#define PJ_HAS_NETINET_IP_H 1" >>confdefs.h 4848 4873 … … 4851 4876 4852 4877 ac_fn_c_check_header_mongrel "$LINENO" "netinet/tcp.h" "ac_cv_header_netinet_tcp_h" "$ac_includes_default" 4853 if test "x$ac_cv_header_netinet_tcp_h" = x ""yes; then :4878 if test "x$ac_cv_header_netinet_tcp_h" = xyes; then : 4854 4879 $as_echo "#define PJ_HAS_NETINET_TCP_H 1" >>confdefs.h 4855 4880 … … 4858 4883 4859 4884 ac_fn_c_check_header_mongrel "$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "$ac_includes_default" 4860 if test "x$ac_cv_header_ifaddrs_h" = x ""yes; then :4885 if test "x$ac_cv_header_ifaddrs_h" = xyes; then : 4861 4886 ac_fn_c_check_func "$LINENO" "getifaddrs" "ac_cv_func_getifaddrs" 4862 if test "x$ac_cv_func_getifaddrs" = x ""yes; then :4887 if test "x$ac_cv_func_getifaddrs" = xyes; then : 4863 4888 $as_echo "#define PJ_HAS_IFADDRS_H 1" >>confdefs.h 4864 4889 … … 4869 4894 4870 4895 ac_fn_c_check_header_mongrel "$LINENO" "semaphore.h" "ac_cv_header_semaphore_h" "$ac_includes_default" 4871 if test "x$ac_cv_header_semaphore_h" = x ""yes; then :4896 if test "x$ac_cv_header_semaphore_h" = xyes; then : 4872 4897 $as_echo "#define PJ_HAS_SEMAPHORE_H 1" >>confdefs.h 4873 4898 … … 4876 4901 4877 4902 ac_fn_c_check_header_mongrel "$LINENO" "setjmp.h" "ac_cv_header_setjmp_h" "$ac_includes_default" 4878 if test "x$ac_cv_header_setjmp_h" = x ""yes; then :4903 if test "x$ac_cv_header_setjmp_h" = xyes; then : 4879 4904 $as_echo "#define PJ_HAS_SETJMP_H 1" >>confdefs.h 4880 4905 … … 4883 4908 4884 4909 ac_fn_c_check_header_mongrel "$LINENO" "stdarg.h" "ac_cv_header_stdarg_h" "$ac_includes_default" 4885 if test "x$ac_cv_header_stdarg_h" = x ""yes; then :4910 if test "x$ac_cv_header_stdarg_h" = xyes; then : 4886 4911 $as_echo "#define PJ_HAS_STDARG_H 1" >>confdefs.h 4887 4912 … … 4890 4915 4891 4916 ac_fn_c_check_header_mongrel "$LINENO" "stddef.h" "ac_cv_header_stddef_h" "$ac_includes_default" 4892 if test "x$ac_cv_header_stddef_h" = x ""yes; then :4917 if test "x$ac_cv_header_stddef_h" = xyes; then : 4893 4918 $as_echo "#define PJ_HAS_STDDEF_H 1" >>confdefs.h 4894 4919 … … 4897 4922 4898 4923 ac_fn_c_check_header_mongrel "$LINENO" "stdio.h" "ac_cv_header_stdio_h" "$ac_includes_default" 4899 if test "x$ac_cv_header_stdio_h" = x ""yes; then :4924 if test "x$ac_cv_header_stdio_h" = xyes; then : 4900 4925 $as_echo "#define PJ_HAS_STDIO_H 1" >>confdefs.h 4901 4926 … … 4904 4929 4905 4930 ac_fn_c_check_header_mongrel "$LINENO" "stdint.h" "ac_cv_header_stdint_h" "$ac_includes_default" 4906 if test "x$ac_cv_header_stdint_h" = x ""yes; then :4931 if test "x$ac_cv_header_stdint_h" = xyes; then : 4907 4932 $as_echo "#define PJ_HAS_STDINT_H 1" >>confdefs.h 4908 4933 … … 4911 4936 4912 4937 ac_fn_c_check_header_mongrel "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default" 4913 if test "x$ac_cv_header_stdlib_h" = x ""yes; then :4938 if test "x$ac_cv_header_stdlib_h" = xyes; then : 4914 4939 $as_echo "#define PJ_HAS_STDLIB_H 1" >>confdefs.h 4915 4940 … … 4918 4943 4919 4944 ac_fn_c_check_header_mongrel "$LINENO" "string.h" "ac_cv_header_string_h" "$ac_includes_default" 4920 if test "x$ac_cv_header_string_h" = x ""yes; then :4945 if test "x$ac_cv_header_string_h" = xyes; then : 4921 4946 $as_echo "#define PJ_HAS_STRING_H 1" >>confdefs.h 4922 4947 … … 4925 4950 4926 4951 ac_fn_c_check_header_mongrel "$LINENO" "sys/ioctl.h" "ac_cv_header_sys_ioctl_h" "$ac_includes_default" 4927 if test "x$ac_cv_header_sys_ioctl_h" = x ""yes; then :4952 if test "x$ac_cv_header_sys_ioctl_h" = xyes; then : 4928 4953 $as_echo "#define PJ_HAS_SYS_IOCTL_H 1" >>confdefs.h 4929 4954 … … 4932 4957 4933 4958 ac_fn_c_check_header_mongrel "$LINENO" "sys/select.h" "ac_cv_header_sys_select_h" "$ac_includes_default" 4934 if test "x$ac_cv_header_sys_select_h" = x ""yes; then :4959 if test "x$ac_cv_header_sys_select_h" = xyes; then : 4935 4960 $as_echo "#define PJ_HAS_SYS_SELECT_H 1" >>confdefs.h 4936 4961 … … 4939 4964 4940 4965 ac_fn_c_check_header_mongrel "$LINENO" "sys/socket.h" "ac_cv_header_sys_socket_h" "$ac_includes_default" 4941 if test "x$ac_cv_header_sys_socket_h" = x ""yes; then :4966 if test "x$ac_cv_header_sys_socket_h" = xyes; then : 4942 4967 $as_echo "#define PJ_HAS_SYS_SOCKET_H 1" >>confdefs.h 4943 4968 … … 4946 4971 4947 4972 ac_fn_c_check_header_mongrel "$LINENO" "sys/time.h" "ac_cv_header_sys_time_h" "$ac_includes_default" 4948 if test "x$ac_cv_header_sys_time_h" = x ""yes; then :4973 if test "x$ac_cv_header_sys_time_h" = xyes; then : 4949 4974 $as_echo "#define PJ_HAS_SYS_TIME_H 1" >>confdefs.h 4950 4975 … … 4953 4978 4954 4979 ac_fn_c_check_header_mongrel "$LINENO" "sys/timeb.h" "ac_cv_header_sys_timeb_h" "$ac_includes_default" 4955 if test "x$ac_cv_header_sys_timeb_h" = x ""yes; then :4980 if test "x$ac_cv_header_sys_timeb_h" = xyes; then : 4956 4981 $as_echo "#define PJ_HAS_SYS_TIMEB_H 1" >>confdefs.h 4957 4982 … … 4960 4985 4961 4986 ac_fn_c_check_header_mongrel "$LINENO" "sys/types.h" "ac_cv_header_sys_types_h" "$ac_includes_default" 4962 if test "x$ac_cv_header_sys_types_h" = x ""yes; then :4987 if test "x$ac_cv_header_sys_types_h" = xyes; then : 4963 4988 $as_echo "#define PJ_HAS_SYS_TYPES_H 1" >>confdefs.h 4964 4989 … … 4967 4992 4968 4993 ac_fn_c_check_header_mongrel "$LINENO" "sys/filio.h" "ac_cv_header_sys_filio_h" "$ac_includes_default" 4969 if test "x$ac_cv_header_sys_filio_h" = x ""yes; then :4994 if test "x$ac_cv_header_sys_filio_h" = xyes; then : 4970 4995 $as_echo "#define PJ_HAS_SYS_FILIO_H 1" >>confdefs.h 4971 4996 … … 4974 4999 4975 5000 ac_fn_c_check_header_mongrel "$LINENO" "sys/sockio.h" "ac_cv_header_sys_sockio_h" "$ac_includes_default" 4976 if test "x$ac_cv_header_sys_sockio_h" = x ""yes; then :5001 if test "x$ac_cv_header_sys_sockio_h" = xyes; then : 4977 5002 $as_echo "#define PJ_HAS_SYS_SOCKIO_H 1" >>confdefs.h 4978 5003 … … 4981 5006 4982 5007 ac_fn_c_check_header_mongrel "$LINENO" "sys/utsname.h" "ac_cv_header_sys_utsname_h" "$ac_includes_default" 4983 if test "x$ac_cv_header_sys_utsname_h" = x ""yes; then :5008 if test "x$ac_cv_header_sys_utsname_h" = xyes; then : 4984 5009 $as_echo "#define PJ_HAS_SYS_UTSNAME_H 1" >>confdefs.h 4985 5010 … … 4988 5013 4989 5014 ac_fn_c_check_header_mongrel "$LINENO" "time.h" "ac_cv_header_time_h" "$ac_includes_default" 4990 if test "x$ac_cv_header_time_h" = x ""yes; then :5015 if test "x$ac_cv_header_time_h" = xyes; then : 4991 5016 $as_echo "#define PJ_HAS_TIME_H 1" >>confdefs.h 4992 5017 … … 4995 5020 4996 5021 ac_fn_c_check_header_mongrel "$LINENO" "unistd.h" "ac_cv_header_unistd_h" "$ac_includes_default" 4997 if test "x$ac_cv_header_unistd_h" = x ""yes; then :5022 if test "x$ac_cv_header_unistd_h" = xyes; then : 4998 5023 $as_echo "#define PJ_HAS_UNISTD_H 1" >>confdefs.h 4999 5024 … … 5002 5027 5003 5028 ac_fn_c_check_header_mongrel "$LINENO" "winsock.h" "ac_cv_header_winsock_h" "$ac_includes_default" 5004 if test "x$ac_cv_header_winsock_h" = x ""yes; then :5029 if test "x$ac_cv_header_winsock_h" = xyes; then : 5005 5030 $as_echo "#define PJ_HAS_WINSOCK_H 1" >>confdefs.h 5006 5031 … … 5009 5034 5010 5035 ac_fn_c_check_header_mongrel "$LINENO" "winsock2.h" "ac_cv_header_winsock2_h" "$ac_includes_default" 5011 if test "x$ac_cv_header_winsock2_h" = x ""yes; then :5036 if test "x$ac_cv_header_winsock2_h" = xyes; then : 5012 5037 $as_echo "#define PJ_HAS_WINSOCK2_H 1" >>confdefs.h 5013 5038 … … 5022 5047 5023 5048 " 5024 if test "x$ac_cv_header_mswsock_h" = x ""yes; then :5049 if test "x$ac_cv_header_mswsock_h" = xyes; then : 5025 5050 $as_echo "#define PJ_HAS_MSWSOCK_H 1" >>confdefs.h 5026 5051 … … 5029 5054 5030 5055 ac_fn_c_check_header_mongrel "$LINENO" "ws2tcpip.h" "ac_cv_header_ws2tcpip_h" "$ac_includes_default" 5031 if test "x$ac_cv_header_ws2tcpip_h" = x ""yes; then :5056 if test "x$ac_cv_header_ws2tcpip_h" = xyes; then : 5032 5057 $as_echo "#define PJ_HAS_WS2TCPIP_H 1" >>confdefs.h 5033 5058 … … 5036 5061 5037 5062 ac_fn_c_check_header_mongrel "$LINENO" "uuid/uuid.h" "ac_cv_header_uuid_uuid_h" "$ac_includes_default" 5038 if test "x$ac_cv_header_uuid_uuid_h" = x ""yes; then :5063 if test "x$ac_cv_header_uuid_uuid_h" = xyes; then : 5039 5064 ac_has_uuid_h=1 5040 5065 fi … … 5050 5075 5051 5076 " 5052 if test "x$ac_cv_header_net_if_h" = x ""yes; then :5077 if test "x$ac_cv_header_net_if_h" = xyes; then : 5053 5078 $as_echo "#define PJ_HAS_NET_IF_H 1" >>confdefs.h 5054 5079 … … 5601 5626 5602 5627 ac_fn_c_check_header_mongrel "$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default" 5603 if test "x$ac_cv_header_sys_soundcard_h" = x ""yes; then :5628 if test "x$ac_cv_header_sys_soundcard_h" = xyes; then : 5604 5629 ac_pa_cflags="$ac_pa_cflags -DHAVE_SYS_SOUNDCARD_H" 5605 5630 fi … … 5607 5632 5608 5633 ac_fn_c_check_header_mongrel "$LINENO" "linux/soundcard.h" "ac_cv_header_linux_soundcard_h" "$ac_includes_default" 5609 if test "x$ac_cv_header_linux_soundcard_h" = x ""yes; then :5634 if test "x$ac_cv_header_linux_soundcard_h" = xyes; then : 5610 5635 ac_pa_cflags="$ac_pa_cflags -DHAVE_LINUX_SOUNDCARD_H" 5611 5636 fi … … 5613 5638 5614 5639 ac_fn_c_check_header_mongrel "$LINENO" "machine/soundcard.h" "ac_cv_header_machine_soundcard_h" "$ac_includes_default" 5615 if test "x$ac_cv_header_machine_soundcard_h" = x ""yes; then :5640 if test "x$ac_cv_header_machine_soundcard_h" = xyes; then : 5616 5641 ac_pa_cflags="$ac_pa_cflags -DHAVE_MACHINE_SOUNDCARD_H" 5617 5642 fi … … 5661 5686 ac_pjmedia_snd=pa_unix 5662 5687 ac_fn_c_check_header_mongrel "$LINENO" "alsa/version.h" "ac_cv_header_alsa_version_h" "$ac_includes_default" 5663 if test "x$ac_cv_header_alsa_version_h" = x ""yes; then :5688 if test "x$ac_cv_header_alsa_version_h" = xyes; then : 5664 5689 ac_pa_use_alsa=1 5665 5690 … … 5964 5989 enableval=$enable_libsamplerate; { $as_echo "$as_me:${as_lineno-$LINENO}: checking for src_new in -lsamplerate" >&5 5965 5990 $as_echo_n "checking for src_new in -lsamplerate... " >&6; } 5966 if test "${ac_cv_lib_samplerate_src_new+set}" = set; then :5991 if ${ac_cv_lib_samplerate_src_new+:} false; then : 5967 5992 $as_echo_n "(cached) " >&6 5968 5993 else … … 5998 6023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_samplerate_src_new" >&5 5999 6024 $as_echo "$ac_cv_lib_samplerate_src_new" >&6; } 6000 if test "x$ac_cv_lib_samplerate_src_new" = x ""yes; then :6025 if test "x$ac_cv_lib_samplerate_src_new" = xyes; then : 6001 6026 cat >>confdefs.h <<_ACEOF 6002 6027 #define HAVE_LIBSAMPLERATE 1 … … 6056 6081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Using SDL prefix... $with_sdl" >&5 6057 6082 $as_echo "Using SDL prefix... $with_sdl" >&6; } 6058 for ac_prog in sdl -config sdl2-config6083 for ac_prog in sdl2-config sdl-config 6059 6084 do 6060 6085 # Extract the first word of "$ac_prog", so it can be a program name with args. … … 6062 6087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6063 6088 $as_echo_n "checking for $ac_word... " >&6; } 6064 if test "${ac_cv_path_SDL_CONFIG+set}" = set; then :6089 if ${ac_cv_path_SDL_CONFIG+:} false; then : 6065 6090 $as_echo_n "(cached) " >&6 6066 6091 else … … 6076 6101 test -z "$as_dir" && as_dir=. 6077 6102 for ac_exec_ext in '' $ac_executable_extensions; do 6078 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then6103 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 6079 6104 ac_cv_path_SDL_CONFIG="$as_dir/$ac_word$ac_exec_ext" 6080 6105 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 6102 6127 6103 6128 else 6104 for ac_prog in sdl -config sdl2-config6129 for ac_prog in sdl2-config sdl-config 6105 6130 do 6106 6131 # Extract the first word of "$ac_prog", so it can be a program name with args. … … 6108 6133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6109 6134 $as_echo_n "checking for $ac_word... " >&6; } 6110 if test "${ac_cv_path_SDL_CONFIG+set}" = set; then :6135 if ${ac_cv_path_SDL_CONFIG+:} false; then : 6111 6136 $as_echo_n "(cached) " >&6 6112 6137 else … … 6122 6147 test -z "$as_dir" && as_dir=. 6123 6148 for ac_exec_ext in '' $ac_executable_extensions; do 6124 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then6149 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 6125 6150 ac_cv_path_SDL_CONFIG="$as_dir/$ac_word$ac_exec_ext" 6126 6151 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 6215 6240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6216 6241 $as_echo_n "checking for $ac_word... " >&6; } 6217 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then :6242 if ${ac_cv_prog_PKG_CONFIG+:} false; then : 6218 6243 $as_echo_n "(cached) " >&6 6219 6244 else … … 6227 6252 test -z "$as_dir" && as_dir=. 6228 6253 for ac_exec_ext in '' $ac_executable_extensions; do 6229 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then6254 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 6230 6255 ac_cv_prog_PKG_CONFIG="$ac_prog" 6231 6256 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 6304 6329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for avdevice_version in -lavdevice" >&5 6305 6330 $as_echo_n "checking for avdevice_version in -lavdevice... " >&6; } 6306 if test "${ac_cv_lib_avdevice_avdevice_version+set}" = set; then :6331 if ${ac_cv_lib_avdevice_avdevice_version+:} false; then : 6307 6332 $as_echo_n "(cached) " >&6 6308 6333 else … … 6338 6363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_avdevice_avdevice_version" >&5 6339 6364 $as_echo "$ac_cv_lib_avdevice_avdevice_version" >&6; } 6340 if test "x$ac_cv_lib_avdevice_avdevice_version" = x ""yes; then :6365 if test "x$ac_cv_lib_avdevice_avdevice_version" = xyes; then : 6341 6366 ac_ffmpeg_cflags="$ac_ffmpeg_cflags -DPJMEDIA_HAS_LIBAVDEVICE=1" 6342 6367 ac_ffmpeg_ldflags="$ac_ffmpeg_ldflags -lavdevice" … … 6347 6372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for av_malloc in -lavutil" >&5 6348 6373 $as_echo_n "checking for av_malloc in -lavutil... " >&6; } 6349 if test "${ac_cv_lib_avutil_av_malloc+set}" = set; then :6374 if ${ac_cv_lib_avutil_av_malloc+:} false; then : 6350 6375 $as_echo_n "(cached) " >&6 6351 6376 else … … 6381 6406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_avutil_av_malloc" >&5 6382 6407 $as_echo "$ac_cv_lib_avutil_av_malloc" >&6; } 6383 if test "x$ac_cv_lib_avutil_av_malloc" = x ""yes; then :6408 if test "x$ac_cv_lib_avutil_av_malloc" = xyes; then : 6384 6409 ac_ffmpeg_cflags="$ac_ffmpeg_cflags -DPJMEDIA_HAS_LIBAVUTIL=1" 6385 6410 ac_ffmpeg_ldflags="$ac_ffmpeg_ldflags -lavutil" … … 6390 6415 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for avcodec_init in -lavcodec" >&5 6391 6416 $as_echo_n "checking for avcodec_init in -lavcodec... " >&6; } 6392 if test "${ac_cv_lib_avcodec_avcodec_init+set}" = set; then :6417 if ${ac_cv_lib_avcodec_avcodec_init+:} false; then : 6393 6418 $as_echo_n "(cached) " >&6 6394 6419 else … … 6425 6450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_avcodec_avcodec_init" >&5 6426 6451 $as_echo "$ac_cv_lib_avcodec_avcodec_init" >&6; } 6427 if test "x$ac_cv_lib_avcodec_avcodec_init" = x ""yes; then :6452 if test "x$ac_cv_lib_avcodec_avcodec_init" = xyes; then : 6428 6453 ac_ffmpeg_cflags="$ac_ffmpeg_cflags -DPJMEDIA_HAS_LIBAVCODEC=1" 6429 6454 ac_ffmpeg_ldflags="$ac_ffmpeg_ldflags -lavcodec" … … 6433 6458 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for av_register_all in -lavformat" >&5 6434 6459 $as_echo_n "checking for av_register_all in -lavformat... " >&6; } 6435 if test "${ac_cv_lib_avformat_av_register_all+set}" = set; then :6460 if ${ac_cv_lib_avformat_av_register_all+:} false; then : 6436 6461 $as_echo_n "(cached) " >&6 6437 6462 else … … 6468 6493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_avformat_av_register_all" >&5 6469 6494 $as_echo "$ac_cv_lib_avformat_av_register_all" >&6; } 6470 if test "x$ac_cv_lib_avformat_av_register_all" = x ""yes; then :6495 if test "x$ac_cv_lib_avformat_av_register_all" = xyes; then : 6471 6496 ac_ffmpeg_cflags="$ac_ffmpeg_cflags -DPJMEDIA_HAS_LIBAVFORMAT=1" 6472 6497 ac_ffmpeg_ldflags="$ac_ffmpeg_ldflags -lavformat" … … 6476 6501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sws_scale in -lswscale" >&5 6477 6502 $as_echo_n "checking for sws_scale in -lswscale... " >&6; } 6478 if test "${ac_cv_lib_swscale_sws_scale+set}" = set; then :6503 if ${ac_cv_lib_swscale_sws_scale+:} false; then : 6479 6504 $as_echo_n "(cached) " >&6 6480 6505 else … … 6511 6536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_swscale_sws_scale" >&5 6512 6537 $as_echo "$ac_cv_lib_swscale_sws_scale" >&6; } 6513 if test "x$ac_cv_lib_swscale_sws_scale" = x ""yes; then :6538 if test "x$ac_cv_lib_swscale_sws_scale" = xyes; then : 6514 6539 ac_ffmpeg_cflags="$ac_ffmpeg_cflags -DPJMEDIA_HAS_LIBSWSCALE=1" 6515 6540 ac_ffmpeg_ldflags="$ac_ffmpeg_ldflags -lswscale" … … 6519 6544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for avcore_version in -lavcore" >&5 6520 6545 $as_echo_n "checking for avcore_version in -lavcore... " >&6; } 6521 if test "${ac_cv_lib_avcore_avcore_version+set}" = set; then :6546 if ${ac_cv_lib_avcore_avcore_version+:} false; then : 6522 6547 $as_echo_n "(cached) " >&6 6523 6548 else … … 6553 6578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_avcore_avcore_version" >&5 6554 6579 $as_echo "$ac_cv_lib_avcore_avcore_version" >&6; } 6555 if test "x$ac_cv_lib_avcore_avcore_version" = x ""yes; then :6580 if test "x$ac_cv_lib_avcore_avcore_version" = xyes; then : 6556 6581 ac_ffmpeg_cflags="$ac_ffmpeg_cflags -DPJMEDIA_HAS_LIBAVCORE=1" 6557 6582 ac_ffmpeg_ldflags="$ac_ffmpeg_ldflags -lavcore" … … 6584 6609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for v4l2_open in -lv4l2" >&5 6585 6610 $as_echo_n "checking for v4l2_open in -lv4l2... " >&6; } 6586 if test "${ac_cv_lib_v4l2_v4l2_open+set}" = set; then :6611 if ${ac_cv_lib_v4l2_v4l2_open+:} false; then : 6587 6612 $as_echo_n "(cached) " >&6 6588 6613 else … … 6618 6643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_v4l2_v4l2_open" >&5 6619 6644 $as_echo "$ac_cv_lib_v4l2_v4l2_open" >&6; } 6620 if test "x$ac_cv_lib_v4l2_v4l2_open" = x ""yes; then :6645 if test "x$ac_cv_lib_v4l2_v4l2_open" = xyes; then : 6621 6646 ac_v4l2_cflags="-DPJMEDIA_VIDEO_DEV_HAS_V4L2=1" 6622 6647 ac_v4l2_ldflags="-lv4l2" … … 6779 6804 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 6780 6805 as_fn_error $? "Error: unable to recognize your IPP installation. Make sure the paths and ARCH suffix are set correctly, run with --help for more info 6781 See \`config.log' for more details" "$LINENO" 5 6806 See \`config.log' for more details" "$LINENO" 5; } 6782 6807 fi 6783 6808 rm -f core conftest.err conftest.$ac_objext \ … … 6835 6860 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 6836 6861 as_fn_error $? "Unable to find to find built binaries under $IPPSAMPLES/speech-codecs/{bin,_bin}. Have you built the IPP samples? 6837 See \`config.log' for more details" "$LINENO" 5 6862 See \`config.log' for more details" "$LINENO" 5; } 6838 6863 fi 6839 6864 else … … 6841 6866 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 6842 6867 as_fn_error $? "unable to find $IPPSAMPLES/speech-codecs/bin/*gcc*/lib or $IPPSAMPLES/speech-codecs/_bin/*gcc*/lib directory. Have you built the samples? 6843 See \`config.log' for more details" "$LINENO" 5 6868 See \`config.log' for more details" "$LINENO" 5; } 6844 6869 fi 6845 6870 … … 6849 6874 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 6850 6875 as_fn_error $? "There's something wrong with this script, directory $IPPSAMP_DIR does not exist 6851 See \`config.log' for more details" "$LINENO" 5 6876 See \`config.log' for more details" "$LINENO" 5; } 6852 6877 exit 1; 6853 6878 fi … … 6863 6888 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 6864 6889 as_fn_error $? "bug in this script: unsupported IPP version 6865 See \`config.log' for more details" "$LINENO" 5 6890 See \`config.log' for more details" "$LINENO" 5; } 6866 6891 fi 6867 6892 … … 6870 6895 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 6871 6896 as_fn_error $? "$IPPSAMP_LIBS doesn't exist in $IPPSAMP_DIR 6872 See \`config.log' for more details" "$LINENO" 5 6897 See \`config.log' for more details" "$LINENO" 5; } 6873 6898 fi 6874 6899 … … 6906 6931 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 6907 6932 as_fn_error $? "failed 6908 See \`config.log' for more details" "$LINENO" 5 6933 See \`config.log' for more details" "$LINENO" 5; } 6909 6934 fi 6910 6935 rm -f core conftest.err conftest.$ac_objext \ … … 6973 6998 6974 6999 ac_fn_c_check_header_mongrel "$LINENO" "openssl/ssl.h" "ac_cv_header_openssl_ssl_h" "$ac_includes_default" 6975 if test "x$ac_cv_header_openssl_ssl_h" = x ""yes; then :7000 if test "x$ac_cv_header_openssl_ssl_h" = xyes; then : 6976 7001 openssl_h_present=1 6977 7002 fi … … 6980 7005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ERR_load_BIO_strings in -lcrypto" >&5 6981 7006 $as_echo_n "checking for ERR_load_BIO_strings in -lcrypto... " >&6; } 6982 if test "${ac_cv_lib_crypto_ERR_load_BIO_strings+set}" = set; then :7007 if ${ac_cv_lib_crypto_ERR_load_BIO_strings+:} false; then : 6983 7008 $as_echo_n "(cached) " >&6 6984 7009 else … … 7014 7039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_ERR_load_BIO_strings" >&5 7015 7040 $as_echo "$ac_cv_lib_crypto_ERR_load_BIO_strings" >&6; } 7016 if test "x$ac_cv_lib_crypto_ERR_load_BIO_strings" = x ""yes; then :7041 if test "x$ac_cv_lib_crypto_ERR_load_BIO_strings" = xyes; then : 7017 7042 libcrypto_present=1 && LIBS="$LIBS -lcrypto" 7018 7043 fi … … 7020 7045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSL_library_init in -lssl" >&5 7021 7046 $as_echo_n "checking for SSL_library_init in -lssl... " >&6; } 7022 if test "${ac_cv_lib_ssl_SSL_library_init+set}" = set; then :7047 if ${ac_cv_lib_ssl_SSL_library_init+:} false; then : 7023 7048 $as_echo_n "(cached) " >&6 7024 7049 else … … 7054 7079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ssl_SSL_library_init" >&5 7055 7080 $as_echo "$ac_cv_lib_ssl_SSL_library_init" >&6; } 7056 if test "x$ac_cv_lib_ssl_SSL_library_init" = x ""yes; then :7081 if test "x$ac_cv_lib_ssl_SSL_library_init" = xyes; then : 7057 7082 libssl_present=1 && LIBS="$LIBS -lssl" 7058 7083 fi … … 7112 7137 7113 7138 ac_fn_c_check_header_mongrel "$LINENO" "opencore-amrnb/interf_enc.h" "ac_cv_header_opencore_amrnb_interf_enc_h" "$ac_includes_default" 7114 if test "x$ac_cv_header_opencore_amrnb_interf_enc_h" = x ""yes; then :7139 if test "x$ac_cv_header_opencore_amrnb_interf_enc_h" = xyes; then : 7115 7140 opencore_amrnb_h_present=1 7116 7141 fi … … 7119 7144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Encoder_Interface_init in -lopencore-amrnb" >&5 7120 7145 $as_echo_n "checking for Encoder_Interface_init in -lopencore-amrnb... " >&6; } 7121 if test "${ac_cv_lib_opencore_amrnb_Encoder_Interface_init+set}" = set; then :7146 if ${ac_cv_lib_opencore_amrnb_Encoder_Interface_init+:} false; then : 7122 7147 $as_echo_n "(cached) " >&6 7123 7148 else … … 7153 7178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_opencore_amrnb_Encoder_Interface_init" >&5 7154 7179 $as_echo "$ac_cv_lib_opencore_amrnb_Encoder_Interface_init" >&6; } 7155 if test "x$ac_cv_lib_opencore_amrnb_Encoder_Interface_init" = x ""yes; then :7180 if test "x$ac_cv_lib_opencore_amrnb_Encoder_Interface_init" = xyes; then : 7156 7181 opencore_amrnb_present=1 && LIBS="$LIBS -lopencore-amrnb" 7157 7182 fi … … 7326 7351 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else 7327 7352 if test -w "$cache_file"; then 7328 test "x$cache_file" != "x/dev/null" &&7353 if test "x$cache_file" != "x/dev/null"; then 7329 7354 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 7330 7355 $as_echo "$as_me: updating cache $cache_file" >&6;} 7331 cat confcache >$cache_file 7356 if test ! -f "$cache_file" || test -h "$cache_file"; then 7357 cat confcache >"$cache_file" 7358 else 7359 case $cache_file in #( 7360 */* | ?:*) 7361 mv -f confcache "$cache_file"$$ && 7362 mv -f "$cache_file"$$ "$cache_file" ;; #( 7363 *) 7364 mv -f confcache "$cache_file" ;; 7365 esac 7366 fi 7367 fi 7332 7368 else 7333 7369 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 … … 7362 7398 7363 7399 7364 : ${CONFIG_STATUS=./config.status}7400 : "${CONFIG_STATUS=./config.status}" 7365 7401 ac_write_fail=0 7366 7402 ac_clean_files_save=$ac_clean_files … … 7463 7499 7464 7500 # Find who we are. Look in the path if we contain no directory separator. 7501 as_myself= 7465 7502 case $0 in #(( 7466 7503 *[\\/]* ) as_myself=$0 ;; … … 7658 7695 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 7659 7696 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 7660 # In both cases, we have to default to `cp -p '.7697 # In both cases, we have to default to `cp -pR'. 7661 7698 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 7662 as_ln_s='cp -p '7699 as_ln_s='cp -pR' 7663 7700 elif ln conf$$.file conf$$ 2>/dev/null; then 7664 7701 as_ln_s=ln 7665 7702 else 7666 as_ln_s='cp -p '7703 as_ln_s='cp -pR' 7667 7704 fi 7668 7705 else 7669 as_ln_s='cp -p '7706 as_ln_s='cp -pR' 7670 7707 fi 7671 7708 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file … … 7727 7764 fi 7728 7765 7729 if test -x / >/dev/null 2>&1; then 7730 as_test_x='test -x' 7731 else 7732 if ls -dL / >/dev/null 2>&1; then 7733 as_ls_L_option=L 7734 else 7735 as_ls_L_option= 7736 fi 7737 as_test_x=' 7738 eval sh -c '\'' 7739 if test -d "$1"; then 7740 test -d "$1/."; 7741 else 7742 case $1 in #( 7743 -*)set "./$1";; 7744 esac; 7745 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( 7746 ???[sx]*):;;*)false;;esac;fi 7747 '\'' sh 7748 ' 7749 fi 7750 as_executable_p=$as_test_x 7766 7767 # as_fn_executable_p FILE 7768 # ----------------------- 7769 # Test if FILE is an executable regular file. 7770 as_fn_executable_p () 7771 { 7772 test -f "$1" && test -x "$1" 7773 } # as_fn_executable_p 7774 as_test_x='test -x' 7775 as_executable_p=as_fn_executable_p 7751 7776 7752 7777 # Sed expression to map a string onto a valid CPP name. … … 7770 7795 ac_log=" 7771 7796 This file was extended by pjproject $as_me 2.x, which was 7772 generated by GNU Autoconf 2.6 7. Invocation command line was7797 generated by GNU Autoconf 2.69. Invocation command line was 7773 7798 7774 7799 CONFIG_FILES = $CONFIG_FILES … … 7832 7857 ac_cs_version="\\ 7833 7858 pjproject config.status 2.x 7834 configured by $0, generated by GNU Autoconf 2.6 7,7859 configured by $0, generated by GNU Autoconf 2.69, 7835 7860 with options \\"\$ac_cs_config\\" 7836 7861 7837 Copyright (C) 201 0Free Software Foundation, Inc.7862 Copyright (C) 2012 Free Software Foundation, Inc. 7838 7863 This config.status script is free software; the Free Software Foundation 7839 7864 gives unlimited permission to copy, distribute and modify it." … … 7923 7948 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 7924 7949 if \$ac_cs_recheck; then 7925 set X '$SHELL''$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion7950 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 7926 7951 shift 7927 7952 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 … … 7967 7992 "third_party/build/portaudio/os-auto.mak") CONFIG_FILES="$CONFIG_FILES third_party/build/portaudio/os-auto.mak" ;; 7968 7993 7969 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 7994 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; 7970 7995 esac 7971 7996 done … … 7989 8014 $debug || 7990 8015 { 7991 tmp= 8016 tmp= ac_tmp= 7992 8017 trap 'exit_status=$? 7993 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status 8018 : "${ac_tmp:=$tmp}" 8019 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status 7994 8020 ' 0 7995 8021 trap 'as_fn_exit 1' 1 2 13 15 … … 7999 8025 { 8000 8026 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && 8001 test - n "$tmp" && test -d "$tmp"8027 test -d "$tmp" 8002 8028 } || 8003 8029 { … … 8005 8031 (umask 077 && mkdir "$tmp") 8006 8032 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 8033 ac_tmp=$tmp 8007 8034 8008 8035 # Set up the scripts for CONFIG_FILES section. … … 8026 8053 fi 8027 8054 8028 echo 'BEGIN {' >"$ tmp/subs1.awk" &&8055 echo 'BEGIN {' >"$ac_tmp/subs1.awk" && 8029 8056 _ACEOF 8030 8057 … … 8054 8081 8055 8082 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 8056 cat >>"\$ tmp/subs1.awk" <<\\_ACAWK &&8083 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && 8057 8084 _ACEOF 8058 8085 sed -n ' … … 8102 8129 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 8103 8130 _ACAWK 8104 cat >>"\$ tmp/subs1.awk" <<_ACAWK &&8131 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && 8105 8132 for (key in S) S_is_set[key] = 1 8106 8133 FS = "" … … 8134 8161 else 8135 8162 cat 8136 fi < "$ tmp/subs1.awk" > "$tmp/subs.awk" \8163 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ 8137 8164 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 8138 8165 _ACEOF … … 8168 8195 # This happens for instance with `./config.status Makefile'. 8169 8196 if test -n "$CONFIG_HEADERS"; then 8170 cat >"$ tmp/defines.awk" <<\_ACAWK ||8197 cat >"$ac_tmp/defines.awk" <<\_ACAWK || 8171 8198 BEGIN { 8172 8199 _ACEOF … … 8180 8207 ac_delim='%!_!# ' 8181 8208 for ac_last_try in false false :; do 8182 ac_t =`sed -n "/$ac_delim/p" confdefs.h`8183 if test -z "$ac_t "; then8209 ac_tt=`sed -n "/$ac_delim/p" confdefs.h` 8210 if test -z "$ac_tt"; then 8184 8211 break 8185 8212 elif $ac_last_try; then … … 8282 8309 case $ac_mode$ac_tag in 8283 8310 :[FHL]*:*);; 8284 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 8311 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; 8285 8312 :[FH]-) ac_tag=-:-;; 8286 8313 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; … … 8301 8328 do 8302 8329 case $ac_f in 8303 -) ac_f="$ tmp/stdin";;8330 -) ac_f="$ac_tmp/stdin";; 8304 8331 *) # Look for the file first in the build tree, then in the source tree 8305 8332 # (if the path is not absolute). The absolute path cannot be DOS-style, … … 8310 8337 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 8311 8338 esac || 8312 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 8339 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; 8313 8340 esac 8314 8341 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac … … 8336 8363 8337 8364 case $ac_tag in 8338 *:-:* | *:-) cat >"$ tmp/stdin" \8339 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 8365 *:-:* | *:-) cat >"$ac_tmp/stdin" \ 8366 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; 8340 8367 esac 8341 8368 ;; … … 8462 8489 $ac_datarootdir_hack 8463 8490 " 8464 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ tmp/subs.awk" >$tmp/out\8465 || as_fn_error $? "could not create $ac_file" "$LINENO" 58491 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ 8492 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 8466 8493 8467 8494 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 8468 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && 8469 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && 8495 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && 8496 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ 8497 "$ac_tmp/out"`; test -z "$ac_out"; } && 8470 8498 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' 8471 8499 which seems to be undefined. Please make sure it is defined" >&5 … … 8473 8501 which seems to be undefined. Please make sure it is defined" >&2;} 8474 8502 8475 rm -f "$ tmp/stdin"8503 rm -f "$ac_tmp/stdin" 8476 8504 case $ac_file in 8477 -) cat "$ tmp/out" && rm -f "$tmp/out";;8478 *) rm -f "$ac_file" && mv "$ tmp/out" "$ac_file";;8505 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; 8506 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; 8479 8507 esac \ 8480 8508 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 … … 8487 8515 { 8488 8516 $as_echo "/* $configure_input */" \ 8489 && eval '$AWK -f "$ tmp/defines.awk"' "$ac_file_inputs"8490 } >"$ tmp/config.h" \8517 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" 8518 } >"$ac_tmp/config.h" \ 8491 8519 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 8492 if diff "$ac_file" "$ tmp/config.h" >/dev/null 2>&1; then8520 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then 8493 8521 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 8494 8522 $as_echo "$as_me: $ac_file is unchanged" >&6;} 8495 8523 else 8496 8524 rm -f "$ac_file" 8497 mv "$ tmp/config.h" "$ac_file" \8525 mv "$ac_tmp/config.h" "$ac_file" \ 8498 8526 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 8499 8527 fi 8500 8528 else 8501 8529 $as_echo "/* $configure_input */" \ 8502 && eval '$AWK -f "$ tmp/defines.awk"' "$ac_file_inputs" \8530 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ 8503 8531 || as_fn_error $? "could not create -" "$LINENO" 5 8504 8532 fi -
pjproject/trunk/aconfigure.ac
r4157 r4159 855 855 if test "x$with_sdl" != "xno" -a "x$with_sdl" != "x"; then 856 856 AC_MSG_RESULT([Using SDL prefix... $with_sdl]) 857 AC_PATH_PROGS(SDL_CONFIG,sdl -config sdl2-config,,$with_sdl/bin)857 AC_PATH_PROGS(SDL_CONFIG,sdl2-config sdl-config,,$with_sdl/bin) 858 858 else 859 AC_PATH_PROGS(SDL_CONFIG, sdl -config sdl2-config)859 AC_PATH_PROGS(SDL_CONFIG, sdl2-config sdl-config) 860 860 fi 861 861
Note: See TracChangeset
for help on using the changeset viewer.