#!/bin/sh if [ ! -f ./configure ]; then ./bootstrap.sh fi CFLAGS=" -Wall -ggdb3 -O0 -DDETECT_DEADLOCKS " \ ./configure \ --prefix=/usr \ \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --libexecdir=/usr/libexec \ --datadir=/usr/share \ --sysconfdir=/etc \ --localstatedir=/var \ --libdir=/usr/lib \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ \ --enable-builtin-sqlite3 \ --disable-optimization \ --enable-debug \ --enable-debug-scheduler \ --enable-stack-backtraces \ --enable-do-crash \ --enable-frame-tracing \ --enable-valgrind \ \ --enable-mysql \ --enable-srtp \ --enable-ssl \ --enable-visdn \ --enable-zaptel \ --enable-iax-trunking \ --enable-t38 \ \ --with-directory-layout=lsb \ --with-callweaver-user=callweaver \ --with-callweaver-group=callweaver \ --without-app_adsiprog \ --with-app_authenticate \ --with-app_backgrounddetect \ --without-app_backticks \ --with-app_cdr \ --with-app_changrab \ --without-app_chanisavail \ --with-app_chanspy \ --without-app_controlplayback \ --with-app_db \ --with-app_devstate \ --with-app_setcallerpres \ --with-app_dial \ --without-app_dictate \ --with-app_directed_pickup \ --without-app_directory \ --with-app_disa \ --without-app_dtmftotext \ --with-app_dumpchan \ --with-app_echo \ --without-app_enumlookup \ --without-app_eval \ --with-app_exec \ --with-app_faxdetect \ --without-app_flash \ --with-app_forkcdr \ --without-app_getcpeid \ --with-app_getdevstate \ --with-app_getextstate \ --with-app_groupcount \ --with-app_hasnewvoicemail \ --without-app_lcr \ --without-app_ldap \ --without-app_lookupblacklist \ --without-app_lookupcidname \ --with-app_meetme \ --with-app_milliwatt \ --with-app_muxmon \ --without-app_osplookup \ --with-app_page \ --without-app_pipe \ --with-app_playback \ --without-app_privacy \ --with-app_proc \ --with-app_queue \ --without-app_random \ --with-app_read \ --with-app_record \ --with-app_rxfax \ --with-app_sayunixtime \ --without-app_senddtmf \ --with-app_sendtext \ --with-app_setcdruserfield \ --without-app_setrdnis \ --with-app_settransfercapability \ --with-app_sms \ --with-app_softhangup \ --without-app_sql_mysql \ --without-app_sql_postgres \ --without-app_stack \ --with-app_system \ --with-app_t38gateway \ --with-app_transfer \ --with-app_txfax \ --with-app_userevent \ --without-app_v110 \ --with-app_valetparking \ --with-app_verbose \ --without-app_visdn_ppp \ --with-app_voicemail \ --without-app_waitforring \ --without-app_waitfordigits \ --without-app_waitforsilence \ --without-app_while \ --with-app_zapateller \ \ --without-chan_alsa \ --with-chan_agent \ --with-chan_misdn \ --with-chan_capi \ --without-chan_fax \ --with-chan_features \ --with-chan_iax2 \ --with-chan_local \ --without-chan_mgcp \ --with-chan_sip \ --without-chan_sccp \ --with-chan_unicall \ --with-chan_visdn \ --with-chan_woomera \ --with-chan_bluetooth \ --with-chan_zap \ \ --with-app_icd \ --with-cdr_manager \ --with-cdr_mysql \ --without-cdr_pgsql \ --without-cdr_sqlite3_custom \ --with-codec_speex \ --with-format_jpeg \ --without-format_oggvorbis \ \ --with-func_callerid \ --with-func_config \ --with-func_cdr \ --with-func_db \ --without-func_enum \ --with-func_env \ --with-func_fileexists \ --with-func_groupcount \ --with-func_language \ --with-func_logic \ --with-func_math \ --with-func_md5 \ --with-func_moh \ --with-func_strings \ --with-func_timeout \ --with-func_uri \ \ --without-pbx_dundi \ --without-pbx_realtime \ --without-pbx_ael \ --without-res_config_curl \ --without-res_snmp \ --without-res_config_mysql \ --without-res_config_pgsql \ --without-res_jabber \ --without-res_js \ \ --with-debug_malloc \ --without-res_sqlite \ --with-efence \ --without-man-pages \ --without-readme \ --without-license \ --without-credits \ --without-sgml-docs