Ignore:
Timestamp:
Apr 9, 2007 9:28:15 PM (17 years ago)
Author:
bennylp
Message:

Initial modification to Makefiles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/split-3rd-party/aconfigure

    r1181 r1182  
    11#! /bin/sh 
    22# 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. 
    44# 
    55# Copyright (C) 2003 Free Software Foundation, Inc. 
     
    268268PACKAGE_NAME='pjproject' 
    269269PACKAGE_TARNAME='pjproject' 
    270 PACKAGE_VERSION='0.5.10' 
    271 PACKAGE_STRING='pjproject 0.5.10' 
     270PACKAGE_VERSION='0.6.0' 
     271PACKAGE_STRING='pjproject 0.6.0' 
    272272PACKAGE_BUGREPORT='' 
    273273 
     
    786786  # This message is too long to be a string in the A/UX 3.1 sh. 
    787787  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. 
    789789 
    790790Usage: $0 [OPTION]... [VAR=VALUE]... 
     
    848848if test -n "$ac_init_help"; then 
    849849  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:";; 
    851851   esac 
    852852  cat <<\_ACEOF 
     
    979979if $ac_init_version; then 
    980980  cat <<\_ACEOF 
    981 pjproject configure 0.5.10 
     981pjproject configure 0.6.0 
    982982generated by GNU Autoconf 2.59 
    983983 
     
    993993running configure, to aid debugging if configure makes a mistake. 
    994994 
    995 It was created by pjproject $as_me 0.5.10, which was 
     995It was created by pjproject $as_me 0.6.0, which was 
    996996generated by GNU Autoconf 2.59.  Invocation command line was 
    997997 
     
    83768376 
    83778377 
     8378if test "${ac_cv_header_sys_soundcard_h+set}" = set; then 
     8379  echo "$as_me:$LINENO: checking for sys/soundcard.h" >&5 
     8380echo $ECHO_N "checking for sys/soundcard.h... $ECHO_C" >&6 
     8381if test "${ac_cv_header_sys_soundcard_h+set}" = set; then 
     8382  echo $ECHO_N "(cached) $ECHO_C" >&6 
     8383fi 
     8384echo "$as_me:$LINENO: result: $ac_cv_header_sys_soundcard_h" >&5 
     8385echo "${ECHO_T}$ac_cv_header_sys_soundcard_h" >&6 
     8386else 
     8387  # Is the header compilable? 
     8388echo "$as_me:$LINENO: checking sys/soundcard.h usability" >&5 
     8389echo $ECHO_N "checking sys/soundcard.h usability... $ECHO_C" >&6 
     8390cat >conftest.$ac_ext <<_ACEOF 
     8391/* confdefs.h.  */ 
     8392_ACEOF 
     8393cat confdefs.h >>conftest.$ac_ext 
     8394cat >>conftest.$ac_ext <<_ACEOF 
     8395/* end confdefs.h.  */ 
     8396$ac_includes_default 
     8397#include <sys/soundcard.h> 
     8398_ACEOF 
     8399rm -f conftest.$ac_objext 
     8400if { (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 
     8422else 
     8423  echo "$as_me: failed program was:" >&5 
     8424sed 's/^/| /' conftest.$ac_ext >&5 
     8425 
     8426ac_header_compiler=no 
     8427fi 
     8428rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
     8429echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     8430echo "${ECHO_T}$ac_header_compiler" >&6 
     8431 
     8432# Is the header present? 
     8433echo "$as_me:$LINENO: checking sys/soundcard.h presence" >&5 
     8434echo $ECHO_N "checking sys/soundcard.h presence... $ECHO_C" >&6 
     8435cat >conftest.$ac_ext <<_ACEOF 
     8436/* confdefs.h.  */ 
     8437_ACEOF 
     8438cat confdefs.h >>conftest.$ac_ext 
     8439cat >>conftest.$ac_ext <<_ACEOF 
     8440/* end confdefs.h.  */ 
     8441#include <sys/soundcard.h> 
     8442_ACEOF 
     8443if { (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 
     8457else 
     8458  ac_cpp_err=yes 
     8459fi 
     8460if test -z "$ac_cpp_err"; then 
     8461  ac_header_preproc=yes 
     8462else 
     8463  echo "$as_me: failed program was:" >&5 
     8464sed 's/^/| /' conftest.$ac_ext >&5 
     8465 
     8466  ac_header_preproc=no 
     8467fi 
     8468rm -f conftest.err conftest.$ac_ext 
     8469echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     8470echo "${ECHO_T}$ac_header_preproc" >&6 
     8471 
     8472# So?  What about this header? 
     8473case $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 
     8476echo "$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 
     8478echo "$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 
     8483echo "$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 
     8485echo "$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 
     8487echo "$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 
     8489echo "$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 
     8491echo "$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 
     8493echo "$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    ;; 
     8503esac 
     8504echo "$as_me:$LINENO: checking for sys/soundcard.h" >&5 
     8505echo $ECHO_N "checking for sys/soundcard.h... $ECHO_C" >&6 
     8506if test "${ac_cv_header_sys_soundcard_h+set}" = set; then 
     8507  echo $ECHO_N "(cached) $ECHO_C" >&6 
     8508else 
     8509  ac_cv_header_sys_soundcard_h=$ac_header_preproc 
     8510fi 
     8511echo "$as_me:$LINENO: result: $ac_cv_header_sys_soundcard_h" >&5 
     8512echo "${ECHO_T}$ac_cv_header_sys_soundcard_h" >&6 
     8513 
     8514fi 
     8515if test $ac_cv_header_sys_soundcard_h = yes; then 
     8516  ac_pa_cflags="$ac_pa_cflags -DHAVE_SYS_SOUNDCARD_H" 
     8517fi 
     8518 
     8519 
     8520if test "${ac_cv_header_linux_soundcard_h+set}" = set; then 
     8521  echo "$as_me:$LINENO: checking for linux/soundcard.h" >&5 
     8522echo $ECHO_N "checking for linux/soundcard.h... $ECHO_C" >&6 
     8523if test "${ac_cv_header_linux_soundcard_h+set}" = set; then 
     8524  echo $ECHO_N "(cached) $ECHO_C" >&6 
     8525fi 
     8526echo "$as_me:$LINENO: result: $ac_cv_header_linux_soundcard_h" >&5 
     8527echo "${ECHO_T}$ac_cv_header_linux_soundcard_h" >&6 
     8528else 
     8529  # Is the header compilable? 
     8530echo "$as_me:$LINENO: checking linux/soundcard.h usability" >&5 
     8531echo $ECHO_N "checking linux/soundcard.h usability... $ECHO_C" >&6 
     8532cat >conftest.$ac_ext <<_ACEOF 
     8533/* confdefs.h.  */ 
     8534_ACEOF 
     8535cat confdefs.h >>conftest.$ac_ext 
     8536cat >>conftest.$ac_ext <<_ACEOF 
     8537/* end confdefs.h.  */ 
     8538$ac_includes_default 
     8539#include <linux/soundcard.h> 
     8540_ACEOF 
     8541rm -f conftest.$ac_objext 
     8542if { (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 
     8564else 
     8565  echo "$as_me: failed program was:" >&5 
     8566sed 's/^/| /' conftest.$ac_ext >&5 
     8567 
     8568ac_header_compiler=no 
     8569fi 
     8570rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
     8571echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     8572echo "${ECHO_T}$ac_header_compiler" >&6 
     8573 
     8574# Is the header present? 
     8575echo "$as_me:$LINENO: checking linux/soundcard.h presence" >&5 
     8576echo $ECHO_N "checking linux/soundcard.h presence... $ECHO_C" >&6 
     8577cat >conftest.$ac_ext <<_ACEOF 
     8578/* confdefs.h.  */ 
     8579_ACEOF 
     8580cat confdefs.h >>conftest.$ac_ext 
     8581cat >>conftest.$ac_ext <<_ACEOF 
     8582/* end confdefs.h.  */ 
     8583#include <linux/soundcard.h> 
     8584_ACEOF 
     8585if { (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 
     8599else 
     8600  ac_cpp_err=yes 
     8601fi 
     8602if test -z "$ac_cpp_err"; then 
     8603  ac_header_preproc=yes 
     8604else 
     8605  echo "$as_me: failed program was:" >&5 
     8606sed 's/^/| /' conftest.$ac_ext >&5 
     8607 
     8608  ac_header_preproc=no 
     8609fi 
     8610rm -f conftest.err conftest.$ac_ext 
     8611echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     8612echo "${ECHO_T}$ac_header_preproc" >&6 
     8613 
     8614# So?  What about this header? 
     8615case $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 
     8618echo "$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 
     8620echo "$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 
     8625echo "$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 
     8627echo "$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 
     8629echo "$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 
     8631echo "$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 
     8633echo "$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 
     8635echo "$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    ;; 
     8645esac 
     8646echo "$as_me:$LINENO: checking for linux/soundcard.h" >&5 
     8647echo $ECHO_N "checking for linux/soundcard.h... $ECHO_C" >&6 
     8648if test "${ac_cv_header_linux_soundcard_h+set}" = set; then 
     8649  echo $ECHO_N "(cached) $ECHO_C" >&6 
     8650else 
     8651  ac_cv_header_linux_soundcard_h=$ac_header_preproc 
     8652fi 
     8653echo "$as_me:$LINENO: result: $ac_cv_header_linux_soundcard_h" >&5 
     8654echo "${ECHO_T}$ac_cv_header_linux_soundcard_h" >&6 
     8655 
     8656fi 
     8657if test $ac_cv_header_linux_soundcard_h = yes; then 
     8658  ac_pa_cflags="$ac_pa_cflags -DHAVE_LINUX_SOUNDCARD_H" 
     8659fi 
     8660 
     8661 
     8662if test "${ac_cv_header_machine_soundcard_h+set}" = set; then 
     8663  echo "$as_me:$LINENO: checking for machine/soundcard.h" >&5 
     8664echo $ECHO_N "checking for machine/soundcard.h... $ECHO_C" >&6 
     8665if test "${ac_cv_header_machine_soundcard_h+set}" = set; then 
     8666  echo $ECHO_N "(cached) $ECHO_C" >&6 
     8667fi 
     8668echo "$as_me:$LINENO: result: $ac_cv_header_machine_soundcard_h" >&5 
     8669echo "${ECHO_T}$ac_cv_header_machine_soundcard_h" >&6 
     8670else 
     8671  # Is the header compilable? 
     8672echo "$as_me:$LINENO: checking machine/soundcard.h usability" >&5 
     8673echo $ECHO_N "checking machine/soundcard.h usability... $ECHO_C" >&6 
     8674cat >conftest.$ac_ext <<_ACEOF 
     8675/* confdefs.h.  */ 
     8676_ACEOF 
     8677cat confdefs.h >>conftest.$ac_ext 
     8678cat >>conftest.$ac_ext <<_ACEOF 
     8679/* end confdefs.h.  */ 
     8680$ac_includes_default 
     8681#include <machine/soundcard.h> 
     8682_ACEOF 
     8683rm -f conftest.$ac_objext 
     8684if { (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 
     8706else 
     8707  echo "$as_me: failed program was:" >&5 
     8708sed 's/^/| /' conftest.$ac_ext >&5 
     8709 
     8710ac_header_compiler=no 
     8711fi 
     8712rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
     8713echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     8714echo "${ECHO_T}$ac_header_compiler" >&6 
     8715 
     8716# Is the header present? 
     8717echo "$as_me:$LINENO: checking machine/soundcard.h presence" >&5 
     8718echo $ECHO_N "checking machine/soundcard.h presence... $ECHO_C" >&6 
     8719cat >conftest.$ac_ext <<_ACEOF 
     8720/* confdefs.h.  */ 
     8721_ACEOF 
     8722cat confdefs.h >>conftest.$ac_ext 
     8723cat >>conftest.$ac_ext <<_ACEOF 
     8724/* end confdefs.h.  */ 
     8725#include <machine/soundcard.h> 
     8726_ACEOF 
     8727if { (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 
     8741else 
     8742  ac_cpp_err=yes 
     8743fi 
     8744if test -z "$ac_cpp_err"; then 
     8745  ac_header_preproc=yes 
     8746else 
     8747  echo "$as_me: failed program was:" >&5 
     8748sed 's/^/| /' conftest.$ac_ext >&5 
     8749 
     8750  ac_header_preproc=no 
     8751fi 
     8752rm -f conftest.err conftest.$ac_ext 
     8753echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     8754echo "${ECHO_T}$ac_header_preproc" >&6 
     8755 
     8756# So?  What about this header? 
     8757case $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 
     8760echo "$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 
     8762echo "$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 
     8767echo "$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 
     8769echo "$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 
     8771echo "$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 
     8773echo "$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 
     8775echo "$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 
     8777echo "$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    ;; 
     8787esac 
     8788echo "$as_me:$LINENO: checking for machine/soundcard.h" >&5 
     8789echo $ECHO_N "checking for machine/soundcard.h... $ECHO_C" >&6 
     8790if test "${ac_cv_header_machine_soundcard_h+set}" = set; then 
     8791  echo $ECHO_N "(cached) $ECHO_C" >&6 
     8792else 
     8793  ac_cv_header_machine_soundcard_h=$ac_header_preproc 
     8794fi 
     8795echo "$as_me:$LINENO: result: $ac_cv_header_machine_soundcard_h" >&5 
     8796echo "${ECHO_T}$ac_cv_header_machine_soundcard_h" >&6 
     8797 
     8798fi 
     8799if test $ac_cv_header_machine_soundcard_h = yes; then 
     8800  ac_pa_cflags="$ac_pa_cflags -DHAVE_MACHINE_SOUNDCARD_H" 
     8801fi 
     8802 
     8803 
     8804 
    83788805if test "$enable_sound" = "no"; then 
    83798806  true; 
     
    83838810        LIBS="$LIBS -framework CoreAudio -framework CoreServices -framework AudioUnit -framework AudioToolbox" 
    83848811        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" 
    83868813                #AC_MSG_RESULT([Setting additional PortAudio CFLAGS.. -DPA_OLD_CORE_AUDIO -DMOSX_USE_NON_ATOMIC_FLAG_BITS]) 
    83878814                ac_pjmedia_snd=pa_old_darwinos 
     
    94999926cat >&5 <<_CSEOF 
    95009927 
    9501 This file was extended by pjproject $as_me 0.5.10, which was 
     9928This file was extended by pjproject $as_me 0.6.0, which was 
    95029929generated by GNU Autoconf 2.59.  Invocation command line was 
    95039930 
     
    95599986cat >>$CONFIG_STATUS <<_ACEOF 
    95609987ac_cs_version="\\ 
    9561 pjproject config.status 0.5.10 
     9988pjproject config.status 0.6.0 
    95629989configured by $0, generated by GNU Autoconf 2.59, 
    95639990  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" 
Note: See TracChangeset for help on using the changeset viewer.