Ignore:
Timestamp:
Mar 23, 2016 7:52:41 AM (8 years ago)
Author:
nanang
Message:

Close #1906: Removed PortAudio? from PJSIP source package.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/aconfigure

    r5264 r5268  
    22742274$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 
    22752275as_fn_error $? "failed to load site script $ac_site_file 
    2276 See \`config.log' for more details" "$LINENO" 5; } 
     2276See \`config.log' for more details" "$LINENO" 5 ; } 
    22772277  fi 
    22782278done 
     
    24172417case $ac_cv_build in 
    24182418*-*-*) ;; 
    2419 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; 
     2419*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;; 
    24202420esac 
    24212421build=$ac_cv_build 
     
    24502450case $ac_cv_host in 
    24512451*-*-*) ;; 
    2452 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; 
     2452*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;; 
    24532453esac 
    24542454host=$ac_cv_host 
     
    24832483case $ac_cv_target in 
    24842484*-*-*) ;; 
    2485 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;; 
     2485*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5 ;; 
    24862486esac 
    24872487target=$ac_cv_target 
     
    28202820$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 
    28212821as_fn_error $? "no acceptable C compiler found in \$PATH 
    2822 See \`config.log' for more details" "$LINENO" 5; } 
     2822See \`config.log' for more details" "$LINENO" 5 ; } 
    28232823 
    28242824# Provide some information about the compiler. 
     
    29352935$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 
    29362936as_fn_error 77 "C compiler cannot create executables 
    2937 See \`config.log' for more details" "$LINENO" 5; } 
     2937See \`config.log' for more details" "$LINENO" 5 ; } 
    29382938else 
    29392939  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 
     
    29782978$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 
    29792979as_fn_error $? "cannot compute suffix of executables: cannot compile and link 
    2980 See \`config.log' for more details" "$LINENO" 5; } 
     2980See \`config.log' for more details" "$LINENO" 5 ; } 
    29812981fi 
    29822982rm -f conftest conftest$ac_cv_exeext 
     
    30373037as_fn_error $? "cannot run C compiled programs. 
    30383038If you meant to cross compile, use \`--host'. 
    3039 See \`config.log' for more details" "$LINENO" 5; } 
     3039See \`config.log' for more details" "$LINENO" 5 ; } 
    30403040    fi 
    30413041  fi 
     
    30893089$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 
    30903090as_fn_error $? "cannot compute suffix of object files: cannot compile 
    3091 See \`config.log' for more details" "$LINENO" 5; } 
     3091See \`config.log' for more details" "$LINENO" 5 ; } 
    30923092fi 
    30933093rm -f conftest.$ac_cv_objext conftest.$ac_ext 
     
    44834483$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 
    44844484as_fn_error $? "C preprocessor \"$CPP\" fails sanity check 
    4485 See \`config.log' for more details" "$LINENO" 5; } 
     4485See \`config.log' for more details" "$LINENO" 5 ; } 
    44864486fi 
    44874487 
     
    49734973   *) 
    49744974     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  ;; 
    49764976 esac 
    49774977 
     
    61256125        ;; 
    61266126  *) 
    6127                 ac_pjmedia_snd=pa_unix 
     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 
     6130        ac_pa_use_alsa=1 
     6131 
    61286132        ac_fn_c_check_header_mongrel "$LINENO" "alsa/version.h" "ac_cv_header_alsa_version_h" "$ac_includes_default" 
    61296133if test "x$ac_cv_header_alsa_version_h" = xyes; then : 
    6130   ac_pa_use_alsa=1 
    6131  
    6132                          ac_pjmedia_snd=alsa 
    61336134 
    61346135                         LIBS="$LIBS -lasound" 
    6135  
    6136 else 
    6137   ac_pa_use_alsa=0 
     6136                         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 
     6137$as_echo "yes" >&6; } 
     6138 
     6139else 
     6140 
     6141                         ac_pa_use_alsa=0 
     6142                         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 
     6143$as_echo "no" >&6; } 
    61386144 
    61396145fi 
     
    76187624$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 
    76197625as_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 
    7620 See \`config.log' for more details" "$LINENO" 5; } 
     7626See \`config.log' for more details" "$LINENO" 5 ; } 
    76217627fi 
    76227628rm -f core conftest.err conftest.$ac_objext \ 
     
    76747680$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 
    76757681as_fn_error $? "Unable to find to find built binaries under $IPPSAMPLES/speech-codecs/{bin,_bin}. Have you built the IPP samples? 
    7676 See \`config.log' for more details" "$LINENO" 5; } 
     7682See \`config.log' for more details" "$LINENO" 5 ; } 
    76777683            fi 
    76787684        else 
     
    76807686$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 
    76817687as_fn_error $? "unable to find $IPPSAMPLES/speech-codecs/bin/*gcc*/lib or $IPPSAMPLES/speech-codecs/_bin/*gcc*/lib directory. Have you built the samples? 
    7682 See \`config.log' for more details" "$LINENO" 5; } 
     7688See \`config.log' for more details" "$LINENO" 5 ; } 
    76837689        fi 
    76847690 
     
    76887694$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 
    76897695as_fn_error $? "There's something wrong with this script, directory $IPPSAMP_DIR does not exist 
    7690 See \`config.log' for more details" "$LINENO" 5; } 
     7696See \`config.log' for more details" "$LINENO" 5 ; } 
    76917697            exit 1; 
    76927698        fi 
     
    77027708$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 
    77037709as_fn_error $? "bug in this script: unsupported IPP version 
    7704 See \`config.log' for more details" "$LINENO" 5; } 
     7710See \`config.log' for more details" "$LINENO" 5 ; } 
    77057711        fi 
    77067712 
     
    77097715$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 
    77107716as_fn_error $? "$IPPSAMP_LIBS doesn't exist in $IPPSAMP_DIR 
    7711 See \`config.log' for more details" "$LINENO" 5; } 
     7717See \`config.log' for more details" "$LINENO" 5 ; } 
    77127718        fi 
    77137719 
     
    77457751$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 
    77467752as_fn_error $? "no 
    7747 See \`config.log' for more details" "$LINENO" 5; } 
     7753See \`config.log' for more details" "$LINENO" 5 ; } 
    77487754fi 
    77497755rm -f core conftest.err conftest.$ac_objext \ 
     
    91449150    "third_party/build/portaudio/os-auto.mak") CONFIG_FILES="$CONFIG_FILES third_party/build/portaudio/os-auto.mak" ;; 
    91459151 
    9146   *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; 
     9152  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;; 
    91479153  esac 
    91489154done 
     
    94619467  case $ac_mode$ac_tag in 
    94629468  :[FHL]*:*);; 
    9463   :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; 
     9469  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;; 
    94649470  :[FH]-) ac_tag=-:-;; 
    94659471  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; 
     
    94899495           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 
    94909496           esac || 
    9491            as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; 
     9497           as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;; 
    94929498      esac 
    94939499      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac 
     
    95169522    case $ac_tag in 
    95179523    *:-:* | *:-) cat >"$ac_tmp/stdin" \ 
    9518       || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; 
     9524      || as_fn_error $? "could not create $ac_file" "$LINENO" 5  ;; 
    95199525    esac 
    95209526    ;; 
Note: See TracChangeset for help on using the changeset viewer.