Changeset 5137 for pjproject/trunk/aconfigure
- Timestamp:
- Jul 29, 2015 2:31:12 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/aconfigure
r5134 r5137 2259 2259 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2260 2260 as_fn_error $? "failed to load site script $ac_site_file 2261 See \`config.log' for more details" "$LINENO" 5 2261 See \`config.log' for more details" "$LINENO" 5; } 2262 2262 fi 2263 2263 done … … 2402 2402 case $ac_cv_build in 2403 2403 *-*-*) ;; 2404 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 2404 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; 2405 2405 esac 2406 2406 build=$ac_cv_build … … 2435 2435 case $ac_cv_host in 2436 2436 *-*-*) ;; 2437 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 2437 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; 2438 2438 esac 2439 2439 host=$ac_cv_host … … 2468 2468 case $ac_cv_target in 2469 2469 *-*-*) ;; 2470 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5 2470 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;; 2471 2471 esac 2472 2472 target=$ac_cv_target … … 2805 2805 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2806 2806 as_fn_error $? "no acceptable C compiler found in \$PATH 2807 See \`config.log' for more details" "$LINENO" 5 2807 See \`config.log' for more details" "$LINENO" 5; } 2808 2808 2809 2809 # Provide some information about the compiler. … … 2920 2920 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2921 2921 as_fn_error 77 "C compiler cannot create executables 2922 See \`config.log' for more details" "$LINENO" 5 2922 See \`config.log' for more details" "$LINENO" 5; } 2923 2923 else 2924 2924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 … … 2963 2963 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2964 2964 as_fn_error $? "cannot compute suffix of executables: cannot compile and link 2965 See \`config.log' for more details" "$LINENO" 5 2965 See \`config.log' for more details" "$LINENO" 5; } 2966 2966 fi 2967 2967 rm -f conftest conftest$ac_cv_exeext … … 3022 3022 as_fn_error $? "cannot run C compiled programs. 3023 3023 If you meant to cross compile, use \`--host'. 3024 See \`config.log' for more details" "$LINENO" 5 3024 See \`config.log' for more details" "$LINENO" 5; } 3025 3025 fi 3026 3026 fi … … 3074 3074 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3075 3075 as_fn_error $? "cannot compute suffix of object files: cannot compile 3076 See \`config.log' for more details" "$LINENO" 5 3076 See \`config.log' for more details" "$LINENO" 5; } 3077 3077 fi 3078 3078 rm -f conftest.$ac_cv_objext conftest.$ac_ext … … 4325 4325 $as_echo_n "checking memory alignment... " >&6; } 4326 4326 case $target in 4327 sparc64-* | ia64-* | x86_64-* )4327 sparc64-* | ia64-* | x86_64-* | arm64-* ) 4328 4328 $as_echo "#define PJ_POOL_ALIGNMENT 8" >>confdefs.h 4329 4329 … … 4468 4468 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 4469 4469 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check 4470 See \`config.log' for more details" "$LINENO" 5 4470 See \`config.log' for more details" "$LINENO" 5; } 4471 4471 fi 4472 4472 … … 4958 4958 *) 4959 4959 as_fn_error $? "unknown endianness 4960 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 4960 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;; 4961 4961 esac 4962 4962 … … 5709 5709 ac_os_objs="$ac_os_objs file_access_unistd.o file_io_ansi.o os_core_unix.o os_error_unix.o os_time_unix.o os_timestamp_posix.o" 5710 5710 case $target in 5711 arm -apple-darwin*)5711 arm*-apple-darwin*) 5712 5712 ac_os_objs="$ac_os_objs os_info_iphone.o" 5713 5713 ;; … … 6066 6066 $as_echo "Checking sound device backend... OpenSL ES" >&6; } 6067 6067 ;; 6068 arm -apple-darwin*)6068 arm*-apple-darwin*) 6069 6069 LIBS="$LIBS -framework CoreAudio -framework CoreFoundation -framework AudioToolbox -framework CFNetwork -framework UIKit" 6070 6070 ac_pjmedia_audiodev_objs="coreaudio_dev.o" … … 6152 6152 LIBS="$LIBS -llog" 6153 6153 ;; 6154 arm -apple-darwin*)6154 arm*-apple-darwin*) 6155 6155 LIBS="$LIBS -framework UIKit" 6156 6156 ;; … … 6200 6200 ac_android_cflags="$ac_android_cflags -DPJMEDIA_VIDEO_DEV_HAS_ANDROID=1" 6201 6201 ;; 6202 arm -apple-darwin*)6202 arm*-apple-darwin*) 6203 6203 ac_pjmedia_video=iphone_os 6204 6204 … … 7234 7234 7235 7235 case $target in 7236 arm -apple-darwin*)7236 arm*-apple-darwin*) 7237 7237 LIBYUV_LDFLAGS="-L$LIBYUV_PREFIX/out_ios/Release-iphoneos" 7238 7238 case $ARCH in … … 7472 7472 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 7473 7473 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 7474 See \`config.log' for more details" "$LINENO" 5 7474 See \`config.log' for more details" "$LINENO" 5; } 7475 7475 fi 7476 7476 rm -f core conftest.err conftest.$ac_objext \ … … 7528 7528 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 7529 7529 as_fn_error $? "Unable to find to find built binaries under $IPPSAMPLES/speech-codecs/{bin,_bin}. Have you built the IPP samples? 7530 See \`config.log' for more details" "$LINENO" 5 7530 See \`config.log' for more details" "$LINENO" 5; } 7531 7531 fi 7532 7532 else … … 7534 7534 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 7535 7535 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? 7536 See \`config.log' for more details" "$LINENO" 5 7536 See \`config.log' for more details" "$LINENO" 5; } 7537 7537 fi 7538 7538 … … 7542 7542 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 7543 7543 as_fn_error $? "There's something wrong with this script, directory $IPPSAMP_DIR does not exist 7544 See \`config.log' for more details" "$LINENO" 5 7544 See \`config.log' for more details" "$LINENO" 5; } 7545 7545 exit 1; 7546 7546 fi … … 7556 7556 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 7557 7557 as_fn_error $? "bug in this script: unsupported IPP version 7558 See \`config.log' for more details" "$LINENO" 5 7558 See \`config.log' for more details" "$LINENO" 5; } 7559 7559 fi 7560 7560 … … 7563 7563 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 7564 7564 as_fn_error $? "$IPPSAMP_LIBS doesn't exist in $IPPSAMP_DIR 7565 See \`config.log' for more details" "$LINENO" 5 7565 See \`config.log' for more details" "$LINENO" 5; } 7566 7566 fi 7567 7567 … … 7599 7599 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 7600 7600 as_fn_error $? "no 7601 See \`config.log' for more details" "$LINENO" 5 7601 See \`config.log' for more details" "$LINENO" 5; } 7602 7602 fi 7603 7603 rm -f core conftest.err conftest.$ac_objext \ … … 8899 8899 "third_party/build/portaudio/os-auto.mak") CONFIG_FILES="$CONFIG_FILES third_party/build/portaudio/os-auto.mak" ;; 8900 8900 8901 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 8901 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; 8902 8902 esac 8903 8903 done … … 9216 9216 case $ac_mode$ac_tag in 9217 9217 :[FHL]*:*);; 9218 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 9218 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; 9219 9219 :[FH]-) ac_tag=-:-;; 9220 9220 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; … … 9244 9244 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 9245 9245 esac || 9246 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 9246 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; 9247 9247 esac 9248 9248 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac … … 9271 9271 case $ac_tag in 9272 9272 *:-:* | *:-) cat >"$ac_tmp/stdin" \ 9273 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 9273 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; 9274 9274 esac 9275 9275 ;;
Note: See TracChangeset
for help on using the changeset viewer.