Changeset 1202 for pjproject/branches/split-3rd-party/aconfigure
- Timestamp:
- Apr 18, 2007 9:24:31 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/split-3rd-party/aconfigure
r1201 r1202 309 309 #endif" 310 310 311 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CXX CXXFLAGS ac_ct_CXX ac_pjdir CPP EGREP ac_os_objs ac_pjmedia_snd ac_pa_cflags ac_pa_use_alsa ac_no_small_filter ac_no_large_filter ac_no_ g711_plc ac_no_speex_aec ac_no_g711_codec ac_no_l16_codec ac_no_gsm_codec ac_no_speex_codec ac_no_ilbc_codec ac_no_ssl openssl_h_present libssl_present libcrypto_present ac_cross_compile ac_linux_poll ac_host ac_main_obj LIBOBJS LTLIBOBJS'311 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CXX CXXFLAGS ac_ct_CXX ac_pjdir CPP EGREP ac_os_objs ac_pjmedia_snd ac_pa_cflags ac_pa_use_alsa ac_no_small_filter ac_no_large_filter ac_no_speex_aec ac_no_g711_codec ac_no_l16_codec ac_no_gsm_codec ac_no_speex_codec ac_no_ilbc_codec ac_no_ssl openssl_h_present libssl_present libcrypto_present ac_cross_compile ac_linux_poll ac_host ac_main_obj LIBOBJS LTLIBOBJS' 312 312 ac_subst_files='' 313 313 … … 1440 1440 ac_config_headers="$ac_config_headers pjlib/include/pj/compat/os_auto.h pjlib/include/pj/compat/m_auto.h pjmedia/include/pjmedia/config_auto.h pjmedia/include/pjmedia-codec/config_auto.h pjsip/include/pjsip/sip_autoconf.h" 1441 1441 1442 ac_config_files="$ac_config_files build.mak build/os-auto.mak pjlib/build/os-auto.mak pjlib-util/build/os-auto.mak pjmedia/build/os-auto.mak pjsip/build/os-auto.mak third_party/ Makefile third_party/build/portaudio/Makefile"1442 ac_config_files="$ac_config_files build.mak build/os-auto.mak pjlib/build/os-auto.mak pjlib-util/build/os-auto.mak pjmedia/build/os-auto.mak pjsip/build/os-auto.mak third_party/build/portaudio/os-auto.mak third_party/build/os-auto.mak" 1443 1443 1444 1444 … … 9013 9013 echo "${ECHO_T}Checking if large filter is disabled... no" >&6 9014 9014 fi; 9015 9016 ac_no_g711_plc=yes9017 9018 9015 9019 9016 … … 10082 10079 "pjmedia/build/os-auto.mak" ) CONFIG_FILES="$CONFIG_FILES pjmedia/build/os-auto.mak" ;; 10083 10080 "pjsip/build/os-auto.mak" ) CONFIG_FILES="$CONFIG_FILES pjsip/build/os-auto.mak" ;; 10084 "third_party/ Makefile" ) CONFIG_FILES="$CONFIG_FILES third_party/Makefile" ;;10085 "third_party/build/ portaudio/Makefile" ) CONFIG_FILES="$CONFIG_FILES third_party/build/portaudio/Makefile" ;;10081 "third_party/build/portaudio/os-auto.mak" ) CONFIG_FILES="$CONFIG_FILES third_party/build/portaudio/os-auto.mak" ;; 10082 "third_party/build/os-auto.mak" ) CONFIG_FILES="$CONFIG_FILES third_party/build/os-auto.mak" ;; 10086 10083 "pjlib/include/pj/compat/os_auto.h" ) CONFIG_HEADERS="$CONFIG_HEADERS pjlib/include/pj/compat/os_auto.h" ;; 10087 10084 "pjlib/include/pj/compat/m_auto.h" ) CONFIG_HEADERS="$CONFIG_HEADERS pjlib/include/pj/compat/m_auto.h" ;; … … 10204 10201 s,@ac_no_small_filter@,$ac_no_small_filter,;t t 10205 10202 s,@ac_no_large_filter@,$ac_no_large_filter,;t t 10206 s,@ac_no_g711_plc@,$ac_no_g711_plc,;t t10207 10203 s,@ac_no_speex_aec@,$ac_no_speex_aec,;t t 10208 10204 s,@ac_no_g711_codec@,$ac_no_g711_codec,;t t … … 10708 10704 10709 10705 10706 10707 echo "$as_me:$LINENO: result: 10708 10709 The configuration for current target has been written to 'build.mak', and 'os-auto.mak' in various build directories. 10710 10711 Customizations can be put in: 10712 - 'user.mak' 10713 - 'pjlib/include/pj/config_site.h' 10714 10715 The next step now is to run 'make dep' and 'make'. 10716 " >&5 10717 echo "${ECHO_T} 10718 10719 The configuration for current target has been written to 'build.mak', and 'os-auto.mak' in various build directories. 10720 10721 Customizations can be put in: 10722 - 'user.mak' 10723 - 'pjlib/include/pj/config_site.h' 10724 10725 The next step now is to run 'make dep' and 'make'. 10726 " >&6 10727
Note: See TracChangeset
for help on using the changeset viewer.