Newer
Older
CURSES_DESCRIP="curses"
CURSES_OPTION="curses"
Kevin P. Fleming
committed
# Check whether --with-curses was given.
if test "${with_curses+set}" = set; then
withval=$with_curses;
case ${withval} in
n|no)
USE_CURSES=no
;;
y|ye|yes)
ac_mandatory_list="${ac_mandatory_list} CURSES"
;;
*)
CURSES_DIR="${withval}"
ac_mandatory_list="${ac_mandatory_list} CURSES"
;;
esac
CRYPTO_DESCRIP="OpenSSL Cryptography support"
CRYPTO_OPTION="crypto"
Kevin P. Fleming
committed
# Check whether --with-crypto was given.
if test "${with_crypto+set}" = set; then
withval=$with_crypto;
case ${withval} in
n|no)
USE_CRYPTO=no
;;
y|ye|yes)
ac_mandatory_list="${ac_mandatory_list} CRYPTO"
;;
*)
CRYPTO_DIR="${withval}"
ac_mandatory_list="${ac_mandatory_list} CRYPTO"
;;
esac
Kevin P. Fleming
committed
fi
Kevin P. Fleming
committed
GSM_DESCRIP="External GSM library"
Kevin P. Fleming
committed
# Check whether --with-gsm was given.
if test "${with_gsm+set}" = set; then
withval=$with_gsm;
case ${withval} in
n|no)
USE_GSM=no
;;
y|ye|yes)
ac_mandatory_list="${ac_mandatory_list} GSM"
;;
*)
GSM_DIR="${withval}"
ac_mandatory_list="${ac_mandatory_list} GSM"
;;
esac
8091
8092
8093
8094
8095
8096
8097
8098
8099
8100
8101
8102
8103
8104
8105
8106
8107
8108
8109
8110
8111
8112
8113
8114
8115
8116
8117
8118
8119
8120
8121
8122
8123
8124
8125
8126
8127
8128
8129
8130
8131
8132
8133
8134
8135
8136
8137
8138
8139
8140
8141
8142
8143
8144
8145
8146
GTK_DESCRIP="gtk libraries"
GTK_OPTION="gtk"
# Check whether --with-gtk was given.
if test "${with_gtk+set}" = set; then
withval=$with_gtk;
case ${withval} in
n|no)
USE_GTK=no
;;
y|ye|yes)
ac_mandatory_list="${ac_mandatory_list} GTK"
;;
*)
GTK_DIR="${withval}"
ac_mandatory_list="${ac_mandatory_list} GTK"
;;
esac
fi
PBX_GTK=0
GTK2_DESCRIP="gtk2 libraries"
GTK2_OPTION="gtk2"
# Check whether --with-gtk2 was given.
if test "${with_gtk2+set}" = set; then
withval=$with_gtk2;
case ${withval} in
n|no)
USE_GTK2=no
;;
y|ye|yes)
ac_mandatory_list="${ac_mandatory_list} GTK2"
;;
*)
GTK2_DIR="${withval}"
ac_mandatory_list="${ac_mandatory_list} GTK2"
;;
esac
fi
PBX_GTK2=0
8147
8148
8149
8150
8151
8152
8153
8154
8155
8156
8157
8158
8159
8160
8161
8162
8163
8164
8165
8166
8167
8168
8169
8170
8171
8172
8173
8174
ICONV_DESCRIP="Iconv Library"
ICONV_OPTION="iconv"
# Check whether --with-iconv was given.
if test "${with_iconv+set}" = set; then
withval=$with_iconv;
case ${withval} in
n|no)
USE_ICONV=no
;;
y|ye|yes)
ac_mandatory_list="${ac_mandatory_list} ICONV"
;;
*)
ICONV_DIR="${withval}"
ac_mandatory_list="${ac_mandatory_list} ICONV"
;;
esac
fi
PBX_ICONV=0
IKSEMEL_DESCRIP="Iksemel Jabber Library"
IKSEMEL_OPTION="iksemel"
Kevin P. Fleming
committed
# Check whether --with-iksemel was given.
if test "${with_iksemel+set}" = set; then
withval=$with_iksemel;
case ${withval} in
n|no)
USE_IKSEMEL=no
;;
y|ye|yes)
ac_mandatory_list="${ac_mandatory_list} IKSEMEL"
;;
*)
IKSEMEL_DIR="${withval}"
ac_mandatory_list="${ac_mandatory_list} IKSEMEL"
;;
esac
IMAP_TK_DESCRIP="UW IMAP Toolkit"
IMAP_TK_OPTION="imap"
Kevin P. Fleming
committed
# Check whether --with-imap was given.
if test "${with_imap+set}" = set; then
withval=$with_imap;
case ${withval} in
n|no)
USE_IMAP_TK=no
;;
y|ye|yes)
ac_mandatory_list="${ac_mandatory_list} IMAP_TK"
;;
*)
IMAP_TK_DIR="${withval}"
ac_mandatory_list="${ac_mandatory_list} IMAP_TK"
;;
esac
ISDNNET_DESCRIP="ISDN4Linux Library"
ISDNNET_OPTION="isdnnet"
# Check whether --with-isdnnet was given.
if test "${with_isdnnet+set}" = set; then
withval=$with_isdnnet;
case ${withval} in
n|no)
USE_ISDNNET=no
;;
y|ye|yes)
ac_mandatory_list="${ac_mandatory_list} ISDNNET"
;;
*)
ISDNNET_DIR="${withval}"
ac_mandatory_list="${ac_mandatory_list} ISDNNET"
;;
esac
fi
KDE_DESCRIP="KDE"
KDE_OPTION="kde"
Kevin P. Fleming
committed
# Check whether --with-kde was given.
if test "${with_kde+set}" = set; then
withval=$with_kde;
case ${withval} in
n|no)
USE_KDE=no
;;
y|ye|yes)
ac_mandatory_list="${ac_mandatory_list} KDE"
;;
*)
KDE_DIR="${withval}"
ac_mandatory_list="${ac_mandatory_list} KDE"
;;
esac
LTDL_DESCRIP="libtool"
LTDL_OPTION="ltdl"
# Check whether --with-ltdl was given.
if test "${with_ltdl+set}" = set; then
withval=$with_ltdl;
case ${withval} in
n|no)
USE_LTDL=no
;;
y|ye|yes)
ac_mandatory_list="${ac_mandatory_list} LTDL"
;;
*)
LTDL_DIR="${withval}"
ac_mandatory_list="${ac_mandatory_list} LTDL"
;;
esac
LUA_DESCRIP="Lua"
LUA_OPTION="lua"
# Check whether --with-lua was given.
if test "${with_lua+set}" = set; then
withval=$with_lua;
case ${withval} in
n|no)
USE_LUA=no
;;
y|ye|yes)
ac_mandatory_list="${ac_mandatory_list} LUA"
;;
*)
LUA_DIR="${withval}"
ac_mandatory_list="${ac_mandatory_list} LUA"
;;
esac
MISDN_DESCRIP="mISDN User Library"
MISDN_OPTION="misdn"
# Check whether --with-misdn was given.
if test "${with_misdn+set}" = set; then
withval=$with_misdn;
case ${withval} in
n|no)
USE_MISDN=no
;;
y|ye|yes)
ac_mandatory_list="${ac_mandatory_list} MISDN"
;;
*)
MISDN_DIR="${withval}"
ac_mandatory_list="${ac_mandatory_list} MISDN"
;;
esac
fi
NBS_DESCRIP="Network Broadcast Sound"
NBS_OPTION="nbs"
Kevin P. Fleming
committed
# Check whether --with-nbs was given.
if test "${with_nbs+set}" = set; then
withval=$with_nbs;
case ${withval} in
n|no)
USE_NBS=no
;;
y|ye|yes)
ac_mandatory_list="${ac_mandatory_list} NBS"
;;
*)
NBS_DIR="${withval}"
ac_mandatory_list="${ac_mandatory_list} NBS"
;;
esac
NCURSES_DESCRIP="ncurses"
NCURSES_OPTION="ncurses"
Kevin P. Fleming
committed
# Check whether --with-ncurses was given.
if test "${with_ncurses+set}" = set; then
withval=$with_ncurses;
case ${withval} in
n|no)
USE_NCURSES=no
;;
y|ye|yes)
ac_mandatory_list="${ac_mandatory_list} NCURSES"
;;
*)
NCURSES_DIR="${withval}"
ac_mandatory_list="${ac_mandatory_list} NCURSES"
;;
esac
NETSNMP_DESCRIP="Net-SNMP"
NETSNMP_OPTION="netsnmp"
Kevin P. Fleming
committed
# Check whether --with-netsnmp was given.
if test "${with_netsnmp+set}" = set; then
withval=$with_netsnmp;
case ${withval} in
n|no)
USE_NETSNMP=no
;;
y|ye|yes)
ac_mandatory_list="${ac_mandatory_list} NETSNMP"
;;
*)
NETSNMP_DIR="${withval}"
ac_mandatory_list="${ac_mandatory_list} NETSNMP"
;;
esac
Kevin P. Fleming
committed
NEWT_DESCRIP="newt"
NEWT_OPTION="newt"
Kevin P. Fleming
committed
# Check whether --with-newt was given.
if test "${with_newt+set}" = set; then
withval=$with_newt;
case ${withval} in
n|no)
USE_NEWT=no
;;
y|ye|yes)
ac_mandatory_list="${ac_mandatory_list} NEWT"
;;
*)
NEWT_DIR="${withval}"
ac_mandatory_list="${ac_mandatory_list} NEWT"
;;
esac
fi
Kevin P. Fleming
committed
UNIXODBC_DESCRIP="unixODBC"
UNIXODBC_OPTION="odbc"
Kevin P. Fleming
committed
# Check whether --with-odbc was given.
if test "${with_odbc+set}" = set; then
withval=$with_odbc;
case ${withval} in
n|no)
USE_UNIXODBC=no
;;
y|ye|yes)
ac_mandatory_list="${ac_mandatory_list} UNIXODBC"
;;
*)
UNIXODBC_DIR="${withval}"
ac_mandatory_list="${ac_mandatory_list} UNIXODBC"
;;
esac
Kevin P. Fleming
committed
OGG_DESCRIP="OGG"
OGG_OPTION="ogg"
Kevin P. Fleming
committed
# Check whether --with-ogg was given.
if test "${with_ogg+set}" = set; then
withval=$with_ogg;
case ${withval} in
n|no)
USE_OGG=no
;;
y|ye|yes)
ac_mandatory_list="${ac_mandatory_list} OGG"
;;
*)
OGG_DIR="${withval}"
ac_mandatory_list="${ac_mandatory_list} OGG"
;;
esac
Kevin P. Fleming
committed
OSPTK_DESCRIP="OSP Toolkit"
OSPTK_OPTION="osptk"
Kevin P. Fleming
committed
# Check whether --with-osptk was given.
if test "${with_osptk+set}" = set; then
withval=$with_osptk;
case ${withval} in
n|no)
USE_OSPTK=no
;;
y|ye|yes)
ac_mandatory_list="${ac_mandatory_list} OSPTK"
;;
*)
OSPTK_DIR="${withval}"
ac_mandatory_list="${ac_mandatory_list} OSPTK"
;;
esac
Kevin P. Fleming
committed
Kevin P. Fleming
committed
Kevin P. Fleming
committed
OSS_DESCRIP="Open Sound System"
OSS_OPTION="oss"
Kevin P. Fleming
committed
# Check whether --with-oss was given.
if test "${with_oss+set}" = set; then
withval=$with_oss;
case ${withval} in
n|no)
USE_OSS=no
;;
y|ye|yes)
ac_mandatory_list="${ac_mandatory_list} OSS"
;;
*)
OSS_DIR="${withval}"
ac_mandatory_list="${ac_mandatory_list} OSS"
;;
esac
Kevin P. Fleming
committed
Kevin P. Fleming
committed
fi
Kevin P. Fleming
committed
Kevin P. Fleming
committed
Kevin P. Fleming
committed
8595
8596
8597
8598
8599
8600
8601
8602
8603
8604
8605
8606
8607
8608
8609
8610
8611
8612
8613
8614
8615
8616
8617
8618
8619
8620
8621
8622
PGSQL_DESCRIP="PostgreSQL"
PGSQL_OPTION="postgres"
# Check whether --with-postgres was given.
if test "${with_postgres+set}" = set; then
withval=$with_postgres;
case ${withval} in
n|no)
USE_PGSQL=no
;;
y|ye|yes)
ac_mandatory_list="${ac_mandatory_list} PGSQL"
;;
*)
PGSQL_DIR="${withval}"
ac_mandatory_list="${ac_mandatory_list} PGSQL"
;;
esac
fi
PBX_PGSQL=0
POPT_DESCRIP="popt"
POPT_OPTION="popt"
Kevin P. Fleming
committed
# Check whether --with-popt was given.
if test "${with_popt+set}" = set; then
withval=$with_popt;
case ${withval} in
n|no)
USE_POPT=no
;;
y|ye|yes)
ac_mandatory_list="${ac_mandatory_list} POPT"
;;
*)
POPT_DIR="${withval}"
ac_mandatory_list="${ac_mandatory_list} POPT"
;;
esac
Kevin P. Fleming
committed
Kevin P. Fleming
committed
Kevin P. Fleming
committed
Kevin P. Fleming
committed
PORTAUDIO_DESCRIP="PortAudio"
PORTAUDIO_OPTION="portaudio"
Kevin P. Fleming
committed
# Check whether --with-portaudio was given.
if test "${with_portaudio+set}" = set; then
withval=$with_portaudio;
USE_PORTAUDIO=no
ac_mandatory_list="${ac_mandatory_list} PORTAUDIO"
PORTAUDIO_DIR="${withval}"
ac_mandatory_list="${ac_mandatory_list} PORTAUDIO"
PBX_PORTAUDIO=0
Kevin P. Fleming
committed
PRI_DESCRIP="ISDN PRI"
PRI_OPTION="pri"
Kevin P. Fleming
committed
Kevin P. Fleming
committed
# Check whether --with-pri was given.
if test "${with_pri+set}" = set; then
withval=$with_pri;
case ${withval} in
n|no)
USE_PRI=no
;;
y|ye|yes)
ac_mandatory_list="${ac_mandatory_list} PRI"
;;
*)
PRI_DIR="${withval}"
ac_mandatory_list="${ac_mandatory_list} PRI"
;;
esac
Kevin P. Fleming
committed
Kevin P. Fleming
committed
Kevin P. Fleming
committed
Kevin P. Fleming
committed
SS7_DESCRIP="ISDN SS7"
SS7_OPTION="ss7"
# Check whether --with-ss7 was given.
if test "${with_ss7+set}" = set; then
withval=$with_ss7;
case ${withval} in
n|no)
USE_SS7=no
;;
y|ye|yes)
ac_mandatory_list="${ac_mandatory_list} SS7"
;;
*)
SS7_DIR="${withval}"
ac_mandatory_list="${ac_mandatory_list} SS7"
;;
esac
PWLIB_DESCRIP="PWlib"
PWLIB_OPTION="pwlib"
Kevin P. Fleming
committed
# Check whether --with-pwlib was given.
if test "${with_pwlib+set}" = set; then
withval=$with_pwlib;
case ${withval} in
n|no)
USE_PWLIB=no
;;
y|ye|yes)
ac_mandatory_list="${ac_mandatory_list} PWLIB"
;;
*)
PWLIB_DIR="${withval}"
ac_mandatory_list="${ac_mandatory_list} PWLIB"
;;
esac
Kevin P. Fleming
committed
Kevin P. Fleming
committed
OPENH323_DESCRIP="OpenH323"
OPENH323_OPTION="h323"
# Check whether --with-h323 was given.
if test "${with_h323+set}" = set; then
withval=$with_h323;
case ${withval} in
n|no)
USE_OPENH323=no
;;
y|ye|yes)
ac_mandatory_list="${ac_mandatory_list} OPENH323"
;;
*)
OPENH323_DIR="${withval}"
ac_mandatory_list="${ac_mandatory_list} OPENH323"
;;
esac
fi
QT_DESCRIP="Qt"
QT_OPTION="qt"
Kevin P. Fleming
committed
# Check whether --with-qt was given.
if test "${with_qt+set}" = set; then
withval=$with_qt;
case ${withval} in
n|no)
USE_QT=no
;;
y|ye|yes)
ac_mandatory_list="${ac_mandatory_list} QT"
;;
*)
QT_DIR="${withval}"
ac_mandatory_list="${ac_mandatory_list} QT"
;;
esac
Kevin P. Fleming
committed
Kevin P. Fleming
committed
RADIUS_DESCRIP="Radius Client"
RADIUS_OPTION="radius"
Kevin P. Fleming
committed
# Check whether --with-radius was given.
if test "${with_radius+set}" = set; then
withval=$with_radius;
case ${withval} in
n|no)
USE_RADIUS=no
;;
y|ye|yes)
ac_mandatory_list="${ac_mandatory_list} RADIUS"
;;
*)
RADIUS_DIR="${withval}"
ac_mandatory_list="${ac_mandatory_list} RADIUS"
;;
esac
Kevin P. Fleming
committed
Kevin P. Fleming
committed
fi
Kevin P. Fleming
committed
Kevin P. Fleming
committed
SPEEX_DESCRIP="Speex"
SPEEX_OPTION="speex"
Kevin P. Fleming
committed
Kevin P. Fleming
committed
# Check whether --with-speex was given.
if test "${with_speex+set}" = set; then
withval=$with_speex;
case ${withval} in
n|no)
USE_SPEEX=no
;;
y|ye|yes)
ac_mandatory_list="${ac_mandatory_list} SPEEX"
;;
*)
SPEEX_DIR="${withval}"
ac_mandatory_list="${ac_mandatory_list} SPEEX"
;;
esac
Kevin P. Fleming
committed
Kevin P. Fleming
committed
Kevin P. Fleming
committed
SQLITE_DESCRIP="SQLite"
SQLITE_OPTION="sqlite"
Kevin P. Fleming
committed
# Check whether --with-sqlite was given.
if test "${with_sqlite+set}" = set; then
withval=$with_sqlite;
case ${withval} in
n|no)
USE_SQLITE=no
;;
y|ye|yes)
ac_mandatory_list="${ac_mandatory_list} SQLITE"
;;
*)
SQLITE_DIR="${withval}"
ac_mandatory_list="${ac_mandatory_list} SQLITE"
;;
esac
Kevin P. Fleming
committed
SQLITE3_DESCRIP="SQLite"
SQLITE3_OPTION="sqlite3"
# Check whether --with-sqlite3 was given.
if test "${with_sqlite3+set}" = set; then
withval=$with_sqlite3;
case ${withval} in
n|no)
USE_SQLITE3=no
;;
y|ye|yes)
ac_mandatory_list="${ac_mandatory_list} SQLITE3"
;;
*)
SQLITE3_DIR="${withval}"
ac_mandatory_list="${ac_mandatory_list} SQLITE3"
;;
esac
SUPPSERV_DESCRIP="mISDN Supplemental Services"
SUPPSERV_OPTION="suppserv"
# Check whether --with-suppserv was given.
if test "${with_suppserv+set}" = set; then
withval=$with_suppserv;
case ${withval} in
n|no)
USE_SUPPSERV=no
;;
y|ye|yes)
ac_mandatory_list="${ac_mandatory_list} SUPPSERV"
;;
*)
SUPPSERV_DIR="${withval}"
ac_mandatory_list="${ac_mandatory_list} SUPPSERV"
;;
esac
Kevin P. Fleming
committed
OPENSSL_DESCRIP="OpenSSL Secure Sockets Layer support"
OPENSSL_OPTION="ssl"
Kevin P. Fleming
committed
# Check whether --with-ssl was given.
if test "${with_ssl+set}" = set; then
withval=$with_ssl;
case ${withval} in
n|no)
USE_OPENSSL=no
;;
y|ye|yes)
ac_mandatory_list="${ac_mandatory_list} OPENSSL"
;;
*)
OPENSSL_DIR="${withval}"
ac_mandatory_list="${ac_mandatory_list} OPENSSL"
;;
esac
Kevin P. Fleming
committed
FREETDS_DESCRIP="FreeTDS"
FREETDS_OPTION="tds"
Kevin P. Fleming
committed
# Check whether --with-tds was given.
if test "${with_tds+set}" = set; then
withval=$with_tds;
case ${withval} in
n|no)
USE_FREETDS=no
;;
y|ye|yes)
ac_mandatory_list="${ac_mandatory_list} FREETDS"
;;
*)