Changeset 1182
- Timestamp:
- Apr 9, 2007 9:28:15 PM (18 years ago)
- Location:
- pjproject/branches/split-3rd-party
- Files:
-
- 1 added
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/split-3rd-party/aconfigure
r1181 r1182 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.59 for pjproject 0. 5.10.3 # Generated by GNU Autoconf 2.59 for pjproject 0.6.0. 4 4 # 5 5 # Copyright (C) 2003 Free Software Foundation, Inc. … … 268 268 PACKAGE_NAME='pjproject' 269 269 PACKAGE_TARNAME='pjproject' 270 PACKAGE_VERSION='0. 5.10'271 PACKAGE_STRING='pjproject 0. 5.10'270 PACKAGE_VERSION='0.6.0' 271 PACKAGE_STRING='pjproject 0.6.0' 272 272 PACKAGE_BUGREPORT='' 273 273 … … 786 786 # This message is too long to be a string in the A/UX 3.1 sh. 787 787 cat <<_ACEOF 788 \`configure' configures pjproject 0. 5.10 to adapt to many kinds of systems.788 \`configure' configures pjproject 0.6.0 to adapt to many kinds of systems. 789 789 790 790 Usage: $0 [OPTION]... [VAR=VALUE]... … … 848 848 if test -n "$ac_init_help"; then 849 849 case $ac_init_help in 850 short | recursive ) echo "Configuration of pjproject 0. 5.10:";;850 short | recursive ) echo "Configuration of pjproject 0.6.0:";; 851 851 esac 852 852 cat <<\_ACEOF … … 979 979 if $ac_init_version; then 980 980 cat <<\_ACEOF 981 pjproject configure 0. 5.10981 pjproject configure 0.6.0 982 982 generated by GNU Autoconf 2.59 983 983 … … 993 993 running configure, to aid debugging if configure makes a mistake. 994 994 995 It was created by pjproject $as_me 0. 5.10, which was995 It was created by pjproject $as_me 0.6.0, which was 996 996 generated by GNU Autoconf 2.59. Invocation command line was 997 997 … … 8376 8376 8377 8377 8378 if test "${ac_cv_header_sys_soundcard_h+set}" = set; then 8379 echo "$as_me:$LINENO: checking for sys/soundcard.h" >&5 8380 echo $ECHO_N "checking for sys/soundcard.h... $ECHO_C" >&6 8381 if test "${ac_cv_header_sys_soundcard_h+set}" = set; then 8382 echo $ECHO_N "(cached) $ECHO_C" >&6 8383 fi 8384 echo "$as_me:$LINENO: result: $ac_cv_header_sys_soundcard_h" >&5 8385 echo "${ECHO_T}$ac_cv_header_sys_soundcard_h" >&6 8386 else 8387 # Is the header compilable? 8388 echo "$as_me:$LINENO: checking sys/soundcard.h usability" >&5 8389 echo $ECHO_N "checking sys/soundcard.h usability... $ECHO_C" >&6 8390 cat >conftest.$ac_ext <<_ACEOF 8391 /* confdefs.h. */ 8392 _ACEOF 8393 cat confdefs.h >>conftest.$ac_ext 8394 cat >>conftest.$ac_ext <<_ACEOF 8395 /* end confdefs.h. */ 8396 $ac_includes_default 8397 #include <sys/soundcard.h> 8398 _ACEOF 8399 rm -f conftest.$ac_objext 8400 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 8401 (eval $ac_compile) 2>conftest.er1 8402 ac_status=$? 8403 grep -v '^ *+' conftest.er1 >conftest.err 8404 rm -f conftest.er1 8405 cat conftest.err >&5 8406 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8407 (exit $ac_status); } && 8408 { ac_try='test -z "$ac_c_werror_flag" 8409 || test ! -s conftest.err' 8410 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8411 (eval $ac_try) 2>&5 8412 ac_status=$? 8413 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8414 (exit $ac_status); }; } && 8415 { ac_try='test -s conftest.$ac_objext' 8416 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8417 (eval $ac_try) 2>&5 8418 ac_status=$? 8419 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8420 (exit $ac_status); }; }; then 8421 ac_header_compiler=yes 8422 else 8423 echo "$as_me: failed program was:" >&5 8424 sed 's/^/| /' conftest.$ac_ext >&5 8425 8426 ac_header_compiler=no 8427 fi 8428 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 8429 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 8430 echo "${ECHO_T}$ac_header_compiler" >&6 8431 8432 # Is the header present? 8433 echo "$as_me:$LINENO: checking sys/soundcard.h presence" >&5 8434 echo $ECHO_N "checking sys/soundcard.h presence... $ECHO_C" >&6 8435 cat >conftest.$ac_ext <<_ACEOF 8436 /* confdefs.h. */ 8437 _ACEOF 8438 cat confdefs.h >>conftest.$ac_ext 8439 cat >>conftest.$ac_ext <<_ACEOF 8440 /* end confdefs.h. */ 8441 #include <sys/soundcard.h> 8442 _ACEOF 8443 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 8444 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 8445 ac_status=$? 8446 grep -v '^ *+' conftest.er1 >conftest.err 8447 rm -f conftest.er1 8448 cat conftest.err >&5 8449 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8450 (exit $ac_status); } >/dev/null; then 8451 if test -s conftest.err; then 8452 ac_cpp_err=$ac_c_preproc_warn_flag 8453 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 8454 else 8455 ac_cpp_err= 8456 fi 8457 else 8458 ac_cpp_err=yes 8459 fi 8460 if test -z "$ac_cpp_err"; then 8461 ac_header_preproc=yes 8462 else 8463 echo "$as_me: failed program was:" >&5 8464 sed 's/^/| /' conftest.$ac_ext >&5 8465 8466 ac_header_preproc=no 8467 fi 8468 rm -f conftest.err conftest.$ac_ext 8469 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 8470 echo "${ECHO_T}$ac_header_preproc" >&6 8471 8472 # So? What about this header? 8473 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 8474 yes:no: ) 8475 { echo "$as_me:$LINENO: WARNING: sys/soundcard.h: accepted by the compiler, rejected by the preprocessor!" >&5 8476 echo "$as_me: WARNING: sys/soundcard.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 8477 { echo "$as_me:$LINENO: WARNING: sys/soundcard.h: proceeding with the compiler's result" >&5 8478 echo "$as_me: WARNING: sys/soundcard.h: proceeding with the compiler's result" >&2;} 8479 ac_header_preproc=yes 8480 ;; 8481 no:yes:* ) 8482 { echo "$as_me:$LINENO: WARNING: sys/soundcard.h: present but cannot be compiled" >&5 8483 echo "$as_me: WARNING: sys/soundcard.h: present but cannot be compiled" >&2;} 8484 { echo "$as_me:$LINENO: WARNING: sys/soundcard.h: check for missing prerequisite headers?" >&5 8485 echo "$as_me: WARNING: sys/soundcard.h: check for missing prerequisite headers?" >&2;} 8486 { echo "$as_me:$LINENO: WARNING: sys/soundcard.h: see the Autoconf documentation" >&5 8487 echo "$as_me: WARNING: sys/soundcard.h: see the Autoconf documentation" >&2;} 8488 { echo "$as_me:$LINENO: WARNING: sys/soundcard.h: section \"Present But Cannot Be Compiled\"" >&5 8489 echo "$as_me: WARNING: sys/soundcard.h: section \"Present But Cannot Be Compiled\"" >&2;} 8490 { echo "$as_me:$LINENO: WARNING: sys/soundcard.h: proceeding with the preprocessor's result" >&5 8491 echo "$as_me: WARNING: sys/soundcard.h: proceeding with the preprocessor's result" >&2;} 8492 { echo "$as_me:$LINENO: WARNING: sys/soundcard.h: in the future, the compiler will take precedence" >&5 8493 echo "$as_me: WARNING: sys/soundcard.h: in the future, the compiler will take precedence" >&2;} 8494 ( 8495 cat <<\_ASBOX 8496 ## ------------------------------------ ## 8497 ## Report this to the pjproject lists. ## 8498 ## ------------------------------------ ## 8499 _ASBOX 8500 ) | 8501 sed "s/^/$as_me: WARNING: /" >&2 8502 ;; 8503 esac 8504 echo "$as_me:$LINENO: checking for sys/soundcard.h" >&5 8505 echo $ECHO_N "checking for sys/soundcard.h... $ECHO_C" >&6 8506 if test "${ac_cv_header_sys_soundcard_h+set}" = set; then 8507 echo $ECHO_N "(cached) $ECHO_C" >&6 8508 else 8509 ac_cv_header_sys_soundcard_h=$ac_header_preproc 8510 fi 8511 echo "$as_me:$LINENO: result: $ac_cv_header_sys_soundcard_h" >&5 8512 echo "${ECHO_T}$ac_cv_header_sys_soundcard_h" >&6 8513 8514 fi 8515 if test $ac_cv_header_sys_soundcard_h = yes; then 8516 ac_pa_cflags="$ac_pa_cflags -DHAVE_SYS_SOUNDCARD_H" 8517 fi 8518 8519 8520 if test "${ac_cv_header_linux_soundcard_h+set}" = set; then 8521 echo "$as_me:$LINENO: checking for linux/soundcard.h" >&5 8522 echo $ECHO_N "checking for linux/soundcard.h... $ECHO_C" >&6 8523 if test "${ac_cv_header_linux_soundcard_h+set}" = set; then 8524 echo $ECHO_N "(cached) $ECHO_C" >&6 8525 fi 8526 echo "$as_me:$LINENO: result: $ac_cv_header_linux_soundcard_h" >&5 8527 echo "${ECHO_T}$ac_cv_header_linux_soundcard_h" >&6 8528 else 8529 # Is the header compilable? 8530 echo "$as_me:$LINENO: checking linux/soundcard.h usability" >&5 8531 echo $ECHO_N "checking linux/soundcard.h usability... $ECHO_C" >&6 8532 cat >conftest.$ac_ext <<_ACEOF 8533 /* confdefs.h. */ 8534 _ACEOF 8535 cat confdefs.h >>conftest.$ac_ext 8536 cat >>conftest.$ac_ext <<_ACEOF 8537 /* end confdefs.h. */ 8538 $ac_includes_default 8539 #include <linux/soundcard.h> 8540 _ACEOF 8541 rm -f conftest.$ac_objext 8542 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 8543 (eval $ac_compile) 2>conftest.er1 8544 ac_status=$? 8545 grep -v '^ *+' conftest.er1 >conftest.err 8546 rm -f conftest.er1 8547 cat conftest.err >&5 8548 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8549 (exit $ac_status); } && 8550 { ac_try='test -z "$ac_c_werror_flag" 8551 || test ! -s conftest.err' 8552 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8553 (eval $ac_try) 2>&5 8554 ac_status=$? 8555 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8556 (exit $ac_status); }; } && 8557 { ac_try='test -s conftest.$ac_objext' 8558 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8559 (eval $ac_try) 2>&5 8560 ac_status=$? 8561 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8562 (exit $ac_status); }; }; then 8563 ac_header_compiler=yes 8564 else 8565 echo "$as_me: failed program was:" >&5 8566 sed 's/^/| /' conftest.$ac_ext >&5 8567 8568 ac_header_compiler=no 8569 fi 8570 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 8571 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 8572 echo "${ECHO_T}$ac_header_compiler" >&6 8573 8574 # Is the header present? 8575 echo "$as_me:$LINENO: checking linux/soundcard.h presence" >&5 8576 echo $ECHO_N "checking linux/soundcard.h presence... $ECHO_C" >&6 8577 cat >conftest.$ac_ext <<_ACEOF 8578 /* confdefs.h. */ 8579 _ACEOF 8580 cat confdefs.h >>conftest.$ac_ext 8581 cat >>conftest.$ac_ext <<_ACEOF 8582 /* end confdefs.h. */ 8583 #include <linux/soundcard.h> 8584 _ACEOF 8585 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 8586 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 8587 ac_status=$? 8588 grep -v '^ *+' conftest.er1 >conftest.err 8589 rm -f conftest.er1 8590 cat conftest.err >&5 8591 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8592 (exit $ac_status); } >/dev/null; then 8593 if test -s conftest.err; then 8594 ac_cpp_err=$ac_c_preproc_warn_flag 8595 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 8596 else 8597 ac_cpp_err= 8598 fi 8599 else 8600 ac_cpp_err=yes 8601 fi 8602 if test -z "$ac_cpp_err"; then 8603 ac_header_preproc=yes 8604 else 8605 echo "$as_me: failed program was:" >&5 8606 sed 's/^/| /' conftest.$ac_ext >&5 8607 8608 ac_header_preproc=no 8609 fi 8610 rm -f conftest.err conftest.$ac_ext 8611 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 8612 echo "${ECHO_T}$ac_header_preproc" >&6 8613 8614 # So? What about this header? 8615 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 8616 yes:no: ) 8617 { echo "$as_me:$LINENO: WARNING: linux/soundcard.h: accepted by the compiler, rejected by the preprocessor!" >&5 8618 echo "$as_me: WARNING: linux/soundcard.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 8619 { echo "$as_me:$LINENO: WARNING: linux/soundcard.h: proceeding with the compiler's result" >&5 8620 echo "$as_me: WARNING: linux/soundcard.h: proceeding with the compiler's result" >&2;} 8621 ac_header_preproc=yes 8622 ;; 8623 no:yes:* ) 8624 { echo "$as_me:$LINENO: WARNING: linux/soundcard.h: present but cannot be compiled" >&5 8625 echo "$as_me: WARNING: linux/soundcard.h: present but cannot be compiled" >&2;} 8626 { echo "$as_me:$LINENO: WARNING: linux/soundcard.h: check for missing prerequisite headers?" >&5 8627 echo "$as_me: WARNING: linux/soundcard.h: check for missing prerequisite headers?" >&2;} 8628 { echo "$as_me:$LINENO: WARNING: linux/soundcard.h: see the Autoconf documentation" >&5 8629 echo "$as_me: WARNING: linux/soundcard.h: see the Autoconf documentation" >&2;} 8630 { echo "$as_me:$LINENO: WARNING: linux/soundcard.h: section \"Present But Cannot Be Compiled\"" >&5 8631 echo "$as_me: WARNING: linux/soundcard.h: section \"Present But Cannot Be Compiled\"" >&2;} 8632 { echo "$as_me:$LINENO: WARNING: linux/soundcard.h: proceeding with the preprocessor's result" >&5 8633 echo "$as_me: WARNING: linux/soundcard.h: proceeding with the preprocessor's result" >&2;} 8634 { echo "$as_me:$LINENO: WARNING: linux/soundcard.h: in the future, the compiler will take precedence" >&5 8635 echo "$as_me: WARNING: linux/soundcard.h: in the future, the compiler will take precedence" >&2;} 8636 ( 8637 cat <<\_ASBOX 8638 ## ------------------------------------ ## 8639 ## Report this to the pjproject lists. ## 8640 ## ------------------------------------ ## 8641 _ASBOX 8642 ) | 8643 sed "s/^/$as_me: WARNING: /" >&2 8644 ;; 8645 esac 8646 echo "$as_me:$LINENO: checking for linux/soundcard.h" >&5 8647 echo $ECHO_N "checking for linux/soundcard.h... $ECHO_C" >&6 8648 if test "${ac_cv_header_linux_soundcard_h+set}" = set; then 8649 echo $ECHO_N "(cached) $ECHO_C" >&6 8650 else 8651 ac_cv_header_linux_soundcard_h=$ac_header_preproc 8652 fi 8653 echo "$as_me:$LINENO: result: $ac_cv_header_linux_soundcard_h" >&5 8654 echo "${ECHO_T}$ac_cv_header_linux_soundcard_h" >&6 8655 8656 fi 8657 if test $ac_cv_header_linux_soundcard_h = yes; then 8658 ac_pa_cflags="$ac_pa_cflags -DHAVE_LINUX_SOUNDCARD_H" 8659 fi 8660 8661 8662 if test "${ac_cv_header_machine_soundcard_h+set}" = set; then 8663 echo "$as_me:$LINENO: checking for machine/soundcard.h" >&5 8664 echo $ECHO_N "checking for machine/soundcard.h... $ECHO_C" >&6 8665 if test "${ac_cv_header_machine_soundcard_h+set}" = set; then 8666 echo $ECHO_N "(cached) $ECHO_C" >&6 8667 fi 8668 echo "$as_me:$LINENO: result: $ac_cv_header_machine_soundcard_h" >&5 8669 echo "${ECHO_T}$ac_cv_header_machine_soundcard_h" >&6 8670 else 8671 # Is the header compilable? 8672 echo "$as_me:$LINENO: checking machine/soundcard.h usability" >&5 8673 echo $ECHO_N "checking machine/soundcard.h usability... $ECHO_C" >&6 8674 cat >conftest.$ac_ext <<_ACEOF 8675 /* confdefs.h. */ 8676 _ACEOF 8677 cat confdefs.h >>conftest.$ac_ext 8678 cat >>conftest.$ac_ext <<_ACEOF 8679 /* end confdefs.h. */ 8680 $ac_includes_default 8681 #include <machine/soundcard.h> 8682 _ACEOF 8683 rm -f conftest.$ac_objext 8684 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 8685 (eval $ac_compile) 2>conftest.er1 8686 ac_status=$? 8687 grep -v '^ *+' conftest.er1 >conftest.err 8688 rm -f conftest.er1 8689 cat conftest.err >&5 8690 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8691 (exit $ac_status); } && 8692 { ac_try='test -z "$ac_c_werror_flag" 8693 || test ! -s conftest.err' 8694 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8695 (eval $ac_try) 2>&5 8696 ac_status=$? 8697 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8698 (exit $ac_status); }; } && 8699 { ac_try='test -s conftest.$ac_objext' 8700 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8701 (eval $ac_try) 2>&5 8702 ac_status=$? 8703 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8704 (exit $ac_status); }; }; then 8705 ac_header_compiler=yes 8706 else 8707 echo "$as_me: failed program was:" >&5 8708 sed 's/^/| /' conftest.$ac_ext >&5 8709 8710 ac_header_compiler=no 8711 fi 8712 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 8713 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 8714 echo "${ECHO_T}$ac_header_compiler" >&6 8715 8716 # Is the header present? 8717 echo "$as_me:$LINENO: checking machine/soundcard.h presence" >&5 8718 echo $ECHO_N "checking machine/soundcard.h presence... $ECHO_C" >&6 8719 cat >conftest.$ac_ext <<_ACEOF 8720 /* confdefs.h. */ 8721 _ACEOF 8722 cat confdefs.h >>conftest.$ac_ext 8723 cat >>conftest.$ac_ext <<_ACEOF 8724 /* end confdefs.h. */ 8725 #include <machine/soundcard.h> 8726 _ACEOF 8727 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 8728 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 8729 ac_status=$? 8730 grep -v '^ *+' conftest.er1 >conftest.err 8731 rm -f conftest.er1 8732 cat conftest.err >&5 8733 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8734 (exit $ac_status); } >/dev/null; then 8735 if test -s conftest.err; then 8736 ac_cpp_err=$ac_c_preproc_warn_flag 8737 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 8738 else 8739 ac_cpp_err= 8740 fi 8741 else 8742 ac_cpp_err=yes 8743 fi 8744 if test -z "$ac_cpp_err"; then 8745 ac_header_preproc=yes 8746 else 8747 echo "$as_me: failed program was:" >&5 8748 sed 's/^/| /' conftest.$ac_ext >&5 8749 8750 ac_header_preproc=no 8751 fi 8752 rm -f conftest.err conftest.$ac_ext 8753 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 8754 echo "${ECHO_T}$ac_header_preproc" >&6 8755 8756 # So? What about this header? 8757 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 8758 yes:no: ) 8759 { echo "$as_me:$LINENO: WARNING: machine/soundcard.h: accepted by the compiler, rejected by the preprocessor!" >&5 8760 echo "$as_me: WARNING: machine/soundcard.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 8761 { echo "$as_me:$LINENO: WARNING: machine/soundcard.h: proceeding with the compiler's result" >&5 8762 echo "$as_me: WARNING: machine/soundcard.h: proceeding with the compiler's result" >&2;} 8763 ac_header_preproc=yes 8764 ;; 8765 no:yes:* ) 8766 { echo "$as_me:$LINENO: WARNING: machine/soundcard.h: present but cannot be compiled" >&5 8767 echo "$as_me: WARNING: machine/soundcard.h: present but cannot be compiled" >&2;} 8768 { echo "$as_me:$LINENO: WARNING: machine/soundcard.h: check for missing prerequisite headers?" >&5 8769 echo "$as_me: WARNING: machine/soundcard.h: check for missing prerequisite headers?" >&2;} 8770 { echo "$as_me:$LINENO: WARNING: machine/soundcard.h: see the Autoconf documentation" >&5 8771 echo "$as_me: WARNING: machine/soundcard.h: see the Autoconf documentation" >&2;} 8772 { echo "$as_me:$LINENO: WARNING: machine/soundcard.h: section \"Present But Cannot Be Compiled\"" >&5 8773 echo "$as_me: WARNING: machine/soundcard.h: section \"Present But Cannot Be Compiled\"" >&2;} 8774 { echo "$as_me:$LINENO: WARNING: machine/soundcard.h: proceeding with the preprocessor's result" >&5 8775 echo "$as_me: WARNING: machine/soundcard.h: proceeding with the preprocessor's result" >&2;} 8776 { echo "$as_me:$LINENO: WARNING: machine/soundcard.h: in the future, the compiler will take precedence" >&5 8777 echo "$as_me: WARNING: machine/soundcard.h: in the future, the compiler will take precedence" >&2;} 8778 ( 8779 cat <<\_ASBOX 8780 ## ------------------------------------ ## 8781 ## Report this to the pjproject lists. ## 8782 ## ------------------------------------ ## 8783 _ASBOX 8784 ) | 8785 sed "s/^/$as_me: WARNING: /" >&2 8786 ;; 8787 esac 8788 echo "$as_me:$LINENO: checking for machine/soundcard.h" >&5 8789 echo $ECHO_N "checking for machine/soundcard.h... $ECHO_C" >&6 8790 if test "${ac_cv_header_machine_soundcard_h+set}" = set; then 8791 echo $ECHO_N "(cached) $ECHO_C" >&6 8792 else 8793 ac_cv_header_machine_soundcard_h=$ac_header_preproc 8794 fi 8795 echo "$as_me:$LINENO: result: $ac_cv_header_machine_soundcard_h" >&5 8796 echo "${ECHO_T}$ac_cv_header_machine_soundcard_h" >&6 8797 8798 fi 8799 if test $ac_cv_header_machine_soundcard_h = yes; then 8800 ac_pa_cflags="$ac_pa_cflags -DHAVE_MACHINE_SOUNDCARD_H" 8801 fi 8802 8803 8804 8378 8805 if test "$enable_sound" = "no"; then 8379 8806 true; … … 8383 8810 LIBS="$LIBS -framework CoreAudio -framework CoreServices -framework AudioUnit -framework AudioToolbox" 8384 8811 if test "`uname -r`" = "6.8"; then 8385 #ac_pa_cflags=" -DPA_OLD_CORE_AUDIO -DMOSX_USE_NON_ATOMIC_FLAG_BITS"8812 #ac_pa_cflags="$ac_pa_cflags -DPA_OLD_CORE_AUDIO -DMOSX_USE_NON_ATOMIC_FLAG_BITS" 8386 8813 #AC_MSG_RESULT([Setting additional PortAudio CFLAGS.. -DPA_OLD_CORE_AUDIO -DMOSX_USE_NON_ATOMIC_FLAG_BITS]) 8387 8814 ac_pjmedia_snd=pa_old_darwinos … … 9499 9926 cat >&5 <<_CSEOF 9500 9927 9501 This file was extended by pjproject $as_me 0. 5.10, which was9928 This file was extended by pjproject $as_me 0.6.0, which was 9502 9929 generated by GNU Autoconf 2.59. Invocation command line was 9503 9930 … … 9559 9986 cat >>$CONFIG_STATUS <<_ACEOF 9560 9987 ac_cs_version="\\ 9561 pjproject config.status 0. 5.109988 pjproject config.status 0.6.0 9562 9989 configured by $0, generated by GNU Autoconf 2.59, 9563 9990 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
pjproject/branches/split-3rd-party/aconfigure.ac
r1181 r1182 1 AC_INIT(pjproject,0. 5.10)1 AC_INIT(pjproject,0.6.0) 2 2 3 3 host_orig="$host" … … 254 254 255 255 AC_SUBST(ac_pa_cflags) 256 AC_CHECK_HEADER(sys/soundcard.h, 257 [ac_pa_cflags="$ac_pa_cflags -DHAVE_SYS_SOUNDCARD_H"]) 258 AC_CHECK_HEADER(linux/soundcard.h, 259 [ac_pa_cflags="$ac_pa_cflags -DHAVE_LINUX_SOUNDCARD_H"]) 260 AC_CHECK_HEADER(machine/soundcard.h, 261 [ac_pa_cflags="$ac_pa_cflags -DHAVE_MACHINE_SOUNDCARD_H"]) 262 256 263 if test "$enable_sound" = "no"; then 257 264 true; … … 261 268 LIBS="$LIBS -framework CoreAudio -framework CoreServices -framework AudioUnit -framework AudioToolbox" 262 269 if test "`uname -r`" = "6.8"; then 263 #ac_pa_cflags=" -DPA_OLD_CORE_AUDIO -DMOSX_USE_NON_ATOMIC_FLAG_BITS"270 #ac_pa_cflags="$ac_pa_cflags -DPA_OLD_CORE_AUDIO -DMOSX_USE_NON_ATOMIC_FLAG_BITS" 264 271 #AC_MSG_RESULT([Setting additional PortAudio CFLAGS.. -DPA_OLD_CORE_AUDIO -DMOSX_USE_NON_ATOMIC_FLAG_BITS]) 265 272 ac_pjmedia_snd=pa_old_darwinos -
pjproject/branches/split-3rd-party/pjlib-util/build/Makefile
r1111 r1182 3 3 export UTIL_TEST_OBJS = main.o 4 4 5 include ../../build/common.mak 5 include ../../build.mak 6 include $(PJDIR)/build/common.mak 6 7 7 RULES_MAK := ../../build/rules.mak8 RULES_MAK := $(PJDIR)/build/rules.mak 8 9 9 PJLIB_LIB:= ../../pjlib/lib/libpj-$(TARGET_NAME)$(LIBEXT)10 PJLIB_LIB:=$(PJDIR)/pjlib/lib/libpj-$(TARGET_NAME)$(LIBEXT) 10 11 export PJLIB_UTIL_LIB:=../lib/libpjlib-util-$(TARGET_NAME)$(LIBEXT) 11 12 -
pjproject/branches/split-3rd-party/pjlib/build/Makefile
r1111 r1182 1 include ../../build/common.mak 1 include ../../build.mak 2 include $(PJDIR)/build/common.mak 2 3 3 RULES_MAK := ../../build/rules.mak4 RULES_MAK := $(PJDIR)/build/rules.mak 4 5 5 6 -
pjproject/branches/split-3rd-party/pjmedia/build/Makefile
r1111 r1182 1 include ../../build.mak 2 include $(PJDIR)/build/common.mak 1 3 2 # Before we include local os-mak, set default sound framework to use 3 # PortAudio. 4 export SOUND_OBJS = $(PORTAUDIO_OBJS) 4 RULES_MAK := $(PJDIR)/build/rules.mak 5 5 6 # Also set default codec files to be included 7 # If these codecs are to be excluded, then the appropriate PJMEDIA_HAS_XXX_CODEC macros 8 # MUST be set too in pj/config_site.h, to inform applications about the codec 9 # availability. 10 # 11 # E.g., to exclude Speex, we need to exclude SPEEX_OBJS from CODEC_OBJS, AND specify 12 # "#define PJMEDIA_HAS_SPEEX_CODEC 0" in pj/config_site.h. 13 # 14 export CODEC_OBJS = l16.o $(GSM_OBJS) $(SPEEX_OBJS) $(ILBC_OBJS) 15 16 17 include ../../build/common.mak 18 19 RULES_MAK := ../../build/rules.mak 20 21 PJLIB_LIB:=../../pjlib/lib/libpj-$(TARGET_NAME)$(LIBEXT) 22 PJLIB_UTIL_LIB:=../../pjlib-util/lib/libpjlib-util-$(TARGET_NAME)$(LIBEXT) 23 PJNATH_LIB:=../../pjnath/lib/libpjnath-$(TARGET_NAME)$(LIBEXT) 6 PJLIB_LIB:=$(PJDIR)/pjlib/lib/libpj-$(TARGET_NAME)$(LIBEXT) 7 PJLIB_UTIL_LIB:=$(PJDIR)/pjlib-util/lib/libpjlib-util-$(TARGET_NAME)$(LIBEXT) 8 PJNATH_LIB:=$(PJDIR)/pjnath/lib/libpjnath-$(TARGET_NAME)$(LIBEXT) 24 9 25 10 export PJMEDIA_LIB:=../lib/libpjmedia-$(TARGET_NAME)$(LIBEXT) 26 11 export PJMEDIA_CODEC_LIB:=../lib/libpjmedia-codec-$(TARGET_NAME)$(LIBEXT) 27 12 export PJSDP_LIB:=../lib/libpjsdp-$(TARGET_NAME)$(LIBEXT) 28 29 ###############################################################################30 # Sound frameworks31 # These are activated by setting SOUND_OBJS var, e.g.:32 # export SOUND_OBJS = $(PORTAUDIO_OBJS), or33 # export SOUND_OBJS = $(NULLSOUND_OBJS)34 #35 PA_DIR:=portaudio36 PORTAUDIO_OBJS := pasound.o \37 $(PA_DIR)/pa_allocation.o \38 $(PA_DIR)/pa_converters.o \39 $(PA_DIR)/pa_cpuload.o \40 $(PA_DIR)/pa_dither.o \41 $(PA_DIR)/pa_front.o \42 $(PA_DIR)/pa_process.o \43 $(PA_DIR)/pa_skeleton.o \44 $(PA_DIR)/pa_stream.o \45 $(PA_DIR)/pa_trace.o46 13 47 14 NULLSOUND_OBJS := nullsound.o … … 55 22 $(CC_INC)../../pjlib-util/include \ 56 23 $(CC_INC)../../pjnath/include \ 57 $(CC_INC)../src/pjmedia/portaudio \ 58 $(CC_INC)../src/pjmedia-codec 24 $(CC_INC)../src/pjmedia/portaudio 59 25 export _CXXFLAGS:= $(_CFLAGS) $(CC_CXXFLAGS) $(OS_CXXFLAGS) $(M_CXXFLAGS) \ 60 26 $(HOST_CXXFLAGS) $(CXXFLAGS) -
pjproject/branches/split-3rd-party/third_party/build/portaudio
- Property svn:ignore
-
old new 1 1 *.user 2 .* 3 Makefile
-
- Property svn:ignore
-
pjproject/branches/split-3rd-party/third_party/build/portaudio/Makefile.in
r1181 r1182 1 1 # @configure_input@ 2 2 include ../../../build.mak 3 include ../../../build/common.mak3 include $(PJDIR)/build/common.mak 4 4 5 5 export LIBDIR := ../../lib 6 6 7 RULES_MAK := ../../build/rules.mak7 RULES_MAK := $(PJDIR)/build/rules.mak 8 8 9 9 export PORTAUDIO_LIB:=../../lib/libportaudio-$(TARGET_NAME)$(LIBEXT) … … 52 52 53 53 export CFLAGS += -DPA_USE_OSS=1 54 export CFLAGS += @ac_pa_cflags@ 54 55 export PORTAUDIO_OBJS += pa_unix_oss.o 55 56 endif … … 96 97 # 97 98 export _CFLAGS := $(CC_CFLAGS) $(OS_CFLAGS) $(HOST_CFLAGS) $(M_CFLAGS) \ 98 $(CFLAGS) $(CC_INC). $(CC_INC)src \99 $(CFLAGS) $(CC_INC). $(CC_INC)src 99 100 export _CXXFLAGS:= $(_CFLAGS) $(CC_CXXFLAGS) $(OS_CXXFLAGS) $(M_CXXFLAGS) \ 100 101 $(HOST_CXXFLAGS) $(CXXFLAGS)
Note: See TracChangeset
for help on using the changeset viewer.