Changeset 5270
- Timestamp:
- Mar 23, 2016 11:57:41 AM (9 years ago)
- Location:
- pjproject/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/aconfigure
r5269 r5270 2274 2274 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2275 2275 as_fn_error $? "failed to load site script $ac_site_file 2276 See \`config.log' for more details" "$LINENO" 5 2276 See \`config.log' for more details" "$LINENO" 5; } 2277 2277 fi 2278 2278 done … … 2417 2417 case $ac_cv_build in 2418 2418 *-*-*) ;; 2419 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 2419 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; 2420 2420 esac 2421 2421 build=$ac_cv_build … … 2450 2450 case $ac_cv_host in 2451 2451 *-*-*) ;; 2452 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 2452 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; 2453 2453 esac 2454 2454 host=$ac_cv_host … … 2483 2483 case $ac_cv_target in 2484 2484 *-*-*) ;; 2485 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5 2485 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;; 2486 2486 esac 2487 2487 target=$ac_cv_target … … 2820 2820 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2821 2821 as_fn_error $? "no acceptable C compiler found in \$PATH 2822 See \`config.log' for more details" "$LINENO" 5 2822 See \`config.log' for more details" "$LINENO" 5; } 2823 2823 2824 2824 # Provide some information about the compiler. … … 2935 2935 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2936 2936 as_fn_error 77 "C compiler cannot create executables 2937 See \`config.log' for more details" "$LINENO" 5 2937 See \`config.log' for more details" "$LINENO" 5; } 2938 2938 else 2939 2939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 … … 2978 2978 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2979 2979 as_fn_error $? "cannot compute suffix of executables: cannot compile and link 2980 See \`config.log' for more details" "$LINENO" 5 2980 See \`config.log' for more details" "$LINENO" 5; } 2981 2981 fi 2982 2982 rm -f conftest conftest$ac_cv_exeext … … 3037 3037 as_fn_error $? "cannot run C compiled programs. 3038 3038 If you meant to cross compile, use \`--host'. 3039 See \`config.log' for more details" "$LINENO" 5 3039 See \`config.log' for more details" "$LINENO" 5; } 3040 3040 fi 3041 3041 fi … … 3089 3089 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3090 3090 as_fn_error $? "cannot compute suffix of object files: cannot compile 3091 See \`config.log' for more details" "$LINENO" 5 3091 See \`config.log' for more details" "$LINENO" 5; } 3092 3092 fi 3093 3093 rm -f conftest.$ac_cv_objext conftest.$ac_ext … … 4483 4483 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 4484 4484 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check 4485 See \`config.log' for more details" "$LINENO" 5 4485 See \`config.log' for more details" "$LINENO" 5; } 4486 4486 fi 4487 4487 … … 4973 4973 *) 4974 4974 as_fn_error $? "unknown endianness 4975 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 4975 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;; 4976 4976 esac 4977 4977 … … 6125 6125 ;; 6126 6126 *) 6127 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if ALSA dev lib is installed" >&5 6128 $as_echo_n "checking if ALSA dev lib is installed... " >&6; } 6129 ac_pjmedia_snd=alsa 6127 ac_pjmedia_snd=alsa 6130 6128 ac_pa_use_alsa=1 6131 6129 6132 6130 ac_fn_c_check_header_mongrel "$LINENO" "alsa/version.h" "ac_cv_header_alsa_version_h" "$ac_includes_default" 6133 6131 if test "x$ac_cv_header_alsa_version_h" = xyes; then : 6134 6135 LIBS="$LIBS -lasound" 6136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 6137 $as_echo "yes" >&6; } 6138 6139 else 6140 6141 ac_pa_use_alsa=0 6142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 6143 $as_echo "no" >&6; } 6144 6132 LIBS="$LIBS -lasound" 6133 else 6134 ac_pa_use_alsa=0 6145 6135 fi 6146 6136 … … 7624 7614 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 7625 7615 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 7626 See \`config.log' for more details" "$LINENO" 5 7616 See \`config.log' for more details" "$LINENO" 5; } 7627 7617 fi 7628 7618 rm -f core conftest.err conftest.$ac_objext \ … … 7680 7670 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 7681 7671 as_fn_error $? "Unable to find to find built binaries under $IPPSAMPLES/speech-codecs/{bin,_bin}. Have you built the IPP samples? 7682 See \`config.log' for more details" "$LINENO" 5 7672 See \`config.log' for more details" "$LINENO" 5; } 7683 7673 fi 7684 7674 else … … 7686 7676 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 7687 7677 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? 7688 See \`config.log' for more details" "$LINENO" 5 7678 See \`config.log' for more details" "$LINENO" 5; } 7689 7679 fi 7690 7680 … … 7694 7684 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 7695 7685 as_fn_error $? "There's something wrong with this script, directory $IPPSAMP_DIR does not exist 7696 See \`config.log' for more details" "$LINENO" 5 7686 See \`config.log' for more details" "$LINENO" 5; } 7697 7687 exit 1; 7698 7688 fi … … 7708 7698 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 7709 7699 as_fn_error $? "bug in this script: unsupported IPP version 7710 See \`config.log' for more details" "$LINENO" 5 7700 See \`config.log' for more details" "$LINENO" 5; } 7711 7701 fi 7712 7702 … … 7715 7705 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 7716 7706 as_fn_error $? "$IPPSAMP_LIBS doesn't exist in $IPPSAMP_DIR 7717 See \`config.log' for more details" "$LINENO" 5 7707 See \`config.log' for more details" "$LINENO" 5; } 7718 7708 fi 7719 7709 … … 7751 7741 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 7752 7742 as_fn_error $? "no 7753 See \`config.log' for more details" "$LINENO" 5 7743 See \`config.log' for more details" "$LINENO" 5; } 7754 7744 fi 7755 7745 rm -f core conftest.err conftest.$ac_objext \ … … 9149 9139 "third_party/build/os-auto.mak") CONFIG_FILES="$CONFIG_FILES third_party/build/os-auto.mak" ;; 9150 9140 9151 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 9141 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; 9152 9142 esac 9153 9143 done … … 9466 9456 case $ac_mode$ac_tag in 9467 9457 :[FHL]*:*);; 9468 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 9458 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; 9469 9459 :[FH]-) ac_tag=-:-;; 9470 9460 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; … … 9494 9484 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 9495 9485 esac || 9496 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 9486 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; 9497 9487 esac 9498 9488 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac … … 9521 9511 case $ac_tag in 9522 9512 *:-:* | *:-) cat >"$ac_tmp/stdin" \ 9523 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 9513 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; 9524 9514 esac 9525 9515 ;; -
pjproject/trunk/aconfigure.ac
r5269 r5270 662 662 *) 663 663 dnl # Check if ALSA is available 664 AC_MSG_CHECKING([if ALSA dev lib is installed])665 664 ac_pjmedia_snd=alsa 666 665 AC_SUBST(ac_pa_use_alsa,1) 667 666 AC_CHECK_HEADER(alsa/version.h, 668 [ 669 LIBS="$LIBS -lasound" 670 AC_MSG_RESULT(yes) 671 ], 672 [ 673 ac_pa_use_alsa=0 674 AC_MSG_RESULT(no) 675 ]) 667 [LIBS="$LIBS -lasound"], 668 [ac_pa_use_alsa=0]) 676 669 AC_MSG_RESULT([Checking sound device backend... unix]) 677 670
Note: See TracChangeset
for help on using the changeset viewer.