diff --git a/.cvsignore b/.cvsignore index 4fe17de..313d8ee 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,3 +1,3 @@ -asterisk-1.6.1-rc1-stripped.tar.gz -asterisk-1.6.1-rc1.tar.gz.asc +asterisk-1.6.1.6-stripped.tar.gz +asterisk-1.6.1.6.tar.gz.asc asterisk-developer-pubring.gpg diff --git a/0002-Modify-modules.conf-so-that-different-voicemail-modu.patch b/0002-Modify-modules.conf-so-that-different-voicemail-modu.patch index 894e569..e35af6e 100644 --- a/0002-Modify-modules.conf-so-that-different-voicemail-modu.patch +++ b/0002-Modify-modules.conf-so-that-different-voicemail-modu.patch @@ -1,20 +1,11 @@ -From fa2cd0b2b289e51cba4329c420d2da1855f860c5 Mon Sep 17 00:00:00 2001 -From: Jeffrey C. Ollie -Date: Thu, 8 Nov 2007 15:52:36 -0600 -Subject: [PATCH 02/15] Modify modules.conf so that different voicemail modules can be loaded. - ---- - configs/modules.conf.sample | 26 ++++++++++++++++++++++++++ - 1 files changed, 26 insertions(+), 0 deletions(-) - -diff --git a/configs/modules.conf.sample b/configs/modules.conf.sample -index 8f73de1..7dd8940 100644 ---- a/configs/modules.conf.sample -+++ b/configs/modules.conf.sample -@@ -44,3 +44,29 @@ noload => chan_alsa.so - ; - ;noload => res_timing_dahdi.so - ;noload => res_timing_pthread.so +Index: configs/modules.conf.sample +=================================================================== +--- configs/modules.conf.sample (revision 216642) ++++ configs/modules.conf.sample (working copy) +@@ -38,3 +38,29 @@ + ;noload => chan_oss.so + noload => chan_console.so + ; + +; +; Voicemail storage selection @@ -41,6 +32,3 @@ index 8f73de1..7dd8940 100644 +; +;noload => app_directory_plain.so +;noload => app_voicemail_plain.so --- -1.6.1 - diff --git a/0003-Add-chan_mobile-from-asterisk-addons.patch b/0003-Add-chan_mobile-from-asterisk-addons.patch deleted file mode 100644 index ba34c1a..0000000 --- a/0003-Add-chan_mobile-from-asterisk-addons.patch +++ /dev/null @@ -1,2543 +0,0 @@ -From 3a44ab0365c152d4ae55b7bcce3b6803ac192987 Mon Sep 17 00:00:00 2001 -From: Jeffrey C. Ollie -Date: Thu, 16 Oct 2008 16:12:01 -0500 -Subject: [PATCH 03/15] Add chan_mobile from asterisk-addons. - ---- - build_tools/menuselect-deps.in | 1 + - channels/Makefile | 1 + - channels/chan_mobile.c | 2148 ++++++++++++++++++++++++++++++++++++++++ - configs/mobile.conf.sample | 60 ++ - configure.ac | 4 + - doc/chan_mobile.txt | 240 +++++ - makeopts.in | 3 + - 7 files changed, 2457 insertions(+), 0 deletions(-) - create mode 100644 channels/chan_mobile.c - create mode 100644 configs/mobile.conf.sample - create mode 100644 doc/chan_mobile.txt - -diff --git a/build_tools/menuselect-deps.in b/build_tools/menuselect-deps.in -index f63f591..6d94984 100644 ---- a/build_tools/menuselect-deps.in -+++ b/build_tools/menuselect-deps.in -@@ -1,5 +1,6 @@ - ASOUND=@PBX_ALSA@ - CRYPTO=@PBX_CRYPTO@ -+BLUETOOTH=@PBX_BLUETOOTH@ - CURL=@PBX_CURL@ - DAHDI=@PBX_DAHDI@ - FREETDS=@PBX_FREETDS@ -diff --git a/channels/Makefile b/channels/Makefile -index 4ceec69..239c18a 100644 ---- a/channels/Makefile -+++ b/channels/Makefile -@@ -107,3 +107,4 @@ chan_usbradio.o: ./xpmr/xpmr.c ./xpmr/xpmr.h ./xpmr/xpmr_coef.h - chan_usbradio.so: LIBS+=-lusb -lasound - - -+chan_mobile.so: LIBS+=$(BLUETOOTH_LIB) -diff --git a/channels/chan_mobile.c b/channels/chan_mobile.c -new file mode 100644 -index 0000000..42659b2 ---- /dev/null -+++ b/channels/chan_mobile.c -@@ -0,0 +1,2148 @@ -+/* -+ * Asterisk -- An open source telephony toolkit. -+ * -+ * Copyright (C) 1999 - 2006, Digium, Inc. -+ * -+ * Mark Spencer -+ * -+ * See http://www.asterisk.org for more information about -+ * the Asterisk project. Please do not directly contact -+ * any of the maintainers of this project for assistance; -+ * the project provides a web site, mailing lists and IRC -+ * channels for your use. -+ * -+ * This program is free software, distributed under the terms of -+ * the GNU General Public License Version 2. See the LICENSE file -+ * at the top of the source tree. -+ */ -+ -+/*! \file -+ * -+ * \brief Bluetooth Mobile Device channel driver -+ * -+ * \author Dave Bowerman -+ * -+ * \ingroup channel_drivers -+ */ -+ -+/*** MODULEINFO -+ bluetooth -+ ***/ -+ -+#include -+ -+ASTERISK_FILE_VERSION(__FILE__, "$Revision$") -+ -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+ -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+ -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+ -+#define MBL_CONFIG "mobile.conf" -+ -+#define DEVICE_FRAME_SIZE 48 -+#define DEVICE_FRAME_FORMAT AST_FORMAT_SLINEAR -+#define CHANNEL_FRAME_SIZE 320 -+ -+static int prefformat = DEVICE_FRAME_FORMAT; -+ -+static int discovery_interval = 60; /* The device discovery interval, default 60 seconds. */ -+static pthread_t discovery_thread = AST_PTHREADT_NULL; /* The discovery thread */ -+static sdp_session_t *sdp_session; -+ -+enum mbl_type { -+ MBL_TYPE_PHONE, -+ MBL_TYPE_HEADSET -+}; -+ -+enum mbl_state { -+ MBL_STATE_INIT = 0, -+ MBL_STATE_INIT1, -+ MBL_STATE_INIT2, -+ MBL_STATE_INIT3, -+ MBL_STATE_INIT4, -+ MBL_STATE_INIT5, -+ MBL_STATE_INIT6, -+ MBL_STATE_INIT7, -+ MBL_STATE_PREIDLE, -+ MBL_STATE_IDLE, -+ MBL_STATE_DIAL, -+ MBL_STATE_DIAL1, -+ MBL_STATE_OUTGOING, -+ MBL_STATE_RING, -+ MBL_STATE_RING2, -+ MBL_STATE_RING3, -+ MBL_STATE_INCOMING, -+ MBL_STATE_HANGUP, -+ MBL_STATE_INSMS, -+ MBL_STATE_OUTSMS, -+ MBL_STATE_OUTSMS1, -+ MBL_STATE_OUTSMS2 -+}; -+ -+struct adapter_pvt { -+ int dev_id; /* device id */ -+ int hci_socket; /* device descriptor */ -+ char id[31]; /* the 'name' from mobile.conf */ -+ bdaddr_t addr; /* adddress of adapter */ -+ unsigned int inuse:1; /* are we in use ? */ -+ unsigned int alignment_detection:1; /* do alignment detection on this adpater? */ -+ int sco_socket; -+ AST_LIST_ENTRY(adapter_pvt) entry; -+}; -+ -+static AST_RWLIST_HEAD_STATIC(adapters, adapter_pvt); -+ -+struct mbl_pvt { -+ struct ast_channel *owner; /* Channel we belong to, possibly NULL */ -+ struct ast_frame fr; /* "null" frame */ -+ enum mbl_type type; /* Phone or Headset */ -+ char id[31]; /* The id from mobile.conf */ -+ int group; /* group number for group dialling */ -+ bdaddr_t addr; /* address of device */ -+ struct adapter_pvt *adapter; /* the adapter we use */ -+ char context[AST_MAX_CONTEXT]; /* the context for incoming calls */ -+ char connected; /* is it connected? */ -+ int rfcomm_port; /* rfcomm port number */ -+ int rfcomm_socket; /* rfcomm socket descriptor */ -+ char rfcomm_buf[256]; -+ char io_buf[CHANNEL_FRAME_SIZE + AST_FRIENDLY_OFFSET]; -+ char io_save_buf[DEVICE_FRAME_SIZE]; -+ int io_save_len; -+ int io_pipe[2]; -+ int sco_socket; /* sco socket descriptor */ -+ pthread_t sco_listener_thread; /* inbound sco listener for this device */ -+ enum mbl_state state; /* monitor thread current state */ -+ pthread_t monitor_thread; /* monitor thread handle */ -+ char dial_number[AST_MAX_EXTENSION]; /* number for the monitor thread to dial */ -+ int dial_timeout; -+ char ciev_call_0[5]; /* dynamically built reponse strings */ -+ char ciev_call_1[5]; -+ char ciev_callsetup_0[5]; -+ char ciev_callsetup_1[5]; -+ char ciev_callsetup_2[5]; -+ char ciev_callsetup_3[5]; -+ unsigned int no_callsetup:1; -+ unsigned int has_sms:1; -+ unsigned int sent_answer:1; -+ unsigned int do_alignment_detection:1; -+ unsigned int alignment_detection_triggered:1; -+ unsigned int do_hangup:1; -+ short alignment_samples[4]; -+ int alignment_count; -+ char sms_txt[160]; -+ struct ast_dsp *dsp; -+ struct ast_frame *dsp_fr; -+ int dtmf_skip; -+ int skip_frames; -+ char hangup_count; -+ AST_LIST_ENTRY(mbl_pvt) entry; -+}; -+ -+static AST_RWLIST_HEAD_STATIC(devices, mbl_pvt); -+ -+/* CLI stuff */ -+static char *handle_cli_mobile_show_devices(struct ast_cli_entry *e, int cmd, struct ast_cli_args *a); -+static char *handle_cli_mobile_search(struct ast_cli_entry *e, int cmd, struct ast_cli_args *a); -+static char *handle_cli_mobile_rfcomm(struct ast_cli_entry *e, int cmd, struct ast_cli_args *a); -+ -+static struct ast_cli_entry mbl_cli[] = { -+ AST_CLI_DEFINE(handle_cli_mobile_show_devices, "Show Bluetooth Cell / Mobile devices"), -+ AST_CLI_DEFINE(handle_cli_mobile_search, "Search for Bluetooth Cell / Mobile devices"), -+ AST_CLI_DEFINE(handle_cli_mobile_rfcomm, "Send commands to the rfcomm port for debugging"), -+}; -+ -+/* App stuff */ -+static char *app_mblstatus = "MobileStatus"; -+static char *mblstatus_synopsis = "MobileStatus(Device,Variable)"; -+static char *mblstatus_desc = -+"MobileStatus(Device,Variable)\n" -+" Device - Id of mobile device from mobile.conf\n" -+" Variable - Variable to store status in will be 1-3.\n" -+" In order, Disconnected, Connected & Free, Connected & Busy.\n"; -+ -+static char *app_mblsendsms = "MobileSendSMS"; -+static char *mblsendsms_synopsis = "MobileSendSMS(Device,Dest,Message)"; -+static char *mblsendsms_desc = -+"MobileSendSms(Device,Dest,Message)\n" -+" Device - Id of device from mobile.conf\n" -+" Dest - destination\n" -+" Message - text of the message\n"; -+ -+static struct ast_channel *mbl_new(int state, struct mbl_pvt *pvt, char *cid_num); -+static struct ast_channel *mbl_request(const char *type, int format, void *data, int *cause); -+static int mbl_call(struct ast_channel *ast, char *dest, int timeout); -+static int mbl_hangup(struct ast_channel *ast); -+static int mbl_answer(struct ast_channel *ast); -+static int mbl_digit_begin(struct ast_channel *ast, char digit); -+static int mbl_digit_end(struct ast_channel *ast, char digit, unsigned int duration); -+static struct ast_frame *mbl_read(struct ast_channel *ast); -+static int mbl_write(struct ast_channel *ast, struct ast_frame *frame); -+static int mbl_fixup(struct ast_channel *oldchan, struct ast_channel *newchan); -+static int mbl_devicestate(void *data); -+ -+static void do_alignment_detection(struct mbl_pvt *pvt, char *buf, int buflen); -+ -+static int rfcomm_connect(bdaddr_t src, bdaddr_t dst, int remote_channel); -+static int rfcomm_write(struct mbl_pvt *pvt, char *buf); -+static int rfcomm_read(struct mbl_pvt *pvt, char *buf, char flush, int timeout); -+ -+static int sco_connect(bdaddr_t src, bdaddr_t dst); -+static int sco_write(int s, char *buf, int len); -+static int sco_read(int s, char *buf, int len); -+ -+static void *do_sco_listen(void *data); -+static int sdp_search(char *addr, int profile); -+ -+static const struct ast_channel_tech mbl_tech = { -+ .type = "Mobile", -+ .description = "Bluetooth Mobile Device Channel Driver", -+ .capabilities = AST_FORMAT_SLINEAR, -+ .requester = mbl_request, -+ .call = mbl_call, -+ .hangup = mbl_hangup, -+ .answer = mbl_answer, -+ .send_digit_begin = mbl_digit_begin, -+ .send_digit_end = mbl_digit_end, -+ .read = mbl_read, -+ .write = mbl_write, -+ .fixup = mbl_fixup, -+ .devicestate = mbl_devicestate -+}; -+ -+/* CLI Commands implementation */ -+ -+static char *handle_cli_mobile_show_devices(struct ast_cli_entry *e, int cmd, struct ast_cli_args *a) -+{ -+ struct mbl_pvt *pvt; -+ char bdaddr[18]; -+ char group[6]; -+ -+#define FORMAT1 "%-15.15s %-17.17s %-5.5s %-15.15s %-9.9s %-5.5s %-3.3s\n" -+ -+ switch (cmd) { -+ case CLI_INIT: -+ e->command = "mobile show devices"; -+ e->usage = -+ "Usage: mobile show devices\n" -+ " Shows the state of Bluetooth Cell / Mobile devices.\n"; -+ return NULL; -+ case CLI_GENERATE: -+ return NULL; -+ } -+ -+ if (a->argc != 3) -+ return CLI_SHOWUSAGE; -+ -+ ast_cli(a->fd, FORMAT1, "ID", "Address", "Group", "Adapter", "Connected", "State", "SMS"); -+ AST_RWLIST_RDLOCK(&devices); -+ AST_RWLIST_TRAVERSE(&devices, pvt, entry) { -+ ba2str(&pvt->addr, bdaddr); -+ snprintf(group, 5, "%d", pvt->group); -+ ast_cli(a->fd, FORMAT1, pvt->id, bdaddr, group, pvt->adapter->id, pvt->connected ? "Yes" : "No", -+ (pvt->state == MBL_STATE_IDLE) ? "Free" : (pvt->state < MBL_STATE_IDLE) ? "Init" : "Busy", -+ (pvt->has_sms) ? "Yes" : "No"); -+ } -+ AST_RWLIST_UNLOCK(&devices); -+ -+#undef FORMAT1 -+ -+ return CLI_SUCCESS; -+} -+ -+static char *handle_cli_mobile_search(struct ast_cli_entry *e, int cmd, struct ast_cli_args *a) -+{ -+ struct adapter_pvt *adapter; -+ inquiry_info *ii = NULL; -+ int max_rsp, num_rsp; -+ int len, flags; -+ int i, phport, hsport; -+ char addr[19] = {0}; -+ char name[31] = {0}; -+ -+#define FORMAT1 "%-17.17s %-30.30s %-6.6s %-7.7s %-4.4s\n" -+#define FORMAT2 "%-17.17s %-30.30s %-6.6s %-7.7s %d\n" -+ -+ switch (cmd) { -+ case CLI_INIT: -+ e->command = "mobile search"; -+ e->usage = -+ "Usage: mobile search\n" -+ " Searches for Bluetooth Cell / Mobile devices in range.\n"; -+ return NULL; -+ case CLI_GENERATE: -+ return NULL; -+ } -+ -+ if (a->argc != 2) -+ return CLI_SHOWUSAGE; -+ -+ /* find a free adapter */ -+ AST_RWLIST_RDLOCK(&adapters); -+ AST_RWLIST_TRAVERSE(&adapters, adapter, entry) { -+ if (!adapter->inuse) -+ break; -+ } -+ AST_RWLIST_UNLOCK(&adapters); -+ -+ if (!adapter) { -+ ast_cli(a->fd, "All Bluetooth adapters are in use at this time.\n"); -+ return CLI_SUCCESS; -+ } -+ -+ len = 8; -+ max_rsp = 255; -+ flags = IREQ_CACHE_FLUSH; -+ -+ ii = alloca(max_rsp * sizeof(inquiry_info)); -+ num_rsp = hci_inquiry(adapter->dev_id, len, max_rsp, NULL, &ii, flags); -+ if (num_rsp > 0) { -+ ast_cli(a->fd, FORMAT1, "Address", "Name", "Usable", "Type", "Port"); -+ for (i = 0; i < num_rsp; i++) { -+ ba2str(&(ii + i)->bdaddr, addr); -+ name[0] = 0x00; -+ if (hci_read_remote_name(adapter->hci_socket, &(ii + i)->bdaddr, sizeof(name) - 1, name, 0) < 0) -+ strcpy(name, "[unknown]"); -+ phport = sdp_search(addr, HANDSFREE_AGW_PROFILE_ID); -+ if (!phport) -+ hsport = sdp_search(addr, HEADSET_PROFILE_ID); -+ else -+ hsport = 0; -+ ast_cli(a->fd, FORMAT2, addr, name, (phport > 0 || hsport > 0) ? "Yes" : "No", -+ (phport > 0) ? "Phone" : "Headset", (phport > 0) ? phport : hsport); -+ } -+ } else -+ ast_cli(a->fd, "No Bluetooth Cell / Mobile devices found.\n"); -+ -+#undef FORMAT1 -+#undef FORMAT2 -+ -+ return CLI_SUCCESS; -+} -+ -+static char *handle_cli_mobile_rfcomm(struct ast_cli_entry *e, int cmd, struct ast_cli_args *a) -+{ -+ char buf[128]; -+ struct mbl_pvt *pvt = NULL; -+ -+ switch (cmd) { -+ case CLI_INIT: -+ e->command = "mobile rfcomm"; -+ e->usage = -+ "Usage: mobile rfcomm \n" -+ " Send to the rfcomm port on the device\n" -+ " with the specified .\n"; -+ return NULL; -+ case CLI_GENERATE: -+ return NULL; -+ } -+ -+ if (a->argc != 4) -+ return CLI_SHOWUSAGE; -+ -+ AST_RWLIST_RDLOCK(&devices); -+ AST_RWLIST_TRAVERSE(&devices, pvt, entry) { -+ if (!strcmp(pvt->id, a->argv[2])) -+ break; -+ } -+ AST_RWLIST_UNLOCK(&devices); -+ -+ if (!pvt || !pvt->connected) { -+ ast_cli(a->fd, "Device %s not found.\n", a->argv[2]); -+ return CLI_SUCCESS; -+ } -+ -+ snprintf(buf, sizeof(buf), "%s\r", a->argv[3]); -+ rfcomm_write(pvt, buf); -+ -+ return CLI_SUCCESS; -+} -+ -+/* -+ -+ Dialplan applications implementation -+ -+*/ -+ -+static int mbl_status_exec(struct ast_channel *ast, void *data) -+{ -+ -+ struct mbl_pvt *pvt; -+ char *parse; -+ int stat; -+ char status[2]; -+ -+ AST_DECLARE_APP_ARGS(args, -+ AST_APP_ARG(device); -+ AST_APP_ARG(variable); -+ ); -+ -+ if (ast_strlen_zero(data)) -+ return -1; -+ -+ parse = ast_strdupa(data); -+ -+ AST_STANDARD_APP_ARGS(args, parse); -+ -+ if (ast_strlen_zero(args.device) || ast_strlen_zero(args.variable)) -+ return -1; -+ -+ stat = 1; -+ -+ AST_RWLIST_RDLOCK(&devices); -+ AST_RWLIST_TRAVERSE(&devices, pvt, entry) { -+ if (!strcmp(pvt->id, args.device)) -+ break; -+ } -+ AST_RWLIST_UNLOCK(&devices); -+ -+ if (pvt) { -+ if (pvt->connected) -+ stat = 2; -+ if (pvt->owner) -+ stat = 3; -+ } -+ -+ snprintf(status, sizeof(status), "%d", stat); -+ pbx_builtin_setvar_helper(ast, args.variable, status); -+ -+ return 0; -+ -+} -+ -+static int mbl_sendsms_exec(struct ast_channel *ast, void *data) -+{ -+ -+ struct mbl_pvt *pvt; -+ char *parse; -+ -+ AST_DECLARE_APP_ARGS(args, -+ AST_APP_ARG(device); -+ AST_APP_ARG(dest); -+ AST_APP_ARG(message); -+ ); -+ -+ if (ast_strlen_zero(data)) -+ return -1; -+ -+ parse = ast_strdupa(data); -+ -+ AST_STANDARD_APP_ARGS(args, parse); -+ -+ if (ast_strlen_zero(args.device)) { -+ ast_log(LOG_ERROR,"NULL device for message -- SMS will not be sent.\n"); -+ return -1; -+ } -+ -+ if (ast_strlen_zero(args.dest)) { -+ ast_log(LOG_ERROR,"NULL destination for message -- SMS will not be sent.\n"); -+ return -1; -+ } -+ -+ if (ast_strlen_zero(args.message)) { -+ ast_log(LOG_ERROR,"NULL Message to be sent -- SMS will not be sent.\n"); -+ return -1; -+ } -+ -+ AST_RWLIST_RDLOCK(&devices); -+ AST_RWLIST_TRAVERSE(&devices, pvt, entry) { -+ if (!strcmp(pvt->id, args.device)) -+ break; -+ } -+ AST_RWLIST_UNLOCK(&devices); -+ -+ if (!pvt) { -+ ast_log(LOG_ERROR,"Bluetooth device %s wasn't found in the list -- SMS will not be sent.\n", args.device); -+ return -1; -+ } -+ -+ if (!pvt->connected) { -+ ast_log(LOG_ERROR,"Bluetooth device %s wasn't connected -- SMS will not be sent.\n", args.device); -+ return -1; -+ } -+ -+ if (!pvt->has_sms) { -+ ast_log(LOG_ERROR,"Bluetooth device %s doesn't handle SMS -- SMS will not be sent.\n", args.device); -+ return -1; -+ } -+ -+ if (pvt->state != MBL_STATE_IDLE) { -+ ast_log(LOG_ERROR,"Bluetooth device %s isn't IDLE -- SMS will not be sent.\n", args.device); -+ return -1; -+ } -+ -+ ast_copy_string(pvt->dial_number, args.dest, sizeof(pvt->dial_number)); -+ ast_copy_string(pvt->sms_txt, args.message, sizeof(pvt->sms_txt)); -+ pvt->state = MBL_STATE_OUTSMS; -+ -+ return 0; -+ -+} -+ -+/* -+ -+ Channel Driver callbacks -+ -+*/ -+ -+static struct ast_channel *mbl_new(int state, struct mbl_pvt *pvt, char *cid_num) -+{ -+ -+ struct ast_channel *chn; -+ -+ if (pipe(pvt->io_pipe) == -1) { -+ ast_log(LOG_ERROR, "Failed to create io_pipe.\n"); -+ return NULL; -+ } -+ -+ if (pvt->sco_socket != -1) -+ close(pvt->sco_socket); -+ pvt->sco_socket = -1; -+ pvt->io_save_len = 0; -+ pvt->sent_answer = 0; -+ pvt->skip_frames = 0; -+ pvt->alignment_count = 0; -+ pvt->alignment_detection_triggered = 0; -+ if (pvt->adapter->alignment_detection) -+ pvt->do_alignment_detection = 1; -+ else -+ pvt->do_alignment_detection = 0; -+ pvt->do_hangup = 1; -+ chn = ast_channel_alloc(1, state, cid_num, pvt->id, 0, 0, pvt->context, 0, "Mobile/%s-%04lx", pvt->id, ast_random() & 0xffff); -+ if (chn) { -+ chn->tech = &mbl_tech; -+ chn->nativeformats = prefformat; -+ chn->rawreadformat = prefformat; -+ chn->rawwriteformat = prefformat; -+ chn->writeformat = prefformat; -+ chn->readformat = prefformat; -+ chn->tech_pvt = pvt; -+ ast_channel_set_fd(chn, 0, pvt->io_pipe[0]); -+ if (state == AST_STATE_RING) -+ chn->rings = 1; -+ ast_string_field_set(chn, language, "en"); -+ pvt->owner = chn; -+ return chn; -+ } -+ -+ return NULL; -+ -+} -+ -+static struct ast_channel *mbl_request(const char *type, int format, void *data, int *cause) -+{ -+ -+ struct ast_channel *chn = NULL; -+ struct mbl_pvt *pvt; -+ char *dest_dev = NULL; -+ char *dest_num = NULL; -+ int oldformat, group; -+ -+ if (!data) { -+ ast_log(LOG_WARNING, "Channel requested with no data\n"); -+ *cause = AST_CAUSE_INCOMPATIBLE_DESTINATION; -+ return NULL; -+ } -+ -+ oldformat = format; -+ format &= (AST_FORMAT_SLINEAR); -+ if (!format) { -+ ast_log(LOG_WARNING, "Asked to get a channel of unsupported format '%d'\n", oldformat); -+ *cause = AST_CAUSE_FACILITY_NOT_IMPLEMENTED; -+ return NULL; -+ } -+ -+ dest_dev = ast_strdupa((char *)data); -+ -+ dest_num = strchr(dest_dev, '/'); -+ if (dest_num) -+ *dest_num++ = 0x00; -+ -+ /* Find requested device and make sure its connected. */ -+ AST_RWLIST_RDLOCK(&devices); -+ AST_RWLIST_TRAVERSE(&devices, pvt, entry) { -+ if (((dest_dev[0] == 'g') || (dest_dev[0] == 'G')) && ((dest_dev[1] >= '0') && (dest_dev[1] <= '9'))) { -+ group = atoi(dest_dev+1); -+ if (pvt->group == group) -+ break; -+ } else if (!strcmp(pvt->id, dest_dev)) { -+ break; -+ } -+ } -+ AST_RWLIST_UNLOCK(&devices); -+ if (!pvt || !pvt->connected || pvt->owner) { -+ ast_log(LOG_WARNING, "Request to call on device %s which is not connected / already in use.\n", dest_dev); -+ *cause = AST_CAUSE_REQUESTED_CHAN_UNAVAIL; -+ return NULL; -+ } -+ -+ if ((pvt->type == MBL_TYPE_PHONE) && !dest_num) { -+ ast_log(LOG_WARNING, "Cant determine destination number.\n"); -+ *cause = AST_CAUSE_INCOMPATIBLE_DESTINATION; -+ return NULL; -+ } -+ -+ chn = mbl_new(AST_STATE_DOWN, pvt, NULL); -+ if (!chn) { -+ ast_log(LOG_WARNING, "Unable to allocate channel structure\n"); -+ *cause = AST_CAUSE_REQUESTED_CHAN_UNAVAIL; -+ return NULL; -+ } -+ -+ return chn; -+ -+} -+ -+static int mbl_call(struct ast_channel *ast, char *dest, int timeout) -+{ -+ -+ struct mbl_pvt *pvt; -+ char *dest_dev = NULL; -+ char *dest_num = NULL; -+ -+ dest_dev = ast_strdupa((char *)dest); -+ -+ pvt = ast->tech_pvt; -+ -+ if (pvt->type == MBL_TYPE_PHONE) { -+ dest_num = strchr(dest_dev, '/'); -+ if (!dest_num) { -+ ast_log(LOG_WARNING, "Cant determine destination number.\n"); -+ return -1; -+ } -+ *dest_num++ = 0x00; -+ } -+ -+ if ((ast->_state != AST_STATE_DOWN) && (ast->_state != AST_STATE_RESERVED)) { -+ ast_log(LOG_WARNING, "mbl_call called on %s, neither down nor reserved\n", ast->name); -+ return -1; -+ } -+ -+ ast_debug(1, "Calling %s on %s\n", dest, ast->name); -+ -+ if (pvt->type == MBL_TYPE_PHONE) { -+ ast_copy_string(pvt->dial_number, dest_num, sizeof(pvt->dial_number)); -+ pvt->state = MBL_STATE_DIAL; -+ pvt->dial_timeout = (timeout == 0) ? 30 : timeout; -+ } else { -+ pvt->state = MBL_STATE_RING; -+ } -+ -+ return 0; -+ -+} -+ -+static int mbl_hangup(struct ast_channel *ast) -+{ -+ -+ struct mbl_pvt *pvt; -+ -+ if (!ast->tech_pvt) { -+ ast_log(LOG_WARNING, "Asked to hangup channel not connected\n"); -+ return 0; -+ } -+ pvt = ast->tech_pvt; -+ -+ ast_debug(1, "Hanging up device %s.\n", pvt->id); -+ -+ ast_channel_set_fd(ast, 0, -1); -+ close(pvt->io_pipe[0]); -+ close(pvt->io_pipe[1]); -+ -+ if (pvt->type == MBL_TYPE_HEADSET && pvt->sco_socket != -1) { -+ close(pvt->sco_socket); -+ pvt->sco_socket = -1; -+ } -+ -+ if ((pvt->state == MBL_STATE_INCOMING || pvt->state == MBL_STATE_OUTGOING || pvt->state == MBL_STATE_DIAL1 || pvt->state == MBL_STATE_RING3) && pvt->type == MBL_TYPE_PHONE) { -+ if (pvt->do_hangup) { -+ rfcomm_write(pvt, "AT+CHUP\r"); -+ } -+ pvt->state = MBL_STATE_HANGUP; -+ pvt->hangup_count = 0; -+ } else -+ pvt->state = MBL_STATE_IDLE; -+ -+ pvt->owner = NULL; -+ ast->tech_pvt = NULL; -+ ast_setstate(ast, AST_STATE_DOWN); -+ -+ return 0; -+ -+} -+ -+static int mbl_answer(struct ast_channel *ast) -+{ -+ -+ struct mbl_pvt *pvt; -+ -+ pvt = ast->tech_pvt; -+ -+ rfcomm_write(pvt, "ATA\r"); -+ -+ ast_setstate(ast, AST_STATE_UP); -+ -+ pvt->sent_answer = 1; -+ -+ return 0; -+ -+} -+ -+static int mbl_digit_begin(struct ast_channel *chan, char digit) -+{ -+ -+ return 0; -+ -+} -+ -+static int mbl_digit_end(struct ast_channel *ast, char digit, unsigned int duration) -+{ -+ -+ struct mbl_pvt *pvt; -+ char buf[11]; -+ -+ pvt = ast->tech_pvt; -+ -+ if (pvt->type == MBL_TYPE_HEADSET) -+ return 0; -+ -+ ast_debug(1, "Dialed %c\n", digit); -+ -+ switch(digit) { -+ case '0': -+ case '1': -+ case '2': -+ case '3': -+ case '4': -+ case '5': -+ case '6': -+ case '7': -+ case '8': -+ case '9': -+ case '*': -+ case '#': -+ snprintf(buf, sizeof(buf), "AT+VTS=%c\r", digit); -+ rfcomm_write(pvt, buf); -+ break; -+ default: -+ ast_log(LOG_WARNING, "Unknown digit '%c'\n", digit); -+ return -1; -+ } -+ -+ return 0; -+ -+} -+ -+static struct ast_frame *mbl_read(struct ast_channel *ast) -+{ -+ -+ struct mbl_pvt *pvt = ast->tech_pvt; -+ struct ast_frame *f; -+ int r; -+ -+ ast_debug(2, "*** mbl_read()\n"); -+ -+ if (!pvt->owner) { -+ return &ast_null_frame; -+ } -+ memset(&pvt->fr, 0x00, sizeof(struct ast_frame)); -+ pvt->fr.frametype = AST_FRAME_VOICE; -+ pvt->fr.subclass = DEVICE_FRAME_FORMAT; -+ pvt->fr.datalen = CHANNEL_FRAME_SIZE; -+ pvt->fr.samples = CHANNEL_FRAME_SIZE / 2; -+ pvt->fr.src = "Mobile"; -+ pvt->fr.offset = AST_FRIENDLY_OFFSET; -+ pvt->fr.mallocd = 0; -+ pvt->fr.delivery.tv_sec = 0; -+ pvt->fr.delivery.tv_usec = 0; -+ pvt->fr.data.ptr = pvt->io_buf + AST_FRIENDLY_OFFSET; -+ -+ if ((r = read(pvt->io_pipe[0], pvt->fr.data.ptr, CHANNEL_FRAME_SIZE)) != CHANNEL_FRAME_SIZE) { -+ if (r == -1) { -+ ast_log(LOG_ERROR, "read error %d\n", errno); -+ return &ast_null_frame; -+ } else { -+ pvt->fr.datalen = r; -+ pvt->fr.samples = r / 2; -+ } -+ } -+ -+ f = ast_dsp_process(0, pvt->dsp, &pvt->fr); -+ if (f && (f->frametype == AST_FRAME_DTMF_END)) { -+ pvt->fr.frametype = AST_FRAME_DTMF_END; -+ pvt->fr.subclass = f->subclass; -+ } -+ -+ return &pvt->fr; -+ -+} -+ -+static int mbl_write(struct ast_channel *ast, struct ast_frame *frame) -+{ -+ -+ struct mbl_pvt *pvt = ast->tech_pvt; -+ int i, r, io_need, num_frames; -+ char *pfr, buf[DEVICE_FRAME_SIZE]; -+ -+ ast_debug(2, "*** mbl_write\n"); -+ -+ if (frame->frametype != AST_FRAME_VOICE) { -+ return 0; -+ } -+ -+ io_need = 0; -+ if (pvt->io_save_len > 0) { -+ io_need = DEVICE_FRAME_SIZE - pvt->io_save_len; -+ memcpy(pvt->io_save_buf + pvt->io_save_len, frame->data.ptr, io_need); -+ sco_write(pvt->sco_socket, pvt->io_save_buf, DEVICE_FRAME_SIZE); -+ if ((r = sco_read(pvt->sco_socket, buf, DEVICE_FRAME_SIZE))) { -+ if (pvt->do_alignment_detection) -+ do_alignment_detection(pvt, buf, r); -+ if (ast->_state == AST_STATE_UP) /* Dont queue the audio in the pipe if the call is not up yet. just toss it. */ -+ sco_write(pvt->io_pipe[1], buf, r); -+ } -+ } -+ -+ num_frames = (frame->datalen - io_need) / DEVICE_FRAME_SIZE; -+ pfr = frame->data.ptr + io_need; -+ -+ for (i=0; isco_socket, pfr, DEVICE_FRAME_SIZE); -+ if ((r = sco_read(pvt->sco_socket, buf, DEVICE_FRAME_SIZE))) { -+ if (pvt->do_alignment_detection) -+ do_alignment_detection(pvt, buf, r); -+ if (ast->_state == AST_STATE_UP) -+ sco_write(pvt->io_pipe[1], buf, r); -+ } -+ pfr += DEVICE_FRAME_SIZE; -+ } -+ -+ pvt->io_save_len = (frame->datalen - io_need) - (num_frames * DEVICE_FRAME_SIZE); -+ if (pvt->io_save_len > 0) { -+ memcpy(pvt->io_save_buf, pfr, pvt->io_save_len); -+ } -+ -+ return 0; -+ -+} -+ -+static int mbl_fixup(struct ast_channel *oldchan, struct ast_channel *newchan) -+{ -+ -+ struct mbl_pvt *pvt = oldchan->tech_pvt; -+ -+ if (pvt && pvt->owner == oldchan) -+ pvt->owner = newchan; -+ -+ return 0; -+ -+} -+ -+static int mbl_devicestate(void *data) -+{ -+ -+ char *device; -+ int res = AST_DEVICE_INVALID; -+ struct mbl_pvt *pvt; -+ -+ device = ast_strdupa(S_OR(data, "")); -+ -+ ast_debug(1, "Checking device state for device %s\n", device); -+ -+ AST_RWLIST_RDLOCK(&devices); -+ AST_RWLIST_TRAVERSE(&devices, pvt, entry) { -+ if (!strcmp(pvt->id, device)) -+ break; -+ } -+ AST_RWLIST_UNLOCK(&devices); -+ -+ if (pvt) { -+ if (pvt->connected) { -+ if (pvt->owner) -+ res = AST_DEVICE_INUSE; -+ else -+ res = AST_DEVICE_NOT_INUSE; -+ } -+ } -+ -+ return res; -+ -+} -+ -+/* -+ -+ Callback helpers -+ -+*/ -+ -+/* -+ -+ do_alignment_detection() -+ -+ This routine attempts to detect where we get misaligned sco audio data from the bluetooth adaptor. -+ -+ Its enabled by alignmentdetect=yes under the adapter entry in mobile.conf -+ -+ Some adapters suffer a problem where occasionally they will byte shift the audio stream one byte to the right. -+ The result is static or white noise on the inbound (from the adapter) leg of the call. -+ This is characterised by a sudden jump in magnitude of the value of the 16 bit samples. -+ -+ Here we look at the first 4 48 byte frames. We average the absolute values of each sample in the frame, -+ then average the sum of the averages of frames 1, 2, and 3. -+ Frame zero is usually zero. -+ If the end result > 100, and it usually is if we have the problem, set a flag and compensate by shifting the bytes -+ for each subsequent frame during the call. -+ -+ If the result is <= 100 then clear the flag so we dont come back in here... -+ -+ This seems to work OK.... -+ -+*/ -+ -+static void do_alignment_detection(struct mbl_pvt *pvt, char *buf, int buflen) -+{ -+ -+ int i; -+ short a, *s; -+ char *p; -+ -+ if (pvt->alignment_detection_triggered) { -+ for (i=buflen, p=buf+buflen-1; i>0; i--, p--) -+ *p = *(p-1); -+ *(p+1) = 0; -+ return; -+ } -+ -+ if (pvt->alignment_count < 4) { -+ s = (short *)buf; -+ for (i=0, a=0; ialignment_samples[pvt->alignment_count++] = a; -+ return; -+ } -+ -+ ast_debug(1, "Alignment Detection result is [%-d %-d %-d %-d]\n", pvt->alignment_samples[0], pvt->alignment_samples[1], pvt->alignment_samples[2], pvt->alignment_samples[3]); -+ -+ a = abs(pvt->alignment_samples[1]) + abs(pvt->alignment_samples[2]) + abs(pvt->alignment_samples[3]); -+ a /= 3; -+ if (a > 100) { -+ pvt->alignment_detection_triggered = 1; -+ ast_debug(1, "Alignment Detection Triggered.\n"); -+ } else -+ pvt->do_alignment_detection = 0; -+ -+} -+ -+/* -+ -+ rfcomm helpers -+ -+*/ -+ -+static int rfcomm_connect(bdaddr_t src, bdaddr_t dst, int remote_channel) { -+ -+ struct sockaddr_rc addr; -+ int s; -+ -+ if ((s = socket(PF_BLUETOOTH, SOCK_STREAM, BTPROTO_RFCOMM)) < 0) { -+ ast_debug(1, "socket() failed (%d).\n", errno); -+ return -1; -+ } -+ -+ memset(&addr, 0, sizeof(addr)); -+ addr.rc_family = AF_BLUETOOTH; -+ bacpy(&addr.rc_bdaddr, &src); -+ addr.rc_channel = (uint8_t) 1; -+ if (bind(s, (struct sockaddr *)&addr, sizeof(addr)) < 0) { -+ ast_debug(1, "bind() failed (%d).\n", errno); -+ close(s); -+ return -1; -+ } -+ -+ memset(&addr, 0, sizeof(addr)); -+ addr.rc_family = AF_BLUETOOTH; -+ bacpy(&addr.rc_bdaddr, &dst); -+ addr.rc_channel = remote_channel; -+ if (connect(s, (struct sockaddr *)&addr, sizeof(addr)) < 0) { -+ ast_debug(1, "connect() failed (%d).\n", errno); -+ close(s); -+ return -1; -+ } -+ -+ return s; -+ -+} -+ -+static int rfcomm_write(struct mbl_pvt *pvt, char *buf) -+{ -+ -+ char *p; -+ ssize_t num_write; -+ int len; -+ -+ ast_debug(1, "rfcomm_write() (%s) [%s]\n", pvt->id, buf); -+ len = strlen(buf); -+ p = buf; -+ while (len > 0) { -+ if ((num_write = write(pvt->rfcomm_socket, p, len)) == -1) { -+ ast_debug(1, "rfcomm_write() error [%d]\n", errno); -+ return 0; -+ } -+ len -= num_write; -+ p += num_write; -+ } -+ -+ return 1; -+ -+} -+ -+/* -+ -+ Here we need to return complete '\r' terminated single responses to the devices monitor thread, or -+ a timeout if nothing is available. -+ The rfcomm connection to the device is asynchronous, so there is no guarantee that responses will -+ be returned in a single read() call. We handle this by buffering the input and returning one response -+ per call, or a timeout if nothing is available. -+ -+*/ -+ -+static int rfcomm_read(struct mbl_pvt *pvt, char *buf, char flush, int timeout) -+{ -+ -+ int sel, rlen, slen; -+ fd_set rfds; -+ struct timeval tv; -+ char *p; -+ -+ if (!flush) { -+ if ((p = strchr(pvt->rfcomm_buf, '\r'))) { -+ *p++ = 0x00; -+ if (*p == '\n') -+ p++; -+ memmove(buf, pvt->rfcomm_buf, strlen(pvt->rfcomm_buf)); -+ *(buf + strlen(pvt->rfcomm_buf)) = 0x00; -+ memmove(pvt->rfcomm_buf, p, strlen(p)); -+ *(pvt->rfcomm_buf+strlen(p)) = 0x00; -+ return 1; -+ } -+ } else { -+ pvt->rfcomm_buf[0] = 0x00; -+ } -+ -+ FD_ZERO(&rfds); -+ FD_SET(pvt->rfcomm_socket, &rfds); -+ -+ tv.tv_sec = timeout; -+ tv.tv_usec = 0; -+ -+ if ((sel = select(pvt->rfcomm_socket + 1, &rfds, NULL, NULL, &tv)) > 0) { -+ if (FD_ISSET(pvt->rfcomm_socket, &rfds)) { -+ slen = strlen(pvt->rfcomm_buf); -+ rlen = read(pvt->rfcomm_socket, pvt->rfcomm_buf + slen, sizeof(pvt->rfcomm_buf) - slen - 1); -+ if (rlen > 0) { -+ pvt->rfcomm_buf[slen+rlen] = 0x00; -+ if ((p = strchr(pvt->rfcomm_buf, '\r'))) { -+ *p++ = 0x00; -+ if (*p == '\n') -+ p++; -+ memmove(buf, pvt->rfcomm_buf, strlen(pvt->rfcomm_buf)); -+ *(buf + strlen(pvt->rfcomm_buf)) = 0x00; -+ memmove(pvt->rfcomm_buf, p, strlen(p)); -+ *(pvt->rfcomm_buf+strlen(p)) = 0x00; -+ return 1; -+ } -+ } else -+ return rlen; -+ } -+ } else if (sel == 0) { /* timeout */ -+ return 0; -+ } -+ -+ return 1; -+ -+} -+ -+/* -+ -+ sco helpers -+ -+*/ -+ -+static int sco_connect(bdaddr_t src, bdaddr_t dst) -+{ -+ -+ struct sockaddr_sco addr; -+ int s; -+ -+ if ((s = socket(PF_BLUETOOTH, SOCK_SEQPACKET, BTPROTO_SCO)) < 0) { -+ ast_debug(1, "socket() failed (%d).\n", errno); -+ return -1; -+ } -+ -+ memset(&addr, 0, sizeof(addr)); -+ addr.sco_family = AF_BLUETOOTH; -+ bacpy(&addr.sco_bdaddr, &src); -+ if (bind(s, (struct sockaddr *)&addr, sizeof(addr)) < 0) { -+ ast_debug(1, "bind() failed (%d).\n", errno); -+ close(s); -+ return -1; -+ } -+ -+ memset(&addr, 0, sizeof(addr)); -+ addr.sco_family = AF_BLUETOOTH; -+ bacpy(&addr.sco_bdaddr, &dst); -+ -+ if (connect(s, (struct sockaddr *)&addr, sizeof(addr)) < 0) { -+ ast_debug(1, "sco connect() failed (%d).\n", errno); -+ close(s); -+ return -1; -+ } -+ -+ return s; -+ -+} -+ -+static int sco_write(int s, char *buf, int len) -+{ -+ -+ int r; -+ -+ if (s == -1) { -+ ast_debug(2, "sco_write() not ready\n"); -+ return 0; -+ } -+ -+ ast_debug(2, "sco_write()\n"); -+ -+ r = write(s, buf, len); -+ if (r == -1) { -+ ast_debug(2, "sco write error %d\n", errno); -+ return 0; -+ } -+ -+ return 1; -+ -+} -+ -+static int sco_read(int s, char *buf, int len) -+{ -+ -+ int r; -+ -+ if (s == -1) { -+ ast_debug(2, "sco_read() not ready\n"); -+ return 0; -+ } -+ -+ ast_debug(2, "sco_read()\n"); -+ -+ r = read(s, buf, len); -+ if (r == -1) { -+ ast_debug(2, "sco_read() error %d\n", errno); -+ return 0; -+ } -+ -+ return r; -+ -+} -+ -+/* -+ -+ sdp helpers -+ -+*/ -+ -+static int sdp_search(char *addr, int profile) -+{ -+ -+ sdp_session_t *session = 0; -+ bdaddr_t bdaddr; -+ uuid_t svc_uuid; -+ uint32_t range = 0x0000ffff; -+ sdp_list_t *response_list, *search_list, *attrid_list; -+ int status, port; -+ sdp_list_t *proto_list; -+ sdp_record_t *sdprec; -+ -+ str2ba(addr, &bdaddr); -+ port = 0; -+ session = sdp_connect(BDADDR_ANY, &bdaddr, SDP_RETRY_IF_BUSY); -+ if (!session) { -+ ast_debug(1, "sdp_connect() failed on device %s.\n", addr); -+ return 0; -+ } -+ -+ sdp_uuid32_create(&svc_uuid, profile); -+ search_list = sdp_list_append(0, &svc_uuid); -+ attrid_list = sdp_list_append(0, &range); -+ response_list = 0x00; -+ status = sdp_service_search_attr_req(session, search_list, SDP_ATTR_REQ_RANGE, attrid_list, &response_list); -+ if (status == 0) { -+ if (response_list) { -+ sdprec = (sdp_record_t *) response_list->data; -+ proto_list = 0x00; -+ if (sdp_get_access_protos(sdprec, &proto_list) == 0) { -+ port = sdp_get_proto_port(proto_list, RFCOMM_UUID); -+ sdp_list_free(proto_list, 0); -+ } -+ sdp_record_free(sdprec); -+ sdp_list_free(response_list, 0); -+ } else -+ ast_debug(1, "No responses returned for device %s.\n", addr); -+ } else -+ ast_debug(1, "sdp_service_search_attr_req() failed on device %s.\n", addr); -+ -+ sdp_list_free(search_list, 0); -+ sdp_list_free(attrid_list, 0); -+ sdp_close(session); -+ -+ return port; -+ -+} -+ -+static sdp_session_t *sdp_register(void) -+{ -+ -+ uint32_t service_uuid_int[] = {0, 0, 0, GENERIC_AUDIO_SVCLASS_ID}; -+ uint8_t rfcomm_channel = 1; -+ const char *service_name = "Asterisk PABX"; -+ const char *service_dsc = "Asterisk PABX"; -+ const char *service_prov = "Asterisk"; -+ -+ uuid_t root_uuid, l2cap_uuid, rfcomm_uuid, svc_uuid, svc_class1_uuid, svc_class2_uuid; -+ sdp_list_t *l2cap_list = 0, *rfcomm_list = 0, *root_list = 0, *proto_list = 0, *access_proto_list = 0, *svc_uuid_list = 0; -+ sdp_data_t *channel = 0; -+ -+ int err = 0; -+ sdp_session_t *session = 0; -+ -+ sdp_record_t *record = sdp_record_alloc(); -+ -+ sdp_uuid128_create(&svc_uuid, &service_uuid_int); -+ sdp_set_service_id(record, svc_uuid); -+ -+ sdp_uuid32_create(&svc_class1_uuid, GENERIC_AUDIO_SVCLASS_ID); -+ sdp_uuid32_create(&svc_class2_uuid, HEADSET_PROFILE_ID); -+ -+ svc_uuid_list = sdp_list_append(0, &svc_class1_uuid); -+ svc_uuid_list = sdp_list_append(svc_uuid_list, &svc_class2_uuid); -+ sdp_set_service_classes(record, svc_uuid_list); -+ -+ sdp_uuid16_create(&root_uuid, PUBLIC_BROWSE_GROUP); -+ root_list = sdp_list_append(0, &root_uuid); -+ sdp_set_browse_groups( record, root_list ); -+ -+ sdp_uuid16_create(&l2cap_uuid, L2CAP_UUID); -+ l2cap_list = sdp_list_append(0, &l2cap_uuid); -+ proto_list = sdp_list_append(0, l2cap_list); -+ -+ sdp_uuid16_create(&rfcomm_uuid, RFCOMM_UUID); -+ channel = sdp_data_alloc(SDP_UINT8, &rfcomm_channel); -+ rfcomm_list = sdp_list_append(0, &rfcomm_uuid); -+ sdp_list_append(rfcomm_list, channel); -+ sdp_list_append(proto_list, rfcomm_list); -+ -+ access_proto_list = sdp_list_append(0, proto_list); -+ sdp_set_access_protos(record, access_proto_list); -+ -+ sdp_set_info_attr(record, service_name, service_prov, service_dsc); -+ -+ if (!(session = sdp_connect(BDADDR_ANY, BDADDR_LOCAL, SDP_RETRY_IF_BUSY))) -+ ast_log(LOG_WARNING, "Failed to connect sdp and create session.\n"); -+ else -+ err = sdp_record_register(session, record, 0); -+ -+ sdp_data_free(channel); -+ sdp_list_free(rfcomm_list, 0); -+ sdp_list_free(root_list, 0); -+ sdp_list_free(access_proto_list, 0); -+ sdp_list_free(svc_uuid_list, 0); -+ -+ return session; -+ -+} -+ -+/* -+ -+ Thread routines -+ -+*/ -+ -+static void *do_monitor_phone(void *data) -+{ -+ -+ struct mbl_pvt *pvt = (struct mbl_pvt *)data; -+ struct ast_channel *chn; -+ char monitor = 1; -+ char buf[256]; -+ char cid_num[AST_MAX_EXTENSION], *pcids, *pcide; -+ int s, t, i, smsi; -+ int group, group2; -+ int callp = 0, callsetupp; -+ char brsf, nsmode, *p, *p1; -+ char sms_src[13]; -+ char sms_txt[160]; -+ -+ brsf = nsmode = 0; -+ -+ if (!rfcomm_write(pvt, "AT+BRSF=4\r")) -+ monitor = 0; -+ -+ while (monitor) { -+ -+ if (pvt->state == MBL_STATE_DIAL1) -+ t = pvt->dial_timeout; -+ else if (pvt->state == MBL_STATE_HANGUP) -+ t = 2; -+ else if (pvt->state == MBL_STATE_OUTSMS1) -+ t = 2; -+ else if (pvt->state == MBL_STATE_OUTSMS2) -+ t = 10; -+ else -+ t = 1; -+ -+ s = rfcomm_read(pvt, buf, 0, t); -+ -+ if ((s > 0) && (buf[0] != 0x0) && (buf[0] != '\r')) { -+ ast_debug(1, "rfcomm_read() (%s) [%s]\n", pvt->id, buf); -+ switch (pvt->state) { -+ case MBL_STATE_INIT: -+ if (strstr(buf, "+BRSF:")) { -+ brsf = 1; -+ } else if (strstr(buf, "ERROR") && !nsmode) { /* Hmmm, Non-Standard Phone, just continue */ -+ rfcomm_write(pvt, "AT+CIND=?\r"); -+ pvt->state++; -+ nsmode = 1; -+ } else if (strstr(buf, "OK") && brsf) { -+ rfcomm_write(pvt, "AT+CIND=?\r"); -+ pvt->state++; -+ } -+ break; -+ case MBL_STATE_INIT1: -+ if (strstr(buf, "+CIND:")) { -+ group = callp = callsetupp = 0; -+ group2 = 1; -+ for (i=0; iciev_call_0, sizeof(pvt->ciev_call_0), "%d,0", callp); -+ snprintf(pvt->ciev_call_1, sizeof(pvt->ciev_call_1), "%d,1", callp); -+ snprintf(pvt->ciev_callsetup_0, sizeof(pvt->ciev_callsetup_0), "%d,0", callsetupp); -+ snprintf(pvt->ciev_callsetup_1, sizeof(pvt->ciev_callsetup_1), "%d,1", callsetupp); -+ snprintf(pvt->ciev_callsetup_2, sizeof(pvt->ciev_callsetup_2), "%d,2", callsetupp); -+ snprintf(pvt->ciev_callsetup_3, sizeof(pvt->ciev_callsetup_3), "%d,3", callsetupp); -+ if (callsetupp == 0) /* This phone has no call setup indication!! ... */ -+ pvt->no_callsetup = 1; -+ ast_debug(1, "CIEV_CALL=%d CIEV_CALLSETUP=%d\n", callp, callsetupp); -+ } -+ if (strstr(buf, "OK")) { -+ rfcomm_write(pvt, "AT+CIND?\r"); -+ pvt->state++; -+ } -+ break; -+ case MBL_STATE_INIT2: -+ if ((p = strstr(buf, "+CIND:"))) { -+ p += 5; -+ if (*(p+(callp*2)) == '1') { -+ ast_verbose(VERBOSE_PREFIX_3 "Bluetooth Device %s has a call in progress - delaying connection.\n", pvt->id); -+ monitor = 0; -+ } -+ } else if (strstr(buf, "OK")) { -+ rfcomm_write(pvt, "AT+CMER=3,0,0,1\r"); -+ pvt->state++; -+ } -+ break; -+ case MBL_STATE_INIT3: -+ if (strstr(buf, "OK")) { -+ rfcomm_write(pvt, "AT+CLIP=1\r"); -+ pvt->state++; -+ } -+ break; -+ case MBL_STATE_INIT4: -+ if (strstr(buf, "OK")) { -+ rfcomm_write(pvt, "AT+VGS=15\r"); -+ pvt->state++; -+ } -+ break; -+ case MBL_STATE_INIT5: -+ if (strstr(buf, "OK")) { -+ rfcomm_write(pvt, "AT+CMGF=1\r"); -+ pvt->state++; -+ } -+ break; -+ case MBL_STATE_INIT6: -+ if (strstr(buf, "ERROR")) { /* No SMS Support ! */ -+ pvt->state = MBL_STATE_PREIDLE; -+ } else if (strstr(buf, "OK")) { -+ rfcomm_write(pvt, "AT+CNMI=2,1,0,1,0\r"); -+ pvt->state++; -+ } -+ break; -+ case MBL_STATE_INIT7: -+ if (strstr(buf, "OK")) { /* We have SMS Support */ -+ pvt->has_sms = 1; -+ pvt->state = MBL_STATE_PREIDLE; -+ } else if (strstr(buf, "ERROR")) { -+ pvt->has_sms = 0; -+ pvt->state = MBL_STATE_PREIDLE; -+ } -+ break; -+ case MBL_STATE_PREIDLE: /* Nothing handled here, wait for timeout, then off we go... */ -+ break; -+ case MBL_STATE_IDLE: -+ ast_debug(1, "Device %s [%s]\n", pvt->id, buf); -+ if (strstr(buf, "RING")) { -+ pvt->state = MBL_STATE_RING; -+ } else if (strstr(buf, "+CIEV:")) { -+ if (strstr(buf, pvt->ciev_callsetup_3)) { /* User has dialed out on handset */ -+ monitor = 0; /* We disconnect now, as he is */ -+ } /* probably leaving BT range... */ -+ } -+ break; -+ case MBL_STATE_DIAL: /* Nothing handled here, we need to wait for a timeout */ -+ break; -+ case MBL_STATE_DIAL1: -+ if (strstr(buf, "OK")) { -+ if (pvt->no_callsetup) { -+ ast_queue_control(pvt->owner, AST_CONTROL_ANSWER); -+ } else { -+ ast_setstate(pvt->owner, AST_STATE_RINGING); -+ } -+ pvt->state = MBL_STATE_OUTGOING; -+ } -+ break; -+ case MBL_STATE_OUTGOING: -+ if (strstr(buf, "+CIEV")) { -+ if (strstr(buf, pvt->ciev_call_0)) { /* call was hung up */ -+ pvt->do_hangup = 0; -+ ast_queue_control(pvt->owner, AST_CONTROL_HANGUP); -+ } else if (strstr(buf, pvt->ciev_callsetup_3)) { /* b-party ringing */ -+ ast_queue_control(pvt->owner, AST_CONTROL_RINGING); -+ } else if (strstr(buf, pvt->ciev_call_1) && !pvt->no_callsetup) { /* b-party answer */ -+ ast_queue_control(pvt->owner, AST_CONTROL_ANSWER); -+ } -+ } -+ break; -+ case MBL_STATE_RING: -+ cid_num[0] = 0x00; -+ if ((pcids = strstr(buf, "+CLIP:"))) { -+ if ((pcids = strchr(pcids, '"'))) { -+ if ((pcide = strchr(pcids+1, '"'))) { -+ strncpy(cid_num, pcids+1, pcide - pcids - 1); -+ cid_num[pcide - pcids - 1] = 0x00; -+ } -+ } -+ chn = mbl_new(AST_STATE_RING, pvt, cid_num); -+ if (chn) { -+ if (ast_pbx_start(chn)) { -+ ast_log(LOG_ERROR, "Unable to start pbx on incoming call.\n"); -+ ast_hangup(chn); -+ } else -+ pvt->state = MBL_STATE_RING3; -+ } else { -+ ast_log(LOG_ERROR, "Unable to allocate channel for incoming call.\n"); -+ rfcomm_write(pvt, "AT+CHUP\r"); -+ pvt->state = MBL_STATE_IDLE; -+ } -+ } -+ break; -+ case MBL_STATE_RING2: -+ chn = mbl_new(AST_STATE_RING, pvt, cid_num); -+ if (chn) { -+ if (ast_pbx_start(chn)) { -+ ast_log(LOG_ERROR, "Unable to start pbx on incoming call.\n"); -+ ast_hangup(chn); -+ } else -+ pvt->state = MBL_STATE_RING3; -+ } else { -+ ast_log(LOG_ERROR, "Unable to allocate channel for incoming call.\n"); -+ rfcomm_write(pvt, "AT+CHUP\r"); -+ pvt->state = MBL_STATE_IDLE; -+ } -+ break; -+ case MBL_STATE_RING3: -+ if (strstr(buf, "+CIEV")) { -+ if (strstr(buf, pvt->ciev_call_1)) { -+ if (pvt->sent_answer) { /* We answered */ -+ pvt->state = MBL_STATE_INCOMING; -+ } else { /* User answered on handset!, disconnect */ -+ pvt->state = MBL_STATE_IDLE; -+ if (pvt->sco_socket > -1) -+ close(pvt->sco_socket); -+ ast_queue_control(pvt->owner, AST_CONTROL_HANGUP); -+ } -+ } -+ if ((strstr(buf, pvt->ciev_callsetup_0) || strstr(buf, pvt->ciev_call_0))) { /* Caller disconnected */ -+ ast_queue_control(pvt->owner, AST_CONTROL_HANGUP); -+ } -+ } -+ break; -+ case MBL_STATE_INCOMING: -+ if (strstr(buf, "+CIEV")) { -+ if (strstr(buf, pvt->ciev_call_0)) { -+ pvt->do_hangup = 0; -+ ast_queue_control(pvt->owner, AST_CONTROL_HANGUP); -+ } -+ } -+ break; -+ case MBL_STATE_HANGUP: -+ if (strstr(buf, "OK") || strstr(buf, pvt->ciev_call_0)) { -+ close(pvt->sco_socket); -+ pvt->sco_socket = -1; -+ pvt->state = MBL_STATE_IDLE; -+ } -+ break; -+ case MBL_STATE_INSMS: -+ if (strstr(buf, "+CMGR:")) { -+ memset(sms_src, 0x00, sizeof(sms_src)); -+ if ((p = strchr(buf, ','))) { -+ if (*(++p) == '"') -+ p++; -+ if ((p1 = strchr(p, ','))) { -+ if (*(--p1) == '"') -+ p1--; -+ memset(sms_src, 0x00, sizeof(sms_src)); -+ strncpy(sms_src, p, p1 - p + 1); -+ } -+ } -+ } else if (strstr(buf, "OK")) { -+ chn = mbl_new(AST_STATE_DOWN, pvt, NULL); -+ strcpy(chn->exten, "sms"); -+ pbx_builtin_setvar_helper(chn, "SMSSRC", sms_src); -+ pbx_builtin_setvar_helper(chn, "SMSTXT", sms_txt); -+ if (ast_pbx_start(chn)) -+ ast_log(LOG_ERROR, "Unable to start pbx on incoming sms.\n"); -+ pvt->state = MBL_STATE_IDLE; -+ } else { -+ ast_copy_string(sms_txt, buf, sizeof(sms_txt)); -+ } -+ break; -+ case MBL_STATE_OUTSMS: -+ break; -+ case MBL_STATE_OUTSMS1: -+ break; -+ case MBL_STATE_OUTSMS2: -+ if (strstr(buf, "OK")) { -+ pvt->state = MBL_STATE_IDLE; -+ } -+ break; -+ } -+ /* Unsolicited responses */ -+ -+ if (strstr(buf, "+CMTI:")) { /* SMS Incoming... */ -+ if ((p = strchr(buf, ','))) { -+ p++; -+ smsi = atoi(p); -+ if (smsi > 0) { -+ snprintf(buf, sizeof(buf), "AT+CMGR=%d\r", smsi); -+ rfcomm_write(pvt, buf); -+ pvt->state = MBL_STATE_INSMS; -+ } -+ } -+ } -+ -+ } else if (s == 0) { /* Timeouts */ -+ if (pvt->state == MBL_STATE_INIT2) { /* Some devices dont respond to AT+CIND? properly. RIM Blackberry 4 example */ -+ pvt->state++; -+ rfcomm_write(pvt, "AT+CMER=3,0,0,1\r"); -+ } else if (pvt->state == MBL_STATE_INIT3) { /* Some devices dont respond to AT+CMER=3,0,0,1 properly. VK 2020 for example */ -+ pvt->state++; -+ rfcomm_write(pvt, "AT+CLIP=1\r"); -+ } else if (pvt->state == MBL_STATE_PREIDLE) { -+ pvt->connected = 1; -+ ast_verbose(VERBOSE_PREFIX_3 "Bluetooth Device %s initialised and ready.\n", pvt->id); -+ pvt->state = MBL_STATE_IDLE; -+ } else if (pvt->state == MBL_STATE_DIAL) { -+ snprintf(buf, sizeof(buf), "ATD%s;\r", pvt->dial_number); -+ if (!rfcomm_write(pvt, buf)) { -+ ast_log(LOG_ERROR, "Dial failed on %s state %d\n", pvt->owner->name, pvt->state); -+ ast_queue_control(pvt->owner, AST_CONTROL_CONGESTION); -+ pvt->state = MBL_STATE_IDLE; -+ } else { -+ pvt->state = MBL_STATE_DIAL1; -+ } -+ } else if (pvt->state == MBL_STATE_DIAL1) { -+ ast_log(LOG_ERROR, "Dial failed on %s state %d\n", pvt->owner->name, pvt->state); -+ ast_queue_control(pvt->owner, AST_CONTROL_CONGESTION); -+ ast_queue_control(pvt->owner, AST_CONTROL_HANGUP); -+ pvt->state = MBL_STATE_IDLE; -+ } else if (pvt->state == MBL_STATE_RING) { /* No CLIP?, bump it */ -+ pvt->state = MBL_STATE_RING2; -+ } else if (pvt->state == MBL_STATE_HANGUP) { -+ if (pvt->do_hangup) { -+ if (pvt->hangup_count == 6) { -+ ast_debug(1, "Device %s failed to hangup after 6 tries, disconnecting.\n", pvt->id); -+ monitor = 0; -+ } -+ rfcomm_write(pvt, "AT+CHUP\r"); -+ pvt->hangup_count++; -+ } else -+ pvt->state = MBL_STATE_IDLE; -+ } else if (pvt->state == MBL_STATE_OUTSMS) { -+ snprintf(buf, sizeof(buf), "AT+CMGS=\"%s\"\r", pvt->dial_number); -+ rfcomm_write(pvt, buf); -+ pvt->state = MBL_STATE_OUTSMS1; -+ } else if (pvt->state == MBL_STATE_OUTSMS1) { -+ if (pvt->rfcomm_buf[0] == '>') { -+ snprintf(buf, sizeof(buf), "%s%c", pvt->sms_txt, 0x1a); -+ rfcomm_write(pvt, buf); -+ pvt->state = MBL_STATE_OUTSMS2; -+ } else { -+ ast_log(LOG_ERROR, "Failed to send SMS to %s on device %s\n", pvt->dial_number, pvt->id); -+ pvt->state = MBL_STATE_IDLE; -+ } -+ } else if (pvt->state == MBL_STATE_OUTSMS2) { -+ ast_log(LOG_ERROR, "Failed to send SMS to %s on device %s\n", pvt->dial_number, pvt->id); -+ pvt->state = MBL_STATE_IDLE; -+ } -+ } else if (s == -1) { -+ if (option_verbose > 2) -+ ast_verbose(VERBOSE_PREFIX_3 "Bluetooth Device %s has disconnected, reason (%d).\n", pvt->id, errno); -+ monitor = 0; -+ } -+ -+ } -+ -+ if (pvt->rfcomm_socket > -1) -+ close(pvt->rfcomm_socket); -+ if (pvt->sco_socket > -1) -+ close(pvt->sco_socket); -+ pvt->sco_socket = -1; -+ pvt->connected = 0; -+ pvt->monitor_thread = AST_PTHREADT_NULL; -+ -+ pthread_cancel(pvt->sco_listener_thread); -+ pthread_join(pvt->sco_listener_thread, NULL); -+ pvt->sco_listener_thread = AST_PTHREADT_NULL; -+ -+ close(pvt->adapter->sco_socket); -+ -+ manager_event(EVENT_FLAG_SYSTEM, "MobileStatus", "Status: Disconnect\r\nDevice: %s\r\n", pvt->id); -+ -+ pvt->adapter->inuse = 0; -+ -+ return NULL; -+ -+} -+ -+static void *do_monitor_headset(void *data) -+{ -+ -+ struct mbl_pvt *pvt = (struct mbl_pvt *)data; -+ char monitor = 1; -+ char buf[256]; -+ int s, t; -+ -+ pvt->state = MBL_STATE_PREIDLE; -+ -+ while (monitor) { -+ -+ if (pvt->state == MBL_STATE_RING2) -+ t = 2; -+ else -+ t = 1; -+ s = rfcomm_read(pvt, buf, 0, t); -+ -+ if ((s > 0) && (buf[0] != 0x0) && (buf[0] != '\r')) { -+ ast_debug(1, "rfcomm_read() (%s) [%s]\n", pvt->id, buf); -+ switch (pvt->state) { -+ case MBL_STATE_RING2: -+ if (strstr(buf, "AT+CKPD=")) { -+ ast_queue_control(pvt->owner, AST_CONTROL_ANSWER); -+ pvt->state = MBL_STATE_INCOMING; -+ rfcomm_write(pvt, "\r\n+VGS=13\r\n"); -+ rfcomm_write(pvt, "\r\n+VGM=13\r\n"); -+ } -+ break; -+ case MBL_STATE_INCOMING: -+ if (strstr(buf, "AT+CKPD=")) { -+ ast_queue_control(pvt->owner, AST_CONTROL_HANGUP); -+ } -+ break; -+ default: -+ break; -+ } -+ if (strstr(buf, "AT+VGS=")) { -+ rfcomm_write(pvt, "\r\nOK\r\n"); -+ } else if (strstr(buf, "AT+VGM=")) { -+ rfcomm_write(pvt, "\r\nOK\r\n"); -+ } -+ } else if (s == 0) { /* Timeouts */ -+ if (pvt->state == MBL_STATE_PREIDLE) { -+ pvt->connected = 1; -+ ast_verbose(VERBOSE_PREFIX_3 "Bluetooth Device %s initialised and ready.\n", pvt->id); -+ pvt->state = MBL_STATE_IDLE; -+ } else if (pvt->state == MBL_STATE_RING) { -+ pvt->sco_socket = sco_connect(pvt->adapter->addr, pvt->addr); -+ if (pvt->sco_socket > -1) { -+ ast_setstate(pvt->owner, AST_STATE_RINGING); -+ ast_queue_control(pvt->owner, AST_CONTROL_RINGING); -+ pvt->state = MBL_STATE_RING2; -+ } else { -+ ast_queue_control(pvt->owner, AST_CONTROL_HANGUP); -+ } -+ } else if (pvt->state == MBL_STATE_RING2) { -+ rfcomm_write(pvt, "\r\nRING\r\n"); -+ } -+ } else if (s == -1) { -+ if (option_verbose > 2) -+ ast_verbose(VERBOSE_PREFIX_3 "Bluetooth Device %s has disconnected, reason (%d).\n", pvt->id, errno); -+ monitor = 0; -+ } -+ -+ } -+ -+ if (pvt->rfcomm_socket > -1) -+ close(pvt->rfcomm_socket); -+ if (pvt->sco_socket > -1) -+ close(pvt->sco_socket); -+ pvt->sco_socket = -1; -+ pvt->connected = 0; -+ pvt->monitor_thread = AST_PTHREADT_NULL; -+ -+ manager_event(EVENT_FLAG_SYSTEM, "MobileStatus", "Status: Disconnect\r\nDevice: %s\r\n", pvt->id); -+ -+ pvt->adapter->inuse = 0; -+ -+ return NULL; -+ -+} -+ -+static int start_monitor(struct mbl_pvt *pvt) -+{ -+ -+ if (pvt->type == MBL_TYPE_PHONE) { -+ if (ast_pthread_create_background(&pvt->monitor_thread, NULL, do_monitor_phone, pvt) < 0) { -+ pvt->monitor_thread = AST_PTHREADT_NULL; -+ return 0; -+ } -+ /* we are a phone, so spin the sco listener on the adapter as well */ -+ if (ast_pthread_create_background(&pvt->sco_listener_thread, NULL, do_sco_listen, pvt->adapter) < 0) { -+ ast_log(LOG_ERROR, "Unable to create sco listener thread for device %s.\n", pvt->id); -+ } -+ -+ } else { -+ if (ast_pthread_create_background(&pvt->monitor_thread, NULL, do_monitor_headset, pvt) < 0) { -+ pvt->monitor_thread = AST_PTHREADT_NULL; -+ return 0; -+ } -+ } -+ -+ return 1; -+ -+} -+ -+static void *do_discovery(void *data) -+{ -+ -+ struct adapter_pvt *adapter; -+ struct mbl_pvt *pvt; -+ -+ for (;;) { -+ AST_RWLIST_RDLOCK(&adapters); -+ AST_RWLIST_TRAVERSE(&adapters, adapter, entry) { -+ if (!adapter->inuse) { -+ AST_RWLIST_RDLOCK(&devices); -+ AST_RWLIST_TRAVERSE(&devices, pvt, entry) { -+ if (!adapter->inuse && !pvt->connected && !strcmp(adapter->id, pvt->adapter->id)) { -+ if ((pvt->rfcomm_socket = rfcomm_connect(adapter->addr, pvt->addr, pvt->rfcomm_port)) > -1) { -+ pvt->state = 0; -+ if (start_monitor(pvt)) { -+ pvt->connected = 1; -+ adapter->inuse = 1; -+ manager_event(EVENT_FLAG_SYSTEM, "MobileStatus", "Status: Connect\r\nDevice: %s\r\n", pvt->id); -+ if (option_verbose > 2) -+ ast_verbose(VERBOSE_PREFIX_3 "Bluetooth Device %s has connected.\n", pvt->id); -+ } -+ } -+ } -+ } -+ AST_RWLIST_UNLOCK(&devices); -+ } -+ } -+ AST_RWLIST_UNLOCK(&adapters); -+ /* Go to sleep */ -+ sleep(discovery_interval); -+ } -+ -+ return NULL; -+} -+ -+static void *do_sco_listen(void *data) -+{ -+ -+ int ns; -+ struct sockaddr_sco addr; -+ char saddr[18]; -+ struct sco_options so; -+ socklen_t len; -+ int opt = 1; -+ socklen_t addrlen; -+ struct mbl_pvt *pvt; -+ struct adapter_pvt *adapter = (struct adapter_pvt *) data; -+ -+ if ((adapter->sco_socket = socket(PF_BLUETOOTH, SOCK_SEQPACKET, BTPROTO_SCO)) < 0) { -+ ast_log(LOG_ERROR, "Unable to create sco listener socket.\n"); -+ return NULL; -+ } -+ memset(&addr, 0, sizeof(addr)); -+ addr.sco_family = AF_BLUETOOTH; -+ bacpy(&addr.sco_bdaddr, &adapter->addr); -+ if (bind(adapter->sco_socket, (struct sockaddr *)&addr, sizeof(addr)) < 0) { -+ ast_log(LOG_ERROR, "Unable to bind sco listener socket. (%d)\n", errno); -+ close(adapter->sco_socket); -+ return NULL; -+ } -+ if (setsockopt(adapter->sco_socket, SOL_SOCKET, SO_REUSEADDR, &opt, sizeof(opt)) == -1) { -+ ast_log(LOG_ERROR, "Unable to setsockopt sco listener socket.\n"); -+ close(adapter->sco_socket); -+ return NULL; -+ } -+ if (listen(adapter->sco_socket, 5) < 0) { -+ ast_log(LOG_ERROR, "Unable to listen sco listener socket.\n"); -+ close(adapter->sco_socket); -+ return NULL; -+ } -+ while (1) { -+ ast_debug(1, "About to accept() socket.\n"); -+ addrlen = sizeof(struct sockaddr_sco); -+ if ((ns = accept(adapter->sco_socket, (struct sockaddr *)&addr, &addrlen)) > -1) { -+ ast_debug(1, "accept()ed socket.\n"); -+ len = sizeof(so); -+ getsockopt(ns, SOL_SCO, SCO_OPTIONS, &so, &len); -+ -+ ba2str(&addr.sco_bdaddr, saddr); -+ ast_debug(1, "Incoming Audio Connection from device %s MTU is %d\n", saddr, so.mtu); -+ -+ pvt = NULL; -+ AST_RWLIST_RDLOCK(&devices); -+ AST_RWLIST_TRAVERSE(&devices, pvt, entry) { -+ if (!bacmp(&pvt->addr, &addr.sco_bdaddr)) -+ break; -+ } -+ AST_RWLIST_UNLOCK(&devices); -+ if (pvt) { -+ if (pvt->sco_socket != -1) -+ close(pvt->sco_socket); -+ pvt->sco_socket = ns; -+ } else -+ ast_debug(1, "Could not find device for incoming Audio Connection.\n"); -+ } else { -+ ast_log(LOG_ERROR, "accept() failed %d\n", errno); -+ } -+ } -+ -+ return NULL; -+ -+} -+ -+/* -+ -+ Module -+ -+*/ -+ -+static int mbl_load_config(void) -+{ -+ -+ struct ast_config *cfg = NULL; -+ char *cat = NULL; -+ struct ast_variable *var; -+ const char *id, *address, *useadapter, *port, *context, *type, *skip, *group, *master, *nocallsetup, *aligndetect; -+ struct mbl_pvt *pvt; -+ struct adapter_pvt *adapter; -+ uint16_t vs; -+ struct hci_dev_req dr; -+ char nadapters = 0; -+ struct ast_flags config_flags = { 0 }; -+ -+ cfg = ast_config_load(MBL_CONFIG, config_flags); -+ if (!cfg) -+ return 0; -+ -+ for (var = ast_variable_browse(cfg, "general"); var; var = var->next) { -+ if (!strcasecmp(var->name, "interval")) -+ discovery_interval = atoi(var->value); -+ } -+ -+ /* load adapters first */ -+ cat = ast_category_browse(cfg, NULL); -+ while (cat) { -+ if (!strcasecmp(cat, "adapter")) { -+ id = ast_variable_retrieve(cfg, cat, "id"); -+ address = ast_variable_retrieve(cfg, cat, "address"); -+ master = ast_variable_retrieve(cfg, cat, "forcemaster"); -+ aligndetect = ast_variable_retrieve(cfg, cat, "alignmentdetection"); -+ ast_debug(1, "Loading adapter %s %s.\n", id, address); -+ if (!ast_strlen_zero(id) && !ast_strlen_zero(address)) { -+ if ((adapter = ast_calloc(1, sizeof(*adapter)))) { -+ ast_copy_string(adapter->id, id, sizeof(adapter->id)); -+ str2ba(address, &adapter->addr); -+ if (!ast_strlen_zero(aligndetect)) { -+ if (*aligndetect == 'Y' || *aligndetect == 'y') -+ adapter->alignment_detection = 1; -+ } -+ adapter->dev_id = hci_devid(address); -+ adapter->hci_socket = hci_open_dev(adapter->dev_id); -+ if (adapter->dev_id < 0 || adapter->hci_socket < 0) { -+ ast_log(LOG_ERROR, "Unable to open adapter %s. It won't be enabled.\n", adapter->id); -+ ast_free(adapter); -+ } else { -+ if ((master) && (*master)) { -+ dr.dev_id = adapter->dev_id; -+ if (hci_strtolm("master", &dr.dev_opt)) { -+ if (ioctl(adapter->hci_socket, HCISETLINKMODE, (unsigned long) &dr) < 0) { -+ ast_log(LOG_WARNING, "Unable to set adapter %s link mode to MASTER.\n", adapter->id); -+ } -+ } -+ } -+ hci_read_voice_setting(adapter->hci_socket, &vs, 1000); -+ vs = htobs(vs); -+ if (vs != 0x0060) { -+ ast_log(LOG_ERROR, "Incorrect voice setting for adapter %s, it must be 0x0060 - see 'man hciconfig' for details.\n", adapter->id); -+ hci_close_dev(adapter->hci_socket); -+ ast_free(adapter); -+ } else { -+ AST_RWLIST_WRLOCK(&adapters); -+ AST_RWLIST_INSERT_HEAD(&adapters, adapter, entry); -+ AST_RWLIST_UNLOCK(&adapters); -+ nadapters++; -+ } -+ } -+ } -+ } else -+ ast_log(LOG_ERROR, "id/address missing for adapter %s. It won't be enabled.\n", cat); -+ } -+ cat = ast_category_browse(cfg, cat); -+ } -+ -+ if (!nadapters) { -+ ast_log(LOG_WARNING, "***********************************************************************\n"); -+ ast_log(LOG_WARNING, "No Adapters defined. Please review mobile.conf. See sample for details.\n"); -+ ast_log(LOG_WARNING, "***********************************************************************\n"); -+ } -+ -+ /* now load devices */ -+ cat = ast_category_browse(cfg, NULL); -+ while (cat) { -+ if (strcasecmp(cat, "general") && strcasecmp(cat, "adapter")) { -+ ast_debug(1, "Loading device %s.\n", cat); -+ address = ast_variable_retrieve(cfg, cat, "address"); -+ useadapter = ast_variable_retrieve(cfg, cat, "adapter"); -+ port = ast_variable_retrieve(cfg, cat, "port"); -+ context = ast_variable_retrieve(cfg, cat, "context"); -+ type = ast_variable_retrieve(cfg, cat, "type"); -+ skip = ast_variable_retrieve(cfg, cat, "dtmfskip"); -+ group = ast_variable_retrieve(cfg, cat, "group"); -+ nocallsetup = ast_variable_retrieve(cfg, cat, "nocallsetup"); -+ if (!ast_strlen_zero(address) && !ast_strlen_zero(port) && !ast_strlen_zero(useadapter)) { -+ /* find the adapter */ -+ AST_RWLIST_RDLOCK(&adapters); -+ AST_RWLIST_TRAVERSE(&adapters, adapter, entry) { -+ if (!strcmp(adapter->id, useadapter)) -+ break; -+ } -+ AST_RWLIST_UNLOCK(&adapters); -+ if (!adapter) { -+ ast_log(LOG_ERROR, "Device %s configured to use unknown adapter %s. It won't be enabled.\n", cat, useadapter); -+ break; -+ } -+ if ((pvt = ast_calloc(1, sizeof(*pvt)))) { -+ if (type && !strcmp(type, "headset")) -+ pvt->type = MBL_TYPE_HEADSET; -+ else -+ pvt->type = MBL_TYPE_PHONE; -+ ast_copy_string(pvt->id, cat, sizeof(pvt->id)); -+ str2ba(address, &pvt->addr); -+ ast_copy_string(pvt->context, S_OR(context, "default"), sizeof(pvt->context)); -+ if (group) -+ pvt->group = atoi(group); /* group 0 if invalid */ -+ pvt->state = MBL_STATE_INIT; -+ pvt->rfcomm_socket = -1; -+ pvt->rfcomm_port = atoi(port); -+ pvt->sco_socket = -1; -+ pvt->monitor_thread = AST_PTHREADT_NULL; -+ pvt->sco_listener_thread = AST_PTHREADT_NULL; -+ if (!ast_strlen_zero(nocallsetup)) { -+ if ((*nocallsetup == 'y') || (*nocallsetup == 'Y')) { -+ pvt->no_callsetup = 1; -+ ast_debug(1, "Setting nocallsetup mode for device %s.\n", pvt->id); -+ } -+ } -+ pvt->dsp = ast_dsp_new(); -+ if (skip) { -+ if ((pvt->dtmf_skip = atoi(skip)) == 0) -+ pvt->dtmf_skip = 200; -+ } else -+ pvt->dtmf_skip = 200; -+ ast_dsp_set_features(pvt->dsp, DSP_FEATURE_DIGIT_DETECT); -+ ast_dsp_set_digitmode(pvt->dsp, DSP_DIGITMODE_DTMF | DSP_DIGITMODE_RELAXDTMF); -+ pvt->adapter = adapter; -+ AST_RWLIST_WRLOCK(&devices); -+ AST_RWLIST_INSERT_HEAD(&devices, pvt, entry); -+ AST_RWLIST_UNLOCK(&devices); -+ } -+ } else { -+ ast_log(LOG_ERROR, "Device %s has no address/port/adapter configured. It won't be enabled.\n", cat); -+ } -+ } -+ cat = ast_category_browse(cfg, cat); -+ } -+ -+ ast_config_destroy(cfg); -+ -+ return 1; -+ -+} -+ -+static int unload_module(void) -+{ -+ -+ struct mbl_pvt *pvt; -+ struct adapter_pvt *adapter; -+ -+ /* First, take us out of the channel loop */ -+ ast_channel_unregister(&mbl_tech); -+ -+ /* Kill the discovery thread */ -+ if (discovery_thread != AST_PTHREADT_NULL) { -+ pthread_cancel(discovery_thread); -+ pthread_join(discovery_thread, NULL); -+ } -+ -+ /* Destroy the device list */ -+ AST_RWLIST_WRLOCK(&devices); -+ while ((pvt = AST_RWLIST_REMOVE_HEAD(&devices, entry))) { -+ if (pvt->monitor_thread != AST_PTHREADT_NULL) { -+ pthread_cancel(pvt->monitor_thread); -+ pthread_join(pvt->monitor_thread, NULL); -+ } -+ if (pvt->sco_listener_thread != AST_PTHREADT_NULL) { -+ pthread_cancel(pvt->sco_listener_thread); -+ pthread_join(pvt->sco_listener_thread, NULL); -+ } -+ if (pvt->sco_socket > -1) { -+ close(pvt->sco_socket); -+ } -+ if (pvt->adapter->sco_socket > -1) { -+ close(pvt->adapter->sco_socket); -+ } -+ if (pvt->rfcomm_socket > -1) { -+ close(pvt->rfcomm_socket); -+ } -+ ast_dsp_free(pvt->dsp); -+ ast_free(pvt); -+ } -+ AST_RWLIST_UNLOCK(&devices); -+ -+ /* Destroy the adapter list */ -+ AST_RWLIST_WRLOCK(&adapters); -+ while ((adapter = AST_RWLIST_REMOVE_HEAD(&adapters, entry))) { -+ hci_close_dev(adapter->hci_socket); -+ ast_free(adapter); -+ } -+ AST_RWLIST_UNLOCK(&adapters); -+ -+ if (sdp_session) -+ sdp_close(sdp_session); -+ -+ /* Unregister the CLI & APP */ -+ ast_cli_unregister_multiple(mbl_cli, sizeof(mbl_cli) / sizeof(mbl_cli[0])); -+ ast_unregister_application(app_mblstatus); -+ ast_unregister_application(app_mblsendsms); -+ -+ return 0; -+ -+} -+ -+static int load_module(void) -+{ -+ -+ int dev_id, s; -+ -+ /* Check if we have Bluetooth, no point loading otherwise... */ -+ dev_id = hci_get_route(NULL); -+ s = hci_open_dev(dev_id); -+ if (dev_id < 0 || s < 0) { -+ ast_log(LOG_ERROR, "No Bluetooth device found. Not loading module.\n"); -+ return AST_MODULE_LOAD_DECLINE; -+ } -+ -+ hci_close_dev(s); -+ -+ if (!mbl_load_config()) { -+ ast_log(LOG_ERROR, "Unable to read config file %s. Not loading module.\n", MBL_CONFIG); -+ return AST_MODULE_LOAD_DECLINE; -+ } -+ -+ sdp_session = sdp_register(); -+ -+ /* Spin the discovery thread */ -+ if (ast_pthread_create_background(&discovery_thread, NULL, do_discovery, NULL) < 0) { -+ ast_log(LOG_ERROR, "Unable to create discovery thread.\n"); -+ return AST_MODULE_LOAD_DECLINE; -+ } -+ -+ ast_cli_register_multiple(mbl_cli, sizeof(mbl_cli) / sizeof(mbl_cli[0])); -+ ast_register_application(app_mblstatus, mbl_status_exec, mblstatus_synopsis, mblstatus_desc); -+ ast_register_application(app_mblsendsms, mbl_sendsms_exec, mblsendsms_synopsis, mblsendsms_desc); -+ -+ /* Make sure we can register our channel type */ -+ if (ast_channel_register(&mbl_tech)) { -+ ast_log(LOG_ERROR, "Unable to register channel class %s\n", "Mobile"); -+ return AST_MODULE_LOAD_FAILURE; -+ } -+ -+ return 0; -+} -+ -+AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_DEFAULT, "Bluetooth Mobile Device Channel Driver", -+ .load = load_module, -+ .unload = unload_module, -+); -diff --git a/configs/mobile.conf.sample b/configs/mobile.conf.sample -new file mode 100644 -index 0000000..7ef26d8 ---- /dev/null -+++ b/configs/mobile.conf.sample -@@ -0,0 +1,60 @@ -+; -+; mobile.conf -+; configuration file for chan_mobile -+; -+ -+[general] -+interval=30 ; Number of seconds between trying to connect to devices. -+ -+; The following is a list of adapters we use. -+; id must be unique and address is the bdaddr of the adapter from hciconfig. -+; Each adapter may only have one device (headset or phone) connected at a time. -+; Add an [adapter] entry for each adapter you have. -+ -+[adapter] -+id=blue -+address=00:09:DD:60:01:A3 -+;forcemaster=yes ; attempt to force adapter into master mode. default is no. -+;alignmentdetection=yes ; enable this if you sometimes get 'white noise' on asterisk side of the call -+ ; its a bug in the bluetooth adapter firmware, enabling this will compensate for it. -+ ; default is no. -+ -+[adapter] -+id=dlink -+address=00:80:C8:35:52:78 -+ -+; The following is a list of the devices we deal with. -+; Every device listed below will be available for calls in and out of Asterisk. -+; Each device needs an adapter=xxxx entry which determines which bluetooth adapter is used. -+; Use the CLI command 'mobile search' to discover devices. -+; Use the CLI command 'mobile show devices' to see device status. -+; -+; To place a call out through a mobile phone use Dial(Mobile/[device]/NNN.....) or Dial(Mobile/gn/NNN......) in your dialplan. -+; To call a headset use Dial(Mobile/[device]). -+ -+[LGTU550] -+address=00:E0:91:7F:46:44 ; the address of the phone -+port=4 ; the rfcomm port number (from mobile search) -+context=incoming-mobile ; dialplan context for incoming calls -+adapter=dlink ; adapter to use -+group=1 ; this phone is in channel group 1 -+;nocallsetup=yes ; set this only if your phone reports that it supports call progress notification, but does not do it. Motorola L6 for example. -+ -+[6310i] -+address=00:60:57:32:7E:B1 -+port=13 -+context=incoming-mobile -+adapter=dlink -+group=1 ; this phone is in channel group 1 also. -+ -+[headset] -+address=00:0B:9E:11:AE:C6 -+port=1 -+type=headset ; This is a headset, not a Phone ! -+adapter=blue -+ -+[headset1] -+address=00:0B:9E:11:74:A5 -+port=1 -+type=headset -+adapter=dlink -diff --git a/configure.ac b/configure.ac -index e0d0466..31b512f 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -211,6 +211,8 @@ AST_EXT_LIB_SETUP([ALSA], [Advanced Linux Sound Architecture], [asound]) - # BKTR is used for backtrace support on platforms that do not - # have it natively. - AST_EXT_LIB_SETUP([BKTR], [Stack Backtrace support], [execinfo]) -+AST_EXT_LIB_SETUP([BLUETOOTH], [Bluetooth Support], [bluetooth]) -+AST_EXT_LIB_SETUP([CURL], [cURL], [curl]) - AST_EXT_LIB_SETUP([CAP], [POSIX 1.e capabilities], [cap]) - AST_EXT_LIB_SETUP([CURL], [cURL], [curl]) - AST_EXT_LIB_SETUP([CURSES], [curses], [curses]) -@@ -588,6 +590,8 @@ AC_CHECK_SIZEOF(int) - - AST_EXT_LIB_CHECK([ALSA], [asound], [snd_spcm_init], [alsa/asoundlib.h], [-lm -ldl]) - -+AST_EXT_LIB_CHECK([BLUETOOTH], [bluetooth], [ba2str], [bluetooth/bluetooth.h]) -+ - AST_EXT_LIB_CHECK([CURSES], [curses], [initscr], [curses.h]) - - if test "x${host_os}" = "xlinux-gnu" ; then -diff --git a/doc/chan_mobile.txt b/doc/chan_mobile.txt -new file mode 100644 -index 0000000..32fcfd4 ---- /dev/null -+++ b/doc/chan_mobile.txt -@@ -0,0 +1,240 @@ -+chan_mobile -+ -+Asterisk Channel Driver to allow Bluetooth Cell/Mobile Phones to be used as FXO devices, and Headsets as FXS devices. -+ -+ -+Features :- -+ -+Multiple Bluetooth Adapters supported. -+Multiple phones can be connected. -+Multiple headsets can be connected. -+Asterisk automatically connects to each configured mobile phone / headset when it comes in range. -+CLI command to discover bluetooth devices. -+Inbound calls on the mobile network to the mobile phones are handled by Asterisk, just like inbound calls on a Zap channel. -+CLI passed through on inbound calls. -+Dial outbound on a mobile phone using Dial(Mobile/device/nnnnnnn) in the dialplan. -+Dial a headset using Dial(Mobile/device) in the dialplan. -+Application MobileStatus can be used in the dialplan to see if a mobile phone / headset is connected. -+Supports devicestate for dialplan hinting. -+Supports Inbound and Outbound SMS. -+Supports 'channel' groups for implementing 'GSM Gateways' -+ -+ -+Requirements :- -+ -+In order to use chan_mobile, you must have a working bluetooth subsystem on your Asterisk box. -+This means one or more working bluetooth adapters, and the BlueZ packages. -+ -+Any bluetooth adapter supported by the Linux kernel will do, including usb bluetooth dongles. -+ -+The BlueZ package you need is bluez-utils. If you are using a GUI then you might want to install bluez-pin also. -+You also need libbluetooth, and libbluetooth-dev if you are compiling Asterisk from source. -+ -+You need to get bluetooth working with your phone before attempting to use chan_mobile. -+This means 'pairing' your phone or headset with your Asterisk box. I dont describe how to do this here as the process -+differs from distro to distro. You only need to pair once per adapter. -+ -+See www.bluez.org for details about setting up Bluetooth under Linux. -+ -+ -+Concepts :- -+ -+chan_mobile deals with both bluetooth adapters and bluetooth devices. This means you need to tell chan_mobile about the -+bluetooth adapters installed in your server as well as the devices (phones / headsets) you wish to use. -+ -+chan_mobile currently only allows one device (phone or headset) to be connected to an adapter at a time. This means you need -+one adapter for each device you wish to use simultaneously. Much effort has gone into trying to make multiple devices per adapter -+work, but in short it doesnt. -+ -+Periodically chan_mobile looks at each configured adapter, and if it is not in use (i.e. no device connected) will initiate a -+search for devices configured to use this adapater that may be in range. If it finds one it will connect the device and it -+will be available for Asterisk to use. When the device goes out of range, chan_mobile will disconnect the device and the adapter -+will become available for other devices. -+ -+ -+Configuring chan_mobile :- -+ -+The configuration file for chan_mobile is /etc/asterisk/mobile.conf. It is a normal Asterisk config file consisting of sections and key=value pairs. -+ -+See configs/mobile.conf.sample for an example and an explanation of the configuration. -+ -+ -+Using chan_mobile :- -+ -+chan_mobile.so must be loaded either by loading it using the Asterisk CLI, or by adding it to /etc/asterisk/modules.conf -+ -+Search for your bluetooth devices using the CLI command 'mobile search'. Be patient with this command as -+it will take 8 - 10 seconds to do the discovery. This requires a free adapter. -+ -+Headsets will generally have to be put into 'pairing' mode before they will show up here. -+ -+This will return something like the following :- -+ -+*CLI> mobile search -+Address Name Usable Type Port -+00:12:56:90:6E:00 LG TU500 Yes Phone 4 -+00:80:C8:35:52:78 Toaster No Headset 0 -+00:0B:9E:11:74:A5 Hello II Plus Yes Headset 1 -+00:0F:86:0E:AE:42 Daves Blackberry Yes Phone 7 -+ -+This is a list of all bluetooth devices seen and whether or not they are usable with chan_mobile. -+The Address field contains the 'bd address' of the device. This is like an ethernet mac address. -+The Name field is whatever is configured into the device as its name. -+The Usable field tells you whether or not the device supports the Bluetooth Handsfree Profile or Headset profile. -+The Type field tells you whether the device is usable as a Phone line (FXO) or a headset (FXS) -+The Port field is the number to put in the configuration file. -+ -+Choose which device(s) you want to use and edit /etc/asterisk/mobile.conf. There is a sample included -+with the Asterisk-addons source under configs/mobile.conf.sample. -+ -+Be sure to configure the right bd address and port number from the search. If you want inbound -+calls on a device to go to a specific context, add a context= line, otherwise the default will -+be used. The 'id' of the device [bitinbrackets] can be anything you like, just make it unique. -+ -+If you are configuring a Headset be sure to include the type=headset line, if left out it defaults -+to phone. -+ -+The CLI command 'mobile show devices' can be used at any time to show the status of configured devices, -+and whether or not the device is capable of sending / receiving SMS via bluetooth. -+ -+*CLI> mobile show devices -+ID Address Group Adapter Connected State SMS -+headset 00:0B:9E:11:AE:C6 0 blue No Init No -+LGTU550 00:E0:91:7F:46:44 1 dlink No Init No -+*CLI> -+ -+As each phone is connected you will see a message on the Asterisk console :- -+ -+ Loaded chan_mobile.so => (Bluetooth Mobile Device Channel Driver) -+ -- Bluetooth Device blackberry has connected. -+ -- Bluetooth Device dave has connected. -+ -+To make outbound calls, add something to you Dialplan like the following :- (modify to suit) -+ -+; Calls via LGTU5500 -+exten => _9X.,1,Dial(Mobile/LGTU550/${EXTEN:1},45) -+exten => _9X.,n,Hangup -+ -+To use channel groups, add an entry to each phones definition in mobile.conf like group=n -+where n is a number. -+ -+Then if you do something like Dial(Mobile/g1/123456) Asterisk will dial 123456 on the first -+connected free phone in group 1. -+ -+Phones which do not have a specific 'group=n' will be in group 0. -+ -+ -+To dial out on a headset, you need to use some other mechanism, because the headset is not likely -+to have all the needed buttons on it. res_clioriginate is good for this :- -+ -+*CLI> originate Mobile/headset extension NNNNN@context -+ -+This will call your headset, once you answer, Asterisk will call NNNNN at context context -+ -+Dialplan hints :- -+ -+chan_mobile supports 'device status' so you can do somthing like -+ -+exten => 1234,hint,SIP/30&Mobile/dave&Mobile/blackberry -+ -+ -+MobileStatus Application :- -+ -+chan_mobile also registers an application named MobileStatus. You can use this in your Dialplan -+to determine the 'state' of a device. -+ -+For example, suppose you wanted to call dave's extension, but only if he was in the office. You could -+test to see if his mobile phone was attached to Asterisk, if it is dial his extension, otherwise dial his -+mobile phone. -+ -+exten => 40,1,MobileStatus(dave,DAVECELL) -+exten => 40,2,GotoIf($["${DAVECELL}" = "1"]?3:5) -+exten => 40,3,Dial(ZAP/g1/0427466412,45,tT) -+exten => 40,4,Hangup -+exten => 40,5,Dial(SIP/40,45,tT) -+exten => 40,6,Hangup -+ -+MobileStatus sets the value of the given variable to :- -+ -+1 = Disconnected. i.e. Device not in range of Asterisk, or turned off etc etc -+2 = Connected and Not on a call. i.e. Free -+3 = Connected and on a call. i.e. Busy -+ -+ -+SMS Sending / Receiving -+ -+If Asterisk has detected your mobile phone is capable of SMS via bluetooth, you will be able to send and -+receive SMS. -+ -+Incoming SMS's cause Asterisk to create an inbound call to the context you defined in mobile.conf or the default -+context if you did not define one. The call will start at extension 'sms'. Two channel variables will be available, -+SMSSRC = the number of the originator of the SMS and SMSTXT which is the text of the SMS. -+This is not a voice call, so grab the values of the variables and hang the call up. -+ -+So, to handle incoming SMS's, do something like the following in your dialplan -+ -+[incoming-mobile] -+exten => sms,1,Verbose(Incoming SMS from ${SMSSRC} ${SMSTXT}) -+exten => sms,n,Hangup() -+ -+The above will just print the message on the console. -+ -+If you use res_jabber, you could do something like this :- -+ -+[incoming-mobile] -+exten => sms,1,JabberSend(transport,user@jabber.somewhere.com,SMS from ${SMSRC} ${SMSTXT}) -+exten => sms,2,Hangup() -+ -+To send an SMS, use the application MobileSendSMS like the following :- -+ -+exten => 99,1,MobileSendSMS(dave,0427123456,Hello World) -+ -+This will send 'Hello World' via device 'dave' to '0427123456' -+ -+ -+DTMF Debouncing :- -+ -+DTMF detection varies from phone to phone. There is a configuration variable that allows you to tune -+this to your needs. e.g. in mobile.conf -+ -+[LGTU550] -+address=00:12:56:90:6E:00 -+port=4 -+context=incoming-mobile -+dtmfskip=50 -+ -+change dtmfskip to suit your phone. The default is 200. The larger the number, the more chance of missed DTMF. -+The smaller the number the more chance of multiple digits being detected. -+ -+ -+Debugging :- -+ -+Different phone manufacturers have different interpretations of the Bluetooth Handsfree Profile Spec. -+This means that not all phones work the same way, particularly in the connection setup / initialisation -+sequence. I've tried to make chan_mobile as general as possible, but it may need modification to -+support some phone i've never tested. -+ -+Some phones, most notably Sony Ericsson 'T' series, dont quite conform to the Bluetooth HFP spec. -+chan_mobile will detect these and adapt accordingly. The T-610 and T-630 have been tested and -+work fine. -+ -+If your phone doesnt behave has expected, turn on Asterisk debugging with 'core set debug 1'. -+ -+This will log a bunch of debug messages indicating what the phone is doing, importantly the rfcomm -+conversation between Asterisk and the phone. This can be used to sort out what your phone is doing -+and make chan_mobile support it. -+ -+Be aware also, that just about all mobile phones behave differently. For example my LG TU500 wont dial unless -+the phone is a the 'idle' screen. i.e. if the phone is showing a 'menu' on the display, when you dial via -+Asterisk, the call will not work. chan_mobile handles this, but there may be other phones that do -+other things too... -+ -+Important: Watch what your mobile phone is doing the first few times. Asterisk wont make random calls but -+if chan_mobile fails to hangup for some reason and you get a huge bill from your telco, dont blame me ;) -+ -+ -+Feedback, Support, Please can you make Mobile Phone X work... etc :- -+ -+as always, bugs should be reported at http://bugs.digium.com -+ -+email me at david.bowerman at gmail.com or dseeb_ on #asterisk & #asterisk-dev irc. -diff --git a/makeopts.in b/makeopts.in -index 6a24183..a5b2a5f 100644 ---- a/makeopts.in -+++ b/makeopts.in -@@ -72,6 +72,9 @@ AST_FORTIFY_SOURCE=@AST_FORTIFY_SOURCE@ - ASOUND_INCLUDE=@ALSA_INCLUDE@ - ASOUND_LIB=@ALSA_LIB@ - -+BLUETOOTH_LIB=@BLUETOOTH_LIB@ -+BLUETOOTH_INCLUDE=@BLUETOOTH_INCLUDE@ -+ - CURL_INCLUDE=@CURL_INCLUDE@ - CURL_LIB=@CURL_LIB@ - --- -1.6.1 - diff --git a/0004-Use-pkgconfig-to-check-for-Lua.patch b/0004-Use-pkgconfig-to-check-for-Lua.patch deleted file mode 100644 index 643ea6f..0000000 --- a/0004-Use-pkgconfig-to-check-for-Lua.patch +++ /dev/null @@ -1,32 +0,0 @@ -From 034417c5bbb8320fe0045a1625c479342ae2decc Mon Sep 17 00:00:00 2001 -From: Jeffrey C. Ollie -Date: Mon, 25 Feb 2008 13:14:23 -0600 -Subject: [PATCH 04/15] Use pkgconfig to check for Lua. - ---- - configure.ac | 9 ++++++++- - 1 files changed, 8 insertions(+), 1 deletions(-) - -diff --git a/configure.ac b/configure.ac -index 31b512f..4519ec9 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -1406,7 +1406,14 @@ if test "${PBX_PWLIB}" = "1" -a "${USE_OPENH323}" != "no" ; then - [${PWLIB_INCLUDE}], [${PWLIB_LIB}]) - fi - --AST_EXT_LIB_CHECK([LUA], [lua5.1], [luaL_newstate], [lua5.1/lua.h]) -+PBX_LUA=0 -+AC_CHECK_TOOL(PKGCONFIG, pkg-config, No) -+if test ! "x${PKGCONFIG}" = xNo; then -+ LUA_INCLUDE=$(${PKGCONFIG} lua --cflags 2>/dev/null) -+ LUA_LIB=$(${PKGCONFIG} lua --libs 2>/dev/null) -+ PBX_LUA=1 -+ AC_DEFINE([HAVE_LUA], 1, [Define if your system has the LUA libraries.]) -+fi - - AST_EXT_LIB_CHECK([RADIUS], [radiusclient-ng], [rc_read_config], [radiusclient-ng.h]) - --- -1.6.1 - diff --git a/0005-Build-using-external-libedit.patch b/0005-Build-using-external-libedit.patch index f281689..d3868a1 100644 --- a/0005-Build-using-external-libedit.patch +++ b/0005-Build-using-external-libedit.patch @@ -1,21 +1,8 @@ -From 64a709b530b0fc1dd74805641f7279a6f83e97b7 Mon Sep 17 00:00:00 2001 -From: Jeffrey C. Ollie -Date: Tue, 25 Mar 2008 00:50:27 -0500 -Subject: [PATCH 05/15] Build using external libedit. - ---- - build_tools/menuselect-deps.in | 1 + - configure.ac | 22 ++++++++++++++++++++++ - main/Makefile | 8 +++++--- - main/cli.c | 3 ++- - makeopts.in | 4 ++++ - 5 files changed, 34 insertions(+), 4 deletions(-) - -diff --git a/build_tools/menuselect-deps.in b/build_tools/menuselect-deps.in -index 6d94984..7832687 100644 ---- a/build_tools/menuselect-deps.in -+++ b/build_tools/menuselect-deps.in -@@ -18,6 +18,7 @@ ISDNNET=@PBX_ISDNNET@ +Index: build_tools/menuselect-deps.in +=================================================================== +--- build_tools/menuselect-deps.in (revision 216642) ++++ build_tools/menuselect-deps.in (working copy) +@@ -17,6 +17,7 @@ IXJUSER=@PBX_IXJUSER@ JACK=@PBX_JACK@ LDAP=@PBX_LDAP@ @@ -23,11 +10,11 @@ index 6d94984..7832687 100644 LTDL=@PBX_LTDL@ LUA=@PBX_LUA@ MISDN=@PBX_MISDN@ -diff --git a/configure.ac b/configure.ac -index 4519ec9..891548f 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -230,6 +230,7 @@ AST_EXT_LIB_SETUP([IMAP_TK], [UW IMAP Toolkit], [imap]) +Index: configure.ac +=================================================================== +--- configure.ac (revision 216642) ++++ configure.ac (working copy) +@@ -232,6 +232,7 @@ AST_EXT_LIB_SETUP([ISDNNET], [ISDN4Linux Library], [isdnnet]) AST_EXT_LIB_SETUP([JACK], [Jack Audio Connection Kit], [jack]) AST_EXT_LIB_SETUP([LDAP], [OpenLDAP], [ldap]) @@ -35,7 +22,7 @@ index 4519ec9..891548f 100644 AST_EXT_LIB_SETUP([LTDL], [libtool], [ltdl]) AST_EXT_LIB_SETUP([LUA], [Lua], [lua]) AST_EXT_LIB_SETUP([MISDN], [mISDN User Library], [misdn]) -@@ -1602,6 +1603,27 @@ AC_SUBST(PBX_GTK2) +@@ -1621,6 +1622,27 @@ AC_SUBST(GTK2_INCLUDE) AC_SUBST(GTK2_LIB) @@ -48,7 +35,7 @@ index 4519ec9..891548f 100644 + if test "${PKGCONFIG}" != "no"; then + if ${PKGCONFIG} --exists libedit; then + LIBEDIT_INCLUDE=$(${PKGCONFIG} libedit --cflags) -+ LIBEDIT_LIB=$(${PKGCONFIG} libedit --libs) ++ LIBEDIT_LIB=$(${PKGCONFIG} libedit --libs) + LIBEDIT_OBJ= + PBX_LIBEDIT=1 + AC_DEFINE([HAVE_LIBEDIT], 1, [Define if your system has the NetBSD Editline libraries.]) @@ -63,26 +50,26 @@ index 4519ec9..891548f 100644 if test "${USE_CURL}" != "no"; then AC_PATH_TOOL([CURL_CONFIG], [curl-config], No) if test ! x"${CURL_CONFIG}" = xNo; then -diff --git a/main/Makefile b/main/Makefile -index 446bbb2..86a0f3c 100644 ---- a/main/Makefile -+++ b/main/Makefile -@@ -138,6 +138,8 @@ testexpr2: ast_expr2f.c ast_expr2.c ast_expr2.h +Index: main/Makefile +=================================================================== +--- main/Makefile (revision 216642) ++++ main/Makefile (working copy) +@@ -129,6 +129,8 @@ $(CC) -g -o testexpr2 ast_expr2f.o ast_expr2.o -lm rm ast_expr2.o ast_expr2f.o +cli.o: ASTCFLAGS+=$(LIBEDIT_INCLUDE) + ifneq ($(findstring ENABLE_UPLOADS,$(MENUSELECT_CFLAGS)),) - http.o: ASTCFLAGS+=$(GMIME_INCLUDE) + http.o: _ASTCFLAGS+=$(GMIME_INCLUDE) endif -@@ -170,13 +172,13 @@ ifneq ($(findstring ENABLE_UPLOADS,$(MENUSELECT_CFLAGS)),) +@@ -161,13 +163,13 @@ GMIMELDFLAGS+=$(GMIME_LIB) endif -$(MAIN_TGT): $(OBJS) editline/libedit.a db1-ast/libdb1.a $(AST_EMBED_LDSCRIPTS) +$(MAIN_TGT): $(OBJS) $(LIBEDIT_OBJ) db1-ast/libdb1.a $(AST_EMBED_LDSCRIPTS) - @$(CC) -c -o buildinfo.o $(ASTCFLAGS) buildinfo.c + @$(CC) -c -o buildinfo.o $(_ASTCFLAGS) buildinfo.c $(ASTCFLAGS) $(ECHO_PREFIX) echo " [LD] $^ -> $@" ifneq ($(findstring chan_h323,$(MENUSELECT_CHANNELS)),) - $(CMD_PREFIX) $(CC) $(STATIC_BUILD) -o $@ $(ASTLINK) $(AST_EMBED_LDFLAGS) $(ASTLDFLAGS) $^ buildinfo.o $(AST_LIBS) $(AST_EMBED_LIBS) $(GMIMELDFLAGS) @@ -93,11 +80,11 @@ index 446bbb2..86a0f3c 100644 endif $(CMD_PREFIX) $(ASTTOPDIR)/build_tools/strip_nonapi $@ || rm $@ -diff --git a/main/cli.c b/main/cli.c -index f6982ad..286d775 100644 ---- a/main/cli.c -+++ b/main/cli.c -@@ -34,6 +34,8 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") +Index: main/cli.c +=================================================================== +--- main/cli.c (revision 216642) ++++ main/cli.c (working copy) +@@ -34,6 +34,8 @@ #include #include @@ -106,7 +93,7 @@ index f6982ad..286d775 100644 #include "asterisk/cli.h" #include "asterisk/linkedlists.h" #include "asterisk/module.h" -@@ -42,7 +44,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") +@@ -42,7 +44,6 @@ #include "asterisk/utils.h" #include "asterisk/app.h" #include "asterisk/lock.h" @@ -114,11 +101,11 @@ index f6982ad..286d775 100644 #include "asterisk/threadstorage.h" /*! -diff --git a/makeopts.in b/makeopts.in -index a5b2a5f..e2a8306 100644 ---- a/makeopts.in -+++ b/makeopts.in -@@ -249,3 +249,7 @@ TINFO_DIR=@TINFO_DIR@ +Index: makeopts.in +=================================================================== +--- makeopts.in (revision 216642) ++++ makeopts.in (working copy) +@@ -246,3 +246,7 @@ # if poll is not present, let the makefile know. POLL_AVAILABLE=@HAS_POLL@ @@ -126,6 +113,3 @@ index a5b2a5f..e2a8306 100644 +LIBEDIT_INCLUDE=@LIBEDIT_INCLUDE@ +LIBEDIT_LIB=@LIBEDIT_LIB@ +LIBEDIT_OBJ=@LIBEDIT_OBJ@ --- -1.6.1 - diff --git a/0007-Define-missing-variable-when-compiling-on-PPC.patch b/0007-Define-missing-variable-when-compiling-on-PPC.patch deleted file mode 100644 index 422b95f..0000000 --- a/0007-Define-missing-variable-when-compiling-on-PPC.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 635e74de63418f0cd61ec5b1098e451a17b7d360 Mon Sep 17 00:00:00 2001 -From: Jeffrey C. Ollie -Date: Fri, 7 Nov 2008 14:43:16 -0600 -Subject: [PATCH 07/15] Define missing variable when compiling on PPC. - ---- - apps/app_festival.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) - -diff --git a/apps/app_festival.c b/apps/app_festival.c -index 649707b..34c282b 100644 ---- a/apps/app_festival.c -+++ b/apps/app_festival.c -@@ -119,6 +119,7 @@ static int send_waveform_to_fd(char *waveform, int length, int fd) - { - int res; - #ifdef __PPC__ -+ int x; - char c; - #endif - --- -1.6.1 - diff --git a/0008-change-configure.ac-to-look-for-pkg-config-gmime-2.4.patch b/0008-change-configure.ac-to-look-for-pkg-config-gmime-2.4.patch index 45a0778..956d825 100644 --- a/0008-change-configure.ac-to-look-for-pkg-config-gmime-2.4.patch +++ b/0008-change-configure.ac-to-look-for-pkg-config-gmime-2.4.patch @@ -1,18 +1,9 @@ -From 0d6267e70e805371772d4375318d08437fe6b5ca Mon Sep 17 00:00:00 2001 -From: Caolan McNamara -Date: Sat, 3 Jan 2009 19:06:18 -0600 -Subject: [PATCH 08/15] change configure.ac to look for pkg-config gmime-2.4 instead of gmime-2.4 gmime-config - ---- - configure.ac | 12 +++++++++++- - 1 files changed, 11 insertions(+), 1 deletions(-) - -diff --git a/configure.ac b/configure.ac -index 891548f..5cfc205 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -1475,7 +1475,17 @@ then - AST_EXT_LIB_CHECK([OSPTK], [osptk], [OSPPCryptoDecrypt], [osp/osp.h], [-lcrypto -lssl]) +Index: configure.ac +=================================================================== +--- configure.ac (revision 216642) ++++ configure.ac (working copy) +@@ -1493,7 +1493,17 @@ + AST_CHECK_OSPTK([3], [5], [0]) fi -AST_EXT_TOOL_CHECK([GMIME], [gmime], [], [], [#include ], [gboolean q = g_mime_check_version(0,0,0);]) @@ -30,6 +21,3 @@ index 891548f..5cfc205 100644 AST_EXT_LIB_CHECK([HOARD], [hoard], [malloc], []) --- -1.6.1 - diff --git a/0009-fix-the-AST_PROG_SED-problem-that-makes-.-bootstrap.patch b/0009-fix-the-AST_PROG_SED-problem-that-makes-.-bootstrap.patch deleted file mode 100644 index c06f8ba..0000000 --- a/0009-fix-the-AST_PROG_SED-problem-that-makes-.-bootstrap.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 28b1fa54f0c606281033ad56046af410756171e6 Mon Sep 17 00:00:00 2001 -From: Caolan McNamara -Date: Sat, 3 Jan 2009 19:12:18 -0600 -Subject: [PATCH 09/15] fix the AST_PROG_SED problem that makes ./bootstrap.sh fail - -Need to regenerate configure from configure.ac after patch one with -./bootsrap.sh, so fix the broken .m4 in the autoconfig dir. (alternatively -change AST_PROG_SED to AC_PROG_SED as it is the same thing in the other .m4 in -the autoconf dir) ---- - autoconf/ast_prog_sed.m4 | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) - -diff --git a/autoconf/ast_prog_sed.m4 b/autoconf/ast_prog_sed.m4 -index 283d52f..ae6cfc0 100644 ---- a/autoconf/ast_prog_sed.m4 -+++ b/autoconf/ast_prog_sed.m4 -@@ -12,7 +12,7 @@ AC_DEFUN([AST_PROG_SED], - done - echo "$ac_script" | sed 99q >conftest.sed - $as_unset ac_script || ac_script= -- _AC_PATH_PROG_FEATURE_CHECK(SED, [sed gsed], -+ _AC_PATH_PROGS_FEATURE_CHECK(SED, [sed gsed], - [_AC_FEATURE_CHECK_LENGTH([ac_path_SED], [ac_cv_path_SED], - ["$ac_path_SED" -f conftest.sed])])]) - SED="$ac_cv_path_SED" --- -1.6.1 - diff --git a/0013-Bridging-work-as-of-svn-rev-174216.patch b/0013-Bridging-work-as-of-svn-rev-174216.patch deleted file mode 100644 index 2ad72fb..0000000 --- a/0013-Bridging-work-as-of-svn-rev-174216.patch +++ /dev/null @@ -1,4774 +0,0 @@ -From 4debddc6428e52e3df96c7aab9f17a62304dc5d9 Mon Sep 17 00:00:00 2001 -From: Jeffrey C. Ollie -Date: Sun, 8 Feb 2009 22:56:41 -0600 -Subject: [PATCH 13/15] Bridging work as of svn rev 174216. - ---- - Makefile | 2 +- - apps/app_bridgetest.c | 121 +++ - apps/app_confbridge.c | 793 +++++++++++++++++++ - bridges/Makefile | 26 + - bridges/bridge_builtin_features.c | 257 +++++++ - bridges/bridge_multiplexed.c | 326 ++++++++ - bridges/bridge_simple.c | 103 +++ - bridges/bridge_softmix.c | 297 ++++++++ - bridges/bridge_zaptel.c | 255 +++++++ - channels/chan_bridge.c | 246 ++++++ - include/asterisk/bridging.h | 426 +++++++++++ - include/asterisk/bridging_features.h | 298 ++++++++ - include/asterisk/bridging_technology.h | 174 +++++ - include/asterisk/channel.h | 1 + - main/Makefile | 2 +- - main/bridging.c | 1296 ++++++++++++++++++++++++++++++++ - 16 files changed, 4621 insertions(+), 2 deletions(-) - create mode 100644 apps/app_bridgetest.c - create mode 100644 apps/app_confbridge.c - create mode 100644 bridges/Makefile - create mode 100644 bridges/bridge_builtin_features.c - create mode 100644 bridges/bridge_multiplexed.c - create mode 100644 bridges/bridge_simple.c - create mode 100644 bridges/bridge_softmix.c - create mode 100644 bridges/bridge_zaptel.c - create mode 100644 channels/chan_bridge.c - create mode 100644 include/asterisk/bridging.h - create mode 100644 include/asterisk/bridging_features.h - create mode 100644 include/asterisk/bridging_technology.h - create mode 100644 main/bridging.c - -diff --git a/Makefile b/Makefile -index 444a7e4..b5d2c45 100644 ---- a/Makefile -+++ b/Makefile -@@ -290,7 +290,7 @@ endif - # value directly to ASTCFLAGS - ASTCFLAGS+=$(MALLOC_DEBUG)$(OPTIONS) - --MOD_SUBDIRS:=channels pbx apps codecs formats cdr funcs tests main res $(LOCAL_MOD_SUBDIRS) -+MOD_SUBDIRS:=channels pbx apps codecs formats cdr bridges funcs tests main res $(LOCAL_MOD_SUBDIRS) - OTHER_SUBDIRS:=utils agi - SUBDIRS:=$(OTHER_SUBDIRS) $(MOD_SUBDIRS) - SUBDIRS_INSTALL:=$(SUBDIRS:%=%-install) -diff --git a/apps/app_bridgetest.c b/apps/app_bridgetest.c -new file mode 100644 -index 0000000..380eaa3 ---- /dev/null -+++ b/apps/app_bridgetest.c -@@ -0,0 +1,121 @@ -+/* -+ * Asterisk -- An open source telephony toolkit. -+ * -+ * Copyright (C) 1999 - 2007, Digium, Inc. -+ * -+ * Joshua Colp -+ * -+ * See http://www.asterisk.org for more information about -+ * the Asterisk project. Please do not directly contact -+ * any of the maintainers of this project for assistance; -+ * the project provides a web site, mailing lists and IRC -+ * channels for your use. -+ * -+ * This program is free software, distributed under the terms of -+ * the GNU General Public License Version 2. See the LICENSE file -+ * at the top of the source tree. -+ */ -+ -+/*! \file -+ * -+ * \brief Bridging API Test Application -+ * -+ * \author Joshua Colp -+ * -+ * This is a test application for the new bridging API. -+ * \ingroup applications -+ */ -+ -+#include "asterisk.h" -+ -+ASTERISK_FILE_VERSION(__FILE__, "$Revision$") -+ -+#include -+#include -+#include -+#include -+ -+#include "asterisk/file.h" -+#include "asterisk/logger.h" -+#include "asterisk/channel.h" -+#include "asterisk/pbx.h" -+#include "asterisk/module.h" -+#include "asterisk/lock.h" -+#include "asterisk/app.h" -+#include "asterisk/dial.h" -+#include "asterisk/bridging.h" -+ -+static char *app = "BridgeTest"; -+static char *synopsis = -+"Bridging API Test Application."; -+static char *descrip = "Bridging API Test Application.\n"; -+ -+static int bridge_test_exec(struct ast_channel *chan, void *data) -+{ -+ struct ast_dial *dial = NULL; -+ struct ast_bridge *bridge0 = NULL, *bridge1 = NULL; -+ char *tech = NULL, *resource = NULL; -+ -+ if (ast_strlen_zero(data)) { -+ ast_log(LOG_WARNING, "%s requires an argument (Tech/Resource)\n", app); -+ return -1; -+ } -+ -+ /* Create local duplicate for manipulation */ -+ tech = ast_strdupa(data); -+ -+ /* Split up technology and resource */ -+ if (!(resource = strchr(tech, '/'))) { -+ ast_log(LOG_WARNING, "%s requires an argument (Tech/Resource)\n", app); -+ return -1; -+ } -+ *resource++ = '\0'; -+ -+ /* Okay... create a new dialing structure */ -+ if (!(dial = ast_dial_create())) -+ return -1; -+ -+ ast_dial_append(dial, tech, resource); -+ -+ /* Actually dial what we want to call */ -+ if (ast_dial_run(dial, chan, 0) != AST_DIAL_RESULT_ANSWERED || !ast_dial_answered(dial)) { -+ ast_log(LOG_WARNING, "Failed to call %s\n", (char*)data); -+ ast_dial_destroy(dial); -+ return -1; -+ } -+ -+ /* Create a new bridge to put the channel that answered into */ -+ bridge0 = ast_bridge_new(AST_BRIDGE_CAPABILITY_1TO1MIX, AST_BRIDGE_FLAG_DISSOLVE | AST_BRIDGE_FLAG_SMART); -+ -+ /* Impart it onto the bridge... */ -+ ast_bridge_impart(bridge0, ast_dial_answered(dial), NULL, NULL); -+ -+ /* Create a new bridge to put the channel that called into */ -+ bridge1 = ast_bridge_new(AST_BRIDGE_CAPABILITY_1TO1MIX, AST_BRIDGE_FLAG_DISSOLVE | AST_BRIDGE_FLAG_SMART); -+ -+ /* Impart this one as well onto the bridge... */ -+ ast_bridge_impart(bridge1, chan, NULL, NULL); -+ -+ /* Merge them together */ -+ ast_bridge_merge(bridge0, bridge1); -+ -+ /* Destroy the second bridge since it's over */ -+ ast_bridge_destroy(bridge1); -+ -+ /* Hang out for a bit */ -+ usleep(10000000); -+ -+ return 0; -+} -+ -+static int unload_module(void) -+{ -+ return ast_unregister_application(app); -+} -+ -+static int load_module(void) -+{ -+ return ast_register_application(app, bridge_test_exec, synopsis, descrip); -+} -+ -+AST_MODULE_INFO_STANDARD(ASTERISK_GPL_KEY, "Bridging API Test Application"); -diff --git a/apps/app_confbridge.c b/apps/app_confbridge.c -new file mode 100644 -index 0000000..bcac44f ---- /dev/null -+++ b/apps/app_confbridge.c -@@ -0,0 +1,793 @@ -+/* -+ * Asterisk -- An open source telephony toolkit. -+ * -+ * Copyright (C) 2007-2008, Digium, Inc. -+ * -+ * Joshua Colp -+ * -+ * See http://www.asterisk.org for more information about -+ * the Asterisk project. Please do not directly contact -+ * any of the maintainers of this project for assistance; -+ * the project provides a web site, mailing lists and IRC -+ * channels for your use. -+ * -+ * This program is free software, distributed under the terms of -+ * the GNU General Public License Version 2. See the LICENSE file -+ * at the top of the source tree. -+ */ -+ -+/*! \file -+ * -+ * \brief Conference Bridge application -+ * -+ * \author\verbatim Joshua Colp \endverbatim -+ * -+ * This is a conference bridge application utilizing the bridging core. -+ * \ingroup applications -+ */ -+ -+#include "asterisk.h" -+ -+ASTERISK_FILE_VERSION(__FILE__, "$Revision$") -+ -+#include -+#include -+#include -+#include -+#include -+ -+#include "asterisk/file.h" -+#include "asterisk/logger.h" -+#include "asterisk/channel.h" -+#include "asterisk/pbx.h" -+#include "asterisk/module.h" -+#include "asterisk/lock.h" -+#include "asterisk/app.h" -+#include "asterisk/bridging.h" -+#include "asterisk/musiconhold.h" -+#include "asterisk/say.h" -+#include "asterisk/audiohook.h" -+#include "asterisk/astobj2.h" -+ -+/*! -+ * \par Playing back a file to a channel in a conference -+ * You might notice in this application that while playing a sound file -+ * to a channel the actual conference bridge lock is not held. This is done so -+ * that other channels are not blocked from interacting with the conference bridge. -+ * Unfortunately because of this it is possible for things to change after the sound file -+ * is done being played. Data must therefore be checked after reacquiring the conference -+ * bridge lock if it is important. -+ */ -+ -+static const char *app = "ConfBridge"; -+static const char *synopsis = -+"Conference Bridge application."; -+static const char *descrip = -+" ConfBridge([confno][,[options]]): Enters the user into a specified conference bridge.\n" -+"The option string may contain zero or more of the following characters:\n" -+" 'A' -- Set marked mode\n" -+" 'a' -- Set admin mode\n" -+" 'c' -- Announce user(s) count on joining a conference\n" -+" 'm' -- Present menu (user or admin) when '#' is received\n" -+" 'M[()]'\n" -+" -- Enable music on hold when the conference has a single caller.\n" -+" Optionally, specify a musiconhold class to use. If one is not\n" -+" provided, it will use the channel's currently set music class,\n" -+" or \"default\".\n" -+" 'l' -- Do not play message when first person enters\n" -+" 's' -- Set initially muted\n" -+" 'w' -- Wait until a marked user enters before starting the conference\n" -+" 'q' -- Do not play audio prompts\n" -+"The join sound can be set using the CONFBRIDGE_JOIN_SOUND variable and the leave sound\n" -+"can be set using the CONFBRIDGE_LEAVE_SOUND variable. These can be unique to the caller."; -+ -+enum { -+ OPTION_ADMIN = (1 << 0), /*!< Set if the caller is an administrator */ -+ OPTION_MENU = (1 << 1), /*!< Set if the caller should have access to the conference bridge IVR menu */ -+ OPTION_MUSICONHOLD = (1 << 2), /*!< Set if music on hold should be played if nobody else is in the conference bridge */ -+ OPTION_NOONLYPERSON = (1 << 3), /*!< Set if the "you are currently the only person in this conference" sound file should not be played */ -+ OPTION_STARTMUTED = (1 << 4), /*!< Set if the caller should be initially set muted */ -+ OPTION_ANNOUNCEUSERCOUNT = (1 << 5), /*!< Set if the number of users should be announced to the caller */ -+ OPTION_MARKEDUSER = (1 << 6), /*!< Set if the caller is a marked user */ -+ OPTION_WAITMARKED = (1 << 7), /*!< Set if the conference must wait for a marked user before starting */ -+ OPTION_QUIET = (1 << 8), /*!< Set if no audio prompts should be played */ -+} option_flags; -+ -+enum { -+ OPTION_MUSICONHOLD_CLASS, /*!< If the 'M' option is set, the music on hold class to play */ -+ /*This must be the last element */ -+ OPTION_ARRAY_SIZE, -+} option_args; -+ -+AST_APP_OPTIONS(app_opts,{ -+ AST_APP_OPTION('A', OPTION_MARKEDUSER), -+ AST_APP_OPTION('a', OPTION_ADMIN), -+ AST_APP_OPTION('c', OPTION_ANNOUNCEUSERCOUNT), -+ AST_APP_OPTION('m', OPTION_MENU), -+ AST_APP_OPTION_ARG('M', OPTION_MUSICONHOLD, OPTION_MUSICONHOLD_CLASS), -+ AST_APP_OPTION('1', OPTION_NOONLYPERSON), -+ AST_APP_OPTION('s', OPTION_STARTMUTED), -+ AST_APP_OPTION('w', OPTION_WAITMARKED), -+ AST_APP_OPTION('q', OPTION_QUIET), -+}); -+ -+/* Maximum length of a conference bridge name */ -+#define MAX_CONF_NAME 32 -+ -+/* Number of buckets our conference bridges container can have */ -+#define CONFERENCE_BRIDGE_BUCKETS 53 -+ -+/*! \brief The structure that represents a conference bridge */ -+struct conference_bridge { -+ char name[MAX_CONF_NAME]; /*!< Name of the conference bridge */ -+ struct ast_bridge *bridge; /*!< Bridge structure doing the mixing */ -+ int users; /*!< Number of users present */ -+ int markedusers; /*!< Number of marked users present */ -+ unsigned int locked:1; /*!< Is this conference bridge locked? */ -+ AST_LIST_HEAD_NOLOCK(, conference_bridge_user) users_list; /*!< List of users participating in the conference bridge */ -+ struct ast_channel *playback_chan; /*!< Channel used for playback into the conference bridge */ -+ ast_mutex_t playback_lock; /*!< Lock used for playback channel */ -+}; -+ -+/*! \brief The structure that represents a conference bridge user */ -+struct conference_bridge_user { -+ struct conference_bridge *conference_bridge; /*!< Conference bridge they are participating in */ -+ struct ast_channel *chan; /*!< Asterisk channel participating */ -+ struct ast_flags flags; /*!< Flags passed in when the application was called */ -+ char *opt_args[OPTION_ARRAY_SIZE]; /*!< Arguments to options passed when application was called */ -+ struct ast_bridge_features features; /*!< Bridge features structure */ -+ unsigned int kicked:1; /*!< User has been kicked from the conference */ -+ AST_LIST_ENTRY(conference_bridge_user) list; /*!< Linked list information */ -+}; -+ -+/*! \brief Container to hold all conference bridges in progress */ -+static struct ao2_container *conference_bridges; -+ -+static int play_sound_file(struct conference_bridge *conference_bridge, const char *filename); -+ -+/*! \brief Hashing function used for conference bridges container */ -+static int conference_bridge_hash_cb(const void *obj, const int flags) -+{ -+ const struct conference_bridge *conference_bridge = obj; -+ return ast_str_case_hash(conference_bridge->name); -+} -+ -+/*! \brief Comparison function used for conference bridges container */ -+static int conference_bridge_cmp_cb(void *obj, void *arg, int flags) -+{ -+ const struct conference_bridge *conference_bridge0 = obj, *conference_bridge1 = arg; -+ return (!strcasecmp(conference_bridge0->name, conference_bridge1->name) ? CMP_MATCH | CMP_STOP : 0); -+} -+ -+/*! -+ * \brief Announce number of users in the conference bridge to the caller -+ * -+ * \param conference_bridge Conference bridge to peek at -+ * \param conference_bridge_user Caller -+ * -+ * \return Returns nothing -+ */ -+static void announce_user_count(struct conference_bridge *conference_bridge, struct conference_bridge_user *conference_bridge_user) -+{ -+ if (conference_bridge->users == 1) { -+ /* Awww we are the only person in the conference bridge */ -+ return; -+ } else if (conference_bridge->users == 2) { -+ /* Eep, there is one other person */ -+ if (ast_stream_and_wait(conference_bridge_user->chan, "conf-onlyone", "")) { -+ return; -+ } -+ } else { -+ /* Alas multiple others in here */ -+ if (ast_stream_and_wait(conference_bridge_user->chan, "conf-thereare", "")) { -+ return; -+ } -+ if (ast_say_number(conference_bridge_user->chan, conference_bridge->users - 1, "", conference_bridge_user->chan->language, NULL)) { -+ return; -+ } -+ if (ast_stream_and_wait(conference_bridge_user->chan, "conf-otherinparty", "")) { -+ return; -+ } -+ } -+ -+ return; -+} -+ -+/*! -+ * \brief Play back an audio file to a channel -+ * -+ * \param conference_bridge Conference bridge they are in -+ * \param chan Channel to play audio prompt to -+ * \param file Prompt to play -+ * -+ * \return Returns nothing -+ * -+ * \note This function assumes that conference_bridge is locked -+ */ -+static void play_prompt_to_channel(struct conference_bridge *conference_bridge, struct ast_channel *chan, const char *file) -+{ -+ ao2_unlock(conference_bridge); -+ ast_stream_and_wait(chan, file, ""); -+ ao2_lock(conference_bridge); -+ return; -+} -+ -+/*! -+ * \brief Perform post-joining marked specific actions -+ * -+ * \param conference_bridge Conference bridge being joined -+ * \param conference_bridge_user Conference bridge user joining -+ * -+ * \return Returns nothing -+ */ -+static void post_join_marked(struct conference_bridge *conference_bridge, struct conference_bridge_user *conference_bridge_user) -+{ -+ if (ast_test_flag(&conference_bridge_user->flags, OPTION_MARKEDUSER)) { -+ struct conference_bridge_user *other_conference_bridge_user = NULL; -+ -+ /* If we are not the first marked user to join just bail out now */ -+ if (conference_bridge->markedusers >= 2) { -+ return; -+ } -+ -+ /* Iterate through every participant stopping MOH on them if need be */ -+ AST_LIST_TRAVERSE(&conference_bridge->users_list, other_conference_bridge_user, list) { -+ if (other_conference_bridge_user == conference_bridge_user) { -+ continue; -+ } -+ if (ast_test_flag(&other_conference_bridge_user->flags, OPTION_MUSICONHOLD) && !ast_bridge_suspend(conference_bridge->bridge, other_conference_bridge_user->chan)) { -+ ast_moh_stop(other_conference_bridge_user->chan); -+ ast_bridge_unsuspend(conference_bridge->bridge, other_conference_bridge_user->chan); -+ } -+ } -+ -+ /* Next play the audio file stating they are going to be placed into the conference */ -+ ao2_unlock(conference_bridge); -+ ast_autoservice_start(conference_bridge_user->chan); -+ play_sound_file(conference_bridge, "conf-placeintoconf"); -+ ast_autoservice_stop(conference_bridge_user->chan); -+ ao2_lock(conference_bridge); -+ -+ /* Finally iterate through and unmute them all */ -+ AST_LIST_TRAVERSE(&conference_bridge->users_list, other_conference_bridge_user, list) { -+ if (other_conference_bridge_user == conference_bridge_user) { -+ continue; -+ } -+ other_conference_bridge_user->features.mute = 0; -+ } -+ -+ } else { -+ /* If a marked user already exists in the conference bridge we can just bail out now */ -+ if (conference_bridge->markedusers) { -+ return; -+ } -+ /* Be sure we are muted so we can't talk to anybody else waiting */ -+ conference_bridge_user->features.mute = 1; -+ /* If we have not been quieted play back that they are waiting for the leader */ -+ if (!ast_test_flag(&conference_bridge_user->flags, OPTION_QUIET)) { -+ play_prompt_to_channel(conference_bridge, conference_bridge_user->chan, "conf-waitforleader"); -+ } -+ /* Start music on hold if needed */ -+ /* We need to recheck the markedusers value here. play_prompt_to_channel unlocks the conference bridge, potentially -+ * allowing a marked user to enter while the prompt was playing -+ */ -+ if (!conference_bridge->markedusers && ast_test_flag(&conference_bridge_user->flags, OPTION_MUSICONHOLD)) { -+ ast_moh_start(conference_bridge_user->chan, conference_bridge_user->opt_args[OPTION_MUSICONHOLD_CLASS], NULL); -+ } -+ } -+ -+ return; -+} -+ -+/*! -+ * \brief Perform post-joining non-marked specific actions -+ * -+ * \param conference_bridge Conference bridge being joined -+ * \param conference_bridge_user Conference bridge user joining -+ * -+ * \return Returns nothing -+ */ -+static void post_join_unmarked(struct conference_bridge *conference_bridge, struct conference_bridge_user *conference_bridge_user) -+{ -+ /* Play back audio prompt and start MOH if need be if we are the first participant */ -+ if (conference_bridge->users == 1) { -+ /* If audio prompts have not been quieted or this prompt quieted play it on out */ -+ if (!ast_test_flag(&conference_bridge_user->flags, OPTION_QUIET | OPTION_NOONLYPERSON)) { -+ play_prompt_to_channel(conference_bridge, conference_bridge_user->chan, "conf-onlyperson"); -+ } -+ /* If we need to start music on hold on the channel do so now */ -+ /* We need to re-check the number of users in the conference bridge here because another conference bridge -+ * participant could have joined while the above prompt was playing for the first user. -+ */ -+ if (conference_bridge->users == 1 && ast_test_flag(&conference_bridge_user->flags, OPTION_MUSICONHOLD)) { -+ ast_moh_start(conference_bridge_user->chan, conference_bridge_user->opt_args[OPTION_MUSICONHOLD_CLASS], NULL); -+ } -+ return; -+ } -+ -+ /* Announce number of users if need be */ -+ if (ast_test_flag(&conference_bridge_user->flags, OPTION_ANNOUNCEUSERCOUNT)) { -+ ao2_unlock(conference_bridge); -+ announce_user_count(conference_bridge, conference_bridge_user); -+ ao2_lock(conference_bridge); -+ } -+ -+ /* If we are the second participant we may need to stop music on hold on the first */ -+ if (conference_bridge->users == 2) { -+ struct conference_bridge_user *first_participant = AST_LIST_FIRST(&conference_bridge->users_list); -+ -+ /* Temporarily suspend the above participant from the bridge so we have control to stop MOH if needed */ -+ if (ast_test_flag(&first_participant->flags, OPTION_MUSICONHOLD) && !ast_bridge_suspend(conference_bridge->bridge, first_participant->chan)) { -+ ast_moh_stop(first_participant->chan); -+ ast_bridge_unsuspend(conference_bridge->bridge, first_participant->chan); -+ } -+ } -+ -+ return; -+} -+ -+/*! -+ * \brief Destroy a conference bridge -+ * -+ * \param obj The conference bridge object -+ * -+ * \return Returns nothing -+ */ -+static void destroy_conference_bridge(void *obj) -+{ -+ struct conference_bridge *conference_bridge = obj; -+ -+ ast_debug(1, "Destroying conference bridge '%s'\n", conference_bridge->name); -+ -+ ast_mutex_destroy(&conference_bridge->playback_lock); -+ -+ if (conference_bridge->playback_chan) { -+ struct ast_channel *underlying_channel = conference_bridge->playback_chan->tech->bridged_channel(conference_bridge->playback_chan, NULL); -+ ast_hangup(underlying_channel); -+ ast_hangup(conference_bridge->playback_chan); -+ conference_bridge->playback_chan = NULL; -+ } -+ -+ /* Destroying a conference bridge is simple, all we have to do is destroy the bridging object */ -+ ast_bridge_destroy(conference_bridge->bridge); -+ conference_bridge->bridge = NULL; -+ -+ return; -+} -+ -+/*! -+ * \brief Join a conference bridge -+ * -+ * \param name The conference name -+ * \param conference_bridge_user Conference bridge user structure -+ * -+ * \return A pointer to the conference bridge struct, or NULL if the conference room wasn't found. -+ */ -+static struct conference_bridge *join_conference_bridge(const char *name, struct conference_bridge_user *conference_bridge_user) -+{ -+ struct conference_bridge *conference_bridge = NULL; -+ struct conference_bridge tmp; -+ -+ ast_copy_string(tmp.name, name, sizeof(tmp.name)); -+ -+ /* We explictly lock the conference bridges container ourselves so that other callers can not create duplicate conferences at the same */ -+ ao2_lock(conference_bridges); -+ -+ ast_debug(1, "Trying to find conference bridge '%s'\n", name); -+ -+ /* Attempt to find an existing conference bridge */ -+ conference_bridge = ao2_find(conference_bridges, &tmp, OBJ_POINTER); -+ -+ /* When finding a conference bridge that already exists make sure that it is not locked, and if so that we are not an admin */ -+ if (conference_bridge && conference_bridge->locked && !ast_test_flag(&conference_bridge_user->flags, OPTION_ADMIN)) { -+ ao2_unlock(conference_bridges); -+ ao2_ref(conference_bridge, -1); -+ ast_debug(1, "Conference bridge '%s' is locked and caller is not an admin\n", name); -+ ast_stream_and_wait(conference_bridge_user->chan, "conf-locked", ""); -+ return NULL; -+ } -+ -+ /* If no conference bridge was found see if we can create one */ -+ if (!conference_bridge) { -+ /* See if it is even possible for us to create a bridge that will go to a multimix if needed */ -+ if (!ast_bridge_check(AST_BRIDGE_CAPABILITY_MULTIMIX)) { -+ ao2_unlock(conference_bridges); -+ ast_log(LOG_ERROR, "Conference bridge '%s' could not be created. Bridging core is incapable of going to multi party.\n", name); -+ return NULL; -+ } -+ -+ /* Try to allocate memory for a new conference bridge, if we fail... this won't end well. */ -+ if (!(conference_bridge = ao2_alloc(sizeof(*conference_bridge), destroy_conference_bridge))) { -+ ao2_unlock(conference_bridges); -+ ast_log(LOG_ERROR, "Conference bridge '%s' does not exist.\n", name); -+ return NULL; -+ } -+ -+ /* Setup conference bridge parameters */ -+ ast_copy_string(conference_bridge->name, name, sizeof(conference_bridge->name)); -+ -+ /* Create an actual bridge that will do the audio mixing */ -+ if (!(conference_bridge->bridge = ast_bridge_new(AST_BRIDGE_CAPABILITY_1TO1MIX, AST_BRIDGE_FLAG_SMART))) { -+ ao2_ref(conference_bridge, -1); -+ conference_bridge = NULL; -+ ao2_unlock(conference_bridges); -+ ast_log(LOG_ERROR, "Conference bridge '%s' could not be created.\n", name); -+ return NULL; -+ } -+ -+ /* Setup lock for playback channel */ -+ ast_mutex_init(&conference_bridge->playback_lock); -+ -+ /* Link it into the conference bridges container */ -+ ao2_link(conference_bridges, conference_bridge); -+ -+ ast_debug(1, "Created conference bridge '%s' and linked to container '%p'\n", name, conference_bridges); -+ } -+ -+ ao2_unlock(conference_bridges); -+ -+ /* Setup conference bridge user parameters */ -+ conference_bridge_user->conference_bridge = conference_bridge; -+ -+ ao2_lock(conference_bridge); -+ -+ /* All good to go, add them in */ -+ AST_LIST_INSERT_TAIL(&conference_bridge->users_list, conference_bridge_user, list); -+ -+ /* Increment the users count on the bridge, but record it as it is going to need to be known right after this */ -+ conference_bridge->users++; -+ -+ /* If the caller is a marked user bump up the count */ -+ if (ast_test_flag(&conference_bridge_user->flags, OPTION_MARKEDUSER)) { -+ conference_bridge->markedusers++; -+ } -+ -+ /* If the caller is a marked user or is waiting for a marked user to enter pass 'em off, otherwise pass them off to do regular joining stuff */ -+ if (ast_test_flag(&conference_bridge_user->flags, OPTION_MARKEDUSER | OPTION_WAITMARKED)) { -+ post_join_marked(conference_bridge, conference_bridge_user); -+ } else { -+ post_join_unmarked(conference_bridge, conference_bridge_user); -+ } -+ -+ ao2_unlock(conference_bridge); -+ -+ return conference_bridge; -+} -+ -+/*! -+ * \brief Leave a conference bridge -+ * -+ * \param conference_bridge The conference bridge to leave -+ * \param conference_bridge_user The conference bridge user structure -+ * -+ */ -+static void leave_conference_bridge(struct conference_bridge *conference_bridge, struct conference_bridge_user *conference_bridge_user) -+{ -+ ao2_lock(conference_bridge); -+ -+ /* If this caller is a marked user bump down the count */ -+ if (ast_test_flag(&conference_bridge_user->flags, OPTION_MARKEDUSER)) { -+ conference_bridge->markedusers--; -+ } -+ -+ /* Decrement the users count while keeping the previous participant count */ -+ conference_bridge->users--; -+ -+ /* Drop conference bridge user from the list, they be going bye bye */ -+ AST_LIST_REMOVE(&conference_bridge->users_list, conference_bridge_user, list); -+ -+ /* If there are still users in the conference bridge we may need to do things (such as start MOH on them) */ -+ if (conference_bridge->users) { -+ if (ast_test_flag(&conference_bridge_user->flags, OPTION_MARKEDUSER) && !conference_bridge->markedusers) { -+ struct conference_bridge_user *other_participant = NULL; -+ -+ /* Start out with muting everyone */ -+ AST_LIST_TRAVERSE(&conference_bridge->users_list, other_participant, list) { -+ other_participant->features.mute = 1; -+ } -+ -+ /* Play back the audio prompt saying the leader has left the conference */ -+ ao2_unlock(conference_bridge); -+ ast_autoservice_start(conference_bridge_user->chan); -+ play_sound_file(conference_bridge, "conf-leaderhasleft"); -+ ast_autoservice_stop(conference_bridge_user->chan); -+ ao2_lock(conference_bridge); -+ -+ /* Now on to starting MOH if needed */ -+ AST_LIST_TRAVERSE(&conference_bridge->users_list, other_participant, list) { -+ if (ast_test_flag(&other_participant->flags, OPTION_MUSICONHOLD) && !ast_bridge_suspend(conference_bridge->bridge, other_participant->chan)) { -+ ast_moh_start(other_participant->chan, other_participant->opt_args[OPTION_MUSICONHOLD_CLASS], NULL); -+ ast_bridge_unsuspend(conference_bridge->bridge, other_participant->chan); -+ } -+ } -+ } else if (conference_bridge->users == 1) { -+ /* Of course if there is one other person in here we may need to start up MOH on them */ -+ struct conference_bridge_user *first_participant = AST_LIST_FIRST(&conference_bridge->users_list); -+ -+ if (ast_test_flag(&first_participant->flags, OPTION_MUSICONHOLD) && !ast_bridge_suspend(conference_bridge->bridge, first_participant->chan)) { -+ ast_moh_start(first_participant->chan, first_participant->opt_args[OPTION_MUSICONHOLD_CLASS], NULL); -+ ast_bridge_unsuspend(conference_bridge->bridge, first_participant->chan); -+ } -+ } -+ } else { -+ ao2_unlink(conference_bridges, conference_bridge); -+ } -+ -+ /* Done mucking with the conference bridge, huzzah */ -+ ao2_unlock(conference_bridge); -+ -+ ao2_ref(conference_bridge, -1); -+ -+ return; -+} -+ -+/*! -+ * \brief Play sound file into conference bridge -+ * -+ * \param conference_bridge The conference bridge to play sound file into -+ * \param filename Sound file to play -+ * -+ * \retval 0 success -+ * \retval -1 failure -+ */ -+static int play_sound_file(struct conference_bridge *conference_bridge, const char *filename) -+{ -+ struct ast_channel *underlying_channel; -+ -+ ast_mutex_lock(&conference_bridge->playback_lock); -+ -+ if (!(conference_bridge->playback_chan)) { -+ int cause; -+ -+ if (!(conference_bridge->playback_chan = ast_request("Bridge", AST_FORMAT_SLINEAR, "", &cause))) { -+ ast_mutex_unlock(&conference_bridge->playback_lock); -+ return -1; -+ } -+ -+ conference_bridge->playback_chan->bridge = conference_bridge->bridge; -+ -+ if (ast_call(conference_bridge->playback_chan, "", 0)) { -+ ast_hangup(conference_bridge->playback_chan); -+ conference_bridge->playback_chan = NULL; -+ ast_mutex_unlock(&conference_bridge->playback_lock); -+ return -1; -+ } -+ -+ ast_debug(1, "Created a playback channel to conference bridge '%s'\n", conference_bridge->name); -+ -+ underlying_channel = conference_bridge->playback_chan->tech->bridged_channel(conference_bridge->playback_chan, NULL); -+ } else { -+ /* Channel was already available so we just need to add it back into the bridge */ -+ underlying_channel = conference_bridge->playback_chan->tech->bridged_channel(conference_bridge->playback_chan, NULL); -+ ast_bridge_impart(conference_bridge->bridge, underlying_channel, NULL, NULL); -+ } -+ -+ /* The channel is all under our control, in goes the prompt */ -+ ast_stream_and_wait(conference_bridge->playback_chan, filename, ""); -+ -+ ast_debug(1, "Departing underlying channel '%s' from bridge '%p'\n", underlying_channel->name, conference_bridge->bridge); -+ ast_bridge_depart(conference_bridge->bridge, underlying_channel); -+ -+ ast_mutex_unlock(&conference_bridge->playback_lock); -+ -+ return 0; -+} -+ -+/*! -+ * \brief DTMF Menu Callback -+ * -+ * \param bridge Bridge this is involving -+ * \param bridge_channel Bridged channel this is involving -+ * \param hook_pvt User's conference bridge structure -+ * -+ * \retval 0 success -+ * \retval -1 failure -+ */ -+static int menu_callback(struct ast_bridge *bridge, struct ast_bridge_channel *bridge_channel, void *hook_pvt) -+{ -+ struct conference_bridge_user *conference_bridge_user = hook_pvt; -+ struct conference_bridge *conference_bridge = conference_bridge_user->conference_bridge; -+ int digit, res = 0, isadmin = ast_test_flag(&conference_bridge_user->flags, OPTION_ADMIN); -+ -+ /* See if music on hold is playing */ -+ ao2_lock(conference_bridge); -+ if (conference_bridge->users == 1 && ast_test_flag(&conference_bridge_user->flags, OPTION_MUSICONHOLD)) { -+ /* Just us so MOH is probably indeed going, let's stop it */ -+ ast_moh_stop(bridge_channel->chan); -+ } -+ ao2_unlock(conference_bridge); -+ -+ /* Try to play back the user menu, if it fails pass this back up so the bridging core will act on it */ -+ if (ast_streamfile(bridge_channel->chan, (isadmin ? "conf-adminmenu" : "conf-usermenu"), bridge_channel->chan->language)) { -+ res = -1; -+ goto finished; -+ } -+ -+ /* Wait for them to enter a digit from the user menu options */ -+ digit = ast_waitstream(bridge_channel->chan, AST_DIGIT_ANY); -+ ast_stopstream(bridge_channel->chan); -+ -+ if (digit == '1') { -+ /* 1 - Mute or unmute yourself, note we only allow manipulation if they aren't waiting for a marked user or if marked users exist */ -+ if (!ast_test_flag(&conference_bridge_user->flags, OPTION_WAITMARKED) || conference_bridge->markedusers) { -+ conference_bridge_user->features.mute = (!conference_bridge_user->features.mute ? 1 : 0); -+ } -+ res = ast_stream_and_wait(bridge_channel->chan, (conference_bridge_user->features.mute ? "conf-muted" : "conf-unmuted"), ""); -+ } else if (isadmin && digit == '2') { -+ /* 2 - Unlock or lock conference */ -+ conference_bridge->locked = (!conference_bridge->locked ? 1 : 0); -+ res = ast_stream_and_wait(bridge_channel->chan, (conference_bridge->locked ? "conf-lockednow" : "conf-unlockednow"), ""); -+ } else if (isadmin && digit == '3') { -+ /* 3 - Eject last user */ -+ struct conference_bridge_user *last_participant = NULL; -+ -+ ao2_lock(conference_bridge); -+ if (((last_participant = AST_LIST_LAST(&conference_bridge->users_list)) == conference_bridge_user) || (ast_test_flag(&last_participant->flags, OPTION_ADMIN))) { -+ ao2_unlock(conference_bridge); -+ res = ast_stream_and_wait(bridge_channel->chan, "conf-errormenu", ""); -+ } else { -+ last_participant->kicked = 1; -+ ast_bridge_remove(conference_bridge->bridge, last_participant->chan); -+ ao2_unlock(conference_bridge); -+ } -+ } else if (digit == '4') { -+ /* 4 - Decrease listening volume */ -+ ast_audiohook_volume_adjust(conference_bridge_user->chan, AST_AUDIOHOOK_DIRECTION_WRITE, -1); -+ } else if (digit == '6') { -+ /* 6 - Increase listening volume */ -+ ast_audiohook_volume_adjust(conference_bridge_user->chan, AST_AUDIOHOOK_DIRECTION_WRITE, 1); -+ } else if (digit == '7') { -+ /* 7 - Decrease talking volume */ -+ ast_audiohook_volume_adjust(conference_bridge_user->chan, AST_AUDIOHOOK_DIRECTION_READ, -1); -+ } else if (digit == '8') { -+ /* 8 - Exit the IVR */ -+ } else if (digit == '9') { -+ /* 9 - Increase talking volume */ -+ ast_audiohook_volume_adjust(conference_bridge_user->chan, AST_AUDIOHOOK_DIRECTION_READ, 1); -+ } else { -+ /* No valid option was selected */ -+ res = ast_stream_and_wait(bridge_channel->chan, "conf-errormenu", ""); -+ } -+ -+ finished: -+ /* See if music on hold needs to be started back up again */ -+ ao2_lock(conference_bridge); -+ if (conference_bridge->users == 1 && ast_test_flag(&conference_bridge_user->flags, OPTION_MUSICONHOLD)) { -+ ast_moh_start(bridge_channel->chan, conference_bridge_user->opt_args[OPTION_MUSICONHOLD_CLASS], NULL); -+ } -+ ao2_unlock(conference_bridge); -+ -+ bridge_channel->state = AST_BRIDGE_CHANNEL_STATE_WAIT; -+ -+ return res; -+} -+ -+/*! \brief The ConfBridge application */ -+static int confbridge_exec(struct ast_channel *chan, void *data) -+{ -+ int res = 0, volume_adjustments[2]; -+ char *parse; -+ struct conference_bridge *conference_bridge = NULL; -+ struct conference_bridge_user conference_bridge_user = { -+ .chan = chan, -+ }; -+ const char *tmp, *join_sound = NULL, *leave_sound = NULL; -+ AST_DECLARE_APP_ARGS(args, -+ AST_APP_ARG(conf_name); -+ AST_APP_ARG(options); -+ ); -+ -+ if (ast_strlen_zero(data)) { -+ ast_log(LOG_WARNING, "%s requires an argument (conference name[,options])\n", app); -+ return -1; -+ } -+ -+ /* We need to make a copy of the input string if we are going to modify it! */ -+ parse = ast_strdupa(data); -+ -+ AST_STANDARD_APP_ARGS(args, parse); -+ -+ if (args.argc == 2) { -+ ast_app_parse_options(app_opts, &conference_bridge_user.flags, conference_bridge_user.opt_args, args.options); -+ } -+ -+ /* Look for a conference bridge matching the provided name */ -+ if (!(conference_bridge = join_conference_bridge(args.conf_name, &conference_bridge_user))) { -+ return -1; -+ } -+ -+ /* Keep a copy of volume adjustments so we can restore them later if need be */ -+ volume_adjustments[0] = ast_audiohook_volume_get(chan, AST_AUDIOHOOK_DIRECTION_READ); -+ volume_adjustments[1] = ast_audiohook_volume_get(chan, AST_AUDIOHOOK_DIRECTION_WRITE); -+ -+ /* Always initialize the features structure, we are in most cases always going to need it. */ -+ ast_bridge_features_init(&conference_bridge_user.features); -+ -+ /* If the menu option is enabled provide a user or admin menu as a custom feature hook */ -+ if (ast_test_flag(&conference_bridge_user.flags, OPTION_MENU)) { -+ ast_bridge_features_hook(&conference_bridge_user.features, "#", menu_callback, &conference_bridge_user); -+ } -+ -+ /* If the caller should be joined already muted, make it so */ -+ if (ast_test_flag(&conference_bridge_user.flags, OPTION_STARTMUTED)) { -+ conference_bridge_user.features.mute = 1; -+ } -+ -+ /* Grab join/leave sounds from the channel */ -+ ast_channel_lock(chan); -+ if ((tmp = pbx_builtin_getvar_helper(chan, "CONFBRIDGE_JOIN_SOUND"))) { -+ join_sound = ast_strdupa(tmp); -+ } -+ if ((tmp = pbx_builtin_getvar_helper(chan, "CONFBRIDGE_LEAVE_SOUND"))) { -+ leave_sound = ast_strdupa(tmp); -+ } -+ ast_channel_unlock(chan); -+ -+ /* If there is 1 or more people already in the conference then play our join sound unless overridden */ -+ if (!ast_test_flag(&conference_bridge_user.flags, OPTION_QUIET) && !ast_strlen_zero(join_sound) && conference_bridge->users >= 2) { -+ ast_autoservice_start(chan); -+ play_sound_file(conference_bridge, join_sound); -+ ast_autoservice_stop(chan); -+ } -+ -+ /* Join our conference bridge for real */ -+ ast_bridge_join(conference_bridge->bridge, chan, NULL, &conference_bridge_user.features); -+ -+ /* If there is 1 or more people (not including us) already in the conference then play our leave sound unless overridden */ -+ if (!ast_test_flag(&conference_bridge_user.flags, OPTION_QUIET) && !ast_strlen_zero(leave_sound) && conference_bridge->users >= 2) { -+ ast_autoservice_start(chan); -+ play_sound_file(conference_bridge, leave_sound); -+ ast_autoservice_stop(chan); -+ } -+ -+ /* Easy as pie, depart this channel from the conference bridge */ -+ leave_conference_bridge(conference_bridge, &conference_bridge_user); -+ conference_bridge = NULL; -+ -+ /* Can't forget to clean up the features structure, or else we risk a memory leak */ -+ ast_bridge_features_cleanup(&conference_bridge_user.features); -+ -+ /* If the user was kicked from the conference play back the audio prompt for it */ -+ if (!ast_test_flag(&conference_bridge_user.flags, OPTION_QUIET) && conference_bridge_user.kicked) { -+ res = ast_stream_and_wait(chan, "conf-kicked", ""); -+ } -+ -+ /* Restore volume adjustments to previous values in case they were changed */ -+ if (volume_adjustments[0]) { -+ ast_audiohook_volume_set(chan, AST_AUDIOHOOK_DIRECTION_READ, volume_adjustments[0]); -+ } -+ if (volume_adjustments[1]) { -+ ast_audiohook_volume_set(chan, AST_AUDIOHOOK_DIRECTION_WRITE, volume_adjustments[1]); -+ } -+ -+ return res; -+} -+ -+/*! \brief Called when module is being unloaded */ -+static int unload_module(void) -+{ -+ int res = ast_unregister_application(app); -+ -+ /* Get rid of the conference bridges container. Since we only allow dynamic ones none will be active. */ -+ ao2_ref(conference_bridges, -1); -+ -+ return res; -+} -+ -+/*! \brief Called when module is being loaded */ -+static int load_module(void) -+{ -+ /* Create a container to hold the conference bridges */ -+ if (!(conference_bridges = ao2_container_alloc(CONFERENCE_BRIDGE_BUCKETS, conference_bridge_hash_cb, conference_bridge_cmp_cb))) { -+ return AST_MODULE_LOAD_DECLINE; -+ } -+ -+ if (ast_register_application(app, confbridge_exec, synopsis, descrip)) { -+ ao2_ref(conference_bridges, -1); -+ return AST_MODULE_LOAD_DECLINE; -+ } -+ -+ return AST_MODULE_LOAD_SUCCESS; -+} -+ -+AST_MODULE_INFO_STANDARD(ASTERISK_GPL_KEY, "Conference Bridge Application"); -diff --git a/bridges/Makefile b/bridges/Makefile -new file mode 100644 -index 0000000..b2ba68d ---- /dev/null -+++ b/bridges/Makefile -@@ -0,0 +1,26 @@ -+# -+# Asterisk -- A telephony toolkit for Linux. -+# -+# Makefile for bridging modules -+# -+# Copyright (C) 1999-2007, Digium, Inc. -+# -+# This program is free software, distributed under the terms of -+# the GNU General Public License -+# -+ -+-include ../menuselect.makeopts ../menuselect.makedeps -+ -+C_MODS:=$(filter-out $(MENUSELECT_BRIDGES),$(patsubst %.c,%,$(wildcard bridge_*.c))) -+CC_MODS:=$(filter-out $(MENUSELECT_BRIDGES),$(patsubst %.cc,%,$(wildcard bridge_*.cc))) -+ -+LOADABLE_MODS:=$(C_MODS) $(CC_MODS) -+ -+ifneq ($(findstring bridges,$(MENUSELECT_EMBED)),) -+ EMBEDDED_MODS:=$(LOADABLE_MODS) -+ LOADABLE_MODS:= -+endif -+ -+all: _all -+ -+include $(ASTTOPDIR)/Makefile.moddir_rules -diff --git a/bridges/bridge_builtin_features.c b/bridges/bridge_builtin_features.c -new file mode 100644 -index 0000000..e202d7d ---- /dev/null -+++ b/bridges/bridge_builtin_features.c -@@ -0,0 +1,257 @@ -+/* -+ * Asterisk -- An open source telephony toolkit. -+ * -+ * Copyright (C) 2009, Digium, Inc. -+ * -+ * Joshua Colp -+ * -+ * See http://www.asterisk.org for more information about -+ * the Asterisk project. Please do not directly contact -+ * any of the maintainers of this project for assistance; -+ * the project provides a web site, mailing lists and IRC -+ * channels for your use. -+ * -+ * This program is free software, distributed under the terms of -+ * the GNU General Public License Version 2. See the LICENSE file -+ * at the top of the source tree. -+ */ -+ -+/*! \file -+ * -+ * \brief Built in bridging features -+ * -+ * \author Joshua Colp -+ * -+ * \ingroup bridges -+ */ -+ -+#include "asterisk.h" -+ -+ASTERISK_FILE_VERSION(__FILE__, "$Revision$") -+ -+#include -+#include -+#include -+#include -+#include -+ -+#include "asterisk/module.h" -+#include "asterisk/channel.h" -+#include "asterisk/bridging.h" -+#include "asterisk/bridging_technology.h" -+#include "asterisk/frame.h" -+#include "asterisk/file.h" -+#include "asterisk/app.h" -+#include "asterisk/astobj2.h" -+ -+/*! \brief Helper function that presents dialtone and grabs extension */ -+static int grab_transfer(struct ast_channel *chan, char *exten, size_t exten_len, const char *context) -+{ -+ int res; -+ -+ /* Play the simple "transfer" prompt out and wait */ -+ res = ast_stream_and_wait(chan, "pbx-transfer", AST_DIGIT_ANY); -+ ast_stopstream(chan); -+ -+ /* If the person hit a DTMF digit while the above played back stick it into the buffer */ -+ if (res) { -+ exten[0] = (char)res; -+ } -+ -+ /* Drop to dialtone so they can enter the extension they want to transfer to */ -+ res = ast_app_dtget(chan, context, exten, exten_len, 100, 1000); -+ -+ return res; -+} -+ -+/*! \brief Helper function that creates an outgoing channel and returns it immediately */ -+static struct ast_channel *dial_transfer(const struct ast_channel *caller, const char *exten, const char *context) -+{ -+ char destination[AST_MAX_EXTENSION+AST_MAX_CONTEXT+1] = ""; -+ struct ast_channel *chan = NULL; -+ int cause; -+ -+ /* Fill the variable with the extension and context we want to call */ -+ snprintf(destination, sizeof(destination), "%s@%s", exten, context); -+ -+ /* Now we request that chan_local prepare to call the destination */ -+ if (!(chan = ast_request("Local", caller->nativeformats, destination, &cause))) { -+ return NULL; -+ } -+ -+ /* Before we actually dial out let's inherit the appropriate dialplan variables */ -+ ast_channel_inherit_variables(caller, chan); -+ -+ /* Since the above worked fine now we actually call it and return the channel */ -+ if (ast_call(chan, destination, 0)) { -+ ast_hangup(chan); -+ return NULL; -+ } -+ -+ return chan; -+} -+ -+/*! \brief Internal built in feature for blind transfers */ -+static int feature_blind_transfer(struct ast_bridge *bridge, struct ast_bridge_channel *bridge_channel, void *hook_pvt) -+{ -+ char exten[AST_MAX_EXTENSION] = ""; -+ struct ast_channel *chan = NULL; -+ struct ast_bridge_features_blind_transfer *blind_transfer = hook_pvt; -+ const char *context = (blind_transfer && !ast_strlen_zero(blind_transfer->context) ? blind_transfer->context : bridge_channel->chan->context); -+ -+ /* Grab the extension to transfer to */ -+ if (!grab_transfer(bridge_channel->chan, exten, sizeof(exten), context)) { -+ ast_stream_and_wait(bridge_channel->chan, "pbx-invalid", AST_DIGIT_ANY); -+ ast_bridge_change_state(bridge_channel, AST_BRIDGE_CHANNEL_STATE_WAIT); -+ return 0; -+ } -+ -+ /* Get a channel that is the destination we wish to call */ -+ if (!(chan = dial_transfer(bridge_channel->chan, exten, context))) { -+ ast_stream_and_wait(bridge_channel->chan, "beeperr", AST_DIGIT_ANY); -+ ast_bridge_change_state(bridge_channel, AST_BRIDGE_CHANNEL_STATE_WAIT); -+ return 0; -+ } -+ -+ /* This is sort of the fun part. We impart the above channel onto the bridge, and have it take our place. */ -+ ast_bridge_impart(bridge, chan, bridge_channel->chan, NULL); -+ -+ return 0; -+} -+ -+/*! \brief Attended transfer feature to turn it into a threeway call */ -+static int attended_threeway_transfer(struct ast_bridge *bridge, struct ast_bridge_channel *bridge_channel, void *hook_pvt) -+{ -+ /* This is sort of abusing the depart state but in this instance it is only going to be handled in the below function so it is okay */ -+ ast_bridge_change_state(bridge_channel, AST_BRIDGE_CHANNEL_STATE_DEPART); -+ return 0; -+} -+ -+/*! \brief Attended transfer abort feature */ -+static int attended_abort_transfer(struct ast_bridge *bridge, struct ast_bridge_channel *bridge_channel, void *hook_pvt) -+{ -+ struct ast_bridge_channel *called_bridge_channel = NULL; -+ -+ /* It is possible (albeit unlikely) that the bridge channels list may change, so we have to ensure we do all of our magic while locked */ -+ ao2_lock(bridge); -+ -+ if (AST_LIST_FIRST(&bridge->channels) != bridge_channel) { -+ called_bridge_channel = AST_LIST_FIRST(&bridge->channels); -+ } else { -+ called_bridge_channel = AST_LIST_LAST(&bridge->channels); -+ } -+ -+ /* Now we basically eject the other channel from the bridge. This will cause their thread to hang them up, and our own code to consider the transfer failed. */ -+ if (called_bridge_channel) { -+ ast_bridge_change_state(called_bridge_channel, AST_BRIDGE_CHANNEL_STATE_HANGUP); -+ } -+ -+ ast_bridge_change_state(bridge_channel, AST_BRIDGE_CHANNEL_STATE_END); -+ -+ ao2_unlock(bridge); -+ -+ return 0; -+} -+ -+/*! \brief Internal built in feature for attended transfers */ -+static int feature_attended_transfer(struct ast_bridge *bridge, struct ast_bridge_channel *bridge_channel, void *hook_pvt) -+{ -+ char exten[AST_MAX_EXTENSION] = ""; -+ struct ast_channel *chan = NULL; -+ struct ast_bridge *attended_bridge = NULL; -+ struct ast_bridge_features caller_features, called_features; -+ enum ast_bridge_channel_state attended_bridge_result; -+ struct ast_bridge_features_attended_transfer *attended_transfer = hook_pvt; -+ const char *context = (attended_transfer && !ast_strlen_zero(attended_transfer->context) ? attended_transfer->context : bridge_channel->chan->context); -+ -+ /* Grab the extension to transfer to */ -+ if (!grab_transfer(bridge_channel->chan, exten, sizeof(exten), context)) { -+ ast_stream_and_wait(bridge_channel->chan, "pbx-invalid", AST_DIGIT_ANY); -+ ast_bridge_change_state(bridge_channel, AST_BRIDGE_CHANNEL_STATE_WAIT); -+ return 0; -+ } -+ -+ /* Get a channel that is the destination we wish to call */ -+ if (!(chan = dial_transfer(bridge_channel->chan, exten, context))) { -+ ast_stream_and_wait(bridge_channel->chan, "beeperr", AST_DIGIT_ANY); -+ ast_bridge_change_state(bridge_channel, AST_BRIDGE_CHANNEL_STATE_WAIT); -+ return 0; -+ } -+ -+ /* Create a bridge to use to talk to the person we are calling */ -+ if (!(attended_bridge = ast_bridge_new(AST_BRIDGE_CAPABILITY_1TO1MIX, 0))) { -+ ast_hangup(chan); -+ ast_stream_and_wait(bridge_channel->chan, "beeperr", AST_DIGIT_ANY); -+ ast_bridge_change_state(bridge_channel, AST_BRIDGE_CHANNEL_STATE_WAIT); -+ return 0; -+ } -+ -+ /* Setup our called features structure so that if they hang up we immediately get thrown out of the bridge */ -+ ast_bridge_features_init(&called_features); -+ ast_bridge_features_set_flag(&called_features, AST_BRIDGE_FLAG_DISSOLVE); -+ -+ /* This is how this is going down, we are imparting the channel we called above into this bridge first */ -+ ast_bridge_impart(attended_bridge, chan, NULL, &called_features); -+ -+ /* Before we join setup a features structure with the hangup option, just in case they want to use DTMF */ -+ ast_bridge_features_init(&caller_features); -+ ast_bridge_features_enable(&caller_features, AST_BRIDGE_BUILTIN_HANGUP, -+ (attended_transfer && !ast_strlen_zero(attended_transfer->complete) ? attended_transfer->complete : "*1"), NULL); -+ ast_bridge_features_hook(&caller_features, (attended_transfer && !ast_strlen_zero(attended_transfer->threeway) ? attended_transfer->threeway : "*2"), -+ attended_threeway_transfer, NULL); -+ ast_bridge_features_hook(&caller_features, (attended_transfer && !ast_strlen_zero(attended_transfer->abort) ? attended_transfer->abort : "*3"), -+ attended_abort_transfer, NULL); -+ -+ /* But for the caller we want to join the bridge in a blocking fashion so we don't spin around in this function doing nothing while waiting */ -+ attended_bridge_result = ast_bridge_join(attended_bridge, bridge_channel->chan, NULL, &caller_features); -+ -+ /* Since the above returned the caller features structure is of no more use */ -+ ast_bridge_features_cleanup(&caller_features); -+ -+ /* Drop the channel we are transferring to out of the above bridge since it has ended */ -+ if ((attended_bridge_result != AST_BRIDGE_CHANNEL_STATE_HANGUP) && !ast_bridge_depart(attended_bridge, chan)) { -+ /* If the user wants to turn this into a threeway transfer then do so, otherwise they take our place */ -+ if (attended_bridge_result == AST_BRIDGE_CHANNEL_STATE_DEPART) { -+ /* We want to impart them upon the bridge and just have us return to it as normal */ -+ ast_bridge_impart(bridge, chan, NULL, NULL); -+ } else { -+ ast_bridge_impart(bridge, chan, bridge_channel->chan, NULL); -+ } -+ } else { -+ ast_stream_and_wait(bridge_channel->chan, "beeperr", AST_DIGIT_ANY); -+ ast_bridge_change_state(bridge_channel, AST_BRIDGE_CHANNEL_STATE_WAIT); -+ } -+ -+ /* Now that all channels are out of it we can destroy the bridge and the called features structure */ -+ ast_bridge_features_cleanup(&called_features); -+ ast_bridge_destroy(attended_bridge); -+ -+ return 0; -+} -+ -+/*! \brief Internal built in feature for hangup */ -+static int feature_hangup(struct ast_bridge *bridge, struct ast_bridge_channel *bridge_channel, void *hook_pvt) -+{ -+ /* This is very simple, we basically change the state on the bridge channel to end and the core takes care of the rest */ -+ ast_bridge_change_state(bridge_channel, AST_BRIDGE_CHANNEL_STATE_END); -+ return 0; -+} -+ -+static int unload_module(void) -+{ -+ return 0; -+} -+ -+static int load_module(void) -+{ -+ ast_bridge_features_register(AST_BRIDGE_BUILTIN_BLINDTRANSFER, feature_blind_transfer, NULL); -+ ast_bridge_features_register(AST_BRIDGE_BUILTIN_ATTENDEDTRANSFER, feature_attended_transfer, NULL); -+ ast_bridge_features_register(AST_BRIDGE_BUILTIN_HANGUP, feature_hangup, NULL); -+ -+ /* Bump up our reference count so we can't be unloaded */ -+ ast_module_ref(ast_module_info->self); -+ -+ return AST_MODULE_LOAD_SUCCESS; -+} -+ -+AST_MODULE_INFO_STANDARD(ASTERISK_GPL_KEY, "Built in bridging features"); -diff --git a/bridges/bridge_multiplexed.c b/bridges/bridge_multiplexed.c -new file mode 100644 -index 0000000..0bdbd52 ---- /dev/null -+++ b/bridges/bridge_multiplexed.c -@@ -0,0 +1,326 @@ -+/* -+ * Asterisk -- An open source telephony toolkit. -+ * -+ * Copyright (C) 2008, Digium, Inc. -+ * -+ * Joshua Colp -+ * -+ * See http://www.asterisk.org for more information about -+ * the Asterisk project. Please do not directly contact -+ * any of the maintainers of this project for assistance; -+ * the project provides a web site, mailing lists and IRC -+ * channels for your use. -+ * -+ * This program is free software, distributed under the terms of -+ * the GNU General Public License Version 2. See the LICENSE file -+ * at the top of the source tree. -+ */ -+ -+/*! \file -+ * -+ * \brief Two channel bridging module which groups bridges into batches of threads -+ * -+ * \author Joshua Colp -+ * -+ * \ingroup bridges -+ */ -+ -+#include "asterisk.h" -+ -+ASTERISK_FILE_VERSION(__FILE__, "$Revision$") -+ -+#include -+#include -+#include -+#include -+#include -+#include -+ -+#include "asterisk/module.h" -+#include "asterisk/channel.h" -+#include "asterisk/bridging.h" -+#include "asterisk/bridging_technology.h" -+#include "asterisk/frame.h" -+#include "asterisk/astobj2.h" -+ -+/*! \brief Number of buckets our multiplexed thread container can have */ -+#define MULTIPLEXED_BUCKETS 53 -+ -+/*! \brief Number of channels we handle in a single thread */ -+#define MULTIPLEXED_MAX_CHANNELS 8 -+ -+/*! \brief Structure which represents a single thread handling multiple 2 channel bridges */ -+struct multiplexed_thread { -+ /*! Thread itself */ -+ pthread_t thread; -+ /*! Channels in this thread */ -+ struct ast_channel *chans[MULTIPLEXED_MAX_CHANNELS]; -+ /*! Number of channels in this thread */ -+ unsigned int count; -+ /*! Number of channels actually being serviced by this thread */ -+ unsigned int service_count; -+ /*! Bit used to indicate that the thread is waiting on channels */ -+ unsigned int waiting:1; -+}; -+ -+/*! \brief Container of all operating multiplexed threads */ -+static struct ao2_container *multiplexed_threads; -+ -+/*! \brief Callback function for finding a free multiplexed thread */ -+static int find_multiplexed_thread(void *obj, void *arg, int flags) -+{ -+ struct multiplexed_thread *multiplexed_thread = obj; -+ return (multiplexed_thread->count <= (MULTIPLEXED_MAX_CHANNELS - 2)) ? CMP_MATCH | CMP_STOP : 0; -+} -+ -+/*! \brief Create function which finds/reserves/references a multiplexed thread structure */ -+static int multiplexed_bridge_create(struct ast_bridge *bridge) -+{ -+ struct multiplexed_thread *multiplexed_thread; -+ -+ ao2_lock(multiplexed_threads); -+ -+ /* Try to find an existing thread to handle our additional channels */ -+ if (!(multiplexed_thread = ao2_callback(multiplexed_threads, 0, find_multiplexed_thread, NULL))) { -+ /* If we failed we will have to create a new one from scratch */ -+ if (!(multiplexed_thread = ao2_alloc(sizeof(*multiplexed_thread), NULL))) { -+ ast_debug(1, "Failed to find or create a new multiplexed thread for bridge '%p'\n", bridge); -+ ao2_unlock(multiplexed_threads); -+ return -1; -+ } -+ /* Set up default parameters */ -+ multiplexed_thread->thread = AST_PTHREADT_NULL; -+ /* Finally link us into the container so others may find us */ -+ ao2_link(multiplexed_threads, multiplexed_thread); -+ ast_debug(1, "Created multiplexed thread '%p' for bridge '%p'\n", multiplexed_thread, bridge); -+ } else { -+ ast_debug(1, "Found multiplexed thread '%p' for bridge '%p'\n", multiplexed_thread, bridge); -+ } -+ -+ /* Bump the count of the thread structure up by two since the channels for this bridge will be joining shortly */ -+ multiplexed_thread->count += 2; -+ -+ ao2_unlock(multiplexed_threads); -+ -+ bridge->bridge_pvt = multiplexed_thread; -+ -+ return 0; -+} -+ -+/*! \brief Internal function which nudges the thread */ -+static void multiplexed_nudge(struct multiplexed_thread *multiplexed_thread) -+{ -+ if (multiplexed_thread->thread == AST_PTHREADT_NULL) { -+ return; -+ } -+ -+ while (multiplexed_thread->waiting) { -+ pthread_kill(multiplexed_thread->thread, SIGURG); -+ usleep(1); -+ } -+ -+ return; -+} -+ -+/*! \brief Destroy function which unreserves/unreferences/removes a multiplexed thread structure */ -+static int multiplexed_bridge_destroy(struct ast_bridge *bridge) -+{ -+ struct multiplexed_thread *multiplexed_thread = bridge->bridge_pvt; -+ -+ ao2_lock(multiplexed_threads); -+ -+ multiplexed_thread->count -= 2; -+ -+ if (!multiplexed_thread->count) { -+ ast_debug(1, "Unlinking multiplexed thread '%p' since nobody is using it anymore\n", multiplexed_thread); -+ ao2_unlink(multiplexed_threads, multiplexed_thread); -+ } -+ -+ multiplexed_nudge(multiplexed_thread); -+ -+ ao2_unlock(multiplexed_threads); -+ -+ ao2_ref(multiplexed_thread, -1); -+ -+ return 0; -+} -+ -+/*! \brief Thread function that executes for multiplexed threads */ -+static void *multiplexed_thread_function(void *data) -+{ -+ struct multiplexed_thread *multiplexed_thread = data; -+ -+ ao2_lock(multiplexed_thread); -+ -+ ast_debug(1, "Starting actual thread for multiplexed thread '%p'\n", multiplexed_thread); -+ -+ while (multiplexed_thread->thread != AST_PTHREADT_STOP) { -+ struct ast_channel *winner = NULL, *first = multiplexed_thread->chans[0]; -+ int to = -1; -+ -+ /* Move channels around so not just the first one gets priority */ -+ memmove(multiplexed_thread->chans, multiplexed_thread->chans + 1, sizeof(struct ast_channel *) * (multiplexed_thread->service_count - 1)); -+ multiplexed_thread->chans[multiplexed_thread->service_count - 1] = first; -+ -+ ao2_unlock(multiplexed_thread); -+ multiplexed_thread->waiting = 1; -+ winner = ast_waitfor_n(multiplexed_thread->chans, multiplexed_thread->service_count, &to); -+ multiplexed_thread->waiting = 0; -+ ao2_lock(multiplexed_thread); -+ -+ if (winner && winner->bridge) { -+ ast_bridge_handle_trip(winner->bridge, NULL, winner, -1); -+ } -+ } -+ -+ multiplexed_thread->thread = AST_PTHREADT_NULL; -+ -+ ast_debug(1, "Stopping actual thread for multiplexed thread '%p'\n", multiplexed_thread); -+ -+ ao2_unlock(multiplexed_thread); -+ ao2_ref(multiplexed_thread, -1); -+ -+ return NULL; -+} -+ -+/*! \brief Helper function which adds or removes a channel and nudges the thread */ -+static void multiplexed_add_or_remove(struct multiplexed_thread *multiplexed_thread, struct ast_channel *chan, int add) -+{ -+ int i, removed = 0; -+ -+ ao2_lock(multiplexed_thread); -+ -+ multiplexed_nudge(multiplexed_thread); -+ -+ for (i = 0; i < MULTIPLEXED_MAX_CHANNELS; i++) { -+ if (multiplexed_thread->chans[i] == chan) { -+ if (!add) { -+ multiplexed_thread->chans[i] = NULL; -+ multiplexed_thread->service_count--; -+ removed = 1; -+ } -+ break; -+ } else if (!multiplexed_thread->chans[i] && add) { -+ multiplexed_thread->chans[i] = chan; -+ multiplexed_thread->service_count++; -+ break; -+ } -+ } -+ -+ if (multiplexed_thread->service_count && multiplexed_thread->thread == AST_PTHREADT_NULL) { -+ ao2_ref(multiplexed_thread, +1); -+ if (ast_pthread_create(&multiplexed_thread->thread, NULL, multiplexed_thread_function, multiplexed_thread)) { -+ ao2_ref(multiplexed_thread, -1); -+ ast_debug(1, "Failed to create an actual thread for multiplexed thread '%p', trying next time\n", multiplexed_thread); -+ } -+ } else if (!multiplexed_thread->service_count && multiplexed_thread->thread != AST_PTHREADT_NULL) { -+ multiplexed_thread->thread = AST_PTHREADT_STOP; -+ } else if (!add && removed) { -+ memmove(multiplexed_thread->chans + i, multiplexed_thread->chans + i + 1, sizeof(struct ast_channel *) * (MULTIPLEXED_MAX_CHANNELS - (i + 1))); -+ } -+ -+ ao2_unlock(multiplexed_thread); -+ -+ return; -+} -+ -+/*! \brief Join function which actually adds the channel into the array to be monitored */ -+static int multiplexed_bridge_join(struct ast_bridge *bridge, struct ast_bridge_channel *bridge_channel) -+{ -+ struct ast_channel *c0 = AST_LIST_FIRST(&bridge->channels)->chan, *c1 = AST_LIST_LAST(&bridge->channels)->chan; -+ struct multiplexed_thread *multiplexed_thread = bridge->bridge_pvt; -+ -+ ast_debug(1, "Adding channel '%s' to multiplexed thread '%p' for monitoring\n", bridge_channel->chan->name, multiplexed_thread); -+ -+ multiplexed_add_or_remove(multiplexed_thread, bridge_channel->chan, 1); -+ -+ /* If the second channel has not yet joined do not make things compatible */ -+ if (c0 == c1) { -+ return 0; -+ } -+ -+ if (((c0->writeformat == c1->readformat) && (c0->readformat == c1->writeformat) && (c0->nativeformats == c1->nativeformats))) { -+ return 0; -+ } -+ -+ return ast_channel_make_compatible(c0, c1); -+} -+ -+/*! \brief Leave function which actually removes the channel from the array */ -+static int multiplexed_bridge_leave(struct ast_bridge *bridge, struct ast_bridge_channel *bridge_channel) -+{ -+ struct multiplexed_thread *multiplexed_thread = bridge->bridge_pvt; -+ -+ ast_debug(1, "Removing channel '%s' from multiplexed thread '%p'\n", bridge_channel->chan->name, multiplexed_thread); -+ -+ multiplexed_add_or_remove(multiplexed_thread, bridge_channel->chan, 0); -+ -+ return 0; -+} -+ -+/*! \brief Poke function which notifies us of bridged channel state changes */ -+static int multiplexed_bridge_poke(struct ast_bridge *bridge, struct ast_bridge_channel *bridge_channel) -+{ -+ struct multiplexed_thread *multiplexed_thread = bridge->bridge_pvt; -+ -+ if (bridge_channel->state == AST_BRIDGE_CHANNEL_STATE_WAIT) { -+ multiplexed_add_or_remove(multiplexed_thread, bridge_channel->chan, 1); -+ } else if (bridge_channel->state == AST_BRIDGE_CHANNEL_STATE_FEATURE || bridge_channel->state == AST_BRIDGE_CHANNEL_STATE_DTMF) { -+ multiplexed_add_or_remove(multiplexed_thread, bridge_channel->chan, 0); -+ } -+ -+ return 0; -+} -+ -+/*! \brief Write function for writing frames into the bridge */ -+static enum ast_bridge_write_result multiplexed_bridge_write(struct ast_bridge *bridge, struct ast_bridge_channel *bridge_channel, struct ast_frame *frame) -+{ -+ struct ast_bridge_channel *other; -+ -+ if (AST_LIST_FIRST(&bridge->channels) == AST_LIST_LAST(&bridge->channels)) { -+ return AST_BRIDGE_WRITE_FAILED; -+ } -+ -+ if (!(other = (AST_LIST_FIRST(&bridge->channels) == bridge_channel ? AST_LIST_LAST(&bridge->channels) : AST_LIST_FIRST(&bridge->channels)))) { -+ return AST_BRIDGE_WRITE_FAILED; -+ } -+ -+ if (other->state == AST_BRIDGE_CHANNEL_STATE_WAIT) { -+ ast_write(other->chan, frame); -+ } -+ -+ return AST_BRIDGE_WRITE_SUCCESS; -+} -+ -+static struct ast_bridge_technology multiplexed_bridge = { -+ .name = "multiplexed_bridge", -+ .capabilities = AST_BRIDGE_CAPABILITY_1TO1MIX, -+ .preference = AST_BRIDGE_PREFERENCE_HIGH, -+ .formats = AST_FORMAT_AUDIO_MASK | AST_FORMAT_VIDEO_MASK | AST_FORMAT_TEXT_MASK, -+ .create = multiplexed_bridge_create, -+ .destroy = multiplexed_bridge_destroy, -+ .join = multiplexed_bridge_join, -+ .leave = multiplexed_bridge_leave, -+ .poke = multiplexed_bridge_poke, -+ .write = multiplexed_bridge_write, -+}; -+ -+static int unload_module(void) -+{ -+ int res = ast_bridge_technology_unregister(&multiplexed_bridge); -+ -+ ao2_ref(multiplexed_threads, -1); -+ -+ return res; -+} -+ -+static int load_module(void) -+{ -+ if (!(multiplexed_threads = ao2_container_alloc(MULTIPLEXED_BUCKETS, NULL, NULL))) { -+ return AST_MODULE_LOAD_DECLINE; -+ } -+ -+ return ast_bridge_technology_register(&multiplexed_bridge); -+} -+ -+AST_MODULE_INFO_STANDARD(ASTERISK_GPL_KEY, "Multiplexed two channel bridging module"); -diff --git a/bridges/bridge_simple.c b/bridges/bridge_simple.c -new file mode 100644 -index 0000000..15907da ---- /dev/null -+++ b/bridges/bridge_simple.c -@@ -0,0 +1,103 @@ -+/* -+ * Asterisk -- An open source telephony toolkit. -+ * -+ * Copyright (C) 2007, Digium, Inc. -+ * -+ * Joshua Colp -+ * -+ * See http://www.asterisk.org for more information about -+ * the Asterisk project. Please do not directly contact -+ * any of the maintainers of this project for assistance; -+ * the project provides a web site, mailing lists and IRC -+ * channels for your use. -+ * -+ * This program is free software, distributed under the terms of -+ * the GNU General Public License Version 2. See the LICENSE file -+ * at the top of the source tree. -+ */ -+ -+/*! \file -+ * -+ * \brief Simple two channel bridging module -+ * -+ * \author Joshua Colp -+ * -+ * \ingroup bridges -+ */ -+ -+#include "asterisk.h" -+ -+ASTERISK_FILE_VERSION(__FILE__, "$Revision$") -+ -+#include -+#include -+#include -+#include -+#include -+ -+#include "asterisk/module.h" -+#include "asterisk/channel.h" -+#include "asterisk/bridging.h" -+#include "asterisk/bridging_technology.h" -+#include "asterisk/frame.h" -+ -+static int simple_bridge_join(struct ast_bridge *bridge, struct ast_bridge_channel *bridge_channel) -+{ -+ struct ast_channel *c0 = AST_LIST_FIRST(&bridge->channels)->chan, *c1 = AST_LIST_LAST(&bridge->channels)->chan; -+ -+ /* If this is the first channel we can't make it compatible... unless we make it compatible with itself O.o */ -+ if (AST_LIST_FIRST(&bridge->channels) == AST_LIST_LAST(&bridge->channels)) { -+ return 0; -+ } -+ -+ /* See if we need to make these compatible */ -+ if (((c0->writeformat == c1->readformat) && (c0->readformat == c1->writeformat) && (c0->nativeformats == c1->nativeformats))) { -+ return 0; -+ } -+ -+ /* BOOM! We do. */ -+ return ast_channel_make_compatible(c0, c1); -+} -+ -+static enum ast_bridge_write_result simple_bridge_write(struct ast_bridge *bridge, struct ast_bridge_channel *bridge_channel, struct ast_frame *frame) -+{ -+ struct ast_bridge_channel *other = NULL; -+ -+ /* If this is the only channel in this bridge then immediately exit */ -+ if (AST_LIST_FIRST(&bridge->channels) == AST_LIST_LAST(&bridge->channels)) { -+ return AST_BRIDGE_WRITE_FAILED; -+ } -+ -+ /* Find the channel we actually want to write to */ -+ if (!(other = (AST_LIST_FIRST(&bridge->channels) == bridge_channel ? AST_LIST_LAST(&bridge->channels) : AST_LIST_FIRST(&bridge->channels)))) { -+ return AST_BRIDGE_WRITE_FAILED; -+ } -+ -+ /* Write the frame out if they are in the waiting state... don't worry about freeing it, the bridging core will take care of it */ -+ if (other->state == AST_BRIDGE_CHANNEL_STATE_WAIT) { -+ ast_write(other->chan, frame); -+ } -+ -+ return AST_BRIDGE_WRITE_SUCCESS; -+} -+ -+static struct ast_bridge_technology simple_bridge = { -+ .name = "simple_bridge", -+ .capabilities = AST_BRIDGE_CAPABILITY_1TO1MIX | AST_BRIDGE_CAPABILITY_NATIVE | AST_BRIDGE_CAPABILITY_THREAD, -+ .preference = AST_BRIDGE_PREFERENCE_MEDIUM, -+ .formats = AST_FORMAT_AUDIO_MASK | AST_FORMAT_VIDEO_MASK | AST_FORMAT_TEXT_MASK, -+ .join = simple_bridge_join, -+ .write = simple_bridge_write, -+}; -+ -+static int unload_module(void) -+{ -+ return ast_bridge_technology_unregister(&simple_bridge); -+} -+ -+static int load_module(void) -+{ -+ return ast_bridge_technology_register(&simple_bridge); -+} -+ -+AST_MODULE_INFO_STANDARD(ASTERISK_GPL_KEY, "Simple two channel bridging module"); -diff --git a/bridges/bridge_softmix.c b/bridges/bridge_softmix.c -new file mode 100644 -index 0000000..5b95a1b ---- /dev/null -+++ b/bridges/bridge_softmix.c -@@ -0,0 +1,297 @@ -+/* -+ * Asterisk -- An open source telephony toolkit. -+ * -+ * Copyright (C) 2007, Digium, Inc. -+ * -+ * Joshua Colp -+ * -+ * See http://www.asterisk.org for more information about -+ * the Asterisk project. Please do not directly contact -+ * any of the maintainers of this project for assistance; -+ * the project provides a web site, mailing lists and IRC -+ * channels for your use. -+ * -+ * This program is free software, distributed under the terms of -+ * the GNU General Public License Version 2. See the LICENSE file -+ * at the top of the source tree. -+ */ -+ -+/*! \file -+ * -+ * \brief Multi-party software based channel mixing -+ * -+ * \author Joshua Colp -+ * -+ * \ingroup bridges -+ * -+ * \todo This bridge operates in 8 kHz mode unless a define is uncommented. -+ * This needs to be improved so the bridge moves between the dominant codec as needed depending -+ * on channels present in the bridge and transcoding capabilities. -+ */ -+ -+#include "asterisk.h" -+ -+ASTERISK_FILE_VERSION(__FILE__, "$Revision$") -+ -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+ -+#include "asterisk/module.h" -+#include "asterisk/channel.h" -+#include "asterisk/bridging.h" -+#include "asterisk/bridging_technology.h" -+#include "asterisk/frame.h" -+#include "asterisk/options.h" -+#include "asterisk/logger.h" -+#include "asterisk/slinfactory.h" -+#include "asterisk/astobj2.h" -+#include "asterisk/timing.h" -+ -+/*! \brief Interval at which mixing will take place. Valid options are 10, 20, and 40. */ -+#define SOFTMIX_INTERVAL 20 -+ -+/*! \brief Size of the buffer used for sample manipulation */ -+#define SOFTMIX_DATALEN (160 * (SOFTMIX_INTERVAL / 10)) -+ -+/*! \brief Number of samples we are dealing with */ -+#define SOFTMIX_SAMPLES (SOFTMIX_DATALEN / 2) -+ -+/*! \brief Define used to turn on 16 kHz audio support */ -+/* #define SOFTMIX_16_SUPPORT */ -+ -+/*! \brief Structure which contains per-channel mixing information */ -+struct softmix_channel { -+ /*! Lock to protect this structure */ -+ ast_mutex_t lock; -+ /*! Factory which contains audio read in from the channel */ -+ struct ast_slinfactory factory; -+ /*! Frame that contains mixed audio to be written out to the channel */ -+ struct ast_frame frame; -+ /*! Bit used to indicate that the channel provided audio for this mixing interval */ -+ int have_audio:1; -+ /*! Bit used to indicate that a frame is available to be written out to the channel */ -+ int have_frame:1; -+ /*! Buffer containing final mixed audio from all sources */ -+ short final_buf[SOFTMIX_DATALEN]; -+ /*! Buffer containing only the audio from the channel */ -+ short our_buf[SOFTMIX_DATALEN]; -+}; -+ -+/*! \brief Function called when a channel is joined into the bridge */ -+static int softmix_bridge_join(struct ast_bridge *bridge, struct ast_bridge_channel *bridge_channel) -+{ -+ struct softmix_channel *sc = NULL; -+ -+ /* Create a new softmix_channel structure and allocate various things on it */ -+ if (!(sc = ast_calloc(1, sizeof(*sc)))) { -+ return -1; -+ } -+ -+ /* Can't forget the lock */ -+ ast_mutex_init(&sc->lock); -+ -+ /* Setup smoother */ -+ ast_slinfactory_init(&sc->factory); -+ -+ /* Setup frame parameters */ -+ sc->frame.frametype = AST_FRAME_VOICE; -+#ifdef SOFTMIX_16_SUPPORT -+ sc->frame.subclass = AST_FORMAT_SLINEAR16; -+#else -+ sc->frame.subclass = AST_FORMAT_SLINEAR; -+#endif -+ sc->frame.data.ptr = sc->final_buf; -+ sc->frame.datalen = SOFTMIX_DATALEN; -+ sc->frame.samples = SOFTMIX_SAMPLES; -+ -+ /* Can't forget to record our pvt structure within the bridged channel structure */ -+ bridge_channel->bridge_pvt = sc; -+ -+ return 0; -+} -+ -+/*! \brief Function called when a channel leaves the bridge */ -+static int softmix_bridge_leave(struct ast_bridge *bridge, struct ast_bridge_channel *bridge_channel) -+{ -+ struct softmix_channel *sc = bridge_channel->bridge_pvt; -+ -+ /* Drop mutex lock */ -+ ast_mutex_destroy(&sc->lock); -+ -+ /* Drop the factory */ -+ ast_slinfactory_destroy(&sc->factory); -+ -+ /* Eep! drop ourselves */ -+ ast_free(sc); -+ -+ return 0; -+} -+ -+/*! \brief Function called when a channel writes a frame into the bridge */ -+static enum ast_bridge_write_result softmix_bridge_write(struct ast_bridge *bridge, struct ast_bridge_channel *bridge_channel, struct ast_frame *frame) -+{ -+ struct softmix_channel *sc = bridge_channel->bridge_pvt; -+ -+ /* Only accept audio frames, all others are unsupported */ -+ if (frame->frametype != AST_FRAME_VOICE) { -+ return AST_BRIDGE_WRITE_UNSUPPORTED; -+ } -+ -+ ast_mutex_lock(&sc->lock); -+ -+ /* If a frame was provided add it to the smoother */ -+#ifdef SOFTMIX_16_SUPPORT -+ if (frame->frametype == AST_FRAME_VOICE && frame->subclass == AST_FORMAT_SLINEAR16) { -+#else -+ if (frame->frametype == AST_FRAME_VOICE && frame->subclass == AST_FORMAT_SLINEAR) { -+#endif -+ ast_slinfactory_feed(&sc->factory, frame); -+ } -+ -+ /* If a frame is ready to be written out, do so */ -+ if (sc->have_frame) { -+ ast_write(bridge_channel->chan, &sc->frame); -+ sc->have_frame = 0; -+ } -+ -+ /* Alllll done */ -+ ast_mutex_unlock(&sc->lock); -+ -+ return AST_BRIDGE_WRITE_SUCCESS; -+} -+ -+/*! \brief Function called when the channel's thread is poked */ -+static int softmix_bridge_poke(struct ast_bridge *bridge, struct ast_bridge_channel *bridge_channel) -+{ -+ struct softmix_channel *sc = bridge_channel->bridge_pvt; -+ -+ ast_mutex_lock(&sc->lock); -+ -+ if (sc->have_frame) { -+ ast_write(bridge_channel->chan, &sc->frame); -+ sc->have_frame = 0; -+ } -+ -+ ast_mutex_unlock(&sc->lock); -+ -+ return 0; -+} -+ -+/*! \brief Function which acts as the mixing thread */ -+static int softmix_bridge_thread(struct ast_bridge *bridge) -+{ -+ int timingfd; -+ -+ if ((timingfd = ast_timer_open()) < 0) { -+ return -1; -+ } -+ -+ ast_timer_set_rate(timingfd, (1000 / SOFTMIX_INTERVAL)); -+ -+ while (!bridge->stop && !bridge->refresh && bridge->array_num) { -+ struct ast_bridge_channel *bridge_channel = NULL; -+ short buf[SOFTMIX_DATALEN] = {0, }; -+ int timeout = -1; -+ -+ /* Go through pulling audio from each factory that has it available */ -+ AST_LIST_TRAVERSE(&bridge->channels, bridge_channel, entry) { -+ struct softmix_channel *sc = bridge_channel->bridge_pvt; -+ -+ ast_mutex_lock(&sc->lock); -+ -+ /* Try to get audio from the factory if available */ -+ if (ast_slinfactory_available(&sc->factory) >= SOFTMIX_SAMPLES && ast_slinfactory_read(&sc->factory, sc->our_buf, SOFTMIX_SAMPLES)) { -+ short *data1, *data2; -+ int i; -+ -+ /* Put into the local final buffer */ -+ for (i = 0, data1 = buf, data2 = sc->our_buf; i < SOFTMIX_DATALEN; i++, data1++, data2++) -+ ast_slinear_saturated_add(data1, data2); -+ /* Yay we have our own audio */ -+ sc->have_audio = 1; -+ } else { -+ /* Awww we don't have audio ;( */ -+ sc->have_audio = 0; -+ } -+ ast_mutex_unlock(&sc->lock); -+ } -+ -+ /* Next step go through removing the channel's own audio and creating a good frame... */ -+ AST_LIST_TRAVERSE(&bridge->channels, bridge_channel, entry) { -+ struct softmix_channel *sc = bridge_channel->bridge_pvt; -+ int i = 0; -+ -+ /* Copy from local final buffer to our final buffer */ -+ memcpy(sc->final_buf, buf, sizeof(sc->final_buf)); -+ -+ /* If we provided audio then take it out */ -+ if (sc->have_audio) { -+ for (i = 0; i < SOFTMIX_DATALEN; i++) { -+ ast_slinear_saturated_subtract(&sc->final_buf[i], &sc->our_buf[i]); -+ } -+ } -+ -+ /* The frame is now ready for use... */ -+ sc->have_frame = 1; -+ -+ /* Poke bridged channel thread just in case */ -+ pthread_kill(bridge_channel->thread, SIGURG); -+ } -+ -+ ao2_unlock(bridge); -+ -+ /* Wait for the timing source to tell us to wake up and get things done */ -+ ast_waitfor_n_fd(&timingfd, 1, &timeout, NULL); -+ -+ ast_timer_ack(timingfd, 1); -+ -+ ao2_lock(bridge); -+ } -+ -+ ast_timer_set_rate(timingfd, 0); -+ ast_timer_close(timingfd); -+ -+ return 0; -+} -+ -+static struct ast_bridge_technology softmix_bridge = { -+ .name = "softmix", -+ .capabilities = AST_BRIDGE_CAPABILITY_MULTIMIX | AST_BRIDGE_CAPABILITY_THREAD | AST_BRIDGE_CAPABILITY_MULTITHREADED, -+ .preference = AST_BRIDGE_PREFERENCE_LOW, -+#ifdef SOFTMIX_16_SUPPORT -+ .formats = AST_FORMAT_SLINEAR16, -+#else -+ .formats = AST_FORMAT_SLINEAR, -+#endif -+ .join = softmix_bridge_join, -+ .leave = softmix_bridge_leave, -+ .write = softmix_bridge_write, -+ .thread = softmix_bridge_thread, -+ .poke = softmix_bridge_poke, -+}; -+ -+static int unload_module(void) -+{ -+ return ast_bridge_technology_unregister(&softmix_bridge); -+} -+ -+static int load_module(void) -+{ -+ int timingfd; -+ -+ if ((timingfd = ast_timer_open()) < 0) { -+ ast_log(LOG_ERROR, "There is no timing module loaded. bridge_softmix can not be loaded without one.\n"); -+ return AST_MODULE_LOAD_DECLINE; -+ } -+ -+ ast_timer_close(timingfd); -+ -+ return ast_bridge_technology_register(&softmix_bridge); -+} -+ -+AST_MODULE_INFO_STANDARD(ASTERISK_GPL_KEY, "Multi-party software based channel mixing"); -diff --git a/bridges/bridge_zaptel.c b/bridges/bridge_zaptel.c -new file mode 100644 -index 0000000..17314c4 ---- /dev/null -+++ b/bridges/bridge_zaptel.c -@@ -0,0 +1,255 @@ -+/* -+ * Asterisk -- An open source telephony toolkit. -+ * -+ * Copyright (C) 2007, Digium, Inc. -+ * -+ * Joshua Colp -+ * -+ * See http://www.asterisk.org for more information about -+ * the Asterisk project. Please do not directly contact -+ * any of the maintainers of this project for assistance; -+ * the project provides a web site, mailing lists and IRC -+ * channels for your use. -+ * -+ * This program is free software, distributed under the terms of -+ * the GNU General Public License Version 2. See the LICENSE file -+ * at the top of the source tree. -+ */ -+ -+/*! \file -+ * -+ * \brief Zaptel mixing bridge module -+ * -+ * \author Joshua Colp -+ * -+ * \ingroup bridges -+ */ -+ -+/*** MODULEINFO -+ zaptel -+***/ -+ -+#include "asterisk.h" -+ -+ASTERISK_FILE_VERSION(__FILE__, "$Revision$") -+ -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+ -+#include "asterisk/zapata.h" -+ -+#include "asterisk/module.h" -+#include "asterisk/channel.h" -+#include "asterisk/bridging.h" -+#include "asterisk/frame.h" -+#include "asterisk/lock.h" -+#include "asterisk/linkedlists.h" -+ -+#define CONF_SIZE 320 -+ -+struct zaptel_mixer { -+ int fd; /*!< File descriptor for the pseudo channel */ -+ int conf; /*!< Zaptel conference number */ -+}; -+ -+static int careful_write(int fd, unsigned char *data, int len) -+{ -+ while (len) { -+ int res; -+ if ((res = write(fd, data, len)) < 1) { -+ if (errno != EAGAIN) { -+ ast_log(LOG_WARNING, "Failed to write audio data to conference: %s\n", strerror(errno)); -+ return -1; -+ } else -+ return 0; -+ } -+ len -= res; -+ data += res; -+ } -+ -+ return 0; -+} -+ -+static int zaptel_bridge_create(struct ast_bridge *bridge) -+{ -+ struct zaptel_mixer *zm = NULL; -+ struct zt_confinfo ztc = { 0, }; -+ -+ /* Create a new zaptel-specific mixer structure */ -+ if (!(zm = ast_calloc(1, sizeof(*zm)))) -+ return -1; -+ -+ /* Create a new zaptel pseudo channel to use for mixing */ -+ if ((zm->fd = open("/dev/zap/pseudo", O_RDWR)) < 0) { -+ ast_free(zm); -+ return -1; -+ } -+ -+ /* Setup zaptel conference parameters and apply them */ -+ ztc.confno = -1; -+ ztc.confmode = ZT_CONF_CONFANN | ZT_CONF_CONFANNMON; -+ if (ioctl(zm->fd, ZT_SETCONF, &ztc)) { -+ close(zm->fd); -+ ast_free(zm); -+ return -1; -+ } -+ zm->conf = ztc.confno; -+ -+ /* All parameters are setup and the zaptel mixer is up... link it to the bridge */ -+ bridge->bridge_pvt = zm; -+ -+ return 0; -+} -+ -+static int zaptel_bridge_destroy(struct ast_bridge *bridge) -+{ -+ struct zaptel_mixer *zm = bridge->bridge_pvt; -+ -+ /* Drop the zaptel conference room */ -+ close(zm->fd); -+ -+ /* Free our memory and go on our way... */ -+ ast_free(zm); -+ -+ return 0; -+} -+ -+static int zaptel_bridge_join(struct ast_bridge *bridge, struct ast_bridge_channel *bridge_channel) -+{ -+ struct zaptel_mixer *zm = bridge->bridge_pvt; -+ int fd = -1; -+ struct zt_confinfo ztc = { 0, }; -+ int flags = 0, x = 0; -+ ZT_BUFFERINFO bi; -+ -+ /* Attempt to open the pseudo channel */ -+ if ((fd = open("/dev/zap/pseudo", O_RDWR)) < 0) -+ return -1; -+ -+ /* Switch to non-blocking */ -+ if (((flags = fcntl(fd, F_GETFL)) < 0) || (fcntl(fd, F_SETFL, flags | O_NONBLOCK))) { -+ close(fd); -+ return -1; -+ } -+ -+ /* Setup buffering parameters */ -+ memset(&bi, 0, sizeof(bi)); -+ bi.bufsize = CONF_SIZE/2; -+ bi.txbufpolicy = ZT_POLICY_IMMEDIATE; -+ bi.rxbufpolicy = ZT_POLICY_IMMEDIATE; -+ bi.numbufs = 32; -+ -+ /* Apply the above */ -+ if (ioctl(fd, ZT_SET_BUFINFO, &bi)) { -+ close(fd); -+ return -1; -+ } -+ -+ /* If the bridge negotiated the channel to signed linear set the zaptel channel to it, otherwise we are in a *law format */ -+ x = (bridge_channel->chan->readformat == AST_FORMAT_SLINEAR ? 1 : 0); -+ -+ /* Set linear mode */ -+ if (ioctl(fd, ZT_SETLINEAR, &x)) { -+ close(fd); -+ return -1; -+ } -+ -+ /* If we didn't end up being in signed linear we need to set which *law format we are in */ -+ if (!x) { -+ x = (bridge_channel->chan->readformat == AST_FORMAT_ULAW ? ZT_LAW_MULAW : ZT_LAW_ALAW); -+ if (ioctl(fd, ZT_SETLAW, &x)) { -+ close(fd); -+ return -1; -+ } -+ } -+ -+ /* Add us to the conference */ -+ ztc.confno = zm->conf; -+ ztc.confmode = ZT_CONF_CONF | ZT_CONF_TALKER | ZT_CONF_LISTENER; -+ if (ioctl(fd, ZT_SETCONF, &ztc)) { -+ close(fd); -+ return -1; -+ } -+ -+ /* We "should" be a go */ -+ bridge_channel->fds[0] = fd; -+ bridge_channel->bridge_pvt = (void*)(long)fd; -+ -+ return 0; -+} -+ -+static int zaptel_bridge_leave(struct ast_bridge *bridge, struct ast_bridge_channel *bridge_channel) -+{ -+ int fd = (int)(long)bridge_channel->bridge_pvt; -+ struct zt_confinfo ztc = { 0, }; -+ -+ /* Take ourselves out of the conference */ -+ ioctl(fd, ZT_SETCONF, &ztc); -+ -+ /* Close down the open file descriptor */ -+ close(fd); -+ -+ return 0; -+} -+ -+static enum ast_bridge_write_result zaptel_bridge_write(struct ast_bridge *bridge, struct ast_bridge_channel *bridge_channel, struct ast_frame *frame) -+{ -+ int fd = (int)(long)bridge_channel->bridge_pvt; -+ -+ /* Only accept audio frames, all others are unsupported */ -+ if (frame->frametype != AST_FRAME_VOICE) -+ return AST_BRIDGE_WRITE_UNSUPPORTED; -+ -+ return (careful_write(fd, frame->data, frame->datalen) ? AST_BRIDGE_WRITE_FAILED : AST_BRIDGE_WRITE_SUCCESS); -+} -+ -+static int zaptel_bridge_fd(struct ast_bridge *bridge, struct ast_bridge_channel *bridge_channel, int fd) -+{ -+ int res = 0; -+ char __buf[CONF_SIZE + AST_FRIENDLY_OFFSET]; -+ char *buf = __buf + AST_FRIENDLY_OFFSET; -+ -+ if ((res = read(fd, buf, CONF_SIZE)) > 0) { -+ struct ast_frame out_frame = { -+ .frametype = AST_FRAME_VOICE, -+ .subclass = bridge_channel->chan->readformat, -+ .data = buf, -+ .datalen = res, -+ .samples = (bridge_channel->chan->readformat == AST_FORMAT_SLINEAR ? res/2 : res), -+ .offset = AST_FRIENDLY_OFFSET, -+ }; -+ ast_write(bridge_channel->chan, &out_frame); -+ } -+ -+ return 0; -+} -+ -+static struct ast_bridge_technology zaptel_bridge = { -+ .name = "zaptel_bridge", -+ .capabilities = AST_BRIDGE_CAPABILITY_MULTIMIX | AST_BRIDGE_CAPABILITY_MULTITHREADED, -+ .preference = AST_BRIDGE_PREFERENCE_HIGH, -+ .formats = AST_FORMAT_SLINEAR | AST_FORMAT_ULAW | AST_FORMAT_ALAW, -+ .create = zaptel_bridge_create, -+ .destroy = zaptel_bridge_destroy, -+ .join = zaptel_bridge_join, -+ .leave = zaptel_bridge_leave, -+ .write = zaptel_bridge_write, -+ .fd = zaptel_bridge_fd, -+}; -+ -+static int unload_module(void) -+{ -+ return ast_bridge_technology_unregister(&zaptel_bridge); -+} -+ -+static int load_module(void) -+{ -+ return ast_bridge_technology_register(&zaptel_bridge); -+} -+ -+AST_MODULE_INFO_STANDARD(ASTERISK_GPL_KEY, "Zaptel mixing bridge module"); -diff --git a/channels/chan_bridge.c b/channels/chan_bridge.c -new file mode 100644 -index 0000000..84909e7 ---- /dev/null -+++ b/channels/chan_bridge.c -@@ -0,0 +1,246 @@ -+/* -+ * Asterisk -- An open source telephony toolkit. -+ * -+ * Copyright (C) 1999 - 2008, Digium, Inc. -+ * -+ * Joshua Colp -+ * -+ * See http://www.asterisk.org for more information about -+ * the Asterisk project. Please do not directly contact -+ * any of the maintainers of this project for assistance; -+ * the project provides a web site, mailing lists and IRC -+ * channels for your use. -+ * -+ * This program is free software, distributed under the terms of -+ * the GNU General Public License Version 2. See the LICENSE file -+ * at the top of the source tree. -+ */ -+ -+/*! \file -+ * -+ * \author Joshua Colp -+ * -+ * \brief Bridge Interaction Channel -+ * -+ * \ingroup channel_drivers -+ */ -+ -+#include "asterisk.h" -+ -+ASTERISK_FILE_VERSION(__FILE__, "$Revision$") -+ -+#include -+#include -+ -+#include "asterisk/lock.h" -+#include "asterisk/channel.h" -+#include "asterisk/config.h" -+#include "asterisk/module.h" -+#include "asterisk/pbx.h" -+#include "asterisk/sched.h" -+#include "asterisk/io.h" -+#include "asterisk/rtp.h" -+#include "asterisk/acl.h" -+#include "asterisk/callerid.h" -+#include "asterisk/file.h" -+#include "asterisk/cli.h" -+#include "asterisk/app.h" -+#include "asterisk/bridging.h" -+ -+static struct ast_channel *bridge_request(const char *type, int format, void *data, int *cause); -+static int bridge_call(struct ast_channel *ast, char *dest, int timeout); -+static int bridge_hangup(struct ast_channel *ast); -+static struct ast_frame *bridge_read(struct ast_channel *ast); -+static int bridge_write(struct ast_channel *ast, struct ast_frame *f); -+static struct ast_channel *bridge_bridgedchannel(struct ast_channel *chan, struct ast_channel *bridge); -+ -+static const struct ast_channel_tech bridge_tech = { -+ .type = "Bridge", -+ .description = "Bridge Interaction Channel", -+ .capabilities = -1, -+ .requester = bridge_request, -+ .call = bridge_call, -+ .hangup = bridge_hangup, -+ .read = bridge_read, -+ .write = bridge_write, -+ .write_video = bridge_write, -+ .exception = bridge_read, -+ .bridged_channel = bridge_bridgedchannel, -+}; -+ -+struct bridge_pvt { -+ ast_mutex_t lock; /*!< Lock that protects this structure */ -+ struct ast_channel *input; /*!< Input channel - talking to source */ -+ struct ast_channel *output; /*!< Output channel - talking to bridge */ -+}; -+ -+/*! \brief Called when the user of this channel wants to get the actual channel in the bridge */ -+static struct ast_channel *bridge_bridgedchannel(struct ast_channel *chan, struct ast_channel *bridge) -+{ -+ struct bridge_pvt *p = chan->tech_pvt; -+ return (chan == p->input) ? p->output : bridge; -+} -+ -+/*! \brief Called when a frame should be read from the channel */ -+static struct ast_frame *bridge_read(struct ast_channel *ast) -+{ -+ return &ast_null_frame; -+} -+ -+/*! \brief Called when a frame should be written out to a channel */ -+static int bridge_write(struct ast_channel *ast, struct ast_frame *f) -+{ -+ struct bridge_pvt *p = ast->tech_pvt; -+ struct ast_channel *other; -+ -+ ast_mutex_lock(&p->lock); -+ -+ other = (p->input == ast ? p->output : p->input); -+ -+ while (other && ast_channel_trylock(other)) { -+ ast_mutex_unlock(&p->lock); -+ do { -+ CHANNEL_DEADLOCK_AVOIDANCE(ast); -+ } while (ast_mutex_trylock(&p->lock)); -+ other = (p->input == ast ? p->output : p->input); -+ } -+ -+ /* We basically queue the frame up on the other channel if present */ -+ if (other) { -+ ast_queue_frame(other, f); -+ ast_channel_unlock(other); -+ } -+ -+ ast_mutex_unlock(&p->lock); -+ -+ return 0; -+} -+ -+/*! \brief Called when the channel should actually be dialed */ -+static int bridge_call(struct ast_channel *ast, char *dest, int timeout) -+{ -+ struct bridge_pvt *p = ast->tech_pvt; -+ -+ /* If no bridge has been provided on the input channel, bail out */ -+ if (!ast->bridge) { -+ return -1; -+ } -+ -+ /* Impart the output channel upon the given bridge of the input channel */ -+ ast_bridge_impart(p->input->bridge, p->output, NULL, NULL); -+ -+ return 0; -+} -+ -+/*! \brief Helper function to not deadlock when queueing the hangup frame */ -+static void bridge_queue_hangup(struct bridge_pvt *p, struct ast_channel *us) -+{ -+ struct ast_channel *other = (p->input == us ? p->output : p->input); -+ -+ while (other && ast_channel_trylock(other)) { -+ ast_mutex_unlock(&p->lock); -+ do { -+ CHANNEL_DEADLOCK_AVOIDANCE(us); -+ } while (ast_mutex_trylock(&p->lock)); -+ other = (p->input == us ? p->output : p->input); -+ } -+ -+ /* We basically queue the frame up on the other channel if present */ -+ if (other) { -+ ast_queue_hangup(other); -+ ast_channel_unlock(other); -+ } -+ -+ return; -+} -+ -+/*! \brief Called when a channel should be hung up */ -+static int bridge_hangup(struct ast_channel *ast) -+{ -+ struct bridge_pvt *p = ast->tech_pvt; -+ -+ ast_mutex_lock(&p->lock); -+ -+ /* Figure out which channel this is... and set it to NULL as it has gone, but also queue up a hangup frame. */ -+ if (p->input == ast) { -+ if (p->output) { -+ bridge_queue_hangup(p, ast); -+ } -+ p->input = NULL; -+ } else if (p->output == ast) { -+ if (p->input) { -+ bridge_queue_hangup(p, ast); -+ } -+ p->output = NULL; -+ } -+ -+ /* Deal with the Asterisk portion of it */ -+ ast->tech_pvt = NULL; -+ -+ /* If both sides have been terminated free the structure and be done with things */ -+ if (!p->input && !p->output) { -+ ast_mutex_unlock(&p->lock); -+ ast_mutex_destroy(&p->lock); -+ ast_free(p); -+ } else { -+ ast_mutex_unlock(&p->lock); -+ } -+ -+ return 0; -+} -+ -+/*! \brief Called when we want to place a call somewhere, but not actually call it... yet */ -+static struct ast_channel *bridge_request(const char *type, int format, void *data, int *cause) -+{ -+ struct bridge_pvt *p = NULL; -+ -+ /* Try to allocate memory for our very minimal pvt structure */ -+ if (!(p = ast_calloc(1, sizeof(*p)))) { -+ return NULL; -+ } -+ -+ /* Try to grab two Asterisk channels to use as input and output channels */ -+ if (!(p->input = ast_channel_alloc(1, AST_STATE_UP, 0, 0, "", "", "", 0, "Bridge/%p-input", p))) { -+ ast_free(p); -+ return NULL; -+ } -+ if (!(p->output = ast_channel_alloc(1, AST_STATE_UP, 0, 0, "", "", "", 0, "Bridge/%p-output", p))) { -+ ast_channel_free(p->input); -+ ast_free(p); -+ return NULL; -+ } -+ -+ /* Setup the lock on the pvt structure, we will need that */ -+ ast_mutex_init(&p->lock); -+ -+ /* Setup parameters on both new channels */ -+ p->input->tech = p->output->tech = &bridge_tech; -+ p->input->tech_pvt = p->output->tech_pvt = p; -+ p->input->nativeformats = p->output->nativeformats = AST_FORMAT_SLINEAR; -+ p->input->readformat = p->output->readformat = AST_FORMAT_SLINEAR; -+ p->input->rawreadformat = p->output->rawreadformat = AST_FORMAT_SLINEAR; -+ p->input->writeformat = p->output->writeformat = AST_FORMAT_SLINEAR; -+ p->input->rawwriteformat = p->output->rawwriteformat = AST_FORMAT_SLINEAR; -+ -+ return p->input; -+} -+ -+/*! \brief Load module into PBX, register channel */ -+static int load_module(void) -+{ -+ /* Make sure we can register our channel type */ -+ if (ast_channel_register(&bridge_tech)) { -+ ast_log(LOG_ERROR, "Unable to register channel class 'Bridge'\n"); -+ return AST_MODULE_LOAD_FAILURE; -+ } -+ return AST_MODULE_LOAD_SUCCESS; -+} -+ -+/*! \brief Unload the bridge interaction channel from Asterisk */ -+static int unload_module(void) -+{ -+ ast_channel_unregister(&bridge_tech); -+ return 0; -+} -+ -+AST_MODULE_INFO_STANDARD(ASTERISK_GPL_KEY, "Bridge Interaction Channel"); -diff --git a/include/asterisk/bridging.h b/include/asterisk/bridging.h -new file mode 100644 -index 0000000..7d59852 ---- /dev/null -+++ b/include/asterisk/bridging.h -@@ -0,0 +1,426 @@ -+/* -+ * Asterisk -- An open source telephony toolkit. -+ * -+ * Copyright (C) 2007 - 2009, Digium, Inc. -+ * -+ * Joshua Colp -+ * -+ * See http://www.asterisk.org for more information about -+ * the Asterisk project. Please do not directly contact -+ * any of the maintainers of this project for assistance; -+ * the project provides a web site, mailing lists and IRC -+ * channels for your use. -+ * -+ * This program is free software, distributed under the terms of -+ * the GNU General Public License Version 2. See the LICENSE file -+ * at the top of the source tree. -+ */ -+ -+/*! \file -+ * \brief Channel Bridging API -+ * \author Joshua Colp -+ * \ref AstBridging -+ */ -+ -+/*! -+ * \page AstBridging Channel Bridging API -+ * -+ * The purpose of this API is to provide an easy and flexible way to bridge -+ * channels of different technologies with different features. -+ * -+ * Bridging technologies provide the mechanism that do the actual handling -+ * of frames between channels. They provide capability information, codec information, -+ * and preference value to assist the bridging core in choosing a bridging technology when -+ * creating a bridge. Different bridges may use different bridging technologies based on needs -+ * but once chosen they all operate under the same premise; they receive frames and send frames. -+ * -+ * Bridges are a combination of bridging technology, channels, and features. A -+ * developer creates a new bridge based on what they are currently expecting to do -+ * with it or what they will do with it in the future. The bridging core determines what -+ * available bridging technology will best fit the requirements and creates a new bridge. -+ * Once created, channels can be added to the bridge in a blocking or non-blocking fashion. -+ * -+ * Features are such things as channel muting or DTMF based features such as attended transfer, -+ * blind transfer, and hangup. Feature information must be set at the most granular level, on -+ * the channel. While you can use features on a global scope the presence of a feature structure -+ * on the channel will override the global scope. An example would be having the bridge muted -+ * at global scope and attended transfer enabled on a channel. Since the channel itself is not muted -+ * it would be able to speak. -+ * -+ * Feature hooks allow a developer to tell the bridging core that when a DTMF string -+ * is received from a channel a callback should be called in their application. For -+ * example, a conference bridge application may want to provide an IVR to control various -+ * settings on the conference bridge. This can be accomplished by attaching a feature hook -+ * that calls an IVR function when a DTMF string is entered. -+ * -+ */ -+ -+#ifndef _ASTERISK_BRIDGING_H -+#define _ASTERISK_BRIDGING_H -+ -+#if defined(__cplusplus) || defined(c_plusplus) -+extern "C" { -+#endif -+ -+#include "asterisk/bridging_features.h" -+ -+/*! \brief Capabilities for a bridge technology */ -+enum ast_bridge_capability { -+ /*! Bridge is only capable of mixing 2 channels */ -+ AST_BRIDGE_CAPABILITY_1TO1MIX = (1 << 1), -+ /*! Bridge is capable of mixing 2 or more channels */ -+ AST_BRIDGE_CAPABILITY_MULTIMIX = (1 << 2), -+ /*! Bridge should natively bridge two channels if possible */ -+ AST_BRIDGE_CAPABILITY_NATIVE = (1 << 3), -+ /*! Bridge should run using the multithreaded model */ -+ AST_BRIDGE_CAPABILITY_MULTITHREADED = (1 << 4), -+ /*! Bridge should run a central bridge thread */ -+ AST_BRIDGE_CAPABILITY_THREAD = (1 << 5), -+ /*! Bridge technology can do video mixing (or something along those lines) */ -+ AST_BRIDGE_CAPABILITY_VIDEO = (1 << 6), -+ /*! Bridge technology can optimize things based on who is talking */ -+ AST_BRIDGE_CAPABILITY_OPTIMIZE = (1 << 7), -+}; -+ -+/*! \brief State information about a bridged channel */ -+enum ast_bridge_channel_state { -+ /*! Waiting for a signal */ -+ AST_BRIDGE_CHANNEL_STATE_WAIT = 0, -+ /*! Bridged channel has ended itself (it has hung up) */ -+ AST_BRIDGE_CHANNEL_STATE_END, -+ /*! Bridged channel should be hung up */ -+ AST_BRIDGE_CHANNEL_STATE_HANGUP, -+ /*! Bridged channel should be removed from the bridge without being hung up */ -+ AST_BRIDGE_CHANNEL_STATE_DEPART, -+ /*! Bridged channel is executing a feature hook */ -+ AST_BRIDGE_CHANNEL_STATE_FEATURE, -+ /*! Bridged channel is sending a DTMF stream out */ -+ AST_BRIDGE_CHANNEL_STATE_DTMF, -+}; -+ -+/*! \brief Return values for bridge technology write function */ -+enum ast_bridge_write_result { -+ /*! Bridge technology wrote out frame fine */ -+ AST_BRIDGE_WRITE_SUCCESS = 0, -+ /*! Bridge technology attempted to write out the frame but failed */ -+ AST_BRIDGE_WRITE_FAILED, -+ /*! Bridge technology does not support writing out a frame of this type */ -+ AST_BRIDGE_WRITE_UNSUPPORTED, -+}; -+ -+struct ast_bridge_technology; -+struct ast_bridge; -+ -+/*! -+ * \brief Structure that contains information regarding a channel in a bridge -+ */ -+struct ast_bridge_channel { -+ /*! Lock to protect this data structure */ -+ ast_mutex_t lock; -+ /*! Condition, used if we want to wake up a thread waiting on the bridged channel */ -+ ast_cond_t cond; -+ /*! Current bridged channel state */ -+ enum ast_bridge_channel_state state; -+ /*! Asterisk channel participating in the bridge */ -+ struct ast_channel *chan; -+ /*! Asterisk channel we are swapping with (if swapping) */ -+ struct ast_channel *swap; -+ /*! Bridge this channel is participating in */ -+ struct ast_bridge *bridge; -+ /*! Private information unique to the bridge technology */ -+ void *bridge_pvt; -+ /*! Thread handling the bridged channel */ -+ pthread_t thread; -+ /*! Additional file descriptors to look at */ -+ int fds[4]; -+ /*! Bit to indicate whether the channel is suspended from the bridge or not */ -+ unsigned int suspended:1; -+ /*! Features structure for features that are specific to this channel */ -+ struct ast_bridge_features *features; -+ /*! Queue of DTMF digits used for DTMF streaming */ -+ char dtmf_stream_q[8]; -+ /*! Linked list information */ -+ AST_LIST_ENTRY(ast_bridge_channel) entry; -+}; -+ -+/*! -+ * \brief Structure that contains information about a bridge -+ */ -+struct ast_bridge { -+ /*! Number of channels participating in the bridge */ -+ int num; -+ /*! Bit to indicate that the bridge thread is waiting on channels in the bridge array */ -+ unsigned int waiting:1; -+ /*! Bit to indicate the bridge thread should stop */ -+ unsigned int stop:1; -+ /*! Bit to indicate the bridge thread should refresh itself */ -+ unsigned int refresh:1; -+ /*! Bridge flags to tweak behavior */ -+ struct ast_flags feature_flags; -+ /*! Bridge technology that is handling the bridge */ -+ struct ast_bridge_technology *technology; -+ /*! Private information unique to the bridge technology */ -+ void *bridge_pvt; -+ /*! Thread running the bridge */ -+ pthread_t thread; -+ /*! Enabled features information */ -+ struct ast_bridge_features features; -+ /*! Array of channels that the bridge thread is currently handling */ -+ struct ast_channel **array; -+ /*! Number of channels in the above array */ -+ size_t array_num; -+ /*! Number of channels the array can handle */ -+ size_t array_size; -+ /*! Linked list of channels participating in the bridge */ -+ AST_LIST_HEAD_NOLOCK(, ast_bridge_channel) channels; -+}; -+ -+/*! \brief Create a new bridge -+ * -+ * \param capabilities The capabilities that we require to be used on the bridge -+ * \param flags Flags that will alter the behavior of the bridge -+ * -+ * \retval a pointer to a new bridge on success -+ * \retval NULL on failure -+ * -+ * Example usage: -+ * -+ * \code -+ * struct ast_bridge *bridge; -+ * bridge = ast_bridge_new(AST_BRIDGE_CAPABILITY_1TO1MIX, AST_BRIDGE_FLAG_DISSOLVE); -+ * \endcode -+ * -+ * This creates a simple two party bridge that will be destroyed once one of -+ * the channels hangs up. -+ */ -+struct ast_bridge *ast_bridge_new(int capabilities, int flags); -+ -+/*! \brief See if it is possible to create a bridge -+ * -+ * \param capabilities The capabilities that the bridge will use -+ * -+ * \retval 1 if possible -+ * \retval 0 if not possible -+ * -+ * Example usage: -+ * -+ * \code -+ * int possible = ast_bridge_check(AST_BRIDGE_CAPABILITY_1TO1MIX); -+ * \endcode -+ * -+ * This sees if it is possible to create a bridge capable of bridging two channels -+ * together. -+ */ -+int ast_bridge_check(int capabilities); -+ -+/*! \brief Destroy a bridge -+ * -+ * \param bridge Bridge to destroy -+ * -+ * \retval 0 on success -+ * \retval -1 on failure -+ * -+ * Example usage: -+ * -+ * \code -+ * ast_bridge_destroy(bridge); -+ * \endcode -+ * -+ * This destroys a bridge that was previously created using ast_bridge_new. -+ */ -+int ast_bridge_destroy(struct ast_bridge *bridge); -+ -+/*! \brief Join (blocking) a channel to a bridge -+ * -+ * \param bridge Bridge to join -+ * \param chan Channel to join -+ * \param swap Channel to swap out if swapping -+ * \param features Bridge features structure -+ * -+ * \retval state that channel exited the bridge with -+ * -+ * Example usage: -+ * -+ * \code -+ * ast_bridge_join(bridge, chan, NULL, NULL); -+ * \endcode -+ * -+ * This adds a channel pointed to by the chan pointer to the bridge pointed to by -+ * the bridge pointer. This function will not return until the channel has been -+ * removed from the bridge, swapped out for another channel, or has hung up. -+ * -+ * If this channel will be replacing another channel the other channel can be specified -+ * in the swap parameter. The other channel will be thrown out of the bridge in an -+ * atomic fashion. -+ * -+ * If channel specific features are enabled a pointer to the features structure -+ * can be specified in the features parameter. -+ */ -+enum ast_bridge_channel_state ast_bridge_join(struct ast_bridge *bridge, struct ast_channel *chan, struct ast_channel *swap, struct ast_bridge_features *features); -+ -+/*! \brief Impart (non-blocking) a channel on a bridge -+ * -+ * \param bridge Bridge to impart on -+ * \param chan Channel to impart -+ * \param swap Channel to swap out if swapping -+ * \param features Bridge features structure -+ * -+ * \retval 0 on success -+ * \retval -1 on failure -+ * -+ * Example usage: -+ * -+ * \code -+ * ast_bridge_impart(bridge, chan, NULL, NULL); -+ * \endcode -+ * -+ * This adds a channel pointed to by the chan pointer to the bridge pointed to by -+ * the bridge pointer. This function will return immediately and will not wait -+ * until the channel is no longer part of the bridge. -+ * -+ * If this channel will be replacing another channel the other channel can be specified -+ * in the swap parameter. The other channel will be thrown out of the bridge in an -+ * atomic fashion. -+ * -+ * If channel specific features are enabled a pointer to the features structure -+ * can be specified in the features parameter. -+ */ -+int ast_bridge_impart(struct ast_bridge *bridge, struct ast_channel *chan, struct ast_channel *swap, struct ast_bridge_features *features); -+ -+/*! \brief Depart a channel from a bridge -+ * -+ * \param bridge Bridge to depart from -+ * \param chan Channel to depart -+ * -+ * \retval 0 on success -+ * \retval -1 on failure -+ * -+ * Example usage: -+ * -+ * \code -+ * ast_bridge_depart(bridge, chan); -+ * \endcode -+ * -+ * This removes the channel pointed to by the chan pointer from the bridge -+ * pointed to by the bridge pointer and gives control to the calling thread. -+ * This does not hang up the channel. -+ * -+ * \note This API call can only be used on channels that were added to the bridge -+ * using the ast_bridge_impart API call. -+ */ -+int ast_bridge_depart(struct ast_bridge *bridge, struct ast_channel *chan); -+ -+/*! \brief Remove a channel from a bridge -+ * -+ * \param bridge Bridge that the channel is to be removed from -+ * \param chan Channel to remove -+ * -+ * \retval 0 on success -+ * \retval -1 on failure -+ * -+ * Example usage: -+ * -+ * \code -+ * ast_bridge_remove(bridge, chan); -+ * \endcode -+ * -+ * This removes the channel pointed to by the chan pointer from the bridge -+ * pointed to by the bridge pointer and requests that it be hung up. Control -+ * over the channel will NOT be given to the calling thread. -+ * -+ * \note This API call can be used on channels that were added to the bridge -+ * using both ast_bridge_join and ast_bridge_impart. -+ */ -+int ast_bridge_remove(struct ast_bridge *bridge, struct ast_channel *chan); -+ -+/*! \brief Merge two bridges together -+ * -+ * \param bridge0 First bridge -+ * \param bridge1 Second bridge -+ * -+ * \retval 0 on success -+ * \retval -1 on failure -+ * -+ * Example usage: -+ * -+ * \code -+ * ast_bridge_merge(bridge0, bridge1); -+ * \endcode -+ * -+ * This merges the bridge pointed to by bridge1 with the bridge pointed to by bridge0. -+ * In reality all of the channels in bridge1 are simply moved to bridge0. -+ * -+ * \note The second bridge specified is not destroyed when this operation is -+ * completed. -+ */ -+int ast_bridge_merge(struct ast_bridge *bridge0, struct ast_bridge *bridge1); -+ -+/*! \brief Suspend a channel temporarily from a bridge -+ * -+ * \param bridge Bridge to suspend the channel from -+ * \param chan Channel to suspend -+ * -+ * \retval 0 on success -+ * \retval -1 on failure -+ * -+ * Example usage: -+ * -+ * \code -+ * ast_bridge_suspend(bridge, chan); -+ * \endcode -+ * -+ * This suspends the channel pointed to by chan from the bridge pointed to by bridge temporarily. -+ * Control of the channel is given to the calling thread. This differs from ast_bridge_depart as -+ * the channel will not be removed from the bridge. -+ * -+ * \note This API call can be used on channels that were added to the bridge -+ * using both ast_bridge_join and ast_bridge_impart. -+ */ -+int ast_bridge_suspend(struct ast_bridge *bridge, struct ast_channel *chan); -+ -+/*! \brief Unsuspend a channel from a bridge -+ * -+ * \param bridge Bridge to unsuspend the channel from -+ * \param chan Channel to unsuspend -+ * -+ * \retval 0 on success -+ * \retval -1 on failure -+ * -+ * Example usage: -+ * -+ * \code -+ * ast_bridge_unsuspend(bridge, chan); -+ * \endcode -+ * -+ * This unsuspends the channel pointed to by chan from the bridge pointed to by bridge. -+ * The bridge will go back to handling the channel once this function returns. -+ * -+ * \note You must not mess with the channel once this function returns. -+ * Doing so may result in bad things happening. -+ */ -+int ast_bridge_unsuspend(struct ast_bridge *bridge, struct ast_channel *chan); -+ -+/*! \brief Change the state of a bridged channel -+ * -+ * \param bridge_channel Channel to change the state on -+ * \param new_state The new state to place the channel into -+ * -+ * Example usage: -+ * -+ * \code -+ * ast_bridge_change_state(bridge_channel, AST_BRIDGE_CHANNEL_STATE_WAIT); -+ * \endcode -+ * -+ * This places the channel pointed to by bridge_channel into the state -+ * AST_BRIDGE_CHANNEL_STATE_WAIT. -+ * -+ * \note This API call is only meant to be used in feature hook callbacks to -+ * make sure the channel either hangs up or returns to the bridge. -+ */ -+void ast_bridge_change_state(struct ast_bridge_channel *bridge_channel, enum ast_bridge_channel_state new_state); -+ -+#if defined(__cplusplus) || defined(c_plusplus) -+} -+#endif -+ -+#endif /* _ASTERISK_BRIDGING_H */ -diff --git a/include/asterisk/bridging_features.h b/include/asterisk/bridging_features.h -new file mode 100644 -index 0000000..26756a2 ---- /dev/null -+++ b/include/asterisk/bridging_features.h -@@ -0,0 +1,298 @@ -+/* -+ * Asterisk -- An open source telephony toolkit. -+ * -+ * Copyright (C) 2009, Digium, Inc. -+ * -+ * Joshua Colp -+ * -+ * See http://www.asterisk.org for more information about -+ * the Asterisk project. Please do not directly contact -+ * any of the maintainers of this project for assistance; -+ * the project provides a web site, mailing lists and IRC -+ * channels for your use. -+ * -+ * This program is free software, distributed under the terms of -+ * the GNU General Public License Version 2. See the LICENSE file -+ * at the top of the source tree. -+ */ -+ -+/*! \file -+ * \brief Channel Bridging API -+ * \author Joshua Colp -+ */ -+ -+#ifndef _ASTERISK_BRIDGING_FEATURES_H -+#define _ASTERISK_BRIDGING_FEATURES_H -+ -+#if defined(__cplusplus) || defined(c_plusplus) -+extern "C" { -+#endif -+ -+/*! \brief Flags used for bridge features */ -+enum ast_bridge_feature_flags { -+ /*! Upon hangup the bridge should be discontinued */ -+ AST_BRIDGE_FLAG_DISSOLVE = (1 << 0), -+ /*! Move between bridging technologies as needed. */ -+ AST_BRIDGE_FLAG_SMART = (1 << 1), -+}; -+ -+/*! \brief Built in features */ -+enum ast_bridge_builtin_feature { -+ /*! DTMF Based Blind Transfer */ -+ AST_BRIDGE_BUILTIN_BLINDTRANSFER = 0, -+ /*! DTMF Based Attended Transfer */ -+ AST_BRIDGE_BUILTIN_ATTENDEDTRANSFER, -+ /*! DTMF Based Hangup Feature */ -+ AST_BRIDGE_BUILTIN_HANGUP, -+ /*! End terminator for list of built in features. Must remain last. */ -+ AST_BRIDGE_BUILTIN_END, -+}; -+ -+struct ast_bridge; -+struct ast_bridge_channel; -+ -+/*! -+ * \brief Features hook callback type -+ * -+ * \param bridge The bridge that the channel is part of -+ * \param bridge_channel Channel executing the feature -+ * \param hook_pvt Private data passed in when the hook was created -+ * -+ * \retval 0 success -+ * \retval -1 failure -+ */ -+typedef int (*ast_bridge_features_hook_callback)(struct ast_bridge *bridge, struct ast_bridge_channel *bridge_channel, void *hook_pvt); -+ -+/*! -+ * \brief Maximum length of a DTMF feature string -+ */ -+#define MAXIMUM_DTMF_FEATURE_STRING 8 -+ -+/*! -+ * \brief Structure that is the essence of a features hook -+ */ -+struct ast_bridge_features_hook { -+ /*! DTMF String that is examined during a feature hook lookup */ -+ char dtmf[MAXIMUM_DTMF_FEATURE_STRING]; -+ /*! Callback that is called when DTMF string is matched */ -+ ast_bridge_features_hook_callback callback; -+ /*! Unique data that was passed into us */ -+ void *hook_pvt; -+ /*! Linked list information */ -+ AST_LIST_ENTRY(ast_bridge_features_hook) entry; -+}; -+ -+/*! -+ * \brief Structure that contains features information -+ */ -+struct ast_bridge_features { -+ /*! Attached DTMF based feature hooks */ -+ AST_LIST_HEAD_NOLOCK(, ast_bridge_features_hook) hooks; -+ /*! Feature flags that are enabled */ -+ struct ast_flags feature_flags; -+ /*! Bit to indicate that this structure is useful and should be considered when looking for features */ -+ unsigned int usable:1; -+ /*! Bit to indicate whether the channel/bridge is muted or not */ -+ unsigned int mute:1; -+}; -+ -+/*! -+ * \brief Structure that contains configuration information for the blind transfer built in feature -+ */ -+struct ast_bridge_features_blind_transfer { -+ /*! Context to use for transfers */ -+ char context[AST_MAX_CONTEXT]; -+}; -+ -+/*! -+ * \brief Structure that contains configuration information for the attended transfer built in feature -+ */ -+struct ast_bridge_features_attended_transfer { -+ /*! DTMF string used to abort the transfer */ -+ char abort[MAXIMUM_DTMF_FEATURE_STRING]; -+ /*! DTMF string used to turn the transfer into a three way conference */ -+ char threeway[MAXIMUM_DTMF_FEATURE_STRING]; -+ /*! DTMF string used to complete the transfer */ -+ char complete[MAXIMUM_DTMF_FEATURE_STRING]; -+ /*! Context to use for transfers */ -+ char context[AST_MAX_CONTEXT]; -+}; -+ -+/*! \brief Register a handler for a built in feature -+ * -+ * \param feature The feature that the handler will be responsible for -+ * \param callback The callback function that will handle it -+ * \param dtmf Default DTMF string used to activate the feature -+ * -+ * \retval 0 on success -+ * \retval -1 on failure -+ * -+ * Example usage: -+ * -+ * \code -+ * ast_bridge_features_register(AST_BRIDGE_BUILTIN_ATTENDED_TRANSFER, bridge_builtin_attended_transfer, "*1"); -+ * \endcode -+ * -+ * This registers the function bridge_builtin_attended_transfer as the function responsible for the built in -+ * attended transfer feature. -+ */ -+int ast_bridge_features_register(enum ast_bridge_builtin_feature feature, ast_bridge_features_hook_callback callback, const char *dtmf); -+ -+/*! \brief Unregister a handler for a built in feature -+ * -+ * \param feature The feature to unregister -+ * -+ * \retval 0 on success -+ * \retval -1 on failure -+ * -+ * Example usage: -+ * -+ * \code -+ * ast_bridge_features_unregister(AST_BRIDGE_BUILTIN_ATTENDED_TRANSFER); -+ * \endcode -+ * -+ * This unregisters the function that is handling the built in attended transfer feature. -+ */ -+int ast_bridge_features_unregister(enum ast_bridge_builtin_feature feature); -+ -+/*! \brief Attach a custom hook to a bridge features structure -+ * -+ * \param features Bridge features structure -+ * \param dtmf DTMF string to be activated upon -+ * \param callback Function to execute upon activation -+ * \param hook_pvt Unique data -+ * -+ * \retval 0 on success -+ * \retval -1 on failure -+ * -+ * Example usage: -+ * -+ * \code -+ * struct ast_bridge_features features; -+ * ast_bridge_features_init(&features); -+ * ast_bridge_features_hook(&features, "#", pound_callback, NULL); -+ * \endcode -+ * -+ * This makes the bridging core call pound_callback if a channel that has this -+ * feature structure inputs the DTMF string '#'. A pointer to useful data may be -+ * provided to the hook_pvt parameter. -+ * -+ * \note It is important that the callback set the bridge channel state back to -+ * AST_BRIDGE_CHANNEL_STATE_WAIT or the bridge thread will not service the channel. -+ */ -+int ast_bridge_features_hook(struct ast_bridge_features *features, const char *dtmf, ast_bridge_features_hook_callback callback, void *hook_pvt); -+ -+/*! \brief Enable a built in feature on a bridge features structure -+ * -+ * \param features Bridge features structure -+ * \param feature Feature to enable -+ * \param dtmf Optionally the DTMF stream to trigger the feature, if not specified it will be the default -+ * \param config Configuration structure unique to the built in type -+ * -+ * \retval 0 on success -+ * \retval -1 on failure -+ * -+ * Example usage: -+ * -+ * \code -+ * struct ast_bridge_features features; -+ * ast_bridge_features_init(&features); -+ * ast_bridge_features_enable(&features, AST_BRIDGE_BUILTIN_ATTENDEDTRANSFER, NULL); -+ * \endcode -+ * -+ * This enables the attended transfer DTMF option using the default DTMF string. An alternate -+ * string may be provided using the dtmf parameter. Internally this is simply setting up a hook -+ * to a built in feature callback function. -+ */ -+int ast_bridge_features_enable(struct ast_bridge_features *features, enum ast_bridge_builtin_feature feature, const char *dtmf, void *config); -+ -+/*! \brief Set a flag on a bridge features structure -+ * -+ * \param features Bridge features structure -+ * \param flag Flag to enable -+ * -+ * \retval 0 on success -+ * \retval -1 on failure -+ * -+ * Example usage: -+ * -+ * \code -+ * struct ast_bridge_features features; -+ * ast_bridge_features_init(&features); -+ * ast_bridge_features_set_flag(&features, AST_BRIDGE_FLAG_DISSOLVE); -+ * \endcode -+ * -+ * This sets the AST_BRIDGE_FLAG_DISSOLVE feature to be enabled on the features structure -+ * 'features'. -+ */ -+int ast_bridge_features_set_flag(struct ast_bridge_features *features, enum ast_bridge_feature_flags flag); -+ -+/*! \brief Initialize bridge features structure -+ * -+ * \param features Bridge featues structure -+ * -+ * \retval 0 on success -+ * \retval -1 on failure -+ * -+ * Example usage: -+ * -+ * \code -+ * struct ast_bridge_features features; -+ * ast_bridge_features_init(&features); -+ * \endcode -+ * -+ * This initializes the feature structure 'features' to have nothing enabled. -+ * -+ * \note This MUST be called before enabling features or flags. Failure to do so -+ * may result in a crash. -+ */ -+int ast_bridge_features_init(struct ast_bridge_features *features); -+ -+/*! \brief Clean up the contents of a bridge features structure -+ * -+ * \param features Bridge features structure -+ * -+ * \retval 0 on success -+ * \retval -1 on failure -+ * -+ * Example usage: -+ * -+ * \code -+ * struct ast_bridge_features features; -+ * ast_bridge_features_init(&features); -+ * ast_bridge_features_cleanup(&features); -+ * \endcode -+ * -+ * This cleans up the feature structure 'features'. -+ * -+ * \note This MUST be called after the features structure is done being used -+ * or a memory leak may occur. -+ */ -+int ast_bridge_features_cleanup(struct ast_bridge_features *features); -+ -+/*! \brief Play a DTMF stream into a bridge, optionally not to a given channel -+ * -+ * \param bridge Bridge to play stream into -+ * \param dtmf DTMF to play -+ * \param chan Channel to optionally not play to -+ * -+ * \retval 0 on success -+ * \retval -1 on failure -+ * -+ * Example usage: -+ * -+ * \code -+ * ast_bridge_dtmf_stream(bridge, "0123456789", NULL); -+ * \endcode -+ * -+ * This sends the DTMF digits '0123456789' to all channels in the bridge pointed to -+ * by the bridge pointer. Optionally a channel may be excluded by passing it's channel pointer -+ * using the chan parameter. -+ */ -+int ast_bridge_dtmf_stream(struct ast_bridge *bridge, const char *dtmf, struct ast_channel *chan); -+ -+#if defined(__cplusplus) || defined(c_plusplus) -+} -+#endif -+ -+#endif /* _ASTERISK_BRIDGING_FEATURES_H */ -diff --git a/include/asterisk/bridging_technology.h b/include/asterisk/bridging_technology.h -new file mode 100644 -index 0000000..73d8ee0 ---- /dev/null -+++ b/include/asterisk/bridging_technology.h -@@ -0,0 +1,174 @@ -+/* -+ * Asterisk -- An open source telephony toolkit. -+ * -+ * Copyright (C) 2009, Digium, Inc. -+ * -+ * Joshua Colp -+ * -+ * See http://www.asterisk.org for more information about -+ * the Asterisk project. Please do not directly contact -+ * any of the maintainers of this project for assistance; -+ * the project provides a web site, mailing lists and IRC -+ * channels for your use. -+ * -+ * This program is free software, distributed under the terms of -+ * the GNU General Public License Version 2. See the LICENSE file -+ * at the top of the source tree. -+ */ -+ -+/*! \file -+ * \brief Channel Bridging API -+ * \author Joshua Colp -+ */ -+ -+#ifndef _ASTERISK_BRIDGING_TECHNOLOGY_H -+#define _ASTERISK_BRIDGING_TECHNOLOGY_H -+ -+#if defined(__cplusplus) || defined(c_plusplus) -+extern "C" { -+#endif -+ -+/*! \brief Preference for choosing the bridge technology */ -+enum ast_bridge_preference { -+ /*! Bridge technology should have high precedence over other bridge technologies */ -+ AST_BRIDGE_PREFERENCE_HIGH = 0, -+ /*! Bridge technology is decent, not the best but should still be considered over low */ -+ AST_BRIDGE_PREFERENCE_MEDIUM, -+ /*! Bridge technology is low, it should not be considered unless it is absolutely needed */ -+ AST_BRIDGE_PREFERENCE_LOW, -+}; -+ -+/*! -+ * \brief Structure that is the essence of a bridge technology -+ */ -+struct ast_bridge_technology { -+ /*! Unique name to this bridge technology */ -+ const char *name; -+ /*! The capabilities that this bridge technology is capable of */ -+ int capabilities; -+ /*! Preference level that should be used when determining whether to use this bridge technology or not */ -+ enum ast_bridge_preference preference; -+ /*! Callback for when a bridge is being created */ -+ int (*create)(struct ast_bridge *bridge); -+ /*! Callback for when a bridge is being destroyed */ -+ int (*destroy)(struct ast_bridge *bridge); -+ /*! Callback for when a channel is being added to a bridge */ -+ int (*join)(struct ast_bridge *bridge, struct ast_bridge_channel *bridge_channel); -+ /*! Callback for when a channel is leaving a bridge */ -+ int (*leave)(struct ast_bridge *bridge, struct ast_bridge_channel *bridge_channel); -+ /*! Callback for writing a frame into the bridging technology */ -+ enum ast_bridge_write_result (*write)(struct ast_bridge *bridge, struct ast_bridge_channel *bridged_channel, struct ast_frame *frame); -+ /*! Callback for when a file descriptor trips */ -+ int (*fd)(struct ast_bridge *bridge, struct ast_bridge_channel *bridge_channel, int fd); -+ /*! Callback for replacement thread function */ -+ int (*thread)(struct ast_bridge *bridge); -+ /*! Callback for poking a bridge thread */ -+ int (*poke)(struct ast_bridge *bridge, struct ast_bridge_channel *bridge_channel); -+ /*! Formats that the bridge technology supports */ -+ int formats; -+ /*! Bit to indicate whether the bridge technology is currently suspended or not */ -+ unsigned int suspended:1; -+ /*! Module this bridge technology belongs to. Is used for reference counting when creating/destroying a bridge. */ -+ struct ast_module *mod; -+ /*! Linked list information */ -+ AST_RWLIST_ENTRY(ast_bridge_technology) entry; -+}; -+ -+/*! \brief Register a bridge technology for use -+ * -+ * \param technology The bridge technology to register -+ * \param module The module that is registering the bridge technology -+ * -+ * \retval 0 on success -+ * \retval -1 on failure -+ * -+ * Example usage: -+ * -+ * \code -+ * ast_bridge_technology_register(&simple_bridge_tech); -+ * \endcode -+ * -+ * This registers a bridge technology declared as the structure -+ * simple_bridge_tech with the bridging core and makes it available for -+ * use when creating bridges. -+ */ -+int __ast_bridge_technology_register(struct ast_bridge_technology *technology, struct ast_module *mod); -+ -+/*! \brief See \ref __ast_bridge_technology_register() */ -+#define ast_bridge_technology_register(technology) __ast_bridge_technology_register(technology, ast_module_info->self) -+ -+/*! \brief Unregister a bridge technology from use -+ * -+ * \param technology The bridge technology to unregister -+ * -+ * \retval 0 on success -+ * \retval -1 on failure -+ * -+ * Example usage: -+ * -+ * \code -+ * ast_bridge_technology_unregister(&simple_bridge_tech); -+ * \endcode -+ * -+ * This unregisters a bridge technlogy declared as the structure -+ * simple_bridge_tech with the bridging core. It will no longer be -+ * considered when creating a new bridge. -+ */ -+int ast_bridge_technology_unregister(struct ast_bridge_technology *technology); -+ -+/*! \brief Feed notification that a frame is waiting on a channel into the bridging core -+ * -+ * \param bridge The bridge that the notification should influence -+ * \param bridge_channel Bridge channel the notification was received on (if known) -+ * \param chan Channel the notification was received on (if known) -+ * \param outfd File descriptor that the notification was received on (if known) -+ * -+ * Example usage: -+ * -+ * \code -+ * ast_bridge_handle_trip(bridge, NULL, chan, -1); -+ * \endcode -+ * -+ * This tells the bridging core that a frame has been received on -+ * the channel pointed to by chan and that it should be read and handled. -+ * -+ * \note This should only be used by bridging technologies. -+ */ -+void ast_bridge_handle_trip(struct ast_bridge *bridge, struct ast_bridge_channel *bridge_channel, struct ast_channel *chan, int outfd); -+ -+/*! \brief Suspend a bridge technology from consideration -+ * -+ * \param technology The bridge technology to suspend -+ * -+ * Example usage: -+ * -+ * \code -+ * ast_bridge_technology_suspend(&simple_bridge_tech); -+ * \endcode -+ * -+ * This suspends the bridge technology simple_bridge_tech from being considered -+ * when creating a new bridge. Existing bridges using the bridge technology -+ * are not affected. -+ */ -+void ast_bridge_technology_suspend(struct ast_bridge_technology *technology); -+ -+/*! \brief Unsuspend a bridge technology -+ * -+ * \param technology The bridge technology to unsuspend -+ * -+ * Example usage: -+ * -+ * \code -+ * ast_bridge_technology_unsuspend(&simple_bridge_tech); -+ * \endcode -+ * -+ * This makes the bridge technology simple_bridge_tech considered when -+ * creating a new bridge again. -+ */ -+void ast_bridge_technology_unsuspend(struct ast_bridge_technology *technology); -+ -+#if defined(__cplusplus) || defined(c_plusplus) -+} -+#endif -+ -+#endif /* _ASTERISK_BRIDGING_TECHNOLOGY_H */ -diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h -index 357bc34..e64ca47 100644 ---- a/include/asterisk/channel.h -+++ b/include/asterisk/channel.h -@@ -406,6 +406,7 @@ struct ast_channel { - void *music_state; /*!< Music State*/ - void *generatordata; /*!< Current generator data if there is any */ - struct ast_generator *generator; /*!< Current active data generator */ -+ struct ast_bridge *bridge; /*!< Bridge this channel is participating in */ - struct ast_channel *_bridge; /*!< Who are we bridged to, if we're bridged. - Who is proxying for us, if we are proxied (i.e. chan_agent). - Do not access directly, use ast_bridged_channel(chan) */ -diff --git a/main/Makefile b/main/Makefile -index 86a0f3c..8a83a06 100644 ---- a/main/Makefile -+++ b/main/Makefile -@@ -26,7 +26,7 @@ OBJS= tcptls.o io.o sched.o logger.o frame.o loader.o config.o channel.o \ - utils.o plc.o jitterbuf.o dnsmgr.o devicestate.o \ - netsock.o slinfactory.o ast_expr2.o ast_expr2f.o \ - cryptostub.o sha1.o http.o fixedjitterbuf.o abstract_jb.o \ -- strcompat.o threadstorage.o dial.o event.o adsistub.o audiohook.o \ -+ strcompat.o threadstorage.o dial.o event.o bridging.o adsistub.o audiohook.o \ - astobj2.o hashtab.o global_datastores.o version.o \ - features.o taskprocessor.o timing.o datastore.o - -diff --git a/main/bridging.c b/main/bridging.c -new file mode 100644 -index 0000000..8ee31e2 ---- /dev/null -+++ b/main/bridging.c -@@ -0,0 +1,1296 @@ -+/* -+ * Asterisk -- An open source telephony toolkit. -+ * -+ * Copyright (C) 2007 - 2009, Digium, Inc. -+ * -+ * Joshua Colp -+ * -+ * See http://www.asterisk.org for more information about -+ * the Asterisk project. Please do not directly contact -+ * any of the maintainers of this project for assistance; -+ * the project provides a web site, mailing lists and IRC -+ * channels for your use. -+ * -+ * This program is free software, distributed under the terms of -+ * the GNU General Public License Version 2. See the LICENSE file -+ * at the top of the source tree. -+ */ -+ -+/*! \file -+ * -+ * \brief Channel Bridging API -+ * -+ * \author Joshua Colp -+ */ -+ -+#include "asterisk.h" -+ -+ASTERISK_FILE_VERSION(__FILE__, "$Revision$") -+ -+#include -+ -+#include "asterisk/logger.h" -+#include "asterisk/channel.h" -+#include "asterisk/options.h" -+#include "asterisk/utils.h" -+#include "asterisk/lock.h" -+#include "asterisk/linkedlists.h" -+#include "asterisk/bridging.h" -+#include "asterisk/bridging_technology.h" -+#include "asterisk/app.h" -+#include "asterisk/file.h" -+#include "asterisk/module.h" -+#include "asterisk/astobj2.h" -+ -+static AST_RWLIST_HEAD_STATIC(bridge_technologies, ast_bridge_technology); -+ -+/* Initial starting point for the bridge array of channels */ -+#define BRIDGE_ARRAY_START 128 -+ -+/* Grow rate of bridge array of channels */ -+#define BRIDGE_ARRAY_GROW 32 -+ -+/*! Default DTMF keys for built in features */ -+static char builtin_features_dtmf[AST_BRIDGE_BUILTIN_END][MAXIMUM_DTMF_FEATURE_STRING]; -+ -+/*! Function handlers for the built in features */ -+static void *builtin_features_handlers[AST_BRIDGE_BUILTIN_END]; -+ -+int __ast_bridge_technology_register(struct ast_bridge_technology *technology, struct ast_module *module) -+{ -+ struct ast_bridge_technology *current = NULL; -+ -+ /* Perform a sanity check to make sure the bridge technology conforms to our needed requirements */ -+ if (ast_strlen_zero(technology->name) || !technology->capabilities || !technology->write) { -+ ast_log(LOG_WARNING, "Bridge technology %s failed registration sanity check.\n", technology->name); -+ return -1; -+ } -+ -+ AST_RWLIST_WRLOCK(&bridge_technologies); -+ -+ /* Look for duplicate bridge technology already using this name, or already registered */ -+ AST_RWLIST_TRAVERSE(&bridge_technologies, current, entry) { -+ if ((!strcasecmp(current->name, technology->name)) || (current == technology)) { -+ ast_log(LOG_WARNING, "A bridge technology of %s already claims to exist in our world.\n", technology->name); -+ AST_RWLIST_UNLOCK(&bridge_technologies); -+ return -1; -+ } -+ } -+ -+ /* Copy module pointer so reference counting can keep the module from unloading */ -+ technology->mod = module; -+ -+ /* Insert our new bridge technology into the list and print out a pretty message */ -+ AST_RWLIST_INSERT_TAIL(&bridge_technologies, technology, entry); -+ -+ AST_RWLIST_UNLOCK(&bridge_technologies); -+ -+ if (option_verbose > 1) { -+ ast_verbose(VERBOSE_PREFIX_2 "Registered bridge technology %s\n", technology->name); -+ } -+ -+ return 0; -+} -+ -+int ast_bridge_technology_unregister(struct ast_bridge_technology *technology) -+{ -+ struct ast_bridge_technology *current = NULL; -+ -+ AST_RWLIST_WRLOCK(&bridge_technologies); -+ -+ /* Ensure the bridge technology is registered before removing it */ -+ AST_RWLIST_TRAVERSE_SAFE_BEGIN(&bridge_technologies, current, entry) { -+ if (current == technology) { -+ AST_RWLIST_REMOVE_CURRENT(entry); -+ if (option_verbose > 1) { -+ ast_verbose(VERBOSE_PREFIX_2 "Unregistered bridge technology %s\n", technology->name); -+ } -+ break; -+ } -+ } -+ AST_RWLIST_TRAVERSE_SAFE_END -+ -+ AST_RWLIST_UNLOCK(&bridge_technologies); -+ -+ return current ? 0 : -1; -+} -+ -+void ast_bridge_change_state(struct ast_bridge_channel *bridge_channel, enum ast_bridge_channel_state new_state) -+{ -+ /* Change the state on the bridge channel */ -+ bridge_channel->state = new_state; -+ -+ /* Poke the bridge technology as well if it wants to know about this */ -+ if (bridge_channel->bridge->technology->poke) { -+ bridge_channel->bridge->technology->poke(bridge_channel->bridge, bridge_channel); -+ } -+ -+ /* Only poke the channel's thread if it is not us */ -+ if (!pthread_equal(pthread_self(), bridge_channel->thread)) { -+ pthread_kill(bridge_channel->thread, SIGURG); -+ ast_mutex_lock(&bridge_channel->lock); -+ ast_cond_signal(&bridge_channel->cond); -+ ast_mutex_unlock(&bridge_channel->lock); -+ } -+ -+ return; -+} -+ -+/*! \brief Helper function to poke the bridge thread */ -+static void bridge_poke(struct ast_bridge *bridge) -+{ -+ /* Poke the thread just in case */ -+ if (bridge->thread != AST_PTHREADT_NULL && bridge->thread != AST_PTHREADT_STOP) { -+ pthread_kill(bridge->thread, SIGURG); -+ } -+ -+ return; -+} -+ -+/*! \brief Helper function to add a channel to the bridge array */ -+static void bridge_array_add(struct ast_bridge *bridge, struct ast_channel *chan) -+{ -+ /* We have to make sure the bridge thread is not using the bridge array before messing with it */ -+ while (bridge->waiting) { -+ bridge_poke(bridge); -+ usleep(1); -+ } -+ -+ bridge->array[bridge->array_num++] = chan; -+ -+ ast_debug(1, "Added channel %s(%p) to bridge array on %p, new count is %d\n", chan->name, chan, bridge, (int)bridge->array_num); -+ -+ /* If the next addition of a channel will exceed our array size grow it out */ -+ if (bridge->array_num == bridge->array_size) { -+ struct ast_channel **tmp; -+ ast_debug(1, "Growing bridge array on %p from %d to %d\n", bridge, (int)bridge->array_size, (int)bridge->array_size + BRIDGE_ARRAY_GROW); -+ tmp = ast_realloc(bridge->array, (bridge->array_size + BRIDGE_ARRAY_GROW) * sizeof(struct ast_channel*)); -+ bridge->array = tmp; -+ bridge->array_size += BRIDGE_ARRAY_GROW; -+ } -+ -+ return; -+} -+ -+/*! \brief Helper function to remove a channel from the bridge array */ -+static void bridge_array_remove(struct ast_bridge *bridge, struct ast_channel *chan) -+{ -+ int i; -+ -+ /* We have to make sure the bridge thread is not using the bridge array before messing with it */ -+ while (bridge->waiting) { -+ bridge_poke(bridge); -+ usleep(1); -+ } -+ -+ for (i = 0; i < bridge->array_num; i++) { -+ if (bridge->array[i] == chan) { -+ bridge->array[i] = (bridge->array[(bridge->array_num - 1)] != chan ? bridge->array[(bridge->array_num - 1)] : NULL); -+ bridge->array[(bridge->array_num - 1)] = NULL; -+ bridge->array_num--; -+ ast_debug(1, "Removed channel %p from bridge array on %p, new count is %d\n", chan, bridge, (int)bridge->array_num); -+ break; -+ } -+ } -+ -+ return; -+} -+ -+/*! \brief Helper function to find a bridge channel given a channel */ -+static struct ast_bridge_channel *find_bridge_channel(struct ast_bridge *bridge, struct ast_channel *chan) -+{ -+ struct ast_bridge_channel *bridge_channel = NULL; -+ -+ AST_LIST_TRAVERSE(&bridge->channels, bridge_channel, entry) { -+ if (bridge_channel->chan == chan) { -+ break; -+ } -+ } -+ -+ return bridge_channel; -+} -+ -+/*! \brief Internal function to see whether a bridge should dissolve, and if so do it */ -+static void bridge_check_dissolve(struct ast_bridge *bridge, struct ast_bridge_channel *bridge_channel) -+{ -+ struct ast_bridge_channel *bridge_channel2 = NULL; -+ -+ if (!ast_test_flag(&bridge->feature_flags, AST_BRIDGE_FLAG_DISSOLVE) && (!bridge_channel->features || !bridge_channel->features->usable || !ast_test_flag(&bridge_channel->features->feature_flags, AST_BRIDGE_FLAG_DISSOLVE))) { -+ return; -+ } -+ -+ ast_debug(1, "Dissolving bridge %p\n", bridge); -+ -+ AST_LIST_TRAVERSE(&bridge->channels, bridge_channel2, entry) { -+ if (bridge_channel2->state != AST_BRIDGE_CHANNEL_STATE_END && bridge_channel2->state != AST_BRIDGE_CHANNEL_STATE_DEPART) { -+ ast_bridge_change_state(bridge_channel2, AST_BRIDGE_CHANNEL_STATE_HANGUP); -+ } -+ } -+ -+ /* Since all the channels are going away let's go ahead and stop our on thread */ -+ bridge->stop = 1; -+ -+ return; -+} -+ -+/*! \brief Internal function to handle DTMF from a channel */ -+static struct ast_frame *bridge_handle_dtmf(struct ast_bridge *bridge, struct ast_bridge_channel *bridge_channel, struct ast_frame *frame) -+{ -+ struct ast_bridge_features *features = (bridge_channel->features ? bridge_channel->features : &bridge->features); -+ struct ast_bridge_features_hook *hook = NULL; -+ -+ /* If the features structure we grabbed is not usable immediately return the frame */ -+ if (!features->usable) { -+ return frame; -+ } -+ -+ /* See if this DTMF matches the beginnings of any feature hooks, if so we switch to the feature state to either execute the feature or collect more DTMF */ -+ AST_LIST_TRAVERSE(&features->hooks, hook, entry) { -+ if (hook->dtmf[0] == frame->subclass) { -+ ast_frfree(frame); -+ frame = NULL; -+ ast_bridge_change_state(bridge_channel, AST_BRIDGE_CHANNEL_STATE_FEATURE); -+ break; -+ } -+ } -+ -+ return frame; -+} -+ -+void ast_bridge_handle_trip(struct ast_bridge *bridge, struct ast_bridge_channel *bridge_channel, struct ast_channel *chan, int outfd) -+{ -+ /* If no bridge channel has been provided and the actual channel has been provided find it */ -+ if (chan && !bridge_channel) { -+ bridge_channel = find_bridge_channel(bridge, chan); -+ } -+ -+ /* If a bridge channel with actual channel is present read a frame and handle it */ -+ if (chan && bridge_channel) { -+ struct ast_frame *frame = (((bridge->features.mute) || (bridge_channel->features && bridge_channel->features->mute)) ? ast_read_noaudio(chan) : ast_read(chan)); -+ -+ /* This is pretty simple... see if they hung up */ -+ if (!frame || (frame->frametype == AST_FRAME_CONTROL && frame->subclass == AST_CONTROL_HANGUP)) { -+ /* Signal the thread that is handling the bridged channel that it should be ended */ -+ ast_bridge_change_state(bridge_channel, AST_BRIDGE_CHANNEL_STATE_END); -+ } else if (frame->frametype == AST_FRAME_CONTROL && frame->subclass == AST_CONTROL_ANSWER) { -+ ast_debug(1, "Dropping answer frame from bridge channel %p\n", bridge_channel); -+ } else { -+ if (frame->frametype == AST_FRAME_DTMF_BEGIN) { -+ frame = bridge_handle_dtmf(bridge, bridge_channel, frame); -+ } -+ /* Simply write the frame out to the bridge technology if it still exists */ -+ if (frame) { -+ bridge->technology->write(bridge, bridge_channel, frame); -+ } -+ } -+ -+ if (frame) { -+ ast_frfree(frame); -+ } -+ return; -+ } -+ -+ /* If a file descriptor actually tripped pass it off to the bridge technology */ -+ if (outfd > -1 && bridge->technology->fd) { -+ bridge->technology->fd(bridge, bridge_channel, outfd); -+ return; -+ } -+ -+ /* If all else fails just poke the bridge */ -+ if (bridge->technology->poke && bridge_channel) { -+ bridge->technology->poke(bridge, bridge_channel); -+ return; -+ } -+ -+ return; -+} -+ -+/*! \brief Generic thread loop, TODO: Rethink this/improve it */ -+static int generic_thread_loop(struct ast_bridge *bridge) -+{ -+ while (!bridge->stop && !bridge->refresh && bridge->array_num) { -+ struct ast_channel *winner = NULL; -+ int to = -1; -+ -+ /* Move channels around for priority reasons if we have more than one channel in our array */ -+ if (bridge->array_num > 1) { -+ struct ast_channel *first = bridge->array[0]; -+ memmove(bridge->array, bridge->array + 1, sizeof(bridge->array) - 1); -+ bridge->array[(bridge->array_num - 1)] = first; -+ } -+ -+ /* Wait on the channels */ -+ ao2_unlock(bridge); -+ bridge->waiting = 1; -+ winner = ast_waitfor_n(bridge->array, (int)bridge->array_num, &to); -+ bridge->waiting = 0; -+ ao2_lock(bridge); -+ -+ /* Process whatever they did */ -+ ast_bridge_handle_trip(bridge, NULL, winner, -1); -+ } -+ -+ return 0; -+} -+ -+/*! \brief Bridge thread function */ -+static void *bridge_thread(void *data) -+{ -+ struct ast_bridge *bridge = data; -+ int res = 0; -+ -+ ao2_lock(bridge); -+ -+ ast_debug(1, "Started bridge thread for %p\n", bridge); -+ -+ /* Loop around until we are told to stop */ -+ while (!bridge->stop && bridge->array_num) { -+ /* In case the refresh bit was set simply set it back to off */ -+ bridge->refresh = 0; -+ -+ ast_debug(1, "Launching bridge thread function %p for bridge %p\n", (bridge->technology->thread ? bridge->technology->thread : &generic_thread_loop), bridge); -+ -+ /* Execute the appropriate thread function. If the technology does not provide one we use the generic one */ -+ res = (bridge->technology->thread ? bridge->technology->thread(bridge) : generic_thread_loop(bridge)); -+ } -+ -+ ast_debug(1, "Ending bridge thread for %p\n", bridge); -+ -+ /* Indicate the bridge thread is no longer active */ -+ bridge->thread = AST_PTHREADT_NULL; -+ ao2_unlock(bridge); -+ -+ ao2_ref(bridge, -1); -+ -+ return NULL; -+} -+ -+/*! \brief Helper function used to find the "best" bridge technology given a specified capabilities */ -+static struct ast_bridge_technology *find_best_technology(int capabilities) -+{ -+ struct ast_bridge_technology *current = NULL, *best = NULL; -+ -+ AST_RWLIST_RDLOCK(&bridge_technologies); -+ AST_RWLIST_TRAVERSE(&bridge_technologies, current, entry) { -+ ast_debug(1, "Bridge technology %s has capabilities %d and we want %d\n", current->name, current->capabilities, capabilities); -+ if (current->suspended) { -+ ast_debug(1, "Bridge technology %s is suspended. Skipping.\n", current->name); -+ continue; -+ } -+ if (!(current->capabilities & capabilities)) { -+ ast_debug(1, "Bridge technology %s does not have the capabilities we need.\n", current->name); -+ continue; -+ } -+ if (best && best->preference < current->preference) { -+ ast_debug(1, "Bridge technology %s has preference %d while %s has preference %d. Skipping.\n", current->name, current->preference, best->name, best->preference); -+ continue; -+ } -+ best = current; -+ } -+ -+ if (best) { -+ /* Increment it's module reference count if present so it does not get unloaded while in use */ -+ if (best->mod) { -+ ast_module_ref(best->mod); -+ } -+ ast_debug(1, "Chose bridge technology %s\n", best->name); -+ } -+ -+ AST_RWLIST_UNLOCK(&bridge_technologies); -+ -+ return best; -+} -+ -+static void destroy_bridge(void *obj) -+{ -+ struct ast_bridge *bridge = obj; -+ -+ ast_debug(1, "Actually destroying bridge %p, nobody wants it anymore\n", bridge); -+ -+ /* Pass off the bridge to the technology to destroy if needed */ -+ if (bridge->technology->destroy) { -+ ast_debug(1, "Giving bridge technology %s the bridge structure %p to destroy\n", bridge->technology->name, bridge); -+ if (bridge->technology->destroy(bridge)) { -+ ast_debug(1, "Bridge technology %s failed to destroy bridge structure %p... trying our best\n", bridge->technology->name, bridge); -+ } -+ } -+ -+ /* We are no longer using the bridge technology so decrement the module reference count on it */ -+ if (bridge->technology->mod) { -+ ast_module_unref(bridge->technology->mod); -+ } -+ -+ /* Last but not least clean up the features configuration */ -+ ast_bridge_features_cleanup(&bridge->features); -+ -+ /* Drop the array of channels */ -+ ast_free(bridge->array); -+ -+ return; -+} -+ -+struct ast_bridge *ast_bridge_new(int capabilities, int flags) -+{ -+ struct ast_bridge *bridge = NULL; -+ struct ast_bridge_technology *bridge_technology = NULL; -+ -+ /* If capabilities were provided use our helper function to find the "best" bridge technology, otherwise we can -+ * just look for the most basic capability needed, single 1to1 mixing. */ -+ bridge_technology = (capabilities ? find_best_technology(capabilities) : find_best_technology(AST_BRIDGE_CAPABILITY_1TO1MIX)); -+ -+ /* If no bridge technology was found we can't possibly do bridging so fail creation of the bridge */ -+ if (!bridge_technology) { -+ ast_debug(1, "Failed to find a bridge technology to satisfy capabilities %d\n", capabilities); -+ return NULL; -+ } -+ -+ /* We have everything we need to create this bridge... so allocate the memory, link things together, and fire her up! */ -+ if (!(bridge = ao2_alloc(sizeof(*bridge), destroy_bridge))) { -+ return NULL; -+ } -+ -+ bridge->technology = bridge_technology; -+ bridge->thread = AST_PTHREADT_NULL; -+ -+ /* Create an array of pointers for the channels that will be joining us */ -+ bridge->array = ast_calloc(BRIDGE_ARRAY_START, sizeof(struct ast_channel*)); -+ bridge->array_size = BRIDGE_ARRAY_START; -+ -+ ast_set_flag(&bridge->feature_flags, flags); -+ -+ /* Pass off the bridge to the technology to manipulate if needed */ -+ if (bridge->technology->create) { -+ ast_debug(1, "Giving bridge technology %s the bridge structure %p to setup\n", bridge->technology->name, bridge); -+ if (bridge->technology->create(bridge)) { -+ ast_debug(1, "Bridge technology %s failed to setup bridge structure %p\n", bridge->technology->name, bridge); -+ } -+ } -+ -+ return bridge; -+} -+ -+int ast_bridge_check(int capabilities) -+{ -+ struct ast_bridge_technology *bridge_technology = NULL; -+ -+ if (!(bridge_technology = find_best_technology(capabilities))) { -+ return 0; -+ } -+ -+ ast_module_unref(bridge_technology->mod); -+ -+ return 1; -+} -+ -+int ast_bridge_destroy(struct ast_bridge *bridge) -+{ -+ struct ast_bridge_channel *bridge_channel = NULL; -+ -+ ao2_lock(bridge); -+ -+ bridge->stop = 1; -+ -+ bridge_poke(bridge); -+ -+ ast_debug(1, "Telling all channels in bridge %p to end and leave the party\n", bridge); -+ -+ /* Drop every bridged channel, the last one will cause the bridge thread (if it exists) to exit */ -+ AST_LIST_TRAVERSE(&bridge->channels, bridge_channel, entry) { -+ ast_bridge_change_state(bridge_channel, AST_BRIDGE_CHANNEL_STATE_END); -+ } -+ -+ ao2_unlock(bridge); -+ -+ ao2_ref(bridge, -1); -+ -+ return 0; -+} -+ -+static int bridge_make_compatible(struct ast_bridge *bridge, struct ast_bridge_channel *bridge_channel) -+{ -+ int formats[2] = {bridge_channel->chan->readformat, bridge_channel->chan->writeformat}; -+ -+ /* Are the formats currently in use something ths bridge can handle? */ -+ if (!(bridge->technology->formats & bridge_channel->chan->readformat)) { -+ int best_format = ast_best_codec(bridge->technology->formats); -+ -+ /* Read format is a no go... */ -+ if (option_debug) { -+ char codec_buf[512]; -+ ast_getformatname_multiple(codec_buf, sizeof(codec_buf), bridge->technology->formats); -+ ast_debug(1, "Bridge technology %s wants to read any of formats %s(%d) but channel has %s(%d)\n", bridge->technology->name, codec_buf, bridge->technology->formats, ast_getformatname(formats[0]), formats[0]); -+ } -+ /* Switch read format to the best one chosen */ -+ if (ast_set_read_format(bridge_channel->chan, best_format)) { -+ ast_log(LOG_WARNING, "Failed to set channel %s to read format %s(%d)\n", bridge_channel->chan->name, ast_getformatname(best_format), best_format); -+ return -1; -+ } -+ ast_debug(1, "Bridge %p put channel %s into read format %s(%d)\n", bridge, bridge_channel->chan->name, ast_getformatname(best_format), best_format); -+ } else { -+ ast_debug(1, "Bridge %p is happy that channel %s already has read format %s(%d)\n", bridge, bridge_channel->chan->name, ast_getformatname(formats[0]), formats[0]); -+ } -+ -+ if (!(bridge->technology->formats & formats[1])) { -+ int best_format = ast_best_codec(bridge->technology->formats); -+ -+ /* Write format is a no go... */ -+ if (option_debug) { -+ char codec_buf[512]; -+ ast_getformatname_multiple(codec_buf, sizeof(codec_buf), bridge->technology->formats); -+ ast_debug(1, "Bridge technology %s wants to write any of formats %s(%d) but channel has %s(%d)\n", bridge->technology->name, codec_buf, bridge->technology->formats, ast_getformatname(formats[1]), formats[1]); -+ } -+ /* Switch write format to the best one chosen */ -+ if (ast_set_write_format(bridge_channel->chan, best_format)) { -+ ast_log(LOG_WARNING, "Failed to set channel %s to write format %s(%d)\n", bridge_channel->chan->name, ast_getformatname(best_format), best_format); -+ return -1; -+ } -+ ast_debug(1, "Bridge %p put channel %s into write format %s(%d)\n", bridge, bridge_channel->chan->name, ast_getformatname(best_format), best_format); -+ } else { -+ ast_debug(1, "Bridge %p is happy that channel %s already has write format %s(%d)\n", bridge, bridge_channel->chan->name, ast_getformatname(formats[1]), formats[1]); -+ } -+ -+ return 0; -+} -+ -+/*! \brief Perform the smart bridge operation. Basically sees if a new bridge technology should be used instead of the current one. */ -+static int smart_bridge_operation(struct ast_bridge *bridge, struct ast_bridge_channel *bridge_channel, int count) -+{ -+ int new_capabilities = 0; -+ struct ast_bridge_technology *new_technology = NULL, *old_technology = bridge->technology; -+ struct ast_bridge temp_bridge = { -+ .technology = bridge->technology, -+ .bridge_pvt = bridge->bridge_pvt, -+ }; -+ struct ast_bridge_channel *bridge_channel2 = NULL; -+ -+ /* Based on current feature determine whether we want to change bridge technologies or not */ -+ if (bridge->technology->capabilities & AST_BRIDGE_CAPABILITY_1TO1MIX) { -+ if (count <= 2) { -+ ast_debug(1, "Bridge %p channel count (%d) is within limits for bridge technology %s, not performing smart bridge operation.\n", bridge, count, bridge->technology->name); -+ return 0; -+ } -+ new_capabilities = AST_BRIDGE_CAPABILITY_MULTIMIX; -+ } else if (bridge->technology->capabilities & AST_BRIDGE_CAPABILITY_MULTIMIX) { -+ if (count > 2) { -+ ast_debug(1, "Bridge %p channel count (%d) is within limits for bridge technology %s, not performing smart bridge operation.\n", bridge, count, bridge->technology->name); -+ return 0; -+ } -+ new_capabilities = AST_BRIDGE_CAPABILITY_1TO1MIX; -+ } -+ -+ if (!new_capabilities) { -+ ast_debug(1, "Bridge '%p' has no new capabilities, not performing smart bridge operation.\n", bridge); -+ return 0; -+ } -+ -+ /* Attempt to find a new bridge technology to satisfy the capabilities */ -+ if (!(new_technology = find_best_technology(new_capabilities))) { -+ ast_debug(1, "Smart bridge operation was unable to find new bridge technology with capabilities %d to satisfy bridge %p\n", new_capabilities, bridge); -+ return -1; -+ } -+ -+ ast_debug(1, "Performing smart bridge operation on bridge %p, moving from bridge technology %s to %s\n", bridge, old_technology->name, new_technology->name); -+ -+ /* If a thread is currently executing for the current technology tell it to stop */ -+ if (bridge->thread != AST_PTHREADT_NULL) { -+ /* If the new bridge technology also needs a thread simply tell the bridge thread to refresh itself. This has the benefit of not incurring the cost/time of tearing down and bringing up a new thread. */ -+ if (new_technology->capabilities & AST_BRIDGE_CAPABILITY_THREAD) { -+ ast_debug(1, "Telling current bridge thread for bridge %p to refresh\n", bridge); -+ bridge->refresh = 1; -+ } else { -+ ast_debug(1, "Telling current bridge thread for bridge %p to stop\n", bridge); -+ bridge->stop = 1; -+ } -+ bridge_poke(bridge); -+ } -+ -+ /* Since we are soon going to pass this bridge to a new technology we need to NULL out the bridge_pvt pointer but don't worry as it still exists in temp_bridge, ditto for the old technology */ -+ bridge->bridge_pvt = NULL; -+ bridge->technology = new_technology; -+ -+ /* Pass the bridge to the new bridge technology so it can set it up */ -+ if (new_technology->create) { -+ ast_debug(1, "Giving bridge technology %s the bridge structure %p to setup\n", new_technology->name, bridge); -+ if (new_technology->create(bridge)) { -+ ast_debug(1, "Bridge technology %s failed to setup bridge structure %p\n", new_technology->name, bridge); -+ } -+ } -+ -+ /* Move existing channels over to the new technology, while taking them away from the old one */ -+ AST_LIST_TRAVERSE(&bridge->channels, bridge_channel2, entry) { -+ /* Skip over channel that initiated the smart bridge operation */ -+ if (bridge_channel == bridge_channel2) { -+ continue; -+ } -+ -+ /* First we part them from the old technology */ -+ if (old_technology->leave) { -+ ast_debug(1, "Giving bridge technology %s notification that %p is leaving bridge %p (really %p)\n", old_technology->name, bridge_channel2, &temp_bridge, bridge); -+ if (old_technology->leave(&temp_bridge, bridge_channel2)) { -+ ast_debug(1, "Bridge technology %s failed to allow %p (really %p) to leave bridge %p\n", old_technology->name, bridge_channel2, &temp_bridge, bridge); -+ } -+ } -+ -+ /* Second we make them compatible again with the bridge */ -+ bridge_make_compatible(bridge, bridge_channel2); -+ -+ /* Third we join them to the new technology */ -+ if (new_technology->join) { -+ ast_debug(1, "Giving bridge technology %s notification that %p is joining bridge %p\n", new_technology->name, bridge_channel2, bridge); -+ if (new_technology->join(bridge, bridge_channel2)) { -+ ast_debug(1, "Bridge technology %s failed to join %p to bridge %p\n", new_technology->name, bridge_channel2, bridge); -+ } -+ } -+ -+ /* Fourth we tell them to wake up so they become aware that they above has happened */ -+ pthread_kill(bridge_channel2->thread, SIGURG); -+ ast_mutex_lock(&bridge_channel2->lock); -+ ast_cond_signal(&bridge_channel2->cond); -+ ast_mutex_unlock(&bridge_channel2->lock); -+ } -+ -+ /* Now that all the channels have been moved over we need to get rid of all the information the old technology may have left around */ -+ if (old_technology->destroy) { -+ ast_debug(1, "Giving bridge technology %s the bridge structure %p (really %p) to destroy\n", old_technology->name, &temp_bridge, bridge); -+ if (old_technology->destroy(&temp_bridge)) { -+ ast_debug(1, "Bridge technology %s failed to destroy bridge structure %p (really %p)... some memory may have leaked\n", old_technology->name, &temp_bridge, bridge); -+ } -+ } -+ -+ /* Finally if the old technology has module referencing remove our reference, we are no longer going to use it */ -+ if (old_technology->mod) { -+ ast_module_unref(old_technology->mod); -+ } -+ -+ return 0; -+} -+ -+/*! \brief Run in a multithreaded model. Each joined channel does writing/reading in their own thread. TODO: Improve */ -+static enum ast_bridge_channel_state bridge_channel_join_multithreaded(struct ast_bridge_channel *bridge_channel) -+{ -+ int fds[4] = { -1, }, nfds = 0, i = 0, outfd = -1, ms = -1; -+ struct ast_channel *chan = NULL; -+ -+ /* Add any file descriptors we may want to monitor */ -+ if (bridge_channel->bridge->technology->fd) { -+ for (i = 0; i < 4; i ++) { -+ if (bridge_channel->fds[i] >= 0) { -+ fds[nfds++] = bridge_channel->fds[i]; -+ } -+ } -+ } -+ -+ ao2_unlock(bridge_channel->bridge); -+ -+ /* Wait for data to either come from the channel or us to be signalled */ -+ if (!bridge_channel->suspended) { -+ ast_debug(1, "Going into a multithreaded waitfor for bridge channel %p of bridge %p\n", bridge_channel, bridge_channel->bridge); -+ chan = ast_waitfor_nandfds(&bridge_channel->chan, 1, fds, nfds, NULL, &outfd, &ms); -+ } else { -+ ast_mutex_lock(&bridge_channel->lock); -+ ast_debug(1, "Going into a multithreaded signal wait for bridge channel %p of bridge %p\n", bridge_channel, bridge_channel->bridge); -+ ast_cond_wait(&bridge_channel->cond, &bridge_channel->lock); -+ ast_mutex_unlock(&bridge_channel->lock); -+ } -+ -+ ao2_lock(bridge_channel->bridge); -+ -+ if (!bridge_channel->suspended) { -+ ast_bridge_handle_trip(bridge_channel->bridge, bridge_channel, chan, outfd); -+ } -+ -+ return bridge_channel->state; -+} -+ -+/*! \brief Run in a singlethreaded model. Each joined channel yields itself to the main bridge thread. TODO: Improve */ -+static enum ast_bridge_channel_state bridge_channel_join_singlethreaded(struct ast_bridge_channel *bridge_channel) -+{ -+ ao2_unlock(bridge_channel->bridge); -+ ast_mutex_lock(&bridge_channel->lock); -+ if (bridge_channel->state == AST_BRIDGE_CHANNEL_STATE_WAIT) { -+ ast_debug(1, "Going into a single threaded signal wait for bridge channel %p of bridge %p\n", bridge_channel, bridge_channel->bridge); -+ ast_cond_wait(&bridge_channel->cond, &bridge_channel->lock); -+ } -+ ast_mutex_unlock(&bridge_channel->lock); -+ ao2_lock(bridge_channel->bridge); -+ -+ return bridge_channel->state; -+} -+ -+/*! \brief Internal function that executes a feature on a bridge channel */ -+static void bridge_channel_feature(struct ast_bridge *bridge, struct ast_bridge_channel *bridge_channel) -+{ -+ struct ast_bridge_features *features = (bridge_channel->features ? bridge_channel->features : &bridge->features); -+ struct ast_bridge_features_hook *hook = NULL; -+ char dtmf[MAXIMUM_DTMF_FEATURE_STRING] = ""; -+ int look_for_dtmf = 1, dtmf_len = 0; -+ -+ /* The channel is now under our control and we don't really want any begin frames to do our DTMF matching so disable 'em at the core level */ -+ ast_set_flag(bridge_channel->chan, AST_FLAG_END_DTMF_ONLY); -+ -+ /* Wait for DTMF on the channel and put it into a buffer. If the buffer matches any feature hook execute the hook. */ -+ while (look_for_dtmf) { -+ int res = ast_waitfordigit(bridge_channel->chan, 3000); -+ -+ /* If the above timed out simply exit */ -+ if (!res) { -+ ast_debug(1, "DTMF feature string collection on bridge channel %p timed out\n", bridge_channel); -+ break; -+ } else if (res < 0) { -+ ast_debug(1, "DTMF feature string collection failed on bridge channel %p for some reason\n", bridge_channel); -+ break; -+ } -+ -+ /* Add the above DTMF into the DTMF string so we can do our matching */ -+ dtmf[dtmf_len++] = res; -+ -+ ast_debug(1, "DTMF feature string on bridge channel %p is now '%s'\n", bridge_channel, dtmf); -+ -+ /* Assume that we do not want to look for DTMF any longer */ -+ look_for_dtmf = 0; -+ -+ /* See if a DTMF feature hook matches or can match */ -+ AST_LIST_TRAVERSE(&features->hooks, hook, entry) { -+ /* If this hook matches just break out now */ -+ if (!strcmp(hook->dtmf, dtmf)) { -+ ast_debug(1, "DTMF feature hook %p matched DTMF string '%s' on bridge channel %p\n", hook, dtmf, bridge_channel); -+ break; -+ } else if (!strncmp(hook->dtmf, dtmf, dtmf_len)) { -+ ast_debug(1, "DTMF feature hook %p can match DTMF string '%s', it wants '%s', on bridge channel %p\n", hook, dtmf, hook->dtmf, bridge_channel); -+ look_for_dtmf = 1; -+ } else { -+ ast_debug(1, "DTMF feature hook %p does not match DTMF string '%s', it wants '%s', on bridge channel %p\n", hook, dtmf, hook->dtmf, bridge_channel); -+ } -+ } -+ -+ /* If we have reached the maximum length of a DTMF feature string bail out */ -+ if (dtmf_len == MAXIMUM_DTMF_FEATURE_STRING) { -+ break; -+ } -+ } -+ -+ /* Since we are done bringing DTMF in return to using both begin and end frames */ -+ ast_clear_flag(bridge_channel->chan, AST_FLAG_END_DTMF_ONLY); -+ -+ /* If a hook was actually matched execute it on this channel, otherwise stream up the DTMF to the other channels */ -+ if (hook) { -+ hook->callback(bridge, bridge_channel, hook->hook_pvt); -+ } else { -+ ast_bridge_dtmf_stream(bridge, dtmf, bridge_channel->chan); -+ ast_bridge_change_state(bridge_channel, AST_BRIDGE_CHANNEL_STATE_WAIT); -+ } -+ -+ return; -+} -+ -+/*! \brief Internal function that plays back DTMF on a bridge channel */ -+static void bridge_channel_dtmf_stream(struct ast_bridge *bridge, struct ast_bridge_channel *bridge_channel) -+{ -+ char dtmf_q[8] = ""; -+ -+ ast_copy_string(dtmf_q, bridge_channel->dtmf_stream_q, sizeof(dtmf_q)); -+ bridge_channel->dtmf_stream_q[0] = '\0'; -+ -+ ast_debug(1, "Playing DTMF stream '%s' out to bridge channel %p\n", dtmf_q, bridge_channel); -+ ast_dtmf_stream(bridge_channel->chan, NULL, dtmf_q, 250, 0); -+ -+ ast_bridge_change_state(bridge_channel, AST_BRIDGE_CHANNEL_STATE_WAIT); -+ -+ return; -+} -+ -+/*! \brief Join a channel to a bridge and handle anything the bridge may want us to do */ -+static enum ast_bridge_channel_state bridge_channel_join(struct ast_bridge_channel *bridge_channel) -+{ -+ int formats[2] = { bridge_channel->chan->readformat, bridge_channel->chan->writeformat }; -+ enum ast_bridge_channel_state state; -+ -+ /* Record the thread that will be the owner of us */ -+ bridge_channel->thread = pthread_self(); -+ -+ ast_debug(1, "Joining bridge channel %p to bridge %p\n", bridge_channel, bridge_channel->bridge); -+ -+ ao2_lock(bridge_channel->bridge); -+ -+ state = bridge_channel->state; -+ -+ /* Add channel into the bridge */ -+ AST_LIST_INSERT_TAIL(&bridge_channel->bridge->channels, bridge_channel, entry); -+ bridge_channel->bridge->num++; -+ -+ bridge_array_add(bridge_channel->bridge, bridge_channel->chan); -+ -+ if (bridge_channel->swap) { -+ struct ast_bridge_channel *bridge_channel2 = NULL; -+ -+ /* If we are performing a swap operation we do not need to execute the smart bridge operation as the actual number of channels involved will not have changed, we just need to tell the other channel to leave */ -+ if ((bridge_channel2 = find_bridge_channel(bridge_channel->bridge, bridge_channel->swap))) { -+ ast_debug(1, "Swapping bridge channel %p out from bridge %p so bridge channel %p can slip in\n", bridge_channel2, bridge_channel->bridge, bridge_channel); -+ ast_bridge_change_state(bridge_channel2, AST_BRIDGE_CHANNEL_STATE_HANGUP); -+ } -+ -+ bridge_channel->swap = NULL; -+ } else if (ast_test_flag(&bridge_channel->bridge->feature_flags, AST_BRIDGE_FLAG_SMART)) { -+ /* Perform the smart bridge operation, basically see if we need to move around between technologies */ -+ smart_bridge_operation(bridge_channel->bridge, bridge_channel, bridge_channel->bridge->num); -+ } -+ -+ /* Make the channel compatible with the bridge */ -+ bridge_make_compatible(bridge_channel->bridge, bridge_channel); -+ -+ /* Tell the bridge technology we are joining so they set us up */ -+ if (bridge_channel->bridge->technology->join) { -+ ast_debug(1, "Giving bridge technology %s notification that %p is joining bridge %p\n", bridge_channel->bridge->technology->name, bridge_channel, bridge_channel->bridge); -+ if (bridge_channel->bridge->technology->join(bridge_channel->bridge, bridge_channel)) { -+ ast_debug(1, "Bridge technology %s failed to join %p to bridge %p\n", bridge_channel->bridge->technology->name, bridge_channel, bridge_channel->bridge); -+ } -+ } -+ -+ /* Actually execute the respective threading model, and keep our bridge thread alive */ -+ while (bridge_channel->state == AST_BRIDGE_CHANNEL_STATE_WAIT) { -+ /* Update bridge pointer on channel */ -+ bridge_channel->chan->bridge = bridge_channel->bridge; -+ /* If the technology requires a thread and one is not running, start it up */ -+ if (bridge_channel->bridge->thread == AST_PTHREADT_NULL && (bridge_channel->bridge->technology->capabilities & AST_BRIDGE_CAPABILITY_THREAD)) { -+ bridge_channel->bridge->stop = 0; -+ ast_debug(1, "Starting a bridge thread for bridge %p\n", bridge_channel->bridge); -+ ao2_ref(bridge_channel->bridge, +1); -+ if (ast_pthread_create(&bridge_channel->bridge->thread, NULL, bridge_thread, bridge_channel->bridge)) { -+ ast_debug(1, "Failed to create a bridge thread for bridge %p, giving it another go.\n", bridge_channel->bridge); -+ ao2_ref(bridge_channel->bridge, -1); -+ continue; -+ } -+ } -+ /* Execute the threading model */ -+ state = (bridge_channel->bridge->technology->capabilities & AST_BRIDGE_CAPABILITY_MULTITHREADED ? bridge_channel_join_multithreaded(bridge_channel) : bridge_channel_join_singlethreaded(bridge_channel)); -+ /* Depending on the above state see what we need to do */ -+ if (state == AST_BRIDGE_CHANNEL_STATE_FEATURE) { -+ bridge_array_remove(bridge_channel->bridge, bridge_channel->chan); -+ bridge_channel_feature(bridge_channel->bridge, bridge_channel); -+ bridge_array_add(bridge_channel->bridge, bridge_channel->chan); -+ } else if (state == AST_BRIDGE_CHANNEL_STATE_DTMF) { -+ bridge_array_remove(bridge_channel->bridge, bridge_channel->chan); -+ bridge_channel_dtmf_stream(bridge_channel->bridge, bridge_channel); -+ bridge_array_add(bridge_channel->bridge, bridge_channel->chan); -+ } -+ } -+ -+ bridge_channel->chan->bridge = NULL; -+ -+ /* See if we need to dissolve the bridge itself if they hung up */ -+ if (bridge_channel->state == AST_BRIDGE_CHANNEL_STATE_END) { -+ bridge_check_dissolve(bridge_channel->bridge, bridge_channel); -+ } -+ -+ /* Tell the bridge technology we are leaving so they tear us down */ -+ if (bridge_channel->bridge->technology->leave) { -+ ast_debug(1, "Giving bridge technology %s notification that %p is leaving bridge %p\n", bridge_channel->bridge->technology->name, bridge_channel, bridge_channel->bridge); -+ if (bridge_channel->bridge->technology->leave(bridge_channel->bridge, bridge_channel)) { -+ ast_debug(1, "Bridge technology %s failed to leave %p from bridge %p\n", bridge_channel->bridge->technology->name, bridge_channel, bridge_channel->bridge); -+ } -+ } -+ -+ /* Remove channel from the bridge */ -+ bridge_channel->bridge->num--; -+ AST_LIST_REMOVE(&bridge_channel->bridge->channels, bridge_channel, entry); -+ -+ bridge_array_remove(bridge_channel->bridge, bridge_channel->chan); -+ -+ /* Perform the smart bridge operation if needed since a channel has left */ -+ if (ast_test_flag(&bridge_channel->bridge->feature_flags, AST_BRIDGE_FLAG_SMART)) { -+ smart_bridge_operation(bridge_channel->bridge, NULL, bridge_channel->bridge->num); -+ } -+ -+ ao2_unlock(bridge_channel->bridge); -+ -+ /* Restore original formats of the channel as they came in */ -+ if (bridge_channel->chan->readformat != formats[0]) { -+ ast_debug(1, "Bridge is returning %p to read format %s(%d)\n", bridge_channel, ast_getformatname(formats[0]), formats[0]); -+ if (ast_set_read_format(bridge_channel->chan, formats[0])) { -+ ast_debug(1, "Bridge failed to return channel %p to read format %s(%d)\n", bridge_channel, ast_getformatname(formats[0]), formats[0]); -+ } -+ } -+ if (bridge_channel->chan->writeformat != formats[1]) { -+ ast_debug(1, "Bridge is returning %p to write format %s(%d)\n", bridge_channel, ast_getformatname(formats[1]), formats[1]); -+ if (ast_set_write_format(bridge_channel->chan, formats[1])) { -+ ast_debug(1, "Bridge failed to return channel %p to write format %s(%d)\n", bridge_channel, ast_getformatname(formats[1]), formats[1]); -+ } -+ } -+ -+ return bridge_channel->state; -+} -+ -+enum ast_bridge_channel_state ast_bridge_join(struct ast_bridge *bridge, struct ast_channel *chan, struct ast_channel *swap, struct ast_bridge_features *features) -+{ -+ struct ast_bridge_channel bridge_channel = { -+ .chan = chan, -+ .swap = swap, -+ .bridge = bridge, -+ .features = features, -+ }; -+ enum ast_bridge_channel_state state; -+ -+ /* Initialize various other elements of the bridge channel structure that we can't do above */ -+ ast_mutex_init(&bridge_channel.lock); -+ ast_cond_init(&bridge_channel.cond, NULL); -+ -+ ao2_ref(bridge_channel.bridge, +1); -+ -+ state = bridge_channel_join(&bridge_channel); -+ -+ ao2_ref(bridge_channel.bridge, -1); -+ -+ /* Destroy some elements of the bridge channel structure above */ -+ ast_mutex_destroy(&bridge_channel.lock); -+ ast_cond_destroy(&bridge_channel.cond); -+ -+ return state; -+} -+ -+/*! \brief Thread responsible for imparted bridged channels */ -+static void *bridge_channel_thread(void *data) -+{ -+ struct ast_bridge_channel *bridge_channel = data; -+ enum ast_bridge_channel_state state; -+ -+ state = bridge_channel_join(bridge_channel); -+ -+ ao2_ref(bridge_channel->bridge, -1); -+ -+ /* If no other thread is going to take the channel then hang it up, or else we would have to service it until something else came along */ -+ if (state == AST_BRIDGE_CHANNEL_STATE_END || state == AST_BRIDGE_CHANNEL_STATE_HANGUP) { -+ ast_hangup(bridge_channel->chan); -+ } -+ -+ /* Destroy elements of the bridge channel structure and the bridge channel structure itself */ -+ ast_mutex_destroy(&bridge_channel->lock); -+ ast_cond_destroy(&bridge_channel->cond); -+ ast_free(bridge_channel); -+ -+ return NULL; -+} -+ -+int ast_bridge_impart(struct ast_bridge *bridge, struct ast_channel *chan, struct ast_channel *swap, struct ast_bridge_features *features) -+{ -+ struct ast_bridge_channel *bridge_channel = NULL; -+ -+ /* Try to allocate a structure for the bridge channel */ -+ if (!(bridge_channel = ast_calloc(1, sizeof(*bridge_channel)))) { -+ return -1; -+ } -+ -+ /* Setup various parameters */ -+ bridge_channel->chan = chan; -+ bridge_channel->swap = swap; -+ bridge_channel->bridge = bridge; -+ bridge_channel->features = features; -+ -+ /* Initialize our mutex lock and condition */ -+ ast_mutex_init(&bridge_channel->lock); -+ ast_cond_init(&bridge_channel->cond, NULL); -+ -+ /* Bump up the reference count on the bridge, it'll get decremented later */ -+ ao2_ref(bridge, +1); -+ -+ /* Actually create the thread that will handle the channel */ -+ if (ast_pthread_create(&bridge_channel->thread, NULL, bridge_channel_thread, bridge_channel)) { -+ ao2_ref(bridge, -1); -+ ast_cond_destroy(&bridge_channel->cond); -+ ast_mutex_destroy(&bridge_channel->lock); -+ ast_free(bridge_channel); -+ return -1; -+ } -+ -+ return 0; -+} -+ -+int ast_bridge_depart(struct ast_bridge *bridge, struct ast_channel *chan) -+{ -+ struct ast_bridge_channel *bridge_channel = NULL; -+ pthread_t thread; -+ -+ ao2_lock(bridge); -+ -+ /* Try to find the channel that we want to depart */ -+ if (!(bridge_channel = find_bridge_channel(bridge, chan))) { -+ ao2_unlock(bridge); -+ return -1; -+ } -+ -+ ast_bridge_change_state(bridge_channel, AST_BRIDGE_CHANNEL_STATE_DEPART); -+ thread = bridge_channel->thread; -+ -+ ao2_unlock(bridge); -+ -+ pthread_join(thread, NULL); -+ -+ return 0; -+} -+ -+int ast_bridge_remove(struct ast_bridge *bridge, struct ast_channel *chan) -+{ -+ struct ast_bridge_channel *bridge_channel = NULL; -+ -+ ao2_lock(bridge); -+ -+ /* Try to find the channel that we want to remove */ -+ if (!(bridge_channel = find_bridge_channel(bridge, chan))) { -+ ao2_unlock(bridge); -+ return -1; -+ } -+ -+ ast_bridge_change_state(bridge_channel, AST_BRIDGE_CHANNEL_STATE_HANGUP); -+ -+ ao2_unlock(bridge); -+ -+ return 0; -+} -+ -+int ast_bridge_merge(struct ast_bridge *bridge0, struct ast_bridge *bridge1) -+{ -+ struct ast_bridge_channel *bridge_channel = NULL; -+ -+ ao2_lock(bridge0); -+ ao2_lock(bridge1); -+ -+ /* If the first bridge currently has 2 channels and is not capable of becoming a multimixing bridge we can not merge */ -+ if ((bridge0->num + bridge1->num) > 2 && (!(bridge0->technology->capabilities & AST_BRIDGE_CAPABILITY_MULTIMIX) && !ast_test_flag(&bridge0->feature_flags, AST_BRIDGE_FLAG_SMART))) { -+ ao2_unlock(bridge1); -+ ao2_unlock(bridge0); -+ ast_debug(1, "Can't merge bridge %p into bridge %p, multimix is needed and it could not be acquired.\n", bridge1, bridge0); -+ return -1; -+ } -+ -+ ast_debug(1, "Merging channels from bridge %p into bridge %p\n", bridge1, bridge0); -+ -+ /* Perform smart bridge operation on bridge we are merging into so it can change bridge technology if needed */ -+ if (smart_bridge_operation(bridge0, NULL, bridge0->num + bridge1->num)) { -+ ao2_unlock(bridge1); -+ ao2_unlock(bridge0); -+ ast_debug(1, "Can't merge bridge %p into bridge %p, tried to perform smart bridge operation and failed.\n", bridge1, bridge0); -+ return -1; -+ } -+ -+ /* If a thread is currently executing on bridge1 tell it to stop */ -+ if (bridge1->thread) { -+ ast_debug(1, "Telling bridge thread on bridge %p to stop as it is being merged into %p\n", bridge1, bridge0); -+ bridge1->thread = AST_PTHREADT_STOP; -+ } -+ -+ /* Move channels from bridge1 over to bridge0 */ -+ while ((bridge_channel = AST_LIST_REMOVE_HEAD(&bridge1->channels, entry))) { -+ /* Tell the technology handling bridge1 that the bridge channel is leaving */ -+ if (bridge1->technology->leave) { -+ ast_debug(1, "Giving bridge technology %s notification that %p is leaving bridge %p\n", bridge1->technology->name, bridge_channel, bridge1); -+ if (bridge1->technology->leave(bridge1, bridge_channel)) { -+ ast_debug(1, "Bridge technology %s failed to allow %p to leave bridge %p\n", bridge1->technology->name, bridge_channel, bridge1); -+ } -+ } -+ -+ /* Drop channel count and reference count on the bridge they are leaving */ -+ bridge1->num--; -+ ao2_ref(bridge1, -1); -+ -+ bridge_array_remove(bridge1, bridge_channel->chan); -+ -+ /* Now add them into the bridge they are joining, increase channel count, and bump up reference count */ -+ bridge_channel->bridge = bridge0; -+ AST_LIST_INSERT_TAIL(&bridge0->channels, bridge_channel, entry); -+ bridge0->num++; -+ ao2_ref(bridge0, +1); -+ -+ bridge_array_add(bridge0, bridge_channel->chan); -+ -+ /* Make the channel compatible with the new bridge it is joining or else formats would go amuck */ -+ bridge_make_compatible(bridge0, bridge_channel); -+ -+ /* Tell the technology handling bridge0 that the bridge channel is joining */ -+ if (bridge0->technology->join) { -+ ast_debug(1, "Giving bridge technology %s notification that %p is joining bridge %p\n", bridge0->technology->name, bridge_channel, bridge0); -+ if (bridge0->technology->join(bridge0, bridge_channel)) { -+ ast_debug(1, "Bridge technology %s failed to join %p to bridge %p\n", bridge0->technology->name, bridge_channel, bridge0); -+ } -+ } -+ -+ /* Poke the bridge channel, this will cause it to wake up and execute the proper threading model for the new bridge it is in */ -+ pthread_kill(bridge_channel->thread, SIGURG); -+ ast_mutex_lock(&bridge_channel->lock); -+ ast_cond_signal(&bridge_channel->cond); -+ ast_mutex_unlock(&bridge_channel->lock); -+ } -+ -+ ast_debug(1, "Merged channels from bridge %p into bridge %p\n", bridge1, bridge0); -+ -+ ao2_unlock(bridge1); -+ ao2_unlock(bridge0); -+ -+ return 0; -+} -+ -+int ast_bridge_suspend(struct ast_bridge *bridge, struct ast_channel *chan) -+{ -+ struct ast_bridge_channel *bridge_channel; -+ -+ ao2_lock(bridge); -+ -+ if (!(bridge_channel = find_bridge_channel(bridge, chan))) { -+ ao2_unlock(bridge); -+ return -1; -+ } -+ -+ bridge_channel->suspended = 1; -+ -+ bridge_array_remove(bridge, chan); -+ -+ ao2_unlock(bridge); -+ -+ return 0; -+} -+ -+int ast_bridge_unsuspend(struct ast_bridge *bridge, struct ast_channel *chan) -+{ -+ struct ast_bridge_channel *bridge_channel; -+ -+ ao2_lock(bridge); -+ -+ if (!(bridge_channel = find_bridge_channel(bridge, chan))) { -+ ao2_unlock(bridge); -+ return -1; -+ } -+ -+ bridge_channel->suspended = 0; -+ -+ bridge_array_add(bridge, chan); -+ -+ ao2_unlock(bridge); -+ -+ return 0; -+} -+ -+void ast_bridge_technology_suspend(struct ast_bridge_technology *technology) -+{ -+ technology->suspended = 1; -+ return; -+} -+ -+void ast_bridge_technology_unsuspend(struct ast_bridge_technology *technology) -+{ -+ technology->suspended = 0; -+ return; -+} -+ -+int ast_bridge_features_register(enum ast_bridge_builtin_feature feature, ast_bridge_features_hook_callback callback, const char *dtmf) -+{ -+ if (builtin_features_handlers[feature]) { -+ return -1; -+ } -+ -+ if (!ast_strlen_zero(dtmf)) { -+ ast_copy_string(builtin_features_dtmf[feature], dtmf, sizeof(builtin_features_dtmf[feature])); -+ } -+ -+ builtin_features_handlers[feature] = callback; -+ -+ return 0; -+} -+ -+int ast_bridge_features_unregister(enum ast_bridge_builtin_feature feature) -+{ -+ if (!builtin_features_handlers[feature]) { -+ return -1; -+ } -+ -+ builtin_features_handlers[feature] = NULL; -+ -+ return 0; -+} -+ -+int ast_bridge_features_hook(struct ast_bridge_features *features, const char *dtmf, ast_bridge_features_hook_callback callback, void *hook_pvt) -+{ -+ struct ast_bridge_features_hook *hook = NULL; -+ -+ /* Allocate new memory and setup it's various variables */ -+ if (!(hook = ast_calloc(1, sizeof(*hook)))) { -+ return -1; -+ } -+ -+ ast_copy_string(hook->dtmf, dtmf, sizeof(hook->dtmf)); -+ hook->callback = callback; -+ hook->hook_pvt = hook_pvt; -+ -+ /* Once done we add it onto the list. Now it will be picked up when DTMF is used */ -+ AST_LIST_INSERT_TAIL(&features->hooks, hook, entry); -+ -+ features->usable = 1; -+ -+ return 0; -+} -+ -+int ast_bridge_features_enable(struct ast_bridge_features *features, enum ast_bridge_builtin_feature feature, const char *dtmf, void *config) -+{ -+ /* If no alternate DTMF stream was provided use the default one */ -+ if (ast_strlen_zero(dtmf)) { -+ dtmf = builtin_features_dtmf[feature]; -+ /* If no DTMF is still available (ie: it has been disabled) then error out now */ -+ if (ast_strlen_zero(dtmf)) { -+ ast_debug(1, "Failed to enable built in feature %d on %p, no DTMF string is available for it.\n", feature, features); -+ return -1; -+ } -+ } -+ -+ if (!builtin_features_handlers[feature]) { -+ return -1; -+ } -+ -+ /* The rest is basically pretty easy. We create another hook using the built in feature's callback and DTMF, easy as pie. */ -+ return ast_bridge_features_hook(features, dtmf, builtin_features_handlers[feature], config); -+} -+ -+int ast_bridge_features_set_flag(struct ast_bridge_features *features, enum ast_bridge_feature_flags flag) -+{ -+ ast_set_flag(&features->feature_flags, flag); -+ features->usable = 1; -+ return 0; -+} -+ -+int ast_bridge_features_init(struct ast_bridge_features *features) -+{ -+ /* Zero out the structure */ -+ memset(features, 0, sizeof(*features)); -+ -+ /* Initialize the hooks list, just in case */ -+ AST_LIST_HEAD_INIT_NOLOCK(&features->hooks); -+ -+ return 0; -+} -+ -+int ast_bridge_features_cleanup(struct ast_bridge_features *features) -+{ -+ struct ast_bridge_features_hook *hook = NULL; -+ -+ /* This is relatively simple, hooks are kept as a list on the features structure so we just pop them off and free them */ -+ while ((hook = AST_LIST_REMOVE_HEAD(&features->hooks, entry))) { -+ ast_free(hook); -+ } -+ -+ return 0; -+} -+ -+int ast_bridge_dtmf_stream(struct ast_bridge *bridge, const char *dtmf, struct ast_channel *chan) -+{ -+ struct ast_bridge_channel *bridge_channel = NULL; -+ -+ ao2_lock(bridge); -+ -+ AST_LIST_TRAVERSE(&bridge->channels, bridge_channel, entry) { -+ if (bridge_channel->chan == chan) { -+ continue; -+ } -+ ast_copy_string(bridge_channel->dtmf_stream_q, dtmf, sizeof(bridge_channel->dtmf_stream_q)); -+ ast_bridge_change_state(bridge_channel, AST_BRIDGE_CHANNEL_STATE_DTMF); -+ } -+ -+ ao2_unlock(bridge); -+ -+ return 0; -+} --- -1.6.1 - diff --git a/0014-Adding-in-CLI-apps.patch b/0014-Adding-in-CLI-apps.patch deleted file mode 100644 index b29f9e7..0000000 --- a/0014-Adding-in-CLI-apps.patch +++ /dev/null @@ -1,225 +0,0 @@ -From 8c73da265c76acc07a9fd776183bcb7990e00368 Mon Sep 17 00:00:00 2001 -From: Jeffrey C. Ollie -Date: Sun, 8 Feb 2009 22:59:58 -0600 -Subject: [PATCH 14/15] Adding in CLI apps. - ---- - apps/app_confbridge.c | 165 +++++++++++++++++++++++++++++++++++++++++++++++++ - bridges/Makefile | 6 ++- - 2 files changed, 170 insertions(+), 1 deletions(-) - -diff --git a/apps/app_confbridge.c b/apps/app_confbridge.c -index bcac44f..f38060f 100644 ---- a/apps/app_confbridge.c -+++ b/apps/app_confbridge.c -@@ -36,6 +36,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") - #include - #include - -+#include "asterisk/cli.h" - #include "asterisk/file.h" - #include "asterisk/logger.h" - #include "asterisk/channel.h" -@@ -763,11 +764,173 @@ static int confbridge_exec(struct ast_channel *chan, void *data) - return res; - } - -+static char *complete_confbridge_name(const char *line, const char *word, int pos, int state) -+{ -+ int which = 0; -+ struct conference_bridge *bridge = NULL; -+ char *res = NULL; -+ int wordlen = strlen(word); -+ struct ao2_iterator i; -+ -+ i = ao2_iterator_init(conference_bridges, 0); -+ while ((bridge = ao2_iterator_next(&i))) { -+ if (!strncasecmp(bridge->name, word, wordlen) && ++which > state) { -+ res = ast_strdup(bridge->name); -+ ao2_ref(bridge, -1); -+ break; -+ } -+ ao2_ref(bridge, -1); -+ } -+ -+ return res; -+} -+ -+static char *handle_cli_confbridge_kick(struct ast_cli_entry *e, int cmd, struct ast_cli_args *a) -+{ -+ -+ struct conference_bridge *bridge = NULL; -+ struct conference_bridge tmp; -+ struct conference_bridge_user *participant = NULL; -+ -+ switch (cmd) { -+ case CLI_INIT: -+ e->command = "confbridge kick"; -+ e->usage = -+ "Usage: confbridge kick \n" -+ " Kicks a channel out of the conference bridge.\n"; -+ return NULL; -+ case CLI_GENERATE: -+ if (a->pos == 2) { -+ return complete_confbridge_name(a->line, a->word, a->pos, a->n); -+ } -+ /* -+ if (a->pos == 3) { -+ return complete_confbridge_channel(a->line, a->word, a->pos, a->n); -+ } -+ */ -+ return NULL; -+ } -+ -+ if (a->argc != 4) { -+ return CLI_SHOWUSAGE; -+ } -+ -+ ast_copy_string(tmp.name, a->argv[2], sizeof(tmp.name)); -+ bridge = ao2_find(conference_bridges, &tmp, OBJ_POINTER); -+ if (!bridge) { -+ ast_cli(a->fd, "No conference bridge named '%s' found!\n", a->argv[2]); -+ return CLI_SUCCESS; -+ } -+ ao2_lock(bridge); -+ AST_LIST_TRAVERSE(&bridge->users_list, participant, list) { -+ if (!strncmp(a->argv[3], participant->chan->name, strlen(participant->chan->name))) { -+ break; -+ } -+ } -+ if (participant) { -+ ast_cli(a->fd, "Kicking %s from confbridge %s\n", participant->chan->name, bridge->name); -+ participant->kicked = 1; -+ ast_bridge_remove(bridge->bridge, participant->chan); -+ } -+ ao2_unlock(bridge); -+ ao2_ref(bridge, -1); -+ return CLI_SUCCESS; -+ -+ -+ return CLI_SHOWUSAGE; -+} -+ -+static char *handle_cli_confbridge_list(struct ast_cli_entry *e, int cmd, struct ast_cli_args *a) -+{ -+ struct ao2_iterator i; -+ struct conference_bridge *bridge = NULL; -+ struct conference_bridge tmp; -+ struct conference_bridge_user *participant = NULL; -+ -+ switch (cmd) { -+ case CLI_INIT: -+ e->command = "confbridge list"; -+ e->usage = -+ "Usage: confbridge list []\n" -+ " Lists all currently active conference bridges.\n"; -+ return NULL; -+ case CLI_GENERATE: -+ if (a->pos == 2) { -+ return complete_confbridge_name(a->line, a->word, a->pos, a->n); -+ } -+ return NULL; -+ } -+ -+ if (a->argc == 2) { -+ ast_cli(a->fd, "Conference Bridge Name Users Marked Locked?\n"); -+ ast_cli(a->fd, "================================ ====== ====== ========\n"); -+ i = ao2_iterator_init(conference_bridges, 0); -+ while ((bridge = ao2_iterator_next(&i))) { -+ ast_cli(a->fd, "%-32s %6i %6i %s\n", bridge->name, bridge->users, bridge->markedusers, (bridge->locked ? "locked" : "unlocked")); -+ ao2_ref(bridge, -1); -+ } -+ return CLI_SUCCESS; -+ } -+ -+ if (a->argc == 3) { -+ ast_copy_string(tmp.name, a->argv[2], sizeof(tmp.name)); -+ bridge = ao2_find(conference_bridges, &tmp, OBJ_POINTER); -+ if (!bridge) { -+ ast_cli(a->fd, "No conference bridge named '%s' found!\n", a->argv[2]); -+ return CLI_SUCCESS; -+ } -+ ast_cli(a->fd, "Channel Flags\n"); -+ ast_cli(a->fd, "================================ ================\n"); -+ AST_LIST_TRAVERSE(&bridge->users_list, participant, list) { -+ ast_cli(a->fd, "%-32s ", participant->chan->name); -+ if (ast_test_flag(&participant->flags, OPTION_MARKEDUSER)) { -+ ast_cli(a->fd, "A"); -+ } -+ if (ast_test_flag(&participant->flags, OPTION_ADMIN)) { -+ ast_cli(a->fd, "a"); -+ } -+ if (ast_test_flag(&participant->flags, OPTION_ANNOUNCEUSERCOUNT)) { -+ ast_cli(a->fd, "c"); -+ } -+ if (ast_test_flag(&participant->flags, OPTION_MENU)) { -+ ast_cli(a->fd, "m"); -+ } -+ if (ast_test_flag(&participant->flags, OPTION_MUSICONHOLD)) { -+ ast_cli(a->fd, "M(%s)", participant->opt_args[OPTION_MUSICONHOLD_CLASS]); -+ } -+ if (ast_test_flag(&participant->flags, OPTION_NOONLYPERSON)) { -+ ast_cli(a->fd, "1"); -+ } -+ if (ast_test_flag(&participant->flags, OPTION_STARTMUTED)) { -+ ast_cli(a->fd, "s"); -+ } -+ if (ast_test_flag(&participant->flags, OPTION_WAITMARKED)) { -+ ast_cli(a->fd, "w"); -+ } -+ if (ast_test_flag(&participant->flags, OPTION_QUIET)) { -+ ast_cli(a->fd, "q"); -+ } -+ ast_cli(a->fd, "\n"); -+ } -+ ao2_ref(bridge, -1); -+ return CLI_SUCCESS; -+ } -+ -+ return CLI_SHOWUSAGE; -+} -+ -+static struct ast_cli_entry cli_confbridge[] = { -+ AST_CLI_DEFINE(handle_cli_confbridge_list, "List conference bridges and participants."), -+ AST_CLI_DEFINE(handle_cli_confbridge_kick, "Kick participants out of conference bridges.") -+}; -+ - /*! \brief Called when module is being unloaded */ - static int unload_module(void) - { - int res = ast_unregister_application(app); - -+ ast_cli_unregister_multiple(cli_confbridge, sizeof(cli_confbridge) / sizeof(struct ast_cli_entry)); -+ - /* Get rid of the conference bridges container. Since we only allow dynamic ones none will be active. */ - ao2_ref(conference_bridges, -1); - -@@ -787,6 +950,8 @@ static int load_module(void) - return AST_MODULE_LOAD_DECLINE; - } - -+ ast_cli_register_multiple(cli_confbridge, sizeof(cli_confbridge) / sizeof(struct ast_cli_entry)); -+ - return AST_MODULE_LOAD_SUCCESS; - } - -diff --git a/bridges/Makefile b/bridges/Makefile -index b2ba68d..2ef61f2 100644 ---- a/bridges/Makefile -+++ b/bridges/Makefile -@@ -9,7 +9,11 @@ - # the GNU General Public License - # - ---include ../menuselect.makeopts ../menuselect.makedeps -+-include $(ASTTOPDIR)/menuselect.makeopts $(ASTTOPDIR)/menuselect.makedeps -+ -+MODULE_PREFIX=bridge -+MENUSELECT_CATEGORY=BRIDGES -+MENUSELECT_DESCRIPTION=Bridging Modules - - C_MODS:=$(filter-out $(MENUSELECT_BRIDGES),$(patsubst %.c,%,$(wildcard bridge_*.c))) - CC_MODS:=$(filter-out $(MENUSELECT_BRIDGES),$(patsubst %.cc,%,$(wildcard bridge_*.cc))) --- -1.6.1 - diff --git a/0015-Update-autoconf.patch b/0015-Update-autoconf.patch deleted file mode 100644 index 810075a..0000000 --- a/0015-Update-autoconf.patch +++ /dev/null @@ -1,45956 +0,0 @@ -From 0948a45b88c8d1e4be6bdadc7ad4f87acf691c33 Mon Sep 17 00:00:00 2001 -From: Jeffrey C. Ollie -Date: Fri, 30 Jan 2009 16:13:36 -0600 -Subject: [PATCH 15/15] Update autoconf. - ---- - configure |23473 ++++++++++++++++++++------------------ - include/asterisk/autoconfig.h.in | 60 +- - 2 files changed, 12574 insertions(+), 10959 deletions(-) - -diff --git a/configure b/configure -index 45c9f2a..b21b693 100755 ---- a/configure -+++ b/configure -@@ -1,12 +1,12 @@ - #! /bin/sh --# From configure.ac Revision: 163170 . -+# From configure.ac Revision. - # Guess values for system-dependent variables and create Makefiles. --# Generated by GNU Autoconf 2.61 for asterisk 1.6. -+# Generated by GNU Autoconf 2.63 for asterisk 1.6. - # - # Report bugs to . - # - # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, --# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. -+# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. - # This configure script is free software; the Free Software Foundation - # gives unlimited permission to copy, distribute and modify it. - # -@@ -20,7 +20,7 @@ DUALCASE=1; export DUALCASE # for MKS sh - if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then - emulate sh - NULLCMD=: -- # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which -+ # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which - # is contrary to our usage. Disable this feature. - alias -g '${1+"$@"}'='"$@"' - setopt NO_GLOB_SUBST -@@ -42,17 +42,45 @@ as_cr_Letters=$as_cr_letters$as_cr_LETTERS - as_cr_digits='0123456789' - as_cr_alnum=$as_cr_Letters$as_cr_digits - --# The user is always right. --if test "${PATH_SEPARATOR+set}" != set; then -- echo "#! /bin/sh" >conf$$.sh -- echo "exit 0" >>conf$$.sh -- chmod +x conf$$.sh -- if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then -- PATH_SEPARATOR=';' -+as_nl=' -+' -+export as_nl -+# Printing a long string crashes Solaris 7 /usr/bin/printf. -+as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' -+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo -+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo -+if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then -+ as_echo='printf %s\n' -+ as_echo_n='printf %s' -+else -+ if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then -+ as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' -+ as_echo_n='/usr/ucb/echo -n' - else -- PATH_SEPARATOR=: -+ as_echo_body='eval expr "X$1" : "X\\(.*\\)"' -+ as_echo_n_body='eval -+ arg=$1; -+ case $arg in -+ *"$as_nl"*) -+ expr "X$arg" : "X\\(.*\\)$as_nl"; -+ arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; -+ esac; -+ expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" -+ ' -+ export as_echo_n_body -+ as_echo_n='sh -c $as_echo_n_body as_echo' - fi -- rm -f conf$$.sh -+ export as_echo_body -+ as_echo='sh -c $as_echo_body as_echo' -+fi -+ -+# The user is always right. -+if test "${PATH_SEPARATOR+set}" != set; then -+ PATH_SEPARATOR=: -+ (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { -+ (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || -+ PATH_SEPARATOR=';' -+ } - fi - - # Support unset when possible. -@@ -68,8 +96,6 @@ fi - # there to prevent editors from complaining about space-tab. - # (If _AS_PATH_WALK were called with IFS unset, it would disable word - # splitting by setting IFS to empty value.) --as_nl=' --' - IFS=" "" $as_nl" - - # Find who we are. Look in the path if we contain no directory separator. -@@ -92,7 +118,7 @@ if test "x$as_myself" = x; then - as_myself=$0 - fi - if test ! -f "$as_myself"; then -- echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 -+ $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 - { (exit 1); exit 1; } - fi - -@@ -105,17 +131,10 @@ PS2='> ' - PS4='+ ' - - # NLS nuisances. --for as_var in \ -- LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ -- LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ -- LC_TELEPHONE LC_TIME --do -- if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then -- eval $as_var=C; export $as_var -- else -- ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var -- fi --done -+LC_ALL=C -+export LC_ALL -+LANGUAGE=C -+export LANGUAGE - - # Required to use basename. - if expr a : '\(a\)' >/dev/null 2>&1 && -@@ -137,7 +156,7 @@ as_me=`$as_basename -- "$0" || - $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ - X"$0" : 'X\(//\)$' \| \ - X"$0" : 'X\(/\)' \| . 2>/dev/null || --echo X/"$0" | -+$as_echo X/"$0" | - sed '/^.*\/\([^/][^/]*\)\/*$/{ - s//\1/ - q -@@ -163,7 +182,7 @@ else - as_have_required=no - fi - -- if test $as_have_required = yes && (eval ": -+ if test $as_have_required = yes && (eval ": - (as_func_return () { - (exit \$1) - } -@@ -245,7 +264,7 @@ IFS=$as_save_IFS - if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then - emulate sh - NULLCMD=: -- # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which -+ # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which - # is contrary to our usage. Disable this feature. - alias -g '${1+"$@"}'='"$@"' - setopt NO_GLOB_SUBST -@@ -266,7 +285,7 @@ _ASEOF - if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then - emulate sh - NULLCMD=: -- # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which -+ # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which - # is contrary to our usage. Disable this feature. - alias -g '${1+"$@"}'='"$@"' - setopt NO_GLOB_SUBST -@@ -346,10 +365,10 @@ fi - - if test "x$CONFIG_SHELL" != x; then - for as_var in BASH_ENV ENV -- do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var -- done -- export CONFIG_SHELL -- exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} -+ do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var -+ done -+ export CONFIG_SHELL -+ exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} - fi - - -@@ -418,9 +437,10 @@ fi - - test \$exitcode = 0") || { - echo No shell found that supports shell functions. -- echo Please tell autoconf@gnu.org about your system, -- echo including any error possibly output before this -- echo message -+ echo Please tell bug-autoconf@gnu.org about your system, -+ echo including any error possibly output before this message. -+ echo This can help us improve future autoconf versions. -+ echo Configuration will now proceed without shell functions. - } - - -@@ -456,7 +476,7 @@ test \$exitcode = 0") || { - s/-\n.*// - ' >$as_me.lineno && - chmod +x "$as_me.lineno" || -- { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 -+ { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 - { (exit 1); exit 1; }; } - - # Don't try to exec as it changes $[0], causing all sort of problems -@@ -484,7 +504,6 @@ case `echo -n x` in - *) - ECHO_N='-n';; - esac -- - if expr a : '\(a\)' >/dev/null 2>&1 && - test "X`expr 00001 : '.*\(...\)'`" = X001; then - as_expr=expr -@@ -497,19 +516,22 @@ if test -d conf$$.dir; then - rm -f conf$$.dir/conf$$.file - else - rm -f conf$$.dir -- mkdir conf$$.dir --fi --echo >conf$$.file --if ln -s conf$$.file conf$$ 2>/dev/null; then -- as_ln_s='ln -s' -- # ... but there are two gotchas: -- # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. -- # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. -- # In both cases, we have to default to `cp -p'. -- ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || -+ mkdir conf$$.dir 2>/dev/null -+fi -+if (echo >conf$$.file) 2>/dev/null; then -+ if ln -s conf$$.file conf$$ 2>/dev/null; then -+ as_ln_s='ln -s' -+ # ... but there are two gotchas: -+ # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. -+ # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. -+ # In both cases, we have to default to `cp -p'. -+ ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || -+ as_ln_s='cp -p' -+ elif ln conf$$.file conf$$ 2>/dev/null; then -+ as_ln_s=ln -+ else - as_ln_s='cp -p' --elif ln conf$$.file conf$$ 2>/dev/null; then -- as_ln_s=ln -+ fi - else - as_ln_s='cp -p' - fi -@@ -534,10 +556,10 @@ else - as_test_x=' - eval sh -c '\'' - if test -d "$1"; then -- test -d "$1/."; -+ test -d "$1/."; - else - case $1 in -- -*)set "./$1";; -+ -*)set "./$1";; - esac; - case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in - ???[sx]*):;;*)false;;esac;fi -@@ -619,386 +641,461 @@ ac_includes_default="\ - #endif" - - ac_header_list= --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 --datarootdir --datadir --sysconfdir --sharedstatedir --localstatedir --includedir --oldincludedir --docdir --infodir --htmldir --dvidir --pdfdir --psdir --libdir --localedir --mandir --DEFS --ECHO_C --ECHO_N --ECHO_T --LIBS --build_alias --host_alias --target_alias --build --build_cpu --build_vendor --build_os --host --host_cpu --host_vendor --host_os --CC --CFLAGS --LDFLAGS --CPPFLAGS --ac_ct_CC --EXEEXT --OBJEXT --CPP --GREP --EGREP --BUILD_PLATFORM --BUILD_CPU --BUILD_VENDOR --BUILD_OS --HOST_PLATFORM --HOST_CPU --HOST_VENDOR --HOST_OS --OSARCH --WINARCH --UNAME --PBX_OSREV --CXX --LD --RANLIB --CXXFLAGS --ac_ct_CXX --CXXCPP --SED --AWK --INSTALL_PROGRAM --INSTALL_SCRIPT --INSTALL_DATA --LN_S --GNU_MAKE --STRIP --AR --GNU_LD --FIND --COMPRESS --BASENAME --ID --DIRNAME --LN --DOT --WGET --RUBBER --KPATHSEA --FETCH --DOWNLOAD --SOXMIX --MD5 --acx_pthread_config --PTHREAD_CC --PTHREAD_LIBS --PTHREAD_CFLAGS --AST_DEVMODE --ALSA_LIB --ALSA_INCLUDE --ALSA_DIR --PBX_ALSA --BKTR_LIB --BKTR_INCLUDE --BKTR_DIR --PBX_BKTR --CAP_LIB --CAP_INCLUDE --CAP_DIR --PBX_CAP --CURL_LIB --CURL_INCLUDE --CURL_DIR --PBX_CURL --CURSES_LIB --CURSES_INCLUDE --CURSES_DIR --PBX_CURSES --CRYPTO_LIB --CRYPTO_INCLUDE --CRYPTO_DIR --PBX_CRYPTO --DAHDI_LIB --DAHDI_INCLUDE --DAHDI_DIR --PBX_DAHDI --FFMPEG_LIB --FFMPEG_INCLUDE --FFMPEG_DIR --PBX_FFMPEG --GSM_LIB --GSM_INCLUDE --GSM_DIR --PBX_GSM --GTK_LIB --GTK_INCLUDE --GTK_DIR --PBX_GTK --GTK2_LIB --GTK2_INCLUDE --GTK2_DIR --PBX_GTK2 --GMIME_LIB --GMIME_INCLUDE --GMIME_DIR --PBX_GMIME --HOARD_LIB --HOARD_INCLUDE --HOARD_DIR --PBX_HOARD --ICONV_LIB --ICONV_INCLUDE --ICONV_DIR --PBX_ICONV --IKSEMEL_LIB --IKSEMEL_INCLUDE --IKSEMEL_DIR --PBX_IKSEMEL --IMAP_TK_LIB --IMAP_TK_INCLUDE --IMAP_TK_DIR --PBX_IMAP_TK --ISDNNET_LIB --ISDNNET_INCLUDE --ISDNNET_DIR --PBX_ISDNNET --JACK_LIB --JACK_INCLUDE --JACK_DIR --PBX_JACK --LDAP_LIB --LDAP_INCLUDE --LDAP_DIR --PBX_LDAP --LTDL_LIB --LTDL_INCLUDE --LTDL_DIR --PBX_LTDL --LUA_LIB --LUA_INCLUDE --LUA_DIR --PBX_LUA --MISDN_LIB --MISDN_INCLUDE --MISDN_DIR --PBX_MISDN --NBS_LIB --NBS_INCLUDE --NBS_DIR --PBX_NBS --NCURSES_LIB --NCURSES_INCLUDE --NCURSES_DIR --PBX_NCURSES --NETSNMP_LIB --NETSNMP_INCLUDE --NETSNMP_DIR --PBX_NETSNMP --NEWT_LIB --NEWT_INCLUDE --NEWT_DIR --PBX_NEWT --UNIXODBC_LIB --UNIXODBC_INCLUDE --UNIXODBC_DIR --PBX_UNIXODBC --OGG_LIB --OGG_INCLUDE --OGG_DIR --PBX_OGG --OSPTK_LIB --OSPTK_INCLUDE --OSPTK_DIR --PBX_OSPTK --OSS_LIB --OSS_INCLUDE --OSS_DIR --PBX_OSS --PGSQL_LIB --PGSQL_INCLUDE --PGSQL_DIR --PBX_PGSQL --POPT_LIB --POPT_INCLUDE --POPT_DIR --PBX_POPT --PORTAUDIO_LIB --PORTAUDIO_INCLUDE --PORTAUDIO_DIR --PBX_PORTAUDIO --PRI_LIB --PRI_INCLUDE --PRI_DIR --PBX_PRI --RESAMPLE_LIB --RESAMPLE_INCLUDE --RESAMPLE_DIR --PBX_RESAMPLE --SPANDSP_LIB --SPANDSP_INCLUDE --SPANDSP_DIR --PBX_SPANDSP --SS7_LIB --SS7_INCLUDE --SS7_DIR --PBX_SS7 --PWLIB_LIB --PWLIB_INCLUDE --PWLIB_DIR --PBX_PWLIB --OPENH323_LIB --OPENH323_INCLUDE --OPENH323_DIR --PBX_OPENH323 --RADIUS_LIB --RADIUS_INCLUDE --RADIUS_DIR --PBX_RADIUS --SDL_LIB --SDL_INCLUDE --SDL_DIR --PBX_SDL --SDL_IMAGE_LIB --SDL_IMAGE_INCLUDE --SDL_IMAGE_DIR --PBX_SDL_IMAGE --OPENAIS_LIB --OPENAIS_INCLUDE --OPENAIS_DIR --PBX_OPENAIS --SPEEX_LIB --SPEEX_INCLUDE --SPEEX_DIR --PBX_SPEEX --SPEEX_PREPROCESS_LIB --SPEEX_PREPROCESS_INCLUDE --SPEEX_PREPROCESS_DIR --PBX_SPEEX_PREPROCESS --SPEEXDSP_LIB --SPEEXDSP_INCLUDE --SPEEXDSP_DIR --PBX_SPEEXDSP --SQLITE_LIB --SQLITE_INCLUDE --SQLITE_DIR --PBX_SQLITE --SQLITE3_LIB --SQLITE3_INCLUDE --SQLITE3_DIR --PBX_SQLITE3 --SUPPSERV_LIB --SUPPSERV_INCLUDE --SUPPSERV_DIR --PBX_SUPPSERV --OPENSSL_LIB --OPENSSL_INCLUDE --OPENSSL_DIR --PBX_OPENSSL --FREETDS_LIB --FREETDS_INCLUDE --FREETDS_DIR --PBX_FREETDS --TERMCAP_LIB --TERMCAP_INCLUDE --TERMCAP_DIR --PBX_TERMCAP --TINFO_LIB --TINFO_INCLUDE --TINFO_DIR --PBX_TINFO --TONEZONE_LIB --TONEZONE_INCLUDE --TONEZONE_DIR --PBX_TONEZONE --USB_LIB --USB_INCLUDE --USB_DIR --PBX_USB --VORBIS_LIB --VORBIS_INCLUDE --VORBIS_DIR --PBX_VORBIS --VPB_LIB --VPB_INCLUDE --VPB_DIR --PBX_VPB --X11_LIB --X11_INCLUDE --X11_DIR --PBX_X11 --ZLIB_LIB --ZLIB_INCLUDE --ZLIB_DIR --PBX_ZLIB --ALLOCA --LIBOBJS --POW_LIB --HAS_POLL --PBX_PTHREAD_RWLOCK_INITIALIZER --PBX_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP --GC_CFLAGS --GC_LDFLAGS --AST_DECLARATION_AFTER_STATEMENT --AST_FORTIFY_SOURCE --AST_NO_STRICT_OVERFLOW --AST_SHADOW_WARNINGS --PBX_RTLD_NOLOAD --PBX_IP_MTU_DISCOVER --GSM_INTERNAL --PBX_MISDN_FAC_RESULT --PBX_MISDN_FAC_ERROR --CONFIG_NETSNMP --PG_CONFIG --PTLIB_CONFIG --PWLIBDIR --PWLIB_INCDIR --PWLIB_LIBDIR --PWLIB_PLATFORM --OPENH323DIR --OPENH323_INCDIR --OPENH323_LIBDIR --OPENH323_SUFFIX --OPENH323_BUILD --PBX_AIS --AIS_INCLUDE --AIS_LIB --CONFIG_GMIME --EDITLINE_LIB --PBX_H323 --PBX_IXJUSER --CONFIG_SDL -+ac_subst_vars='LTLIBOBJS -+CURL_CONFIG -+LIBEDIT_OBJ - CONFIG_GTK -+CONFIG_SDL -+PBX_IXJUSER -+PBX_H323 -+EDITLINE_LIB -+AIS_LIB -+AIS_INCLUDE -+PBX_AIS - PKGCONFIG --CURL_CONFIG --LTLIBOBJS' -+OPENH323_BUILD -+OPENH323_SUFFIX -+OPENH323_LIBDIR -+OPENH323_INCDIR -+OPENH323DIR -+PWLIB_PLATFORM -+PWLIB_LIBDIR -+PWLIB_INCDIR -+PWLIBDIR -+PTLIB_CONFIG -+PG_CONFIG -+CONFIG_NETSNMP -+PBX_MISDN_FAC_ERROR -+PBX_MISDN_FAC_RESULT -+GSM_INTERNAL -+PBX_IP_MTU_DISCOVER -+PBX_RTLD_NOLOAD -+AST_SHADOW_WARNINGS -+AST_NO_STRICT_OVERFLOW -+AST_FORTIFY_SOURCE -+AST_DECLARATION_AFTER_STATEMENT -+GC_LDFLAGS -+GC_CFLAGS -+PBX_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP -+PBX_PTHREAD_RWLOCK_INITIALIZER -+HAS_POLL -+POW_LIB -+LIBOBJS -+ALLOCA -+PBX_ZLIB -+ZLIB_DIR -+ZLIB_INCLUDE -+ZLIB_LIB -+PBX_X11 -+X11_DIR -+X11_INCLUDE -+X11_LIB -+PBX_VPB -+VPB_DIR -+VPB_INCLUDE -+VPB_LIB -+PBX_VORBIS -+VORBIS_DIR -+VORBIS_INCLUDE -+VORBIS_LIB -+PBX_USB -+USB_DIR -+USB_INCLUDE -+USB_LIB -+PBX_TONEZONE -+TONEZONE_DIR -+TONEZONE_INCLUDE -+TONEZONE_LIB -+PBX_TINFO -+TINFO_DIR -+TINFO_INCLUDE -+TINFO_LIB -+PBX_TERMCAP -+TERMCAP_DIR -+TERMCAP_INCLUDE -+TERMCAP_LIB -+PBX_FREETDS -+FREETDS_DIR -+FREETDS_INCLUDE -+FREETDS_LIB -+PBX_OPENSSL -+OPENSSL_DIR -+OPENSSL_INCLUDE -+OPENSSL_LIB -+PBX_SUPPSERV -+SUPPSERV_DIR -+SUPPSERV_INCLUDE -+SUPPSERV_LIB -+PBX_SQLITE3 -+SQLITE3_DIR -+SQLITE3_INCLUDE -+SQLITE3_LIB -+PBX_SQLITE -+SQLITE_DIR -+SQLITE_INCLUDE -+SQLITE_LIB -+PBX_SPEEXDSP -+SPEEXDSP_DIR -+SPEEXDSP_INCLUDE -+SPEEXDSP_LIB -+PBX_SPEEX_PREPROCESS -+SPEEX_PREPROCESS_DIR -+SPEEX_PREPROCESS_INCLUDE -+SPEEX_PREPROCESS_LIB -+PBX_SPEEX -+SPEEX_DIR -+SPEEX_INCLUDE -+SPEEX_LIB -+PBX_OPENAIS -+OPENAIS_DIR -+OPENAIS_INCLUDE -+OPENAIS_LIB -+PBX_SDL_IMAGE -+SDL_IMAGE_DIR -+SDL_IMAGE_INCLUDE -+SDL_IMAGE_LIB -+PBX_SDL -+SDL_DIR -+SDL_INCLUDE -+SDL_LIB -+PBX_RADIUS -+RADIUS_DIR -+RADIUS_INCLUDE -+RADIUS_LIB -+PBX_OPENH323 -+OPENH323_DIR -+OPENH323_INCLUDE -+OPENH323_LIB -+PBX_PWLIB -+PWLIB_DIR -+PWLIB_INCLUDE -+PWLIB_LIB -+PBX_SS7 -+SS7_DIR -+SS7_INCLUDE -+SS7_LIB -+PBX_SPANDSP -+SPANDSP_DIR -+SPANDSP_INCLUDE -+SPANDSP_LIB -+PBX_RESAMPLE -+RESAMPLE_DIR -+RESAMPLE_INCLUDE -+RESAMPLE_LIB -+PBX_PRI -+PRI_DIR -+PRI_INCLUDE -+PRI_LIB -+PBX_PORTAUDIO -+PORTAUDIO_DIR -+PORTAUDIO_INCLUDE -+PORTAUDIO_LIB -+PBX_POPT -+POPT_DIR -+POPT_INCLUDE -+POPT_LIB -+PBX_PGSQL -+PGSQL_DIR -+PGSQL_INCLUDE -+PGSQL_LIB -+PBX_OSS -+OSS_DIR -+OSS_INCLUDE -+OSS_LIB -+PBX_OSPTK -+OSPTK_DIR -+OSPTK_INCLUDE -+OSPTK_LIB -+PBX_OGG -+OGG_DIR -+OGG_INCLUDE -+OGG_LIB -+PBX_UNIXODBC -+UNIXODBC_DIR -+UNIXODBC_INCLUDE -+UNIXODBC_LIB -+PBX_NEWT -+NEWT_DIR -+NEWT_INCLUDE -+NEWT_LIB -+PBX_NETSNMP -+NETSNMP_DIR -+NETSNMP_INCLUDE -+NETSNMP_LIB -+PBX_NCURSES -+NCURSES_DIR -+NCURSES_INCLUDE -+NCURSES_LIB -+PBX_NBS -+NBS_DIR -+NBS_INCLUDE -+NBS_LIB -+PBX_MISDN -+MISDN_DIR -+MISDN_INCLUDE -+MISDN_LIB -+PBX_LUA -+LUA_DIR -+LUA_INCLUDE -+LUA_LIB -+PBX_LTDL -+LTDL_DIR -+LTDL_INCLUDE -+LTDL_LIB -+PBX_LIBEDIT -+LIBEDIT_DIR -+LIBEDIT_INCLUDE -+LIBEDIT_LIB -+PBX_LDAP -+LDAP_DIR -+LDAP_INCLUDE -+LDAP_LIB -+PBX_JACK -+JACK_DIR -+JACK_INCLUDE -+JACK_LIB -+PBX_ISDNNET -+ISDNNET_DIR -+ISDNNET_INCLUDE -+ISDNNET_LIB -+PBX_IMAP_TK -+IMAP_TK_DIR -+IMAP_TK_INCLUDE -+IMAP_TK_LIB -+PBX_IKSEMEL -+IKSEMEL_DIR -+IKSEMEL_INCLUDE -+IKSEMEL_LIB -+PBX_ICONV -+ICONV_DIR -+ICONV_INCLUDE -+ICONV_LIB -+PBX_HOARD -+HOARD_DIR -+HOARD_INCLUDE -+HOARD_LIB -+PBX_GMIME -+GMIME_DIR -+GMIME_INCLUDE -+GMIME_LIB -+PBX_GTK2 -+GTK2_DIR -+GTK2_INCLUDE -+GTK2_LIB -+PBX_GTK -+GTK_DIR -+GTK_INCLUDE -+GTK_LIB -+PBX_GSM -+GSM_DIR -+GSM_INCLUDE -+GSM_LIB -+PBX_FFMPEG -+FFMPEG_DIR -+FFMPEG_INCLUDE -+FFMPEG_LIB -+PBX_DAHDI -+DAHDI_DIR -+DAHDI_INCLUDE -+DAHDI_LIB -+PBX_CRYPTO -+CRYPTO_DIR -+CRYPTO_INCLUDE -+CRYPTO_LIB -+PBX_CURSES -+CURSES_DIR -+CURSES_INCLUDE -+CURSES_LIB -+PBX_CAP -+CAP_DIR -+CAP_INCLUDE -+CAP_LIB -+PBX_CURL -+CURL_DIR -+CURL_INCLUDE -+CURL_LIB -+PBX_BLUETOOTH -+BLUETOOTH_DIR -+BLUETOOTH_INCLUDE -+BLUETOOTH_LIB -+PBX_BKTR -+BKTR_DIR -+BKTR_INCLUDE -+BKTR_LIB -+PBX_ALSA -+ALSA_DIR -+ALSA_INCLUDE -+ALSA_LIB -+AST_DEVMODE -+PTHREAD_CFLAGS -+PTHREAD_LIBS -+PTHREAD_CC -+acx_pthread_config -+MD5 -+SOXMIX -+DOWNLOAD -+FETCH -+KPATHSEA -+RUBBER -+WGET -+DOT -+LN -+DIRNAME -+ID -+BASENAME -+COMPRESS -+FIND -+GNU_LD -+AR -+STRIP -+GNU_MAKE -+LN_S -+INSTALL_DATA -+INSTALL_SCRIPT -+INSTALL_PROGRAM -+AWK -+SED -+CXXCPP -+ac_ct_CXX -+CXXFLAGS -+RANLIB -+LD -+CXX -+PBX_OSREV -+UNAME -+WINARCH -+OSARCH -+HOST_OS -+HOST_VENDOR -+HOST_CPU -+HOST_PLATFORM -+BUILD_OS -+BUILD_VENDOR -+BUILD_CPU -+BUILD_PLATFORM -+EGREP -+GREP -+CPP -+OBJEXT -+EXEEXT -+ac_ct_CC -+CPPFLAGS -+LDFLAGS -+CFLAGS -+CC -+host_os -+host_vendor -+host_cpu -+host -+build_os -+build_vendor -+build_cpu -+build -+target_alias -+host_alias -+build_alias -+LIBS -+ECHO_T -+ECHO_N -+ECHO_C -+DEFS -+mandir -+localedir -+libdir -+psdir -+pdfdir -+dvidir -+htmldir -+infodir -+docdir -+oldincludedir -+includedir -+localstatedir -+sharedstatedir -+sysconfdir -+datadir -+datarootdir -+libexecdir -+sbindir -+bindir -+program_transform_name -+prefix -+exec_prefix -+PACKAGE_BUGREPORT -+PACKAGE_STRING -+PACKAGE_VERSION -+PACKAGE_TARNAME -+PACKAGE_NAME -+PATH_SEPARATOR -+SHELL' - ac_subst_files='' -+ac_user_opts=' -+enable_option_checking -+with_gnu_ld -+enable_dev_mode -+with_asound -+with_execinfo -+with_bluetooth -+with_curl -+with_cap -+with_curses -+with_crypto -+with_dahdi -+with_avcodec -+with_gsm -+with_gtk -+with_gtk2 -+with_gmime -+with_hoard -+with_iconv -+with_iksemel -+with_imap -+with_isdnnet -+with_jack -+with_ldap -+with_libedit -+with_ltdl -+with_lua -+with_misdn -+with_nbs -+with_ncurses -+with_netsnmp -+with_newt -+with_odbc -+with_ogg -+with_osptk -+with_oss -+with_postgres -+with_popt -+with_portaudio -+with_pri -+with_resample -+with_spandsp -+with_ss7 -+with_pwlib -+with_h323 -+with_radius -+with_sdl -+with_SDL_image -+with_openais -+with_speex -+with_speexdsp -+with_sqlite -+with_sqlite3 -+with_suppserv -+with_ssl -+with_tds -+with_termcap -+with_tinfo -+with_tonezone -+with_usb -+with_vorbis -+with_vpb -+with_x11 -+with_z -+enable_largefile -+enable_internal_poll -+' - ac_precious_vars='build_alias - host_alias - target_alias -@@ -1017,6 +1114,8 @@ CXXCPP' - # Initialize some variables set by options. - ac_init_help= - ac_init_version=false -+ac_unrecognized_opts= -+ac_unrecognized_sep= - # The variables have the same names as the options, with - # dashes changed to underlines. - cache_file=/dev/null -@@ -1115,13 +1214,21 @@ do - datarootdir=$ac_optarg ;; - - -disable-* | --disable-*) -- ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` -+ ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` - # Reject names that are not valid shell variable names. -- expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && -- { echo "$as_me: error: invalid feature name: $ac_feature" >&2 -+ expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && -+ { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 - { (exit 1); exit 1; }; } -- ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` -- eval enable_$ac_feature=no ;; -+ ac_useropt_orig=$ac_useropt -+ ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` -+ case $ac_user_opts in -+ *" -+"enable_$ac_useropt" -+"*) ;; -+ *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" -+ ac_unrecognized_sep=', ';; -+ esac -+ eval enable_$ac_useropt=no ;; - - -docdir | --docdir | --docdi | --doc | --do) - ac_prev=docdir ;; -@@ -1134,13 +1241,21 @@ do - dvidir=$ac_optarg ;; - - -enable-* | --enable-*) -- ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` -+ ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` - # Reject names that are not valid shell variable names. -- expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && -- { echo "$as_me: error: invalid feature name: $ac_feature" >&2 -+ expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && -+ { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 - { (exit 1); exit 1; }; } -- ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` -- eval enable_$ac_feature=\$ac_optarg ;; -+ ac_useropt_orig=$ac_useropt -+ ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` -+ case $ac_user_opts in -+ *" -+"enable_$ac_useropt" -+"*) ;; -+ *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" -+ ac_unrecognized_sep=', ';; -+ esac -+ eval enable_$ac_useropt=\$ac_optarg ;; - - -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ - | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ -@@ -1331,22 +1446,38 @@ do - ac_init_version=: ;; - - -with-* | --with-*) -- ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` -+ ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` - # Reject names that are not valid shell variable names. -- expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && -- { echo "$as_me: error: invalid package name: $ac_package" >&2 -+ expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && -+ { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 - { (exit 1); exit 1; }; } -- ac_package=`echo $ac_package | sed 's/[-.]/_/g'` -- eval with_$ac_package=\$ac_optarg ;; -+ ac_useropt_orig=$ac_useropt -+ ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` -+ case $ac_user_opts in -+ *" -+"with_$ac_useropt" -+"*) ;; -+ *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" -+ ac_unrecognized_sep=', ';; -+ esac -+ eval with_$ac_useropt=\$ac_optarg ;; - - -without-* | --without-*) -- ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` -+ ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` - # Reject names that are not valid shell variable names. -- expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && -- { echo "$as_me: error: invalid package name: $ac_package" >&2 -+ expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && -+ { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 - { (exit 1); exit 1; }; } -- ac_package=`echo $ac_package | sed 's/[-.]/_/g'` -- eval with_$ac_package=no ;; -+ ac_useropt_orig=$ac_useropt -+ ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` -+ case $ac_user_opts in -+ *" -+"with_$ac_useropt" -+"*) ;; -+ *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" -+ ac_unrecognized_sep=', ';; -+ esac -+ eval with_$ac_useropt=no ;; - - --x) - # Obsolete; use --with-x. -@@ -1366,7 +1497,7 @@ do - | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) - x_libraries=$ac_optarg ;; - -- -*) { echo "$as_me: error: unrecognized option: $ac_option -+ -*) { $as_echo "$as_me: error: unrecognized option: $ac_option - Try \`$0 --help' for more information." >&2 - { (exit 1); exit 1; }; } - ;; -@@ -1375,16 +1506,16 @@ Try \`$0 --help' for more information." >&2 - ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` - # Reject names that are not valid shell variable names. - expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && -- { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 -+ { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2 - { (exit 1); exit 1; }; } - eval $ac_envvar=\$ac_optarg - export $ac_envvar ;; - - *) - # FIXME: should be removed in autoconf 3.0. -- echo "$as_me: WARNING: you should use --build, --host, --target" >&2 -+ $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 - expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && -- echo "$as_me: WARNING: invalid host type: $ac_option" >&2 -+ $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 - : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} - ;; - -@@ -1393,22 +1524,38 @@ done - - if test -n "$ac_prev"; then - ac_option=--`echo $ac_prev | sed 's/_/-/g'` -- { echo "$as_me: error: missing argument to $ac_option" >&2 -+ { $as_echo "$as_me: error: missing argument to $ac_option" >&2 - { (exit 1); exit 1; }; } - fi - --# Be sure to have absolute directory names. -+if test -n "$ac_unrecognized_opts"; then -+ case $enable_option_checking in -+ no) ;; -+ fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2 -+ { (exit 1); exit 1; }; } ;; -+ *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; -+ esac -+fi -+ -+# Check all directory arguments for consistency. - for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ - datadir sysconfdir sharedstatedir localstatedir includedir \ - oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ - libdir localedir mandir - do - eval ac_val=\$$ac_var -+ # Remove trailing slashes. -+ case $ac_val in -+ */ ) -+ ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` -+ eval $ac_var=\$ac_val;; -+ esac -+ # Be sure to have absolute directory names. - case $ac_val in - [\\/$]* | ?:[\\/]* ) continue;; - NONE | '' ) case $ac_var in *prefix ) continue;; esac;; - esac -- { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 -+ { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 - { (exit 1); exit 1; }; } - done - -@@ -1423,7 +1570,7 @@ target=$target_alias - if test "x$host_alias" != x; then - if test "x$build_alias" = x; then - cross_compiling=maybe -- echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. -+ $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. - If a cross compiler is detected then cross compile mode will be used." >&2 - elif test "x$build_alias" != "x$host_alias"; then - cross_compiling=yes -@@ -1439,10 +1586,10 @@ test "$silent" = yes && exec 6>/dev/null - ac_pwd=`pwd` && test -n "$ac_pwd" && - ac_ls_di=`ls -di .` && - ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || -- { echo "$as_me: error: Working directory cannot be determined" >&2 -+ { $as_echo "$as_me: error: working directory cannot be determined" >&2 - { (exit 1); exit 1; }; } - test "X$ac_ls_di" = "X$ac_pwd_ls_di" || -- { echo "$as_me: error: pwd does not report name of working directory" >&2 -+ { $as_echo "$as_me: error: pwd does not report name of working directory" >&2 - { (exit 1); exit 1; }; } - - -@@ -1450,12 +1597,12 @@ test "X$ac_ls_di" = "X$ac_pwd_ls_di" || - if test -z "$srcdir"; then - ac_srcdir_defaulted=yes - # Try the directory containing this script, then the parent directory. -- ac_confdir=`$as_dirname -- "$0" || --$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ -- X"$0" : 'X\(//\)[^/]' \| \ -- X"$0" : 'X\(//\)$' \| \ -- X"$0" : 'X\(/\)' \| . 2>/dev/null || --echo X"$0" | -+ ac_confdir=`$as_dirname -- "$as_myself" || -+$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ -+ X"$as_myself" : 'X\(//\)[^/]' \| \ -+ X"$as_myself" : 'X\(//\)$' \| \ -+ X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || -+$as_echo X"$as_myself" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q -@@ -1482,12 +1629,12 @@ else - fi - if test ! -r "$srcdir/$ac_unique_file"; then - test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." -- { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 -+ { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 - { (exit 1); exit 1; }; } - fi - ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" - ac_abs_confdir=`( -- cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 -+ cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2 - { (exit 1); exit 1; }; } - pwd)` - # When building in place, set srcdir=. -@@ -1536,9 +1683,9 @@ Configuration: - - Installation directories: - --prefix=PREFIX install architecture-independent files in PREFIX -- [$ac_default_prefix] -+ [$ac_default_prefix] - --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX -- [PREFIX] -+ [PREFIX] - - By default, \`make install' will install all the files in - \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify -@@ -1548,25 +1695,25 @@ for instance \`--prefix=\$HOME'. - For better control, use the options below. - - Fine tuning of the installation directories: -- --bindir=DIR user executables [EPREFIX/bin] -- --sbindir=DIR system admin executables [EPREFIX/sbin] -- --libexecdir=DIR program executables [EPREFIX/libexec] -- --sysconfdir=DIR read-only single-machine data [PREFIX/etc] -- --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] -- --localstatedir=DIR modifiable single-machine data [PREFIX/var] -- --libdir=DIR object code libraries [EPREFIX/lib] -- --includedir=DIR C header files [PREFIX/include] -- --oldincludedir=DIR C header files for non-gcc [/usr/include] -- --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] -- --datadir=DIR read-only architecture-independent data [DATAROOTDIR] -- --infodir=DIR info documentation [DATAROOTDIR/info] -- --localedir=DIR locale-dependent data [DATAROOTDIR/locale] -- --mandir=DIR man documentation [DATAROOTDIR/man] -- --docdir=DIR documentation root [DATAROOTDIR/doc/asterisk] -- --htmldir=DIR html documentation [DOCDIR] -- --dvidir=DIR dvi documentation [DOCDIR] -- --pdfdir=DIR pdf documentation [DOCDIR] -- --psdir=DIR ps documentation [DOCDIR] -+ --bindir=DIR user executables [EPREFIX/bin] -+ --sbindir=DIR system admin executables [EPREFIX/sbin] -+ --libexecdir=DIR program executables [EPREFIX/libexec] -+ --sysconfdir=DIR read-only single-machine data [PREFIX/etc] -+ --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] -+ --localstatedir=DIR modifiable single-machine data [PREFIX/var] -+ --libdir=DIR object code libraries [EPREFIX/lib] -+ --includedir=DIR C header files [PREFIX/include] -+ --oldincludedir=DIR C header files for non-gcc [/usr/include] -+ --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] -+ --datadir=DIR read-only architecture-independent data [DATAROOTDIR] -+ --infodir=DIR info documentation [DATAROOTDIR/info] -+ --localedir=DIR locale-dependent data [DATAROOTDIR/locale] -+ --mandir=DIR man documentation [DATAROOTDIR/man] -+ --docdir=DIR documentation root [DATAROOTDIR/doc/asterisk] -+ --htmldir=DIR html documentation [DOCDIR] -+ --dvidir=DIR dvi documentation [DOCDIR] -+ --pdfdir=DIR pdf documentation [DOCDIR] -+ --psdir=DIR ps documentation [DOCDIR] - _ACEOF - - cat <<\_ACEOF -@@ -1584,6 +1731,7 @@ if test -n "$ac_init_help"; then - cat <<\_ACEOF - - Optional Features: -+ --disable-option-checking ignore unrecognized --enable/--with options - --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) - --enable-FEATURE[=ARG] include FEATURE [ARG=yes] - --enable-dev-mode Turn on developer mode -@@ -1596,8 +1744,9 @@ Optional Packages: - --with-gnu-ld assume the C compiler uses GNU ld [default=no] - --with-asound=PATH use Advanced Linux Sound Architecture files in PATH - --with-execinfo=PATH use Stack Backtrace support files in PATH -- --with-cap=PATH use POSIX 1.e capabilities files in PATH -+ --with-bluetooth=PATH use Bluetooth Support files in PATH - --with-curl=PATH use cURL files in PATH -+ --with-cap=PATH use POSIX 1.e capabilities files in PATH - --with-curses=PATH use curses files in PATH - --with-crypto=PATH use OpenSSL Cryptography support files in PATH - --with-dahdi=PATH use DAHDI files in PATH -@@ -1614,6 +1763,7 @@ Optional Packages: - --with-isdnnet=PATH use ISDN4Linux Library files in PATH - --with-jack=PATH use Jack Audio Connection Kit files in PATH - --with-ldap=PATH use OpenLDAP files in PATH -+ --with-libedit=PATH use NetBSD Editline library files in PATH - --with-ltdl=PATH use libtool files in PATH - --with-lua=PATH use Lua files in PATH - --with-misdn=PATH use mISDN User Library files in PATH -@@ -1680,15 +1830,17 @@ fi - if test "$ac_init_help" = "recursive"; then - # If there are subdirs, report their specific --help. - for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue -- test -d "$ac_dir" || continue -+ test -d "$ac_dir" || -+ { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || -+ continue - ac_builddir=. - - case "$ac_dir" in - .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; - *) -- ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` -+ ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` - # A ".." for each directory in $ac_dir_suffix. -- ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` -+ ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` - case $ac_top_builddir_sub in - "") ac_top_builddir_sub=. ac_top_build_prefix= ;; - *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; -@@ -1724,7 +1876,7 @@ ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix - echo && - $SHELL "$ac_srcdir/configure" --help=recursive - else -- echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 -+ $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 - fi || ac_status=$? - cd "$ac_pwd" || { ac_status=$?; break; } - done -@@ -1734,10 +1886,10 @@ test -n "$ac_init_help" && exit $ac_status - if $ac_init_version; then - cat <<\_ACEOF - asterisk configure 1.6 --generated by GNU Autoconf 2.61 -+generated by GNU Autoconf 2.63 - - Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, --2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. -+2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. - This configure script is free software; the Free Software Foundation - gives unlimited permission to copy, distribute and modify it. - -@@ -1750,7 +1902,7 @@ This file contains any messages produced by compilers while - running configure, to aid debugging if configure makes a mistake. - - It was created by asterisk $as_me 1.6, which was --generated by GNU Autoconf 2.61. Invocation command line was -+generated by GNU Autoconf 2.63. Invocation command line was - - $ $0 $@ - -@@ -1786,7 +1938,7 @@ for as_dir in $PATH - do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. -- echo "PATH: $as_dir" -+ $as_echo "PATH: $as_dir" - done - IFS=$as_save_IFS - -@@ -1821,7 +1973,7 @@ do - | -silent | --silent | --silen | --sile | --sil) - continue ;; - *\'*) -- ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; -+ ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; - esac - case $ac_pass in - 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; -@@ -1873,11 +2025,12 @@ _ASBOX - case $ac_val in #( - *${as_nl}*) - case $ac_var in #( -- *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 --echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; -+ *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5 -+$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; - esac - case $ac_var in #( - _ | IFS | as_nl) ;; #( -+ BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( - *) $as_unset $ac_var ;; - esac ;; - esac -@@ -1907,9 +2060,9 @@ _ASBOX - do - eval ac_val=\$$ac_var - case $ac_val in -- *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; -+ *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; - esac -- echo "$ac_var='\''$ac_val'\''" -+ $as_echo "$ac_var='\''$ac_val'\''" - done | sort - echo - -@@ -1924,9 +2077,9 @@ _ASBOX - do - eval ac_val=\$$ac_var - case $ac_val in -- *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; -+ *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; - esac -- echo "$ac_var='\''$ac_val'\''" -+ $as_echo "$ac_var='\''$ac_val'\''" - done | sort - echo - fi -@@ -1942,8 +2095,8 @@ _ASBOX - echo - fi - test "$ac_signal" != 0 && -- echo "$as_me: caught signal $ac_signal" -- echo "$as_me: exit $exit_status" -+ $as_echo "$as_me: caught signal $ac_signal" -+ $as_echo "$as_me: exit $exit_status" - } >&5 - rm -f core *.core core.conftest.* && - rm -f -r conftest* confdefs* conf$$* $ac_clean_files && -@@ -1985,21 +2138,24 @@ _ACEOF - - - # Let the site file select an alternate cache file if it wants to. --# Prefer explicitly selected file to automatically selected ones. -+# Prefer an explicitly selected file to automatically selected ones. -+ac_site_file1=NONE -+ac_site_file2=NONE - if test -n "$CONFIG_SITE"; then -- set x "$CONFIG_SITE" -+ ac_site_file1=$CONFIG_SITE - elif test "x$prefix" != xNONE; then -- set x "$prefix/share/config.site" "$prefix/etc/config.site" -+ ac_site_file1=$prefix/share/config.site -+ ac_site_file2=$prefix/etc/config.site - else -- set x "$ac_default_prefix/share/config.site" \ -- "$ac_default_prefix/etc/config.site" -+ ac_site_file1=$ac_default_prefix/share/config.site -+ ac_site_file2=$ac_default_prefix/etc/config.site - fi --shift --for ac_site_file -+for ac_site_file in "$ac_site_file1" "$ac_site_file2" - do -+ test "x$ac_site_file" = xNONE && continue - if test -r "$ac_site_file"; then -- { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 --echo "$as_me: loading site script $ac_site_file" >&6;} -+ { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 -+$as_echo "$as_me: loading site script $ac_site_file" >&6;} - sed 's/^/| /' "$ac_site_file" >&5 - . "$ac_site_file" - fi -@@ -2009,16 +2165,16 @@ if test -r "$cache_file"; then - # Some versions of bash will fail to source /dev/null (special - # files actually), so we avoid doing that. - if test -f "$cache_file"; then -- { echo "$as_me:$LINENO: loading cache $cache_file" >&5 --echo "$as_me: loading cache $cache_file" >&6;} -+ { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5 -+$as_echo "$as_me: loading cache $cache_file" >&6;} - case $cache_file in - [\\/]* | ?:[\\/]* ) . "$cache_file";; - *) . "./$cache_file";; - esac - fi - else -- { echo "$as_me:$LINENO: creating cache $cache_file" >&5 --echo "$as_me: creating cache $cache_file" >&6;} -+ { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5 -+$as_echo "$as_me: creating cache $cache_file" >&6;} - >$cache_file - fi - -@@ -2033,29 +2189,38 @@ for ac_var in $ac_precious_vars; do - eval ac_new_val=\$ac_env_${ac_var}_value - case $ac_old_set,$ac_new_set in - set,) -- { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 --echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} -+ { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 -+$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} - ac_cache_corrupted=: ;; - ,set) -- { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 --echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} -+ { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 -+$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} - ac_cache_corrupted=: ;; - ,);; - *) - if test "x$ac_old_val" != "x$ac_new_val"; then -- { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 --echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} -- { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 --echo "$as_me: former value: $ac_old_val" >&2;} -- { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 --echo "$as_me: current value: $ac_new_val" >&2;} -- ac_cache_corrupted=: -+ # differences in whitespace do not lead to failure. -+ ac_old_val_w=`echo x $ac_old_val` -+ ac_new_val_w=`echo x $ac_new_val` -+ if test "$ac_old_val_w" != "$ac_new_val_w"; then -+ { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 -+$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} -+ ac_cache_corrupted=: -+ else -+ { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 -+$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} -+ eval $ac_var=\$ac_old_val -+ fi -+ { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5 -+$as_echo "$as_me: former value: \`$ac_old_val'" >&2;} -+ { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5 -+$as_echo "$as_me: current value: \`$ac_new_val'" >&2;} - fi;; - esac - # Pass precious variables to config.status. - if test "$ac_new_set" = set; then - case $ac_new_val in -- *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; -+ *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; - *) ac_arg=$ac_var=$ac_new_val ;; - esac - case " $ac_configure_args " in -@@ -2065,10 +2230,12 @@ echo "$as_me: current value: $ac_new_val" >&2;} - fi - done - if $ac_cache_corrupted; then -- { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 --echo "$as_me: error: changes in the environment can compromise the build" >&2;} -- { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 --echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} -+ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 -+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -+ { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 -+$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} -+ { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 -+$as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} - { (exit 1); exit 1; }; } - fi - -@@ -2122,8 +2289,8 @@ for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do - fi - done - if test -z "$ac_aux_dir"; then -- { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 --echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} -+ { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 -+$as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} - { (exit 1); exit 1; }; } - fi - -@@ -2138,34 +2305,34 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. - - # Make sure we can run config.sub. - $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || -- { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 --echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;} -+ { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 -+$as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;} - { (exit 1); exit 1; }; } - --{ echo "$as_me:$LINENO: checking build system type" >&5 --echo $ECHO_N "checking build system type... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking build system type" >&5 -+$as_echo_n "checking build system type... " >&6; } - if test "${ac_cv_build+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_build_alias=$build_alias - test "x$ac_build_alias" = x && - ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` - test "x$ac_build_alias" = x && -- { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 --echo "$as_me: error: cannot guess build type; you must specify one" >&2;} -+ { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 -+$as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;} - { (exit 1); exit 1; }; } - ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || -- { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 --echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;} -+ { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 -+$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;} - { (exit 1); exit 1; }; } - - fi --{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5 --echo "${ECHO_T}$ac_cv_build" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5 -+$as_echo "$ac_cv_build" >&6; } - case $ac_cv_build in - *-*-*) ;; --*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 --echo "$as_me: error: invalid value of canonical build" >&2;} -+*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 -+$as_echo "$as_me: error: invalid value of canonical build" >&2;} - { (exit 1); exit 1; }; };; - esac - build=$ac_cv_build -@@ -2182,27 +2349,27 @@ IFS=$ac_save_IFS - case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac - - --{ echo "$as_me:$LINENO: checking host system type" >&5 --echo $ECHO_N "checking host system type... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking host system type" >&5 -+$as_echo_n "checking host system type... " >&6; } - if test "${ac_cv_host+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test "x$host_alias" = x; then - ac_cv_host=$ac_cv_build - else - ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || -- { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5 --echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;} -+ { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5 -+$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;} - { (exit 1); exit 1; }; } - fi - - fi --{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5 --echo "${ECHO_T}$ac_cv_host" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5 -+$as_echo "$ac_cv_host" >&6; } - case $ac_cv_host in - *-*-*) ;; --*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5 --echo "$as_me: error: invalid value of canonical host" >&2;} -+*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5 -+$as_echo "$as_me: error: invalid value of canonical host" >&2;} - { (exit 1); exit 1; }; };; - esac - host=$ac_cv_host -@@ -2230,12 +2397,6 @@ ac_config_headers="$ac_config_headers include/asterisk/autoconfig.h" - - - -- --cat >>confdefs.h <<\_ACEOF --#define _GNU_SOURCE 1 --_ACEOF -- -- - ac_ext=c - ac_cpp='$CPP $CPPFLAGS' - ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -@@ -2244,10 +2405,10 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu - if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. - set dummy ${ac_tool_prefix}gcc; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_CC+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$CC"; then - ac_cv_prog_CC="$CC" # Let the user override the test. -@@ -2260,7 +2421,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_CC="${ac_tool_prefix}gcc" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -2271,11 +2432,11 @@ fi - fi - CC=$ac_cv_prog_CC - if test -n "$CC"; then -- { echo "$as_me:$LINENO: result: $CC" >&5 --echo "${ECHO_T}$CC" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $CC" >&5 -+$as_echo "$CC" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - -@@ -2284,10 +2445,10 @@ if test -z "$ac_cv_prog_CC"; then - ac_ct_CC=$CC - # Extract the first word of "gcc", so it can be a program name with args. - set dummy gcc; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_ac_ct_CC+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$ac_ct_CC"; then - ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. -@@ -2300,7 +2461,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_ac_ct_CC="gcc" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -2311,11 +2472,11 @@ fi - fi - ac_ct_CC=$ac_cv_prog_ac_ct_CC - if test -n "$ac_ct_CC"; then -- { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 --echo "${ECHO_T}$ac_ct_CC" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 -+$as_echo "$ac_ct_CC" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - if test "x$ac_ct_CC" = x; then -@@ -2323,12 +2484,8 @@ fi - else - case $cross_compiling:$ac_tool_warned in - yes:) --{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools --whose name does not start with the host triplet. If you think this --configuration is useful to you, please write to autoconf@gnu.org." >&5 --echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools --whose name does not start with the host triplet. If you think this --configuration is useful to you, please write to autoconf@gnu.org." >&2;} -+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 -+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} - ac_tool_warned=yes ;; - esac - CC=$ac_ct_CC -@@ -2341,10 +2498,10 @@ if test -z "$CC"; then - if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. - set dummy ${ac_tool_prefix}cc; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_CC+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$CC"; then - ac_cv_prog_CC="$CC" # Let the user override the test. -@@ -2357,7 +2514,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_CC="${ac_tool_prefix}cc" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -2368,11 +2525,11 @@ fi - fi - CC=$ac_cv_prog_CC - if test -n "$CC"; then -- { echo "$as_me:$LINENO: result: $CC" >&5 --echo "${ECHO_T}$CC" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $CC" >&5 -+$as_echo "$CC" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - -@@ -2381,10 +2538,10 @@ fi - if test -z "$CC"; then - # Extract the first word of "cc", so it can be a program name with args. - set dummy cc; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_CC+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$CC"; then - ac_cv_prog_CC="$CC" # Let the user override the test. -@@ -2402,7 +2559,7 @@ do - continue - fi - ac_cv_prog_CC="cc" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -2425,11 +2582,11 @@ fi - fi - CC=$ac_cv_prog_CC - if test -n "$CC"; then -- { echo "$as_me:$LINENO: result: $CC" >&5 --echo "${ECHO_T}$CC" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $CC" >&5 -+$as_echo "$CC" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - -@@ -2440,10 +2597,10 @@ if test -z "$CC"; then - do - # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. - set dummy $ac_tool_prefix$ac_prog; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_CC+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$CC"; then - ac_cv_prog_CC="$CC" # Let the user override the test. -@@ -2456,7 +2613,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_CC="$ac_tool_prefix$ac_prog" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -2467,11 +2624,11 @@ fi - fi - CC=$ac_cv_prog_CC - if test -n "$CC"; then -- { echo "$as_me:$LINENO: result: $CC" >&5 --echo "${ECHO_T}$CC" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $CC" >&5 -+$as_echo "$CC" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - -@@ -2484,10 +2641,10 @@ if test -z "$CC"; then - do - # Extract the first word of "$ac_prog", so it can be a program name with args. - set dummy $ac_prog; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_ac_ct_CC+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$ac_ct_CC"; then - ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. -@@ -2500,7 +2657,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_ac_ct_CC="$ac_prog" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -2511,11 +2668,11 @@ fi - fi - ac_ct_CC=$ac_cv_prog_ac_ct_CC - if test -n "$ac_ct_CC"; then -- { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 --echo "${ECHO_T}$ac_ct_CC" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 -+$as_echo "$ac_ct_CC" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - -@@ -2527,12 +2684,8 @@ done - else - case $cross_compiling:$ac_tool_warned in - yes:) --{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools --whose name does not start with the host triplet. If you think this --configuration is useful to you, please write to autoconf@gnu.org." >&5 --echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools --whose name does not start with the host triplet. If you think this --configuration is useful to you, please write to autoconf@gnu.org." >&2;} -+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 -+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} - ac_tool_warned=yes ;; - esac - CC=$ac_ct_CC -@@ -2542,44 +2695,50 @@ fi - fi - - --test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH -+test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 -+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -+{ { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH - See \`config.log' for more details." >&5 --echo "$as_me: error: no acceptable C compiler found in \$PATH -+$as_echo "$as_me: error: no acceptable C compiler found in \$PATH - See \`config.log' for more details." >&2;} -- { (exit 1); exit 1; }; } -+ { (exit 1); exit 1; }; }; } - - # Provide some information about the compiler. --echo "$as_me:$LINENO: checking for C compiler version" >&5 --ac_compiler=`set X $ac_compile; echo $2` -+$as_echo "$as_me:$LINENO: checking for C compiler version" >&5 -+set X $ac_compile -+ac_compiler=$2 - { (ac_try="$ac_compiler --version >&5" - case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compiler --version >&5") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } - { (ac_try="$ac_compiler -v >&5" - case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compiler -v >&5") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } - { (ac_try="$ac_compiler -V >&5" - case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compiler -V >&5") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } - - cat >conftest.$ac_ext <<_ACEOF -@@ -2598,27 +2757,22 @@ main () - } - _ACEOF - ac_clean_files_save=$ac_clean_files --ac_clean_files="$ac_clean_files a.out a.exe b.out" -+ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" - # Try to create an executable without -o first, disregard a.out. - # It will help us diagnose broken compilers, and finding out an intuition - # of exeext. --{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 --echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; } --ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` --# --# List of possible output files, starting from the most likely. --# The algorithm is not robust to junk in `.', hence go to wildcards (a.*) --# only as a last resort. b.out is created by i960 compilers. --ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out' --# --# The IRIX 6 linker writes into existing files which may not be --# executable, retaining their permissions. Remove them first so a --# subsequent execution test works. -+{ $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 -+$as_echo_n "checking for C compiler default output file name... " >&6; } -+ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` -+ -+# The possible output files: -+ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" -+ - ac_rmfiles= - for ac_file in $ac_files - do - case $ac_file in -- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; -+ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; - * ) ac_rmfiles="$ac_rmfiles $ac_file";; - esac - done -@@ -2629,10 +2783,11 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link_default") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; then - # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. - # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' -@@ -2643,7 +2798,7 @@ for ac_file in $ac_files '' - do - test -f "$ac_file" || continue - case $ac_file in -- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) -+ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) - ;; - [ab].out ) - # We found the default executable, but exeext='' is most -@@ -2670,25 +2825,27 @@ else - ac_file='' - fi - --{ echo "$as_me:$LINENO: result: $ac_file" >&5 --echo "${ECHO_T}$ac_file" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_file" >&5 -+$as_echo "$ac_file" >&6; } - if test -z "$ac_file"; then -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --{ { echo "$as_me:$LINENO: error: C compiler cannot create executables -+{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 -+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -+{ { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables - See \`config.log' for more details." >&5 --echo "$as_me: error: C compiler cannot create executables -+$as_echo "$as_me: error: C compiler cannot create executables - See \`config.log' for more details." >&2;} -- { (exit 77); exit 77; }; } -+ { (exit 77); exit 77; }; }; } - fi - - ac_exeext=$ac_cv_exeext - - # Check that the compiler produces executables we can run. If not, either - # the compiler is broken, or we cross compile. --{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5 --echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5 -+$as_echo_n "checking whether the C compiler works... " >&6; } - # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 - # If not cross compiling, check that we can run a simple program. - if test "$cross_compiling" != yes; then -@@ -2697,49 +2854,53 @@ if test "$cross_compiling" != yes; then - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - cross_compiling=no - else - if test "$cross_compiling" = maybe; then - cross_compiling=yes - else -- { { echo "$as_me:$LINENO: error: cannot run C compiled programs. -+ { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 -+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -+{ { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs. - If you meant to cross compile, use \`--host'. - See \`config.log' for more details." >&5 --echo "$as_me: error: cannot run C compiled programs. -+$as_echo "$as_me: error: cannot run C compiled programs. - If you meant to cross compile, use \`--host'. - See \`config.log' for more details." >&2;} -- { (exit 1); exit 1; }; } -+ { (exit 1); exit 1; }; }; } - fi - fi - fi --{ echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; } -+{ $as_echo "$as_me:$LINENO: result: yes" >&5 -+$as_echo "yes" >&6; } - --rm -f a.out a.exe conftest$ac_cv_exeext b.out -+rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out - ac_clean_files=$ac_clean_files_save - # Check that the compiler produces executables we can run. If not, either - # the compiler is broken, or we cross compile. --{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 --echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } --{ echo "$as_me:$LINENO: result: $cross_compiling" >&5 --echo "${ECHO_T}$cross_compiling" >&6; } -+{ $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 -+$as_echo_n "checking whether we are cross compiling... " >&6; } -+{ $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5 -+$as_echo "$cross_compiling" >&6; } - --{ echo "$as_me:$LINENO: checking for suffix of executables" >&5 --echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5 -+$as_echo_n "checking for suffix of executables... " >&6; } - if { (ac_try="$ac_link" - case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; then - # If both `conftest.exe' and `conftest' are `present' (well, observable) - # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will -@@ -2748,31 +2909,33 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - for ac_file in conftest.exe conftest conftest.*; do - test -f "$ac_file" || continue - case $ac_file in -- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; -+ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; - *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` - break;; - * ) break;; - esac - done - else -- { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link -+ { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 -+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -+{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link - See \`config.log' for more details." >&5 --echo "$as_me: error: cannot compute suffix of executables: cannot compile and link -+$as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link - See \`config.log' for more details." >&2;} -- { (exit 1); exit 1; }; } -+ { (exit 1); exit 1; }; }; } - fi - - rm -f conftest$ac_cv_exeext --{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 --echo "${ECHO_T}$ac_cv_exeext" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 -+$as_echo "$ac_cv_exeext" >&6; } - - rm -f conftest.$ac_ext - EXEEXT=$ac_cv_exeext - ac_exeext=$EXEEXT --{ echo "$as_me:$LINENO: checking for suffix of object files" >&5 --echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5 -+$as_echo_n "checking for suffix of object files... " >&6; } - if test "${ac_cv_objext+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -2795,40 +2958,43 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; then - for ac_file in conftest.o conftest.obj conftest.*; do - test -f "$ac_file" || continue; - case $ac_file in -- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; -+ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; - *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` - break;; - esac - done - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile -+{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 -+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -+{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile - See \`config.log' for more details." >&5 --echo "$as_me: error: cannot compute suffix of object files: cannot compile -+$as_echo "$as_me: error: cannot compute suffix of object files: cannot compile - See \`config.log' for more details." >&2;} -- { (exit 1); exit 1; }; } -+ { (exit 1); exit 1; }; }; } - fi - - rm -f conftest.$ac_cv_objext conftest.$ac_ext - fi --{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 --echo "${ECHO_T}$ac_cv_objext" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 -+$as_echo "$ac_cv_objext" >&6; } - OBJEXT=$ac_cv_objext - ac_objext=$OBJEXT --{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 --echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 -+$as_echo_n "checking whether we are using the GNU C compiler... " >&6; } - if test "${ac_cv_c_compiler_gnu+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -2854,20 +3020,21 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_compiler_gnu=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_compiler_gnu=no -@@ -2877,15 +3044,19 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_cv_c_compiler_gnu=$ac_compiler_gnu - - fi --{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 --echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } --GCC=`test $ac_compiler_gnu = yes && echo yes` -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 -+$as_echo "$ac_cv_c_compiler_gnu" >&6; } -+if test $ac_compiler_gnu = yes; then -+ GCC=yes -+else -+ GCC= -+fi - ac_test_CFLAGS=${CFLAGS+set} - ac_save_CFLAGS=$CFLAGS --{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 --echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 -+$as_echo_n "checking whether $CC accepts -g... " >&6; } - if test "${ac_cv_prog_cc_g+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_save_c_werror_flag=$ac_c_werror_flag - ac_c_werror_flag=yes -@@ -2912,20 +3083,21 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_cv_prog_cc_g=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - CFLAGS="" -@@ -2950,20 +3122,21 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - : - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_c_werror_flag=$ac_save_c_werror_flag -@@ -2989,20 +3162,21 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_cv_prog_cc_g=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - -@@ -3017,8 +3191,8 @@ fi - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_c_werror_flag=$ac_save_c_werror_flag - fi --{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 --echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 -+$as_echo "$ac_cv_prog_cc_g" >&6; } - if test "$ac_test_CFLAGS" = set; then - CFLAGS=$ac_save_CFLAGS - elif test $ac_cv_prog_cc_g = yes; then -@@ -3034,10 +3208,10 @@ else - CFLAGS= - fi - fi --{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 --echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 -+$as_echo_n "checking for $CC option to accept ISO C89... " >&6; } - if test "${ac_cv_prog_cc_c89+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_prog_cc_c89=no - ac_save_CC=$CC -@@ -3108,20 +3282,21 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_cv_prog_cc_c89=$ac_arg - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - -@@ -3137,15 +3312,15 @@ fi - # AC_CACHE_VAL - case "x$ac_cv_prog_cc_c89" in - x) -- { echo "$as_me:$LINENO: result: none needed" >&5 --echo "${ECHO_T}none needed" >&6; } ;; -+ { $as_echo "$as_me:$LINENO: result: none needed" >&5 -+$as_echo "none needed" >&6; } ;; - xno) -- { echo "$as_me:$LINENO: result: unsupported" >&5 --echo "${ECHO_T}unsupported" >&6; } ;; -+ { $as_echo "$as_me:$LINENO: result: unsupported" >&5 -+$as_echo "unsupported" >&6; } ;; - *) - CC="$CC $ac_cv_prog_cc_c89" -- { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 --echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; -+ { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 -+$as_echo "$ac_cv_prog_cc_c89" >&6; } ;; - esac - - -@@ -3161,15 +3336,15 @@ ac_cpp='$CPP $CPPFLAGS' - ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' - ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' - ac_compiler_gnu=$ac_cv_c_compiler_gnu --{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 --echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 -+$as_echo_n "checking how to run the C preprocessor... " >&6; } - # On Suns, sometimes $CPP names a directory. - if test -n "$CPP" && test -d "$CPP"; then - CPP= - fi - if test -z "$CPP"; then - if test "${ac_cv_prog_CPP+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - # Double quotes because CPP needs to be expanded - for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" -@@ -3201,20 +3376,21 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - : - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - # Broken: fails on valid input. -@@ -3238,13 +3414,14 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err -@@ -3252,7 +3429,7 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - # Broken: success on invalid input. - continue - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - # Passes both tests. -@@ -3277,8 +3454,8 @@ fi - else - ac_cv_prog_CPP=$CPP - fi --{ echo "$as_me:$LINENO: result: $CPP" >&5 --echo "${ECHO_T}$CPP" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $CPP" >&5 -+$as_echo "$CPP" >&6; } - ac_preproc_ok=false - for ac_c_preproc_warn_flag in '' yes - do -@@ -3306,20 +3483,21 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - : - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - # Broken: fails on valid input. -@@ -3343,13 +3521,14 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err -@@ -3357,7 +3536,7 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - # Broken: success on invalid input. - continue - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - # Passes both tests. -@@ -3373,11 +3552,13 @@ rm -f conftest.err conftest.$ac_ext - if $ac_preproc_ok; then - : - else -- { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check -+ { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 -+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -+{ { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check - See \`config.log' for more details." >&5 --echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check -+$as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check - See \`config.log' for more details." >&2;} -- { (exit 1); exit 1; }; } -+ { (exit 1); exit 1; }; }; } - fi - - ac_ext=c -@@ -3387,42 +3568,37 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ - ac_compiler_gnu=$ac_cv_c_compiler_gnu - - --{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 --echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 -+$as_echo_n "checking for grep that handles long lines and -e... " >&6; } - if test "${ac_cv_path_GREP+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 --else -- # Extract the first word of "grep ggrep" to use in msg output --if test -z "$GREP"; then --set dummy grep ggrep; ac_prog_name=$2 --if test "${ac_cv_path_GREP+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else -+ if test -z "$GREP"; then - ac_path_GREP_found=false --# Loop through the user's path and test for each of PROGNAME-LIST --as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+ # Loop through the user's path and test for each of PROGNAME-LIST -+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR - for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin - do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_prog in grep ggrep; do -- for ac_exec_ext in '' $ac_executable_extensions; do -- ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" -- { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue -- # Check for GNU ac_path_GREP and select it if it is found. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" -+ { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue -+# Check for GNU ac_path_GREP and select it if it is found. - # Check for GNU $ac_path_GREP - case `"$ac_path_GREP" --version 2>&1` in - *GNU*) - ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; - *) - ac_count=0 -- echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" -+ $as_echo_n 0123456789 >"conftest.in" - while : - do - cat "conftest.in" "conftest.in" >"conftest.tmp" - mv "conftest.tmp" "conftest.in" - cp "conftest.in" "conftest.nl" -- echo 'GREP' >> "conftest.nl" -+ $as_echo 'GREP' >> "conftest.nl" - "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break - diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break - ac_count=`expr $ac_count + 1` -@@ -3437,74 +3613,60 @@ case `"$ac_path_GREP" --version 2>&1` in - rm -f conftest.in conftest.tmp conftest.nl conftest.out;; - esac - -- -- $ac_path_GREP_found && break 3 -+ $ac_path_GREP_found && break 3 -+ done - done - done -- --done - IFS=$as_save_IFS -- -- --fi -- --GREP="$ac_cv_path_GREP" --if test -z "$GREP"; then -- { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 --echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} -+ if test -z "$ac_cv_path_GREP"; then -+ { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 -+$as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} - { (exit 1); exit 1; }; } --fi -- -+ fi - else - ac_cv_path_GREP=$GREP - fi - -- - fi --{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 --echo "${ECHO_T}$ac_cv_path_GREP" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 -+$as_echo "$ac_cv_path_GREP" >&6; } - GREP="$ac_cv_path_GREP" - - --{ echo "$as_me:$LINENO: checking for egrep" >&5 --echo $ECHO_N "checking for egrep... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for egrep" >&5 -+$as_echo_n "checking for egrep... " >&6; } - if test "${ac_cv_path_EGREP+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 - then ac_cv_path_EGREP="$GREP -E" - else -- # Extract the first word of "egrep" to use in msg output --if test -z "$EGREP"; then --set dummy egrep; ac_prog_name=$2 --if test "${ac_cv_path_EGREP+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 --else -+ if test -z "$EGREP"; then - ac_path_EGREP_found=false --# Loop through the user's path and test for each of PROGNAME-LIST --as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+ # Loop through the user's path and test for each of PROGNAME-LIST -+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR - for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin - do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_prog in egrep; do -- for ac_exec_ext in '' $ac_executable_extensions; do -- ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" -- { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue -- # Check for GNU ac_path_EGREP and select it if it is found. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" -+ { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue -+# Check for GNU ac_path_EGREP and select it if it is found. - # Check for GNU $ac_path_EGREP - case `"$ac_path_EGREP" --version 2>&1` in - *GNU*) - ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; - *) - ac_count=0 -- echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" -+ $as_echo_n 0123456789 >"conftest.in" - while : - do - cat "conftest.in" "conftest.in" >"conftest.tmp" - mv "conftest.tmp" "conftest.in" - cp "conftest.in" "conftest.nl" -- echo 'EGREP' >> "conftest.nl" -+ $as_echo 'EGREP' >> "conftest.nl" - "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break - diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break - ac_count=`expr $ac_count + 1` -@@ -3519,69 +3681,31 @@ case `"$ac_path_EGREP" --version 2>&1` in - rm -f conftest.in conftest.tmp conftest.nl conftest.out;; - esac - -- -- $ac_path_EGREP_found && break 3 -+ $ac_path_EGREP_found && break 3 -+ done - done - done -- --done - IFS=$as_save_IFS -- -- --fi -- --EGREP="$ac_cv_path_EGREP" --if test -z "$EGREP"; then -- { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 --echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} -+ if test -z "$ac_cv_path_EGREP"; then -+ { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 -+$as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} - { (exit 1); exit 1; }; } --fi -- -+ fi - else - ac_cv_path_EGREP=$EGREP - fi - -- - fi - fi --{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 --echo "${ECHO_T}$ac_cv_path_EGREP" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 -+$as_echo "$ac_cv_path_EGREP" >&6; } - EGREP="$ac_cv_path_EGREP" - - -- --{ echo "$as_me:$LINENO: checking for AIX" >&5 --echo $ECHO_N "checking for AIX... $ECHO_C" >&6; } --cat >conftest.$ac_ext <<_ACEOF --/* confdefs.h. */ --_ACEOF --cat confdefs.h >>conftest.$ac_ext --cat >>conftest.$ac_ext <<_ACEOF --/* end confdefs.h. */ --#ifdef _AIX -- yes --#endif -- --_ACEOF --if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | -- $EGREP "yes" >/dev/null 2>&1; then -- { echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; } --cat >>confdefs.h <<\_ACEOF --#define _ALL_SOURCE 1 --_ACEOF -- --else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } --fi --rm -f conftest* -- -- --{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5 --echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5 -+$as_echo_n "checking for ANSI C header files... " >&6; } - if test "${ac_cv_header_stdc+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -3608,20 +3732,21 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_cv_header_stdc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_header_stdc=no -@@ -3713,37 +3838,40 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - : - else -- echo "$as_me: program exited with status $ac_status" >&5 --echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: program exited with status $ac_status" >&5 -+$as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ( exit $ac_status ) - ac_cv_header_stdc=no - fi -+rm -rf conftest.dSYM - rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi - - - fi - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 --echo "${ECHO_T}$ac_cv_header_stdc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 -+$as_echo "$ac_cv_header_stdc" >&6; } - if test $ac_cv_header_stdc = yes; then - - cat >>confdefs.h <<\_ACEOF -@@ -3765,11 +3893,11 @@ fi - for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ - inttypes.h stdint.h unistd.h - do --as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 -+$as_echo_n "checking for $ac_header... " >&6; } - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -3787,20 +3915,21 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - eval "$as_ac_Header=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Header=no" -@@ -3808,12 +3937,15 @@ fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --ac_res=`eval echo '${'$as_ac_Header'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Header'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - cat >>confdefs.h <<_ACEOF --#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 -+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 - _ACEOF - - fi -@@ -3821,18 +3953,19 @@ fi - done - - -+ -+ if test "${ac_cv_header_minix_config_h+set}" = set; then -+ { $as_echo "$as_me:$LINENO: checking for minix/config.h" >&5 -+$as_echo_n "checking for minix/config.h... " >&6; } - if test "${ac_cv_header_minix_config_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for minix/config.h" >&5 --echo $ECHO_N "checking for minix/config.h... $ECHO_C" >&6; } --if test "${ac_cv_header_minix_config_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5 --echo "${ECHO_T}$ac_cv_header_minix_config_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5 -+$as_echo "$ac_cv_header_minix_config_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking minix/config.h usability" >&5 --echo $ECHO_N "checking minix/config.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking minix/config.h usability" >&5 -+$as_echo_n "checking minix/config.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -3848,32 +3981,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking minix/config.h presence" >&5 --echo $ECHO_N "checking minix/config.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking minix/config.h presence" >&5 -+$as_echo_n "checking minix/config.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -3887,51 +4021,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: minix/config.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: minix/config.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: minix/config.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: minix/config.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: minix/config.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: minix/config.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: minix/config.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: minix/config.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: minix/config.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: minix/config.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: minix/config.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: minix/config.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: minix/config.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: minix/config.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: minix/config.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: minix/config.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: minix/config.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: minix/config.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: minix/config.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -3940,25 +4075,25 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for minix/config.h" >&5 --echo $ECHO_N "checking for minix/config.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for minix/config.h" >&5 -+$as_echo_n "checking for minix/config.h... " >&6; } - if test "${ac_cv_header_minix_config_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_minix_config_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5 --echo "${ECHO_T}$ac_cv_header_minix_config_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5 -+$as_echo "$ac_cv_header_minix_config_h" >&6; } - - fi --if test $ac_cv_header_minix_config_h = yes; then -+if test "x$ac_cv_header_minix_config_h" = x""yes; then - MINIX=yes - else - MINIX= - fi - - --if test "$MINIX" = yes; then -+ if test "$MINIX" = yes; then - - cat >>confdefs.h <<\_ACEOF - #define _POSIX_SOURCE 1 -@@ -3974,22 +4109,248 @@ cat >>confdefs.h <<\_ACEOF - #define _MINIX 1 - _ACEOF - -+ fi -+ -+ -+ -+ { $as_echo "$as_me:$LINENO: checking whether it is safe to define __EXTENSIONS__" >&5 -+$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; } -+if test "${ac_cv_safe_to_define___extensions__+set}" = set; then -+ $as_echo_n "(cached) " >&6 -+else -+ cat >conftest.$ac_ext <<_ACEOF -+/* confdefs.h. */ -+_ACEOF -+cat confdefs.h >>conftest.$ac_ext -+cat >>conftest.$ac_ext <<_ACEOF -+/* end confdefs.h. */ -+ -+# define __EXTENSIONS__ 1 -+ $ac_includes_default -+int -+main () -+{ -+ -+ ; -+ return 0; -+} -+_ACEOF -+rm -f conftest.$ac_objext -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 -+ (eval "$ac_compile") 2>conftest.er1 -+ ac_status=$? -+ grep -v '^ *+' conftest.er1 >conftest.err -+ rm -f conftest.er1 -+ cat conftest.err >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then -+ ac_cv_safe_to_define___extensions__=yes -+else -+ $as_echo "$as_me: failed program was:" >&5 -+sed 's/^/| /' conftest.$ac_ext >&5 -+ -+ ac_cv_safe_to_define___extensions__=no -+fi -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+fi -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_safe_to_define___extensions__" >&5 -+$as_echo "$ac_cv_safe_to_define___extensions__" >&6; } -+ test $ac_cv_safe_to_define___extensions__ = yes && -+ cat >>confdefs.h <<\_ACEOF -+#define __EXTENSIONS__ 1 -+_ACEOF -+ -+ cat >>confdefs.h <<\_ACEOF -+#define _ALL_SOURCE 1 -+_ACEOF -+ -+ cat >>confdefs.h <<\_ACEOF -+#define _GNU_SOURCE 1 -+_ACEOF -+ -+ cat >>confdefs.h <<\_ACEOF -+#define _POSIX_PTHREAD_SEMANTICS 1 -+_ACEOF -+ -+ cat >>confdefs.h <<\_ACEOF -+#define _TANDEM_SOURCE 1 -+_ACEOF -+ -+ -+ -+ if test "${ac_cv_header_minix_config_h+set}" = set; then -+ { $as_echo "$as_me:$LINENO: checking for minix/config.h" >&5 -+$as_echo_n "checking for minix/config.h... " >&6; } -+if test "${ac_cv_header_minix_config_h+set}" = set; then -+ $as_echo_n "(cached) " >&6 -+fi -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5 -+$as_echo "$ac_cv_header_minix_config_h" >&6; } -+else -+ # Is the header compilable? -+{ $as_echo "$as_me:$LINENO: checking minix/config.h usability" >&5 -+$as_echo_n "checking minix/config.h usability... " >&6; } -+cat >conftest.$ac_ext <<_ACEOF -+/* confdefs.h. */ -+_ACEOF -+cat confdefs.h >>conftest.$ac_ext -+cat >>conftest.$ac_ext <<_ACEOF -+/* end confdefs.h. */ -+$ac_includes_default -+#include -+_ACEOF -+rm -f conftest.$ac_objext -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 -+ (eval "$ac_compile") 2>conftest.er1 -+ ac_status=$? -+ grep -v '^ *+' conftest.er1 >conftest.err -+ rm -f conftest.er1 -+ cat conftest.err >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then -+ ac_header_compiler=yes -+else -+ $as_echo "$as_me: failed program was:" >&5 -+sed 's/^/| /' conftest.$ac_ext >&5 -+ -+ ac_header_compiler=no -+fi -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } -+ -+# Is the header present? -+{ $as_echo "$as_me:$LINENO: checking minix/config.h presence" >&5 -+$as_echo_n "checking minix/config.h presence... " >&6; } -+cat >conftest.$ac_ext <<_ACEOF -+/* confdefs.h. */ -+_ACEOF -+cat confdefs.h >>conftest.$ac_ext -+cat >>conftest.$ac_ext <<_ACEOF -+/* end confdefs.h. */ -+#include -+_ACEOF -+if { (ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 -+ ac_status=$? -+ grep -v '^ *+' conftest.er1 >conftest.err -+ rm -f conftest.er1 -+ cat conftest.err >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ (exit $ac_status); } >/dev/null && { -+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || -+ test ! -s conftest.err -+ }; then -+ ac_header_preproc=yes -+else -+ $as_echo "$as_me: failed program was:" >&5 -+sed 's/^/| /' conftest.$ac_ext >&5 -+ -+ ac_header_preproc=no -+fi -+ -+rm -f conftest.err conftest.$ac_ext -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } -+ -+# So? What about this header? -+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in -+ yes:no: ) -+ { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: minix/config.h: proceeding with the compiler's result" >&2;} -+ ac_header_preproc=yes -+ ;; -+ no:yes:* ) -+ { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: minix/config.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: minix/config.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: minix/config.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: minix/config.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: minix/config.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: minix/config.h: in the future, the compiler will take precedence" >&2;} -+ ( cat <<\_ASBOX -+## ------------------------------- ## -+## Report this to www.asterisk.org ## -+## ------------------------------- ## -+_ASBOX -+ ) | sed "s/^/$as_me: WARNING: /" >&2 -+ ;; -+esac -+{ $as_echo "$as_me:$LINENO: checking for minix/config.h" >&5 -+$as_echo_n "checking for minix/config.h... " >&6; } -+if test "${ac_cv_header_minix_config_h+set}" = set; then -+ $as_echo_n "(cached) " >&6 -+else -+ ac_cv_header_minix_config_h=$ac_header_preproc -+fi -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5 -+$as_echo "$ac_cv_header_minix_config_h" >&6; } -+ -+fi -+if test "x$ac_cv_header_minix_config_h" = x""yes; then -+ MINIX=yes -+else -+ MINIX= - fi - - -+ if test "$MINIX" = yes; then - -+cat >>confdefs.h <<\_ACEOF -+#define _POSIX_SOURCE 1 -+_ACEOF - - -+cat >>confdefs.h <<\_ACEOF -+#define _POSIX_1_SOURCE 2 -+_ACEOF - - -+cat >>confdefs.h <<\_ACEOF -+#define _MINIX 1 -+_ACEOF - -+ fi - - - -- { echo "$as_me:$LINENO: checking whether it is safe to define __EXTENSIONS__" >&5 --echo $ECHO_N "checking whether it is safe to define __EXTENSIONS__... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking whether it is safe to define __EXTENSIONS__" >&5 -+$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; } - if test "${ac_cv_safe_to_define___extensions__+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -4014,20 +4375,21 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_cv_safe_to_define___extensions__=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_safe_to_define___extensions__=no -@@ -4035,14 +4397,22 @@ fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --{ echo "$as_me:$LINENO: result: $ac_cv_safe_to_define___extensions__" >&5 --echo "${ECHO_T}$ac_cv_safe_to_define___extensions__" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_safe_to_define___extensions__" >&5 -+$as_echo "$ac_cv_safe_to_define___extensions__" >&6; } - test $ac_cv_safe_to_define___extensions__ = yes && - cat >>confdefs.h <<\_ACEOF - #define __EXTENSIONS__ 1 - _ACEOF - - cat >>confdefs.h <<\_ACEOF -+#define _ALL_SOURCE 1 -+_ACEOF -+ -+ cat >>confdefs.h <<\_ACEOF -+#define _GNU_SOURCE 1 -+_ACEOF -+ -+ cat >>confdefs.h <<\_ACEOF - #define _POSIX_PTHREAD_SEMANTICS 1 - _ACEOF - -@@ -4131,10 +4501,10 @@ esac - if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}uname", so it can be a program name with args. - set dummy ${ac_tool_prefix}uname; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_path_UNAME+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - case $UNAME in - [\\/]* | ?:[\\/]*) -@@ -4149,7 +4519,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_path_UNAME="$as_dir/$ac_word$ac_exec_ext" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -4161,11 +4531,11 @@ esac - fi - UNAME=$ac_cv_path_UNAME - if test -n "$UNAME"; then -- { echo "$as_me:$LINENO: result: $UNAME" >&5 --echo "${ECHO_T}$UNAME" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $UNAME" >&5 -+$as_echo "$UNAME" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - -@@ -4174,10 +4544,10 @@ if test -z "$ac_cv_path_UNAME"; then - ac_pt_UNAME=$UNAME - # Extract the first word of "uname", so it can be a program name with args. - set dummy uname; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_path_ac_pt_UNAME+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - case $ac_pt_UNAME in - [\\/]* | ?:[\\/]*) -@@ -4192,7 +4562,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_path_ac_pt_UNAME="$as_dir/$ac_word$ac_exec_ext" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -4204,11 +4574,11 @@ esac - fi - ac_pt_UNAME=$ac_cv_path_ac_pt_UNAME - if test -n "$ac_pt_UNAME"; then -- { echo "$as_me:$LINENO: result: $ac_pt_UNAME" >&5 --echo "${ECHO_T}$ac_pt_UNAME" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $ac_pt_UNAME" >&5 -+$as_echo "$ac_pt_UNAME" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - if test "x$ac_pt_UNAME" = x; then -@@ -4216,12 +4586,8 @@ fi - else - case $cross_compiling:$ac_tool_warned in - yes:) --{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools --whose name does not start with the host triplet. If you think this --configuration is useful to you, please write to autoconf@gnu.org." >&5 --echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools --whose name does not start with the host triplet. If you think this --configuration is useful to you, please write to autoconf@gnu.org." >&2;} -+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 -+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} - ac_tool_warned=yes ;; - esac - UNAME=$ac_pt_UNAME -@@ -4247,10 +4613,10 @@ then - if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. - set dummy ${ac_tool_prefix}gcc; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_CC+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$CC"; then - ac_cv_prog_CC="$CC" # Let the user override the test. -@@ -4263,7 +4629,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_CC="${ac_tool_prefix}gcc" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -4274,11 +4640,11 @@ fi - fi - CC=$ac_cv_prog_CC - if test -n "$CC"; then -- { echo "$as_me:$LINENO: result: $CC" >&5 --echo "${ECHO_T}$CC" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $CC" >&5 -+$as_echo "$CC" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - -@@ -4287,10 +4653,10 @@ if test -z "$ac_cv_prog_CC"; then - ac_ct_CC=$CC - # Extract the first word of "gcc", so it can be a program name with args. - set dummy gcc; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_ac_ct_CC+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$ac_ct_CC"; then - ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. -@@ -4303,7 +4669,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_ac_ct_CC="gcc" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -4314,11 +4680,11 @@ fi - fi - ac_ct_CC=$ac_cv_prog_ac_ct_CC - if test -n "$ac_ct_CC"; then -- { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 --echo "${ECHO_T}$ac_ct_CC" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 -+$as_echo "$ac_ct_CC" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - if test "x$ac_ct_CC" = x; then -@@ -4326,12 +4692,8 @@ fi - else - case $cross_compiling:$ac_tool_warned in - yes:) --{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools --whose name does not start with the host triplet. If you think this --configuration is useful to you, please write to autoconf@gnu.org." >&5 --echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools --whose name does not start with the host triplet. If you think this --configuration is useful to you, please write to autoconf@gnu.org." >&2;} -+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 -+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} - ac_tool_warned=yes ;; - esac - CC=$ac_ct_CC -@@ -4343,10 +4705,10 @@ fi - if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}g++", so it can be a program name with args. - set dummy ${ac_tool_prefix}g++; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_CXX+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$CXX"; then - ac_cv_prog_CXX="$CXX" # Let the user override the test. -@@ -4359,7 +4721,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_CXX="${ac_tool_prefix}g++" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -4370,11 +4732,11 @@ fi - fi - CXX=$ac_cv_prog_CXX - if test -n "$CXX"; then -- { echo "$as_me:$LINENO: result: $CXX" >&5 --echo "${ECHO_T}$CXX" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $CXX" >&5 -+$as_echo "$CXX" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - -@@ -4383,10 +4745,10 @@ if test -z "$ac_cv_prog_CXX"; then - ac_ct_CXX=$CXX - # Extract the first word of "g++", so it can be a program name with args. - set dummy g++; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$ac_ct_CXX"; then - ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test. -@@ -4399,7 +4761,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_ac_ct_CXX="g++" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -4410,11 +4772,11 @@ fi - fi - ac_ct_CXX=$ac_cv_prog_ac_ct_CXX - if test -n "$ac_ct_CXX"; then -- { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 --echo "${ECHO_T}$ac_ct_CXX" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 -+$as_echo "$ac_ct_CXX" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - if test "x$ac_ct_CXX" = x; then -@@ -4422,12 +4784,8 @@ fi - else - case $cross_compiling:$ac_tool_warned in - yes:) --{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools --whose name does not start with the host triplet. If you think this --configuration is useful to you, please write to autoconf@gnu.org." >&5 --echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools --whose name does not start with the host triplet. If you think this --configuration is useful to you, please write to autoconf@gnu.org." >&2;} -+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 -+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} - ac_tool_warned=yes ;; - esac - CXX=$ac_ct_CXX -@@ -4439,10 +4797,10 @@ fi - if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args. - set dummy ${ac_tool_prefix}ld; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_LD+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$LD"; then - ac_cv_prog_LD="$LD" # Let the user override the test. -@@ -4455,7 +4813,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_LD="${ac_tool_prefix}ld" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -4466,11 +4824,11 @@ fi - fi - LD=$ac_cv_prog_LD - if test -n "$LD"; then -- { echo "$as_me:$LINENO: result: $LD" >&5 --echo "${ECHO_T}$LD" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $LD" >&5 -+$as_echo "$LD" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - -@@ -4479,10 +4837,10 @@ if test -z "$ac_cv_prog_LD"; then - ac_ct_LD=$LD - # Extract the first word of "ld", so it can be a program name with args. - set dummy ld; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_ac_ct_LD+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$ac_ct_LD"; then - ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test. -@@ -4495,7 +4853,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_ac_ct_LD="ld" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -4506,11 +4864,11 @@ fi - fi - ac_ct_LD=$ac_cv_prog_ac_ct_LD - if test -n "$ac_ct_LD"; then -- { echo "$as_me:$LINENO: result: $ac_ct_LD" >&5 --echo "${ECHO_T}$ac_ct_LD" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $ac_ct_LD" >&5 -+$as_echo "$ac_ct_LD" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - if test "x$ac_ct_LD" = x; then -@@ -4518,12 +4876,8 @@ fi - else - case $cross_compiling:$ac_tool_warned in - yes:) --{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools --whose name does not start with the host triplet. If you think this --configuration is useful to you, please write to autoconf@gnu.org." >&5 --echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools --whose name does not start with the host triplet. If you think this --configuration is useful to you, please write to autoconf@gnu.org." >&2;} -+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 -+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} - ac_tool_warned=yes ;; - esac - LD=$ac_ct_LD -@@ -4535,10 +4889,10 @@ fi - if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. - set dummy ${ac_tool_prefix}ranlib; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_RANLIB+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$RANLIB"; then - ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. -@@ -4551,7 +4905,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -4562,11 +4916,11 @@ fi - fi - RANLIB=$ac_cv_prog_RANLIB - if test -n "$RANLIB"; then -- { echo "$as_me:$LINENO: result: $RANLIB" >&5 --echo "${ECHO_T}$RANLIB" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5 -+$as_echo "$RANLIB" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - -@@ -4575,10 +4929,10 @@ if test -z "$ac_cv_prog_RANLIB"; then - ac_ct_RANLIB=$RANLIB - # Extract the first word of "ranlib", so it can be a program name with args. - set dummy ranlib; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$ac_ct_RANLIB"; then - ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. -@@ -4591,7 +4945,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_ac_ct_RANLIB="ranlib" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -4602,11 +4956,11 @@ fi - fi - ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB - if test -n "$ac_ct_RANLIB"; then -- { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 --echo "${ECHO_T}$ac_ct_RANLIB" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 -+$as_echo "$ac_ct_RANLIB" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - if test "x$ac_ct_RANLIB" = x; then -@@ -4614,12 +4968,8 @@ fi - else - case $cross_compiling:$ac_tool_warned in - yes:) --{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools --whose name does not start with the host triplet. If you think this --configuration is useful to you, please write to autoconf@gnu.org." >&5 --echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools --whose name does not start with the host triplet. If you think this --configuration is useful to you, please write to autoconf@gnu.org." >&2;} -+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 -+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} - ac_tool_warned=yes ;; - esac - RANLIB=$ac_ct_RANLIB -@@ -4639,10 +4989,10 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu - if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. - set dummy ${ac_tool_prefix}gcc; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_CC+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$CC"; then - ac_cv_prog_CC="$CC" # Let the user override the test. -@@ -4655,7 +5005,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_CC="${ac_tool_prefix}gcc" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -4666,11 +5016,11 @@ fi - fi - CC=$ac_cv_prog_CC - if test -n "$CC"; then -- { echo "$as_me:$LINENO: result: $CC" >&5 --echo "${ECHO_T}$CC" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $CC" >&5 -+$as_echo "$CC" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - -@@ -4679,10 +5029,10 @@ if test -z "$ac_cv_prog_CC"; then - ac_ct_CC=$CC - # Extract the first word of "gcc", so it can be a program name with args. - set dummy gcc; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_ac_ct_CC+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$ac_ct_CC"; then - ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. -@@ -4695,7 +5045,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_ac_ct_CC="gcc" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -4706,11 +5056,11 @@ fi - fi - ac_ct_CC=$ac_cv_prog_ac_ct_CC - if test -n "$ac_ct_CC"; then -- { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 --echo "${ECHO_T}$ac_ct_CC" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 -+$as_echo "$ac_ct_CC" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - if test "x$ac_ct_CC" = x; then -@@ -4718,12 +5068,8 @@ fi - else - case $cross_compiling:$ac_tool_warned in - yes:) --{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools --whose name does not start with the host triplet. If you think this --configuration is useful to you, please write to autoconf@gnu.org." >&5 --echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools --whose name does not start with the host triplet. If you think this --configuration is useful to you, please write to autoconf@gnu.org." >&2;} -+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 -+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} - ac_tool_warned=yes ;; - esac - CC=$ac_ct_CC -@@ -4736,10 +5082,10 @@ if test -z "$CC"; then - if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. - set dummy ${ac_tool_prefix}cc; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_CC+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$CC"; then - ac_cv_prog_CC="$CC" # Let the user override the test. -@@ -4752,7 +5098,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_CC="${ac_tool_prefix}cc" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -4763,11 +5109,11 @@ fi - fi - CC=$ac_cv_prog_CC - if test -n "$CC"; then -- { echo "$as_me:$LINENO: result: $CC" >&5 --echo "${ECHO_T}$CC" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $CC" >&5 -+$as_echo "$CC" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - -@@ -4776,10 +5122,10 @@ fi - if test -z "$CC"; then - # Extract the first word of "cc", so it can be a program name with args. - set dummy cc; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_CC+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$CC"; then - ac_cv_prog_CC="$CC" # Let the user override the test. -@@ -4797,7 +5143,7 @@ do - continue - fi - ac_cv_prog_CC="cc" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -4820,11 +5166,11 @@ fi - fi - CC=$ac_cv_prog_CC - if test -n "$CC"; then -- { echo "$as_me:$LINENO: result: $CC" >&5 --echo "${ECHO_T}$CC" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $CC" >&5 -+$as_echo "$CC" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - -@@ -4835,10 +5181,10 @@ if test -z "$CC"; then - do - # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. - set dummy $ac_tool_prefix$ac_prog; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_CC+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$CC"; then - ac_cv_prog_CC="$CC" # Let the user override the test. -@@ -4851,7 +5197,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_CC="$ac_tool_prefix$ac_prog" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -4862,11 +5208,11 @@ fi - fi - CC=$ac_cv_prog_CC - if test -n "$CC"; then -- { echo "$as_me:$LINENO: result: $CC" >&5 --echo "${ECHO_T}$CC" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $CC" >&5 -+$as_echo "$CC" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - -@@ -4879,10 +5225,10 @@ if test -z "$CC"; then - do - # Extract the first word of "$ac_prog", so it can be a program name with args. - set dummy $ac_prog; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_ac_ct_CC+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$ac_ct_CC"; then - ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. -@@ -4895,7 +5241,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_ac_ct_CC="$ac_prog" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -4906,11 +5252,11 @@ fi - fi - ac_ct_CC=$ac_cv_prog_ac_ct_CC - if test -n "$ac_ct_CC"; then -- { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 --echo "${ECHO_T}$ac_ct_CC" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 -+$as_echo "$ac_ct_CC" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - -@@ -4922,12 +5268,8 @@ done - else - case $cross_compiling:$ac_tool_warned in - yes:) --{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools --whose name does not start with the host triplet. If you think this --configuration is useful to you, please write to autoconf@gnu.org." >&5 --echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools --whose name does not start with the host triplet. If you think this --configuration is useful to you, please write to autoconf@gnu.org." >&2;} -+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 -+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} - ac_tool_warned=yes ;; - esac - CC=$ac_ct_CC -@@ -4937,50 +5279,56 @@ fi - fi - - --test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH -+test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 -+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -+{ { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH - See \`config.log' for more details." >&5 --echo "$as_me: error: no acceptable C compiler found in \$PATH -+$as_echo "$as_me: error: no acceptable C compiler found in \$PATH - See \`config.log' for more details." >&2;} -- { (exit 1); exit 1; }; } -+ { (exit 1); exit 1; }; }; } - - # Provide some information about the compiler. --echo "$as_me:$LINENO: checking for C compiler version" >&5 --ac_compiler=`set X $ac_compile; echo $2` -+$as_echo "$as_me:$LINENO: checking for C compiler version" >&5 -+set X $ac_compile -+ac_compiler=$2 - { (ac_try="$ac_compiler --version >&5" - case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compiler --version >&5") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } - { (ac_try="$ac_compiler -v >&5" - case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compiler -v >&5") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } - { (ac_try="$ac_compiler -V >&5" - case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compiler -V >&5") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } - --{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 --echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 -+$as_echo_n "checking whether we are using the GNU C compiler... " >&6; } - if test "${ac_cv_c_compiler_gnu+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -5006,20 +5354,21 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_compiler_gnu=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_compiler_gnu=no -@@ -5029,15 +5378,19 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_cv_c_compiler_gnu=$ac_compiler_gnu - - fi --{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 --echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } --GCC=`test $ac_compiler_gnu = yes && echo yes` -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 -+$as_echo "$ac_cv_c_compiler_gnu" >&6; } -+if test $ac_compiler_gnu = yes; then -+ GCC=yes -+else -+ GCC= -+fi - ac_test_CFLAGS=${CFLAGS+set} - ac_save_CFLAGS=$CFLAGS --{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 --echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 -+$as_echo_n "checking whether $CC accepts -g... " >&6; } - if test "${ac_cv_prog_cc_g+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_save_c_werror_flag=$ac_c_werror_flag - ac_c_werror_flag=yes -@@ -5064,20 +5417,21 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_cv_prog_cc_g=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - CFLAGS="" -@@ -5102,20 +5456,21 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - : - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_c_werror_flag=$ac_save_c_werror_flag -@@ -5141,20 +5496,21 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_cv_prog_cc_g=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - -@@ -5169,8 +5525,8 @@ fi - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_c_werror_flag=$ac_save_c_werror_flag - fi --{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 --echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 -+$as_echo "$ac_cv_prog_cc_g" >&6; } - if test "$ac_test_CFLAGS" = set; then - CFLAGS=$ac_save_CFLAGS - elif test $ac_cv_prog_cc_g = yes; then -@@ -5186,10 +5542,10 @@ else - CFLAGS= - fi - fi --{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 --echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 -+$as_echo_n "checking for $CC option to accept ISO C89... " >&6; } - if test "${ac_cv_prog_cc_c89+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_prog_cc_c89=no - ac_save_CC=$CC -@@ -5260,20 +5616,21 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_cv_prog_cc_c89=$ac_arg - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - -@@ -5289,15 +5646,15 @@ fi - # AC_CACHE_VAL - case "x$ac_cv_prog_cc_c89" in - x) -- { echo "$as_me:$LINENO: result: none needed" >&5 --echo "${ECHO_T}none needed" >&6; } ;; -+ { $as_echo "$as_me:$LINENO: result: none needed" >&5 -+$as_echo "none needed" >&6; } ;; - xno) -- { echo "$as_me:$LINENO: result: unsupported" >&5 --echo "${ECHO_T}unsupported" >&6; } ;; -+ { $as_echo "$as_me:$LINENO: result: unsupported" >&5 -+$as_echo "unsupported" >&6; } ;; - *) - CC="$CC $ac_cv_prog_cc_c89" -- { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 --echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; -+ { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 -+$as_echo "$ac_cv_prog_cc_c89" >&6; } ;; - esac - - -@@ -5321,10 +5678,10 @@ if test -z "$CXX"; then - do - # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. - set dummy $ac_tool_prefix$ac_prog; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_CXX+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$CXX"; then - ac_cv_prog_CXX="$CXX" # Let the user override the test. -@@ -5337,7 +5694,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -5348,11 +5705,11 @@ fi - fi - CXX=$ac_cv_prog_CXX - if test -n "$CXX"; then -- { echo "$as_me:$LINENO: result: $CXX" >&5 --echo "${ECHO_T}$CXX" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $CXX" >&5 -+$as_echo "$CXX" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - -@@ -5365,10 +5722,10 @@ if test -z "$CXX"; then - do - # Extract the first word of "$ac_prog", so it can be a program name with args. - set dummy $ac_prog; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$ac_ct_CXX"; then - ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test. -@@ -5381,7 +5738,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_ac_ct_CXX="$ac_prog" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -5392,11 +5749,11 @@ fi - fi - ac_ct_CXX=$ac_cv_prog_ac_ct_CXX - if test -n "$ac_ct_CXX"; then -- { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 --echo "${ECHO_T}$ac_ct_CXX" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 -+$as_echo "$ac_ct_CXX" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - -@@ -5408,12 +5765,8 @@ done - else - case $cross_compiling:$ac_tool_warned in - yes:) --{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools --whose name does not start with the host triplet. If you think this --configuration is useful to you, please write to autoconf@gnu.org." >&5 --echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools --whose name does not start with the host triplet. If you think this --configuration is useful to you, please write to autoconf@gnu.org." >&2;} -+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 -+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} - ac_tool_warned=yes ;; - esac - CXX=$ac_ct_CXX -@@ -5423,43 +5776,47 @@ fi - fi - fi - # Provide some information about the compiler. --echo "$as_me:$LINENO: checking for C++ compiler version" >&5 --ac_compiler=`set X $ac_compile; echo $2` -+$as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5 -+set X $ac_compile -+ac_compiler=$2 - { (ac_try="$ac_compiler --version >&5" - case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compiler --version >&5") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } - { (ac_try="$ac_compiler -v >&5" - case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compiler -v >&5") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } - { (ac_try="$ac_compiler -V >&5" - case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compiler -V >&5") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } - --{ echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 --echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 -+$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; } - if test "${ac_cv_cxx_compiler_gnu+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -5485,20 +5842,21 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_cxx_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_compiler_gnu=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_compiler_gnu=no -@@ -5508,15 +5866,19 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_cv_cxx_compiler_gnu=$ac_compiler_gnu - - fi --{ echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 --echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; } --GXX=`test $ac_compiler_gnu = yes && echo yes` -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 -+$as_echo "$ac_cv_cxx_compiler_gnu" >&6; } -+if test $ac_compiler_gnu = yes; then -+ GXX=yes -+else -+ GXX= -+fi - ac_test_CXXFLAGS=${CXXFLAGS+set} - ac_save_CXXFLAGS=$CXXFLAGS --{ echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 --echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 -+$as_echo_n "checking whether $CXX accepts -g... " >&6; } - if test "${ac_cv_prog_cxx_g+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_save_cxx_werror_flag=$ac_cxx_werror_flag - ac_cxx_werror_flag=yes -@@ -5543,20 +5905,21 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_cxx_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_cv_prog_cxx_g=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - CXXFLAGS="" -@@ -5581,20 +5944,21 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_cxx_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - : - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cxx_werror_flag=$ac_save_cxx_werror_flag -@@ -5620,20 +5984,21 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_cxx_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_cv_prog_cxx_g=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - -@@ -5648,8 +6013,8 @@ fi - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_cxx_werror_flag=$ac_save_cxx_werror_flag - fi --{ echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 --echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 -+$as_echo "$ac_cv_prog_cxx_g" >&6; } - if test "$ac_test_CXXFLAGS" = set; then - CXXFLAGS=$ac_save_CXXFLAGS - elif test $ac_cv_prog_cxx_g = yes; then -@@ -5676,15 +6041,15 @@ ac_cpp='$CPP $CPPFLAGS' - ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' - ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' - ac_compiler_gnu=$ac_cv_c_compiler_gnu --{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 --echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 -+$as_echo_n "checking how to run the C preprocessor... " >&6; } - # On Suns, sometimes $CPP names a directory. - if test -n "$CPP" && test -d "$CPP"; then - CPP= - fi - if test -z "$CPP"; then - if test "${ac_cv_prog_CPP+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - # Double quotes because CPP needs to be expanded - for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" -@@ -5716,20 +6081,21 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - : - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - # Broken: fails on valid input. -@@ -5753,13 +6119,14 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err -@@ -5767,7 +6134,7 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - # Broken: success on invalid input. - continue - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - # Passes both tests. -@@ -5792,8 +6159,8 @@ fi - else - ac_cv_prog_CPP=$CPP - fi --{ echo "$as_me:$LINENO: result: $CPP" >&5 --echo "${ECHO_T}$CPP" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $CPP" >&5 -+$as_echo "$CPP" >&6; } - ac_preproc_ok=false - for ac_c_preproc_warn_flag in '' yes - do -@@ -5821,20 +6188,21 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - : - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - # Broken: fails on valid input. -@@ -5858,13 +6226,14 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err -@@ -5872,7 +6241,7 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - # Broken: success on invalid input. - continue - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - # Passes both tests. -@@ -5888,11 +6257,13 @@ rm -f conftest.err conftest.$ac_ext - if $ac_preproc_ok; then - : - else -- { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check -+ { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 -+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -+{ { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check - See \`config.log' for more details." >&5 --echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check -+$as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check - See \`config.log' for more details." >&2;} -- { (exit 1); exit 1; }; } -+ { (exit 1); exit 1; }; }; } - fi - - ac_ext=c -@@ -5906,11 +6277,11 @@ ac_cpp='$CXXCPP $CPPFLAGS' - ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' - ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' - ac_compiler_gnu=$ac_cv_cxx_compiler_gnu --{ echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5 --echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5 -+$as_echo_n "checking how to run the C++ preprocessor... " >&6; } - if test -z "$CXXCPP"; then - if test "${ac_cv_prog_CXXCPP+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - # Double quotes because CXXCPP needs to be expanded - for CXXCPP in "$CXX -E" "/lib/cpp" -@@ -5942,20 +6313,21 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || - test ! -s conftest.err - }; then - : - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - # Broken: fails on valid input. -@@ -5979,13 +6351,14 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || - test ! -s conftest.err -@@ -5993,7 +6366,7 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - # Broken: success on invalid input. - continue - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - # Passes both tests. -@@ -6018,8 +6391,8 @@ fi - else - ac_cv_prog_CXXCPP=$CXXCPP - fi --{ echo "$as_me:$LINENO: result: $CXXCPP" >&5 --echo "${ECHO_T}$CXXCPP" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $CXXCPP" >&5 -+$as_echo "$CXXCPP" >&6; } - ac_preproc_ok=false - for ac_cxx_preproc_warn_flag in '' yes - do -@@ -6047,20 +6420,21 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || - test ! -s conftest.err - }; then - : - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - # Broken: fails on valid input. -@@ -6084,13 +6458,14 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || - test ! -s conftest.err -@@ -6098,7 +6473,7 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - # Broken: success on invalid input. - continue - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - # Passes both tests. -@@ -6114,11 +6489,13 @@ rm -f conftest.err conftest.$ac_ext - if $ac_preproc_ok; then - : - else -- { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check -+ { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 -+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -+{ { $as_echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check - See \`config.log' for more details." >&5 --echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check -+$as_echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check - See \`config.log' for more details." >&2;} -- { (exit 1); exit 1; }; } -+ { (exit 1); exit 1; }; }; } - fi - - ac_ext=c -@@ -6129,10 +6506,10 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu - - # This macro is just copied into our local acinclude.m4 from libtool.m4 so that - # the developers regenerating the configure script don't have to install libtool. --{ echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5 --echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5 -+$as_echo_n "checking for a sed that does not truncate output... " >&6; } - if test "${ac_cv_path_SED+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ - for ac_i in 1 2 3 4 5 6 7; do -@@ -6140,37 +6517,32 @@ else - done - echo "$ac_script" | sed 99q >conftest.sed - $as_unset ac_script || ac_script= -- # Extract the first word of "sed gsed" to use in msg output --if test -z "$SED"; then --set dummy sed gsed; ac_prog_name=$2 --if test "${ac_cv_path_SED+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 --else -+ if test -z "$SED"; then - ac_path_SED_found=false --# Loop through the user's path and test for each of PROGNAME-LIST --as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+ # Loop through the user's path and test for each of PROGNAME-LIST -+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR - for as_dir in $PATH - do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_prog in sed gsed; do -- for ac_exec_ext in '' $ac_executable_extensions; do -- ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" -- { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue -- # Check for GNU ac_path_SED and select it if it is found. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" -+ { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue -+# Check for GNU ac_path_SED and select it if it is found. - # Check for GNU $ac_path_SED - case `"$ac_path_SED" --version 2>&1` in - *GNU*) - ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; - *) - ac_count=0 -- echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" -+ $as_echo_n 0123456789 >"conftest.in" - while : - do - cat "conftest.in" "conftest.in" >"conftest.tmp" - mv "conftest.tmp" "conftest.in" - cp "conftest.in" "conftest.nl" -- echo '' >> "conftest.nl" -+ $as_echo '' >> "conftest.nl" - "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break - diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break - ac_count=`expr $ac_count + 1` -@@ -6185,46 +6557,38 @@ case `"$ac_path_SED" --version 2>&1` in - rm -f conftest.in conftest.tmp conftest.nl conftest.out;; - esac - -- -- $ac_path_SED_found && break 3 -+ $ac_path_SED_found && break 3 -+ done - done - done -- --done - IFS=$as_save_IFS -- -- --fi -- --SED="$ac_cv_path_SED" --if test -z "$SED"; then -- { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in \$PATH" >&5 --echo "$as_me: error: no acceptable $ac_prog_name could be found in \$PATH" >&2;} -+ if test -z "$ac_cv_path_SED"; then -+ { { $as_echo "$as_me:$LINENO: error: no acceptable sed could be found in \$PATH" >&5 -+$as_echo "$as_me: error: no acceptable sed could be found in \$PATH" >&2;} - { (exit 1); exit 1; }; } --fi -- -+ fi - else - ac_cv_path_SED=$SED - fi - - fi --{ echo "$as_me:$LINENO: result: $ac_cv_path_SED" >&5 --echo "${ECHO_T}$ac_cv_path_SED" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_SED" >&5 -+$as_echo "$ac_cv_path_SED" >&6; } - SED="$ac_cv_path_SED" - rm -f conftest.sed - --{ echo "$as_me:$LINENO: checking for egrep" >&5 --echo $ECHO_N "checking for egrep... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for egrep" >&5 -+$as_echo_n "checking for egrep... " >&6; } - if test "${ac_cv_prog_egrep+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if echo a | (grep -E '(a|b)') >/dev/null 2>&1 - then ac_cv_prog_egrep='grep -E' - else ac_cv_prog_egrep='egrep' - fi - fi --{ echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5 --echo "${ECHO_T}$ac_cv_prog_egrep" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5 -+$as_echo "$ac_cv_prog_egrep" >&6; } - EGREP=$ac_cv_prog_egrep - - -@@ -6239,8 +6603,8 @@ fi - ac_prog=ld - if test "$GCC" = yes; then - # Check if gcc -print-prog-name=ld gives a path. -- { echo "$as_me:$LINENO: checking for ld used by $CC" >&5 --echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for ld used by $CC" >&5 -+$as_echo_n "checking for ld used by $CC... " >&6; } - case $host in - *-*-mingw*) - # gcc leaves a trailing carriage return which upsets mingw -@@ -6269,14 +6633,14 @@ echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; } - ;; - esac - elif test "$with_gnu_ld" = yes; then -- { echo "$as_me:$LINENO: checking for GNU ld" >&5 --echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for GNU ld" >&5 -+$as_echo_n "checking for GNU ld... " >&6; } - else -- { echo "$as_me:$LINENO: checking for non-GNU ld" >&5 --echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for non-GNU ld" >&5 -+$as_echo_n "checking for non-GNU ld... " >&6; } - fi - if test "${lt_cv_path_LD+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -z "$LD"; then - lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR -@@ -6306,19 +6670,19 @@ fi - - LD="$lt_cv_path_LD" - if test -n "$LD"; then -- { echo "$as_me:$LINENO: result: $LD" >&5 --echo "${ECHO_T}$LD" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $LD" >&5 -+$as_echo "$LD" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi --test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5 --echo "$as_me: error: no acceptable ld found in \$PATH" >&2;} -+test -z "$LD" && { { $as_echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5 -+$as_echo "$as_me: error: no acceptable ld found in \$PATH" >&2;} - { (exit 1); exit 1; }; } --{ echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5 --echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5 -+$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } - if test "${lt_cv_prog_gnu_ld+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - # I'd rather use --version here, but apparently some GNU lds only accept -v. - case `$LD -v 2>&1 &1 &5 --echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5 -+$as_echo "$lt_cv_prog_gnu_ld" >&6; } - with_gnu_ld=$lt_cv_prog_gnu_ld - - # note, does not work on FreeBSD -@@ -6339,10 +6703,10 @@ for ac_prog in gawk mawk nawk awk - do - # Extract the first word of "$ac_prog", so it can be a program name with args. - set dummy $ac_prog; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_AWK+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$AWK"; then - ac_cv_prog_AWK="$AWK" # Let the user override the test. -@@ -6355,7 +6719,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_AWK="$ac_prog" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -6366,11 +6730,11 @@ fi - fi - AWK=$ac_cv_prog_AWK - if test -n "$AWK"; then -- { echo "$as_me:$LINENO: result: $AWK" >&5 --echo "${ECHO_T}$AWK" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $AWK" >&5 -+$as_echo "$AWK" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - -@@ -6390,11 +6754,12 @@ done - # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" - # OS/2's system install, which has a completely different semantic - # ./install, which can be erroneously created by make from ./install.sh. --{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 --echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } -+# Reject install programs that cannot install multiple files. -+{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 -+$as_echo_n "checking for a BSD-compatible install... " >&6; } - if test -z "$INSTALL"; then - if test "${ac_cv_path_install+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR - for as_dir in $PATH -@@ -6423,17 +6788,29 @@ case $as_dir/ in - # program-specific install script used by HP pwplus--don't use. - : - else -- ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" -- break 3 -+ rm -rf conftest.one conftest.two conftest.dir -+ echo one > conftest.one -+ echo two > conftest.two -+ mkdir conftest.dir -+ if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && -+ test -s conftest.one && test -s conftest.two && -+ test -s conftest.dir/conftest.one && -+ test -s conftest.dir/conftest.two -+ then -+ ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" -+ break 3 -+ fi - fi - fi - done - done - ;; - esac -+ - done - IFS=$as_save_IFS - -+rm -rf conftest.one conftest.two conftest.dir - - fi - if test "${ac_cv_path_install+set}" = set; then -@@ -6446,8 +6823,8 @@ fi - INSTALL=$ac_install_sh - fi - fi --{ echo "$as_me:$LINENO: result: $INSTALL" >&5 --echo "${ECHO_T}$INSTALL" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5 -+$as_echo "$INSTALL" >&6; } - - # Use test -z because SunOS4 sh mishandles braces in ${var-val}. - # It thinks the first close brace ends the variable substitution. -@@ -6457,24 +6834,24 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' - - test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' - --{ echo "$as_me:$LINENO: checking whether ln -s works" >&5 --echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5 -+$as_echo_n "checking whether ln -s works... " >&6; } - LN_S=$as_ln_s - if test "$LN_S" = "ln -s"; then -- { echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; } -+ { $as_echo "$as_me:$LINENO: result: yes" >&5 -+$as_echo "yes" >&6; } - else -- { echo "$as_me:$LINENO: result: no, using $LN_S" >&5 --echo "${ECHO_T}no, using $LN_S" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5 -+$as_echo "no, using $LN_S" >&6; } - fi - - if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. - set dummy ${ac_tool_prefix}ranlib; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_RANLIB+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$RANLIB"; then - ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. -@@ -6487,7 +6864,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -6498,11 +6875,11 @@ fi - fi - RANLIB=$ac_cv_prog_RANLIB - if test -n "$RANLIB"; then -- { echo "$as_me:$LINENO: result: $RANLIB" >&5 --echo "${ECHO_T}$RANLIB" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5 -+$as_echo "$RANLIB" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - -@@ -6511,10 +6888,10 @@ if test -z "$ac_cv_prog_RANLIB"; then - ac_ct_RANLIB=$RANLIB - # Extract the first word of "ranlib", so it can be a program name with args. - set dummy ranlib; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$ac_ct_RANLIB"; then - ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. -@@ -6527,7 +6904,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_ac_ct_RANLIB="ranlib" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -6538,11 +6915,11 @@ fi - fi - ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB - if test -n "$ac_ct_RANLIB"; then -- { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 --echo "${ECHO_T}$ac_ct_RANLIB" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 -+$as_echo "$ac_ct_RANLIB" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - if test "x$ac_ct_RANLIB" = x; then -@@ -6550,12 +6927,8 @@ fi - else - case $cross_compiling:$ac_tool_warned in - yes:) --{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools --whose name does not start with the host triplet. If you think this --configuration is useful to you, please write to autoconf@gnu.org." >&5 --echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools --whose name does not start with the host triplet. If you think this --configuration is useful to you, please write to autoconf@gnu.org." >&2;} -+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 -+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} - ac_tool_warned=yes ;; - esac - RANLIB=$ac_ct_RANLIB -@@ -6564,10 +6937,10 @@ else - RANLIB="$ac_cv_prog_RANLIB" - fi - --{ echo "$as_me:$LINENO: checking for GNU make" >&5 --echo $ECHO_N "checking for GNU make... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for GNU make" >&5 -+$as_echo_n "checking for GNU make... " >&6; } - if test "${GNU_MAKE+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - GNU_MAKE='Not Found' ; - GNU_MAKE_VERSION_MAJOR=0 ; -@@ -6583,11 +6956,11 @@ else - done ; - - fi --{ echo "$as_me:$LINENO: result: $GNU_MAKE" >&5 --echo "${ECHO_T}$GNU_MAKE" >&6; } ; -+{ $as_echo "$as_me:$LINENO: result: $GNU_MAKE" >&5 -+$as_echo "$GNU_MAKE" >&6; } ; - if test "x$GNU_MAKE" = "xNot Found" ; then -- { { echo "$as_me:$LINENO: error: *** Please install GNU make. It is required to build Asterisk!" >&5 --echo "$as_me: error: *** Please install GNU make. It is required to build Asterisk!" >&2;} -+ { { $as_echo "$as_me:$LINENO: error: *** Please install GNU make. It is required to build Asterisk!" >&5 -+$as_echo "$as_me: error: *** Please install GNU make. It is required to build Asterisk!" >&2;} - { (exit 1); exit 1; }; } - exit 1 - fi -@@ -6597,10 +6970,10 @@ fi - if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. - set dummy ${ac_tool_prefix}strip; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_path_STRIP+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - case $STRIP in - [\\/]* | ?:[\\/]*) -@@ -6615,7 +6988,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_path_STRIP="$as_dir/$ac_word$ac_exec_ext" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -6627,11 +7000,11 @@ esac - fi - STRIP=$ac_cv_path_STRIP - if test -n "$STRIP"; then -- { echo "$as_me:$LINENO: result: $STRIP" >&5 --echo "${ECHO_T}$STRIP" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $STRIP" >&5 -+$as_echo "$STRIP" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - -@@ -6640,10 +7013,10 @@ if test -z "$ac_cv_path_STRIP"; then - ac_pt_STRIP=$STRIP - # Extract the first word of "strip", so it can be a program name with args. - set dummy strip; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_path_ac_pt_STRIP+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - case $ac_pt_STRIP in - [\\/]* | ?:[\\/]*) -@@ -6658,7 +7031,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_path_ac_pt_STRIP="$as_dir/$ac_word$ac_exec_ext" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -6670,11 +7043,11 @@ esac - fi - ac_pt_STRIP=$ac_cv_path_ac_pt_STRIP - if test -n "$ac_pt_STRIP"; then -- { echo "$as_me:$LINENO: result: $ac_pt_STRIP" >&5 --echo "${ECHO_T}$ac_pt_STRIP" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $ac_pt_STRIP" >&5 -+$as_echo "$ac_pt_STRIP" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - if test "x$ac_pt_STRIP" = x; then -@@ -6682,12 +7055,8 @@ fi - else - case $cross_compiling:$ac_tool_warned in - yes:) --{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools --whose name does not start with the host triplet. If you think this --configuration is useful to you, please write to autoconf@gnu.org." >&5 --echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools --whose name does not start with the host triplet. If you think this --configuration is useful to you, please write to autoconf@gnu.org." >&2;} -+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 -+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} - ac_tool_warned=yes ;; - esac - STRIP=$ac_pt_STRIP -@@ -6699,10 +7068,10 @@ fi - if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. - set dummy ${ac_tool_prefix}ar; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_path_AR+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - case $AR in - [\\/]* | ?:[\\/]*) -@@ -6717,7 +7086,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_path_AR="$as_dir/$ac_word$ac_exec_ext" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -6729,11 +7098,11 @@ esac - fi - AR=$ac_cv_path_AR - if test -n "$AR"; then -- { echo "$as_me:$LINENO: result: $AR" >&5 --echo "${ECHO_T}$AR" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $AR" >&5 -+$as_echo "$AR" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - -@@ -6742,10 +7111,10 @@ if test -z "$ac_cv_path_AR"; then - ac_pt_AR=$AR - # Extract the first word of "ar", so it can be a program name with args. - set dummy ar; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_path_ac_pt_AR+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - case $ac_pt_AR in - [\\/]* | ?:[\\/]*) -@@ -6760,7 +7129,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_path_ac_pt_AR="$as_dir/$ac_word$ac_exec_ext" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -6772,11 +7141,11 @@ esac - fi - ac_pt_AR=$ac_cv_path_ac_pt_AR - if test -n "$ac_pt_AR"; then -- { echo "$as_me:$LINENO: result: $ac_pt_AR" >&5 --echo "${ECHO_T}$ac_pt_AR" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $ac_pt_AR" >&5 -+$as_echo "$ac_pt_AR" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - if test "x$ac_pt_AR" = x; then -@@ -6784,12 +7153,8 @@ fi - else - case $cross_compiling:$ac_tool_warned in - yes:) --{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools --whose name does not start with the host triplet. If you think this --configuration is useful to you, please write to autoconf@gnu.org." >&5 --echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools --whose name does not start with the host triplet. If you think this --configuration is useful to you, please write to autoconf@gnu.org." >&2;} -+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 -+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} - ac_tool_warned=yes ;; - esac - AR=$ac_pt_AR -@@ -6807,10 +7172,10 @@ fi - - # Extract the first word of "grep", so it can be a program name with args. - set dummy grep; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_path_GREP+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - case $GREP in - [\\/]* | ?:[\\/]*) -@@ -6825,7 +7190,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_path_GREP="$as_dir/$ac_word$ac_exec_ext" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -6838,20 +7203,20 @@ esac - fi - GREP=$ac_cv_path_GREP - if test -n "$GREP"; then -- { echo "$as_me:$LINENO: result: $GREP" >&5 --echo "${ECHO_T}$GREP" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $GREP" >&5 -+$as_echo "$GREP" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - - # Extract the first word of "find", so it can be a program name with args. - set dummy find; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_path_FIND+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - case $FIND in - [\\/]* | ?:[\\/]*) -@@ -6866,7 +7231,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_path_FIND="$as_dir/$ac_word$ac_exec_ext" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -6879,20 +7244,20 @@ esac - fi - FIND=$ac_cv_path_FIND - if test -n "$FIND"; then -- { echo "$as_me:$LINENO: result: $FIND" >&5 --echo "${ECHO_T}$FIND" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $FIND" >&5 -+$as_echo "$FIND" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - - # Extract the first word of "compress", so it can be a program name with args. - set dummy compress; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_path_COMPRESS+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - case $COMPRESS in - [\\/]* | ?:[\\/]*) -@@ -6907,7 +7272,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_path_COMPRESS="$as_dir/$ac_word$ac_exec_ext" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -6920,20 +7285,20 @@ esac - fi - COMPRESS=$ac_cv_path_COMPRESS - if test -n "$COMPRESS"; then -- { echo "$as_me:$LINENO: result: $COMPRESS" >&5 --echo "${ECHO_T}$COMPRESS" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $COMPRESS" >&5 -+$as_echo "$COMPRESS" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - - # Extract the first word of "basename", so it can be a program name with args. - set dummy basename; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_path_BASENAME+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - case $BASENAME in - [\\/]* | ?:[\\/]*) -@@ -6948,7 +7313,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_path_BASENAME="$as_dir/$ac_word$ac_exec_ext" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -6961,20 +7326,20 @@ esac - fi - BASENAME=$ac_cv_path_BASENAME - if test -n "$BASENAME"; then -- { echo "$as_me:$LINENO: result: $BASENAME" >&5 --echo "${ECHO_T}$BASENAME" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $BASENAME" >&5 -+$as_echo "$BASENAME" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - - # Extract the first word of "id", so it can be a program name with args. - set dummy id; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_path_ID+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - case $ID in - [\\/]* | ?:[\\/]*) -@@ -6989,7 +7354,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_path_ID="$as_dir/$ac_word$ac_exec_ext" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -7002,20 +7367,20 @@ esac - fi - ID=$ac_cv_path_ID - if test -n "$ID"; then -- { echo "$as_me:$LINENO: result: $ID" >&5 --echo "${ECHO_T}$ID" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $ID" >&5 -+$as_echo "$ID" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - - # Extract the first word of "dirname", so it can be a program name with args. - set dummy dirname; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_path_DIRNAME+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - case $DIRNAME in - [\\/]* | ?:[\\/]*) -@@ -7030,7 +7395,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_path_DIRNAME="$as_dir/$ac_word$ac_exec_ext" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -7043,20 +7408,20 @@ esac - fi - DIRNAME=$ac_cv_path_DIRNAME - if test -n "$DIRNAME"; then -- { echo "$as_me:$LINENO: result: $DIRNAME" >&5 --echo "${ECHO_T}$DIRNAME" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $DIRNAME" >&5 -+$as_echo "$DIRNAME" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - - # Extract the first word of "sh", so it can be a program name with args. - set dummy sh; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_path_SHELL+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - case $SHELL in - [\\/]* | ?:[\\/]*) -@@ -7071,7 +7436,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_path_SHELL="$as_dir/$ac_word$ac_exec_ext" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -7084,20 +7449,20 @@ esac - fi - SHELL=$ac_cv_path_SHELL - if test -n "$SHELL"; then -- { echo "$as_me:$LINENO: result: $SHELL" >&5 --echo "${ECHO_T}$SHELL" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $SHELL" >&5 -+$as_echo "$SHELL" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - - # Extract the first word of "ln", so it can be a program name with args. - set dummy ln; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_path_LN+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - case $LN in - [\\/]* | ?:[\\/]*) -@@ -7112,7 +7477,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_path_LN="$as_dir/$ac_word$ac_exec_ext" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -7125,20 +7490,20 @@ esac - fi - LN=$ac_cv_path_LN - if test -n "$LN"; then -- { echo "$as_me:$LINENO: result: $LN" >&5 --echo "${ECHO_T}$LN" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $LN" >&5 -+$as_echo "$LN" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - - # Extract the first word of "dot", so it can be a program name with args. - set dummy dot; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_path_DOT+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - case $DOT in - [\\/]* | ?:[\\/]*) -@@ -7153,7 +7518,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_path_DOT="$as_dir/$ac_word$ac_exec_ext" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -7166,20 +7531,20 @@ esac - fi - DOT=$ac_cv_path_DOT - if test -n "$DOT"; then -- { echo "$as_me:$LINENO: result: $DOT" >&5 --echo "${ECHO_T}$DOT" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $DOT" >&5 -+$as_echo "$DOT" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - - # Extract the first word of "wget", so it can be a program name with args. - set dummy wget; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_path_WGET+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - case $WGET in - [\\/]* | ?:[\\/]*) -@@ -7194,7 +7559,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_path_WGET="$as_dir/$ac_word$ac_exec_ext" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -7207,20 +7572,20 @@ esac - fi - WGET=$ac_cv_path_WGET - if test -n "$WGET"; then -- { echo "$as_me:$LINENO: result: $WGET" >&5 --echo "${ECHO_T}$WGET" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $WGET" >&5 -+$as_echo "$WGET" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - - # Extract the first word of "rubber", so it can be a program name with args. - set dummy rubber; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_path_RUBBER+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - case $RUBBER in - [\\/]* | ?:[\\/]*) -@@ -7235,7 +7600,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_path_RUBBER="$as_dir/$ac_word$ac_exec_ext" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -7248,20 +7613,20 @@ esac - fi - RUBBER=$ac_cv_path_RUBBER - if test -n "$RUBBER"; then -- { echo "$as_me:$LINENO: result: $RUBBER" >&5 --echo "${ECHO_T}$RUBBER" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $RUBBER" >&5 -+$as_echo "$RUBBER" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - - # Extract the first word of "kpsewhich", so it can be a program name with args. - set dummy kpsewhich; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_path_KPATHSEA+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - case $KPATHSEA in - [\\/]* | ?:[\\/]*) -@@ -7276,7 +7641,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_path_KPATHSEA="$as_dir/$ac_word$ac_exec_ext" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -7289,11 +7654,11 @@ esac - fi - KPATHSEA=$ac_cv_path_KPATHSEA - if test -n "$KPATHSEA"; then -- { echo "$as_me:$LINENO: result: $KPATHSEA" >&5 --echo "${ECHO_T}$KPATHSEA" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $KPATHSEA" >&5 -+$as_echo "$KPATHSEA" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - -@@ -7302,10 +7667,10 @@ if test "${WGET}" != ":" ; then - else - # Extract the first word of "fetch", so it can be a program name with args. - set dummy fetch; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_path_FETCH+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - case $FETCH in - [\\/]* | ?:[\\/]*) -@@ -7320,7 +7685,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_path_FETCH="$as_dir/$ac_word$ac_exec_ext" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -7333,11 +7698,11 @@ esac - fi - FETCH=$ac_cv_path_FETCH - if test -n "$FETCH"; then -- { echo "$as_me:$LINENO: result: $FETCH" >&5 --echo "${ECHO_T}$FETCH" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $FETCH" >&5 -+$as_echo "$FETCH" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - -@@ -7348,10 +7713,10 @@ fi - if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}soxmix", so it can be a program name with args. - set dummy ${ac_tool_prefix}soxmix; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_SOXMIX+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$SOXMIX"; then - ac_cv_prog_SOXMIX="$SOXMIX" # Let the user override the test. -@@ -7364,7 +7729,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_SOXMIX="${ac_tool_prefix}soxmix" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -7375,11 +7740,11 @@ fi - fi - SOXMIX=$ac_cv_prog_SOXMIX - if test -n "$SOXMIX"; then -- { echo "$as_me:$LINENO: result: $SOXMIX" >&5 --echo "${ECHO_T}$SOXMIX" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $SOXMIX" >&5 -+$as_echo "$SOXMIX" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - -@@ -7388,10 +7753,10 @@ if test -z "$ac_cv_prog_SOXMIX"; then - ac_ct_SOXMIX=$SOXMIX - # Extract the first word of "soxmix", so it can be a program name with args. - set dummy soxmix; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_ac_ct_SOXMIX+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$ac_ct_SOXMIX"; then - ac_cv_prog_ac_ct_SOXMIX="$ac_ct_SOXMIX" # Let the user override the test. -@@ -7404,7 +7769,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_ac_ct_SOXMIX="soxmix" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -7415,11 +7780,11 @@ fi - fi - ac_ct_SOXMIX=$ac_cv_prog_ac_ct_SOXMIX - if test -n "$ac_ct_SOXMIX"; then -- { echo "$as_me:$LINENO: result: $ac_ct_SOXMIX" >&5 --echo "${ECHO_T}$ac_ct_SOXMIX" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $ac_ct_SOXMIX" >&5 -+$as_echo "$ac_ct_SOXMIX" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - if test "x$ac_ct_SOXMIX" = x; then -@@ -7427,12 +7792,8 @@ fi - else - case $cross_compiling:$ac_tool_warned in - yes:) --{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools --whose name does not start with the host triplet. If you think this --configuration is useful to you, please write to autoconf@gnu.org." >&5 --echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools --whose name does not start with the host triplet. If you think this --configuration is useful to you, please write to autoconf@gnu.org." >&2;} -+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 -+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} - ac_tool_warned=yes ;; - esac - SOXMIX=$ac_ct_SOXMIX -@@ -7453,10 +7814,10 @@ for ac_prog in md5 md5sum gmd5sum digest - do - # Extract the first word of "$ac_prog", so it can be a program name with args. - set dummy $ac_prog; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_MD5+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$MD5"; then - ac_cv_prog_MD5="$MD5" # Let the user override the test. -@@ -7469,7 +7830,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_MD5="$ac_prog" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -7480,11 +7841,11 @@ fi - fi - MD5=$ac_cv_prog_MD5 - if test -n "$MD5"; then -- { echo "$as_me:$LINENO: result: $MD5" >&5 --echo "${ECHO_T}$MD5" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $MD5" >&5 -+$as_echo "$MD5" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - -@@ -7519,8 +7880,8 @@ if test x"$PTHREAD_LIBS$PTHREAD_CFLAGS" != x; then - CFLAGS="$CFLAGS $PTHREAD_CFLAGS" - save_LIBS="$LIBS" - LIBS="$PTHREAD_LIBS $LIBS" -- { echo "$as_me:$LINENO: checking for pthread_join in LIBS=$PTHREAD_LIBS with CFLAGS=$PTHREAD_CFLAGS" >&5 --echo $ECHO_N "checking for pthread_join in LIBS=$PTHREAD_LIBS with CFLAGS=$PTHREAD_CFLAGS... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for pthread_join in LIBS=$PTHREAD_LIBS with CFLAGS=$PTHREAD_CFLAGS" >&5 -+$as_echo_n "checking for pthread_join in LIBS=$PTHREAD_LIBS with CFLAGS=$PTHREAD_CFLAGS... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -7549,30 +7910,34 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - acx_pthread_ok=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext -- { echo "$as_me:$LINENO: result: $acx_pthread_ok" >&5 --echo "${ECHO_T}$acx_pthread_ok" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $acx_pthread_ok" >&5 -+$as_echo "$acx_pthread_ok" >&6; } - if test x"$acx_pthread_ok" = xno; then - PTHREAD_LIBS="" - PTHREAD_CFLAGS="" -@@ -7633,23 +7998,23 @@ for flag in $acx_pthread_flags; do - - case $flag in - none) -- { echo "$as_me:$LINENO: checking whether pthreads work without any flags" >&5 --echo $ECHO_N "checking whether pthreads work without any flags... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking whether pthreads work without any flags" >&5 -+$as_echo_n "checking whether pthreads work without any flags... " >&6; } - ;; - - -*) -- { echo "$as_me:$LINENO: checking whether pthreads work with $flag" >&5 --echo $ECHO_N "checking whether pthreads work with $flag... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking whether pthreads work with $flag" >&5 -+$as_echo_n "checking whether pthreads work with $flag... " >&6; } - PTHREAD_CFLAGS="$flag" - ;; - - pthread-config) - # Extract the first word of "pthread-config", so it can be a program name with args. - set dummy pthread-config; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_acx_pthread_config+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$acx_pthread_config"; then - ac_cv_prog_acx_pthread_config="$acx_pthread_config" # Let the user override the test. -@@ -7662,7 +8027,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_acx_pthread_config="yes" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -7674,11 +8039,11 @@ fi - fi - acx_pthread_config=$ac_cv_prog_acx_pthread_config - if test -n "$acx_pthread_config"; then -- { echo "$as_me:$LINENO: result: $acx_pthread_config" >&5 --echo "${ECHO_T}$acx_pthread_config" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $acx_pthread_config" >&5 -+$as_echo "$acx_pthread_config" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - -@@ -7688,8 +8053,8 @@ fi - ;; - - *) -- { echo "$as_me:$LINENO: checking for the pthreads library -l$flag" >&5 --echo $ECHO_N "checking for the pthreads library -l$flag... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for the pthreads library -l$flag" >&5 -+$as_echo_n "checking for the pthreads library -l$flag... " >&6; } - PTHREAD_LIBS="-l$flag" - ;; - esac -@@ -7731,34 +8096,38 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - acx_pthread_ok=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - - LIBS="$save_LIBS" - CFLAGS="$save_CFLAGS" - -- { echo "$as_me:$LINENO: result: $acx_pthread_ok" >&5 --echo "${ECHO_T}$acx_pthread_ok" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $acx_pthread_ok" >&5 -+$as_echo "$acx_pthread_ok" >&6; } - if test "x$acx_pthread_ok" = xyes; then - break; - fi -@@ -7776,8 +8145,8 @@ if test "x$acx_pthread_ok" = xyes; then - CFLAGS="$CFLAGS $PTHREAD_CFLAGS" - - # Detect AIX lossage: JOINABLE attribute is called UNDETACHED. -- { echo "$as_me:$LINENO: checking for joinable pthread attribute" >&5 --echo $ECHO_N "checking for joinable pthread attribute... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for joinable pthread attribute" >&5 -+$as_echo_n "checking for joinable pthread attribute... " >&6; } - attr_name=unknown - for attr in PTHREAD_CREATE_JOINABLE PTHREAD_CREATE_UNDETACHED; do - cat >conftest.$ac_ext <<_ACEOF -@@ -7801,31 +8170,35 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - attr_name=$attr; break - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - done -- { echo "$as_me:$LINENO: result: $attr_name" >&5 --echo "${ECHO_T}$attr_name" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $attr_name" >&5 -+$as_echo "$attr_name" >&6; } - if test "$attr_name" != PTHREAD_CREATE_JOINABLE; then - - cat >>confdefs.h <<_ACEOF -@@ -7834,15 +8207,15 @@ _ACEOF - - fi - -- { echo "$as_me:$LINENO: checking if more special flags are required for pthreads" >&5 --echo $ECHO_N "checking if more special flags are required for pthreads... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking if more special flags are required for pthreads" >&5 -+$as_echo_n "checking if more special flags are required for pthreads... " >&6; } - flag=no - case "${host_cpu}-${host_os}" in - *-aix* | *-freebsd* | *-darwin*) flag="-D_THREAD_SAFE";; - *solaris* | *-osf* | *-hpux*) flag="-D_REENTRANT";; - esac -- { echo "$as_me:$LINENO: result: ${flag}" >&5 --echo "${ECHO_T}${flag}" >&6; } -+ { $as_echo "$as_me:$LINENO: result: ${flag}" >&5 -+$as_echo "${flag}" >&6; } - if test "x$flag" != xno; then - PTHREAD_CFLAGS="$flag $PTHREAD_CFLAGS" - fi -@@ -7856,10 +8229,10 @@ echo "${ECHO_T}${flag}" >&6; } - do - # Extract the first word of "$ac_prog", so it can be a program name with args. - set dummy $ac_prog; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_PTHREAD_CC+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$PTHREAD_CC"; then - ac_cv_prog_PTHREAD_CC="$PTHREAD_CC" # Let the user override the test. -@@ -7872,7 +8245,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_PTHREAD_CC="$ac_prog" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -7883,11 +8256,11 @@ fi - fi - PTHREAD_CC=$ac_cv_prog_PTHREAD_CC - if test -n "$PTHREAD_CC"; then -- { echo "$as_me:$LINENO: result: $PTHREAD_CC" >&5 --echo "${ECHO_T}$PTHREAD_CC" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $PTHREAD_CC" >&5 -+$as_echo "$PTHREAD_CC" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - -@@ -7938,8 +8311,8 @@ if test "${enable_dev_mode+set}" = set; then - enableval=$enable_dev_mode; case "${enableval}" in - y|ye|yes) AST_DEVMODE=yes ;; - n|no) AST_DEVMODE=no ;; -- *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-dev-mode" >&5 --echo "$as_me: error: bad value ${enableval} for --enable-dev-mode" >&2;} -+ *) { { $as_echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-dev-mode" >&5 -+$as_echo "$as_me: error: bad value ${enableval} for --enable-dev-mode" >&2;} - { (exit 1); exit 1; }; } ;; - esac - fi -@@ -8016,6 +8389,62 @@ fi - - - -+ BLUETOOTH_DESCRIP="Bluetooth Support" -+ BLUETOOTH_OPTION="bluetooth" -+ -+# Check whether --with-bluetooth was given. -+if test "${with_bluetooth+set}" = set; then -+ withval=$with_bluetooth; -+ case ${withval} in -+ n|no) -+ USE_BLUETOOTH=no -+ ;; -+ y|ye|yes) -+ ac_mandatory_list="${ac_mandatory_list} BLUETOOTH" -+ ;; -+ *) -+ BLUETOOTH_DIR="${withval}" -+ ac_mandatory_list="${ac_mandatory_list} BLUETOOTH" -+ ;; -+ esac -+ -+fi -+ -+ PBX_BLUETOOTH=0 -+ -+ -+ -+ -+ -+ -+ CURL_DESCRIP="cURL" -+ CURL_OPTION="curl" -+ -+# Check whether --with-curl was given. -+if test "${with_curl+set}" = set; then -+ withval=$with_curl; -+ case ${withval} in -+ n|no) -+ USE_CURL=no -+ ;; -+ y|ye|yes) -+ ac_mandatory_list="${ac_mandatory_list} CURL" -+ ;; -+ *) -+ CURL_DIR="${withval}" -+ ac_mandatory_list="${ac_mandatory_list} CURL" -+ ;; -+ esac -+ -+fi -+ -+ PBX_CURL=0 -+ -+ -+ -+ -+ -+ - CAP_DESCRIP="POSIX 1.e capabilities" - CAP_OPTION="cap" - -@@ -8492,6 +8921,34 @@ fi - - - -+ LIBEDIT_DESCRIP="NetBSD Editline library" -+ LIBEDIT_OPTION="libedit" -+ -+# Check whether --with-libedit was given. -+if test "${with_libedit+set}" = set; then -+ withval=$with_libedit; -+ case ${withval} in -+ n|no) -+ USE_LIBEDIT=no -+ ;; -+ y|ye|yes) -+ ac_mandatory_list="${ac_mandatory_list} LIBEDIT" -+ ;; -+ *) -+ LIBEDIT_DIR="${withval}" -+ ac_mandatory_list="${ac_mandatory_list} LIBEDIT" -+ ;; -+ esac -+ -+fi -+ -+ PBX_LIBEDIT=0 -+ -+ -+ -+ -+ -+ - LTDL_DESCRIP="libtool" - LTDL_OPTION="ltdl" - -@@ -9617,10 +10074,10 @@ fi - - # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works - # for constant arguments. Useless! --{ echo "$as_me:$LINENO: checking for working alloca.h" >&5 --echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for working alloca.h" >&5 -+$as_echo_n "checking for working alloca.h... " >&6; } - if test "${ac_cv_working_alloca_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -9644,31 +10101,35 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_working_alloca_h=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_working_alloca_h=no - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --{ echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5 --echo "${ECHO_T}$ac_cv_working_alloca_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5 -+$as_echo "$ac_cv_working_alloca_h" >&6; } - if test $ac_cv_working_alloca_h = yes; then - - cat >>confdefs.h <<\_ACEOF -@@ -9677,10 +10138,10 @@ _ACEOF - - fi - --{ echo "$as_me:$LINENO: checking for alloca" >&5 --echo $ECHO_N "checking for alloca... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for alloca" >&5 -+$as_echo_n "checking for alloca... " >&6; } - if test "${ac_cv_func_alloca_works+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -9724,31 +10185,35 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_func_alloca_works=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_func_alloca_works=no - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --{ echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5 --echo "${ECHO_T}$ac_cv_func_alloca_works" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5 -+$as_echo "$ac_cv_func_alloca_works" >&6; } - - if test $ac_cv_func_alloca_works = yes; then - -@@ -9769,10 +10234,10 @@ cat >>confdefs.h <<\_ACEOF - _ACEOF - - --{ echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5 --echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5 -+$as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; } - if test "${ac_cv_os_cray+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -9796,15 +10261,15 @@ fi - rm -f conftest* - - fi --{ echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5 --echo "${ECHO_T}$ac_cv_os_cray" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5 -+$as_echo "$ac_cv_os_cray" >&6; } - if test $ac_cv_os_cray = yes; then - for ac_func in _getb67 GETB67 getb67; do -- as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for $ac_func" >&5 --echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } -+ as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 -+$as_echo_n "checking for $ac_func... " >&6; } - if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -9857,33 +10322,40 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_var=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_var=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --ac_res=`eval echo '${'$as_ac_var'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_var'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_var'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_var'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - - cat >>confdefs.h <<_ACEOF - #define CRAY_STACKSEG_END $ac_func -@@ -9895,10 +10367,10 @@ fi - done - fi - --{ echo "$as_me:$LINENO: checking stack direction for C alloca" >&5 --echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking stack direction for C alloca" >&5 -+$as_echo_n "checking stack direction for C alloca... " >&6; } - if test "${ac_cv_c_stack_direction+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test "$cross_compiling" = yes; then - ac_cv_c_stack_direction=0 -@@ -9936,36 +10408,39 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_c_stack_direction=1 - else -- echo "$as_me: program exited with status $ac_status" >&5 --echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: program exited with status $ac_status" >&5 -+$as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ( exit $ac_status ) - ac_cv_c_stack_direction=-1 - fi -+rm -rf conftest.dSYM - rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi - - - fi --{ echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5 --echo "${ECHO_T}$ac_cv_c_stack_direction" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5 -+$as_echo "$ac_cv_c_stack_direction" >&6; } - - cat >>confdefs.h <<_ACEOF - #define STACK_DIRECTION $ac_cv_c_stack_direction -@@ -9981,11 +10456,11 @@ fi - - ac_header_dirent=no - for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do -- as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5 --echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6; } -+ as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5 -+$as_echo_n "checking for $ac_hdr that defines DIR... " >&6; } - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -10011,20 +10486,21 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - eval "$as_ac_Header=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Header=no" -@@ -10032,12 +10508,15 @@ fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --ac_res=`eval echo '${'$as_ac_Header'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Header'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - cat >>confdefs.h <<_ACEOF --#define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1 -+#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1 - _ACEOF - - ac_header_dirent=$ac_hdr; break -@@ -10046,10 +10525,10 @@ fi - done - # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix. - if test $ac_header_dirent = dirent.h; then -- { echo "$as_me:$LINENO: checking for library containing opendir" >&5 --echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for library containing opendir" >&5 -+$as_echo_n "checking for library containing opendir... " >&6; } - if test "${ac_cv_search_opendir+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_func_search_save_LIBS=$LIBS - cat >conftest.$ac_ext <<_ACEOF -@@ -10087,26 +10566,30 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_search_opendir=$ac_res - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext - if test "${ac_cv_search_opendir+set}" = set; then -@@ -10121,8 +10604,8 @@ fi - rm conftest.$ac_ext - LIBS=$ac_func_search_save_LIBS - fi --{ echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5 --echo "${ECHO_T}$ac_cv_search_opendir" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5 -+$as_echo "$ac_cv_search_opendir" >&6; } - ac_res=$ac_cv_search_opendir - if test "$ac_res" != no; then - test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" -@@ -10130,10 +10613,10 @@ if test "$ac_res" != no; then - fi - - else -- { echo "$as_me:$LINENO: checking for library containing opendir" >&5 --echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for library containing opendir" >&5 -+$as_echo_n "checking for library containing opendir... " >&6; } - if test "${ac_cv_search_opendir+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_func_search_save_LIBS=$LIBS - cat >conftest.$ac_ext <<_ACEOF -@@ -10171,26 +10654,30 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_search_opendir=$ac_res - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext - if test "${ac_cv_search_opendir+set}" = set; then -@@ -10205,8 +10692,8 @@ fi - rm conftest.$ac_ext - LIBS=$ac_func_search_save_LIBS - fi --{ echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5 --echo "${ECHO_T}$ac_cv_search_opendir" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5 -+$as_echo "$ac_cv_search_opendir" >&6; } - ac_res=$ac_cv_search_opendir - if test "$ac_res" != no; then - test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" -@@ -10215,10 +10702,10 @@ fi - - fi - --{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5 --echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5 -+$as_echo_n "checking for ANSI C header files... " >&6; } - if test "${ac_cv_header_stdc+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -10245,20 +10732,21 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_cv_header_stdc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_header_stdc=no -@@ -10350,37 +10838,40 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - : - else -- echo "$as_me: program exited with status $ac_status" >&5 --echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: program exited with status $ac_status" >&5 -+$as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ( exit $ac_status ) - ac_cv_header_stdc=no - fi -+rm -rf conftest.dSYM - rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi - - - fi - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 --echo "${ECHO_T}$ac_cv_header_stdc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 -+$as_echo "$ac_cv_header_stdc" >&6; } - if test $ac_cv_header_stdc = yes; then - - cat >>confdefs.h <<\_ACEOF -@@ -10389,10 +10880,10 @@ _ACEOF - - fi - --{ echo "$as_me:$LINENO: checking for sys/wait.h that is POSIX.1 compatible" >&5 --echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for sys/wait.h that is POSIX.1 compatible" >&5 -+$as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; } - if test "${ac_cv_header_sys_wait_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -10425,20 +10916,21 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_cv_header_sys_wait_h=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_header_sys_wait_h=no -@@ -10446,8 +10938,8 @@ fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5 --echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5 -+$as_echo "$ac_cv_header_sys_wait_h" >&6; } - if test $ac_cv_header_sys_wait_h = yes; then - - cat >>confdefs.h <<\_ACEOF -@@ -10483,20 +10975,21 @@ fi - - for ac_header in arpa/inet.h fcntl.h inttypes.h libintl.h limits.h locale.h malloc.h netdb.h netinet/in.h stddef.h stdint.h stdlib.h string.h strings.h sys/file.h sys/ioctl.h sys/param.h sys/socket.h sys/time.h syslog.h termios.h unistd.h utime.h arpa/nameser.h sys/io.h - do --as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -+as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- { echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 -+$as_echo_n "checking for $ac_header... " >&6; } - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --ac_res=`eval echo '${'$as_ac_Header'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } -+ac_res=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 --echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 -+$as_echo_n "checking $ac_header usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -10512,32 +11005,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 --echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 -+$as_echo_n "checking $ac_header presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -10551,51 +11045,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 --echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -10604,21 +11099,24 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 -+$as_echo_n "checking for $ac_header... " >&6; } - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - eval "$as_ac_Header=\$ac_header_preproc" - fi --ac_res=`eval echo '${'$as_ac_Header'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } -+ac_res=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } - - fi --if test `eval echo '${'$as_ac_Header'}'` = yes; then -+as_val=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - cat >>confdefs.h <<_ACEOF --#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 -+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 - _ACEOF - - fi -@@ -10630,20 +11128,21 @@ done - - for ac_header in winsock.h winsock2.h - do --as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -+as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- { echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 -+$as_echo_n "checking for $ac_header... " >&6; } - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --ac_res=`eval echo '${'$as_ac_Header'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } -+ac_res=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 --echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 -+$as_echo_n "checking $ac_header usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -10659,32 +11158,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 --echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 -+$as_echo_n "checking $ac_header presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -10698,51 +11198,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 --echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -10751,21 +11252,24 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 -+$as_echo_n "checking for $ac_header... " >&6; } - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - eval "$as_ac_Header=\$ac_header_preproc" - fi --ac_res=`eval echo '${'$as_ac_Header'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } -+ac_res=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } - - fi --if test `eval echo '${'$as_ac_Header'}'` = yes; then -+as_val=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - cat >>confdefs.h <<_ACEOF --#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 -+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 - _ACEOF - - fi -@@ -10780,10 +11284,10 @@ fi - - if test "$enable_largefile" != no; then - -- { echo "$as_me:$LINENO: checking for special C compiler options needed for large files" >&5 --echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for special C compiler options needed for large files" >&5 -+$as_echo_n "checking for special C compiler options needed for large files... " >&6; } - if test "${ac_cv_sys_largefile_CC+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_sys_largefile_CC=no - if test "$GCC" != yes; then -@@ -10820,20 +11324,21 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - break - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - -@@ -10847,20 +11352,21 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_cv_sys_largefile_CC=' -n32'; break - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - -@@ -10873,16 +11379,16 @@ rm -f core conftest.err conftest.$ac_objext - rm -f conftest.$ac_ext - fi - fi --{ echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_CC" >&5 --echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_CC" >&5 -+$as_echo "$ac_cv_sys_largefile_CC" >&6; } - if test "$ac_cv_sys_largefile_CC" != no; then - CC=$CC$ac_cv_sys_largefile_CC - fi - -- { echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5 --echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5 -+$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; } - if test "${ac_cv_sys_file_offset_bits+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - while :; do - cat >conftest.$ac_ext <<_ACEOF -@@ -10914,20 +11420,21 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_cv_sys_file_offset_bits=no; break - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - -@@ -10964,20 +11471,21 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_cv_sys_file_offset_bits=64; break - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - -@@ -10988,8 +11496,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - break - done - fi --{ echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5 --echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5 -+$as_echo "$ac_cv_sys_file_offset_bits" >&6; } - case $ac_cv_sys_file_offset_bits in #( - no | unknown) ;; - *) -@@ -10998,12 +11506,12 @@ cat >>confdefs.h <<_ACEOF - _ACEOF - ;; - esac --rm -f conftest* -+rm -rf conftest* - if test $ac_cv_sys_file_offset_bits = unknown; then -- { echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5 --echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5 -+$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; } - if test "${ac_cv_sys_large_files+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - while :; do - cat >conftest.$ac_ext <<_ACEOF -@@ -11035,20 +11543,21 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_cv_sys_large_files=no; break - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - -@@ -11085,20 +11594,21 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_cv_sys_large_files=1; break - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - -@@ -11109,8 +11619,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - break - done - fi --{ echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5 --echo "${ECHO_T}$ac_cv_sys_large_files" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5 -+$as_echo "$ac_cv_sys_large_files" >&6; } - case $ac_cv_sys_large_files in #( - no | unknown) ;; - *) -@@ -11119,16 +11629,16 @@ cat >>confdefs.h <<_ACEOF - _ACEOF - ;; - esac --rm -f conftest* -+rm -rf conftest* - fi - fi - - - # Checks for typedefs, structures, and compiler characteristics. --{ echo "$as_me:$LINENO: checking for stdbool.h that conforms to C99" >&5 --echo $ECHO_N "checking for stdbool.h that conforms to C99... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for stdbool.h that conforms to C99" >&5 -+$as_echo_n "checking for stdbool.h that conforms to C99... " >&6; } - if test "${ac_cv_header_stdbool_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -11169,6 +11679,8 @@ cat >>conftest.$ac_ext <<_ACEOF - char h[sizeof (_Bool)]; - char i[sizeof s.t]; - enum { j = false, k = true, l = false * true, m = true * 256 }; -+ /* The following fails for -+ HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. */ - _Bool n[m]; - char o[sizeof n == m * sizeof n[0] ? 1 : -1]; - char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1]; -@@ -11218,20 +11730,21 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_cv_header_stdbool_h=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_header_stdbool_h=no -@@ -11239,28 +11752,60 @@ fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_stdbool_h" >&5 --echo "${ECHO_T}$ac_cv_header_stdbool_h" >&6; } --{ echo "$as_me:$LINENO: checking for _Bool" >&5 --echo $ECHO_N "checking for _Bool... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdbool_h" >&5 -+$as_echo "$ac_cv_header_stdbool_h" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for _Bool" >&5 -+$as_echo_n "checking for _Bool... " >&6; } - if test "${ac_cv_type__Bool+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else -- cat >conftest.$ac_ext <<_ACEOF -+ ac_cv_type__Bool=no -+cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF - cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default --typedef _Bool ac__type_new_; - int - main () - { --if ((ac__type_new_ *) 0) -- return 0; --if (sizeof (ac__type_new_)) -+if (sizeof (_Bool)) -+ return 0; -+ ; - return 0; -+} -+_ACEOF -+rm -f conftest.$ac_objext -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 -+ (eval "$ac_compile") 2>conftest.er1 -+ ac_status=$? -+ grep -v '^ *+' conftest.er1 >conftest.err -+ rm -f conftest.er1 -+ cat conftest.err >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then -+ cat >conftest.$ac_ext <<_ACEOF -+/* confdefs.h. */ -+_ACEOF -+cat confdefs.h >>conftest.$ac_ext -+cat >>conftest.$ac_ext <<_ACEOF -+/* end confdefs.h. */ -+$ac_includes_default -+int -+main () -+{ -+if (sizeof ((_Bool))) -+ return 0; - ; - return 0; - } -@@ -11271,30 +11816,39 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then -- ac_cv_type__Bool=yes -+ : - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -- ac_cv_type__Bool=no -+ ac_cv_type__Bool=yes - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+else -+ $as_echo "$as_me: failed program was:" >&5 -+sed 's/^/| /' conftest.$ac_ext >&5 -+ -+ - fi --{ echo "$as_me:$LINENO: result: $ac_cv_type__Bool" >&5 --echo "${ECHO_T}$ac_cv_type__Bool" >&6; } --if test $ac_cv_type__Bool = yes; then -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+fi -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_type__Bool" >&5 -+$as_echo "$ac_cv_type__Bool" >&6; } -+if test "x$ac_cv_type__Bool" = x""yes; then - - cat >>confdefs.h <<_ACEOF - #define HAVE__BOOL 1 -@@ -11311,10 +11865,10 @@ _ACEOF - - fi - --{ echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 --echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 -+$as_echo_n "checking for an ANSI C-conforming const... " >&6; } - if test "${ac_cv_c_const+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -11386,20 +11940,21 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_cv_c_const=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_c_const=no -@@ -11407,20 +11962,20 @@ fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --{ echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 --echo "${ECHO_T}$ac_cv_c_const" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 -+$as_echo "$ac_cv_c_const" >&6; } - if test $ac_cv_c_const = no; then - - cat >>confdefs.h <<\_ACEOF --#define const -+#define const /**/ - _ACEOF - - fi - --{ echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5 --echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5 -+$as_echo_n "checking for uid_t in sys/types.h... " >&6; } - if test "${ac_cv_type_uid_t+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -11440,8 +11995,8 @@ fi - rm -f conftest* - - fi --{ echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5 --echo "${ECHO_T}$ac_cv_type_uid_t" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5 -+$as_echo "$ac_cv_type_uid_t" >&6; } - if test $ac_cv_type_uid_t = no; then - - cat >>confdefs.h <<\_ACEOF -@@ -11455,10 +12010,10 @@ _ACEOF - - fi - --{ echo "$as_me:$LINENO: checking for inline" >&5 --echo $ECHO_N "checking for inline... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for inline" >&5 -+$as_echo_n "checking for inline... " >&6; } - if test "${ac_cv_c_inline+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_c_inline=no - for ac_kw in inline __inline__ __inline; do -@@ -11481,20 +12036,21 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_cv_c_inline=$ac_kw - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - -@@ -11505,8 +12061,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - - fi --{ echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5 --echo "${ECHO_T}$ac_cv_c_inline" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5 -+$as_echo "$ac_cv_c_inline" >&6; } - - - case $ac_cv_c_inline in -@@ -11524,26 +12080,58 @@ _ACEOF - ;; - esac - --{ echo "$as_me:$LINENO: checking for mode_t" >&5 --echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for mode_t" >&5 -+$as_echo_n "checking for mode_t... " >&6; } - if test "${ac_cv_type_mode_t+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else -- cat >conftest.$ac_ext <<_ACEOF -+ ac_cv_type_mode_t=no -+cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF - cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default --typedef mode_t ac__type_new_; - int - main () - { --if ((ac__type_new_ *) 0) -- return 0; --if (sizeof (ac__type_new_)) -+if (sizeof (mode_t)) -+ return 0; -+ ; - return 0; -+} -+_ACEOF -+rm -f conftest.$ac_objext -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 -+ (eval "$ac_compile") 2>conftest.er1 -+ ac_status=$? -+ grep -v '^ *+' conftest.er1 >conftest.err -+ rm -f conftest.er1 -+ cat conftest.err >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then -+ cat >conftest.$ac_ext <<_ACEOF -+/* confdefs.h. */ -+_ACEOF -+cat confdefs.h >>conftest.$ac_ext -+cat >>conftest.$ac_ext <<_ACEOF -+/* end confdefs.h. */ -+$ac_includes_default -+int -+main () -+{ -+if (sizeof ((mode_t))) -+ return 0; - ; - return 0; - } -@@ -11554,30 +12142,39 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then -- ac_cv_type_mode_t=yes -+ : -+else -+ $as_echo "$as_me: failed program was:" >&5 -+sed 's/^/| /' conftest.$ac_ext >&5 -+ -+ ac_cv_type_mode_t=yes -+fi -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -- ac_cv_type_mode_t=no -+ - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --{ echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5 --echo "${ECHO_T}$ac_cv_type_mode_t" >&6; } --if test $ac_cv_type_mode_t = yes; then -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5 -+$as_echo "$ac_cv_type_mode_t" >&6; } -+if test "x$ac_cv_type_mode_t" = x""yes; then - : - else - -@@ -11587,26 +12184,58 @@ _ACEOF - - fi - --{ echo "$as_me:$LINENO: checking for off_t" >&5 --echo $ECHO_N "checking for off_t... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for off_t" >&5 -+$as_echo_n "checking for off_t... " >&6; } - if test "${ac_cv_type_off_t+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else -- cat >conftest.$ac_ext <<_ACEOF -+ ac_cv_type_off_t=no -+cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF - cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default --typedef off_t ac__type_new_; - int - main () - { --if ((ac__type_new_ *) 0) -- return 0; --if (sizeof (ac__type_new_)) -+if (sizeof (off_t)) -+ return 0; -+ ; - return 0; -+} -+_ACEOF -+rm -f conftest.$ac_objext -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 -+ (eval "$ac_compile") 2>conftest.er1 -+ ac_status=$? -+ grep -v '^ *+' conftest.er1 >conftest.err -+ rm -f conftest.er1 -+ cat conftest.err >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then -+ cat >conftest.$ac_ext <<_ACEOF -+/* confdefs.h. */ -+_ACEOF -+cat confdefs.h >>conftest.$ac_ext -+cat >>conftest.$ac_ext <<_ACEOF -+/* end confdefs.h. */ -+$ac_includes_default -+int -+main () -+{ -+if (sizeof ((off_t))) -+ return 0; - ; - return 0; - } -@@ -11617,30 +12246,39 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then -- ac_cv_type_off_t=yes -+ : -+else -+ $as_echo "$as_me: failed program was:" >&5 -+sed 's/^/| /' conftest.$ac_ext >&5 -+ -+ ac_cv_type_off_t=yes -+fi -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -- ac_cv_type_off_t=no -+ - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --{ echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5 --echo "${ECHO_T}$ac_cv_type_off_t" >&6; } --if test $ac_cv_type_off_t = yes; then -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5 -+$as_echo "$ac_cv_type_off_t" >&6; } -+if test "x$ac_cv_type_off_t" = x""yes; then - : - else - -@@ -11650,26 +12288,58 @@ _ACEOF - - fi - --{ echo "$as_me:$LINENO: checking for pid_t" >&5 --echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for pid_t" >&5 -+$as_echo_n "checking for pid_t... " >&6; } - if test "${ac_cv_type_pid_t+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else -- cat >conftest.$ac_ext <<_ACEOF -+ ac_cv_type_pid_t=no -+cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF - cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default --typedef pid_t ac__type_new_; - int - main () - { --if ((ac__type_new_ *) 0) -- return 0; --if (sizeof (ac__type_new_)) -+if (sizeof (pid_t)) -+ return 0; -+ ; - return 0; -+} -+_ACEOF -+rm -f conftest.$ac_objext -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 -+ (eval "$ac_compile") 2>conftest.er1 -+ ac_status=$? -+ grep -v '^ *+' conftest.er1 >conftest.err -+ rm -f conftest.er1 -+ cat conftest.err >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then -+ cat >conftest.$ac_ext <<_ACEOF -+/* confdefs.h. */ -+_ACEOF -+cat confdefs.h >>conftest.$ac_ext -+cat >>conftest.$ac_ext <<_ACEOF -+/* end confdefs.h. */ -+$ac_includes_default -+int -+main () -+{ -+if (sizeof ((pid_t))) -+ return 0; - ; - return 0; - } -@@ -11680,30 +12350,39 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then -- ac_cv_type_pid_t=yes -+ : - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -- ac_cv_type_pid_t=no -+ ac_cv_type_pid_t=yes -+fi -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+else -+ $as_echo "$as_me: failed program was:" >&5 -+sed 's/^/| /' conftest.$ac_ext >&5 -+ -+ - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --{ echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5 --echo "${ECHO_T}$ac_cv_type_pid_t" >&6; } --if test $ac_cv_type_pid_t = yes; then -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5 -+$as_echo "$ac_cv_type_pid_t" >&6; } -+if test "x$ac_cv_type_pid_t" = x""yes; then - : - else - -@@ -11713,26 +12392,58 @@ _ACEOF - - fi - --{ echo "$as_me:$LINENO: checking for size_t" >&5 --echo $ECHO_N "checking for size_t... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for size_t" >&5 -+$as_echo_n "checking for size_t... " >&6; } - if test "${ac_cv_type_size_t+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else -- cat >conftest.$ac_ext <<_ACEOF -+ ac_cv_type_size_t=no -+cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF - cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default --typedef size_t ac__type_new_; - int - main () - { --if ((ac__type_new_ *) 0) -- return 0; --if (sizeof (ac__type_new_)) -+if (sizeof (size_t)) -+ return 0; -+ ; - return 0; -+} -+_ACEOF -+rm -f conftest.$ac_objext -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 -+ (eval "$ac_compile") 2>conftest.er1 -+ ac_status=$? -+ grep -v '^ *+' conftest.er1 >conftest.err -+ rm -f conftest.er1 -+ cat conftest.err >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then -+ cat >conftest.$ac_ext <<_ACEOF -+/* confdefs.h. */ -+_ACEOF -+cat confdefs.h >>conftest.$ac_ext -+cat >>conftest.$ac_ext <<_ACEOF -+/* end confdefs.h. */ -+$ac_includes_default -+int -+main () -+{ -+if (sizeof ((size_t))) -+ return 0; - ; - return 0; - } -@@ -11743,30 +12454,39 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then -- ac_cv_type_size_t=yes -+ : -+else -+ $as_echo "$as_me: failed program was:" >&5 -+sed 's/^/| /' conftest.$ac_ext >&5 -+ -+ ac_cv_type_size_t=yes -+fi -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -- ac_cv_type_size_t=no -+ - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --{ echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 --echo "${ECHO_T}$ac_cv_type_size_t" >&6; } --if test $ac_cv_type_size_t = yes; then -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 -+$as_echo "$ac_cv_type_size_t" >&6; } -+if test "x$ac_cv_type_size_t" = x""yes; then - : - else - -@@ -11776,10 +12496,10 @@ _ACEOF - - fi - --{ echo "$as_me:$LINENO: checking for struct stat.st_blksize" >&5 --echo $ECHO_N "checking for struct stat.st_blksize... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for struct stat.st_blksize" >&5 -+$as_echo_n "checking for struct stat.st_blksize... " >&6; } - if test "${ac_cv_member_struct_stat_st_blksize+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -11804,20 +12524,21 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_cv_member_struct_stat_st_blksize=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - cat >conftest.$ac_ext <<_ACEOF -@@ -11843,20 +12564,21 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_cv_member_struct_stat_st_blksize=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_member_struct_stat_st_blksize=no -@@ -11867,9 +12589,9 @@ fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --{ echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blksize" >&5 --echo "${ECHO_T}$ac_cv_member_struct_stat_st_blksize" >&6; } --if test $ac_cv_member_struct_stat_st_blksize = yes; then -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blksize" >&5 -+$as_echo "$ac_cv_member_struct_stat_st_blksize" >&6; } -+if test "x$ac_cv_member_struct_stat_st_blksize" = x""yes; then - - cat >>confdefs.h <<_ACEOF - #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 -@@ -11878,10 +12600,10 @@ _ACEOF - - fi - --{ echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5 --echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5 -+$as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; } - if test "${ac_cv_header_time+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -11908,20 +12630,21 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_cv_header_time=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_header_time=no -@@ -11929,8 +12652,8 @@ fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5 --echo "${ECHO_T}$ac_cv_header_time" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5 -+$as_echo "$ac_cv_header_time" >&6; } - if test $ac_cv_header_time = yes; then - - cat >>confdefs.h <<\_ACEOF -@@ -11939,10 +12662,10 @@ _ACEOF - - fi - --{ echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5 --echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5 -+$as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; } - if test "${ac_cv_struct_tm+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -11958,7 +12681,7 @@ main () - { - struct tm tm; - int *p = &tm.tm_sec; -- return !p; -+ return !p; - ; - return 0; - } -@@ -11969,20 +12692,21 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_cv_struct_tm=time.h - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_struct_tm=sys/time.h -@@ -11990,8 +12714,8 @@ fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --{ echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5 --echo "${ECHO_T}$ac_cv_struct_tm" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5 -+$as_echo "$ac_cv_struct_tm" >&6; } - if test $ac_cv_struct_tm = sys/time.h; then - - cat >>confdefs.h <<\_ACEOF -@@ -12000,10 +12724,10 @@ _ACEOF - - fi - --{ echo "$as_me:$LINENO: checking for working volatile" >&5 --echo $ECHO_N "checking for working volatile... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for working volatile" >&5 -+$as_echo_n "checking for working volatile... " >&6; } - if test "${ac_cv_c_volatile+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -12029,20 +12753,21 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_cv_c_volatile=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_c_volatile=no -@@ -12050,36 +12775,68 @@ fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --{ echo "$as_me:$LINENO: result: $ac_cv_c_volatile" >&5 --echo "${ECHO_T}$ac_cv_c_volatile" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_volatile" >&5 -+$as_echo "$ac_cv_c_volatile" >&6; } - if test $ac_cv_c_volatile = no; then - - cat >>confdefs.h <<\_ACEOF --#define volatile -+#define volatile /**/ - _ACEOF - - fi - --{ echo "$as_me:$LINENO: checking for ptrdiff_t" >&5 --echo $ECHO_N "checking for ptrdiff_t... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for ptrdiff_t" >&5 -+$as_echo_n "checking for ptrdiff_t... " >&6; } - if test "${ac_cv_type_ptrdiff_t+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else -- cat >conftest.$ac_ext <<_ACEOF -+ ac_cv_type_ptrdiff_t=no -+cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF - cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default --typedef ptrdiff_t ac__type_new_; - int - main () - { --if ((ac__type_new_ *) 0) -- return 0; --if (sizeof (ac__type_new_)) -+if (sizeof (ptrdiff_t)) -+ return 0; -+ ; - return 0; -+} -+_ACEOF -+rm -f conftest.$ac_objext -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 -+ (eval "$ac_compile") 2>conftest.er1 -+ ac_status=$? -+ grep -v '^ *+' conftest.er1 >conftest.err -+ rm -f conftest.er1 -+ cat conftest.err >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then -+ cat >conftest.$ac_ext <<_ACEOF -+/* confdefs.h. */ -+_ACEOF -+cat confdefs.h >>conftest.$ac_ext -+cat >>conftest.$ac_ext <<_ACEOF -+/* end confdefs.h. */ -+$ac_includes_default -+int -+main () -+{ -+if (sizeof ((ptrdiff_t))) -+ return 0; - ; - return 0; - } -@@ -12090,30 +12847,39 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then -- ac_cv_type_ptrdiff_t=yes -+ : - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -- ac_cv_type_ptrdiff_t=no -+ ac_cv_type_ptrdiff_t=yes - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+else -+ $as_echo "$as_me: failed program was:" >&5 -+sed 's/^/| /' conftest.$ac_ext >&5 -+ -+ - fi --{ echo "$as_me:$LINENO: result: $ac_cv_type_ptrdiff_t" >&5 --echo "${ECHO_T}$ac_cv_type_ptrdiff_t" >&6; } --if test $ac_cv_type_ptrdiff_t = yes; then -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+fi -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_ptrdiff_t" >&5 -+$as_echo "$ac_cv_type_ptrdiff_t" >&6; } -+if test "x$ac_cv_type_ptrdiff_t" = x""yes; then - - cat >>confdefs.h <<_ACEOF - #define HAVE_PTRDIFF_T 1 -@@ -12127,20 +12893,21 @@ fi - - for ac_header in unistd.h - do --as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -+as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- { echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 -+$as_echo_n "checking for $ac_header... " >&6; } - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --ac_res=`eval echo '${'$as_ac_Header'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } -+ac_res=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 --echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 -+$as_echo_n "checking $ac_header usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -12156,32 +12923,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 --echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 -+$as_echo_n "checking $ac_header presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -12195,51 +12963,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 --echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -12248,31 +13017,34 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 -+$as_echo_n "checking for $ac_header... " >&6; } - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - eval "$as_ac_Header=\$ac_header_preproc" - fi --ac_res=`eval echo '${'$as_ac_Header'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } -+ac_res=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } - - fi --if test `eval echo '${'$as_ac_Header'}'` = yes; then -+as_val=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - cat >>confdefs.h <<_ACEOF --#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 -+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 - _ACEOF - - fi - - done - --{ echo "$as_me:$LINENO: checking for working chown" >&5 --echo $ECHO_N "checking for working chown... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for working chown" >&5 -+$as_echo_n "checking for working chown... " >&6; } - if test "${ac_cv_func_chown_works+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test "$cross_compiling" = yes; then - ac_cv_func_chown_works=no -@@ -12312,29 +13084,32 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_func_chown_works=yes - else -- echo "$as_me: program exited with status $ac_status" >&5 --echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: program exited with status $ac_status" >&5 -+$as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ( exit $ac_status ) - ac_cv_func_chown_works=no - fi -+rm -rf conftest.dSYM - rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi - -@@ -12342,8 +13117,8 @@ fi - rm -f conftest.chown - - fi --{ echo "$as_me:$LINENO: result: $ac_cv_func_chown_works" >&5 --echo "${ECHO_T}$ac_cv_func_chown_works" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_chown_works" >&5 -+$as_echo "$ac_cv_func_chown_works" >&6; } - if test $ac_cv_func_chown_works = yes; then - - cat >>confdefs.h <<\_ACEOF -@@ -12352,10 +13127,10 @@ _ACEOF - - fi - --{ echo "$as_me:$LINENO: checking whether closedir returns void" >&5 --echo $ECHO_N "checking whether closedir returns void... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking whether closedir returns void" >&5 -+$as_echo_n "checking whether closedir returns void... " >&6; } - if test "${ac_cv_func_closedir_void+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test "$cross_compiling" = yes; then - ac_cv_func_closedir_void=yes -@@ -12386,36 +13161,39 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_func_closedir_void=no - else -- echo "$as_me: program exited with status $ac_status" >&5 --echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: program exited with status $ac_status" >&5 -+$as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ( exit $ac_status ) - ac_cv_func_closedir_void=yes - fi -+rm -rf conftest.dSYM - rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi - - - fi --{ echo "$as_me:$LINENO: result: $ac_cv_func_closedir_void" >&5 --echo "${ECHO_T}$ac_cv_func_closedir_void" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_closedir_void" >&5 -+$as_echo "$ac_cv_func_closedir_void" >&6; } - if test $ac_cv_func_closedir_void = yes; then - - cat >>confdefs.h <<\_ACEOF -@@ -12424,10 +13202,10 @@ _ACEOF - - fi - --{ echo "$as_me:$LINENO: checking for error_at_line" >&5 --echo $ECHO_N "checking for error_at_line... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for error_at_line" >&5 -+$as_echo_n "checking for error_at_line... " >&6; } - if test "${ac_cv_lib_error_at_line+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -12450,31 +13228,35 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_lib_error_at_line=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_lib_error_at_line=no - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --{ echo "$as_me:$LINENO: result: $ac_cv_lib_error_at_line" >&5 --echo "${ECHO_T}$ac_cv_lib_error_at_line" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_error_at_line" >&5 -+$as_echo "$ac_cv_lib_error_at_line" >&6; } - if test $ac_cv_lib_error_at_line = no; then - case " $LIBOBJS " in - *" error.$ac_objext "* ) ;; -@@ -12487,20 +13269,21 @@ fi - - for ac_header in vfork.h - do --as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -+as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- { echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 -+$as_echo_n "checking for $ac_header... " >&6; } - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --ac_res=`eval echo '${'$as_ac_Header'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } -+ac_res=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 --echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 -+$as_echo_n "checking $ac_header usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -12516,32 +13299,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 --echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 -+$as_echo_n "checking $ac_header presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -12555,51 +13339,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 --echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -12608,21 +13393,24 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 -+$as_echo_n "checking for $ac_header... " >&6; } - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - eval "$as_ac_Header=\$ac_header_preproc" - fi --ac_res=`eval echo '${'$as_ac_Header'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } -+ac_res=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } - - fi --if test `eval echo '${'$as_ac_Header'}'` = yes; then -+as_val=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - cat >>confdefs.h <<_ACEOF --#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 -+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 - _ACEOF - - fi -@@ -12633,11 +13421,11 @@ done - - for ac_func in fork vfork - do --as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for $ac_func" >&5 --echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } -+as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 -+$as_echo_n "checking for $ac_func... " >&6; } - if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -12690,45 +13478,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_var=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_var=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --ac_res=`eval echo '${'$as_ac_var'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_var'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_var'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_var'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - cat >>confdefs.h <<_ACEOF --#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 -+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 - _ACEOF - - fi - done - - if test "x$ac_cv_func_fork" = xyes; then -- { echo "$as_me:$LINENO: checking for working fork" >&5 --echo $ECHO_N "checking for working fork... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for working fork" >&5 -+$as_echo_n "checking for working fork... " >&6; } - if test "${ac_cv_func_fork_works+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test "$cross_compiling" = yes; then - ac_cv_func_fork_works=cross -@@ -12757,36 +13552,39 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_func_fork_works=yes - else -- echo "$as_me: program exited with status $ac_status" >&5 --echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: program exited with status $ac_status" >&5 -+$as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ( exit $ac_status ) - ac_cv_func_fork_works=no - fi -+rm -rf conftest.dSYM - rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi - - - fi --{ echo "$as_me:$LINENO: result: $ac_cv_func_fork_works" >&5 --echo "${ECHO_T}$ac_cv_func_fork_works" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_fork_works" >&5 -+$as_echo "$ac_cv_func_fork_works" >&6; } - - else - ac_cv_func_fork_works=$ac_cv_func_fork -@@ -12801,15 +13599,15 @@ if test "x$ac_cv_func_fork_works" = xcross; then - ac_cv_func_fork_works=yes - ;; - esac -- { echo "$as_me:$LINENO: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&5 --echo "$as_me: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&5 -+$as_echo "$as_me: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&2;} - fi - ac_cv_func_vfork_works=$ac_cv_func_vfork - if test "x$ac_cv_func_vfork" = xyes; then -- { echo "$as_me:$LINENO: checking for working vfork" >&5 --echo $ECHO_N "checking for working vfork... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for working vfork" >&5 -+$as_echo_n "checking for working vfork... " >&6; } - if test "${ac_cv_func_vfork_works+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test "$cross_compiling" = yes; then - ac_cv_func_vfork_works=cross -@@ -12916,42 +13714,45 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_func_vfork_works=yes - else -- echo "$as_me: program exited with status $ac_status" >&5 --echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: program exited with status $ac_status" >&5 -+$as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ( exit $ac_status ) - ac_cv_func_vfork_works=no - fi -+rm -rf conftest.dSYM - rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi - - - fi --{ echo "$as_me:$LINENO: result: $ac_cv_func_vfork_works" >&5 --echo "${ECHO_T}$ac_cv_func_vfork_works" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_vfork_works" >&5 -+$as_echo "$ac_cv_func_vfork_works" >&6; } - - fi; - if test "x$ac_cv_func_fork_works" = xcross; then - ac_cv_func_vfork_works=$ac_cv_func_vfork -- { echo "$as_me:$LINENO: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&5 --echo "$as_me: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&5 -+$as_echo "$as_me: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&2;} - fi - - if test "x$ac_cv_func_vfork_works" = xyes; then -@@ -12975,10 +13776,10 @@ _ACEOF - - fi - --{ echo "$as_me:$LINENO: checking for _LARGEFILE_SOURCE value needed for large files" >&5 --echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for _LARGEFILE_SOURCE value needed for large files" >&5 -+$as_echo_n "checking for _LARGEFILE_SOURCE value needed for large files... " >&6; } - if test "${ac_cv_sys_largefile_source+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - while :; do - cat >conftest.$ac_ext <<_ACEOF -@@ -13004,26 +13805,30 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_sys_largefile_source=no; break - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - cat >conftest.$ac_ext <<_ACEOF -@@ -13050,34 +13855,38 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_sys_largefile_source=1; break - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - ac_cv_sys_largefile_source=unknown - break - done - fi --{ echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_source" >&5 --echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_source" >&5 -+$as_echo "$ac_cv_sys_largefile_source" >&6; } - case $ac_cv_sys_largefile_source in #( - no | unknown) ;; - *) -@@ -13086,7 +13895,7 @@ cat >>confdefs.h <<_ACEOF - _ACEOF - ;; - esac --rm -f conftest* -+rm -rf conftest* - - # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug - # in glibc 2.1.3, but that breaks too many other things. -@@ -13100,10 +13909,10 @@ _ACEOF - fi - - if test $ac_cv_c_compiler_gnu = yes; then -- { echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5 --echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5 -+$as_echo_n "checking whether $CC needs -traditional... " >&6; } - if test "${ac_cv_prog_gcc_traditional+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_pattern="Autoconf.*'x'" - cat >conftest.$ac_ext <<_ACEOF -@@ -13142,8 +13951,8 @@ rm -f conftest* - - fi - fi --{ echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5 --echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5 -+$as_echo "$ac_cv_prog_gcc_traditional" >&6; } - if test $ac_cv_prog_gcc_traditional = yes; then - CC="$CC -traditional" - fi -@@ -13153,10 +13962,10 @@ fi - # acts exactly like glibc's or not - # AC_FUNC_MALLOC - # AC_FUNC_REALLOC --{ echo "$as_me:$LINENO: checking for working memcmp" >&5 --echo $ECHO_N "checking for working memcmp... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for working memcmp" >&5 -+$as_echo_n "checking for working memcmp... " >&6; } - if test "${ac_cv_func_memcmp_working+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test "$cross_compiling" = yes; then - ac_cv_func_memcmp_working=no -@@ -13206,36 +14015,39 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_func_memcmp_working=yes - else -- echo "$as_me: program exited with status $ac_status" >&5 --echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: program exited with status $ac_status" >&5 -+$as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ( exit $ac_status ) - ac_cv_func_memcmp_working=no - fi -+rm -rf conftest.dSYM - rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi - - - fi --{ echo "$as_me:$LINENO: result: $ac_cv_func_memcmp_working" >&5 --echo "${ECHO_T}$ac_cv_func_memcmp_working" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_memcmp_working" >&5 -+$as_echo "$ac_cv_func_memcmp_working" >&6; } - test $ac_cv_func_memcmp_working = no && case " $LIBOBJS " in - *" memcmp.$ac_objext "* ) ;; - *) LIBOBJS="$LIBOBJS memcmp.$ac_objext" -@@ -13247,20 +14059,21 @@ esac - - for ac_header in stdlib.h unistd.h - do --as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -+as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- { echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 -+$as_echo_n "checking for $ac_header... " >&6; } - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --ac_res=`eval echo '${'$as_ac_Header'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } -+ac_res=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 --echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 -+$as_echo_n "checking $ac_header usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -13276,32 +14089,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 --echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 -+$as_echo_n "checking $ac_header presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -13315,51 +14129,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 --echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -13368,21 +14183,24 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 -+$as_echo_n "checking for $ac_header... " >&6; } - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - eval "$as_ac_Header=\$ac_header_preproc" - fi --ac_res=`eval echo '${'$as_ac_Header'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } -+ac_res=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } - - fi --if test `eval echo '${'$as_ac_Header'}'` = yes; then -+as_val=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - cat >>confdefs.h <<_ACEOF --#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 -+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 - _ACEOF - - fi -@@ -13392,11 +14210,11 @@ done - - for ac_func in getpagesize - do --as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for $ac_func" >&5 --echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } -+as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 -+$as_echo_n "checking for $ac_func... " >&6; } - if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -13449,44 +14267,51 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_var=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_var=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --ac_res=`eval echo '${'$as_ac_var'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_var'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_var'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_var'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - cat >>confdefs.h <<_ACEOF --#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 -+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 - _ACEOF - - fi - done - --{ echo "$as_me:$LINENO: checking for working mmap" >&5 --echo $ECHO_N "checking for working mmap... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for working mmap" >&5 -+$as_echo_n "checking for working mmap... " >&6; } - if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test "$cross_compiling" = yes; then - ac_cv_func_mmap_fixed_mapped=no -@@ -13630,36 +14455,39 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_func_mmap_fixed_mapped=yes - else -- echo "$as_me: program exited with status $ac_status" >&5 --echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: program exited with status $ac_status" >&5 -+$as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ( exit $ac_status ) - ac_cv_func_mmap_fixed_mapped=no - fi -+rm -rf conftest.dSYM - rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi - - - fi --{ echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5 --echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5 -+$as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; } - if test $ac_cv_func_mmap_fixed_mapped = yes; then - - cat >>confdefs.h <<\_ACEOF -@@ -13673,20 +14501,21 @@ rm -f conftest.mmap - - for ac_header in sys/select.h sys/socket.h - do --as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -+as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- { echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 -+$as_echo_n "checking for $ac_header... " >&6; } - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --ac_res=`eval echo '${'$as_ac_Header'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } -+ac_res=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 --echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 -+$as_echo_n "checking $ac_header usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -13702,32 +14531,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 --echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 -+$as_echo_n "checking $ac_header presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -13741,51 +14571,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 --echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -13794,31 +14625,34 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 -+$as_echo_n "checking for $ac_header... " >&6; } - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - eval "$as_ac_Header=\$ac_header_preproc" - fi --ac_res=`eval echo '${'$as_ac_Header'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } -+ac_res=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } - - fi --if test `eval echo '${'$as_ac_Header'}'` = yes; then -+as_val=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - cat >>confdefs.h <<_ACEOF --#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 -+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 - _ACEOF - - fi - - done - --{ echo "$as_me:$LINENO: checking types of arguments for select" >&5 --echo $ECHO_N "checking types of arguments for select... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking types of arguments for select" >&5 -+$as_echo_n "checking types of arguments for select... " >&6; } - if test "${ac_cv_func_select_args+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - for ac_arg234 in 'fd_set *' 'int *' 'void *'; do - for ac_arg1 in 'int' 'size_t' 'unsigned long int' 'unsigned int'; do -@@ -13853,20 +14687,21 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_cv_func_select_args="$ac_arg1,$ac_arg234,$ac_arg5"; break 3 - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - -@@ -13880,8 +14715,8 @@ done - : ${ac_cv_func_select_args='int,int *,struct timeval *'} - - fi --{ echo "$as_me:$LINENO: result: $ac_cv_func_select_args" >&5 --echo "${ECHO_T}$ac_cv_func_select_args" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_select_args" >&5 -+$as_echo "$ac_cv_func_select_args" >&6; } - ac_save_IFS=$IFS; IFS=',' - set dummy `echo "$ac_cv_func_select_args" | sed 's/\*/\*/g'` - IFS=$ac_save_IFS -@@ -13903,197 +14738,17 @@ _ACEOF - - rm -f conftest* - --{ echo "$as_me:$LINENO: checking for function prototypes" >&5 --echo $ECHO_N "checking for function prototypes... $ECHO_C" >&6; } --if test "$ac_cv_prog_cc_c89" != no; then -- { echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; } -- --cat >>confdefs.h <<\_ACEOF --#define PROTOTYPES 1 --_ACEOF -- -- --cat >>confdefs.h <<\_ACEOF --#define __PROTOTYPES 1 --_ACEOF -- --else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } --fi -- --{ echo "$as_me:$LINENO: checking whether setvbuf arguments are reversed" >&5 --echo $ECHO_N "checking whether setvbuf arguments are reversed... $ECHO_C" >&6; } - if test "${ac_cv_func_setvbuf_reversed+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_func_setvbuf_reversed=no -- cat >conftest.$ac_ext <<_ACEOF --/* confdefs.h. */ --_ACEOF --cat confdefs.h >>conftest.$ac_ext --cat >>conftest.$ac_ext <<_ACEOF --/* end confdefs.h. */ --#include --# ifdef PROTOTYPES -- int (setvbuf) (FILE *, int, char *, size_t); --# endif --int --main () --{ --char buf; return setvbuf (stdout, _IOLBF, &buf, 1); -- ; -- return 0; --} --_ACEOF --rm -f conftest.$ac_objext conftest$ac_exeext --if { (ac_try="$ac_link" --case "(($ac_try" in -- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -- *) ac_try_echo=$ac_try;; --esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -- (eval "$ac_link") 2>conftest.er1 -- ac_status=$? -- grep -v '^ *+' conftest.er1 >conftest.err -- rm -f conftest.er1 -- cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && { -- test -z "$ac_c_werror_flag" || -- test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -- cat >conftest.$ac_ext <<_ACEOF --/* confdefs.h. */ --_ACEOF --cat confdefs.h >>conftest.$ac_ext --cat >>conftest.$ac_ext <<_ACEOF --/* end confdefs.h. */ --#include --# ifdef PROTOTYPES -- int (setvbuf) (FILE *, int, char *, size_t); --# endif --int --main () --{ --char buf; return setvbuf (stdout, &buf, _IOLBF, 1); -- ; -- return 0; --} --_ACEOF --rm -f conftest.$ac_objext conftest$ac_exeext --if { (ac_try="$ac_link" --case "(($ac_try" in -- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -- *) ac_try_echo=$ac_try;; --esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -- (eval "$ac_link") 2>conftest.er1 -- ac_status=$? -- grep -v '^ *+' conftest.er1 >conftest.err -- rm -f conftest.er1 -- cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && { -- test -z "$ac_c_werror_flag" || -- test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -- # It compiles and links either way, so it must not be declared -- # with a prototype and most likely this is a K&R C compiler. -- # Try running it. -- if test "$cross_compiling" = yes; then -- : # Assume setvbuf is not reversed when cross-compiling. --else -- cat >conftest.$ac_ext <<_ACEOF --/* confdefs.h. */ --_ACEOF --cat confdefs.h >>conftest.$ac_ext --cat >>conftest.$ac_ext <<_ACEOF --/* end confdefs.h. */ --$ac_includes_default --int --main () --{ --/* This call has the arguments reversed. -- A reversed system may check and see that the address of buf -- is not _IOLBF, _IONBF, or _IOFBF, and return nonzero. */ -- char buf; -- if (setvbuf (stdout, _IOLBF, &buf, 1) != 0) -- return 1; -- putchar ('\r'); -- return 0; /* Non-reversed systems SEGV here. */ -- ; -- return 0; --} --_ACEOF --rm -f conftest$ac_exeext --if { (ac_try="$ac_link" --case "(($ac_try" in -- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -- *) ac_try_echo=$ac_try;; --esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -- (eval "$ac_link") 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && { ac_try='./conftest$ac_exeext' -- { (case "(($ac_try" in -- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -- *) ac_try_echo=$ac_try;; --esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -- (eval "$ac_try") 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -- ac_cv_func_setvbuf_reversed=yes --else -- echo "$as_me: program exited with status $ac_status" >&5 --echo "$as_me: failed program was:" >&5 --sed 's/^/| /' conftest.$ac_ext >&5 -- --fi --rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi - - -- ac_cv_func_setvbuf_reversed=yes --else -- echo "$as_me: failed program was:" >&5 --sed 's/^/| /' conftest.$ac_ext >&5 -- -- --fi -- --rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ -- conftest$ac_exeext conftest.$ac_ext --else -- echo "$as_me: failed program was:" >&5 --sed 's/^/| /' conftest.$ac_ext >&5 -- -- --fi -- --rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ -- conftest$ac_exeext conftest.$ac_ext --fi --{ echo "$as_me:$LINENO: result: $ac_cv_func_setvbuf_reversed" >&5 --echo "${ECHO_T}$ac_cv_func_setvbuf_reversed" >&6; } --if test $ac_cv_func_setvbuf_reversed = yes; then -- --cat >>confdefs.h <<\_ACEOF --#define SETVBUF_REVERSED 1 --_ACEOF -- --fi -- --{ echo "$as_me:$LINENO: checking return type of signal handlers" >&5 --echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking return type of signal handlers" >&5 -+$as_echo_n "checking return type of signal handlers... " >&6; } - if test "${ac_cv_type_signal+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -14118,20 +14773,21 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_cv_type_signal=int - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_type_signal=void -@@ -14139,18 +14795,18 @@ fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --{ echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5 --echo "${ECHO_T}$ac_cv_type_signal" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5 -+$as_echo "$ac_cv_type_signal" >&6; } - - cat >>confdefs.h <<_ACEOF - #define RETSIGTYPE $ac_cv_type_signal - _ACEOF - - --{ echo "$as_me:$LINENO: checking whether lstat dereferences a symlink specified with a trailing slash" >&5 --echo $ECHO_N "checking whether lstat dereferences a symlink specified with a trailing slash... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking whether lstat dereferences a symlink specified with a trailing slash" >&5 -+$as_echo_n "checking whether lstat dereferences a symlink specified with a trailing slash... " >&6; } - if test "${ac_cv_func_lstat_dereferences_slashed_symlink+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - rm -f conftest.sym conftest.file - echo >conftest.file -@@ -14183,29 +14839,32 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_func_lstat_dereferences_slashed_symlink=yes - else -- echo "$as_me: program exited with status $ac_status" >&5 --echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: program exited with status $ac_status" >&5 -+$as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ( exit $ac_status ) - ac_cv_func_lstat_dereferences_slashed_symlink=no - fi -+rm -rf conftest.dSYM - rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi - -@@ -14218,8 +14877,8 @@ fi - rm -f conftest.sym conftest.file - - fi --{ echo "$as_me:$LINENO: result: $ac_cv_func_lstat_dereferences_slashed_symlink" >&5 --echo "${ECHO_T}$ac_cv_func_lstat_dereferences_slashed_symlink" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_lstat_dereferences_slashed_symlink" >&5 -+$as_echo "$ac_cv_func_lstat_dereferences_slashed_symlink" >&6; } - - test $ac_cv_func_lstat_dereferences_slashed_symlink = yes && - -@@ -14237,10 +14896,10 @@ esac - - fi - --{ echo "$as_me:$LINENO: checking whether stat accepts an empty string" >&5 --echo $ECHO_N "checking whether stat accepts an empty string... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking whether stat accepts an empty string" >&5 -+$as_echo_n "checking whether stat accepts an empty string... " >&6; } - if test "${ac_cv_func_stat_empty_string_bug+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test "$cross_compiling" = yes; then - ac_cv_func_stat_empty_string_bug=yes -@@ -14267,36 +14926,39 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_func_stat_empty_string_bug=no - else -- echo "$as_me: program exited with status $ac_status" >&5 --echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: program exited with status $ac_status" >&5 -+$as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ( exit $ac_status ) - ac_cv_func_stat_empty_string_bug=yes - fi -+rm -rf conftest.dSYM - rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi - - - fi --{ echo "$as_me:$LINENO: result: $ac_cv_func_stat_empty_string_bug" >&5 --echo "${ECHO_T}$ac_cv_func_stat_empty_string_bug" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_stat_empty_string_bug" >&5 -+$as_echo "$ac_cv_func_stat_empty_string_bug" >&6; } - if test $ac_cv_func_stat_empty_string_bug = yes; then - case " $LIBOBJS " in - *" stat.$ac_objext "* ) ;; -@@ -14311,10 +14973,10 @@ _ACEOF - - fi - --{ echo "$as_me:$LINENO: checking for working strcoll" >&5 --echo $ECHO_N "checking for working strcoll... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for working strcoll" >&5 -+$as_echo_n "checking for working strcoll... " >&6; } - if test "${ac_cv_func_strcoll_works+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test "$cross_compiling" = yes; then - ac_cv_func_strcoll_works=no -@@ -14342,36 +15004,39 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_func_strcoll_works=yes - else -- echo "$as_me: program exited with status $ac_status" >&5 --echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: program exited with status $ac_status" >&5 -+$as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ( exit $ac_status ) - ac_cv_func_strcoll_works=no - fi -+rm -rf conftest.dSYM - rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi - - - fi --{ echo "$as_me:$LINENO: result: $ac_cv_func_strcoll_works" >&5 --echo "${ECHO_T}$ac_cv_func_strcoll_works" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_strcoll_works" >&5 -+$as_echo "$ac_cv_func_strcoll_works" >&6; } - if test $ac_cv_func_strcoll_works = yes; then - - cat >>confdefs.h <<\_ACEOF -@@ -14383,11 +15048,11 @@ fi - - for ac_func in strftime - do --as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for $ac_func" >&5 --echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } -+as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 -+$as_echo_n "checking for $ac_func... " >&6; } - if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -14440,43 +15105,50 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_var=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_var=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --ac_res=`eval echo '${'$as_ac_var'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_var'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_var'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_var'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - cat >>confdefs.h <<_ACEOF --#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 -+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 - _ACEOF - - else - # strftime is in -lintl on SCO UNIX. --{ echo "$as_me:$LINENO: checking for strftime in -lintl" >&5 --echo $ECHO_N "checking for strftime in -lintl... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for strftime in -lintl" >&5 -+$as_echo_n "checking for strftime in -lintl... " >&6; } - if test "${ac_cv_lib_intl_strftime+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lintl $LIBS" -@@ -14508,33 +15180,37 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_lib_intl_strftime=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_lib_intl_strftime=no - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --{ echo "$as_me:$LINENO: result: $ac_cv_lib_intl_strftime" >&5 --echo "${ECHO_T}$ac_cv_lib_intl_strftime" >&6; } --if test $ac_cv_lib_intl_strftime = yes; then -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_strftime" >&5 -+$as_echo "$ac_cv_lib_intl_strftime" >&6; } -+if test "x$ac_cv_lib_intl_strftime" = x""yes; then - cat >>confdefs.h <<\_ACEOF - #define HAVE_STRFTIME 1 - _ACEOF -@@ -14545,10 +15221,10 @@ fi - fi - done - --{ echo "$as_me:$LINENO: checking for working strnlen" >&5 --echo $ECHO_N "checking for working strnlen... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for working strnlen" >&5 -+$as_echo_n "checking for working strnlen... " >&6; } - if test "${ac_cv_func_strnlen_working+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test "$cross_compiling" = yes; then - ac_cv_func_strnlen_working=no -@@ -14589,36 +15265,39 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_func_strnlen_working=yes - else -- echo "$as_me: program exited with status $ac_status" >&5 --echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: program exited with status $ac_status" >&5 -+$as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ( exit $ac_status ) - ac_cv_func_strnlen_working=no - fi -+rm -rf conftest.dSYM - rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi - - - fi --{ echo "$as_me:$LINENO: result: $ac_cv_func_strnlen_working" >&5 --echo "${ECHO_T}$ac_cv_func_strnlen_working" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_strnlen_working" >&5 -+$as_echo "$ac_cv_func_strnlen_working" >&6; } - test $ac_cv_func_strnlen_working = no && case " $LIBOBJS " in - *" strnlen.$ac_objext "* ) ;; - *) LIBOBJS="$LIBOBJS strnlen.$ac_objext" -@@ -14626,10 +15305,10 @@ test $ac_cv_func_strnlen_working = no && case " $LIBOBJS " in - esac - - --{ echo "$as_me:$LINENO: checking for working strtod" >&5 --echo $ECHO_N "checking for working strtod... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for working strtod" >&5 -+$as_echo_n "checking for working strtod... " >&6; } - if test "${ac_cv_func_strtod+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test "$cross_compiling" = yes; then - ac_cv_func_strtod=no -@@ -14677,36 +15356,39 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_func_strtod=yes - else -- echo "$as_me: program exited with status $ac_status" >&5 --echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: program exited with status $ac_status" >&5 -+$as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ( exit $ac_status ) - ac_cv_func_strtod=no - fi -+rm -rf conftest.dSYM - rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi - - - fi --{ echo "$as_me:$LINENO: result: $ac_cv_func_strtod" >&5 --echo "${ECHO_T}$ac_cv_func_strtod" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_strtod" >&5 -+$as_echo "$ac_cv_func_strtod" >&6; } - if test $ac_cv_func_strtod = no; then - case " $LIBOBJS " in - *" strtod.$ac_objext "* ) ;; -@@ -14714,10 +15396,10 @@ if test $ac_cv_func_strtod = no; then - ;; - esac - --{ echo "$as_me:$LINENO: checking for pow" >&5 --echo $ECHO_N "checking for pow... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for pow" >&5 -+$as_echo_n "checking for pow... " >&6; } - if test "${ac_cv_func_pow+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -14770,37 +15452,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_func_pow=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_func_pow=no - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --{ echo "$as_me:$LINENO: result: $ac_cv_func_pow" >&5 --echo "${ECHO_T}$ac_cv_func_pow" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_pow" >&5 -+$as_echo "$ac_cv_func_pow" >&6; } - - if test $ac_cv_func_pow = no; then -- { echo "$as_me:$LINENO: checking for pow in -lm" >&5 --echo $ECHO_N "checking for pow in -lm... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for pow in -lm" >&5 -+$as_echo_n "checking for pow in -lm... " >&6; } - if test "${ac_cv_lib_m_pow+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lm $LIBS" -@@ -14832,37 +15518,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_lib_m_pow=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_lib_m_pow=no - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --{ echo "$as_me:$LINENO: result: $ac_cv_lib_m_pow" >&5 --echo "${ECHO_T}$ac_cv_lib_m_pow" >&6; } --if test $ac_cv_lib_m_pow = yes; then -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_m_pow" >&5 -+$as_echo "$ac_cv_lib_m_pow" >&6; } -+if test "x$ac_cv_lib_m_pow" = x""yes; then - POW_LIB=-lm - else -- { echo "$as_me:$LINENO: WARNING: cannot find library containing definition of pow" >&5 --echo "$as_me: WARNING: cannot find library containing definition of pow" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: cannot find library containing definition of pow" >&5 -+$as_echo "$as_me: WARNING: cannot find library containing definition of pow" >&2;} - fi - - fi -@@ -14875,20 +15565,21 @@ fi - - for ac_header in $ac_header_list - do --as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -+as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- { echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 -+$as_echo_n "checking for $ac_header... " >&6; } - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --ac_res=`eval echo '${'$as_ac_Header'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } -+ac_res=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 --echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 -+$as_echo_n "checking $ac_header usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -14904,32 +15595,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 --echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 -+$as_echo_n "checking $ac_header presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -14943,51 +15635,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 --echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -14996,21 +15689,24 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 -+$as_echo_n "checking for $ac_header... " >&6; } - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - eval "$as_ac_Header=\$ac_header_preproc" - fi --ac_res=`eval echo '${'$as_ac_Header'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } -+ac_res=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } - - fi --if test `eval echo '${'$as_ac_Header'}'` = yes; then -+as_val=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - cat >>confdefs.h <<_ACEOF --#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 -+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 - _ACEOF - - fi -@@ -15025,10 +15721,10 @@ done - - - --{ echo "$as_me:$LINENO: checking whether utime accepts a null argument" >&5 --echo $ECHO_N "checking whether utime accepts a null argument... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking whether utime accepts a null argument" >&5 -+$as_echo_n "checking whether utime accepts a null argument... " >&6; } - if test "${ac_cv_func_utime_null+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - rm -f conftest.data; >conftest.data - # Sequent interprets utime(file, 0) to mean use start of epoch. Wrong. -@@ -15064,36 +15760,39 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_func_utime_null=yes - else -- echo "$as_me: program exited with status $ac_status" >&5 --echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: program exited with status $ac_status" >&5 -+$as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ( exit $ac_status ) - ac_cv_func_utime_null=no - fi -+rm -rf conftest.dSYM - rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi - - - fi --{ echo "$as_me:$LINENO: result: $ac_cv_func_utime_null" >&5 --echo "${ECHO_T}$ac_cv_func_utime_null" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_utime_null" >&5 -+$as_echo "$ac_cv_func_utime_null" >&6; } - if test $ac_cv_func_utime_null = yes; then - - cat >>confdefs.h <<\_ACEOF -@@ -15106,11 +15805,11 @@ rm -f conftest.data - - for ac_func in vprintf - do --as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for $ac_func" >&5 --echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } -+as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 -+$as_echo_n "checking for $ac_func... " >&6; } - if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -15163,41 +15862,48 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_var=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_var=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --ac_res=`eval echo '${'$as_ac_var'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_var'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_var'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_var'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - cat >>confdefs.h <<_ACEOF --#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 -+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 - _ACEOF - --{ echo "$as_me:$LINENO: checking for _doprnt" >&5 --echo $ECHO_N "checking for _doprnt... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for _doprnt" >&5 -+$as_echo_n "checking for _doprnt... " >&6; } - if test "${ac_cv_func__doprnt+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -15250,32 +15956,36 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_func__doprnt=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_func__doprnt=no - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --{ echo "$as_me:$LINENO: result: $ac_cv_func__doprnt" >&5 --echo "${ECHO_T}$ac_cv_func__doprnt" >&6; } --if test $ac_cv_func__doprnt = yes; then -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_func__doprnt" >&5 -+$as_echo "$ac_cv_func__doprnt" >&6; } -+if test "x$ac_cv_func__doprnt" = x""yes; then - - cat >>confdefs.h <<\_ACEOF - #define HAVE_DOPRNT 1 -@@ -15334,11 +16044,11 @@ done - - for ac_func in asprintf atexit dup2 endpwent ftruncate getcwd gethostbyname gethostname getloadavg gettimeofday ioperm inet_ntoa isascii localtime_r memchr memmove memset mkdir munmap putenv re_comp regcomp select setenv socket strcasecmp strcasestr strchr strcspn strdup strerror strlcat strlcpy strncasecmp strndup strnlen strrchr strsep strspn strstr strtol strtoq unsetenv utime vasprintf - do --as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for $ac_func" >&5 --echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } -+as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 -+$as_echo_n "checking for $ac_func... " >&6; } - if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -15391,35 +16101,42 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_var=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_var=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --ac_res=`eval echo '${'$as_ac_var'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_var'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_var'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_var'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - cat >>confdefs.h <<_ACEOF --#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 -+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 - _ACEOF - - fi -@@ -15429,11 +16146,11 @@ done - - for ac_func in glob - do --as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for $ac_func" >&5 --echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } -+as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 -+$as_echo_n "checking for $ac_func... " >&6; } - if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -15486,43 +16203,50 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_var=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_var=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --ac_res=`eval echo '${'$as_ac_var'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_var'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_var'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_var'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - cat >>confdefs.h <<_ACEOF --#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 -+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 - _ACEOF - - fi - done - - --{ echo "$as_me:$LINENO: checking for timersub in time.h" >&5 --echo $ECHO_N "checking for timersub in time.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for timersub in time.h" >&5 -+$as_echo_n "checking for timersub in time.h... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -15544,49 +16268,53 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -- { echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; } -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then -+ { $as_echo "$as_me:$LINENO: result: yes" >&5 -+$as_echo "yes" >&6; } - - cat >>confdefs.h <<\_ACEOF - #define HAVE_TIMERSUB 1 - _ACEOF - - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - - if test "${ac_cv_header_sys_poll_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for sys/poll.h" >&5 --echo $ECHO_N "checking for sys/poll.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for sys/poll.h" >&5 -+$as_echo_n "checking for sys/poll.h... " >&6; } - if test "${ac_cv_header_sys_poll_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_sys_poll_h" >&5 --echo "${ECHO_T}$ac_cv_header_sys_poll_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_poll_h" >&5 -+$as_echo "$ac_cv_header_sys_poll_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking sys/poll.h usability" >&5 --echo $ECHO_N "checking sys/poll.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking sys/poll.h usability" >&5 -+$as_echo_n "checking sys/poll.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -15602,32 +16330,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking sys/poll.h presence" >&5 --echo $ECHO_N "checking sys/poll.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking sys/poll.h presence" >&5 -+$as_echo_n "checking sys/poll.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -15641,51 +16370,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: sys/poll.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: sys/poll.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: sys/poll.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: sys/poll.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: sys/poll.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: sys/poll.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: sys/poll.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: sys/poll.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: sys/poll.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: sys/poll.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: sys/poll.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: sys/poll.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: sys/poll.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: sys/poll.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: sys/poll.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: sys/poll.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: sys/poll.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: sys/poll.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: sys/poll.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: sys/poll.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: sys/poll.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: sys/poll.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: sys/poll.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: sys/poll.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: sys/poll.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: sys/poll.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: sys/poll.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: sys/poll.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: sys/poll.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: sys/poll.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: sys/poll.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: sys/poll.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -15694,18 +16424,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for sys/poll.h" >&5 --echo $ECHO_N "checking for sys/poll.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for sys/poll.h" >&5 -+$as_echo_n "checking for sys/poll.h... " >&6; } - if test "${ac_cv_header_sys_poll_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_sys_poll_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_sys_poll_h" >&5 --echo "${ECHO_T}$ac_cv_header_sys_poll_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_poll_h" >&5 -+$as_echo "$ac_cv_header_sys_poll_h" >&6; } - - fi --if test $ac_cv_header_sys_poll_h = yes; then -+if test "x$ac_cv_header_sys_poll_h" = x""yes; then - HAS_POLL=1 - - cat >>confdefs.h <<\_ACEOF -@@ -15721,8 +16451,8 @@ if test "${enable_internal_poll+set}" = set; then - enableval=$enable_internal_poll; case "${enableval}" in - y|ye|yes) HAS_POLL="";; - n|no) HAS_POLL="${HAS_POLL}" ;; -- *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-internal-poll" >&5 --echo "$as_me: error: bad value ${enableval} for --enable-internal-poll" >&2;} -+ *) { { $as_echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-internal-poll" >&5 -+$as_echo "$as_me: error: bad value ${enableval} for --enable-internal-poll" >&2;} - { (exit 1); exit 1; }; } ;; - esac - fi -@@ -15737,11 +16467,11 @@ fi - - for ac_func in funopen fopencookie - do --as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for $ac_func" >&5 --echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } -+as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 -+$as_echo_n "checking for $ac_func... " >&6; } - if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -15794,35 +16524,42 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_var=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_var=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --ac_res=`eval echo '${'$as_ac_var'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_var'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_var'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_var'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - cat >>confdefs.h <<_ACEOF --#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 -+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 - _ACEOF - - fi -@@ -15832,11 +16569,11 @@ done - - for ac_func in inet_aton - do --as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for $ac_func" >&5 --echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } -+as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 -+$as_echo_n "checking for $ac_func... " >&6; } - if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -15889,35 +16626,42 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_var=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_var=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --ac_res=`eval echo '${'$as_ac_var'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_var'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_var'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_var'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - cat >>confdefs.h <<_ACEOF --#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 -+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 - _ACEOF - - fi -@@ -15925,8 +16669,8 @@ done - - - # check if we have IP_PKTINFO constant defined --{ echo "$as_me:$LINENO: checking for IP_PKTINFO" >&5 --echo $ECHO_N "checking for IP_PKTINFO... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for IP_PKTINFO" >&5 -+$as_echo_n "checking for IP_PKTINFO... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -15948,42 +16692,46 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -- { echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; } -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then -+ { $as_echo "$as_me:$LINENO: result: yes" >&5 -+$as_echo "yes" >&6; } - - cat >>confdefs.h <<\_ACEOF - #define HAVE_PKTINFO 1 - _ACEOF - - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - - # some systems already have gethostbyname_r so we don't need to build ours in main/utils.c --{ echo "$as_me:$LINENO: checking for library containing gethostbyname_r" >&5 --echo $ECHO_N "checking for library containing gethostbyname_r... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for library containing gethostbyname_r" >&5 -+$as_echo_n "checking for library containing gethostbyname_r... " >&6; } - if test "${ac_cv_search_gethostbyname_r+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_func_search_save_LIBS=$LIBS - cat >conftest.$ac_ext <<_ACEOF -@@ -16021,26 +16769,30 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_search_gethostbyname_r=$ac_res - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext - if test "${ac_cv_search_gethostbyname_r+set}" = set; then -@@ -16055,8 +16807,8 @@ fi - rm conftest.$ac_ext - LIBS=$ac_func_search_save_LIBS - fi --{ echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname_r" >&5 --echo "${ECHO_T}$ac_cv_search_gethostbyname_r" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname_r" >&5 -+$as_echo "$ac_cv_search_gethostbyname_r" >&6; } - ac_res=$ac_cv_search_gethostbyname_r - if test "$ac_res" != no; then - test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" -@@ -16064,8 +16816,8 @@ if test "$ac_res" != no; then - fi - - --{ echo "$as_me:$LINENO: checking for gethostbyname_r with 6 arguments" >&5 --echo $ECHO_N "checking for gethostbyname_r with 6 arguments... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for gethostbyname_r with 6 arguments" >&5 -+$as_echo_n "checking for gethostbyname_r with 6 arguments... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -16088,39 +16840,43 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -- { echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; } -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then -+ { $as_echo "$as_me:$LINENO: result: yes" >&5 -+$as_echo "yes" >&6; } - - cat >>confdefs.h <<\_ACEOF - #define HAVE_GETHOSTBYNAME_R_6 1 - _ACEOF - - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - --{ echo "$as_me:$LINENO: checking for gethostbyname_r with 5 arguments" >&5 --echo $ECHO_N "checking for gethostbyname_r with 5 arguments... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for gethostbyname_r with 5 arguments" >&5 -+$as_echo_n "checking for gethostbyname_r with 5 arguments... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -16143,49 +16899,53 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -- { echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; } -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then -+ { $as_echo "$as_me:$LINENO: result: yes" >&5 -+$as_echo "yes" >&6; } - - cat >>confdefs.h <<\_ACEOF - #define HAVE_GETHOSTBYNAME_R_5 1 - _ACEOF - - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - - if test "${ac_cv_header_byteswap_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for byteswap.h" >&5 --echo $ECHO_N "checking for byteswap.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for byteswap.h" >&5 -+$as_echo_n "checking for byteswap.h... " >&6; } - if test "${ac_cv_header_byteswap_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_byteswap_h" >&5 --echo "${ECHO_T}$ac_cv_header_byteswap_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_byteswap_h" >&5 -+$as_echo "$ac_cv_header_byteswap_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking byteswap.h usability" >&5 --echo $ECHO_N "checking byteswap.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking byteswap.h usability" >&5 -+$as_echo_n "checking byteswap.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -16201,32 +16961,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking byteswap.h presence" >&5 --echo $ECHO_N "checking byteswap.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking byteswap.h presence" >&5 -+$as_echo_n "checking byteswap.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -16240,51 +17001,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: byteswap.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: byteswap.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: byteswap.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: byteswap.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: byteswap.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: byteswap.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: byteswap.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: byteswap.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: byteswap.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: byteswap.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: byteswap.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: byteswap.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: byteswap.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: byteswap.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: byteswap.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: byteswap.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: byteswap.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: byteswap.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: byteswap.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: byteswap.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: byteswap.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: byteswap.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: byteswap.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: byteswap.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: byteswap.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: byteswap.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: byteswap.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: byteswap.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: byteswap.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: byteswap.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: byteswap.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: byteswap.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -16293,18 +17055,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for byteswap.h" >&5 --echo $ECHO_N "checking for byteswap.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for byteswap.h" >&5 -+$as_echo_n "checking for byteswap.h... " >&6; } - if test "${ac_cv_header_byteswap_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_byteswap_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_byteswap_h" >&5 --echo "${ECHO_T}$ac_cv_header_byteswap_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_byteswap_h" >&5 -+$as_echo "$ac_cv_header_byteswap_h" >&6; } - - fi --if test $ac_cv_header_byteswap_h = yes; then -+if test "x$ac_cv_header_byteswap_h" = x""yes; then - - cat >>confdefs.h <<_ACEOF - #define HAVE_BYTESWAP_H 1 -@@ -16314,8 +17076,8 @@ fi - - - --{ echo "$as_me:$LINENO: checking for __swap16 variant of byteswapping macros" >&5 --echo $ECHO_N "checking for __swap16 variant of byteswapping macros... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for __swap16 variant of byteswapping macros" >&5 -+$as_echo_n "checking for __swap16 variant of byteswapping macros... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -16337,39 +17099,43 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -- { echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; } -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then -+ { $as_echo "$as_me:$LINENO: result: yes" >&5 -+$as_echo "yes" >&6; } - - cat >>confdefs.h <<\_ACEOF - #define HAVE_SYS_ENDIAN_SWAP16 1 - _ACEOF - - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - --{ echo "$as_me:$LINENO: checking for bswap16 variant of byteswapping macros" >&5 --echo $ECHO_N "checking for bswap16 variant of byteswapping macros... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for bswap16 variant of byteswapping macros" >&5 -+$as_echo_n "checking for bswap16 variant of byteswapping macros... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -16391,47 +17157,51 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -- { echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; } -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then -+ { $as_echo "$as_me:$LINENO: result: yes" >&5 -+$as_echo "yes" >&6; } - - cat >>confdefs.h <<\_ACEOF - #define HAVE_SYS_ENDIAN_BSWAP16 1 - _ACEOF - - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - - if test "${cross_compiling}" = "no"; - then -- { echo "$as_me:$LINENO: checking for /dev/urandom" >&5 --echo $ECHO_N "checking for /dev/urandom... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for /dev/urandom" >&5 -+$as_echo_n "checking for /dev/urandom... " >&6; } - if test "${ac_cv_file__dev_urandom+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - test "$cross_compiling" = yes && -- { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 --echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} -+ { { $as_echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 -+$as_echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} - { (exit 1); exit 1; }; } - if test -r "/dev/urandom"; then - ac_cv_file__dev_urandom=yes -@@ -16439,9 +17209,9 @@ else - ac_cv_file__dev_urandom=no - fi - fi --{ echo "$as_me:$LINENO: result: $ac_cv_file__dev_urandom" >&5 --echo "${ECHO_T}$ac_cv_file__dev_urandom" >&6; } --if test $ac_cv_file__dev_urandom = yes; then -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_file__dev_urandom" >&5 -+$as_echo "$ac_cv_file__dev_urandom" >&6; } -+if test "x$ac_cv_file__dev_urandom" = x""yes; then - - cat >>confdefs.h <<\_ACEOF - #define HAVE_DEV_URANDOM 1 -@@ -16453,8 +17223,8 @@ fi - - - if test "x${PBX_PTHREAD_RWLOCK_INITIALIZER}" != "x1"; then -- { echo "$as_me:$LINENO: checking for PTHREAD_RWLOCK_INITIALIZER in pthread.h" >&5 --echo $ECHO_N "checking for PTHREAD_RWLOCK_INITIALIZER in pthread.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for PTHREAD_RWLOCK_INITIALIZER in pthread.h" >&5 -+$as_echo_n "checking for PTHREAD_RWLOCK_INITIALIZER in pthread.h... " >&6; } - saved_cppflags="${CPPFLAGS}" - if test "x${PTHREAD_RWLOCK_INITIALIZER_DIR}" != "x"; then - PTHREAD_RWLOCK_INITIALIZER_INCLUDE="-I${PTHREAD_RWLOCK_INITIALIZER_DIR}/include" -@@ -16488,19 +17258,20 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then -- { echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; } -+ { $as_echo "$as_me:$LINENO: result: yes" >&5 -+$as_echo "yes" >&6; } - PBX_PTHREAD_RWLOCK_INITIALIZER=1 - - cat >>confdefs.h <<\_ACEOF -@@ -16509,16 +17280,16 @@ _ACEOF - - - cat >>confdefs.h <<\_ACEOF --#define HAVE_PTHREAD_RWLOCK_INITIALIZER_VERSION -+#define HAVE_PTHREAD_RWLOCK_INITIALIZER_VERSION /**/ - _ACEOF - - - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - - fi - -@@ -16528,8 +17299,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - - - --{ echo "$as_me:$LINENO: checking for PTHREAD_RWLOCK_PREFER_WRITER_NP in pthread.h" >&5 --echo $ECHO_N "checking for PTHREAD_RWLOCK_PREFER_WRITER_NP in pthread.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for PTHREAD_RWLOCK_PREFER_WRITER_NP in pthread.h" >&5 -+$as_echo_n "checking for PTHREAD_RWLOCK_PREFER_WRITER_NP in pthread.h... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -16551,39 +17322,43 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -- { echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; } -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then -+ { $as_echo "$as_me:$LINENO: result: yes" >&5 -+$as_echo "yes" >&6; } - - cat >>confdefs.h <<\_ACEOF - #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 - _ACEOF - - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - --{ echo "$as_me:$LINENO: checking for PTHREAD_MUTEX_RECURSIVE_NP in pthread.h" >&5 --echo $ECHO_N "checking for PTHREAD_MUTEX_RECURSIVE_NP in pthread.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for PTHREAD_MUTEX_RECURSIVE_NP in pthread.h" >&5 -+$as_echo_n "checking for PTHREAD_MUTEX_RECURSIVE_NP in pthread.h... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -16605,41 +17380,45 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -- { echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; } -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then -+ { $as_echo "$as_me:$LINENO: result: yes" >&5 -+$as_echo "yes" >&6; } - - cat >>confdefs.h <<\_ACEOF - #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 - _ACEOF - - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - - - if test "x${PBX_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP}" != "x1"; then -- { echo "$as_me:$LINENO: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP in pthread.h" >&5 --echo $ECHO_N "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP in pthread.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP in pthread.h" >&5 -+$as_echo_n "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP in pthread.h... " >&6; } - saved_cppflags="${CPPFLAGS}" - if test "x${PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP_DIR}" != "x"; then - PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP_INCLUDE="-I${PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP_DIR}/include" -@@ -16673,19 +17452,20 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then -- { echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; } -+ { $as_echo "$as_me:$LINENO: result: yes" >&5 -+$as_echo "yes" >&6; } - PBX_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP=1 - - cat >>confdefs.h <<\_ACEOF -@@ -16694,16 +17474,16 @@ _ACEOF - - - cat >>confdefs.h <<\_ACEOF --#define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP_VERSION -+#define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP_VERSION /**/ - _ACEOF - - - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - - fi - -@@ -16728,8 +17508,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - #) - #fi - --{ echo "$as_me:$LINENO: checking for compiler atomic operations" >&5 --echo $ECHO_N "checking for compiler atomic operations... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for compiler atomic operations" >&5 -+$as_echo_n "checking for compiler atomic operations... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -16751,40 +17531,44 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -- { echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; } -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then -+ { $as_echo "$as_me:$LINENO: result: yes" >&5 -+$as_echo "yes" >&6; } - - cat >>confdefs.h <<\_ACEOF - #define HAVE_GCC_ATOMICS 1 - _ACEOF - - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - - --{ echo "$as_me:$LINENO: checking for compiler 'attribute pure' support" >&5 --echo $ECHO_N "checking for compiler 'attribute pure' support... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for compiler 'attribute pure' support" >&5 -+$as_echo_n "checking for compiler 'attribute pure' support... " >&6; } - saved_CFLAGS="$CFLAGS" - CFLAGS="$CFLAGS -Werror" - cat >conftest.$ac_ext <<_ACEOF -@@ -16808,30 +17592,31 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then -- { echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; } -+ { $as_echo "$as_me:$LINENO: result: yes" >&5 -+$as_echo "yes" >&6; } - - cat >>confdefs.h <<_ACEOF - #define HAVE_ATTRIBUTE_pure 1 - _ACEOF - - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -@@ -16839,8 +17624,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - CFLAGS="$saved_CFLAGS" - - --{ echo "$as_me:$LINENO: checking for compiler 'attribute malloc' support" >&5 --echo $ECHO_N "checking for compiler 'attribute malloc' support... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for compiler 'attribute malloc' support" >&5 -+$as_echo_n "checking for compiler 'attribute malloc' support... " >&6; } - saved_CFLAGS="$CFLAGS" - CFLAGS="$CFLAGS -Werror" - cat >conftest.$ac_ext <<_ACEOF -@@ -16864,30 +17649,31 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then -- { echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; } -+ { $as_echo "$as_me:$LINENO: result: yes" >&5 -+$as_echo "yes" >&6; } - - cat >>confdefs.h <<_ACEOF - #define HAVE_ATTRIBUTE_malloc 1 - _ACEOF - - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -@@ -16895,8 +17681,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - CFLAGS="$saved_CFLAGS" - - --{ echo "$as_me:$LINENO: checking for compiler 'attribute const' support" >&5 --echo $ECHO_N "checking for compiler 'attribute const' support... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for compiler 'attribute const' support" >&5 -+$as_echo_n "checking for compiler 'attribute const' support... " >&6; } - saved_CFLAGS="$CFLAGS" - CFLAGS="$CFLAGS -Werror" - cat >conftest.$ac_ext <<_ACEOF -@@ -16920,30 +17706,31 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then -- { echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; } -+ { $as_echo "$as_me:$LINENO: result: yes" >&5 -+$as_echo "yes" >&6; } - - cat >>confdefs.h <<_ACEOF - #define HAVE_ATTRIBUTE_const 1 - _ACEOF - - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -@@ -16951,8 +17738,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - CFLAGS="$saved_CFLAGS" - - --{ echo "$as_me:$LINENO: checking for compiler 'attribute unused' support" >&5 --echo $ECHO_N "checking for compiler 'attribute unused' support... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for compiler 'attribute unused' support" >&5 -+$as_echo_n "checking for compiler 'attribute unused' support... " >&6; } - saved_CFLAGS="$CFLAGS" - CFLAGS="$CFLAGS -Werror" - cat >conftest.$ac_ext <<_ACEOF -@@ -16976,30 +17763,31 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then -- { echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; } -+ { $as_echo "$as_me:$LINENO: result: yes" >&5 -+$as_echo "yes" >&6; } - - cat >>confdefs.h <<_ACEOF - #define HAVE_ATTRIBUTE_unused 1 - _ACEOF - - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -@@ -17007,8 +17795,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - CFLAGS="$saved_CFLAGS" - - --{ echo "$as_me:$LINENO: checking for compiler 'attribute always_inline' support" >&5 --echo $ECHO_N "checking for compiler 'attribute always_inline' support... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for compiler 'attribute always_inline' support" >&5 -+$as_echo_n "checking for compiler 'attribute always_inline' support... " >&6; } - saved_CFLAGS="$CFLAGS" - CFLAGS="$CFLAGS -Werror" - cat >conftest.$ac_ext <<_ACEOF -@@ -17032,30 +17820,31 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then -- { echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; } -+ { $as_echo "$as_me:$LINENO: result: yes" >&5 -+$as_echo "yes" >&6; } - - cat >>confdefs.h <<_ACEOF - #define HAVE_ATTRIBUTE_always_inline 1 - _ACEOF - - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -@@ -17063,8 +17852,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - CFLAGS="$saved_CFLAGS" - - --{ echo "$as_me:$LINENO: checking for compiler 'attribute deprecated' support" >&5 --echo $ECHO_N "checking for compiler 'attribute deprecated' support... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for compiler 'attribute deprecated' support" >&5 -+$as_echo_n "checking for compiler 'attribute deprecated' support... " >&6; } - saved_CFLAGS="$CFLAGS" - CFLAGS="$CFLAGS -Werror" - cat >conftest.$ac_ext <<_ACEOF -@@ -17088,30 +17877,31 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then -- { echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; } -+ { $as_echo "$as_me:$LINENO: result: yes" >&5 -+$as_echo "yes" >&6; } - - cat >>confdefs.h <<_ACEOF - #define HAVE_ATTRIBUTE_deprecated 1 - _ACEOF - - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -@@ -17119,8 +17909,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - CFLAGS="$saved_CFLAGS" - - --{ echo "$as_me:$LINENO: checking for compiler 'attribute sentinel' support" >&5 --echo $ECHO_N "checking for compiler 'attribute sentinel' support... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for compiler 'attribute sentinel' support" >&5 -+$as_echo_n "checking for compiler 'attribute sentinel' support... " >&6; } - saved_CFLAGS="$CFLAGS" - CFLAGS="$CFLAGS -Werror" - cat >conftest.$ac_ext <<_ACEOF -@@ -17144,30 +17934,31 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then -- { echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; } -+ { $as_echo "$as_me:$LINENO: result: yes" >&5 -+$as_echo "yes" >&6; } - - cat >>confdefs.h <<_ACEOF - #define HAVE_ATTRIBUTE_sentinel 1 - _ACEOF - - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -@@ -17175,8 +17966,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - CFLAGS="$saved_CFLAGS" - - --{ echo "$as_me:$LINENO: checking for compiler 'attribute warn_unused_result' support" >&5 --echo $ECHO_N "checking for compiler 'attribute warn_unused_result' support... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for compiler 'attribute warn_unused_result' support" >&5 -+$as_echo_n "checking for compiler 'attribute warn_unused_result' support... " >&6; } - saved_CFLAGS="$CFLAGS" - CFLAGS="$CFLAGS -Werror" - cat >conftest.$ac_ext <<_ACEOF -@@ -17200,30 +17991,31 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then -- { echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; } -+ { $as_echo "$as_me:$LINENO: result: yes" >&5 -+$as_echo "yes" >&6; } - - cat >>confdefs.h <<_ACEOF - #define HAVE_ATTRIBUTE_warn_unused_result 1 - _ACEOF - - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -@@ -17231,8 +18023,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - CFLAGS="$saved_CFLAGS" - - --{ echo "$as_me:$LINENO: checking for compiler 'attribute weak' support" >&5 --echo $ECHO_N "checking for compiler 'attribute weak' support... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for compiler 'attribute weak' support" >&5 -+$as_echo_n "checking for compiler 'attribute weak' support... " >&6; } - saved_CFLAGS="$CFLAGS" - CFLAGS="$CFLAGS -Werror" - cat >conftest.$ac_ext <<_ACEOF -@@ -17256,30 +18048,31 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then -- { echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; } -+ { $as_echo "$as_me:$LINENO: result: yes" >&5 -+$as_echo "yes" >&6; } - - cat >>confdefs.h <<_ACEOF - #define HAVE_ATTRIBUTE_weak 1 - _ACEOF - - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -@@ -17287,8 +18080,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - CFLAGS="$saved_CFLAGS" - - --{ echo "$as_me:$LINENO: checking for -ffunction-sections support" >&5 --echo $ECHO_N "checking for -ffunction-sections support... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for -ffunction-sections support" >&5 -+$as_echo_n "checking for -ffunction-sections support... " >&6; } - saved_CFLAGS="${CFLAGS}" - CFLAGS="${CFLAGS} -ffunction-sections" - cat >conftest.$ac_ext <<_ACEOF -@@ -17312,23 +18105,24 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then -- { echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; } -+ { $as_echo "$as_me:$LINENO: result: yes" >&5 -+$as_echo "yes" >&6; } - saved_LDFLAGS="${LDFLAGS}" - LDFLAGS="${LDFLAGS} -Wl,--gc-sections" -- { echo "$as_me:$LINENO: checking for --gc-sections support" >&5 --echo $ECHO_N "checking for --gc-sections support... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for --gc-sections support" >&5 -+$as_echo_n "checking for --gc-sections support... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -17350,40 +18144,44 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -- { echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; } -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then -+ { $as_echo "$as_me:$LINENO: result: yes" >&5 -+$as_echo "yes" >&6; } - GC_CFLAGS="-ffunction-sections" - GC_LDFLAGS="-Wl,--gc-sections" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LDFLAGS="${saved_LDFLAGS}" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - - fi - -@@ -17392,60 +18190,60 @@ CFLAGS="${saved_CFLAGS}" - - - --{ echo "$as_me:$LINENO: checking for -Wdeclaration-after-statement support" >&5 --echo $ECHO_N "checking for -Wdeclaration-after-statement support... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for -Wdeclaration-after-statement support" >&5 -+$as_echo_n "checking for -Wdeclaration-after-statement support... " >&6; } - if $(${CC} -Wdeclaration-after-statement -S -o /dev/null -xc /dev/null > /dev/null 2>&1); then -- { echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; } -+ { $as_echo "$as_me:$LINENO: result: yes" >&5 -+$as_echo "yes" >&6; } - AST_DECLARATION_AFTER_STATEMENT=-Wdeclaration-after-statement - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - AST_DECLARATION_AFTER_STATEMENT= - fi - - --{ echo "$as_me:$LINENO: checking for _FORTIFY_SOURCE support" >&5 --echo $ECHO_N "checking for _FORTIFY_SOURCE support... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for _FORTIFY_SOURCE support" >&5 -+$as_echo_n "checking for _FORTIFY_SOURCE support... " >&6; } - if $(${CC} -D_FORTIFY_SOURCE=2 -S -o /dev/null -xc /dev/null > /dev/null 2>&1); then -- { echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; } -+ { $as_echo "$as_me:$LINENO: result: yes" >&5 -+$as_echo "yes" >&6; } - AST_FORTIFY_SOURCE=-D_FORTIFY_SOURCE=2 - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - AST_FORTIFY_SOURCE= - fi - - --{ echo "$as_me:$LINENO: checking for -fno-strict-overflow" >&5 --echo $ECHO_N "checking for -fno-strict-overflow... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for -fno-strict-overflow" >&5 -+$as_echo_n "checking for -fno-strict-overflow... " >&6; } - if $(${CC} -O2 -fno-strict-overflow -S -o /dev/null -xc /dev/null > /dev/null 2>&1); then -- { echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; } -+ { $as_echo "$as_me:$LINENO: result: yes" >&5 -+$as_echo "yes" >&6; } - AST_NO_STRICT_OVERFLOW=-fno-strict-overflow - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - AST_NO_STRICT_OVERFLOW= - fi - - --{ echo "$as_me:$LINENO: checking for -Wshadow" >&5 --echo $ECHO_N "checking for -Wshadow... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for -Wshadow" >&5 -+$as_echo_n "checking for -Wshadow... " >&6; } - if $(${CC} -Wshadow -S -o /dev/null -xc /dev/null > /dev/null 2>&1); then -- { echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; } -+ { $as_echo "$as_me:$LINENO: result: yes" >&5 -+$as_echo "yes" >&6; } - AST_SHADOW_WARNINGS=-Wshadow - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - AST_SHADOW_WARNINGS= - fi - - --{ echo "$as_me:$LINENO: checking for sysinfo" >&5 --echo $ECHO_N "checking for sysinfo... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for sysinfo" >&5 -+$as_echo_n "checking for sysinfo... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -17467,41 +18265,45 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -- { echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; } -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then -+ { $as_echo "$as_me:$LINENO: result: yes" >&5 -+$as_echo "yes" >&6; } - - cat >>confdefs.h <<\_ACEOF - #define HAVE_SYSINFO 1 - _ACEOF - - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - --{ echo "$as_me:$LINENO: checking for library containing res_9_ninit" >&5 --echo $ECHO_N "checking for library containing res_9_ninit... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for library containing res_9_ninit" >&5 -+$as_echo_n "checking for library containing res_9_ninit... " >&6; } - if test "${ac_cv_search_res_9_ninit+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_func_search_save_LIBS=$LIBS - cat >conftest.$ac_ext <<_ACEOF -@@ -17539,26 +18341,30 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_search_res_9_ninit=$ac_res - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext - if test "${ac_cv_search_res_9_ninit+set}" = set; then -@@ -17573,16 +18379,16 @@ fi - rm conftest.$ac_ext - LIBS=$ac_func_search_save_LIBS - fi --{ echo "$as_me:$LINENO: result: $ac_cv_search_res_9_ninit" >&5 --echo "${ECHO_T}$ac_cv_search_res_9_ninit" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_search_res_9_ninit" >&5 -+$as_echo "$ac_cv_search_res_9_ninit" >&6; } - ac_res=$ac_cv_search_res_9_ninit - if test "$ac_res" != no; then - test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" - - fi - --{ echo "$as_me:$LINENO: checking for res_ninit" >&5 --echo $ECHO_N "checking for res_ninit... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for res_ninit" >&5 -+$as_echo_n "checking for res_ninit... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -17614,29 +18420,32 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -- { echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; } -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then -+ { $as_echo "$as_me:$LINENO: result: yes" >&5 -+$as_echo "yes" >&6; } - - cat >>confdefs.h <<\_ACEOF - #define HAVE_RES_NINIT 1 - _ACEOF - -- { echo "$as_me:$LINENO: checking for library containing res_9_ndestroy" >&5 --echo $ECHO_N "checking for library containing res_9_ndestroy... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for library containing res_9_ndestroy" >&5 -+$as_echo_n "checking for library containing res_9_ndestroy... " >&6; } - if test "${ac_cv_search_res_9_ndestroy+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_func_search_save_LIBS=$LIBS - cat >conftest.$ac_ext <<_ACEOF -@@ -17674,26 +18483,30 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_search_res_9_ndestroy=$ac_res - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext - if test "${ac_cv_search_res_9_ndestroy+set}" = set; then -@@ -17708,16 +18521,16 @@ fi - rm conftest.$ac_ext - LIBS=$ac_func_search_save_LIBS - fi --{ echo "$as_me:$LINENO: result: $ac_cv_search_res_9_ndestroy" >&5 --echo "${ECHO_T}$ac_cv_search_res_9_ndestroy" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_search_res_9_ndestroy" >&5 -+$as_echo "$ac_cv_search_res_9_ndestroy" >&6; } - ac_res=$ac_cv_search_res_9_ndestroy - if test "$ac_res" != no; then - test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" - - fi - -- { echo "$as_me:$LINENO: checking for res_ndestroy" >&5 --echo $ECHO_N "checking for res_ndestroy... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for res_ndestroy" >&5 -+$as_echo_n "checking for res_ndestroy... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -17749,52 +18562,57 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -- { echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; } -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then -+ { $as_echo "$as_me:$LINENO: result: yes" >&5 -+$as_echo "yes" >&6; } - - cat >>confdefs.h <<\_ACEOF - #define HAVE_RES_NDESTROY 1 - _ACEOF - - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - - - if test "x${PBX_RTLD_NOLOAD}" != "x1"; then -- { echo "$as_me:$LINENO: checking for RTLD_NOLOAD in dlfcn.h" >&5 --echo $ECHO_N "checking for RTLD_NOLOAD in dlfcn.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for RTLD_NOLOAD in dlfcn.h" >&5 -+$as_echo_n "checking for RTLD_NOLOAD in dlfcn.h... " >&6; } - saved_cppflags="${CPPFLAGS}" - if test "x${RTLD_NOLOAD_DIR}" != "x"; then - RTLD_NOLOAD_INCLUDE="-I${RTLD_NOLOAD_DIR}/include" -@@ -17828,19 +18646,20 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then -- { echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; } -+ { $as_echo "$as_me:$LINENO: result: yes" >&5 -+$as_echo "yes" >&6; } - PBX_RTLD_NOLOAD=1 - - cat >>confdefs.h <<\_ACEOF -@@ -17849,16 +18668,16 @@ _ACEOF - - - cat >>confdefs.h <<\_ACEOF --#define HAVE_RTLD_NOLOAD_VERSION -+#define HAVE_RTLD_NOLOAD_VERSION /**/ - _ACEOF - - - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - - fi - -@@ -17870,8 +18689,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - - - if test "x${PBX_IP_MTU_DISCOVER}" != "x1"; then -- { echo "$as_me:$LINENO: checking for IP_MTU_DISCOVER in netinet/in.h" >&5 --echo $ECHO_N "checking for IP_MTU_DISCOVER in netinet/in.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for IP_MTU_DISCOVER in netinet/in.h" >&5 -+$as_echo_n "checking for IP_MTU_DISCOVER in netinet/in.h... " >&6; } - saved_cppflags="${CPPFLAGS}" - if test "x${IP_MTU_DISCOVER_DIR}" != "x"; then - IP_MTU_DISCOVER_INCLUDE="-I${IP_MTU_DISCOVER_DIR}/include" -@@ -17905,19 +18724,20 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then -- { echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; } -+ { $as_echo "$as_me:$LINENO: result: yes" >&5 -+$as_echo "yes" >&6; } - PBX_IP_MTU_DISCOVER=1 - - cat >>confdefs.h <<\_ACEOF -@@ -17926,16 +18746,16 @@ _ACEOF - - - cat >>confdefs.h <<\_ACEOF --#define HAVE_IP_MTU_DISCOVER_VERSION -+#define HAVE_IP_MTU_DISCOVER_VERSION /**/ - _ACEOF - - - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - - fi - -@@ -17946,17 +18766,17 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - - - if test "${ac_cv_header_libkern_OSAtomic_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for libkern/OSAtomic.h" >&5 --echo $ECHO_N "checking for libkern/OSAtomic.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for libkern/OSAtomic.h" >&5 -+$as_echo_n "checking for libkern/OSAtomic.h... " >&6; } - if test "${ac_cv_header_libkern_OSAtomic_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_libkern_OSAtomic_h" >&5 --echo "${ECHO_T}$ac_cv_header_libkern_OSAtomic_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_libkern_OSAtomic_h" >&5 -+$as_echo "$ac_cv_header_libkern_OSAtomic_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking libkern/OSAtomic.h usability" >&5 --echo $ECHO_N "checking libkern/OSAtomic.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking libkern/OSAtomic.h usability" >&5 -+$as_echo_n "checking libkern/OSAtomic.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -17972,32 +18792,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking libkern/OSAtomic.h presence" >&5 --echo $ECHO_N "checking libkern/OSAtomic.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking libkern/OSAtomic.h presence" >&5 -+$as_echo_n "checking libkern/OSAtomic.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -18011,51 +18832,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: libkern/OSAtomic.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: libkern/OSAtomic.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: libkern/OSAtomic.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: libkern/OSAtomic.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: libkern/OSAtomic.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: libkern/OSAtomic.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: libkern/OSAtomic.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: libkern/OSAtomic.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: libkern/OSAtomic.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: libkern/OSAtomic.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: libkern/OSAtomic.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: libkern/OSAtomic.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: libkern/OSAtomic.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: libkern/OSAtomic.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: libkern/OSAtomic.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: libkern/OSAtomic.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: libkern/OSAtomic.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: libkern/OSAtomic.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: libkern/OSAtomic.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: libkern/OSAtomic.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: libkern/OSAtomic.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: libkern/OSAtomic.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: libkern/OSAtomic.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: libkern/OSAtomic.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: libkern/OSAtomic.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: libkern/OSAtomic.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: libkern/OSAtomic.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: libkern/OSAtomic.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: libkern/OSAtomic.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: libkern/OSAtomic.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: libkern/OSAtomic.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: libkern/OSAtomic.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -18064,18 +18886,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for libkern/OSAtomic.h" >&5 --echo $ECHO_N "checking for libkern/OSAtomic.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for libkern/OSAtomic.h" >&5 -+$as_echo_n "checking for libkern/OSAtomic.h... " >&6; } - if test "${ac_cv_header_libkern_OSAtomic_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_libkern_OSAtomic_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_libkern_OSAtomic_h" >&5 --echo "${ECHO_T}$ac_cv_header_libkern_OSAtomic_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_libkern_OSAtomic_h" >&5 -+$as_echo "$ac_cv_header_libkern_OSAtomic_h" >&6; } - - fi --if test $ac_cv_header_libkern_OSAtomic_h = yes; then -+if test "x$ac_cv_header_libkern_OSAtomic_h" = x""yes; then - - cat >>confdefs.h <<_ACEOF - #define HAVE_OSX_ATOMICS 1 -@@ -18085,68 +18907,14 @@ fi - - - --{ echo "$as_me:$LINENO: checking for int" >&5 --echo $ECHO_N "checking for int... $ECHO_C" >&6; } --if test "${ac_cv_type_int+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 --else -- cat >conftest.$ac_ext <<_ACEOF --/* confdefs.h. */ --_ACEOF --cat confdefs.h >>conftest.$ac_ext --cat >>conftest.$ac_ext <<_ACEOF --/* end confdefs.h. */ --$ac_includes_default --typedef int ac__type_new_; --int --main () --{ --if ((ac__type_new_ *) 0) -- return 0; --if (sizeof (ac__type_new_)) -- return 0; -- ; -- return 0; --} --_ACEOF --rm -f conftest.$ac_objext --if { (ac_try="$ac_compile" --case "(($ac_try" in -- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -- *) ac_try_echo=$ac_try;; --esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -- (eval "$ac_compile") 2>conftest.er1 -- ac_status=$? -- grep -v '^ *+' conftest.er1 >conftest.err -- rm -f conftest.er1 -- cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && { -- test -z "$ac_c_werror_flag" || -- test ! -s conftest.err -- } && test -s conftest.$ac_objext; then -- ac_cv_type_int=yes --else -- echo "$as_me: failed program was:" >&5 --sed 's/^/| /' conftest.$ac_ext >&5 -- -- ac_cv_type_int=no --fi -- --rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --fi --{ echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5 --echo "${ECHO_T}$ac_cv_type_int" >&6; } -- - # The cast to long int works around a bug in the HP C Compiler - # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects - # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. - # This bug is HP SR number 8606223364. --{ echo "$as_me:$LINENO: checking size of int" >&5 --echo $ECHO_N "checking size of int... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking size of int" >&5 -+$as_echo_n "checking size of int... " >&6; } - if test "${ac_cv_sizeof_int+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test "$cross_compiling" = yes; then - # Depending upon the size, compute the lo and hi bounds. -@@ -18157,11 +18925,10 @@ cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -- typedef int ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (int))) >= 0)]; - test_array [0] = 0 - - ; -@@ -18174,13 +18941,14 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -@@ -18194,11 +18962,10 @@ cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -- typedef int ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= $ac_mid)]; - test_array [0] = 0 - - ; -@@ -18211,20 +18978,21 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_hi=$ac_mid; break - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_lo=`expr $ac_mid + 1` -@@ -18238,7 +19006,7 @@ fi - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - cat >conftest.$ac_ext <<_ACEOF -@@ -18248,11 +19016,10 @@ cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -- typedef int ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (int))) < 0)]; - test_array [0] = 0 - - ; -@@ -18265,13 +19032,14 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -@@ -18285,11 +19053,10 @@ cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -- typedef int ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (int))) >= $ac_mid)]; - test_array [0] = 0 - - ; -@@ -18302,20 +19069,21 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_lo=$ac_mid; break - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_hi=`expr '(' $ac_mid ')' - 1` -@@ -18329,7 +19097,7 @@ fi - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - done - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_lo= ac_hi= -@@ -18349,11 +19117,10 @@ cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -- typedef int ac__type_sizeof_; - int - main () - { --static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; -+static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= $ac_mid)]; - test_array [0] = 0 - - ; -@@ -18366,20 +19133,21 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_hi=$ac_mid - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_lo=`expr '(' $ac_mid ')' + 1` -@@ -18390,11 +19158,13 @@ done - case $ac_lo in - ?*) ac_cv_sizeof_int=$ac_lo;; - '') if test "$ac_cv_type_int" = yes; then -- { { echo "$as_me:$LINENO: error: cannot compute sizeof (int) -+ { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 -+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -+{ { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (int) - See \`config.log' for more details." >&5 --echo "$as_me: error: cannot compute sizeof (int) -+$as_echo "$as_me: error: cannot compute sizeof (int) - See \`config.log' for more details." >&2;} -- { (exit 77); exit 77; }; } -+ { (exit 77); exit 77; }; }; } - else - ac_cv_sizeof_int=0 - fi ;; -@@ -18407,9 +19177,8 @@ cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -- typedef int ac__type_sizeof_; --static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } --static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } -+static long int longval () { return (long int) (sizeof (int)); } -+static unsigned long int ulongval () { return (long int) (sizeof (int)); } - #include - #include - int -@@ -18419,20 +19188,22 @@ main () - FILE *f = fopen ("conftest.val", "w"); - if (! f) - return 1; -- if (((long int) (sizeof (ac__type_sizeof_))) < 0) -+ if (((long int) (sizeof (int))) < 0) - { - long int i = longval (); -- if (i != ((long int) (sizeof (ac__type_sizeof_)))) -+ if (i != ((long int) (sizeof (int)))) - return 1; -- fprintf (f, "%ld\n", i); -+ fprintf (f, "%ld", i); - } - else - { - unsigned long int i = ulongval (); -- if (i != ((long int) (sizeof (ac__type_sizeof_)))) -+ if (i != ((long int) (sizeof (int)))) - return 1; -- fprintf (f, "%lu\n", i); -+ fprintf (f, "%lu", i); - } -+ /* Do not output a trailing newline, as this causes \r\n confusion -+ on some platforms. */ - return ferror (f) || fclose (f) != 0; - - ; -@@ -18445,43 +19216,48 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_sizeof_int=`cat conftest.val` - else -- echo "$as_me: program exited with status $ac_status" >&5 --echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: program exited with status $ac_status" >&5 -+$as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ( exit $ac_status ) - if test "$ac_cv_type_int" = yes; then -- { { echo "$as_me:$LINENO: error: cannot compute sizeof (int) -+ { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 -+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -+{ { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (int) - See \`config.log' for more details." >&5 --echo "$as_me: error: cannot compute sizeof (int) -+$as_echo "$as_me: error: cannot compute sizeof (int) - See \`config.log' for more details." >&2;} -- { (exit 77); exit 77; }; } -+ { (exit 77); exit 77; }; }; } - else - ac_cv_sizeof_int=0 - fi - fi -+rm -rf conftest.dSYM - rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi - rm -f conftest.val - fi --{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5 --echo "${ECHO_T}$ac_cv_sizeof_int" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5 -+$as_echo "$ac_cv_sizeof_int" >&6; } - - - -@@ -18508,11 +19284,11 @@ if test "x${PBX_ALSA}" != "x1" -a "${USE_ALSA}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_ALSA_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_asound_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lasound" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lasound... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_asound_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lasound" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lasound... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lasound ${pbxlibdir} -lm -ldl $LIBS" -@@ -18544,34 +19320,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_ALSA_FOUND=yes - else - AST_ALSA_FOUND=no -@@ -18593,17 +19376,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${ALSA_INCLUDE}" - if test "${ac_cv_header_alsa_asoundlib_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for alsa/asoundlib.h" >&5 --echo $ECHO_N "checking for alsa/asoundlib.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for alsa/asoundlib.h" >&5 -+$as_echo_n "checking for alsa/asoundlib.h... " >&6; } - if test "${ac_cv_header_alsa_asoundlib_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_alsa_asoundlib_h" >&5 --echo "${ECHO_T}$ac_cv_header_alsa_asoundlib_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_alsa_asoundlib_h" >&5 -+$as_echo "$ac_cv_header_alsa_asoundlib_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking alsa/asoundlib.h usability" >&5 --echo $ECHO_N "checking alsa/asoundlib.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking alsa/asoundlib.h usability" >&5 -+$as_echo_n "checking alsa/asoundlib.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -18619,32 +19402,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking alsa/asoundlib.h presence" >&5 --echo $ECHO_N "checking alsa/asoundlib.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking alsa/asoundlib.h presence" >&5 -+$as_echo_n "checking alsa/asoundlib.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -18658,51 +19442,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: alsa/asoundlib.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: alsa/asoundlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: alsa/asoundlib.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: alsa/asoundlib.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: alsa/asoundlib.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: alsa/asoundlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: alsa/asoundlib.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: alsa/asoundlib.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: alsa/asoundlib.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: alsa/asoundlib.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: alsa/asoundlib.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: alsa/asoundlib.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: alsa/asoundlib.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: alsa/asoundlib.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: alsa/asoundlib.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: alsa/asoundlib.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: alsa/asoundlib.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: alsa/asoundlib.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: alsa/asoundlib.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: alsa/asoundlib.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: alsa/asoundlib.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: alsa/asoundlib.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: alsa/asoundlib.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: alsa/asoundlib.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: alsa/asoundlib.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: alsa/asoundlib.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: alsa/asoundlib.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: alsa/asoundlib.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: alsa/asoundlib.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: alsa/asoundlib.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: alsa/asoundlib.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: alsa/asoundlib.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -18711,18 +19496,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for alsa/asoundlib.h" >&5 --echo $ECHO_N "checking for alsa/asoundlib.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for alsa/asoundlib.h" >&5 -+$as_echo_n "checking for alsa/asoundlib.h... " >&6; } - if test "${ac_cv_header_alsa_asoundlib_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_alsa_asoundlib_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_alsa_asoundlib_h" >&5 --echo "${ECHO_T}$ac_cv_header_alsa_asoundlib_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_alsa_asoundlib_h" >&5 -+$as_echo "$ac_cv_header_alsa_asoundlib_h" >&6; } - - fi --if test $ac_cv_header_alsa_asoundlib_h = yes; then -+if test "x$ac_cv_header_alsa_asoundlib_h" = x""yes; then - ALSA_HEADER_FOUND=1 - else - ALSA_HEADER_FOUND=0 -@@ -18747,7 +19532,278 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_ALSA_VERSION -+#define HAVE_ALSA_VERSION /**/ -+_ACEOF -+ -+ fi -+ fi -+fi -+ -+ -+ -+if test "x${PBX_BLUETOOTH}" != "x1" -a "${USE_BLUETOOTH}" != "no"; then -+ pbxlibdir="" -+ # if --with-BLUETOOTH=DIR has been specified, use it. -+ if test "x${BLUETOOTH_DIR}" != "x"; then -+ if test -d ${BLUETOOTH_DIR}/lib; then -+ pbxlibdir="-L${BLUETOOTH_DIR}/lib" -+ else -+ pbxlibdir="-L${BLUETOOTH_DIR}" -+ fi -+ fi -+ pbxfuncname="ba2str" -+ if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers -+ AST_BLUETOOTH_FOUND=yes -+ else -+ as_ac_Lib=`$as_echo "ac_cv_lib_bluetooth_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lbluetooth" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lbluetooth... " >&6; } -+if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -+ $as_echo_n "(cached) " >&6 -+else -+ ac_check_lib_save_LIBS=$LIBS -+LIBS="-lbluetooth ${pbxlibdir} $LIBS" -+cat >conftest.$ac_ext <<_ACEOF -+/* confdefs.h. */ -+_ACEOF -+cat confdefs.h >>conftest.$ac_ext -+cat >>conftest.$ac_ext <<_ACEOF -+/* end confdefs.h. */ -+ -+/* Override any GCC internal prototype to avoid an error. -+ Use char because int might match the return type of a GCC -+ builtin and then its argument prototype would still apply. */ -+#ifdef __cplusplus -+extern "C" -+#endif -+char ${pbxfuncname} (); -+int -+main () -+{ -+return ${pbxfuncname} (); -+ ; -+ return 0; -+} -+_ACEOF -+rm -f conftest.$ac_objext conftest$ac_exeext -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 -+ (eval "$ac_link") 2>conftest.er1 -+ ac_status=$? -+ grep -v '^ *+' conftest.er1 >conftest.err -+ rm -f conftest.er1 -+ cat conftest.err >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then -+ eval "$as_ac_Lib=yes" -+else -+ $as_echo "$as_me: failed program was:" >&5 -+sed 's/^/| /' conftest.$ac_ext >&5 -+ -+ eval "$as_ac_Lib=no" -+fi -+ -+rm -rf conftest.dSYM -+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ -+ conftest$ac_exeext conftest.$ac_ext -+LIBS=$ac_check_lib_save_LIBS -+fi -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then -+ AST_BLUETOOTH_FOUND=yes -+else -+ AST_BLUETOOTH_FOUND=no -+fi -+ -+ fi -+ -+ # now check for the header. -+ if test "${AST_BLUETOOTH_FOUND}" = "yes"; then -+ BLUETOOTH_LIB="${pbxlibdir} -lbluetooth " -+ # if --with-BLUETOOTH=DIR has been specified, use it. -+ if test "x${BLUETOOTH_DIR}" != "x"; then -+ BLUETOOTH_INCLUDE="-I${BLUETOOTH_DIR}/include" -+ fi -+ BLUETOOTH_INCLUDE="${BLUETOOTH_INCLUDE} " -+ if test "xbluetooth/bluetooth.h" = "x" ; then # no header, assume found -+ BLUETOOTH_HEADER_FOUND="1" -+ else # check for the header -+ saved_cppflags="${CPPFLAGS}" -+ CPPFLAGS="${CPPFLAGS} ${BLUETOOTH_INCLUDE}" -+ if test "${ac_cv_header_bluetooth_bluetooth_h+set}" = set; then -+ { $as_echo "$as_me:$LINENO: checking for bluetooth/bluetooth.h" >&5 -+$as_echo_n "checking for bluetooth/bluetooth.h... " >&6; } -+if test "${ac_cv_header_bluetooth_bluetooth_h+set}" = set; then -+ $as_echo_n "(cached) " >&6 -+fi -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_bluetooth_bluetooth_h" >&5 -+$as_echo "$ac_cv_header_bluetooth_bluetooth_h" >&6; } -+else -+ # Is the header compilable? -+{ $as_echo "$as_me:$LINENO: checking bluetooth/bluetooth.h usability" >&5 -+$as_echo_n "checking bluetooth/bluetooth.h usability... " >&6; } -+cat >conftest.$ac_ext <<_ACEOF -+/* confdefs.h. */ -+_ACEOF -+cat confdefs.h >>conftest.$ac_ext -+cat >>conftest.$ac_ext <<_ACEOF -+/* end confdefs.h. */ -+$ac_includes_default -+#include -+_ACEOF -+rm -f conftest.$ac_objext -+if { (ac_try="$ac_compile" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 -+ (eval "$ac_compile") 2>conftest.er1 -+ ac_status=$? -+ grep -v '^ *+' conftest.er1 >conftest.err -+ rm -f conftest.er1 -+ cat conftest.err >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest.$ac_objext; then -+ ac_header_compiler=yes -+else -+ $as_echo "$as_me: failed program was:" >&5 -+sed 's/^/| /' conftest.$ac_ext >&5 -+ -+ ac_header_compiler=no -+fi -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } -+ -+# Is the header present? -+{ $as_echo "$as_me:$LINENO: checking bluetooth/bluetooth.h presence" >&5 -+$as_echo_n "checking bluetooth/bluetooth.h presence... " >&6; } -+cat >conftest.$ac_ext <<_ACEOF -+/* confdefs.h. */ -+_ACEOF -+cat confdefs.h >>conftest.$ac_ext -+cat >>conftest.$ac_ext <<_ACEOF -+/* end confdefs.h. */ -+#include -+_ACEOF -+if { (ac_try="$ac_cpp conftest.$ac_ext" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 -+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 -+ ac_status=$? -+ grep -v '^ *+' conftest.er1 >conftest.err -+ rm -f conftest.er1 -+ cat conftest.err >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ (exit $ac_status); } >/dev/null && { -+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || -+ test ! -s conftest.err -+ }; then -+ ac_header_preproc=yes -+else -+ $as_echo "$as_me: failed program was:" >&5 -+sed 's/^/| /' conftest.$ac_ext >&5 -+ -+ ac_header_preproc=no -+fi -+ -+rm -f conftest.err conftest.$ac_ext -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } -+ -+# So? What about this header? -+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in -+ yes:no: ) -+ { $as_echo "$as_me:$LINENO: WARNING: bluetooth/bluetooth.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: bluetooth/bluetooth.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: bluetooth/bluetooth.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: bluetooth/bluetooth.h: proceeding with the compiler's result" >&2;} -+ ac_header_preproc=yes -+ ;; -+ no:yes:* ) -+ { $as_echo "$as_me:$LINENO: WARNING: bluetooth/bluetooth.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: bluetooth/bluetooth.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: bluetooth/bluetooth.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: bluetooth/bluetooth.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: bluetooth/bluetooth.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: bluetooth/bluetooth.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: bluetooth/bluetooth.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: bluetooth/bluetooth.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: bluetooth/bluetooth.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: bluetooth/bluetooth.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: bluetooth/bluetooth.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: bluetooth/bluetooth.h: in the future, the compiler will take precedence" >&2;} -+ ( cat <<\_ASBOX -+## ------------------------------- ## -+## Report this to www.asterisk.org ## -+## ------------------------------- ## -+_ASBOX -+ ) | sed "s/^/$as_me: WARNING: /" >&2 -+ ;; -+esac -+{ $as_echo "$as_me:$LINENO: checking for bluetooth/bluetooth.h" >&5 -+$as_echo_n "checking for bluetooth/bluetooth.h... " >&6; } -+if test "${ac_cv_header_bluetooth_bluetooth_h+set}" = set; then -+ $as_echo_n "(cached) " >&6 -+else -+ ac_cv_header_bluetooth_bluetooth_h=$ac_header_preproc -+fi -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_bluetooth_bluetooth_h" >&5 -+$as_echo "$ac_cv_header_bluetooth_bluetooth_h" >&6; } -+ -+fi -+if test "x$ac_cv_header_bluetooth_bluetooth_h" = x""yes; then -+ BLUETOOTH_HEADER_FOUND=1 -+else -+ BLUETOOTH_HEADER_FOUND=0 -+fi -+ -+ -+ CPPFLAGS="${saved_cppflags}" -+ fi -+ if test "x${BLUETOOTH_HEADER_FOUND}" = "x0" ; then -+ BLUETOOTH_LIB="" -+ BLUETOOTH_INCLUDE="" -+ else -+ if test "x${pbxfuncname}" = "x" ; then # only checking headers -> no library -+ BLUETOOTH_LIB="" -+ fi -+ PBX_BLUETOOTH=1 -+ # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED -+ -+cat >>confdefs.h <<_ACEOF -+#define HAVE_BLUETOOTH 1 -+_ACEOF -+ -+ -+cat >>confdefs.h <<_ACEOF -+#define HAVE_BLUETOOTH_VERSION /**/ - _ACEOF - - fi -@@ -18770,11 +19826,11 @@ if test "x${PBX_CURSES}" != "x1" -a "${USE_CURSES}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_CURSES_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_curses_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lcurses" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lcurses... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_curses_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lcurses" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lcurses... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lcurses ${pbxlibdir} $LIBS" -@@ -18806,34 +19862,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_CURSES_FOUND=yes - else - AST_CURSES_FOUND=no -@@ -18855,17 +19918,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${CURSES_INCLUDE}" - if test "${ac_cv_header_curses_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for curses.h" >&5 --echo $ECHO_N "checking for curses.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for curses.h" >&5 -+$as_echo_n "checking for curses.h... " >&6; } - if test "${ac_cv_header_curses_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_curses_h" >&5 --echo "${ECHO_T}$ac_cv_header_curses_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_curses_h" >&5 -+$as_echo "$ac_cv_header_curses_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking curses.h usability" >&5 --echo $ECHO_N "checking curses.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking curses.h usability" >&5 -+$as_echo_n "checking curses.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -18881,32 +19944,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking curses.h presence" >&5 --echo $ECHO_N "checking curses.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking curses.h presence" >&5 -+$as_echo_n "checking curses.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -18920,51 +19984,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: curses.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: curses.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: curses.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: curses.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: curses.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: curses.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: curses.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: curses.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: curses.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: curses.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: curses.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: curses.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: curses.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: curses.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: curses.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: curses.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: curses.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: curses.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: curses.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: curses.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: curses.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: curses.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: curses.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: curses.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: curses.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: curses.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: curses.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: curses.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: curses.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: curses.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: curses.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: curses.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -18973,18 +20038,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for curses.h" >&5 --echo $ECHO_N "checking for curses.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for curses.h" >&5 -+$as_echo_n "checking for curses.h... " >&6; } - if test "${ac_cv_header_curses_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_curses_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_curses_h" >&5 --echo "${ECHO_T}$ac_cv_header_curses_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_curses_h" >&5 -+$as_echo "$ac_cv_header_curses_h" >&6; } - - fi --if test $ac_cv_header_curses_h = yes; then -+if test "x$ac_cv_header_curses_h" = x""yes; then - CURSES_HEADER_FOUND=1 - else - CURSES_HEADER_FOUND=0 -@@ -19009,7 +20074,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_CURSES_VERSION -+#define HAVE_CURSES_VERSION /**/ - _ACEOF - - fi -@@ -19033,11 +20098,11 @@ if test "x${PBX_CAP}" != "x1" -a "${USE_CAP}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_CAP_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_cap_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lcap" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lcap... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_cap_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lcap" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lcap... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lcap ${pbxlibdir} $LIBS" -@@ -19069,34 +20134,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_CAP_FOUND=yes - else - AST_CAP_FOUND=no -@@ -19118,17 +20190,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${CAP_INCLUDE}" - if test "${ac_cv_header_sys_capability_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for sys/capability.h" >&5 --echo $ECHO_N "checking for sys/capability.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for sys/capability.h" >&5 -+$as_echo_n "checking for sys/capability.h... " >&6; } - if test "${ac_cv_header_sys_capability_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_sys_capability_h" >&5 --echo "${ECHO_T}$ac_cv_header_sys_capability_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_capability_h" >&5 -+$as_echo "$ac_cv_header_sys_capability_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking sys/capability.h usability" >&5 --echo $ECHO_N "checking sys/capability.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking sys/capability.h usability" >&5 -+$as_echo_n "checking sys/capability.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -19144,32 +20216,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking sys/capability.h presence" >&5 --echo $ECHO_N "checking sys/capability.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking sys/capability.h presence" >&5 -+$as_echo_n "checking sys/capability.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -19183,51 +20256,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: sys/capability.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: sys/capability.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: sys/capability.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: sys/capability.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: sys/capability.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: sys/capability.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: sys/capability.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: sys/capability.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: sys/capability.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: sys/capability.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: sys/capability.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: sys/capability.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: sys/capability.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: sys/capability.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: sys/capability.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: sys/capability.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: sys/capability.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: sys/capability.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: sys/capability.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: sys/capability.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: sys/capability.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: sys/capability.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: sys/capability.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: sys/capability.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: sys/capability.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: sys/capability.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: sys/capability.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: sys/capability.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: sys/capability.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: sys/capability.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: sys/capability.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: sys/capability.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -19236,18 +20310,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for sys/capability.h" >&5 --echo $ECHO_N "checking for sys/capability.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for sys/capability.h" >&5 -+$as_echo_n "checking for sys/capability.h... " >&6; } - if test "${ac_cv_header_sys_capability_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_sys_capability_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_sys_capability_h" >&5 --echo "${ECHO_T}$ac_cv_header_sys_capability_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_capability_h" >&5 -+$as_echo "$ac_cv_header_sys_capability_h" >&6; } - - fi --if test $ac_cv_header_sys_capability_h = yes; then -+if test "x$ac_cv_header_sys_capability_h" = x""yes; then - CAP_HEADER_FOUND=1 - else - CAP_HEADER_FOUND=0 -@@ -19272,7 +20346,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_CAP_VERSION -+#define HAVE_CAP_VERSION /**/ - _ACEOF - - fi -@@ -19283,8 +20357,8 @@ fi - - - if test "x${PBX_DAHDI}" != "x1"; then -- { echo "$as_me:$LINENO: checking for DAHDI_CODE in dahdi/user.h" >&5 --echo $ECHO_N "checking for DAHDI_CODE in dahdi/user.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for DAHDI_CODE in dahdi/user.h" >&5 -+$as_echo_n "checking for DAHDI_CODE in dahdi/user.h... " >&6; } - saved_cppflags="${CPPFLAGS}" - if test "x${DAHDI_DIR}" != "x"; then - DAHDI_INCLUDE="-I${DAHDI_DIR}/include" -@@ -19318,19 +20392,20 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then -- { echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; } -+ { $as_echo "$as_me:$LINENO: result: yes" >&5 -+$as_echo "yes" >&6; } - PBX_DAHDI=1 - - cat >>confdefs.h <<\_ACEOF -@@ -19339,16 +20414,16 @@ _ACEOF - - - cat >>confdefs.h <<\_ACEOF --#define HAVE_DAHDI_VERSION -+#define HAVE_DAHDI_VERSION /**/ - _ACEOF - - - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - - fi - -@@ -19374,11 +20449,11 @@ if test "x${PBX_EXP2L}" != "x1" -a "${USE_EXP2L}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_EXP2L_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lm... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lm... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lm ${pbxlibdir} $LIBS" -@@ -19410,34 +20485,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_EXP2L_FOUND=yes - else - AST_EXP2L_FOUND=no -@@ -19459,17 +20541,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${EXP2L_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then -- { echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking usability" >&5 --echo $ECHO_N "checking usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking usability" >&5 -+$as_echo_n "checking usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -19485,32 +20567,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking presence" >&5 --echo $ECHO_N "checking presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking presence" >&5 -+$as_echo_n "checking presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -19524,51 +20607,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 --echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 --echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -19577,18 +20661,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - - fi --if test $ac_cv_header_ = yes; then -+if test "x$ac_cv_header_" = x""yes; then - EXP2L_HEADER_FOUND=1 - else - EXP2L_HEADER_FOUND=0 -@@ -19613,7 +20697,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_EXP2L_VERSION -+#define HAVE_EXP2L_VERSION /**/ - _ACEOF - - fi -@@ -19635,11 +20719,11 @@ if test "x${PBX_LOG2L}" != "x1" -a "${USE_LOG2L}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_LOG2L_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lm... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lm... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lm ${pbxlibdir} $LIBS" -@@ -19671,34 +20755,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_LOG2L_FOUND=yes - else - AST_LOG2L_FOUND=no -@@ -19720,17 +20811,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${LOG2L_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then -- { echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking usability" >&5 --echo $ECHO_N "checking usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking usability" >&5 -+$as_echo_n "checking usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -19746,32 +20837,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking presence" >&5 --echo $ECHO_N "checking presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking presence" >&5 -+$as_echo_n "checking presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -19785,51 +20877,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 --echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 --echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -19838,18 +20931,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - - fi --if test $ac_cv_header_ = yes; then -+if test "x$ac_cv_header_" = x""yes; then - LOG2L_HEADER_FOUND=1 - else - LOG2L_HEADER_FOUND=0 -@@ -19874,7 +20967,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_LOG2L_VERSION -+#define HAVE_LOG2L_VERSION /**/ - _ACEOF - - fi -@@ -19896,11 +20989,11 @@ if test "x${PBX_EXP10L}" != "x1" -a "${USE_EXP10L}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_EXP10L_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lm... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lm... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lm ${pbxlibdir} $LIBS" -@@ -19932,34 +21025,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_EXP10L_FOUND=yes - else - AST_EXP10L_FOUND=no -@@ -19981,17 +21081,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${EXP10L_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then -- { echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking usability" >&5 --echo $ECHO_N "checking usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking usability" >&5 -+$as_echo_n "checking usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -20007,32 +21107,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking presence" >&5 --echo $ECHO_N "checking presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking presence" >&5 -+$as_echo_n "checking presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -20046,51 +21147,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 --echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 --echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -20099,18 +21201,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - - fi --if test $ac_cv_header_ = yes; then -+if test "x$ac_cv_header_" = x""yes; then - EXP10L_HEADER_FOUND=1 - else - EXP10L_HEADER_FOUND=0 -@@ -20135,7 +21237,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_EXP10L_VERSION -+#define HAVE_EXP10L_VERSION /**/ - _ACEOF - - fi -@@ -20157,11 +21259,11 @@ if test "x${PBX_LOG10L}" != "x1" -a "${USE_LOG10L}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_LOG10L_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lm... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lm... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lm ${pbxlibdir} $LIBS" -@@ -20193,34 +21295,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_LOG10L_FOUND=yes - else - AST_LOG10L_FOUND=no -@@ -20242,17 +21351,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${LOG10L_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then -- { echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking usability" >&5 --echo $ECHO_N "checking usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking usability" >&5 -+$as_echo_n "checking usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -20268,32 +21377,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking presence" >&5 --echo $ECHO_N "checking presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking presence" >&5 -+$as_echo_n "checking presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -20307,51 +21417,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 --echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 --echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -20360,18 +21471,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - - fi --if test $ac_cv_header_ = yes; then -+if test "x$ac_cv_header_" = x""yes; then - LOG10L_HEADER_FOUND=1 - else - LOG10L_HEADER_FOUND=0 -@@ -20396,7 +21507,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_LOG10L_VERSION -+#define HAVE_LOG10L_VERSION /**/ - _ACEOF - - fi -@@ -20418,11 +21529,11 @@ if test "x${PBX_SINL}" != "x1" -a "${USE_SINL}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_SINL_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lm... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lm... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lm ${pbxlibdir} $LIBS" -@@ -20454,34 +21565,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_SINL_FOUND=yes - else - AST_SINL_FOUND=no -@@ -20503,17 +21621,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${SINL_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then -- { echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking usability" >&5 --echo $ECHO_N "checking usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking usability" >&5 -+$as_echo_n "checking usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -20529,32 +21647,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking presence" >&5 --echo $ECHO_N "checking presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking presence" >&5 -+$as_echo_n "checking presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -20568,51 +21687,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 --echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 --echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -20621,18 +21741,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - - fi --if test $ac_cv_header_ = yes; then -+if test "x$ac_cv_header_" = x""yes; then - SINL_HEADER_FOUND=1 - else - SINL_HEADER_FOUND=0 -@@ -20657,7 +21777,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_SINL_VERSION -+#define HAVE_SINL_VERSION /**/ - _ACEOF - - fi -@@ -20679,11 +21799,11 @@ if test "x${PBX_COSL}" != "x1" -a "${USE_COSL}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_COSL_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lm... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lm... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lm ${pbxlibdir} $LIBS" -@@ -20715,34 +21835,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_COSL_FOUND=yes - else - AST_COSL_FOUND=no -@@ -20764,17 +21891,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${COSL_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then -- { echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking usability" >&5 --echo $ECHO_N "checking usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking usability" >&5 -+$as_echo_n "checking usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -20790,32 +21917,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking presence" >&5 --echo $ECHO_N "checking presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking presence" >&5 -+$as_echo_n "checking presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -20829,51 +21957,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 --echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 --echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -20882,18 +22011,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - - fi --if test $ac_cv_header_ = yes; then -+if test "x$ac_cv_header_" = x""yes; then - COSL_HEADER_FOUND=1 - else - COSL_HEADER_FOUND=0 -@@ -20918,7 +22047,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_COSL_VERSION -+#define HAVE_COSL_VERSION /**/ - _ACEOF - - fi -@@ -20940,11 +22069,11 @@ if test "x${PBX_TANL}" != "x1" -a "${USE_TANL}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_TANL_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lm... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lm... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lm ${pbxlibdir} $LIBS" -@@ -20976,34 +22105,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_TANL_FOUND=yes - else - AST_TANL_FOUND=no -@@ -21025,17 +22161,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${TANL_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then -- { echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking usability" >&5 --echo $ECHO_N "checking usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking usability" >&5 -+$as_echo_n "checking usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -21051,32 +22187,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking presence" >&5 --echo $ECHO_N "checking presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking presence" >&5 -+$as_echo_n "checking presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -21090,51 +22227,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 --echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 --echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -21143,18 +22281,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - - fi --if test $ac_cv_header_ = yes; then -+if test "x$ac_cv_header_" = x""yes; then - TANL_HEADER_FOUND=1 - else - TANL_HEADER_FOUND=0 -@@ -21179,7 +22317,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_TANL_VERSION -+#define HAVE_TANL_VERSION /**/ - _ACEOF - - fi -@@ -21201,11 +22339,11 @@ if test "x${PBX_ASINL}" != "x1" -a "${USE_ASINL}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_ASINL_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lm... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lm... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lm ${pbxlibdir} $LIBS" -@@ -21237,34 +22375,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_ASINL_FOUND=yes - else - AST_ASINL_FOUND=no -@@ -21286,17 +22431,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${ASINL_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then -- { echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking usability" >&5 --echo $ECHO_N "checking usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking usability" >&5 -+$as_echo_n "checking usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -21312,32 +22457,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking presence" >&5 --echo $ECHO_N "checking presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking presence" >&5 -+$as_echo_n "checking presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -21351,51 +22497,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 --echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 --echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -21404,18 +22551,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - - fi --if test $ac_cv_header_ = yes; then -+if test "x$ac_cv_header_" = x""yes; then - ASINL_HEADER_FOUND=1 - else - ASINL_HEADER_FOUND=0 -@@ -21440,7 +22587,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_ASINL_VERSION -+#define HAVE_ASINL_VERSION /**/ - _ACEOF - - fi -@@ -21462,11 +22609,11 @@ if test "x${PBX_ACOSL}" != "x1" -a "${USE_ACOSL}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_ACOSL_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lm... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lm... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lm ${pbxlibdir} $LIBS" -@@ -21498,34 +22645,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_ACOSL_FOUND=yes - else - AST_ACOSL_FOUND=no -@@ -21547,17 +22701,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${ACOSL_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then -- { echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking usability" >&5 --echo $ECHO_N "checking usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking usability" >&5 -+$as_echo_n "checking usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -21573,32 +22727,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking presence" >&5 --echo $ECHO_N "checking presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking presence" >&5 -+$as_echo_n "checking presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -21612,51 +22767,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 --echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 --echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -21665,18 +22821,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - - fi --if test $ac_cv_header_ = yes; then -+if test "x$ac_cv_header_" = x""yes; then - ACOSL_HEADER_FOUND=1 - else - ACOSL_HEADER_FOUND=0 -@@ -21701,7 +22857,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_ACOSL_VERSION -+#define HAVE_ACOSL_VERSION /**/ - _ACEOF - - fi -@@ -21723,11 +22879,11 @@ if test "x${PBX_ATANL}" != "x1" -a "${USE_ATANL}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_ATANL_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lm... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lm... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lm ${pbxlibdir} $LIBS" -@@ -21759,34 +22915,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_ATANL_FOUND=yes - else - AST_ATANL_FOUND=no -@@ -21808,17 +22971,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${ATANL_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then -- { echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking usability" >&5 --echo $ECHO_N "checking usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking usability" >&5 -+$as_echo_n "checking usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -21834,32 +22997,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking presence" >&5 --echo $ECHO_N "checking presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking presence" >&5 -+$as_echo_n "checking presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -21873,51 +23037,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 --echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 --echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -21926,18 +23091,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - - fi --if test $ac_cv_header_ = yes; then -+if test "x$ac_cv_header_" = x""yes; then - ATANL_HEADER_FOUND=1 - else - ATANL_HEADER_FOUND=0 -@@ -21962,7 +23127,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_ATANL_VERSION -+#define HAVE_ATANL_VERSION /**/ - _ACEOF - - fi -@@ -21984,11 +23149,11 @@ if test "x${PBX_ATAN2L}" != "x1" -a "${USE_ATAN2L}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_ATAN2L_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lm... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lm... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lm ${pbxlibdir} $LIBS" -@@ -22020,34 +23185,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_ATAN2L_FOUND=yes - else - AST_ATAN2L_FOUND=no -@@ -22069,17 +23241,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${ATAN2L_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then -- { echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking usability" >&5 --echo $ECHO_N "checking usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking usability" >&5 -+$as_echo_n "checking usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -22095,32 +23267,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking presence" >&5 --echo $ECHO_N "checking presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking presence" >&5 -+$as_echo_n "checking presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -22134,51 +23307,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 --echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 --echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -22187,18 +23361,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - - fi --if test $ac_cv_header_ = yes; then -+if test "x$ac_cv_header_" = x""yes; then - ATAN2L_HEADER_FOUND=1 - else - ATAN2L_HEADER_FOUND=0 -@@ -22223,7 +23397,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_ATAN2L_VERSION -+#define HAVE_ATAN2L_VERSION /**/ - _ACEOF - - fi -@@ -22245,11 +23419,11 @@ if test "x${PBX_POWL}" != "x1" -a "${USE_POWL}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_POWL_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lm... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lm... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lm ${pbxlibdir} $LIBS" -@@ -22281,34 +23455,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_POWL_FOUND=yes - else - AST_POWL_FOUND=no -@@ -22330,17 +23511,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${POWL_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then -- { echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking usability" >&5 --echo $ECHO_N "checking usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking usability" >&5 -+$as_echo_n "checking usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -22356,32 +23537,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking presence" >&5 --echo $ECHO_N "checking presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking presence" >&5 -+$as_echo_n "checking presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -22395,51 +23577,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 --echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 --echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -22448,18 +23631,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - - fi --if test $ac_cv_header_ = yes; then -+if test "x$ac_cv_header_" = x""yes; then - POWL_HEADER_FOUND=1 - else - POWL_HEADER_FOUND=0 -@@ -22484,7 +23667,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_POWL_VERSION -+#define HAVE_POWL_VERSION /**/ - _ACEOF - - fi -@@ -22506,11 +23689,11 @@ if test "x${PBX_SQRTL}" != "x1" -a "${USE_SQRTL}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_SQRTL_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lm... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lm... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lm ${pbxlibdir} $LIBS" -@@ -22542,34 +23725,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_SQRTL_FOUND=yes - else - AST_SQRTL_FOUND=no -@@ -22591,17 +23781,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${SQRTL_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then -- { echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking usability" >&5 --echo $ECHO_N "checking usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking usability" >&5 -+$as_echo_n "checking usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -22617,32 +23807,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking presence" >&5 --echo $ECHO_N "checking presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking presence" >&5 -+$as_echo_n "checking presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -22656,51 +23847,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 --echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 --echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -22709,18 +23901,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - - fi --if test $ac_cv_header_ = yes; then -+if test "x$ac_cv_header_" = x""yes; then - SQRTL_HEADER_FOUND=1 - else - SQRTL_HEADER_FOUND=0 -@@ -22745,7 +23937,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_SQRTL_VERSION -+#define HAVE_SQRTL_VERSION /**/ - _ACEOF - - fi -@@ -22767,11 +23959,11 @@ if test "x${PBX_RINTL}" != "x1" -a "${USE_RINTL}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_RINTL_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lm... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lm... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lm ${pbxlibdir} $LIBS" -@@ -22803,34 +23995,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_RINTL_FOUND=yes - else - AST_RINTL_FOUND=no -@@ -22852,17 +24051,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${RINTL_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then -- { echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking usability" >&5 --echo $ECHO_N "checking usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking usability" >&5 -+$as_echo_n "checking usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -22878,32 +24077,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking presence" >&5 --echo $ECHO_N "checking presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking presence" >&5 -+$as_echo_n "checking presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -22917,51 +24117,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 --echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 --echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -22970,18 +24171,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - - fi --if test $ac_cv_header_ = yes; then -+if test "x$ac_cv_header_" = x""yes; then - RINTL_HEADER_FOUND=1 - else - RINTL_HEADER_FOUND=0 -@@ -23006,7 +24207,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_RINTL_VERSION -+#define HAVE_RINTL_VERSION /**/ - _ACEOF - - fi -@@ -23028,11 +24229,11 @@ if test "x${PBX_EXPL}" != "x1" -a "${USE_EXPL}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_EXPL_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lm... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lm... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lm ${pbxlibdir} $LIBS" -@@ -23064,34 +24265,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_EXPL_FOUND=yes - else - AST_EXPL_FOUND=no -@@ -23113,17 +24321,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${EXPL_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then -- { echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking usability" >&5 --echo $ECHO_N "checking usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking usability" >&5 -+$as_echo_n "checking usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -23139,32 +24347,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking presence" >&5 --echo $ECHO_N "checking presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking presence" >&5 -+$as_echo_n "checking presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -23178,51 +24387,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 --echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 --echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -23231,18 +24441,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - - fi --if test $ac_cv_header_ = yes; then -+if test "x$ac_cv_header_" = x""yes; then - EXPL_HEADER_FOUND=1 - else - EXPL_HEADER_FOUND=0 -@@ -23267,7 +24477,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_EXPL_VERSION -+#define HAVE_EXPL_VERSION /**/ - _ACEOF - - fi -@@ -23289,11 +24499,11 @@ if test "x${PBX_LOGL}" != "x1" -a "${USE_LOGL}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_LOGL_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lm... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lm... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lm ${pbxlibdir} $LIBS" -@@ -23325,34 +24535,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_LOGL_FOUND=yes - else - AST_LOGL_FOUND=no -@@ -23374,17 +24591,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${LOGL_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then -- { echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking usability" >&5 --echo $ECHO_N "checking usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking usability" >&5 -+$as_echo_n "checking usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -23400,32 +24617,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking presence" >&5 --echo $ECHO_N "checking presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking presence" >&5 -+$as_echo_n "checking presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -23439,51 +24657,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 --echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 --echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -23492,18 +24711,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - - fi --if test $ac_cv_header_ = yes; then -+if test "x$ac_cv_header_" = x""yes; then - LOGL_HEADER_FOUND=1 - else - LOGL_HEADER_FOUND=0 -@@ -23528,7 +24747,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_LOGL_VERSION -+#define HAVE_LOGL_VERSION /**/ - _ACEOF - - fi -@@ -23550,11 +24769,11 @@ if test "x${PBX_REMAINDERL}" != "x1" -a "${USE_REMAINDERL}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_REMAINDERL_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lm... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lm... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lm ${pbxlibdir} $LIBS" -@@ -23586,34 +24805,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_REMAINDERL_FOUND=yes - else - AST_REMAINDERL_FOUND=no -@@ -23635,17 +24861,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${REMAINDERL_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then -- { echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking usability" >&5 --echo $ECHO_N "checking usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking usability" >&5 -+$as_echo_n "checking usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -23661,32 +24887,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking presence" >&5 --echo $ECHO_N "checking presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking presence" >&5 -+$as_echo_n "checking presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -23700,51 +24927,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 --echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 --echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -23753,18 +24981,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - - fi --if test $ac_cv_header_ = yes; then -+if test "x$ac_cv_header_" = x""yes; then - REMAINDERL_HEADER_FOUND=1 - else - REMAINDERL_HEADER_FOUND=0 -@@ -23789,7 +25017,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_REMAINDERL_VERSION -+#define HAVE_REMAINDERL_VERSION /**/ - _ACEOF - - fi -@@ -23811,11 +25039,11 @@ if test "x${PBX_FMODL}" != "x1" -a "${USE_FMODL}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_FMODL_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lm... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lm... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lm ${pbxlibdir} $LIBS" -@@ -23847,34 +25075,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_FMODL_FOUND=yes - else - AST_FMODL_FOUND=no -@@ -23896,17 +25131,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${FMODL_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then -- { echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking usability" >&5 --echo $ECHO_N "checking usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking usability" >&5 -+$as_echo_n "checking usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -23922,32 +25157,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking presence" >&5 --echo $ECHO_N "checking presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking presence" >&5 -+$as_echo_n "checking presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -23961,51 +25197,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 --echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 --echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -24014,18 +25251,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - - fi --if test $ac_cv_header_ = yes; then -+if test "x$ac_cv_header_" = x""yes; then - FMODL_HEADER_FOUND=1 - else - FMODL_HEADER_FOUND=0 -@@ -24050,7 +25287,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_FMODL_VERSION -+#define HAVE_FMODL_VERSION /**/ - _ACEOF - - fi -@@ -24072,11 +25309,11 @@ if test "x${PBX_ROUNDL}" != "x1" -a "${USE_ROUNDL}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_ROUNDL_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lm... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lm... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lm ${pbxlibdir} $LIBS" -@@ -24108,34 +25345,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_ROUNDL_FOUND=yes - else - AST_ROUNDL_FOUND=no -@@ -24157,17 +25401,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${ROUNDL_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then -- { echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking usability" >&5 --echo $ECHO_N "checking usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking usability" >&5 -+$as_echo_n "checking usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -24183,32 +25427,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking presence" >&5 --echo $ECHO_N "checking presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking presence" >&5 -+$as_echo_n "checking presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -24222,51 +25467,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 --echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 --echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -24275,18 +25521,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - - fi --if test $ac_cv_header_ = yes; then -+if test "x$ac_cv_header_" = x""yes; then - ROUNDL_HEADER_FOUND=1 - else - ROUNDL_HEADER_FOUND=0 -@@ -24311,7 +25557,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_ROUNDL_VERSION -+#define HAVE_ROUNDL_VERSION /**/ - _ACEOF - - fi -@@ -24333,11 +25579,11 @@ if test "x${PBX_TRUNCL}" != "x1" -a "${USE_TRUNCL}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_TRUNCL_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lm... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lm... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lm ${pbxlibdir} $LIBS" -@@ -24369,34 +25615,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_TRUNCL_FOUND=yes - else - AST_TRUNCL_FOUND=no -@@ -24418,17 +25671,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${TRUNCL_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then -- { echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking usability" >&5 --echo $ECHO_N "checking usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking usability" >&5 -+$as_echo_n "checking usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -24444,32 +25697,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking presence" >&5 --echo $ECHO_N "checking presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking presence" >&5 -+$as_echo_n "checking presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -24483,51 +25737,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 --echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 --echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -24536,18 +25791,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - - fi --if test $ac_cv_header_ = yes; then -+if test "x$ac_cv_header_" = x""yes; then - TRUNCL_HEADER_FOUND=1 - else - TRUNCL_HEADER_FOUND=0 -@@ -24572,7 +25827,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_TRUNCL_VERSION -+#define HAVE_TRUNCL_VERSION /**/ - _ACEOF - - fi -@@ -24594,11 +25849,11 @@ if test "x${PBX_STRTOLD}" != "x1" -a "${USE_STRTOLD}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_STRTOLD_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_c_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lc" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lc... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_c_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lc" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lc... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lc ${pbxlibdir} $LIBS" -@@ -24630,34 +25885,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_STRTOLD_FOUND=yes - else - AST_STRTOLD_FOUND=no -@@ -24679,17 +25941,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${STRTOLD_INCLUDE}" - if test "${ac_cv_header_stdlib_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for stdlib.h" >&5 --echo $ECHO_N "checking for stdlib.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for stdlib.h" >&5 -+$as_echo_n "checking for stdlib.h... " >&6; } - if test "${ac_cv_header_stdlib_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_stdlib_h" >&5 --echo "${ECHO_T}$ac_cv_header_stdlib_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdlib_h" >&5 -+$as_echo "$ac_cv_header_stdlib_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking stdlib.h usability" >&5 --echo $ECHO_N "checking stdlib.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking stdlib.h usability" >&5 -+$as_echo_n "checking stdlib.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -24705,32 +25967,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking stdlib.h presence" >&5 --echo $ECHO_N "checking stdlib.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking stdlib.h presence" >&5 -+$as_echo_n "checking stdlib.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -24744,51 +26007,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: stdlib.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: stdlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: stdlib.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: stdlib.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: stdlib.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: stdlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: stdlib.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: stdlib.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: stdlib.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: stdlib.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: stdlib.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: stdlib.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: stdlib.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: stdlib.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: stdlib.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: stdlib.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: stdlib.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: stdlib.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: stdlib.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: stdlib.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: stdlib.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: stdlib.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: stdlib.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: stdlib.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: stdlib.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: stdlib.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: stdlib.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: stdlib.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: stdlib.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: stdlib.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: stdlib.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: stdlib.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -24797,18 +26061,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for stdlib.h" >&5 --echo $ECHO_N "checking for stdlib.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for stdlib.h" >&5 -+$as_echo_n "checking for stdlib.h... " >&6; } - if test "${ac_cv_header_stdlib_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_stdlib_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_stdlib_h" >&5 --echo "${ECHO_T}$ac_cv_header_stdlib_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdlib_h" >&5 -+$as_echo "$ac_cv_header_stdlib_h" >&6; } - - fi --if test $ac_cv_header_stdlib_h = yes; then -+if test "x$ac_cv_header_stdlib_h" = x""yes; then - STRTOLD_HEADER_FOUND=1 - else - STRTOLD_HEADER_FOUND=0 -@@ -24833,7 +26097,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_STRTOLD_VERSION -+#define HAVE_STRTOLD_VERSION /**/ - _ACEOF - - fi -@@ -24855,11 +26119,11 @@ if test "x${PBX_FLOORL}" != "x1" -a "${USE_FLOORL}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_FLOORL_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lm... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lm... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lm ${pbxlibdir} $LIBS" -@@ -24891,34 +26155,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_FLOORL_FOUND=yes - else - AST_FLOORL_FOUND=no -@@ -24940,17 +26211,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${FLOORL_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then -- { echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking usability" >&5 --echo $ECHO_N "checking usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking usability" >&5 -+$as_echo_n "checking usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -24966,32 +26237,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking presence" >&5 --echo $ECHO_N "checking presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking presence" >&5 -+$as_echo_n "checking presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -25005,51 +26277,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 --echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 --echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -25058,18 +26331,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - - fi --if test $ac_cv_header_ = yes; then -+if test "x$ac_cv_header_" = x""yes; then - FLOORL_HEADER_FOUND=1 - else - FLOORL_HEADER_FOUND=0 -@@ -25094,7 +26367,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_FLOORL_VERSION -+#define HAVE_FLOORL_VERSION /**/ - _ACEOF - - fi -@@ -25116,11 +26389,11 @@ if test "x${PBX_CEILL}" != "x1" -a "${USE_CEILL}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_CEILL_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lm... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lm... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lm ${pbxlibdir} $LIBS" -@@ -25152,34 +26425,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_CEILL_FOUND=yes - else - AST_CEILL_FOUND=no -@@ -25201,17 +26481,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${CEILL_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then -- { echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking usability" >&5 --echo $ECHO_N "checking usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking usability" >&5 -+$as_echo_n "checking usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -25227,32 +26507,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking presence" >&5 --echo $ECHO_N "checking presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking presence" >&5 -+$as_echo_n "checking presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -25266,51 +26547,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 --echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 --echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -25319,18 +26601,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - - fi --if test $ac_cv_header_ = yes; then -+if test "x$ac_cv_header_" = x""yes; then - CEILL_HEADER_FOUND=1 - else - CEILL_HEADER_FOUND=0 -@@ -25355,7 +26637,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_CEILL_VERSION -+#define HAVE_CEILL_VERSION /**/ - _ACEOF - - fi -@@ -25377,11 +26659,11 @@ if test "x${PBX_EXP2}" != "x1" -a "${USE_EXP2}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_EXP2_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lm... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lm... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lm ${pbxlibdir} $LIBS" -@@ -25413,34 +26695,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_EXP2_FOUND=yes - else - AST_EXP2_FOUND=no -@@ -25462,17 +26751,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${EXP2_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then -- { echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking usability" >&5 --echo $ECHO_N "checking usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking usability" >&5 -+$as_echo_n "checking usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -25488,32 +26777,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking presence" >&5 --echo $ECHO_N "checking presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking presence" >&5 -+$as_echo_n "checking presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -25527,51 +26817,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 --echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 --echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -25580,18 +26871,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - - fi --if test $ac_cv_header_ = yes; then -+if test "x$ac_cv_header_" = x""yes; then - EXP2_HEADER_FOUND=1 - else - EXP2_HEADER_FOUND=0 -@@ -25616,7 +26907,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_EXP2_VERSION -+#define HAVE_EXP2_VERSION /**/ - _ACEOF - - fi -@@ -25638,11 +26929,11 @@ if test "x${PBX_LOG2}" != "x1" -a "${USE_LOG2}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_LOG2_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lm... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lm... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lm ${pbxlibdir} $LIBS" -@@ -25674,34 +26965,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_LOG2_FOUND=yes - else - AST_LOG2_FOUND=no -@@ -25723,17 +27021,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${LOG2_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then -- { echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking usability" >&5 --echo $ECHO_N "checking usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking usability" >&5 -+$as_echo_n "checking usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -25749,32 +27047,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking presence" >&5 --echo $ECHO_N "checking presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking presence" >&5 -+$as_echo_n "checking presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -25788,51 +27087,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 --echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 --echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -25841,18 +27141,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - - fi --if test $ac_cv_header_ = yes; then -+if test "x$ac_cv_header_" = x""yes; then - LOG2_HEADER_FOUND=1 - else - LOG2_HEADER_FOUND=0 -@@ -25877,7 +27177,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_LOG2_VERSION -+#define HAVE_LOG2_VERSION /**/ - _ACEOF - - fi -@@ -25899,11 +27199,11 @@ if test "x${PBX_EXP10}" != "x1" -a "${USE_EXP10}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_EXP10_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lm... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lm... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lm ${pbxlibdir} $LIBS" -@@ -25935,34 +27235,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_EXP10_FOUND=yes - else - AST_EXP10_FOUND=no -@@ -25984,17 +27291,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${EXP10_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then -- { echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking usability" >&5 --echo $ECHO_N "checking usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking usability" >&5 -+$as_echo_n "checking usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -26010,32 +27317,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking presence" >&5 --echo $ECHO_N "checking presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking presence" >&5 -+$as_echo_n "checking presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -26049,51 +27357,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 --echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 --echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -26102,18 +27411,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - - fi --if test $ac_cv_header_ = yes; then -+if test "x$ac_cv_header_" = x""yes; then - EXP10_HEADER_FOUND=1 - else - EXP10_HEADER_FOUND=0 -@@ -26138,7 +27447,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_EXP10_VERSION -+#define HAVE_EXP10_VERSION /**/ - _ACEOF - - fi -@@ -26160,11 +27469,11 @@ if test "x${PBX_LOG10}" != "x1" -a "${USE_LOG10}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_LOG10_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lm... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lm... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lm ${pbxlibdir} $LIBS" -@@ -26196,34 +27505,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_LOG10_FOUND=yes - else - AST_LOG10_FOUND=no -@@ -26245,17 +27561,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${LOG10_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then -- { echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking usability" >&5 --echo $ECHO_N "checking usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking usability" >&5 -+$as_echo_n "checking usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -26271,32 +27587,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking presence" >&5 --echo $ECHO_N "checking presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking presence" >&5 -+$as_echo_n "checking presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -26310,51 +27627,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 --echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 --echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -26363,18 +27681,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - - fi --if test $ac_cv_header_ = yes; then -+if test "x$ac_cv_header_" = x""yes; then - LOG10_HEADER_FOUND=1 - else - LOG10_HEADER_FOUND=0 -@@ -26399,7 +27717,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_LOG10_VERSION -+#define HAVE_LOG10_VERSION /**/ - _ACEOF - - fi -@@ -26421,11 +27739,11 @@ if test "x${PBX_SIN}" != "x1" -a "${USE_SIN}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_SIN_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lm... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lm... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lm ${pbxlibdir} $LIBS" -@@ -26457,34 +27775,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_SIN_FOUND=yes - else - AST_SIN_FOUND=no -@@ -26506,17 +27831,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${SIN_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then -- { echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking usability" >&5 --echo $ECHO_N "checking usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking usability" >&5 -+$as_echo_n "checking usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -26532,32 +27857,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking presence" >&5 --echo $ECHO_N "checking presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking presence" >&5 -+$as_echo_n "checking presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -26571,51 +27897,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 --echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 --echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -26624,18 +27951,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - - fi --if test $ac_cv_header_ = yes; then -+if test "x$ac_cv_header_" = x""yes; then - SIN_HEADER_FOUND=1 - else - SIN_HEADER_FOUND=0 -@@ -26660,7 +27987,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_SIN_VERSION -+#define HAVE_SIN_VERSION /**/ - _ACEOF - - fi -@@ -26682,11 +28009,11 @@ if test "x${PBX_COS}" != "x1" -a "${USE_COS}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_COS_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lm... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lm... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lm ${pbxlibdir} $LIBS" -@@ -26718,34 +28045,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_COS_FOUND=yes - else - AST_COS_FOUND=no -@@ -26767,17 +28101,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${COS_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then -- { echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking usability" >&5 --echo $ECHO_N "checking usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking usability" >&5 -+$as_echo_n "checking usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -26793,32 +28127,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking presence" >&5 --echo $ECHO_N "checking presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking presence" >&5 -+$as_echo_n "checking presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -26832,51 +28167,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 --echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 --echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -26885,18 +28221,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - - fi --if test $ac_cv_header_ = yes; then -+if test "x$ac_cv_header_" = x""yes; then - COS_HEADER_FOUND=1 - else - COS_HEADER_FOUND=0 -@@ -26921,7 +28257,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_COS_VERSION -+#define HAVE_COS_VERSION /**/ - _ACEOF - - fi -@@ -26943,11 +28279,11 @@ if test "x${PBX_TAN}" != "x1" -a "${USE_TAN}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_TAN_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lm... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lm... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lm ${pbxlibdir} $LIBS" -@@ -26979,34 +28315,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_TAN_FOUND=yes - else - AST_TAN_FOUND=no -@@ -27028,17 +28371,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${TAN_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then -- { echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking usability" >&5 --echo $ECHO_N "checking usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking usability" >&5 -+$as_echo_n "checking usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -27054,32 +28397,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking presence" >&5 --echo $ECHO_N "checking presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking presence" >&5 -+$as_echo_n "checking presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -27093,51 +28437,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 --echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 --echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -27146,18 +28491,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - - fi --if test $ac_cv_header_ = yes; then -+if test "x$ac_cv_header_" = x""yes; then - TAN_HEADER_FOUND=1 - else - TAN_HEADER_FOUND=0 -@@ -27182,7 +28527,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_TAN_VERSION -+#define HAVE_TAN_VERSION /**/ - _ACEOF - - fi -@@ -27204,11 +28549,11 @@ if test "x${PBX_ASIN}" != "x1" -a "${USE_ASIN}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_ASIN_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lm... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lm... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lm ${pbxlibdir} $LIBS" -@@ -27240,34 +28585,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_ASIN_FOUND=yes - else - AST_ASIN_FOUND=no -@@ -27289,17 +28641,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${ASIN_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then -- { echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking usability" >&5 --echo $ECHO_N "checking usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking usability" >&5 -+$as_echo_n "checking usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -27315,32 +28667,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking presence" >&5 --echo $ECHO_N "checking presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking presence" >&5 -+$as_echo_n "checking presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -27354,51 +28707,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 --echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 --echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -27407,18 +28761,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - - fi --if test $ac_cv_header_ = yes; then -+if test "x$ac_cv_header_" = x""yes; then - ASIN_HEADER_FOUND=1 - else - ASIN_HEADER_FOUND=0 -@@ -27443,7 +28797,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_ASIN_VERSION -+#define HAVE_ASIN_VERSION /**/ - _ACEOF - - fi -@@ -27465,11 +28819,11 @@ if test "x${PBX_ACOS}" != "x1" -a "${USE_ACOS}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_ACOS_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lm... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lm... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lm ${pbxlibdir} $LIBS" -@@ -27501,34 +28855,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_ACOS_FOUND=yes - else - AST_ACOS_FOUND=no -@@ -27550,17 +28911,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${ACOS_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then -- { echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking usability" >&5 --echo $ECHO_N "checking usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking usability" >&5 -+$as_echo_n "checking usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -27576,32 +28937,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking presence" >&5 --echo $ECHO_N "checking presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking presence" >&5 -+$as_echo_n "checking presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -27615,51 +28977,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 --echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 --echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -27668,18 +29031,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - - fi --if test $ac_cv_header_ = yes; then -+if test "x$ac_cv_header_" = x""yes; then - ACOS_HEADER_FOUND=1 - else - ACOS_HEADER_FOUND=0 -@@ -27704,7 +29067,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_ACOS_VERSION -+#define HAVE_ACOS_VERSION /**/ - _ACEOF - - fi -@@ -27726,11 +29089,11 @@ if test "x${PBX_ATAN}" != "x1" -a "${USE_ATAN}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_ATAN_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lm... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lm... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lm ${pbxlibdir} $LIBS" -@@ -27762,34 +29125,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_ATAN_FOUND=yes - else - AST_ATAN_FOUND=no -@@ -27811,17 +29181,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${ATAN_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then -- { echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking usability" >&5 --echo $ECHO_N "checking usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking usability" >&5 -+$as_echo_n "checking usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -27837,32 +29207,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking presence" >&5 --echo $ECHO_N "checking presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking presence" >&5 -+$as_echo_n "checking presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -27876,51 +29247,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 --echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 --echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -27929,18 +29301,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - - fi --if test $ac_cv_header_ = yes; then -+if test "x$ac_cv_header_" = x""yes; then - ATAN_HEADER_FOUND=1 - else - ATAN_HEADER_FOUND=0 -@@ -27965,7 +29337,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_ATAN_VERSION -+#define HAVE_ATAN_VERSION /**/ - _ACEOF - - fi -@@ -27987,11 +29359,11 @@ if test "x${PBX_ATAN2}" != "x1" -a "${USE_ATAN2}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_ATAN2_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lm... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lm... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lm ${pbxlibdir} $LIBS" -@@ -28023,34 +29395,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_ATAN2_FOUND=yes - else - AST_ATAN2_FOUND=no -@@ -28072,17 +29451,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${ATAN2_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then -- { echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking usability" >&5 --echo $ECHO_N "checking usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking usability" >&5 -+$as_echo_n "checking usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -28098,32 +29477,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking presence" >&5 --echo $ECHO_N "checking presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking presence" >&5 -+$as_echo_n "checking presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -28137,51 +29517,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 --echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 --echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -28190,18 +29571,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - - fi --if test $ac_cv_header_ = yes; then -+if test "x$ac_cv_header_" = x""yes; then - ATAN2_HEADER_FOUND=1 - else - ATAN2_HEADER_FOUND=0 -@@ -28226,7 +29607,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_ATAN2_VERSION -+#define HAVE_ATAN2_VERSION /**/ - _ACEOF - - fi -@@ -28248,11 +29629,11 @@ if test "x${PBX_POW}" != "x1" -a "${USE_POW}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_POW_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lm... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lm... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lm ${pbxlibdir} $LIBS" -@@ -28284,34 +29665,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_POW_FOUND=yes - else - AST_POW_FOUND=no -@@ -28333,17 +29721,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${POW_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then -- { echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking usability" >&5 --echo $ECHO_N "checking usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking usability" >&5 -+$as_echo_n "checking usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -28359,32 +29747,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking presence" >&5 --echo $ECHO_N "checking presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking presence" >&5 -+$as_echo_n "checking presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -28398,51 +29787,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 --echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 --echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -28451,18 +29841,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - - fi --if test $ac_cv_header_ = yes; then -+if test "x$ac_cv_header_" = x""yes; then - POW_HEADER_FOUND=1 - else - POW_HEADER_FOUND=0 -@@ -28487,7 +29877,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_POW_VERSION -+#define HAVE_POW_VERSION /**/ - _ACEOF - - fi -@@ -28509,11 +29899,11 @@ if test "x${PBX_SQRT}" != "x1" -a "${USE_SQRT}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_SQRT_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lm... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lm... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lm ${pbxlibdir} $LIBS" -@@ -28545,34 +29935,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_SQRT_FOUND=yes - else - AST_SQRT_FOUND=no -@@ -28594,17 +29991,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${SQRT_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then -- { echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking usability" >&5 --echo $ECHO_N "checking usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking usability" >&5 -+$as_echo_n "checking usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -28620,32 +30017,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking presence" >&5 --echo $ECHO_N "checking presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking presence" >&5 -+$as_echo_n "checking presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -28659,51 +30057,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 --echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 --echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -28712,18 +30111,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - - fi --if test $ac_cv_header_ = yes; then -+if test "x$ac_cv_header_" = x""yes; then - SQRT_HEADER_FOUND=1 - else - SQRT_HEADER_FOUND=0 -@@ -28748,7 +30147,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_SQRT_VERSION -+#define HAVE_SQRT_VERSION /**/ - _ACEOF - - fi -@@ -28770,11 +30169,11 @@ if test "x${PBX_RINT}" != "x1" -a "${USE_RINT}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_RINT_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lm... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lm... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lm ${pbxlibdir} $LIBS" -@@ -28806,34 +30205,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_RINT_FOUND=yes - else - AST_RINT_FOUND=no -@@ -28855,17 +30261,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${RINT_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then -- { echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking usability" >&5 --echo $ECHO_N "checking usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking usability" >&5 -+$as_echo_n "checking usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -28881,32 +30287,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking presence" >&5 --echo $ECHO_N "checking presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking presence" >&5 -+$as_echo_n "checking presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -28920,51 +30327,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 --echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 --echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -28973,18 +30381,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - - fi --if test $ac_cv_header_ = yes; then -+if test "x$ac_cv_header_" = x""yes; then - RINT_HEADER_FOUND=1 - else - RINT_HEADER_FOUND=0 -@@ -29009,7 +30417,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_RINT_VERSION -+#define HAVE_RINT_VERSION /**/ - _ACEOF - - fi -@@ -29031,11 +30439,11 @@ if test "x${PBX_EXP}" != "x1" -a "${USE_EXP}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_EXP_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lm... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lm... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lm ${pbxlibdir} $LIBS" -@@ -29067,34 +30475,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_EXP_FOUND=yes - else - AST_EXP_FOUND=no -@@ -29116,17 +30531,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${EXP_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then -- { echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking usability" >&5 --echo $ECHO_N "checking usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking usability" >&5 -+$as_echo_n "checking usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -29142,32 +30557,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking presence" >&5 --echo $ECHO_N "checking presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking presence" >&5 -+$as_echo_n "checking presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -29181,51 +30597,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 --echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 --echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -29234,18 +30651,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - - fi --if test $ac_cv_header_ = yes; then -+if test "x$ac_cv_header_" = x""yes; then - EXP_HEADER_FOUND=1 - else - EXP_HEADER_FOUND=0 -@@ -29270,7 +30687,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_EXP_VERSION -+#define HAVE_EXP_VERSION /**/ - _ACEOF - - fi -@@ -29292,11 +30709,11 @@ if test "x${PBX_LOG}" != "x1" -a "${USE_LOG}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_LOG_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lm... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lm... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lm ${pbxlibdir} $LIBS" -@@ -29328,34 +30745,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_LOG_FOUND=yes - else - AST_LOG_FOUND=no -@@ -29377,17 +30801,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${LOG_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then -- { echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking usability" >&5 --echo $ECHO_N "checking usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking usability" >&5 -+$as_echo_n "checking usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -29403,32 +30827,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking presence" >&5 --echo $ECHO_N "checking presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking presence" >&5 -+$as_echo_n "checking presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -29442,51 +30867,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 --echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 --echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -29495,18 +30921,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - - fi --if test $ac_cv_header_ = yes; then -+if test "x$ac_cv_header_" = x""yes; then - LOG_HEADER_FOUND=1 - else - LOG_HEADER_FOUND=0 -@@ -29531,7 +30957,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_LOG_VERSION -+#define HAVE_LOG_VERSION /**/ - _ACEOF - - fi -@@ -29553,11 +30979,11 @@ if test "x${PBX_REMAINDER}" != "x1" -a "${USE_REMAINDER}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_REMAINDER_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lm... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lm... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lm ${pbxlibdir} $LIBS" -@@ -29589,34 +31015,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_REMAINDER_FOUND=yes - else - AST_REMAINDER_FOUND=no -@@ -29638,17 +31071,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${REMAINDER_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then -- { echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking usability" >&5 --echo $ECHO_N "checking usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking usability" >&5 -+$as_echo_n "checking usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -29664,32 +31097,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking presence" >&5 --echo $ECHO_N "checking presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking presence" >&5 -+$as_echo_n "checking presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -29703,51 +31137,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 --echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 --echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -29756,18 +31191,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - - fi --if test $ac_cv_header_ = yes; then -+if test "x$ac_cv_header_" = x""yes; then - REMAINDER_HEADER_FOUND=1 - else - REMAINDER_HEADER_FOUND=0 -@@ -29792,7 +31227,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_REMAINDER_VERSION -+#define HAVE_REMAINDER_VERSION /**/ - _ACEOF - - fi -@@ -29814,11 +31249,11 @@ if test "x${PBX_FMOD}" != "x1" -a "${USE_FMOD}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_FMOD_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lm... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lm... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lm ${pbxlibdir} $LIBS" -@@ -29850,34 +31285,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_FMOD_FOUND=yes - else - AST_FMOD_FOUND=no -@@ -29899,17 +31341,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${FMOD_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then -- { echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking usability" >&5 --echo $ECHO_N "checking usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking usability" >&5 -+$as_echo_n "checking usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -29925,32 +31367,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking presence" >&5 --echo $ECHO_N "checking presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking presence" >&5 -+$as_echo_n "checking presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -29964,51 +31407,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 --echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 --echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -30017,18 +31461,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - - fi --if test $ac_cv_header_ = yes; then -+if test "x$ac_cv_header_" = x""yes; then - FMOD_HEADER_FOUND=1 - else - FMOD_HEADER_FOUND=0 -@@ -30053,7 +31497,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_FMOD_VERSION -+#define HAVE_FMOD_VERSION /**/ - _ACEOF - - fi -@@ -30075,11 +31519,11 @@ if test "x${PBX_ROUND}" != "x1" -a "${USE_ROUND}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_ROUND_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lm... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lm... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lm ${pbxlibdir} $LIBS" -@@ -30111,34 +31555,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_ROUND_FOUND=yes - else - AST_ROUND_FOUND=no -@@ -30160,17 +31611,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${ROUND_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then -- { echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking usability" >&5 --echo $ECHO_N "checking usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking usability" >&5 -+$as_echo_n "checking usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -30186,32 +31637,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking presence" >&5 --echo $ECHO_N "checking presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking presence" >&5 -+$as_echo_n "checking presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -30225,51 +31677,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 --echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 --echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -30278,18 +31731,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - - fi --if test $ac_cv_header_ = yes; then -+if test "x$ac_cv_header_" = x""yes; then - ROUND_HEADER_FOUND=1 - else - ROUND_HEADER_FOUND=0 -@@ -30314,7 +31767,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_ROUND_VERSION -+#define HAVE_ROUND_VERSION /**/ - _ACEOF - - fi -@@ -30336,11 +31789,11 @@ if test "x${PBX_TRUNC}" != "x1" -a "${USE_TRUNC}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_TRUNC_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lm... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lm... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lm ${pbxlibdir} $LIBS" -@@ -30372,34 +31825,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_TRUNC_FOUND=yes - else - AST_TRUNC_FOUND=no -@@ -30421,17 +31881,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${TRUNC_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then -- { echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking usability" >&5 --echo $ECHO_N "checking usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking usability" >&5 -+$as_echo_n "checking usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -30447,32 +31907,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking presence" >&5 --echo $ECHO_N "checking presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking presence" >&5 -+$as_echo_n "checking presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -30486,51 +31947,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 --echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 --echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -30539,18 +32001,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - - fi --if test $ac_cv_header_ = yes; then -+if test "x$ac_cv_header_" = x""yes; then - TRUNC_HEADER_FOUND=1 - else - TRUNC_HEADER_FOUND=0 -@@ -30575,7 +32037,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_TRUNC_VERSION -+#define HAVE_TRUNC_VERSION /**/ - _ACEOF - - fi -@@ -30597,11 +32059,11 @@ if test "x${PBX_STRTOD}" != "x1" -a "${USE_STRTOD}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_STRTOD_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_c_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lc" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lc... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_c_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lc" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lc... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lc ${pbxlibdir} $LIBS" -@@ -30633,34 +32095,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_STRTOD_FOUND=yes - else - AST_STRTOD_FOUND=no -@@ -30682,17 +32151,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${STRTOD_INCLUDE}" - if test "${ac_cv_header_stdlib_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for stdlib.h" >&5 --echo $ECHO_N "checking for stdlib.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for stdlib.h" >&5 -+$as_echo_n "checking for stdlib.h... " >&6; } - if test "${ac_cv_header_stdlib_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_stdlib_h" >&5 --echo "${ECHO_T}$ac_cv_header_stdlib_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdlib_h" >&5 -+$as_echo "$ac_cv_header_stdlib_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking stdlib.h usability" >&5 --echo $ECHO_N "checking stdlib.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking stdlib.h usability" >&5 -+$as_echo_n "checking stdlib.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -30708,32 +32177,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking stdlib.h presence" >&5 --echo $ECHO_N "checking stdlib.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking stdlib.h presence" >&5 -+$as_echo_n "checking stdlib.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -30747,51 +32217,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: stdlib.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: stdlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: stdlib.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: stdlib.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: stdlib.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: stdlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: stdlib.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: stdlib.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: stdlib.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: stdlib.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: stdlib.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: stdlib.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: stdlib.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: stdlib.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: stdlib.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: stdlib.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: stdlib.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: stdlib.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: stdlib.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: stdlib.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: stdlib.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: stdlib.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: stdlib.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: stdlib.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: stdlib.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: stdlib.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: stdlib.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: stdlib.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: stdlib.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: stdlib.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: stdlib.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: stdlib.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -30800,18 +32271,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for stdlib.h" >&5 --echo $ECHO_N "checking for stdlib.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for stdlib.h" >&5 -+$as_echo_n "checking for stdlib.h... " >&6; } - if test "${ac_cv_header_stdlib_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_stdlib_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_stdlib_h" >&5 --echo "${ECHO_T}$ac_cv_header_stdlib_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdlib_h" >&5 -+$as_echo "$ac_cv_header_stdlib_h" >&6; } - - fi --if test $ac_cv_header_stdlib_h = yes; then -+if test "x$ac_cv_header_stdlib_h" = x""yes; then - STRTOD_HEADER_FOUND=1 - else - STRTOD_HEADER_FOUND=0 -@@ -30836,7 +32307,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_STRTOD_VERSION -+#define HAVE_STRTOD_VERSION /**/ - _ACEOF - - fi -@@ -30858,11 +32329,11 @@ if test "x${PBX_FLOOR}" != "x1" -a "${USE_FLOOR}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_FLOOR_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lm... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lm... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lm ${pbxlibdir} $LIBS" -@@ -30894,34 +32365,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_FLOOR_FOUND=yes - else - AST_FLOOR_FOUND=no -@@ -30943,17 +32421,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${FLOOR_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then -- { echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking usability" >&5 --echo $ECHO_N "checking usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking usability" >&5 -+$as_echo_n "checking usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -30969,32 +32447,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking presence" >&5 --echo $ECHO_N "checking presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking presence" >&5 -+$as_echo_n "checking presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -31008,51 +32487,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 --echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 --echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -31061,18 +32541,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - - fi --if test $ac_cv_header_ = yes; then -+if test "x$ac_cv_header_" = x""yes; then - FLOOR_HEADER_FOUND=1 - else - FLOOR_HEADER_FOUND=0 -@@ -31097,7 +32577,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_FLOOR_VERSION -+#define HAVE_FLOOR_VERSION /**/ - _ACEOF - - fi -@@ -31119,11 +32599,11 @@ if test "x${PBX_CEIL}" != "x1" -a "${USE_CEIL}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_CEIL_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lm... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_m_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lm" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lm... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lm ${pbxlibdir} $LIBS" -@@ -31155,34 +32635,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_CEIL_FOUND=yes - else - AST_CEIL_FOUND=no -@@ -31204,17 +32691,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${CEIL_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then -- { echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking usability" >&5 --echo $ECHO_N "checking usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking usability" >&5 -+$as_echo_n "checking usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -31230,32 +32717,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking presence" >&5 --echo $ECHO_N "checking presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking presence" >&5 -+$as_echo_n "checking presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -31269,51 +32757,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 --echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 --echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -31322,18 +32811,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - - fi --if test $ac_cv_header_ = yes; then -+if test "x$ac_cv_header_" = x""yes; then - CEIL_HEADER_FOUND=1 - else - CEIL_HEADER_FOUND=0 -@@ -31358,7 +32847,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_CEIL_VERSION -+#define HAVE_CEIL_VERSION /**/ - _ACEOF - - fi -@@ -31369,11 +32858,11 @@ fi - - if test "x${PBX_GETIFADDRS}" != "x1" -a "${USE_GETIFADDRS}" != "no"; then - if test "xgetifaddrs() support" != "x"; then -- { echo "$as_me:$LINENO: checking for getifaddrs() support" >&5 --echo $ECHO_N "checking for getifaddrs() support... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for getifaddrs() support" >&5 -+$as_echo_n "checking for getifaddrs() support... " >&6; } - else -- { echo "$as_me:$LINENO: checking if \"struct ifaddrs *p; getifaddrs(&p)\" compiles using ifaddrs.h" >&5 --echo $ECHO_N "checking if \"struct ifaddrs *p; getifaddrs(&p)\" compiles using ifaddrs.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking if \"struct ifaddrs *p; getifaddrs(&p)\" compiles using ifaddrs.h" >&5 -+$as_echo_n "checking if \"struct ifaddrs *p; getifaddrs(&p)\" compiles using ifaddrs.h... " >&6; } - fi - saved_cppflags="${CPPFLAGS}" - if test "x${GETIFADDRS_DIR}" != "x"; then -@@ -31403,19 +32892,20 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then -- { echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; } -+ { $as_echo "$as_me:$LINENO: result: yes" >&5 -+$as_echo "yes" >&6; } - PBX_GETIFADDRS=1 - - cat >>confdefs.h <<\_ACEOF -@@ -31424,16 +32914,16 @@ _ACEOF - - - cat >>confdefs.h <<\_ACEOF --#define HAVE_GETIFADDRS_VERSION -+#define HAVE_GETIFADDRS_VERSION /**/ - _ACEOF - - - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - - fi - -@@ -31460,10 +32950,10 @@ if test "${USE_GSM}" != "no"; then - gsmlibdir="-L${GSM_DIR}" - fi - fi -- { echo "$as_me:$LINENO: checking for gsm_create in -lgsm" >&5 --echo $ECHO_N "checking for gsm_create in -lgsm... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for gsm_create in -lgsm" >&5 -+$as_echo_n "checking for gsm_create in -lgsm... " >&6; } - if test "${ac_cv_lib_gsm_gsm_create+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lgsm ${gsmlibdir} $LIBS" -@@ -31495,33 +32985,37 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_lib_gsm_gsm_create=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_lib_gsm_gsm_create=no - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --{ echo "$as_me:$LINENO: result: $ac_cv_lib_gsm_gsm_create" >&5 --echo "${ECHO_T}$ac_cv_lib_gsm_gsm_create" >&6; } --if test $ac_cv_lib_gsm_gsm_create = yes; then -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gsm_gsm_create" >&5 -+$as_echo "$ac_cv_lib_gsm_gsm_create" >&6; } -+if test "x$ac_cv_lib_gsm_gsm_create" = x""yes; then - - cat >>confdefs.h <<_ACEOF - #define HAVE_GSM 1 -@@ -31531,20 +33025,21 @@ fi - - if test "${ac_cv_lib_gsm_gsm_create}" = "yes"; then - if test "x${GSM_DIR}" != "x" ; then -- as_ac_Header=`echo "ac_cv_header_${GSM_DIR}/include/gsm.h" | $as_tr_sh` -+ as_ac_Header=`$as_echo "ac_cv_header_${GSM_DIR}/include/gsm.h" | $as_tr_sh` - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- { echo "$as_me:$LINENO: checking for ${GSM_DIR}/include/gsm.h" >&5 --echo $ECHO_N "checking for ${GSM_DIR}/include/gsm.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for ${GSM_DIR}/include/gsm.h" >&5 -+$as_echo_n "checking for ${GSM_DIR}/include/gsm.h... " >&6; } - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --ac_res=`eval echo '${'$as_ac_Header'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } -+ac_res=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking ${GSM_DIR}/include/gsm.h usability" >&5 --echo $ECHO_N "checking ${GSM_DIR}/include/gsm.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking ${GSM_DIR}/include/gsm.h usability" >&5 -+$as_echo_n "checking ${GSM_DIR}/include/gsm.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -31560,32 +33055,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking ${GSM_DIR}/include/gsm.h presence" >&5 --echo $ECHO_N "checking ${GSM_DIR}/include/gsm.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking ${GSM_DIR}/include/gsm.h presence" >&5 -+$as_echo_n "checking ${GSM_DIR}/include/gsm.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -31599,51 +33095,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: ${GSM_DIR}/include/gsm.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: ${GSM_DIR}/include/gsm.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: ${GSM_DIR}/include/gsm.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: ${GSM_DIR}/include/gsm.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ${GSM_DIR}/include/gsm.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: ${GSM_DIR}/include/gsm.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ${GSM_DIR}/include/gsm.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: ${GSM_DIR}/include/gsm.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: ${GSM_DIR}/include/gsm.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: ${GSM_DIR}/include/gsm.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: ${GSM_DIR}/include/gsm.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: ${GSM_DIR}/include/gsm.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: ${GSM_DIR}/include/gsm.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: ${GSM_DIR}/include/gsm.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: ${GSM_DIR}/include/gsm.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: ${GSM_DIR}/include/gsm.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: ${GSM_DIR}/include/gsm.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: ${GSM_DIR}/include/gsm.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: ${GSM_DIR}/include/gsm.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: ${GSM_DIR}/include/gsm.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ${GSM_DIR}/include/gsm.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: ${GSM_DIR}/include/gsm.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ${GSM_DIR}/include/gsm.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: ${GSM_DIR}/include/gsm.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ${GSM_DIR}/include/gsm.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: ${GSM_DIR}/include/gsm.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ${GSM_DIR}/include/gsm.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: ${GSM_DIR}/include/gsm.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ${GSM_DIR}/include/gsm.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: ${GSM_DIR}/include/gsm.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ${GSM_DIR}/include/gsm.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: ${GSM_DIR}/include/gsm.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -31652,39 +33149,43 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for ${GSM_DIR}/include/gsm.h" >&5 --echo $ECHO_N "checking for ${GSM_DIR}/include/gsm.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for ${GSM_DIR}/include/gsm.h" >&5 -+$as_echo_n "checking for ${GSM_DIR}/include/gsm.h... " >&6; } - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - eval "$as_ac_Header=\$ac_header_preproc" - fi --ac_res=`eval echo '${'$as_ac_Header'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } -+ac_res=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } - - fi --if test `eval echo '${'$as_ac_Header'}'` = yes; then -+as_val=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - GSM_HEADER_FOUND=1 - else - GSM_HEADER_FOUND=0 - fi - - -- as_ac_Header=`echo "ac_cv_header_${GSM_DIR}/include/gsm/gsm.h" | $as_tr_sh` -+ as_ac_Header=`$as_echo "ac_cv_header_${GSM_DIR}/include/gsm/gsm.h" | $as_tr_sh` - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- { echo "$as_me:$LINENO: checking for ${GSM_DIR}/include/gsm/gsm.h" >&5 --echo $ECHO_N "checking for ${GSM_DIR}/include/gsm/gsm.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for ${GSM_DIR}/include/gsm/gsm.h" >&5 -+$as_echo_n "checking for ${GSM_DIR}/include/gsm/gsm.h... " >&6; } - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --ac_res=`eval echo '${'$as_ac_Header'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } -+ac_res=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking ${GSM_DIR}/include/gsm/gsm.h usability" >&5 --echo $ECHO_N "checking ${GSM_DIR}/include/gsm/gsm.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking ${GSM_DIR}/include/gsm/gsm.h usability" >&5 -+$as_echo_n "checking ${GSM_DIR}/include/gsm/gsm.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -31700,32 +33201,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking ${GSM_DIR}/include/gsm/gsm.h presence" >&5 --echo $ECHO_N "checking ${GSM_DIR}/include/gsm/gsm.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking ${GSM_DIR}/include/gsm/gsm.h presence" >&5 -+$as_echo_n "checking ${GSM_DIR}/include/gsm/gsm.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -31739,51 +33241,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: ${GSM_DIR}/include/gsm/gsm.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: ${GSM_DIR}/include/gsm/gsm.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: ${GSM_DIR}/include/gsm/gsm.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: ${GSM_DIR}/include/gsm/gsm.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ${GSM_DIR}/include/gsm/gsm.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: ${GSM_DIR}/include/gsm/gsm.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ${GSM_DIR}/include/gsm/gsm.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: ${GSM_DIR}/include/gsm/gsm.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: ${GSM_DIR}/include/gsm/gsm.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: ${GSM_DIR}/include/gsm/gsm.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: ${GSM_DIR}/include/gsm/gsm.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: ${GSM_DIR}/include/gsm/gsm.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: ${GSM_DIR}/include/gsm/gsm.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: ${GSM_DIR}/include/gsm/gsm.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: ${GSM_DIR}/include/gsm/gsm.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: ${GSM_DIR}/include/gsm/gsm.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: ${GSM_DIR}/include/gsm/gsm.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: ${GSM_DIR}/include/gsm/gsm.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: ${GSM_DIR}/include/gsm/gsm.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: ${GSM_DIR}/include/gsm/gsm.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ${GSM_DIR}/include/gsm/gsm.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: ${GSM_DIR}/include/gsm/gsm.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ${GSM_DIR}/include/gsm/gsm.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: ${GSM_DIR}/include/gsm/gsm.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ${GSM_DIR}/include/gsm/gsm.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: ${GSM_DIR}/include/gsm/gsm.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ${GSM_DIR}/include/gsm/gsm.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: ${GSM_DIR}/include/gsm/gsm.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ${GSM_DIR}/include/gsm/gsm.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: ${GSM_DIR}/include/gsm/gsm.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ${GSM_DIR}/include/gsm/gsm.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: ${GSM_DIR}/include/gsm/gsm.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -31792,19 +33295,22 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for ${GSM_DIR}/include/gsm/gsm.h" >&5 --echo $ECHO_N "checking for ${GSM_DIR}/include/gsm/gsm.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for ${GSM_DIR}/include/gsm/gsm.h" >&5 -+$as_echo_n "checking for ${GSM_DIR}/include/gsm/gsm.h... " >&6; } - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - eval "$as_ac_Header=\$ac_header_preproc" - fi --ac_res=`eval echo '${'$as_ac_Header'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } -+ac_res=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } - - fi --if test `eval echo '${'$as_ac_Header'}'` = yes; then -+as_val=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - GSM_GSM_HEADER_FOUND=1 - else - GSM_GSM_HEADER_FOUND=0 -@@ -31813,17 +33319,17 @@ fi - - else - if test "${ac_cv_header_gsm_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for gsm.h" >&5 --echo $ECHO_N "checking for gsm.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for gsm.h" >&5 -+$as_echo_n "checking for gsm.h... " >&6; } - if test "${ac_cv_header_gsm_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_gsm_h" >&5 --echo "${ECHO_T}$ac_cv_header_gsm_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_gsm_h" >&5 -+$as_echo "$ac_cv_header_gsm_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking gsm.h usability" >&5 --echo $ECHO_N "checking gsm.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking gsm.h usability" >&5 -+$as_echo_n "checking gsm.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -31839,32 +33345,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking gsm.h presence" >&5 --echo $ECHO_N "checking gsm.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking gsm.h presence" >&5 -+$as_echo_n "checking gsm.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -31878,51 +33385,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: gsm.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: gsm.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: gsm.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: gsm.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: gsm.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: gsm.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: gsm.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: gsm.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: gsm.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: gsm.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: gsm.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: gsm.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: gsm.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: gsm.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: gsm.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: gsm.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: gsm.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: gsm.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: gsm.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: gsm.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: gsm.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: gsm.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: gsm.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: gsm.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: gsm.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: gsm.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: gsm.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: gsm.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: gsm.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: gsm.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: gsm.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: gsm.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -31931,18 +33439,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for gsm.h" >&5 --echo $ECHO_N "checking for gsm.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for gsm.h" >&5 -+$as_echo_n "checking for gsm.h... " >&6; } - if test "${ac_cv_header_gsm_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_gsm_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_gsm_h" >&5 --echo "${ECHO_T}$ac_cv_header_gsm_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_gsm_h" >&5 -+$as_echo "$ac_cv_header_gsm_h" >&6; } - - fi --if test $ac_cv_header_gsm_h = yes; then -+if test "x$ac_cv_header_gsm_h" = x""yes; then - GSM_HEADER_FOUND=1 - else - GSM_HEADER_FOUND=0 -@@ -31950,17 +33458,17 @@ fi - - - if test "${ac_cv_header_gsm_gsm_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for gsm/gsm.h" >&5 --echo $ECHO_N "checking for gsm/gsm.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for gsm/gsm.h" >&5 -+$as_echo_n "checking for gsm/gsm.h... " >&6; } - if test "${ac_cv_header_gsm_gsm_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_gsm_gsm_h" >&5 --echo "${ECHO_T}$ac_cv_header_gsm_gsm_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_gsm_gsm_h" >&5 -+$as_echo "$ac_cv_header_gsm_gsm_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking gsm/gsm.h usability" >&5 --echo $ECHO_N "checking gsm/gsm.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking gsm/gsm.h usability" >&5 -+$as_echo_n "checking gsm/gsm.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -31976,32 +33484,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking gsm/gsm.h presence" >&5 --echo $ECHO_N "checking gsm/gsm.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking gsm/gsm.h presence" >&5 -+$as_echo_n "checking gsm/gsm.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -32015,51 +33524,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: gsm/gsm.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: gsm/gsm.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: gsm/gsm.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: gsm/gsm.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: gsm/gsm.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: gsm/gsm.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: gsm/gsm.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: gsm/gsm.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: gsm/gsm.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: gsm/gsm.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: gsm/gsm.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: gsm/gsm.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: gsm/gsm.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: gsm/gsm.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: gsm/gsm.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: gsm/gsm.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: gsm/gsm.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: gsm/gsm.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: gsm/gsm.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: gsm/gsm.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: gsm/gsm.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: gsm/gsm.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: gsm/gsm.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: gsm/gsm.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: gsm/gsm.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: gsm/gsm.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: gsm/gsm.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: gsm/gsm.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: gsm/gsm.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: gsm/gsm.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: gsm/gsm.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: gsm/gsm.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -32068,18 +33578,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for gsm/gsm.h" >&5 --echo $ECHO_N "checking for gsm/gsm.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for gsm/gsm.h" >&5 -+$as_echo_n "checking for gsm/gsm.h... " >&6; } - if test "${ac_cv_header_gsm_gsm_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_gsm_gsm_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_gsm_gsm_h" >&5 --echo "${ECHO_T}$ac_cv_header_gsm_gsm_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_gsm_gsm_h" >&5 -+$as_echo "$ac_cv_header_gsm_gsm_h" >&6; } - - fi --if test $ac_cv_header_gsm_gsm_h = yes; then -+if test "x$ac_cv_header_gsm_gsm_h" = x""yes; then - GSM_GSM_HEADER_FOUND=1 - else - GSM_GSM_HEADER_FOUND=0 -@@ -32090,14 +33600,14 @@ fi - if test "${GSM_HEADER_FOUND}" = "0" ; then - if test "{GSM_GSM_HEADER_FOUND}" = "0" ; then - if test "x${GSM_MANDATORY}" = "xyes" ; then -- { echo "$as_me:$LINENO: ***" >&5 --echo "$as_me: ***" >&6;} -- { echo "$as_me:$LINENO: *** It appears that you do not have the gsm development package installed." >&5 --echo "$as_me: *** It appears that you do not have the gsm development package installed." >&6;} -- { echo "$as_me:$LINENO: *** Please install it to include ${GSM_DESCRIP} support, or re-run configure" >&5 --echo "$as_me: *** Please install it to include ${GSM_DESCRIP} support, or re-run configure" >&6;} -- { echo "$as_me:$LINENO: *** without explicitly specifying --with-${GSM_OPTION}" >&5 --echo "$as_me: *** without explicitly specifying --with-${GSM_OPTION}" >&6;} -+ { $as_echo "$as_me:$LINENO: ***" >&5 -+$as_echo "$as_me: ***" >&6;} -+ { $as_echo "$as_me:$LINENO: *** It appears that you do not have the gsm development package installed." >&5 -+$as_echo "$as_me: *** It appears that you do not have the gsm development package installed." >&6;} -+ { $as_echo "$as_me:$LINENO: *** Please install it to include ${GSM_DESCRIP} support, or re-run configure" >&5 -+$as_echo "$as_me: *** Please install it to include ${GSM_DESCRIP} support, or re-run configure" >&6;} -+ { $as_echo "$as_me:$LINENO: *** without explicitly specifying --with-${GSM_OPTION}" >&5 -+$as_echo "$as_me: *** without explicitly specifying --with-${GSM_OPTION}" >&6;} - exit 1 - fi - fi -@@ -32157,11 +33667,11 @@ if test "x${PBX_ICONV}" != "x1" -a "${USE_ICONV}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_ICONV_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_iconv_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -liconv" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -liconv... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_iconv_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -liconv" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -liconv... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-liconv ${pbxlibdir} $LIBS" -@@ -32193,34 +33703,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_ICONV_FOUND=yes - else - AST_ICONV_FOUND=no -@@ -32242,17 +33759,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${ICONV_INCLUDE}" - if test "${ac_cv_header_iconv_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for iconv.h" >&5 --echo $ECHO_N "checking for iconv.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for iconv.h" >&5 -+$as_echo_n "checking for iconv.h... " >&6; } - if test "${ac_cv_header_iconv_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_iconv_h" >&5 --echo "${ECHO_T}$ac_cv_header_iconv_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_iconv_h" >&5 -+$as_echo "$ac_cv_header_iconv_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking iconv.h usability" >&5 --echo $ECHO_N "checking iconv.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking iconv.h usability" >&5 -+$as_echo_n "checking iconv.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -32268,32 +33785,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking iconv.h presence" >&5 --echo $ECHO_N "checking iconv.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking iconv.h presence" >&5 -+$as_echo_n "checking iconv.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -32307,51 +33825,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: iconv.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: iconv.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: iconv.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: iconv.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: iconv.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: iconv.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: iconv.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: iconv.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: iconv.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: iconv.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: iconv.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: iconv.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: iconv.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: iconv.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: iconv.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: iconv.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: iconv.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: iconv.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: iconv.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: iconv.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: iconv.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: iconv.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: iconv.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: iconv.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: iconv.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: iconv.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: iconv.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: iconv.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: iconv.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: iconv.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: iconv.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: iconv.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -32360,18 +33879,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for iconv.h" >&5 --echo $ECHO_N "checking for iconv.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for iconv.h" >&5 -+$as_echo_n "checking for iconv.h... " >&6; } - if test "${ac_cv_header_iconv_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_iconv_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_iconv_h" >&5 --echo "${ECHO_T}$ac_cv_header_iconv_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_iconv_h" >&5 -+$as_echo "$ac_cv_header_iconv_h" >&6; } - - fi --if test $ac_cv_header_iconv_h = yes; then -+if test "x$ac_cv_header_iconv_h" = x""yes; then - ICONV_HEADER_FOUND=1 - else - ICONV_HEADER_FOUND=0 -@@ -32396,7 +33915,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_ICONV_VERSION -+#define HAVE_ICONV_VERSION /**/ - _ACEOF - - fi -@@ -32422,11 +33941,11 @@ if test "x${PBX_IKSEMEL}" != "x1" -a "${USE_IKSEMEL}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_IKSEMEL_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_iksemel_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -liksemel" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -liksemel... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_iksemel_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -liksemel" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -liksemel... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-liksemel ${pbxlibdir} $LIBS" -@@ -32458,34 +33977,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_IKSEMEL_FOUND=yes - else - AST_IKSEMEL_FOUND=no -@@ -32507,17 +34033,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${IKSEMEL_INCLUDE}" - if test "${ac_cv_header_iksemel_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for iksemel.h" >&5 --echo $ECHO_N "checking for iksemel.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for iksemel.h" >&5 -+$as_echo_n "checking for iksemel.h... " >&6; } - if test "${ac_cv_header_iksemel_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_iksemel_h" >&5 --echo "${ECHO_T}$ac_cv_header_iksemel_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_iksemel_h" >&5 -+$as_echo "$ac_cv_header_iksemel_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking iksemel.h usability" >&5 --echo $ECHO_N "checking iksemel.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking iksemel.h usability" >&5 -+$as_echo_n "checking iksemel.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -32533,32 +34059,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking iksemel.h presence" >&5 --echo $ECHO_N "checking iksemel.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking iksemel.h presence" >&5 -+$as_echo_n "checking iksemel.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -32572,51 +34099,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: iksemel.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: iksemel.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: iksemel.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: iksemel.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: iksemel.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: iksemel.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: iksemel.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: iksemel.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: iksemel.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: iksemel.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: iksemel.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: iksemel.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: iksemel.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: iksemel.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: iksemel.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: iksemel.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: iksemel.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: iksemel.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: iksemel.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: iksemel.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: iksemel.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: iksemel.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: iksemel.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: iksemel.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: iksemel.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: iksemel.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: iksemel.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: iksemel.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: iksemel.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: iksemel.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: iksemel.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: iksemel.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -32625,18 +34153,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for iksemel.h" >&5 --echo $ECHO_N "checking for iksemel.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for iksemel.h" >&5 -+$as_echo_n "checking for iksemel.h... " >&6; } - if test "${ac_cv_header_iksemel_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_iksemel_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_iksemel_h" >&5 --echo "${ECHO_T}$ac_cv_header_iksemel_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_iksemel_h" >&5 -+$as_echo "$ac_cv_header_iksemel_h" >&6; } - - fi --if test $ac_cv_header_iksemel_h = yes; then -+if test "x$ac_cv_header_iksemel_h" = x""yes; then - IKSEMEL_HEADER_FOUND=1 - else - IKSEMEL_HEADER_FOUND=0 -@@ -32661,7 +34189,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_IKSEMEL_VERSION -+#define HAVE_IKSEMEL_VERSION /**/ - _ACEOF - - fi -@@ -32678,8 +34206,8 @@ if test "${USE_IMAP_TK}" != "no"; then - switch_to_system_on_failure="yes" - fi - if test "${IMAP_TK_DIR}" != "system"; then -- { echo "$as_me:$LINENO: checking for UW IMAP Toolkit c-client library" >&5 --echo $ECHO_N "checking for UW IMAP Toolkit c-client library... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for UW IMAP Toolkit c-client library" >&5 -+$as_echo_n "checking for UW IMAP Toolkit c-client library... " >&6; } - if test -f "${IMAP_TK_DIR}/c-client/LDFLAGS"; then - imap_ldflags=`cat ${IMAP_TK_DIR}/c-client/LDFLAGS` - fi -@@ -32756,27 +34284,31 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_imap_tk="yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_imap_tk="no" - - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - if test "${ac_cv_imap_tk}" = "yes"; then -@@ -32849,40 +34381,44 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_imap_tk2006="yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_imap_tk2006="no" - - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi - CPPFLAGS="${saved_cppflags}" - LIBS="${saved_libs}" - if test "${ac_cv_imap_tk}" = "no"; then -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - if test "${switch_to_system_on_failure}" = "yes"; then - IMAP_TK_DIR="system" - else #This means they specified a directory. Search for a package installation there too -- { echo "$as_me:$LINENO: checking for system c-client library..." >&5 --echo $ECHO_N "checking for system c-client library...... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for system c-client library..." >&5 -+$as_echo_n "checking for system c-client library...... " >&6; } - CPPFLAGS="${saved_cppflags}" - LIBS="${saved_libs}" - imap_include="-I${IMAP_TK_DIR}/include" -@@ -32959,27 +34495,31 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_imap_tk="yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_imap_tk="no" - - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - if test "${ac_cv_imap_tk}" = "yes"; then -@@ -33052,27 +34592,31 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_imap_tk2006="yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_imap_tk2006="no" - - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi -@@ -33081,8 +34625,8 @@ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - fi - if test "${IMAP_TK_DIR}" = "system"; then - #We will enter here if user specified "system" or if any of above checks failed -- { echo "$as_me:$LINENO: checking for system c-client library..." >&5 --echo $ECHO_N "checking for system c-client library...... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for system c-client library..." >&5 -+$as_echo_n "checking for system c-client library...... " >&6; } - CPPFLAGS="${saved_cppflags}" - LIBS="${saved_libs}" - imap_ldflags="" -@@ -33160,27 +34704,31 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_imap_tk="yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_imap_tk="no" - - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - if test "${ac_cv_imap_tk}" = "yes"; then -@@ -33254,27 +34802,31 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_imap_tk2006="yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_imap_tk2006="no" - - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - else #looking in imap directory didn't work, try c-client -@@ -33355,27 +34907,31 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_imap_tk="yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_imap_tk="no" - - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - if test "${ac_cv_imap_tk}" = "yes"; then -@@ -33449,35 +35005,39 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_imap_tk2006="yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_imap_tk2006="no" - - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi - fi - fi - if test "${ac_cv_imap_tk}" = "yes"; then -- { echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; } -+ { $as_echo "$as_me:$LINENO: result: yes" >&5 -+$as_echo "yes" >&6; } - IMAP_TK_LIB="${imap_libs} "`echo ${imap_ldflags}` - IMAP_TK_INCLUDE="${imap_include}" - PBX_IMAP_TK=1 -@@ -33494,8 +35054,8 @@ _ACEOF - - fi - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - CPPFLAGS="${saved_cppflags}" - LIBS="${saved_libs}" -@@ -33516,11 +35076,11 @@ if test "x${PBX_JACK}" != "x1" -a "${USE_JACK}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_JACK_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_jack_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -ljack" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -ljack... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_jack_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -ljack" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -ljack... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-ljack ${pbxlibdir} $LIBS" -@@ -33552,34 +35112,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_JACK_FOUND=yes - else - AST_JACK_FOUND=no -@@ -33601,17 +35168,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${JACK_INCLUDE}" - if test "${ac_cv_header_jack_jack_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for jack/jack.h" >&5 --echo $ECHO_N "checking for jack/jack.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for jack/jack.h" >&5 -+$as_echo_n "checking for jack/jack.h... " >&6; } - if test "${ac_cv_header_jack_jack_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_jack_jack_h" >&5 --echo "${ECHO_T}$ac_cv_header_jack_jack_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_jack_jack_h" >&5 -+$as_echo "$ac_cv_header_jack_jack_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking jack/jack.h usability" >&5 --echo $ECHO_N "checking jack/jack.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking jack/jack.h usability" >&5 -+$as_echo_n "checking jack/jack.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -33627,32 +35194,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking jack/jack.h presence" >&5 --echo $ECHO_N "checking jack/jack.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking jack/jack.h presence" >&5 -+$as_echo_n "checking jack/jack.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -33666,51 +35234,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: jack/jack.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: jack/jack.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: jack/jack.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: jack/jack.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: jack/jack.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: jack/jack.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: jack/jack.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: jack/jack.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: jack/jack.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: jack/jack.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: jack/jack.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: jack/jack.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: jack/jack.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: jack/jack.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: jack/jack.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: jack/jack.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: jack/jack.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: jack/jack.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: jack/jack.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: jack/jack.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: jack/jack.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: jack/jack.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: jack/jack.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: jack/jack.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: jack/jack.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: jack/jack.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: jack/jack.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: jack/jack.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: jack/jack.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: jack/jack.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: jack/jack.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: jack/jack.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -33719,18 +35288,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for jack/jack.h" >&5 --echo $ECHO_N "checking for jack/jack.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for jack/jack.h" >&5 -+$as_echo_n "checking for jack/jack.h... " >&6; } - if test "${ac_cv_header_jack_jack_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_jack_jack_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_jack_jack_h" >&5 --echo "${ECHO_T}$ac_cv_header_jack_jack_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_jack_jack_h" >&5 -+$as_echo "$ac_cv_header_jack_jack_h" >&6; } - - fi --if test $ac_cv_header_jack_jack_h = yes; then -+if test "x$ac_cv_header_jack_jack_h" = x""yes; then - JACK_HEADER_FOUND=1 - else - JACK_HEADER_FOUND=0 -@@ -33755,7 +35324,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_JACK_VERSION -+#define HAVE_JACK_VERSION /**/ - _ACEOF - - fi -@@ -33779,11 +35348,11 @@ if test "x${PBX_LTDL}" != "x1" -a "${USE_LTDL}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_LTDL_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_ltdl_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lltdl" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lltdl... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_ltdl_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lltdl" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lltdl... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lltdl ${pbxlibdir} $LIBS" -@@ -33815,34 +35384,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_LTDL_FOUND=yes - else - AST_LTDL_FOUND=no -@@ -33864,17 +35440,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${LTDL_INCLUDE}" - if test "${ac_cv_header_ltdl_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for ltdl.h" >&5 --echo $ECHO_N "checking for ltdl.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for ltdl.h" >&5 -+$as_echo_n "checking for ltdl.h... " >&6; } - if test "${ac_cv_header_ltdl_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_ltdl_h" >&5 --echo "${ECHO_T}$ac_cv_header_ltdl_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_ltdl_h" >&5 -+$as_echo "$ac_cv_header_ltdl_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking ltdl.h usability" >&5 --echo $ECHO_N "checking ltdl.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking ltdl.h usability" >&5 -+$as_echo_n "checking ltdl.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -33890,32 +35466,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking ltdl.h presence" >&5 --echo $ECHO_N "checking ltdl.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking ltdl.h presence" >&5 -+$as_echo_n "checking ltdl.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -33929,51 +35506,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: ltdl.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: ltdl.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: ltdl.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: ltdl.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ltdl.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: ltdl.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ltdl.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: ltdl.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: ltdl.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: ltdl.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: ltdl.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: ltdl.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: ltdl.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: ltdl.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: ltdl.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: ltdl.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: ltdl.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: ltdl.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: ltdl.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: ltdl.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ltdl.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: ltdl.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ltdl.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: ltdl.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ltdl.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: ltdl.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ltdl.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: ltdl.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ltdl.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: ltdl.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ltdl.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: ltdl.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -33982,18 +35560,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for ltdl.h" >&5 --echo $ECHO_N "checking for ltdl.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for ltdl.h" >&5 -+$as_echo_n "checking for ltdl.h... " >&6; } - if test "${ac_cv_header_ltdl_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_ltdl_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_ltdl_h" >&5 --echo "${ECHO_T}$ac_cv_header_ltdl_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_ltdl_h" >&5 -+$as_echo "$ac_cv_header_ltdl_h" >&6; } - - fi --if test $ac_cv_header_ltdl_h = yes; then -+if test "x$ac_cv_header_ltdl_h" = x""yes; then - LTDL_HEADER_FOUND=1 - else - LTDL_HEADER_FOUND=0 -@@ -34018,7 +35596,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_LTDL_VERSION -+#define HAVE_LTDL_VERSION /**/ - _ACEOF - - fi -@@ -34041,11 +35619,11 @@ if test "x${PBX_LDAP}" != "x1" -a "${USE_LDAP}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_LDAP_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_ldap_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lldap" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lldap... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_ldap_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lldap" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lldap... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lldap ${pbxlibdir} $LIBS" -@@ -34077,34 +35655,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_LDAP_FOUND=yes - else - AST_LDAP_FOUND=no -@@ -34126,17 +35711,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${LDAP_INCLUDE}" - if test "${ac_cv_header_ldap_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for ldap.h" >&5 --echo $ECHO_N "checking for ldap.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for ldap.h" >&5 -+$as_echo_n "checking for ldap.h... " >&6; } - if test "${ac_cv_header_ldap_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_ldap_h" >&5 --echo "${ECHO_T}$ac_cv_header_ldap_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_ldap_h" >&5 -+$as_echo "$ac_cv_header_ldap_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking ldap.h usability" >&5 --echo $ECHO_N "checking ldap.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking ldap.h usability" >&5 -+$as_echo_n "checking ldap.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -34152,32 +35737,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking ldap.h presence" >&5 --echo $ECHO_N "checking ldap.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking ldap.h presence" >&5 -+$as_echo_n "checking ldap.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -34191,51 +35777,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: ldap.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: ldap.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: ldap.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: ldap.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ldap.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: ldap.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ldap.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: ldap.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: ldap.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: ldap.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: ldap.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: ldap.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: ldap.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: ldap.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: ldap.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: ldap.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: ldap.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: ldap.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: ldap.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: ldap.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ldap.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: ldap.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ldap.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: ldap.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ldap.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: ldap.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ldap.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: ldap.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ldap.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: ldap.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ldap.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: ldap.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -34244,18 +35831,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for ldap.h" >&5 --echo $ECHO_N "checking for ldap.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for ldap.h" >&5 -+$as_echo_n "checking for ldap.h... " >&6; } - if test "${ac_cv_header_ldap_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_ldap_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_ldap_h" >&5 --echo "${ECHO_T}$ac_cv_header_ldap_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_ldap_h" >&5 -+$as_echo "$ac_cv_header_ldap_h" >&6; } - - fi --if test $ac_cv_header_ldap_h = yes; then -+if test "x$ac_cv_header_ldap_h" = x""yes; then - LDAP_HEADER_FOUND=1 - else - LDAP_HEADER_FOUND=0 -@@ -34280,7 +35867,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_LDAP_VERSION -+#define HAVE_LDAP_VERSION /**/ - _ACEOF - - fi -@@ -34303,11 +35890,11 @@ if test "x${PBX_MISDN}" != "x1" -a "${USE_MISDN}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_MISDN_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_mISDN_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lmISDN" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lmISDN... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_mISDN_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lmISDN" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lmISDN... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lmISDN ${pbxlibdir} $LIBS" -@@ -34339,34 +35926,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_MISDN_FOUND=yes - else - AST_MISDN_FOUND=no -@@ -34388,17 +35982,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${MISDN_INCLUDE}" - if test "${ac_cv_header_mISDNuser_mISDNlib_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for mISDNuser/mISDNlib.h" >&5 --echo $ECHO_N "checking for mISDNuser/mISDNlib.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for mISDNuser/mISDNlib.h" >&5 -+$as_echo_n "checking for mISDNuser/mISDNlib.h... " >&6; } - if test "${ac_cv_header_mISDNuser_mISDNlib_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_mISDNuser_mISDNlib_h" >&5 --echo "${ECHO_T}$ac_cv_header_mISDNuser_mISDNlib_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_mISDNuser_mISDNlib_h" >&5 -+$as_echo "$ac_cv_header_mISDNuser_mISDNlib_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking mISDNuser/mISDNlib.h usability" >&5 --echo $ECHO_N "checking mISDNuser/mISDNlib.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking mISDNuser/mISDNlib.h usability" >&5 -+$as_echo_n "checking mISDNuser/mISDNlib.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -34414,32 +36008,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking mISDNuser/mISDNlib.h presence" >&5 --echo $ECHO_N "checking mISDNuser/mISDNlib.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking mISDNuser/mISDNlib.h presence" >&5 -+$as_echo_n "checking mISDNuser/mISDNlib.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -34453,51 +36048,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: mISDNuser/mISDNlib.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: mISDNuser/mISDNlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: mISDNuser/mISDNlib.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: mISDNuser/mISDNlib.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: mISDNuser/mISDNlib.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: mISDNuser/mISDNlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: mISDNuser/mISDNlib.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: mISDNuser/mISDNlib.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: mISDNuser/mISDNlib.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: mISDNuser/mISDNlib.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: mISDNuser/mISDNlib.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: mISDNuser/mISDNlib.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: mISDNuser/mISDNlib.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: mISDNuser/mISDNlib.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: mISDNuser/mISDNlib.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: mISDNuser/mISDNlib.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: mISDNuser/mISDNlib.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: mISDNuser/mISDNlib.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: mISDNuser/mISDNlib.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: mISDNuser/mISDNlib.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: mISDNuser/mISDNlib.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: mISDNuser/mISDNlib.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: mISDNuser/mISDNlib.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: mISDNuser/mISDNlib.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: mISDNuser/mISDNlib.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: mISDNuser/mISDNlib.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: mISDNuser/mISDNlib.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: mISDNuser/mISDNlib.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: mISDNuser/mISDNlib.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: mISDNuser/mISDNlib.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: mISDNuser/mISDNlib.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: mISDNuser/mISDNlib.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -34506,18 +36102,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for mISDNuser/mISDNlib.h" >&5 --echo $ECHO_N "checking for mISDNuser/mISDNlib.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for mISDNuser/mISDNlib.h" >&5 -+$as_echo_n "checking for mISDNuser/mISDNlib.h... " >&6; } - if test "${ac_cv_header_mISDNuser_mISDNlib_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_mISDNuser_mISDNlib_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_mISDNuser_mISDNlib_h" >&5 --echo "${ECHO_T}$ac_cv_header_mISDNuser_mISDNlib_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_mISDNuser_mISDNlib_h" >&5 -+$as_echo "$ac_cv_header_mISDNuser_mISDNlib_h" >&6; } - - fi --if test $ac_cv_header_mISDNuser_mISDNlib_h = yes; then -+if test "x$ac_cv_header_mISDNuser_mISDNlib_h" = x""yes; then - MISDN_HEADER_FOUND=1 - else - MISDN_HEADER_FOUND=0 -@@ -34542,7 +36138,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_MISDN_VERSION -+#define HAVE_MISDN_VERSION /**/ - _ACEOF - - fi -@@ -34566,11 +36162,11 @@ if test "x${PBX_ISDNNET}" != "x1" -a "${USE_ISDNNET}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_ISDNNET_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_isdnnet_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lisdnnet" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lisdnnet... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_isdnnet_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lisdnnet" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lisdnnet... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lisdnnet ${pbxlibdir} -lmISDN -lpthread $LIBS" -@@ -34602,34 +36198,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_ISDNNET_FOUND=yes - else - AST_ISDNNET_FOUND=no -@@ -34651,17 +36254,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${ISDNNET_INCLUDE}" - if test "${ac_cv_header_mISDNuser_isdn_net_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for mISDNuser/isdn_net.h" >&5 --echo $ECHO_N "checking for mISDNuser/isdn_net.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for mISDNuser/isdn_net.h" >&5 -+$as_echo_n "checking for mISDNuser/isdn_net.h... " >&6; } - if test "${ac_cv_header_mISDNuser_isdn_net_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_mISDNuser_isdn_net_h" >&5 --echo "${ECHO_T}$ac_cv_header_mISDNuser_isdn_net_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_mISDNuser_isdn_net_h" >&5 -+$as_echo "$ac_cv_header_mISDNuser_isdn_net_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking mISDNuser/isdn_net.h usability" >&5 --echo $ECHO_N "checking mISDNuser/isdn_net.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking mISDNuser/isdn_net.h usability" >&5 -+$as_echo_n "checking mISDNuser/isdn_net.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -34677,32 +36280,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking mISDNuser/isdn_net.h presence" >&5 --echo $ECHO_N "checking mISDNuser/isdn_net.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking mISDNuser/isdn_net.h presence" >&5 -+$as_echo_n "checking mISDNuser/isdn_net.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -34716,51 +36320,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: mISDNuser/isdn_net.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: mISDNuser/isdn_net.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: mISDNuser/isdn_net.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: mISDNuser/isdn_net.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: mISDNuser/isdn_net.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: mISDNuser/isdn_net.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: mISDNuser/isdn_net.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: mISDNuser/isdn_net.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: mISDNuser/isdn_net.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: mISDNuser/isdn_net.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: mISDNuser/isdn_net.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: mISDNuser/isdn_net.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: mISDNuser/isdn_net.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: mISDNuser/isdn_net.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: mISDNuser/isdn_net.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: mISDNuser/isdn_net.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: mISDNuser/isdn_net.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: mISDNuser/isdn_net.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: mISDNuser/isdn_net.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: mISDNuser/isdn_net.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: mISDNuser/isdn_net.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: mISDNuser/isdn_net.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: mISDNuser/isdn_net.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: mISDNuser/isdn_net.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: mISDNuser/isdn_net.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: mISDNuser/isdn_net.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: mISDNuser/isdn_net.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: mISDNuser/isdn_net.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: mISDNuser/isdn_net.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: mISDNuser/isdn_net.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: mISDNuser/isdn_net.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: mISDNuser/isdn_net.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -34769,18 +36374,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for mISDNuser/isdn_net.h" >&5 --echo $ECHO_N "checking for mISDNuser/isdn_net.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for mISDNuser/isdn_net.h" >&5 -+$as_echo_n "checking for mISDNuser/isdn_net.h... " >&6; } - if test "${ac_cv_header_mISDNuser_isdn_net_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_mISDNuser_isdn_net_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_mISDNuser_isdn_net_h" >&5 --echo "${ECHO_T}$ac_cv_header_mISDNuser_isdn_net_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_mISDNuser_isdn_net_h" >&5 -+$as_echo "$ac_cv_header_mISDNuser_isdn_net_h" >&6; } - - fi --if test $ac_cv_header_mISDNuser_isdn_net_h = yes; then -+if test "x$ac_cv_header_mISDNuser_isdn_net_h" = x""yes; then - ISDNNET_HEADER_FOUND=1 - else - ISDNNET_HEADER_FOUND=0 -@@ -34805,7 +36410,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_ISDNNET_VERSION -+#define HAVE_ISDNNET_VERSION /**/ - _ACEOF - - fi -@@ -34827,11 +36432,11 @@ if test "x${PBX_SUPPSERV}" != "x1" -a "${USE_SUPPSERV}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_SUPPSERV_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_suppserv_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lsuppserv" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lsuppserv... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_suppserv_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lsuppserv" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lsuppserv... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lsuppserv ${pbxlibdir} $LIBS" -@@ -34863,34 +36468,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_SUPPSERV_FOUND=yes - else - AST_SUPPSERV_FOUND=no -@@ -34912,17 +36524,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${SUPPSERV_INCLUDE}" - if test "${ac_cv_header_mISDNuser_suppserv_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for mISDNuser/suppserv.h" >&5 --echo $ECHO_N "checking for mISDNuser/suppserv.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for mISDNuser/suppserv.h" >&5 -+$as_echo_n "checking for mISDNuser/suppserv.h... " >&6; } - if test "${ac_cv_header_mISDNuser_suppserv_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_mISDNuser_suppserv_h" >&5 --echo "${ECHO_T}$ac_cv_header_mISDNuser_suppserv_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_mISDNuser_suppserv_h" >&5 -+$as_echo "$ac_cv_header_mISDNuser_suppserv_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking mISDNuser/suppserv.h usability" >&5 --echo $ECHO_N "checking mISDNuser/suppserv.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking mISDNuser/suppserv.h usability" >&5 -+$as_echo_n "checking mISDNuser/suppserv.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -34938,32 +36550,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking mISDNuser/suppserv.h presence" >&5 --echo $ECHO_N "checking mISDNuser/suppserv.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking mISDNuser/suppserv.h presence" >&5 -+$as_echo_n "checking mISDNuser/suppserv.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -34977,51 +36590,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: mISDNuser/suppserv.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: mISDNuser/suppserv.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: mISDNuser/suppserv.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: mISDNuser/suppserv.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: mISDNuser/suppserv.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: mISDNuser/suppserv.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: mISDNuser/suppserv.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: mISDNuser/suppserv.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: mISDNuser/suppserv.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: mISDNuser/suppserv.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: mISDNuser/suppserv.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: mISDNuser/suppserv.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: mISDNuser/suppserv.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: mISDNuser/suppserv.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: mISDNuser/suppserv.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: mISDNuser/suppserv.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: mISDNuser/suppserv.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: mISDNuser/suppserv.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: mISDNuser/suppserv.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: mISDNuser/suppserv.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: mISDNuser/suppserv.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: mISDNuser/suppserv.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: mISDNuser/suppserv.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: mISDNuser/suppserv.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: mISDNuser/suppserv.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: mISDNuser/suppserv.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: mISDNuser/suppserv.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: mISDNuser/suppserv.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: mISDNuser/suppserv.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: mISDNuser/suppserv.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: mISDNuser/suppserv.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: mISDNuser/suppserv.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -35030,18 +36644,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for mISDNuser/suppserv.h" >&5 --echo $ECHO_N "checking for mISDNuser/suppserv.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for mISDNuser/suppserv.h" >&5 -+$as_echo_n "checking for mISDNuser/suppserv.h... " >&6; } - if test "${ac_cv_header_mISDNuser_suppserv_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_mISDNuser_suppserv_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_mISDNuser_suppserv_h" >&5 --echo "${ECHO_T}$ac_cv_header_mISDNuser_suppserv_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_mISDNuser_suppserv_h" >&5 -+$as_echo "$ac_cv_header_mISDNuser_suppserv_h" >&6; } - - fi --if test $ac_cv_header_mISDNuser_suppserv_h = yes; then -+if test "x$ac_cv_header_mISDNuser_suppserv_h" = x""yes; then - SUPPSERV_HEADER_FOUND=1 - else - SUPPSERV_HEADER_FOUND=0 -@@ -35066,7 +36680,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_SUPPSERV_VERSION -+#define HAVE_SUPPSERV_VERSION /**/ - _ACEOF - - fi -@@ -35075,8 +36689,8 @@ fi - - - if test "x${PBX_MISDN_FAC_RESULT}" != "x1"; then -- { echo "$as_me:$LINENO: checking for Fac_RESULT in mISDNuser/suppserv.h" >&5 --echo $ECHO_N "checking for Fac_RESULT in mISDNuser/suppserv.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for Fac_RESULT in mISDNuser/suppserv.h" >&5 -+$as_echo_n "checking for Fac_RESULT in mISDNuser/suppserv.h... " >&6; } - saved_cppflags="${CPPFLAGS}" - if test "x${MISDN_FAC_RESULT_DIR}" != "x"; then - MISDN_FAC_RESULT_INCLUDE="-I${MISDN_FAC_RESULT_DIR}/include" -@@ -35110,19 +36724,20 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then -- { echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; } -+ { $as_echo "$as_me:$LINENO: result: yes" >&5 -+$as_echo "yes" >&6; } - PBX_MISDN_FAC_RESULT=1 - - cat >>confdefs.h <<\_ACEOF -@@ -35131,16 +36746,16 @@ _ACEOF - - - cat >>confdefs.h <<\_ACEOF --#define HAVE_MISDN_FAC_RESULT_VERSION -+#define HAVE_MISDN_FAC_RESULT_VERSION /**/ - _ACEOF - - - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - - fi - -@@ -35151,8 +36766,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - - - if test "x${PBX_MISDN_FAC_ERROR}" != "x1"; then -- { echo "$as_me:$LINENO: checking for Fac_ERROR in mISDNuser/suppserv.h" >&5 --echo $ECHO_N "checking for Fac_ERROR in mISDNuser/suppserv.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for Fac_ERROR in mISDNuser/suppserv.h" >&5 -+$as_echo_n "checking for Fac_ERROR in mISDNuser/suppserv.h... " >&6; } - saved_cppflags="${CPPFLAGS}" - if test "x${MISDN_FAC_ERROR_DIR}" != "x"; then - MISDN_FAC_ERROR_INCLUDE="-I${MISDN_FAC_ERROR_DIR}/include" -@@ -35186,19 +36801,20 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then -- { echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; } -+ { $as_echo "$as_me:$LINENO: result: yes" >&5 -+$as_echo "yes" >&6; } - PBX_MISDN_FAC_ERROR=1 - - cat >>confdefs.h <<\_ACEOF -@@ -35207,16 +36823,16 @@ _ACEOF - - - cat >>confdefs.h <<\_ACEOF --#define HAVE_MISDN_FAC_ERROR_VERSION -+#define HAVE_MISDN_FAC_ERROR_VERSION /**/ - _ACEOF - - - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - - fi - -@@ -35226,17 +36842,17 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - - - if test "${ac_cv_header_linux_mISDNdsp_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for linux/mISDNdsp.h" >&5 --echo $ECHO_N "checking for linux/mISDNdsp.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for linux/mISDNdsp.h" >&5 -+$as_echo_n "checking for linux/mISDNdsp.h... " >&6; } - if test "${ac_cv_header_linux_mISDNdsp_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_linux_mISDNdsp_h" >&5 --echo "${ECHO_T}$ac_cv_header_linux_mISDNdsp_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_linux_mISDNdsp_h" >&5 -+$as_echo "$ac_cv_header_linux_mISDNdsp_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking linux/mISDNdsp.h usability" >&5 --echo $ECHO_N "checking linux/mISDNdsp.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking linux/mISDNdsp.h usability" >&5 -+$as_echo_n "checking linux/mISDNdsp.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -35252,32 +36868,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking linux/mISDNdsp.h presence" >&5 --echo $ECHO_N "checking linux/mISDNdsp.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking linux/mISDNdsp.h presence" >&5 -+$as_echo_n "checking linux/mISDNdsp.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -35291,51 +36908,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: linux/mISDNdsp.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: linux/mISDNdsp.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: linux/mISDNdsp.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: linux/mISDNdsp.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: linux/mISDNdsp.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: linux/mISDNdsp.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: linux/mISDNdsp.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: linux/mISDNdsp.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: linux/mISDNdsp.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: linux/mISDNdsp.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: linux/mISDNdsp.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: linux/mISDNdsp.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: linux/mISDNdsp.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: linux/mISDNdsp.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: linux/mISDNdsp.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: linux/mISDNdsp.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: linux/mISDNdsp.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: linux/mISDNdsp.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: linux/mISDNdsp.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: linux/mISDNdsp.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: linux/mISDNdsp.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: linux/mISDNdsp.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: linux/mISDNdsp.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: linux/mISDNdsp.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: linux/mISDNdsp.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: linux/mISDNdsp.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: linux/mISDNdsp.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: linux/mISDNdsp.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: linux/mISDNdsp.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: linux/mISDNdsp.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: linux/mISDNdsp.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: linux/mISDNdsp.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -35344,18 +36962,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for linux/mISDNdsp.h" >&5 --echo $ECHO_N "checking for linux/mISDNdsp.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for linux/mISDNdsp.h" >&5 -+$as_echo_n "checking for linux/mISDNdsp.h... " >&6; } - if test "${ac_cv_header_linux_mISDNdsp_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_linux_mISDNdsp_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_linux_mISDNdsp_h" >&5 --echo "${ECHO_T}$ac_cv_header_linux_mISDNdsp_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_linux_mISDNdsp_h" >&5 -+$as_echo "$ac_cv_header_linux_mISDNdsp_h" >&6; } - - fi --if test $ac_cv_header_linux_mISDNdsp_h = yes; then -+if test "x$ac_cv_header_linux_mISDNdsp_h" = x""yes; then - - cat >>confdefs.h <<_ACEOF - #define MISDN_1_2 1 -@@ -35381,11 +36999,11 @@ if test "x${PBX_NBS}" != "x1" -a "${USE_NBS}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_NBS_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_nbs_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lnbs" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lnbs... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_nbs_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lnbs" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lnbs... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lnbs ${pbxlibdir} $LIBS" -@@ -35417,34 +37035,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_NBS_FOUND=yes - else - AST_NBS_FOUND=no -@@ -35466,17 +37091,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${NBS_INCLUDE}" - if test "${ac_cv_header_nbs_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for nbs.h" >&5 --echo $ECHO_N "checking for nbs.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for nbs.h" >&5 -+$as_echo_n "checking for nbs.h... " >&6; } - if test "${ac_cv_header_nbs_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_nbs_h" >&5 --echo "${ECHO_T}$ac_cv_header_nbs_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_nbs_h" >&5 -+$as_echo "$ac_cv_header_nbs_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking nbs.h usability" >&5 --echo $ECHO_N "checking nbs.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking nbs.h usability" >&5 -+$as_echo_n "checking nbs.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -35492,32 +37117,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking nbs.h presence" >&5 --echo $ECHO_N "checking nbs.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking nbs.h presence" >&5 -+$as_echo_n "checking nbs.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -35531,51 +37157,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: nbs.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: nbs.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: nbs.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: nbs.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: nbs.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: nbs.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: nbs.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: nbs.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: nbs.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: nbs.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: nbs.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: nbs.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: nbs.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: nbs.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: nbs.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: nbs.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: nbs.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: nbs.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: nbs.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: nbs.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: nbs.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: nbs.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: nbs.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: nbs.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: nbs.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: nbs.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: nbs.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: nbs.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: nbs.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: nbs.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: nbs.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: nbs.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -35584,18 +37211,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for nbs.h" >&5 --echo $ECHO_N "checking for nbs.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for nbs.h" >&5 -+$as_echo_n "checking for nbs.h... " >&6; } - if test "${ac_cv_header_nbs_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_nbs_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_nbs_h" >&5 --echo "${ECHO_T}$ac_cv_header_nbs_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_nbs_h" >&5 -+$as_echo "$ac_cv_header_nbs_h" >&6; } - - fi --if test $ac_cv_header_nbs_h = yes; then -+if test "x$ac_cv_header_nbs_h" = x""yes; then - NBS_HEADER_FOUND=1 - else - NBS_HEADER_FOUND=0 -@@ -35620,7 +37247,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_NBS_VERSION -+#define HAVE_NBS_VERSION /**/ - _ACEOF - - fi -@@ -35643,11 +37270,11 @@ if test "x${PBX_NCURSES}" != "x1" -a "${USE_NCURSES}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_NCURSES_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_ncurses_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lncurses" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lncurses... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_ncurses_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lncurses" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lncurses... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lncurses ${pbxlibdir} $LIBS" -@@ -35679,34 +37306,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_NCURSES_FOUND=yes - else - AST_NCURSES_FOUND=no -@@ -35728,17 +37362,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${NCURSES_INCLUDE}" - if test "${ac_cv_header_curses_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for curses.h" >&5 --echo $ECHO_N "checking for curses.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for curses.h" >&5 -+$as_echo_n "checking for curses.h... " >&6; } - if test "${ac_cv_header_curses_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_curses_h" >&5 --echo "${ECHO_T}$ac_cv_header_curses_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_curses_h" >&5 -+$as_echo "$ac_cv_header_curses_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking curses.h usability" >&5 --echo $ECHO_N "checking curses.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking curses.h usability" >&5 -+$as_echo_n "checking curses.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -35754,32 +37388,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking curses.h presence" >&5 --echo $ECHO_N "checking curses.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking curses.h presence" >&5 -+$as_echo_n "checking curses.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -35793,51 +37428,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: curses.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: curses.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: curses.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: curses.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: curses.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: curses.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: curses.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: curses.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: curses.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: curses.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: curses.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: curses.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: curses.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: curses.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: curses.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: curses.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: curses.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: curses.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: curses.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: curses.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: curses.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: curses.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: curses.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: curses.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: curses.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: curses.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: curses.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: curses.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: curses.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: curses.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: curses.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: curses.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -35846,18 +37482,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for curses.h" >&5 --echo $ECHO_N "checking for curses.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for curses.h" >&5 -+$as_echo_n "checking for curses.h... " >&6; } - if test "${ac_cv_header_curses_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_curses_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_curses_h" >&5 --echo "${ECHO_T}$ac_cv_header_curses_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_curses_h" >&5 -+$as_echo "$ac_cv_header_curses_h" >&6; } - - fi --if test $ac_cv_header_curses_h = yes; then -+if test "x$ac_cv_header_curses_h" = x""yes; then - NCURSES_HEADER_FOUND=1 - else - NCURSES_HEADER_FOUND=0 -@@ -35882,7 +37518,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_NCURSES_VERSION -+#define HAVE_NCURSES_VERSION /**/ - _ACEOF - - fi -@@ -35896,10 +37532,10 @@ fi - if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}net-snmp-config", so it can be a program name with args. - set dummy ${ac_tool_prefix}net-snmp-config; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_CONFIG_NETSNMP+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$CONFIG_NETSNMP"; then - ac_cv_prog_CONFIG_NETSNMP="$CONFIG_NETSNMP" # Let the user override the test. -@@ -35912,7 +37548,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_CONFIG_NETSNMP="${ac_tool_prefix}net-snmp-config" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -35923,11 +37559,11 @@ fi - fi - CONFIG_NETSNMP=$ac_cv_prog_CONFIG_NETSNMP - if test -n "$CONFIG_NETSNMP"; then -- { echo "$as_me:$LINENO: result: $CONFIG_NETSNMP" >&5 --echo "${ECHO_T}$CONFIG_NETSNMP" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $CONFIG_NETSNMP" >&5 -+$as_echo "$CONFIG_NETSNMP" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - -@@ -35936,10 +37572,10 @@ if test -z "$ac_cv_prog_CONFIG_NETSNMP"; then - ac_ct_CONFIG_NETSNMP=$CONFIG_NETSNMP - # Extract the first word of "net-snmp-config", so it can be a program name with args. - set dummy net-snmp-config; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_ac_ct_CONFIG_NETSNMP+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$ac_ct_CONFIG_NETSNMP"; then - ac_cv_prog_ac_ct_CONFIG_NETSNMP="$ac_ct_CONFIG_NETSNMP" # Let the user override the test. -@@ -35952,7 +37588,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_ac_ct_CONFIG_NETSNMP="net-snmp-config" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -35963,11 +37599,11 @@ fi - fi - ac_ct_CONFIG_NETSNMP=$ac_cv_prog_ac_ct_CONFIG_NETSNMP - if test -n "$ac_ct_CONFIG_NETSNMP"; then -- { echo "$as_me:$LINENO: result: $ac_ct_CONFIG_NETSNMP" >&5 --echo "${ECHO_T}$ac_ct_CONFIG_NETSNMP" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $ac_ct_CONFIG_NETSNMP" >&5 -+$as_echo "$ac_ct_CONFIG_NETSNMP" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - if test "x$ac_ct_CONFIG_NETSNMP" = x; then -@@ -35975,12 +37611,8 @@ fi - else - case $cross_compiling:$ac_tool_warned in - yes:) --{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools --whose name does not start with the host triplet. If you think this --configuration is useful to you, please write to autoconf@gnu.org." >&5 --echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools --whose name does not start with the host triplet. If you think this --configuration is useful to you, please write to autoconf@gnu.org." >&2;} -+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 -+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} - ac_tool_warned=yes ;; - esac - CONFIG_NETSNMP=$ac_ct_CONFIG_NETSNMP -@@ -36030,18 +37662,21 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - PBX_NETSNMP=1 - - cat >>confdefs.h <<\_ACEOF -@@ -36050,13 +37685,14 @@ _ACEOF - - - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - - - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - CPPFLAGS="${saved_cppflags}" -@@ -36088,11 +37724,11 @@ if test "x${PBX_NEWT}" != "x1" -a "${USE_NEWT}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_NEWT_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_newt_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lnewt" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lnewt... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_newt_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lnewt" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lnewt... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lnewt ${pbxlibdir} $LIBS" -@@ -36124,34 +37760,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_NEWT_FOUND=yes - else - AST_NEWT_FOUND=no -@@ -36173,17 +37816,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${NEWT_INCLUDE}" - if test "${ac_cv_header_newt_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for newt.h" >&5 --echo $ECHO_N "checking for newt.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for newt.h" >&5 -+$as_echo_n "checking for newt.h... " >&6; } - if test "${ac_cv_header_newt_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_newt_h" >&5 --echo "${ECHO_T}$ac_cv_header_newt_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_newt_h" >&5 -+$as_echo "$ac_cv_header_newt_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking newt.h usability" >&5 --echo $ECHO_N "checking newt.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking newt.h usability" >&5 -+$as_echo_n "checking newt.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -36199,32 +37842,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking newt.h presence" >&5 --echo $ECHO_N "checking newt.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking newt.h presence" >&5 -+$as_echo_n "checking newt.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -36238,51 +37882,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: newt.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: newt.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: newt.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: newt.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: newt.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: newt.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: newt.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: newt.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: newt.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: newt.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: newt.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: newt.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: newt.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: newt.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: newt.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: newt.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: newt.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: newt.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: newt.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: newt.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: newt.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: newt.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: newt.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: newt.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: newt.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: newt.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: newt.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: newt.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: newt.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: newt.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: newt.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: newt.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -36291,18 +37936,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for newt.h" >&5 --echo $ECHO_N "checking for newt.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for newt.h" >&5 -+$as_echo_n "checking for newt.h... " >&6; } - if test "${ac_cv_header_newt_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_newt_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_newt_h" >&5 --echo "${ECHO_T}$ac_cv_header_newt_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_newt_h" >&5 -+$as_echo "$ac_cv_header_newt_h" >&6; } - - fi --if test $ac_cv_header_newt_h = yes; then -+if test "x$ac_cv_header_newt_h" = x""yes; then - NEWT_HEADER_FOUND=1 - else - NEWT_HEADER_FOUND=0 -@@ -36327,7 +37972,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_NEWT_VERSION -+#define HAVE_NEWT_VERSION /**/ - _ACEOF - - fi -@@ -36350,11 +37995,11 @@ if test "x${PBX_UNIXODBC}" != "x1" -a "${USE_UNIXODBC}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_UNIXODBC_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_odbc_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lodbc" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lodbc... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_odbc_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lodbc" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lodbc... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lodbc ${pbxlibdir} $LIBS" -@@ -36386,34 +38031,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_UNIXODBC_FOUND=yes - else - AST_UNIXODBC_FOUND=no -@@ -36435,17 +38087,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${UNIXODBC_INCLUDE}" - if test "${ac_cv_header_sql_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for sql.h" >&5 --echo $ECHO_N "checking for sql.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for sql.h" >&5 -+$as_echo_n "checking for sql.h... " >&6; } - if test "${ac_cv_header_sql_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5 --echo "${ECHO_T}$ac_cv_header_sql_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5 -+$as_echo "$ac_cv_header_sql_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking sql.h usability" >&5 --echo $ECHO_N "checking sql.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking sql.h usability" >&5 -+$as_echo_n "checking sql.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -36461,32 +38113,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking sql.h presence" >&5 --echo $ECHO_N "checking sql.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking sql.h presence" >&5 -+$as_echo_n "checking sql.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -36500,51 +38153,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: sql.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: sql.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: sql.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: sql.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: sql.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: sql.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: sql.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: sql.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: sql.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: sql.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: sql.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: sql.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: sql.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: sql.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: sql.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: sql.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: sql.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: sql.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: sql.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: sql.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: sql.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: sql.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: sql.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: sql.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -36553,18 +38207,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for sql.h" >&5 --echo $ECHO_N "checking for sql.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for sql.h" >&5 -+$as_echo_n "checking for sql.h... " >&6; } - if test "${ac_cv_header_sql_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_sql_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5 --echo "${ECHO_T}$ac_cv_header_sql_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5 -+$as_echo "$ac_cv_header_sql_h" >&6; } - - fi --if test $ac_cv_header_sql_h = yes; then -+if test "x$ac_cv_header_sql_h" = x""yes; then - UNIXODBC_HEADER_FOUND=1 - else - UNIXODBC_HEADER_FOUND=0 -@@ -36589,7 +38243,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_UNIXODBC_VERSION -+#define HAVE_UNIXODBC_VERSION /**/ - _ACEOF - - fi -@@ -36612,11 +38266,11 @@ if test "x${PBX_OGG}" != "x1" -a "${USE_OGG}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_OGG_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_ogg_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -logg" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -logg... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_ogg_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -logg" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -logg... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-logg ${pbxlibdir} $LIBS" -@@ -36648,34 +38302,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_OGG_FOUND=yes - else - AST_OGG_FOUND=no -@@ -36697,17 +38358,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${OGG_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then -- { echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking usability" >&5 --echo $ECHO_N "checking usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking usability" >&5 -+$as_echo_n "checking usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -36723,32 +38384,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking presence" >&5 --echo $ECHO_N "checking presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking presence" >&5 -+$as_echo_n "checking presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -36762,51 +38424,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 --echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 --echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -36815,18 +38478,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - - fi --if test $ac_cv_header_ = yes; then -+if test "x$ac_cv_header_" = x""yes; then - OGG_HEADER_FOUND=1 - else - OGG_HEADER_FOUND=0 -@@ -36851,7 +38514,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_OGG_VERSION -+#define HAVE_OGG_VERSION /**/ - _ACEOF - - fi -@@ -36875,11 +38538,11 @@ if test "x${PBX_BKTR}" != "x1" -a "${USE_BKTR}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_BKTR_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_execinfo_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lexecinfo" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lexecinfo... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_execinfo_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lexecinfo" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lexecinfo... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lexecinfo ${pbxlibdir} $LIBS" -@@ -36911,34 +38574,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_BKTR_FOUND=yes - else - AST_BKTR_FOUND=no -@@ -36960,17 +38630,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${BKTR_INCLUDE}" - if test "${ac_cv_header_execinfo_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for execinfo.h" >&5 --echo $ECHO_N "checking for execinfo.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for execinfo.h" >&5 -+$as_echo_n "checking for execinfo.h... " >&6; } - if test "${ac_cv_header_execinfo_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_execinfo_h" >&5 --echo "${ECHO_T}$ac_cv_header_execinfo_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_execinfo_h" >&5 -+$as_echo "$ac_cv_header_execinfo_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking execinfo.h usability" >&5 --echo $ECHO_N "checking execinfo.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking execinfo.h usability" >&5 -+$as_echo_n "checking execinfo.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -36986,32 +38656,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking execinfo.h presence" >&5 --echo $ECHO_N "checking execinfo.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking execinfo.h presence" >&5 -+$as_echo_n "checking execinfo.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -37025,51 +38696,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: execinfo.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: execinfo.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: execinfo.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: execinfo.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: execinfo.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: execinfo.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: execinfo.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: execinfo.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: execinfo.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: execinfo.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: execinfo.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: execinfo.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: execinfo.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: execinfo.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: execinfo.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: execinfo.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: execinfo.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: execinfo.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: execinfo.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: execinfo.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: execinfo.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: execinfo.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: execinfo.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: execinfo.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: execinfo.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: execinfo.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: execinfo.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: execinfo.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: execinfo.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: execinfo.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: execinfo.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: execinfo.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -37078,18 +38750,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for execinfo.h" >&5 --echo $ECHO_N "checking for execinfo.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for execinfo.h" >&5 -+$as_echo_n "checking for execinfo.h... " >&6; } - if test "${ac_cv_header_execinfo_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_execinfo_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_execinfo_h" >&5 --echo "${ECHO_T}$ac_cv_header_execinfo_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_execinfo_h" >&5 -+$as_echo "$ac_cv_header_execinfo_h" >&6; } - - fi --if test $ac_cv_header_execinfo_h = yes; then -+if test "x$ac_cv_header_execinfo_h" = x""yes; then - BKTR_HEADER_FOUND=1 - else - BKTR_HEADER_FOUND=0 -@@ -37114,7 +38786,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_BKTR_VERSION -+#define HAVE_BKTR_VERSION /**/ - _ACEOF - - fi -@@ -37137,11 +38809,11 @@ if test "x${PBX_BKTR}" != "x1" -a "${USE_BKTR}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_BKTR_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_c_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lc" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lc... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_c_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lc" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lc... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lc ${pbxlibdir} $LIBS" -@@ -37173,34 +38845,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_BKTR_FOUND=yes - else - AST_BKTR_FOUND=no -@@ -37222,17 +38901,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${BKTR_INCLUDE}" - if test "${ac_cv_header_execinfo_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for execinfo.h" >&5 --echo $ECHO_N "checking for execinfo.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for execinfo.h" >&5 -+$as_echo_n "checking for execinfo.h... " >&6; } - if test "${ac_cv_header_execinfo_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_execinfo_h" >&5 --echo "${ECHO_T}$ac_cv_header_execinfo_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_execinfo_h" >&5 -+$as_echo "$ac_cv_header_execinfo_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking execinfo.h usability" >&5 --echo $ECHO_N "checking execinfo.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking execinfo.h usability" >&5 -+$as_echo_n "checking execinfo.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -37248,32 +38927,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking execinfo.h presence" >&5 --echo $ECHO_N "checking execinfo.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking execinfo.h presence" >&5 -+$as_echo_n "checking execinfo.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -37287,51 +38967,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: execinfo.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: execinfo.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: execinfo.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: execinfo.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: execinfo.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: execinfo.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: execinfo.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: execinfo.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: execinfo.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: execinfo.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: execinfo.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: execinfo.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: execinfo.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: execinfo.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: execinfo.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: execinfo.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: execinfo.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: execinfo.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: execinfo.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: execinfo.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: execinfo.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: execinfo.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: execinfo.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: execinfo.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: execinfo.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: execinfo.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: execinfo.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: execinfo.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: execinfo.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: execinfo.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: execinfo.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: execinfo.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -37340,18 +39021,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for execinfo.h" >&5 --echo $ECHO_N "checking for execinfo.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for execinfo.h" >&5 -+$as_echo_n "checking for execinfo.h... " >&6; } - if test "${ac_cv_header_execinfo_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_execinfo_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_execinfo_h" >&5 --echo "${ECHO_T}$ac_cv_header_execinfo_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_execinfo_h" >&5 -+$as_echo "$ac_cv_header_execinfo_h" >&6; } - - fi --if test $ac_cv_header_execinfo_h = yes; then -+if test "x$ac_cv_header_execinfo_h" = x""yes; then - BKTR_HEADER_FOUND=1 - else - BKTR_HEADER_FOUND=0 -@@ -37376,7 +39057,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_BKTR_VERSION -+#define HAVE_BKTR_VERSION /**/ - _ACEOF - - fi -@@ -37400,11 +39081,11 @@ if test "x${PBX_OSS}" != "x1" -a "${USE_OSS}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_OSS_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_ossaudio_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lossaudio" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lossaudio... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_ossaudio_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lossaudio" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lossaudio... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lossaudio ${pbxlibdir} $LIBS" -@@ -37436,34 +39117,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_OSS_FOUND=yes - else - AST_OSS_FOUND=no -@@ -37485,17 +39173,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${OSS_INCLUDE}" - if test "${ac_cv_header_linux_soundcard_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for linux/soundcard.h" >&5 --echo $ECHO_N "checking for linux/soundcard.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for linux/soundcard.h" >&5 -+$as_echo_n "checking for linux/soundcard.h... " >&6; } - if test "${ac_cv_header_linux_soundcard_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_linux_soundcard_h" >&5 --echo "${ECHO_T}$ac_cv_header_linux_soundcard_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_linux_soundcard_h" >&5 -+$as_echo "$ac_cv_header_linux_soundcard_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking linux/soundcard.h usability" >&5 --echo $ECHO_N "checking linux/soundcard.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking linux/soundcard.h usability" >&5 -+$as_echo_n "checking linux/soundcard.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -37511,32 +39199,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking linux/soundcard.h presence" >&5 --echo $ECHO_N "checking linux/soundcard.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking linux/soundcard.h presence" >&5 -+$as_echo_n "checking linux/soundcard.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -37550,51 +39239,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: linux/soundcard.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: linux/soundcard.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: linux/soundcard.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: linux/soundcard.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: linux/soundcard.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: linux/soundcard.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: linux/soundcard.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: linux/soundcard.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: linux/soundcard.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: linux/soundcard.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: linux/soundcard.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: linux/soundcard.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: linux/soundcard.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: linux/soundcard.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: linux/soundcard.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: linux/soundcard.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: linux/soundcard.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: linux/soundcard.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: linux/soundcard.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: linux/soundcard.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: linux/soundcard.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: linux/soundcard.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: linux/soundcard.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: linux/soundcard.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: linux/soundcard.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: linux/soundcard.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: linux/soundcard.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: linux/soundcard.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: linux/soundcard.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: linux/soundcard.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: linux/soundcard.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: linux/soundcard.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -37603,18 +39293,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for linux/soundcard.h" >&5 --echo $ECHO_N "checking for linux/soundcard.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for linux/soundcard.h" >&5 -+$as_echo_n "checking for linux/soundcard.h... " >&6; } - if test "${ac_cv_header_linux_soundcard_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_linux_soundcard_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_linux_soundcard_h" >&5 --echo "${ECHO_T}$ac_cv_header_linux_soundcard_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_linux_soundcard_h" >&5 -+$as_echo "$ac_cv_header_linux_soundcard_h" >&6; } - - fi --if test $ac_cv_header_linux_soundcard_h = yes; then -+if test "x$ac_cv_header_linux_soundcard_h" = x""yes; then - OSS_HEADER_FOUND=1 - else - OSS_HEADER_FOUND=0 -@@ -37639,7 +39329,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_OSS_VERSION -+#define HAVE_OSS_VERSION /**/ - _ACEOF - - fi -@@ -37661,11 +39351,11 @@ if test "x${PBX_OSS}" != "x1" -a "${USE_OSS}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_OSS_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_ossaudio_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lossaudio" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lossaudio... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_ossaudio_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lossaudio" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lossaudio... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lossaudio ${pbxlibdir} $LIBS" -@@ -37697,34 +39387,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_OSS_FOUND=yes - else - AST_OSS_FOUND=no -@@ -37746,17 +39443,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${OSS_INCLUDE}" - if test "${ac_cv_header_sys_soundcard_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for sys/soundcard.h" >&5 --echo $ECHO_N "checking for sys/soundcard.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for sys/soundcard.h" >&5 -+$as_echo_n "checking for sys/soundcard.h... " >&6; } - if test "${ac_cv_header_sys_soundcard_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_sys_soundcard_h" >&5 --echo "${ECHO_T}$ac_cv_header_sys_soundcard_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_soundcard_h" >&5 -+$as_echo "$ac_cv_header_sys_soundcard_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking sys/soundcard.h usability" >&5 --echo $ECHO_N "checking sys/soundcard.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking sys/soundcard.h usability" >&5 -+$as_echo_n "checking sys/soundcard.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -37772,32 +39469,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking sys/soundcard.h presence" >&5 --echo $ECHO_N "checking sys/soundcard.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking sys/soundcard.h presence" >&5 -+$as_echo_n "checking sys/soundcard.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -37811,51 +39509,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: sys/soundcard.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: sys/soundcard.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: sys/soundcard.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: sys/soundcard.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: sys/soundcard.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: sys/soundcard.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: sys/soundcard.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: sys/soundcard.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: sys/soundcard.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: sys/soundcard.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: sys/soundcard.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: sys/soundcard.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: sys/soundcard.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: sys/soundcard.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: sys/soundcard.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: sys/soundcard.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: sys/soundcard.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: sys/soundcard.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: sys/soundcard.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: sys/soundcard.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: sys/soundcard.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: sys/soundcard.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: sys/soundcard.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: sys/soundcard.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: sys/soundcard.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: sys/soundcard.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: sys/soundcard.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: sys/soundcard.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: sys/soundcard.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: sys/soundcard.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: sys/soundcard.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: sys/soundcard.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -37864,18 +39563,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for sys/soundcard.h" >&5 --echo $ECHO_N "checking for sys/soundcard.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for sys/soundcard.h" >&5 -+$as_echo_n "checking for sys/soundcard.h... " >&6; } - if test "${ac_cv_header_sys_soundcard_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_sys_soundcard_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_sys_soundcard_h" >&5 --echo "${ECHO_T}$ac_cv_header_sys_soundcard_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_soundcard_h" >&5 -+$as_echo "$ac_cv_header_sys_soundcard_h" >&6; } - - fi --if test $ac_cv_header_sys_soundcard_h = yes; then -+if test "x$ac_cv_header_sys_soundcard_h" = x""yes; then - OSS_HEADER_FOUND=1 - else - OSS_HEADER_FOUND=0 -@@ -37900,7 +39599,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_OSS_VERSION -+#define HAVE_OSS_VERSION /**/ - _ACEOF - - fi -@@ -37922,11 +39621,11 @@ if test "x${PBX_OSS}" != "x1" -a "${USE_OSS}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_OSS_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_ossaudio_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lossaudio" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lossaudio... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_ossaudio_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lossaudio" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lossaudio... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lossaudio ${pbxlibdir} $LIBS" -@@ -37958,34 +39657,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_OSS_FOUND=yes - else - AST_OSS_FOUND=no -@@ -38007,17 +39713,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${OSS_INCLUDE}" - if test "${ac_cv_header_soundcard_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for soundcard.h" >&5 --echo $ECHO_N "checking for soundcard.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for soundcard.h" >&5 -+$as_echo_n "checking for soundcard.h... " >&6; } - if test "${ac_cv_header_soundcard_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_soundcard_h" >&5 --echo "${ECHO_T}$ac_cv_header_soundcard_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_soundcard_h" >&5 -+$as_echo "$ac_cv_header_soundcard_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking soundcard.h usability" >&5 --echo $ECHO_N "checking soundcard.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking soundcard.h usability" >&5 -+$as_echo_n "checking soundcard.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -38033,32 +39739,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking soundcard.h presence" >&5 --echo $ECHO_N "checking soundcard.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking soundcard.h presence" >&5 -+$as_echo_n "checking soundcard.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -38072,51 +39779,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: soundcard.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: soundcard.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: soundcard.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: soundcard.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: soundcard.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: soundcard.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: soundcard.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: soundcard.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: soundcard.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: soundcard.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: soundcard.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: soundcard.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: soundcard.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: soundcard.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: soundcard.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: soundcard.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: soundcard.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: soundcard.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: soundcard.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: soundcard.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: soundcard.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: soundcard.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: soundcard.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: soundcard.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: soundcard.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: soundcard.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: soundcard.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: soundcard.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: soundcard.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: soundcard.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: soundcard.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: soundcard.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -38125,18 +39833,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for soundcard.h" >&5 --echo $ECHO_N "checking for soundcard.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for soundcard.h" >&5 -+$as_echo_n "checking for soundcard.h... " >&6; } - if test "${ac_cv_header_soundcard_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_soundcard_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_soundcard_h" >&5 --echo "${ECHO_T}$ac_cv_header_soundcard_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_soundcard_h" >&5 -+$as_echo "$ac_cv_header_soundcard_h" >&6; } - - fi --if test $ac_cv_header_soundcard_h = yes; then -+if test "x$ac_cv_header_soundcard_h" = x""yes; then - OSS_HEADER_FOUND=1 - else - OSS_HEADER_FOUND=0 -@@ -38161,7 +39869,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_OSS_VERSION -+#define HAVE_OSS_VERSION /**/ - _ACEOF - - fi -@@ -38175,10 +39883,10 @@ if test "${USE_PGSQL}" != "no"; then - if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}pg_config", so it can be a program name with args. - set dummy ${ac_tool_prefix}pg_config; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_path_PG_CONFIG+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - case $PG_CONFIG in - [\\/]* | ?:[\\/]*) -@@ -38193,7 +39901,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_path_PG_CONFIG="$as_dir/$ac_word$ac_exec_ext" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -38205,11 +39913,11 @@ esac - fi - PG_CONFIG=$ac_cv_path_PG_CONFIG - if test -n "$PG_CONFIG"; then -- { echo "$as_me:$LINENO: result: $PG_CONFIG" >&5 --echo "${ECHO_T}$PG_CONFIG" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $PG_CONFIG" >&5 -+$as_echo "$PG_CONFIG" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - -@@ -38218,10 +39926,10 @@ if test -z "$ac_cv_path_PG_CONFIG"; then - ac_pt_PG_CONFIG=$PG_CONFIG - # Extract the first word of "pg_config", so it can be a program name with args. - set dummy pg_config; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_path_ac_pt_PG_CONFIG+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - case $ac_pt_PG_CONFIG in - [\\/]* | ?:[\\/]*) -@@ -38236,7 +39944,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_path_ac_pt_PG_CONFIG="$as_dir/$ac_word$ac_exec_ext" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -38248,11 +39956,11 @@ esac - fi - ac_pt_PG_CONFIG=$ac_cv_path_ac_pt_PG_CONFIG - if test -n "$ac_pt_PG_CONFIG"; then -- { echo "$as_me:$LINENO: result: $ac_pt_PG_CONFIG" >&5 --echo "${ECHO_T}$ac_pt_PG_CONFIG" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $ac_pt_PG_CONFIG" >&5 -+$as_echo "$ac_pt_PG_CONFIG" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - if test "x$ac_pt_PG_CONFIG" = x; then -@@ -38260,12 +39968,8 @@ fi - else - case $cross_compiling:$ac_tool_warned in - yes:) --{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools --whose name does not start with the host triplet. If you think this --configuration is useful to you, please write to autoconf@gnu.org." >&5 --echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools --whose name does not start with the host triplet. If you think this --configuration is useful to you, please write to autoconf@gnu.org." >&2;} -+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 -+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} - ac_tool_warned=yes ;; - esac - PG_CONFIG=$ac_pt_PG_CONFIG -@@ -38275,26 +39979,26 @@ else - fi - - if test x"${PG_CONFIG}" = xNo; then -- { echo "$as_me:$LINENO: ***" >&5 --echo "$as_me: ***" >&6;} -- { echo "$as_me:$LINENO: *** pg_config was not found in the path you specified:" >&5 --echo "$as_me: *** pg_config was not found in the path you specified:" >&6;} -- { echo "$as_me:$LINENO: *** ${PGSQL_DIR}/bin" >&5 --echo "$as_me: *** ${PGSQL_DIR}/bin" >&6;} -- { echo "$as_me:$LINENO: *** Either correct the installation, or run configure" >&5 --echo "$as_me: *** Either correct the installation, or run configure" >&6;} -- { echo "$as_me:$LINENO: *** including --without-postgres" >&5 --echo "$as_me: *** including --without-postgres" >&6;} -+ { $as_echo "$as_me:$LINENO: ***" >&5 -+$as_echo "$as_me: ***" >&6;} -+ { $as_echo "$as_me:$LINENO: *** pg_config was not found in the path you specified:" >&5 -+$as_echo "$as_me: *** pg_config was not found in the path you specified:" >&6;} -+ { $as_echo "$as_me:$LINENO: *** ${PGSQL_DIR}/bin" >&5 -+$as_echo "$as_me: *** ${PGSQL_DIR}/bin" >&6;} -+ { $as_echo "$as_me:$LINENO: *** Either correct the installation, or run configure" >&5 -+$as_echo "$as_me: *** Either correct the installation, or run configure" >&6;} -+ { $as_echo "$as_me:$LINENO: *** including --without-postgres" >&5 -+$as_echo "$as_me: *** including --without-postgres" >&6;} - exit 1 - fi - else - if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}pg_config", so it can be a program name with args. - set dummy ${ac_tool_prefix}pg_config; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_path_PG_CONFIG+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - case $PG_CONFIG in - [\\/]* | ?:[\\/]*) -@@ -38309,7 +40013,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_path_PG_CONFIG="$as_dir/$ac_word$ac_exec_ext" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -38321,11 +40025,11 @@ esac - fi - PG_CONFIG=$ac_cv_path_PG_CONFIG - if test -n "$PG_CONFIG"; then -- { echo "$as_me:$LINENO: result: $PG_CONFIG" >&5 --echo "${ECHO_T}$PG_CONFIG" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $PG_CONFIG" >&5 -+$as_echo "$PG_CONFIG" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - -@@ -38334,10 +40038,10 @@ if test -z "$ac_cv_path_PG_CONFIG"; then - ac_pt_PG_CONFIG=$PG_CONFIG - # Extract the first word of "pg_config", so it can be a program name with args. - set dummy pg_config; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_path_ac_pt_PG_CONFIG+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - case $ac_pt_PG_CONFIG in - [\\/]* | ?:[\\/]*) -@@ -38352,7 +40056,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_path_ac_pt_PG_CONFIG="$as_dir/$ac_word$ac_exec_ext" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -38364,11 +40068,11 @@ esac - fi - ac_pt_PG_CONFIG=$ac_cv_path_ac_pt_PG_CONFIG - if test -n "$ac_pt_PG_CONFIG"; then -- { echo "$as_me:$LINENO: result: $ac_pt_PG_CONFIG" >&5 --echo "${ECHO_T}$ac_pt_PG_CONFIG" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $ac_pt_PG_CONFIG" >&5 -+$as_echo "$ac_pt_PG_CONFIG" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - if test "x$ac_pt_PG_CONFIG" = x; then -@@ -38376,12 +40080,8 @@ fi - else - case $cross_compiling:$ac_tool_warned in - yes:) --{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools --whose name does not start with the host triplet. If you think this --configuration is useful to you, please write to autoconf@gnu.org." >&5 --echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools --whose name does not start with the host triplet. If you think this --configuration is useful to you, please write to autoconf@gnu.org." >&2;} -+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 -+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} - ac_tool_warned=yes ;; - esac - PG_CONFIG=$ac_pt_PG_CONFIG -@@ -38397,21 +40097,21 @@ if test "${PG_CONFIG}" != No; then - PGSQL_includedir=`${PG_CONFIG} --includedir` - if test "x$?" != "x0" ; then - if test -n "${PGSQL_MANDATORY}" ; then -- { echo "$as_me:$LINENO: ***" >&5 --echo "$as_me: ***" >&6;} -- { echo "$as_me:$LINENO: *** The PostgreSQL installation on this system appears to be broken." >&5 --echo "$as_me: *** The PostgreSQL installation on this system appears to be broken." >&6;} -- { echo "$as_me:$LINENO: *** Either correct the installation, or run configure" >&5 --echo "$as_me: *** Either correct the installation, or run configure" >&6;} -- { echo "$as_me:$LINENO: *** including --without-postgres" >&5 --echo "$as_me: *** including --without-postgres" >&6;} -+ { $as_echo "$as_me:$LINENO: ***" >&5 -+$as_echo "$as_me: ***" >&6;} -+ { $as_echo "$as_me:$LINENO: *** The PostgreSQL installation on this system appears to be broken." >&5 -+$as_echo "$as_me: *** The PostgreSQL installation on this system appears to be broken." >&6;} -+ { $as_echo "$as_me:$LINENO: *** Either correct the installation, or run configure" >&5 -+$as_echo "$as_me: *** Either correct the installation, or run configure" >&6;} -+ { $as_echo "$as_me:$LINENO: *** including --without-postgres" >&5 -+$as_echo "$as_me: *** including --without-postgres" >&6;} - exit 1 - fi - else -- { echo "$as_me:$LINENO: checking for PQescapeStringConn in -lpq" >&5 --echo $ECHO_N "checking for PQescapeStringConn in -lpq... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for PQescapeStringConn in -lpq" >&5 -+$as_echo_n "checking for PQescapeStringConn in -lpq... " >&6; } - if test "${ac_cv_lib_pq_PQescapeStringConn+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lpq -L${PGSQL_libdir} -lz $LIBS" -@@ -38443,33 +40143,37 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_lib_pq_PQescapeStringConn=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_lib_pq_PQescapeStringConn=no - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --{ echo "$as_me:$LINENO: result: $ac_cv_lib_pq_PQescapeStringConn" >&5 --echo "${ECHO_T}$ac_cv_lib_pq_PQescapeStringConn" >&6; } --if test $ac_cv_lib_pq_PQescapeStringConn = yes; then -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pq_PQescapeStringConn" >&5 -+$as_echo "$ac_cv_lib_pq_PQescapeStringConn" >&6; } -+if test "x$ac_cv_lib_pq_PQescapeStringConn" = x""yes; then - - cat >>confdefs.h <<_ACEOF - #define HAVE_PGSQL 1 -@@ -38484,14 +40188,14 @@ fi - PBX_PGSQL=1 - elif test -n "${PGSQL_MANDATORY}"; - then -- { echo "$as_me:$LINENO: ***" >&5 --echo "$as_me: ***" >&6;} -- { echo "$as_me:$LINENO: *** The PostgreSQL installation on this system appears to be broken." >&5 --echo "$as_me: *** The PostgreSQL installation on this system appears to be broken." >&6;} -- { echo "$as_me:$LINENO: *** Either correct the installation, or run configure" >&5 --echo "$as_me: *** Either correct the installation, or run configure" >&6;} -- { echo "$as_me:$LINENO: *** including --without-postgres" >&5 --echo "$as_me: *** including --without-postgres" >&6;} -+ { $as_echo "$as_me:$LINENO: ***" >&5 -+$as_echo "$as_me: ***" >&6;} -+ { $as_echo "$as_me:$LINENO: *** The PostgreSQL installation on this system appears to be broken." >&5 -+$as_echo "$as_me: *** The PostgreSQL installation on this system appears to be broken." >&6;} -+ { $as_echo "$as_me:$LINENO: *** Either correct the installation, or run configure" >&5 -+$as_echo "$as_me: *** Either correct the installation, or run configure" >&6;} -+ { $as_echo "$as_me:$LINENO: *** including --without-postgres" >&5 -+$as_echo "$as_me: *** including --without-postgres" >&6;} - exit 1 - fi - fi -@@ -38512,11 +40216,11 @@ if test "x${PBX_POPT}" != "x1" -a "${USE_POPT}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_POPT_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_popt_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lpopt" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lpopt... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_popt_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lpopt" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lpopt... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lpopt ${pbxlibdir} $LIBS" -@@ -38548,34 +40252,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_POPT_FOUND=yes - else - AST_POPT_FOUND=no -@@ -38597,17 +40308,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${POPT_INCLUDE}" - if test "${ac_cv_header_popt_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for popt.h" >&5 --echo $ECHO_N "checking for popt.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for popt.h" >&5 -+$as_echo_n "checking for popt.h... " >&6; } - if test "${ac_cv_header_popt_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_popt_h" >&5 --echo "${ECHO_T}$ac_cv_header_popt_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_popt_h" >&5 -+$as_echo "$ac_cv_header_popt_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking popt.h usability" >&5 --echo $ECHO_N "checking popt.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking popt.h usability" >&5 -+$as_echo_n "checking popt.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -38623,32 +40334,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking popt.h presence" >&5 --echo $ECHO_N "checking popt.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking popt.h presence" >&5 -+$as_echo_n "checking popt.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -38662,51 +40374,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: popt.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: popt.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: popt.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: popt.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: popt.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: popt.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: popt.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: popt.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: popt.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: popt.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: popt.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: popt.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: popt.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: popt.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: popt.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: popt.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: popt.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: popt.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: popt.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: popt.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: popt.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: popt.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: popt.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: popt.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: popt.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: popt.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: popt.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: popt.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: popt.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: popt.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: popt.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: popt.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -38715,18 +40428,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for popt.h" >&5 --echo $ECHO_N "checking for popt.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for popt.h" >&5 -+$as_echo_n "checking for popt.h... " >&6; } - if test "${ac_cv_header_popt_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_popt_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_popt_h" >&5 --echo "${ECHO_T}$ac_cv_header_popt_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_popt_h" >&5 -+$as_echo "$ac_cv_header_popt_h" >&6; } - - fi --if test $ac_cv_header_popt_h = yes; then -+if test "x$ac_cv_header_popt_h" = x""yes; then - POPT_HEADER_FOUND=1 - else - POPT_HEADER_FOUND=0 -@@ -38751,7 +40464,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_POPT_VERSION -+#define HAVE_POPT_VERSION /**/ - _ACEOF - - fi -@@ -38774,11 +40487,11 @@ if test "x${PBX_PORTAUDIO}" != "x1" -a "${USE_PORTAUDIO}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_PORTAUDIO_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_portaudio_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lportaudio" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lportaudio... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_portaudio_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lportaudio" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lportaudio... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lportaudio ${pbxlibdir} $LIBS" -@@ -38810,34 +40523,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_PORTAUDIO_FOUND=yes - else - AST_PORTAUDIO_FOUND=no -@@ -38859,17 +40579,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${PORTAUDIO_INCLUDE}" - if test "${ac_cv_header_portaudio_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for portaudio.h" >&5 --echo $ECHO_N "checking for portaudio.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for portaudio.h" >&5 -+$as_echo_n "checking for portaudio.h... " >&6; } - if test "${ac_cv_header_portaudio_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_portaudio_h" >&5 --echo "${ECHO_T}$ac_cv_header_portaudio_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_portaudio_h" >&5 -+$as_echo "$ac_cv_header_portaudio_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking portaudio.h usability" >&5 --echo $ECHO_N "checking portaudio.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking portaudio.h usability" >&5 -+$as_echo_n "checking portaudio.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -38885,32 +40605,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking portaudio.h presence" >&5 --echo $ECHO_N "checking portaudio.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking portaudio.h presence" >&5 -+$as_echo_n "checking portaudio.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -38924,51 +40645,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: portaudio.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: portaudio.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: portaudio.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: portaudio.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: portaudio.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: portaudio.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: portaudio.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: portaudio.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: portaudio.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: portaudio.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: portaudio.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: portaudio.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: portaudio.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: portaudio.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: portaudio.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: portaudio.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: portaudio.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: portaudio.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: portaudio.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: portaudio.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: portaudio.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: portaudio.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: portaudio.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: portaudio.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: portaudio.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: portaudio.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: portaudio.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: portaudio.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: portaudio.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: portaudio.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: portaudio.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: portaudio.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -38977,18 +40699,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for portaudio.h" >&5 --echo $ECHO_N "checking for portaudio.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for portaudio.h" >&5 -+$as_echo_n "checking for portaudio.h... " >&6; } - if test "${ac_cv_header_portaudio_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_portaudio_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_portaudio_h" >&5 --echo "${ECHO_T}$ac_cv_header_portaudio_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_portaudio_h" >&5 -+$as_echo "$ac_cv_header_portaudio_h" >&6; } - - fi --if test $ac_cv_header_portaudio_h = yes; then -+if test "x$ac_cv_header_portaudio_h" = x""yes; then - PORTAUDIO_HEADER_FOUND=1 - else - PORTAUDIO_HEADER_FOUND=0 -@@ -39013,7 +40735,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_PORTAUDIO_VERSION -+#define HAVE_PORTAUDIO_VERSION /**/ - _ACEOF - - fi -@@ -39036,11 +40758,11 @@ if test "x${PBX_PRI}" != "x1" -a "${USE_PRI}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_PRI_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_pri_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lpri" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lpri... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_pri_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lpri" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lpri... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lpri ${pbxlibdir} $LIBS" -@@ -39072,34 +40794,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_PRI_FOUND=yes - else - AST_PRI_FOUND=no -@@ -39121,17 +40850,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${PRI_INCLUDE}" - if test "${ac_cv_header_libpri_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for libpri.h" >&5 --echo $ECHO_N "checking for libpri.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for libpri.h" >&5 -+$as_echo_n "checking for libpri.h... " >&6; } - if test "${ac_cv_header_libpri_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_libpri_h" >&5 --echo "${ECHO_T}$ac_cv_header_libpri_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_libpri_h" >&5 -+$as_echo "$ac_cv_header_libpri_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking libpri.h usability" >&5 --echo $ECHO_N "checking libpri.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking libpri.h usability" >&5 -+$as_echo_n "checking libpri.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -39147,32 +40876,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking libpri.h presence" >&5 --echo $ECHO_N "checking libpri.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking libpri.h presence" >&5 -+$as_echo_n "checking libpri.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -39186,51 +40916,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: libpri.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: libpri.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: libpri.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: libpri.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: libpri.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: libpri.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: libpri.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: libpri.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: libpri.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: libpri.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: libpri.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: libpri.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: libpri.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: libpri.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: libpri.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: libpri.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: libpri.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: libpri.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: libpri.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: libpri.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: libpri.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: libpri.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: libpri.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: libpri.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: libpri.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: libpri.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: libpri.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: libpri.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: libpri.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: libpri.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: libpri.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: libpri.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -39239,18 +40970,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for libpri.h" >&5 --echo $ECHO_N "checking for libpri.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for libpri.h" >&5 -+$as_echo_n "checking for libpri.h... " >&6; } - if test "${ac_cv_header_libpri_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_libpri_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_libpri_h" >&5 --echo "${ECHO_T}$ac_cv_header_libpri_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_libpri_h" >&5 -+$as_echo "$ac_cv_header_libpri_h" >&6; } - - fi --if test $ac_cv_header_libpri_h = yes; then -+if test "x$ac_cv_header_libpri_h" = x""yes; then - PRI_HEADER_FOUND=1 - else - PRI_HEADER_FOUND=0 -@@ -39275,7 +41006,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_PRI_VERSION -+#define HAVE_PRI_VERSION /**/ - _ACEOF - - fi -@@ -39298,11 +41029,11 @@ if test "x${PBX_PRI_INBANDDISCONNECT}" != "x1" -a "${USE_PRI_INBANDDISCONNECT}" - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_PRI_INBANDDISCONNECT_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_pri_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lpri" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lpri... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_pri_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lpri" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lpri... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lpri ${pbxlibdir} $LIBS" -@@ -39334,34 +41065,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_PRI_INBANDDISCONNECT_FOUND=yes - else - AST_PRI_INBANDDISCONNECT_FOUND=no -@@ -39383,17 +41121,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${PRI_INBANDDISCONNECT_INCLUDE}" - if test "${ac_cv_header_libpri_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for libpri.h" >&5 --echo $ECHO_N "checking for libpri.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for libpri.h" >&5 -+$as_echo_n "checking for libpri.h... " >&6; } - if test "${ac_cv_header_libpri_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_libpri_h" >&5 --echo "${ECHO_T}$ac_cv_header_libpri_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_libpri_h" >&5 -+$as_echo "$ac_cv_header_libpri_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking libpri.h usability" >&5 --echo $ECHO_N "checking libpri.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking libpri.h usability" >&5 -+$as_echo_n "checking libpri.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -39409,32 +41147,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking libpri.h presence" >&5 --echo $ECHO_N "checking libpri.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking libpri.h presence" >&5 -+$as_echo_n "checking libpri.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -39448,51 +41187,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: libpri.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: libpri.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: libpri.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: libpri.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: libpri.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: libpri.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: libpri.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: libpri.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: libpri.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: libpri.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: libpri.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: libpri.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: libpri.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: libpri.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: libpri.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: libpri.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: libpri.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: libpri.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: libpri.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: libpri.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: libpri.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: libpri.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: libpri.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: libpri.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: libpri.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: libpri.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: libpri.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: libpri.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: libpri.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: libpri.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: libpri.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: libpri.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -39501,18 +41241,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for libpri.h" >&5 --echo $ECHO_N "checking for libpri.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for libpri.h" >&5 -+$as_echo_n "checking for libpri.h... " >&6; } - if test "${ac_cv_header_libpri_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_libpri_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_libpri_h" >&5 --echo "${ECHO_T}$ac_cv_header_libpri_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_libpri_h" >&5 -+$as_echo "$ac_cv_header_libpri_h" >&6; } - - fi --if test $ac_cv_header_libpri_h = yes; then -+if test "x$ac_cv_header_libpri_h" = x""yes; then - PRI_INBANDDISCONNECT_HEADER_FOUND=1 - else - PRI_INBANDDISCONNECT_HEADER_FOUND=0 -@@ -39537,7 +41277,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_PRI_INBANDDISCONNECT_VERSION -+#define HAVE_PRI_INBANDDISCONNECT_VERSION /**/ - _ACEOF - - fi -@@ -39560,11 +41300,11 @@ if test "x${PBX_RESAMPLE}" != "x1" -a "${USE_RESAMPLE}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_RESAMPLE_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_resample_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lresample" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lresample... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_resample_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lresample" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lresample... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lresample ${pbxlibdir} -lm $LIBS" -@@ -39596,34 +41336,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_RESAMPLE_FOUND=yes - else - AST_RESAMPLE_FOUND=no -@@ -39645,17 +41392,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${RESAMPLE_INCLUDE}" - if test "${ac_cv_header_libresample_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for libresample.h" >&5 --echo $ECHO_N "checking for libresample.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for libresample.h" >&5 -+$as_echo_n "checking for libresample.h... " >&6; } - if test "${ac_cv_header_libresample_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_libresample_h" >&5 --echo "${ECHO_T}$ac_cv_header_libresample_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_libresample_h" >&5 -+$as_echo "$ac_cv_header_libresample_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking libresample.h usability" >&5 --echo $ECHO_N "checking libresample.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking libresample.h usability" >&5 -+$as_echo_n "checking libresample.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -39671,32 +41418,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking libresample.h presence" >&5 --echo $ECHO_N "checking libresample.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking libresample.h presence" >&5 -+$as_echo_n "checking libresample.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -39710,51 +41458,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: libresample.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: libresample.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: libresample.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: libresample.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: libresample.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: libresample.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: libresample.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: libresample.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: libresample.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: libresample.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: libresample.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: libresample.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: libresample.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: libresample.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: libresample.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: libresample.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: libresample.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: libresample.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: libresample.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: libresample.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: libresample.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: libresample.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: libresample.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: libresample.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: libresample.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: libresample.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: libresample.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: libresample.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: libresample.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: libresample.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: libresample.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: libresample.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -39763,18 +41512,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for libresample.h" >&5 --echo $ECHO_N "checking for libresample.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for libresample.h" >&5 -+$as_echo_n "checking for libresample.h... " >&6; } - if test "${ac_cv_header_libresample_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_libresample_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_libresample_h" >&5 --echo "${ECHO_T}$ac_cv_header_libresample_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_libresample_h" >&5 -+$as_echo "$ac_cv_header_libresample_h" >&6; } - - fi --if test $ac_cv_header_libresample_h = yes; then -+if test "x$ac_cv_header_libresample_h" = x""yes; then - RESAMPLE_HEADER_FOUND=1 - else - RESAMPLE_HEADER_FOUND=0 -@@ -39799,7 +41548,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_RESAMPLE_VERSION -+#define HAVE_RESAMPLE_VERSION /**/ - _ACEOF - - fi -@@ -39810,19 +41559,19 @@ fi - - if test "x${PBX_SPANDSP}" != "x1" -a "${USE_SPANDSP}" != "no"; then - if test "xminimum version of SpanDSP" != "x"; then -- { echo "$as_me:$LINENO: checking for minimum version of SpanDSP" >&5 --echo $ECHO_N "checking for minimum version of SpanDSP... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for minimum version of SpanDSP" >&5 -+$as_echo_n "checking for minimum version of SpanDSP... " >&6; } - else -- { echo "$as_me:$LINENO: checking if \" -+ { $as_echo "$as_me:$LINENO: checking if \" - #if SPANDSP_RELEASE_DATE < 20080516 - #error \"spandsp 0.0.5 or greater is required\" - #endif - \" compiles using spandsp/version.h" >&5 --echo $ECHO_N "checking if \" -+$as_echo_n "checking if \" - #if SPANDSP_RELEASE_DATE < 20080516 - #error \"spandsp 0.0.5 or greater is required\" - #endif -- \" compiles using spandsp/version.h... $ECHO_C" >&6; } -+ \" compiles using spandsp/version.h... " >&6; } - fi - saved_cppflags="${CPPFLAGS}" - if test "x${SPANDSP_DIR}" != "x"; then -@@ -39856,19 +41605,20 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then -- { echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; } -+ { $as_echo "$as_me:$LINENO: result: yes" >&5 -+$as_echo "yes" >&6; } - PBX_SPANDSP=1 - - cat >>confdefs.h <<\_ACEOF -@@ -39877,16 +41627,16 @@ _ACEOF - - - cat >>confdefs.h <<\_ACEOF --#define HAVE_SPANDSP_VERSION -+#define HAVE_SPANDSP_VERSION /**/ - _ACEOF - - - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - - fi - -@@ -39914,11 +41664,11 @@ if test "x${PBX_SPANDSP}" != "x1" -a "${USE_SPANDSP}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_SPANDSP_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_spandsp_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lspandsp" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lspandsp... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_spandsp_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lspandsp" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lspandsp... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lspandsp ${pbxlibdir} -ltiff $LIBS" -@@ -39950,34 +41700,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_SPANDSP_FOUND=yes - else - AST_SPANDSP_FOUND=no -@@ -39999,17 +41756,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${SPANDSP_INCLUDE}" - if test "${ac_cv_header_spandsp_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for spandsp.h" >&5 --echo $ECHO_N "checking for spandsp.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for spandsp.h" >&5 -+$as_echo_n "checking for spandsp.h... " >&6; } - if test "${ac_cv_header_spandsp_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_spandsp_h" >&5 --echo "${ECHO_T}$ac_cv_header_spandsp_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_spandsp_h" >&5 -+$as_echo "$ac_cv_header_spandsp_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking spandsp.h usability" >&5 --echo $ECHO_N "checking spandsp.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking spandsp.h usability" >&5 -+$as_echo_n "checking spandsp.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -40025,32 +41782,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking spandsp.h presence" >&5 --echo $ECHO_N "checking spandsp.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking spandsp.h presence" >&5 -+$as_echo_n "checking spandsp.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -40064,51 +41822,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: spandsp.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: spandsp.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: spandsp.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: spandsp.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: spandsp.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: spandsp.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: spandsp.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: spandsp.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: spandsp.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: spandsp.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: spandsp.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: spandsp.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: spandsp.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: spandsp.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: spandsp.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: spandsp.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: spandsp.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: spandsp.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: spandsp.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: spandsp.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: spandsp.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: spandsp.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: spandsp.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: spandsp.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: spandsp.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: spandsp.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: spandsp.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: spandsp.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: spandsp.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: spandsp.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: spandsp.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: spandsp.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -40117,18 +41876,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for spandsp.h" >&5 --echo $ECHO_N "checking for spandsp.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for spandsp.h" >&5 -+$as_echo_n "checking for spandsp.h... " >&6; } - if test "${ac_cv_header_spandsp_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_spandsp_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_spandsp_h" >&5 --echo "${ECHO_T}$ac_cv_header_spandsp_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_spandsp_h" >&5 -+$as_echo "$ac_cv_header_spandsp_h" >&6; } - - fi --if test $ac_cv_header_spandsp_h = yes; then -+if test "x$ac_cv_header_spandsp_h" = x""yes; then - SPANDSP_HEADER_FOUND=1 - else - SPANDSP_HEADER_FOUND=0 -@@ -40153,7 +41912,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_SPANDSP_VERSION -+#define HAVE_SPANDSP_VERSION /**/ - _ACEOF - - fi -@@ -40180,11 +41939,11 @@ if test "x${PBX_SPANDSP}" != "x1" -a "${USE_SPANDSP}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_SPANDSP_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_spandsp_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lspandsp" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lspandsp... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_spandsp_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lspandsp" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lspandsp... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lspandsp ${pbxlibdir} -ltiff $LIBS" -@@ -40216,34 +41975,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_SPANDSP_FOUND=yes - else - AST_SPANDSP_FOUND=no -@@ -40265,17 +42031,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${SPANDSP_INCLUDE}" - if test "${ac_cv_header_spandsp_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for spandsp.h" >&5 --echo $ECHO_N "checking for spandsp.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for spandsp.h" >&5 -+$as_echo_n "checking for spandsp.h... " >&6; } - if test "${ac_cv_header_spandsp_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_spandsp_h" >&5 --echo "${ECHO_T}$ac_cv_header_spandsp_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_spandsp_h" >&5 -+$as_echo "$ac_cv_header_spandsp_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking spandsp.h usability" >&5 --echo $ECHO_N "checking spandsp.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking spandsp.h usability" >&5 -+$as_echo_n "checking spandsp.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -40291,32 +42057,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking spandsp.h presence" >&5 --echo $ECHO_N "checking spandsp.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking spandsp.h presence" >&5 -+$as_echo_n "checking spandsp.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -40330,51 +42097,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: spandsp.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: spandsp.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: spandsp.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: spandsp.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: spandsp.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: spandsp.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: spandsp.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: spandsp.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: spandsp.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: spandsp.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: spandsp.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: spandsp.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: spandsp.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: spandsp.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: spandsp.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: spandsp.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: spandsp.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: spandsp.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: spandsp.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: spandsp.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: spandsp.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: spandsp.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: spandsp.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: spandsp.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: spandsp.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: spandsp.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: spandsp.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: spandsp.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: spandsp.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: spandsp.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: spandsp.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: spandsp.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -40383,18 +42151,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for spandsp.h" >&5 --echo $ECHO_N "checking for spandsp.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for spandsp.h" >&5 -+$as_echo_n "checking for spandsp.h... " >&6; } - if test "${ac_cv_header_spandsp_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_spandsp_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_spandsp_h" >&5 --echo "${ECHO_T}$ac_cv_header_spandsp_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_spandsp_h" >&5 -+$as_echo "$ac_cv_header_spandsp_h" >&6; } - - fi --if test $ac_cv_header_spandsp_h = yes; then -+if test "x$ac_cv_header_spandsp_h" = x""yes; then - SPANDSP_HEADER_FOUND=1 - else - SPANDSP_HEADER_FOUND=0 -@@ -40419,7 +42187,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_SPANDSP_VERSION -+#define HAVE_SPANDSP_VERSION /**/ - _ACEOF - - fi -@@ -40429,10 +42197,10 @@ fi - fi - - if test "x${PBX_SPANDSP}" = "x1" ; then -- { echo "$as_me:$LINENO: checking for spandsp/expose.h" >&5 --echo $ECHO_N "checking for spandsp/expose.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for spandsp/expose.h" >&5 -+$as_echo_n "checking for spandsp/expose.h... " >&6; } - if test "${ac_cv_header_spandsp_expose_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -40450,20 +42218,21 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_cv_header_spandsp_expose_h=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_header_spandsp_expose_h=no -@@ -40471,9 +42240,9 @@ fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_spandsp_expose_h" >&5 --echo "${ECHO_T}$ac_cv_header_spandsp_expose_h" >&6; } --if test $ac_cv_header_spandsp_expose_h = yes; then -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_spandsp_expose_h" >&5 -+$as_echo "$ac_cv_header_spandsp_expose_h" >&6; } -+if test "x$ac_cv_header_spandsp_expose_h" = x""yes; then - - cat >>confdefs.h <<_ACEOF - #define HAVE_SPANDSP_EXPOSE_H 1 -@@ -40499,11 +42268,11 @@ if test "x${PBX_SS7}" != "x1" -a "${USE_SS7}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_SS7_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_ss7_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lss7" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lss7... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_ss7_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lss7" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lss7... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lss7 ${pbxlibdir} $LIBS" -@@ -40535,34 +42304,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_SS7_FOUND=yes - else - AST_SS7_FOUND=no -@@ -40584,17 +42360,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${SS7_INCLUDE}" - if test "${ac_cv_header_libss7_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for libss7.h" >&5 --echo $ECHO_N "checking for libss7.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for libss7.h" >&5 -+$as_echo_n "checking for libss7.h... " >&6; } - if test "${ac_cv_header_libss7_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_libss7_h" >&5 --echo "${ECHO_T}$ac_cv_header_libss7_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_libss7_h" >&5 -+$as_echo "$ac_cv_header_libss7_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking libss7.h usability" >&5 --echo $ECHO_N "checking libss7.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking libss7.h usability" >&5 -+$as_echo_n "checking libss7.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -40610,32 +42386,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking libss7.h presence" >&5 --echo $ECHO_N "checking libss7.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking libss7.h presence" >&5 -+$as_echo_n "checking libss7.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -40649,51 +42426,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: libss7.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: libss7.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: libss7.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: libss7.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: libss7.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: libss7.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: libss7.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: libss7.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: libss7.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: libss7.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: libss7.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: libss7.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: libss7.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: libss7.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: libss7.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: libss7.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: libss7.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: libss7.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: libss7.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: libss7.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: libss7.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: libss7.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: libss7.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: libss7.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: libss7.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: libss7.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: libss7.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: libss7.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: libss7.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: libss7.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: libss7.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: libss7.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -40702,18 +42480,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for libss7.h" >&5 --echo $ECHO_N "checking for libss7.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for libss7.h" >&5 -+$as_echo_n "checking for libss7.h... " >&6; } - if test "${ac_cv_header_libss7_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_libss7_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_libss7_h" >&5 --echo "${ECHO_T}$ac_cv_header_libss7_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_libss7_h" >&5 -+$as_echo "$ac_cv_header_libss7_h" >&6; } - - fi --if test $ac_cv_header_libss7_h = yes; then -+if test "x$ac_cv_header_libss7_h" = x""yes; then - SS7_HEADER_FOUND=1 - else - SS7_HEADER_FOUND=0 -@@ -40738,7 +42516,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_SS7_VERSION -+#define HAVE_SS7_VERSION /**/ - _ACEOF - - fi -@@ -40762,20 +42540,21 @@ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ex - ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - if test "${PWLIBDIR:-unset}" != "unset" ; then -- as_ac_Header=`echo "ac_cv_header_${PWLIBDIR}/version.h" | $as_tr_sh` -+ as_ac_Header=`$as_echo "ac_cv_header_${PWLIBDIR}/version.h" | $as_tr_sh` - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- { echo "$as_me:$LINENO: checking for ${PWLIBDIR}/version.h" >&5 --echo $ECHO_N "checking for ${PWLIBDIR}/version.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for ${PWLIBDIR}/version.h" >&5 -+$as_echo_n "checking for ${PWLIBDIR}/version.h... " >&6; } - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --ac_res=`eval echo '${'$as_ac_Header'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } -+ac_res=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking ${PWLIBDIR}/version.h usability" >&5 --echo $ECHO_N "checking ${PWLIBDIR}/version.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking ${PWLIBDIR}/version.h usability" >&5 -+$as_echo_n "checking ${PWLIBDIR}/version.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -40791,32 +42570,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_cxx_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking ${PWLIBDIR}/version.h presence" >&5 --echo $ECHO_N "checking ${PWLIBDIR}/version.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking ${PWLIBDIR}/version.h presence" >&5 -+$as_echo_n "checking ${PWLIBDIR}/version.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -40830,51 +42610,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: ${PWLIBDIR}/version.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: ${PWLIBDIR}/version.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: ${PWLIBDIR}/version.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: ${PWLIBDIR}/version.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ${PWLIBDIR}/version.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: ${PWLIBDIR}/version.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ${PWLIBDIR}/version.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: ${PWLIBDIR}/version.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: ${PWLIBDIR}/version.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: ${PWLIBDIR}/version.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: ${PWLIBDIR}/version.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: ${PWLIBDIR}/version.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: ${PWLIBDIR}/version.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: ${PWLIBDIR}/version.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: ${PWLIBDIR}/version.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: ${PWLIBDIR}/version.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: ${PWLIBDIR}/version.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: ${PWLIBDIR}/version.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: ${PWLIBDIR}/version.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: ${PWLIBDIR}/version.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ${PWLIBDIR}/version.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: ${PWLIBDIR}/version.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ${PWLIBDIR}/version.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: ${PWLIBDIR}/version.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ${PWLIBDIR}/version.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: ${PWLIBDIR}/version.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ${PWLIBDIR}/version.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: ${PWLIBDIR}/version.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ${PWLIBDIR}/version.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: ${PWLIBDIR}/version.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ${PWLIBDIR}/version.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: ${PWLIBDIR}/version.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -40883,19 +42664,22 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for ${PWLIBDIR}/version.h" >&5 --echo $ECHO_N "checking for ${PWLIBDIR}/version.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for ${PWLIBDIR}/version.h" >&5 -+$as_echo_n "checking for ${PWLIBDIR}/version.h... " >&6; } - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - eval "$as_ac_Header=\$ac_header_preproc" - fi --ac_res=`eval echo '${'$as_ac_Header'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } -+ac_res=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } - - fi --if test `eval echo '${'$as_ac_Header'}'` = yes; then -+as_val=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - HAS_PWLIB=1 - fi - -@@ -40903,20 +42687,21 @@ fi - fi - if test "${HAS_PWLIB:-unset}" = "unset" ; then - if test "${OPENH323DIR:-unset}" != "unset"; then -- as_ac_Header=`echo "ac_cv_header_${OPENH323DIR}/../pwlib/version.h" | $as_tr_sh` -+ as_ac_Header=`$as_echo "ac_cv_header_${OPENH323DIR}/../pwlib/version.h" | $as_tr_sh` - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- { echo "$as_me:$LINENO: checking for ${OPENH323DIR}/../pwlib/version.h" >&5 --echo $ECHO_N "checking for ${OPENH323DIR}/../pwlib/version.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for ${OPENH323DIR}/../pwlib/version.h" >&5 -+$as_echo_n "checking for ${OPENH323DIR}/../pwlib/version.h... " >&6; } - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --ac_res=`eval echo '${'$as_ac_Header'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } -+ac_res=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking ${OPENH323DIR}/../pwlib/version.h usability" >&5 --echo $ECHO_N "checking ${OPENH323DIR}/../pwlib/version.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking ${OPENH323DIR}/../pwlib/version.h usability" >&5 -+$as_echo_n "checking ${OPENH323DIR}/../pwlib/version.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -40932,32 +42717,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_cxx_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking ${OPENH323DIR}/../pwlib/version.h presence" >&5 --echo $ECHO_N "checking ${OPENH323DIR}/../pwlib/version.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking ${OPENH323DIR}/../pwlib/version.h presence" >&5 -+$as_echo_n "checking ${OPENH323DIR}/../pwlib/version.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -40971,51 +42757,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: ${OPENH323DIR}/../pwlib/version.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: ${OPENH323DIR}/../pwlib/version.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: ${OPENH323DIR}/../pwlib/version.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: ${OPENH323DIR}/../pwlib/version.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ${OPENH323DIR}/../pwlib/version.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: ${OPENH323DIR}/../pwlib/version.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ${OPENH323DIR}/../pwlib/version.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: ${OPENH323DIR}/../pwlib/version.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: ${OPENH323DIR}/../pwlib/version.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: ${OPENH323DIR}/../pwlib/version.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: ${OPENH323DIR}/../pwlib/version.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: ${OPENH323DIR}/../pwlib/version.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: ${OPENH323DIR}/../pwlib/version.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: ${OPENH323DIR}/../pwlib/version.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: ${OPENH323DIR}/../pwlib/version.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: ${OPENH323DIR}/../pwlib/version.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: ${OPENH323DIR}/../pwlib/version.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: ${OPENH323DIR}/../pwlib/version.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: ${OPENH323DIR}/../pwlib/version.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: ${OPENH323DIR}/../pwlib/version.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ${OPENH323DIR}/../pwlib/version.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: ${OPENH323DIR}/../pwlib/version.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ${OPENH323DIR}/../pwlib/version.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: ${OPENH323DIR}/../pwlib/version.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ${OPENH323DIR}/../pwlib/version.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: ${OPENH323DIR}/../pwlib/version.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ${OPENH323DIR}/../pwlib/version.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: ${OPENH323DIR}/../pwlib/version.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ${OPENH323DIR}/../pwlib/version.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: ${OPENH323DIR}/../pwlib/version.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ${OPENH323DIR}/../pwlib/version.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: ${OPENH323DIR}/../pwlib/version.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -41024,19 +42811,22 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for ${OPENH323DIR}/../pwlib/version.h" >&5 --echo $ECHO_N "checking for ${OPENH323DIR}/../pwlib/version.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for ${OPENH323DIR}/../pwlib/version.h" >&5 -+$as_echo_n "checking for ${OPENH323DIR}/../pwlib/version.h... " >&6; } - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - eval "$as_ac_Header=\$ac_header_preproc" - fi --ac_res=`eval echo '${'$as_ac_Header'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } -+ac_res=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } - - fi --if test `eval echo '${'$as_ac_Header'}'` = yes; then -+as_val=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - HAS_PWLIB=1 - fi - -@@ -41045,20 +42835,21 @@ fi - if test "${HAS_PWLIB:-unset}" != "unset" ; then - PWLIBDIR="${OPENH323DIR}/../pwlib" - else -- as_ac_Header=`echo "ac_cv_header_${HOME}/pwlib/include/ptlib.h" | $as_tr_sh` -+ as_ac_Header=`$as_echo "ac_cv_header_${HOME}/pwlib/include/ptlib.h" | $as_tr_sh` - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- { echo "$as_me:$LINENO: checking for ${HOME}/pwlib/include/ptlib.h" >&5 --echo $ECHO_N "checking for ${HOME}/pwlib/include/ptlib.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for ${HOME}/pwlib/include/ptlib.h" >&5 -+$as_echo_n "checking for ${HOME}/pwlib/include/ptlib.h... " >&6; } - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --ac_res=`eval echo '${'$as_ac_Header'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } -+ac_res=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking ${HOME}/pwlib/include/ptlib.h usability" >&5 --echo $ECHO_N "checking ${HOME}/pwlib/include/ptlib.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking ${HOME}/pwlib/include/ptlib.h usability" >&5 -+$as_echo_n "checking ${HOME}/pwlib/include/ptlib.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -41074,32 +42865,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_cxx_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking ${HOME}/pwlib/include/ptlib.h presence" >&5 --echo $ECHO_N "checking ${HOME}/pwlib/include/ptlib.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking ${HOME}/pwlib/include/ptlib.h presence" >&5 -+$as_echo_n "checking ${HOME}/pwlib/include/ptlib.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -41113,51 +42905,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: ${HOME}/pwlib/include/ptlib.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: ${HOME}/pwlib/include/ptlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: ${HOME}/pwlib/include/ptlib.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: ${HOME}/pwlib/include/ptlib.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ${HOME}/pwlib/include/ptlib.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: ${HOME}/pwlib/include/ptlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ${HOME}/pwlib/include/ptlib.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: ${HOME}/pwlib/include/ptlib.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: ${HOME}/pwlib/include/ptlib.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: ${HOME}/pwlib/include/ptlib.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: ${HOME}/pwlib/include/ptlib.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: ${HOME}/pwlib/include/ptlib.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: ${HOME}/pwlib/include/ptlib.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: ${HOME}/pwlib/include/ptlib.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: ${HOME}/pwlib/include/ptlib.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: ${HOME}/pwlib/include/ptlib.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: ${HOME}/pwlib/include/ptlib.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: ${HOME}/pwlib/include/ptlib.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: ${HOME}/pwlib/include/ptlib.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: ${HOME}/pwlib/include/ptlib.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ${HOME}/pwlib/include/ptlib.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: ${HOME}/pwlib/include/ptlib.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ${HOME}/pwlib/include/ptlib.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: ${HOME}/pwlib/include/ptlib.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ${HOME}/pwlib/include/ptlib.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: ${HOME}/pwlib/include/ptlib.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ${HOME}/pwlib/include/ptlib.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: ${HOME}/pwlib/include/ptlib.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ${HOME}/pwlib/include/ptlib.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: ${HOME}/pwlib/include/ptlib.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ${HOME}/pwlib/include/ptlib.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: ${HOME}/pwlib/include/ptlib.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -41166,19 +42959,22 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for ${HOME}/pwlib/include/ptlib.h" >&5 --echo $ECHO_N "checking for ${HOME}/pwlib/include/ptlib.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for ${HOME}/pwlib/include/ptlib.h" >&5 -+$as_echo_n "checking for ${HOME}/pwlib/include/ptlib.h... " >&6; } - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - eval "$as_ac_Header=\$ac_header_preproc" - fi --ac_res=`eval echo '${'$as_ac_Header'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } -+ac_res=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } - - fi --if test `eval echo '${'$as_ac_Header'}'` = yes; then -+as_val=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - HAS_PWLIB=1 - fi - -@@ -41187,17 +42983,17 @@ fi - PWLIBDIR="${HOME}/pwlib" - else - if test "${ac_cv_header__usr_local_include_ptlib_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for /usr/local/include/ptlib.h" >&5 --echo $ECHO_N "checking for /usr/local/include/ptlib.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for /usr/local/include/ptlib.h" >&5 -+$as_echo_n "checking for /usr/local/include/ptlib.h... " >&6; } - if test "${ac_cv_header__usr_local_include_ptlib_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header__usr_local_include_ptlib_h" >&5 --echo "${ECHO_T}$ac_cv_header__usr_local_include_ptlib_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header__usr_local_include_ptlib_h" >&5 -+$as_echo "$ac_cv_header__usr_local_include_ptlib_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking /usr/local/include/ptlib.h usability" >&5 --echo $ECHO_N "checking /usr/local/include/ptlib.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking /usr/local/include/ptlib.h usability" >&5 -+$as_echo_n "checking /usr/local/include/ptlib.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -41213,32 +43009,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_cxx_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking /usr/local/include/ptlib.h presence" >&5 --echo $ECHO_N "checking /usr/local/include/ptlib.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking /usr/local/include/ptlib.h presence" >&5 -+$as_echo_n "checking /usr/local/include/ptlib.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -41252,51 +43049,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: /usr/local/include/ptlib.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: /usr/local/include/ptlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: /usr/local/include/ptlib.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: /usr/local/include/ptlib.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: /usr/local/include/ptlib.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: /usr/local/include/ptlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: /usr/local/include/ptlib.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: /usr/local/include/ptlib.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: /usr/local/include/ptlib.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: /usr/local/include/ptlib.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: /usr/local/include/ptlib.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: /usr/local/include/ptlib.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: /usr/local/include/ptlib.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: /usr/local/include/ptlib.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: /usr/local/include/ptlib.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: /usr/local/include/ptlib.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: /usr/local/include/ptlib.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: /usr/local/include/ptlib.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: /usr/local/include/ptlib.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: /usr/local/include/ptlib.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: /usr/local/include/ptlib.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: /usr/local/include/ptlib.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: /usr/local/include/ptlib.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: /usr/local/include/ptlib.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: /usr/local/include/ptlib.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: /usr/local/include/ptlib.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: /usr/local/include/ptlib.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: /usr/local/include/ptlib.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: /usr/local/include/ptlib.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: /usr/local/include/ptlib.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: /usr/local/include/ptlib.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: /usr/local/include/ptlib.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -41305,18 +43103,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for /usr/local/include/ptlib.h" >&5 --echo $ECHO_N "checking for /usr/local/include/ptlib.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for /usr/local/include/ptlib.h" >&5 -+$as_echo_n "checking for /usr/local/include/ptlib.h... " >&6; } - if test "${ac_cv_header__usr_local_include_ptlib_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header__usr_local_include_ptlib_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header__usr_local_include_ptlib_h" >&5 --echo "${ECHO_T}$ac_cv_header__usr_local_include_ptlib_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header__usr_local_include_ptlib_h" >&5 -+$as_echo "$ac_cv_header__usr_local_include_ptlib_h" >&6; } - - fi --if test $ac_cv_header__usr_local_include_ptlib_h = yes; then -+if test "x$ac_cv_header__usr_local_include_ptlib_h" = x""yes; then - HAS_PWLIB=1 - fi - -@@ -41324,10 +43122,10 @@ fi - if test "${HAS_PWLIB:-unset}" != "unset" ; then - # Extract the first word of "ptlib-config", so it can be a program name with args. - set dummy ptlib-config; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_path_PTLIB_CONFIG+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - case $PTLIB_CONFIG in - [\\/]* | ?:[\\/]*) -@@ -41342,7 +43140,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_path_PTLIB_CONFIG="$as_dir/$ac_word$ac_exec_ext" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -41354,21 +43152,21 @@ esac - fi - PTLIB_CONFIG=$ac_cv_path_PTLIB_CONFIG - if test -n "$PTLIB_CONFIG"; then -- { echo "$as_me:$LINENO: result: $PTLIB_CONFIG" >&5 --echo "${ECHO_T}$PTLIB_CONFIG" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $PTLIB_CONFIG" >&5 -+$as_echo "$PTLIB_CONFIG" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - - if test "${PTLIB_CONFIG:-unset}" = "unset" ; then - # Extract the first word of "ptlib-config", so it can be a program name with args. - set dummy ptlib-config; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_path_PTLIB_CONFIG+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - case $PTLIB_CONFIG in - [\\/]* | ?:[\\/]*) -@@ -41383,7 +43181,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_path_PTLIB_CONFIG="$as_dir/$ac_word$ac_exec_ext" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -41395,11 +43193,11 @@ esac - fi - PTLIB_CONFIG=$ac_cv_path_PTLIB_CONFIG - if test -n "$PTLIB_CONFIG"; then -- { echo "$as_me:$LINENO: result: $PTLIB_CONFIG" >&5 --echo "${ECHO_T}$PTLIB_CONFIG" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $PTLIB_CONFIG" >&5 -+$as_echo "$PTLIB_CONFIG" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - -@@ -41417,17 +43215,17 @@ fi - PWLIB_LIB="-L${PWLIB_LIBDIR} `echo ${PWLIB_LIB}`" - else - if test "${ac_cv_header__usr_include_ptlib_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for /usr/include/ptlib.h" >&5 --echo $ECHO_N "checking for /usr/include/ptlib.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for /usr/include/ptlib.h" >&5 -+$as_echo_n "checking for /usr/include/ptlib.h... " >&6; } - if test "${ac_cv_header__usr_include_ptlib_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header__usr_include_ptlib_h" >&5 --echo "${ECHO_T}$ac_cv_header__usr_include_ptlib_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header__usr_include_ptlib_h" >&5 -+$as_echo "$ac_cv_header__usr_include_ptlib_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking /usr/include/ptlib.h usability" >&5 --echo $ECHO_N "checking /usr/include/ptlib.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking /usr/include/ptlib.h usability" >&5 -+$as_echo_n "checking /usr/include/ptlib.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -41443,32 +43241,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_cxx_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking /usr/include/ptlib.h presence" >&5 --echo $ECHO_N "checking /usr/include/ptlib.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking /usr/include/ptlib.h presence" >&5 -+$as_echo_n "checking /usr/include/ptlib.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -41482,51 +43281,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: /usr/include/ptlib.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: /usr/include/ptlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: /usr/include/ptlib.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: /usr/include/ptlib.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: /usr/include/ptlib.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: /usr/include/ptlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: /usr/include/ptlib.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: /usr/include/ptlib.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: /usr/include/ptlib.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: /usr/include/ptlib.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: /usr/include/ptlib.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: /usr/include/ptlib.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: /usr/include/ptlib.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: /usr/include/ptlib.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: /usr/include/ptlib.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: /usr/include/ptlib.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: /usr/include/ptlib.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: /usr/include/ptlib.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: /usr/include/ptlib.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: /usr/include/ptlib.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: /usr/include/ptlib.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: /usr/include/ptlib.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: /usr/include/ptlib.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: /usr/include/ptlib.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: /usr/include/ptlib.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: /usr/include/ptlib.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: /usr/include/ptlib.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: /usr/include/ptlib.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: /usr/include/ptlib.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: /usr/include/ptlib.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: /usr/include/ptlib.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: /usr/include/ptlib.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -41535,18 +43335,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for /usr/include/ptlib.h" >&5 --echo $ECHO_N "checking for /usr/include/ptlib.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for /usr/include/ptlib.h" >&5 -+$as_echo_n "checking for /usr/include/ptlib.h... " >&6; } - if test "${ac_cv_header__usr_include_ptlib_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header__usr_include_ptlib_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header__usr_include_ptlib_h" >&5 --echo "${ECHO_T}$ac_cv_header__usr_include_ptlib_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header__usr_include_ptlib_h" >&5 -+$as_echo "$ac_cv_header__usr_include_ptlib_h" >&6; } - - fi --if test $ac_cv_header__usr_include_ptlib_h = yes; then -+if test "x$ac_cv_header__usr_include_ptlib_h" = x""yes; then - HAS_PWLIB=1 - fi - -@@ -41554,10 +43354,10 @@ fi - if test "${HAS_PWLIB:-unset}" != "unset" ; then - # Extract the first word of "ptlib-config", so it can be a program name with args. - set dummy ptlib-config; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_path_PTLIB_CONFIG+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - case $PTLIB_CONFIG in - [\\/]* | ?:[\\/]*) -@@ -41572,7 +43372,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_path_PTLIB_CONFIG="$as_dir/$ac_word$ac_exec_ext" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -41584,11 +43384,11 @@ esac - fi - PTLIB_CONFIG=$ac_cv_path_PTLIB_CONFIG - if test -n "$PTLIB_CONFIG"; then -- { echo "$as_me:$LINENO: result: $PTLIB_CONFIG" >&5 --echo "${ECHO_T}$PTLIB_CONFIG" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $PTLIB_CONFIG" >&5 -+$as_echo "$PTLIB_CONFIG" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - -@@ -41670,15 +43470,15 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu - let PWLIB_VER=${PWLIB_MAJOR_VERSION}*10000+${PWLIB_MINOR_VERSION}*100+${PWLIB_BUILD_NUMBER} - let PWLIB_REQ=1*10000+9*100+2 - -- { echo "$as_me:$LINENO: checking if PWLib version ${PWLIB_VERSION} is compatible with chan_h323" >&5 --echo $ECHO_N "checking if PWLib version ${PWLIB_VERSION} is compatible with chan_h323... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking if PWLib version ${PWLIB_VERSION} is compatible with chan_h323" >&5 -+$as_echo_n "checking if PWLib version ${PWLIB_VERSION} is compatible with chan_h323... " >&6; } - if test ${PWLIB_VER} -lt ${PWLIB_REQ}; then -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - unset HAS_PWLIB - else -- { echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; } -+ { $as_echo "$as_me:$LINENO: result: yes" >&5 -+$as_echo "yes" >&6; } - fi - fi - -@@ -41711,8 +43511,8 @@ case "$host_os" in - ENDLDLIBS="-lwinmm -lwsock32 -lsnmpapi -lmpr -lcomdlg32 -lgdi32 -lavicap32" ; - ;; - * ) PWLIB_OSTYPE="$host_os" ; -- { echo "$as_me:$LINENO: WARNING: \"OS $PWLIB_OSTYPE not recognized - proceed with caution!\"" >&5 --echo "$as_me: WARNING: \"OS $PWLIB_OSTYPE not recognized - proceed with caution!\"" >&2;} ; -+ { $as_echo "$as_me:$LINENO: WARNING: \"OS $PWLIB_OSTYPE not recognized - proceed with caution!\"" >&5 -+$as_echo "$as_me: WARNING: \"OS $PWLIB_OSTYPE not recognized - proceed with caution!\"" >&2;} ; - ;; - esac - -@@ -41762,8 +43562,8 @@ case "$host_cpu" in - ;; - - * ) PWLIB_MACHTYPE="$host_cpu"; -- { echo "$as_me:$LINENO: WARNING: \"CPU $PWLIB_MACHTYPE not recognized - proceed with caution!\"" >&5 --echo "$as_me: WARNING: \"CPU $PWLIB_MACHTYPE not recognized - proceed with caution!\"" >&2;} ;; -+ { $as_echo "$as_me:$LINENO: WARNING: \"CPU $PWLIB_MACHTYPE not recognized - proceed with caution!\"" >&5 -+$as_echo "$as_me: WARNING: \"CPU $PWLIB_MACHTYPE not recognized - proceed with caution!\"" >&2;} ;; - esac - - PWLIB_PLATFORM="${PWLIB_OSTYPE}_${PWLIB_MACHTYPE}" -@@ -41775,8 +43575,8 @@ PWLIB_PLATFORM="${PWLIB_OSTYPE}_${PWLIB_MACHTYPE}" - - - if test "${HAS_PWLIB:-unset}" != "unset"; then -- { echo "$as_me:$LINENO: checking PWLib installation validity" >&5 --echo $ECHO_N "checking PWLib installation validity... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking PWLib installation validity" >&5 -+$as_echo_n "checking PWLib installation validity... " >&6; } - - saved_cppflags="${CPPFLAGS}" - saved_libs="${LIBS}" -@@ -41815,33 +43615,37 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_cxx_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -- { echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; } -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then -+ { $as_echo "$as_me:$LINENO: result: yes" >&5 -+$as_echo "yes" >&6; } - ac_cv_lib_PWLIB="yes" - - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - ac_cv_lib_PWLIB="no" - - - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - -@@ -41892,20 +43696,21 @@ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ex - ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - if test "${OPENH323DIR:-unset}" != "unset" ; then -- as_ac_Header=`echo "ac_cv_header_${OPENH323DIR}/version.h" | $as_tr_sh` -+ as_ac_Header=`$as_echo "ac_cv_header_${OPENH323DIR}/version.h" | $as_tr_sh` - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- { echo "$as_me:$LINENO: checking for ${OPENH323DIR}/version.h" >&5 --echo $ECHO_N "checking for ${OPENH323DIR}/version.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for ${OPENH323DIR}/version.h" >&5 -+$as_echo_n "checking for ${OPENH323DIR}/version.h... " >&6; } - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --ac_res=`eval echo '${'$as_ac_Header'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } -+ac_res=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking ${OPENH323DIR}/version.h usability" >&5 --echo $ECHO_N "checking ${OPENH323DIR}/version.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking ${OPENH323DIR}/version.h usability" >&5 -+$as_echo_n "checking ${OPENH323DIR}/version.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -41921,32 +43726,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_cxx_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking ${OPENH323DIR}/version.h presence" >&5 --echo $ECHO_N "checking ${OPENH323DIR}/version.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking ${OPENH323DIR}/version.h presence" >&5 -+$as_echo_n "checking ${OPENH323DIR}/version.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -41960,51 +43766,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: ${OPENH323DIR}/version.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: ${OPENH323DIR}/version.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: ${OPENH323DIR}/version.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: ${OPENH323DIR}/version.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ${OPENH323DIR}/version.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: ${OPENH323DIR}/version.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ${OPENH323DIR}/version.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: ${OPENH323DIR}/version.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: ${OPENH323DIR}/version.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: ${OPENH323DIR}/version.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: ${OPENH323DIR}/version.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: ${OPENH323DIR}/version.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: ${OPENH323DIR}/version.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: ${OPENH323DIR}/version.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: ${OPENH323DIR}/version.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: ${OPENH323DIR}/version.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: ${OPENH323DIR}/version.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: ${OPENH323DIR}/version.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: ${OPENH323DIR}/version.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: ${OPENH323DIR}/version.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ${OPENH323DIR}/version.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: ${OPENH323DIR}/version.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ${OPENH323DIR}/version.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: ${OPENH323DIR}/version.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ${OPENH323DIR}/version.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: ${OPENH323DIR}/version.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ${OPENH323DIR}/version.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: ${OPENH323DIR}/version.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ${OPENH323DIR}/version.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: ${OPENH323DIR}/version.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ${OPENH323DIR}/version.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: ${OPENH323DIR}/version.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -42013,39 +43820,43 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for ${OPENH323DIR}/version.h" >&5 --echo $ECHO_N "checking for ${OPENH323DIR}/version.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for ${OPENH323DIR}/version.h" >&5 -+$as_echo_n "checking for ${OPENH323DIR}/version.h... " >&6; } - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - eval "$as_ac_Header=\$ac_header_preproc" - fi --ac_res=`eval echo '${'$as_ac_Header'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } -+ac_res=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } - - fi --if test `eval echo '${'$as_ac_Header'}'` = yes; then -+as_val=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - HAS_OPENH323=1 - fi - - - fi - if test "${HAS_OPENH323:-unset}" = "unset" ; then -- as_ac_Header=`echo "ac_cv_header_${PWLIBDIR}/../openh323/version.h" | $as_tr_sh` -+ as_ac_Header=`$as_echo "ac_cv_header_${PWLIBDIR}/../openh323/version.h" | $as_tr_sh` - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- { echo "$as_me:$LINENO: checking for ${PWLIBDIR}/../openh323/version.h" >&5 --echo $ECHO_N "checking for ${PWLIBDIR}/../openh323/version.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for ${PWLIBDIR}/../openh323/version.h" >&5 -+$as_echo_n "checking for ${PWLIBDIR}/../openh323/version.h... " >&6; } - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --ac_res=`eval echo '${'$as_ac_Header'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } -+ac_res=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking ${PWLIBDIR}/../openh323/version.h usability" >&5 --echo $ECHO_N "checking ${PWLIBDIR}/../openh323/version.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking ${PWLIBDIR}/../openh323/version.h usability" >&5 -+$as_echo_n "checking ${PWLIBDIR}/../openh323/version.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -42061,32 +43872,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_cxx_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking ${PWLIBDIR}/../openh323/version.h presence" >&5 --echo $ECHO_N "checking ${PWLIBDIR}/../openh323/version.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking ${PWLIBDIR}/../openh323/version.h presence" >&5 -+$as_echo_n "checking ${PWLIBDIR}/../openh323/version.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -42100,51 +43912,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: ${PWLIBDIR}/../openh323/version.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: ${PWLIBDIR}/../openh323/version.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: ${PWLIBDIR}/../openh323/version.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: ${PWLIBDIR}/../openh323/version.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ${PWLIBDIR}/../openh323/version.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: ${PWLIBDIR}/../openh323/version.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ${PWLIBDIR}/../openh323/version.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: ${PWLIBDIR}/../openh323/version.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: ${PWLIBDIR}/../openh323/version.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: ${PWLIBDIR}/../openh323/version.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: ${PWLIBDIR}/../openh323/version.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: ${PWLIBDIR}/../openh323/version.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: ${PWLIBDIR}/../openh323/version.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: ${PWLIBDIR}/../openh323/version.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: ${PWLIBDIR}/../openh323/version.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: ${PWLIBDIR}/../openh323/version.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: ${PWLIBDIR}/../openh323/version.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: ${PWLIBDIR}/../openh323/version.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: ${PWLIBDIR}/../openh323/version.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: ${PWLIBDIR}/../openh323/version.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ${PWLIBDIR}/../openh323/version.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: ${PWLIBDIR}/../openh323/version.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ${PWLIBDIR}/../openh323/version.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: ${PWLIBDIR}/../openh323/version.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ${PWLIBDIR}/../openh323/version.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: ${PWLIBDIR}/../openh323/version.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ${PWLIBDIR}/../openh323/version.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: ${PWLIBDIR}/../openh323/version.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ${PWLIBDIR}/../openh323/version.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: ${PWLIBDIR}/../openh323/version.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ${PWLIBDIR}/../openh323/version.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: ${PWLIBDIR}/../openh323/version.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -42153,19 +43966,22 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for ${PWLIBDIR}/../openh323/version.h" >&5 --echo $ECHO_N "checking for ${PWLIBDIR}/../openh323/version.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for ${PWLIBDIR}/../openh323/version.h" >&5 -+$as_echo_n "checking for ${PWLIBDIR}/../openh323/version.h... " >&6; } - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - eval "$as_ac_Header=\$ac_header_preproc" - fi --ac_res=`eval echo '${'$as_ac_Header'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } -+ac_res=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } - - fi --if test `eval echo '${'$as_ac_Header'}'` = yes; then -+as_val=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - OPENH323DIR="${PWLIBDIR}/../openh323"; HAS_OPENH323=1 - fi - -@@ -42174,11 +43990,11 @@ fi - OPENH323DIR="${PWLIBDIR}/../openh323" - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} -I${PWLIB_INCDIR}/openh323 -I${PWLIB_INCDIR}" -- as_ac_Header=`echo "ac_cv_header_${OPENH323DIR}/include/h323.h" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${OPENH323DIR}/include/h323.h" >&5 --echo $ECHO_N "checking for ${OPENH323DIR}/include/h323.h... $ECHO_C" >&6; } -+ as_ac_Header=`$as_echo "ac_cv_header_${OPENH323DIR}/include/h323.h" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${OPENH323DIR}/include/h323.h" >&5 -+$as_echo_n "checking for ${OPENH323DIR}/include/h323.h... " >&6; } - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -42196,20 +44012,21 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_cxx_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - eval "$as_ac_Header=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Header=no" -@@ -42217,10 +44034,13 @@ fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --ac_res=`eval echo '${'$as_ac_Header'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Header'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - : - else - OPENH323_INCDIR="${PWLIB_INCDIR}/openh323"; OPENH323_LIBDIR="${PWLIB_LIBDIR}" -@@ -42231,20 +44051,21 @@ fi - else - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} -I${HOME}/openh323/include -I${PWLIB_INCDIR}" -- as_ac_Header=`echo "ac_cv_header_${HOME}/openh323/include/h323.h" | $as_tr_sh` -+ as_ac_Header=`$as_echo "ac_cv_header_${HOME}/openh323/include/h323.h" | $as_tr_sh` - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- { echo "$as_me:$LINENO: checking for ${HOME}/openh323/include/h323.h" >&5 --echo $ECHO_N "checking for ${HOME}/openh323/include/h323.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for ${HOME}/openh323/include/h323.h" >&5 -+$as_echo_n "checking for ${HOME}/openh323/include/h323.h... " >&6; } - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --ac_res=`eval echo '${'$as_ac_Header'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } -+ac_res=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking ${HOME}/openh323/include/h323.h usability" >&5 --echo $ECHO_N "checking ${HOME}/openh323/include/h323.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking ${HOME}/openh323/include/h323.h usability" >&5 -+$as_echo_n "checking ${HOME}/openh323/include/h323.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -42260,32 +44081,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_cxx_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking ${HOME}/openh323/include/h323.h presence" >&5 --echo $ECHO_N "checking ${HOME}/openh323/include/h323.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking ${HOME}/openh323/include/h323.h presence" >&5 -+$as_echo_n "checking ${HOME}/openh323/include/h323.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -42299,51 +44121,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: ${HOME}/openh323/include/h323.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: ${HOME}/openh323/include/h323.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: ${HOME}/openh323/include/h323.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: ${HOME}/openh323/include/h323.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ${HOME}/openh323/include/h323.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: ${HOME}/openh323/include/h323.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ${HOME}/openh323/include/h323.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: ${HOME}/openh323/include/h323.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: ${HOME}/openh323/include/h323.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: ${HOME}/openh323/include/h323.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: ${HOME}/openh323/include/h323.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: ${HOME}/openh323/include/h323.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: ${HOME}/openh323/include/h323.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: ${HOME}/openh323/include/h323.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: ${HOME}/openh323/include/h323.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: ${HOME}/openh323/include/h323.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: ${HOME}/openh323/include/h323.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: ${HOME}/openh323/include/h323.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: ${HOME}/openh323/include/h323.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: ${HOME}/openh323/include/h323.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ${HOME}/openh323/include/h323.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: ${HOME}/openh323/include/h323.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ${HOME}/openh323/include/h323.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: ${HOME}/openh323/include/h323.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ${HOME}/openh323/include/h323.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: ${HOME}/openh323/include/h323.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ${HOME}/openh323/include/h323.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: ${HOME}/openh323/include/h323.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ${HOME}/openh323/include/h323.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: ${HOME}/openh323/include/h323.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ${HOME}/openh323/include/h323.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: ${HOME}/openh323/include/h323.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -42352,19 +44175,22 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for ${HOME}/openh323/include/h323.h" >&5 --echo $ECHO_N "checking for ${HOME}/openh323/include/h323.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for ${HOME}/openh323/include/h323.h" >&5 -+$as_echo_n "checking for ${HOME}/openh323/include/h323.h... " >&6; } - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - eval "$as_ac_Header=\$ac_header_preproc" - fi --ac_res=`eval echo '${'$as_ac_Header'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } -+ac_res=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } - - fi --if test `eval echo '${'$as_ac_Header'}'` = yes; then -+as_val=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - HAS_OPENH323=1 - fi - -@@ -42376,17 +44202,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} -I/usr/local/include/openh323 -I${PWLIB_INCDIR}" - if test "${ac_cv_header__usr_local_include_openh323_h323_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for /usr/local/include/openh323/h323.h" >&5 --echo $ECHO_N "checking for /usr/local/include/openh323/h323.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for /usr/local/include/openh323/h323.h" >&5 -+$as_echo_n "checking for /usr/local/include/openh323/h323.h... " >&6; } - if test "${ac_cv_header__usr_local_include_openh323_h323_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header__usr_local_include_openh323_h323_h" >&5 --echo "${ECHO_T}$ac_cv_header__usr_local_include_openh323_h323_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header__usr_local_include_openh323_h323_h" >&5 -+$as_echo "$ac_cv_header__usr_local_include_openh323_h323_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking /usr/local/include/openh323/h323.h usability" >&5 --echo $ECHO_N "checking /usr/local/include/openh323/h323.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking /usr/local/include/openh323/h323.h usability" >&5 -+$as_echo_n "checking /usr/local/include/openh323/h323.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -42402,32 +44228,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_cxx_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking /usr/local/include/openh323/h323.h presence" >&5 --echo $ECHO_N "checking /usr/local/include/openh323/h323.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking /usr/local/include/openh323/h323.h presence" >&5 -+$as_echo_n "checking /usr/local/include/openh323/h323.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -42441,51 +44268,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: /usr/local/include/openh323/h323.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: /usr/local/include/openh323/h323.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: /usr/local/include/openh323/h323.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: /usr/local/include/openh323/h323.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: /usr/local/include/openh323/h323.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: /usr/local/include/openh323/h323.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: /usr/local/include/openh323/h323.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: /usr/local/include/openh323/h323.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: /usr/local/include/openh323/h323.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: /usr/local/include/openh323/h323.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: /usr/local/include/openh323/h323.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: /usr/local/include/openh323/h323.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: /usr/local/include/openh323/h323.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: /usr/local/include/openh323/h323.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: /usr/local/include/openh323/h323.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: /usr/local/include/openh323/h323.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: /usr/local/include/openh323/h323.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: /usr/local/include/openh323/h323.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: /usr/local/include/openh323/h323.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: /usr/local/include/openh323/h323.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: /usr/local/include/openh323/h323.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: /usr/local/include/openh323/h323.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: /usr/local/include/openh323/h323.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: /usr/local/include/openh323/h323.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: /usr/local/include/openh323/h323.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: /usr/local/include/openh323/h323.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: /usr/local/include/openh323/h323.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: /usr/local/include/openh323/h323.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: /usr/local/include/openh323/h323.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: /usr/local/include/openh323/h323.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: /usr/local/include/openh323/h323.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: /usr/local/include/openh323/h323.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -42494,18 +44322,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for /usr/local/include/openh323/h323.h" >&5 --echo $ECHO_N "checking for /usr/local/include/openh323/h323.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for /usr/local/include/openh323/h323.h" >&5 -+$as_echo_n "checking for /usr/local/include/openh323/h323.h... " >&6; } - if test "${ac_cv_header__usr_local_include_openh323_h323_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header__usr_local_include_openh323_h323_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header__usr_local_include_openh323_h323_h" >&5 --echo "${ECHO_T}$ac_cv_header__usr_local_include_openh323_h323_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header__usr_local_include_openh323_h323_h" >&5 -+$as_echo "$ac_cv_header__usr_local_include_openh323_h323_h" >&6; } - - fi --if test $ac_cv_header__usr_local_include_openh323_h323_h = yes; then -+if test "x$ac_cv_header__usr_local_include_openh323_h323_h" = x""yes; then - HAS_OPENH323=1 - fi - -@@ -42522,10 +44350,10 @@ fi - else - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} -I/usr/include/openh323 -I${PWLIB_INCDIR}" -- { echo "$as_me:$LINENO: checking for /usr/include/openh323/h323.h" >&5 --echo $ECHO_N "checking for /usr/include/openh323/h323.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for /usr/include/openh323/h323.h" >&5 -+$as_echo_n "checking for /usr/include/openh323/h323.h... " >&6; } - if test "${ac_cv_header__usr_include_openh323_h323_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -42543,20 +44371,21 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_cxx_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_cv_header__usr_include_openh323_h323_h=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_header__usr_include_openh323_h323_h=no -@@ -42564,9 +44393,9 @@ fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header__usr_include_openh323_h323_h" >&5 --echo "${ECHO_T}$ac_cv_header__usr_include_openh323_h323_h" >&6; } --if test $ac_cv_header__usr_include_openh323_h323_h = yes; then -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header__usr_include_openh323_h323_h" >&5 -+$as_echo "$ac_cv_header__usr_include_openh323_h323_h" >&6; } -+if test "x$ac_cv_header__usr_include_openh323_h323_h" = x""yes; then - HAS_OPENH323=1 - fi - -@@ -42618,22 +44447,22 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu - let OPENH323_VER=${OPENH323_MAJOR_VERSION}*10000+${OPENH323_MINOR_VERSION}*100+${OPENH323_BUILD_NUMBER} - let OPENH323_REQ=1*10000+17*100+3 - -- { echo "$as_me:$LINENO: checking if OpenH323 version ${OPENH323_VERSION} is compatible with chan_h323" >&5 --echo $ECHO_N "checking if OpenH323 version ${OPENH323_VERSION} is compatible with chan_h323... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking if OpenH323 version ${OPENH323_VERSION} is compatible with chan_h323" >&5 -+$as_echo_n "checking if OpenH323 version ${OPENH323_VERSION} is compatible with chan_h323... " >&6; } - if test ${OPENH323_VER} -lt ${OPENH323_REQ}; then -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - unset HAS_OPENH323 - else -- { echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; } -+ { $as_echo "$as_me:$LINENO: result: yes" >&5 -+$as_echo "yes" >&6; } - fi - fi - - - if test "${HAS_OPENH323:-unset}" != "unset"; then -- { echo "$as_me:$LINENO: checking OpenH323 build option" >&5 --echo $ECHO_N "checking OpenH323 build option... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking OpenH323 build option" >&5 -+$as_echo_n "checking OpenH323 build option... " >&6; } - OPENH323_SUFFIX= - prefixes="h323_${PWLIB_PLATFORM}_ h323_ openh323" - for pfx in $prefixes; do -@@ -42679,8 +44508,8 @@ echo $ECHO_N "checking OpenH323 build option... $ECHO_C" >&6; } - fi - ;; - esac -- { echo "$as_me:$LINENO: result: ${OPENH323_BUILD}" >&5 --echo "${ECHO_T}${OPENH323_BUILD}" >&6; } -+ { $as_echo "$as_me:$LINENO: result: ${OPENH323_BUILD}" >&5 -+$as_echo "${OPENH323_BUILD}" >&6; } - - - -@@ -42689,8 +44518,8 @@ echo "${ECHO_T}${OPENH323_BUILD}" >&6; } - PLATFORM_OPENH323="h323_${PWLIB_PLATFORM}_${OPENH323_SUFFIX}" - - if test "${HAS_OPENH323:-unset}" != "unset"; then -- { echo "$as_me:$LINENO: checking OpenH323 installation validity" >&5 --echo $ECHO_N "checking OpenH323 installation validity... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking OpenH323 installation validity" >&5 -+$as_echo_n "checking OpenH323 installation validity... " >&6; } - - saved_cppflags="${CPPFLAGS}" - saved_libs="${LIBS}" -@@ -42731,33 +44560,37 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_cxx_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -- { echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; } -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then -+ { $as_echo "$as_me:$LINENO: result: yes" >&5 -+$as_echo "yes" >&6; } - ac_cv_lib_OPENH323="yes" - - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - ac_cv_lib_OPENH323="no" - - - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - -@@ -42793,269 +44626,111 @@ _ACEOF - - fi - -- --if test "x${PBX_LUA}" != "x1" -a "${USE_LUA}" != "no"; then -- pbxlibdir="" -- # if --with-LUA=DIR has been specified, use it. -- if test "x${LUA_DIR}" != "x"; then -- if test -d ${LUA_DIR}/lib; then -- pbxlibdir="-L${LUA_DIR}/lib" -- else -- pbxlibdir="-L${LUA_DIR}" -- fi -- fi -- pbxfuncname="luaL_newstate" -- if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers -- AST_LUA_FOUND=yes -- else -- as_ac_Lib=`echo "ac_cv_lib_lua5.1_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -llua5.1" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -llua5.1... $ECHO_C" >&6; } --if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+PBX_LUA=0 -+if test -n "$ac_tool_prefix"; then -+ # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. -+set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } -+if test "${ac_cv_prog_PKGCONFIG+set}" = set; then -+ $as_echo_n "(cached) " >&6 - else -- ac_check_lib_save_LIBS=$LIBS --LIBS="-llua5.1 ${pbxlibdir} $LIBS" --cat >conftest.$ac_ext <<_ACEOF --/* confdefs.h. */ --_ACEOF --cat confdefs.h >>conftest.$ac_ext --cat >>conftest.$ac_ext <<_ACEOF --/* end confdefs.h. */ -- --/* Override any GCC internal prototype to avoid an error. -- Use char because int might match the return type of a GCC -- builtin and then its argument prototype would still apply. */ --#ifdef __cplusplus --extern "C" --#endif --char ${pbxfuncname} (); --int --main () --{ --return ${pbxfuncname} (); -- ; -- return 0; --} --_ACEOF --rm -f conftest.$ac_objext conftest$ac_exeext --if { (ac_try="$ac_link" --case "(($ac_try" in -- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -- *) ac_try_echo=$ac_try;; --esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -- (eval "$ac_link") 2>conftest.er1 -- ac_status=$? -- grep -v '^ *+' conftest.er1 >conftest.err -- rm -f conftest.er1 -- cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && { -- test -z "$ac_c_werror_flag" || -- test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -- eval "$as_ac_Lib=yes" -+ if test -n "$PKGCONFIG"; then -+ ac_cv_prog_PKGCONFIG="$PKGCONFIG" # Let the user override the test. - else -- echo "$as_me: failed program was:" >&5 --sed 's/^/| /' conftest.$ac_ext >&5 -+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then -+ ac_cv_prog_PKGCONFIG="${ac_tool_prefix}pkg-config" -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ break 2 -+ fi -+done -+done -+IFS=$as_save_IFS - -- eval "$as_ac_Lib=no" - fi -- --rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ -- conftest$ac_exeext conftest.$ac_ext --LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -- AST_LUA_FOUND=yes -+PKGCONFIG=$ac_cv_prog_PKGCONFIG -+if test -n "$PKGCONFIG"; then -+ { $as_echo "$as_me:$LINENO: result: $PKGCONFIG" >&5 -+$as_echo "$PKGCONFIG" >&6; } - else -- AST_LUA_FOUND=no -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - -- fi - -- # now check for the header. -- if test "${AST_LUA_FOUND}" = "yes"; then -- LUA_LIB="${pbxlibdir} -llua5.1 " -- # if --with-LUA=DIR has been specified, use it. -- if test "x${LUA_DIR}" != "x"; then -- LUA_INCLUDE="-I${LUA_DIR}/include" -- fi -- LUA_INCLUDE="${LUA_INCLUDE} " -- if test "xlua5.1/lua.h" = "x" ; then # no header, assume found -- LUA_HEADER_FOUND="1" -- else # check for the header -- saved_cppflags="${CPPFLAGS}" -- CPPFLAGS="${CPPFLAGS} ${LUA_INCLUDE}" -- if test "${ac_cv_header_lua5_1_lua_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for lua5.1/lua.h" >&5 --echo $ECHO_N "checking for lua5.1/lua.h... $ECHO_C" >&6; } --if test "${ac_cv_header_lua5_1_lua_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_lua5_1_lua_h" >&5 --echo "${ECHO_T}$ac_cv_header_lua5_1_lua_h" >&6; } -+if test -z "$ac_cv_prog_PKGCONFIG"; then -+ ac_ct_PKGCONFIG=$PKGCONFIG -+ # Extract the first word of "pkg-config", so it can be a program name with args. -+set dummy pkg-config; ac_word=$2 -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } -+if test "${ac_cv_prog_ac_ct_PKGCONFIG+set}" = set; then -+ $as_echo_n "(cached) " >&6 - else -- # Is the header compilable? --{ echo "$as_me:$LINENO: checking lua5.1/lua.h usability" >&5 --echo $ECHO_N "checking lua5.1/lua.h usability... $ECHO_C" >&6; } --cat >conftest.$ac_ext <<_ACEOF --/* confdefs.h. */ --_ACEOF --cat confdefs.h >>conftest.$ac_ext --cat >>conftest.$ac_ext <<_ACEOF --/* end confdefs.h. */ --$ac_includes_default --#include --_ACEOF --rm -f conftest.$ac_objext --if { (ac_try="$ac_compile" --case "(($ac_try" in -- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -- *) ac_try_echo=$ac_try;; --esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -- (eval "$ac_compile") 2>conftest.er1 -- ac_status=$? -- grep -v '^ *+' conftest.er1 >conftest.err -- rm -f conftest.er1 -- cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && { -- test -z "$ac_c_werror_flag" || -- test ! -s conftest.err -- } && test -s conftest.$ac_objext; then -- ac_header_compiler=yes -+ if test -n "$ac_ct_PKGCONFIG"; then -+ ac_cv_prog_ac_ct_PKGCONFIG="$ac_ct_PKGCONFIG" # Let the user override the test. - else -- echo "$as_me: failed program was:" >&5 --sed 's/^/| /' conftest.$ac_ext >&5 -+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then -+ ac_cv_prog_ac_ct_PKGCONFIG="pkg-config" -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ break 2 -+ fi -+done -+done -+IFS=$as_save_IFS - -- ac_header_compiler=no - fi -- --rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -- --# Is the header present? --{ echo "$as_me:$LINENO: checking lua5.1/lua.h presence" >&5 --echo $ECHO_N "checking lua5.1/lua.h presence... $ECHO_C" >&6; } --cat >conftest.$ac_ext <<_ACEOF --/* confdefs.h. */ --_ACEOF --cat confdefs.h >>conftest.$ac_ext --cat >>conftest.$ac_ext <<_ACEOF --/* end confdefs.h. */ --#include --_ACEOF --if { (ac_try="$ac_cpp conftest.$ac_ext" --case "(($ac_try" in -- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -- *) ac_try_echo=$ac_try;; --esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -- (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 -- ac_status=$? -- grep -v '^ *+' conftest.er1 >conftest.err -- rm -f conftest.er1 -- cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null && { -- test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || -- test ! -s conftest.err -- }; then -- ac_header_preproc=yes --else -- echo "$as_me: failed program was:" >&5 --sed 's/^/| /' conftest.$ac_ext >&5 -- -- ac_header_preproc=no - fi -- --rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -- --# So? What about this header? --case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in -- yes:no: ) -- { echo "$as_me:$LINENO: WARNING: lua5.1/lua.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: lua5.1/lua.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: lua5.1/lua.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: lua5.1/lua.h: proceeding with the compiler's result" >&2;} -- ac_header_preproc=yes -- ;; -- no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: lua5.1/lua.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: lua5.1/lua.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: lua5.1/lua.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: lua5.1/lua.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: lua5.1/lua.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: lua5.1/lua.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: lua5.1/lua.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: lua5.1/lua.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: lua5.1/lua.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: lua5.1/lua.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: lua5.1/lua.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: lua5.1/lua.h: in the future, the compiler will take precedence" >&2;} -- ( cat <<\_ASBOX --## ------------------------------- ## --## Report this to www.asterisk.org ## --## ------------------------------- ## --_ASBOX -- ) | sed "s/^/$as_me: WARNING: /" >&2 -- ;; --esac --{ echo "$as_me:$LINENO: checking for lua5.1/lua.h" >&5 --echo $ECHO_N "checking for lua5.1/lua.h... $ECHO_C" >&6; } --if test "${ac_cv_header_lua5_1_lua_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ac_ct_PKGCONFIG=$ac_cv_prog_ac_ct_PKGCONFIG -+if test -n "$ac_ct_PKGCONFIG"; then -+ { $as_echo "$as_me:$LINENO: result: $ac_ct_PKGCONFIG" >&5 -+$as_echo "$ac_ct_PKGCONFIG" >&6; } - else -- ac_cv_header_lua5_1_lua_h=$ac_header_preproc -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_lua5_1_lua_h" >&5 --echo "${ECHO_T}$ac_cv_header_lua5_1_lua_h" >&6; } - --fi --if test $ac_cv_header_lua5_1_lua_h = yes; then -- LUA_HEADER_FOUND=1 -+ if test "x$ac_ct_PKGCONFIG" = x; then -+ PKGCONFIG="No" -+ else -+ case $cross_compiling:$ac_tool_warned in -+yes:) -+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 -+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} -+ac_tool_warned=yes ;; -+esac -+ PKGCONFIG=$ac_ct_PKGCONFIG -+ fi - else -- LUA_HEADER_FOUND=0 -+ PKGCONFIG="$ac_cv_prog_PKGCONFIG" - fi - -+if test ! "x${PKGCONFIG}" = xNo; then -+ LUA_INCLUDE=$(${PKGCONFIG} lua --cflags 2>/dev/null) -+ LUA_LIB=$(${PKGCONFIG} lua --libs 2>/dev/null) -+ PBX_LUA=1 - -- CPPFLAGS="${saved_cppflags}" -- fi -- if test "x${LUA_HEADER_FOUND}" = "x0" ; then -- LUA_LIB="" -- LUA_INCLUDE="" -- else -- if test "x${pbxfuncname}" = "x" ; then # only checking headers -> no library -- LUA_LIB="" -- fi -- PBX_LUA=1 -- # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED -- --cat >>confdefs.h <<_ACEOF -+cat >>confdefs.h <<\_ACEOF - #define HAVE_LUA 1 - _ACEOF - -- --cat >>confdefs.h <<_ACEOF --#define HAVE_LUA_VERSION --_ACEOF -- -- fi -- fi - fi - - -- - if test "x${PBX_RADIUS}" != "x1" -a "${USE_RADIUS}" != "no"; then - pbxlibdir="" - # if --with-RADIUS=DIR has been specified, use it. -@@ -43070,11 +44745,11 @@ if test "x${PBX_RADIUS}" != "x1" -a "${USE_RADIUS}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_RADIUS_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_radiusclient-ng_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lradiusclient-ng" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lradiusclient-ng... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_radiusclient-ng_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lradiusclient-ng" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lradiusclient-ng... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lradiusclient-ng ${pbxlibdir} $LIBS" -@@ -43106,34 +44781,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_RADIUS_FOUND=yes - else - AST_RADIUS_FOUND=no -@@ -43155,17 +44837,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${RADIUS_INCLUDE}" - if test "${ac_cv_header_radiusclient_ng_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for radiusclient-ng.h" >&5 --echo $ECHO_N "checking for radiusclient-ng.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for radiusclient-ng.h" >&5 -+$as_echo_n "checking for radiusclient-ng.h... " >&6; } - if test "${ac_cv_header_radiusclient_ng_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_radiusclient_ng_h" >&5 --echo "${ECHO_T}$ac_cv_header_radiusclient_ng_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_radiusclient_ng_h" >&5 -+$as_echo "$ac_cv_header_radiusclient_ng_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking radiusclient-ng.h usability" >&5 --echo $ECHO_N "checking radiusclient-ng.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking radiusclient-ng.h usability" >&5 -+$as_echo_n "checking radiusclient-ng.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -43181,32 +44863,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking radiusclient-ng.h presence" >&5 --echo $ECHO_N "checking radiusclient-ng.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking radiusclient-ng.h presence" >&5 -+$as_echo_n "checking radiusclient-ng.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -43220,51 +44903,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: radiusclient-ng.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: radiusclient-ng.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: radiusclient-ng.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: radiusclient-ng.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: radiusclient-ng.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: radiusclient-ng.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: radiusclient-ng.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: radiusclient-ng.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: radiusclient-ng.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: radiusclient-ng.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: radiusclient-ng.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: radiusclient-ng.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: radiusclient-ng.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: radiusclient-ng.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: radiusclient-ng.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: radiusclient-ng.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: radiusclient-ng.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: radiusclient-ng.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: radiusclient-ng.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: radiusclient-ng.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: radiusclient-ng.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: radiusclient-ng.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: radiusclient-ng.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: radiusclient-ng.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: radiusclient-ng.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: radiusclient-ng.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: radiusclient-ng.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: radiusclient-ng.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: radiusclient-ng.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: radiusclient-ng.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: radiusclient-ng.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: radiusclient-ng.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -43273,18 +44957,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for radiusclient-ng.h" >&5 --echo $ECHO_N "checking for radiusclient-ng.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for radiusclient-ng.h" >&5 -+$as_echo_n "checking for radiusclient-ng.h... " >&6; } - if test "${ac_cv_header_radiusclient_ng_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_radiusclient_ng_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_radiusclient_ng_h" >&5 --echo "${ECHO_T}$ac_cv_header_radiusclient_ng_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_radiusclient_ng_h" >&5 -+$as_echo "$ac_cv_header_radiusclient_ng_h" >&6; } - - fi --if test $ac_cv_header_radiusclient_ng_h = yes; then -+if test "x$ac_cv_header_radiusclient_ng_h" = x""yes; then - RADIUS_HEADER_FOUND=1 - else - RADIUS_HEADER_FOUND=0 -@@ -43309,7 +44993,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_RADIUS_VERSION -+#define HAVE_RADIUS_VERSION /**/ - _ACEOF - - fi -@@ -43341,11 +45025,11 @@ if test "x${PBX_OPENAIS}" != "x1" -a "${USE_OPENAIS}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_OPENAIS_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_SaClm_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lSaClm" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lSaClm... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_SaClm_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lSaClm" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lSaClm... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lSaClm ${pbxlibdir} -L/usr/lib/openais -L/usr/lib64/openais $LIBS" -@@ -43377,34 +45061,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_OPENAIS_FOUND=yes - else - AST_OPENAIS_FOUND=no -@@ -43426,17 +45117,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${OPENAIS_INCLUDE}" - if test "${ac_cv_header_openais_saClm_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for openais/saClm.h" >&5 --echo $ECHO_N "checking for openais/saClm.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for openais/saClm.h" >&5 -+$as_echo_n "checking for openais/saClm.h... " >&6; } - if test "${ac_cv_header_openais_saClm_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_openais_saClm_h" >&5 --echo "${ECHO_T}$ac_cv_header_openais_saClm_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_openais_saClm_h" >&5 -+$as_echo "$ac_cv_header_openais_saClm_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking openais/saClm.h usability" >&5 --echo $ECHO_N "checking openais/saClm.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking openais/saClm.h usability" >&5 -+$as_echo_n "checking openais/saClm.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -43452,32 +45143,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking openais/saClm.h presence" >&5 --echo $ECHO_N "checking openais/saClm.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking openais/saClm.h presence" >&5 -+$as_echo_n "checking openais/saClm.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -43491,51 +45183,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: openais/saClm.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: openais/saClm.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: openais/saClm.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: openais/saClm.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: openais/saClm.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: openais/saClm.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: openais/saClm.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: openais/saClm.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: openais/saClm.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: openais/saClm.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: openais/saClm.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: openais/saClm.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: openais/saClm.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: openais/saClm.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: openais/saClm.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: openais/saClm.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: openais/saClm.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: openais/saClm.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: openais/saClm.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: openais/saClm.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: openais/saClm.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: openais/saClm.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: openais/saClm.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: openais/saClm.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: openais/saClm.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: openais/saClm.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: openais/saClm.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: openais/saClm.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: openais/saClm.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: openais/saClm.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: openais/saClm.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: openais/saClm.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -43544,18 +45237,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for openais/saClm.h" >&5 --echo $ECHO_N "checking for openais/saClm.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for openais/saClm.h" >&5 -+$as_echo_n "checking for openais/saClm.h... " >&6; } - if test "${ac_cv_header_openais_saClm_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_openais_saClm_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_openais_saClm_h" >&5 --echo "${ECHO_T}$ac_cv_header_openais_saClm_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_openais_saClm_h" >&5 -+$as_echo "$ac_cv_header_openais_saClm_h" >&6; } - - fi --if test $ac_cv_header_openais_saClm_h = yes; then -+if test "x$ac_cv_header_openais_saClm_h" = x""yes; then - OPENAIS_HEADER_FOUND=1 - else - OPENAIS_HEADER_FOUND=0 -@@ -43580,7 +45273,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_OPENAIS_VERSION -+#define HAVE_OPENAIS_VERSION /**/ - _ACEOF - - fi -@@ -43618,11 +45311,11 @@ if test "x${PBX_SPEEX}" != "x1" -a "${USE_SPEEX}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_SPEEX_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_speex_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lspeex" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lspeex... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_speex_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lspeex" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lspeex... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lspeex ${pbxlibdir} -lm $LIBS" -@@ -43654,34 +45347,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_SPEEX_FOUND=yes - else - AST_SPEEX_FOUND=no -@@ -43703,17 +45403,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${SPEEX_INCLUDE}" - if test "${ac_cv_header_speex_speex_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for speex/speex.h" >&5 --echo $ECHO_N "checking for speex/speex.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for speex/speex.h" >&5 -+$as_echo_n "checking for speex/speex.h... " >&6; } - if test "${ac_cv_header_speex_speex_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_speex_speex_h" >&5 --echo "${ECHO_T}$ac_cv_header_speex_speex_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_speex_speex_h" >&5 -+$as_echo "$ac_cv_header_speex_speex_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking speex/speex.h usability" >&5 --echo $ECHO_N "checking speex/speex.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking speex/speex.h usability" >&5 -+$as_echo_n "checking speex/speex.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -43729,32 +45429,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking speex/speex.h presence" >&5 --echo $ECHO_N "checking speex/speex.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking speex/speex.h presence" >&5 -+$as_echo_n "checking speex/speex.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -43768,51 +45469,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: speex/speex.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: speex/speex.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: speex/speex.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: speex/speex.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: speex/speex.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: speex/speex.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: speex/speex.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: speex/speex.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: speex/speex.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: speex/speex.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: speex/speex.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: speex/speex.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: speex/speex.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: speex/speex.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: speex/speex.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: speex/speex.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: speex/speex.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: speex/speex.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: speex/speex.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: speex/speex.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: speex/speex.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: speex/speex.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: speex/speex.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: speex/speex.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: speex/speex.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: speex/speex.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: speex/speex.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: speex/speex.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: speex/speex.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: speex/speex.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: speex/speex.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: speex/speex.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -43821,18 +45523,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for speex/speex.h" >&5 --echo $ECHO_N "checking for speex/speex.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for speex/speex.h" >&5 -+$as_echo_n "checking for speex/speex.h... " >&6; } - if test "${ac_cv_header_speex_speex_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_speex_speex_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_speex_speex_h" >&5 --echo "${ECHO_T}$ac_cv_header_speex_speex_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_speex_speex_h" >&5 -+$as_echo "$ac_cv_header_speex_speex_h" >&6; } - - fi --if test $ac_cv_header_speex_speex_h = yes; then -+if test "x$ac_cv_header_speex_speex_h" = x""yes; then - SPEEX_HEADER_FOUND=1 - else - SPEEX_HEADER_FOUND=0 -@@ -43857,7 +45559,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_SPEEX_VERSION -+#define HAVE_SPEEX_VERSION /**/ - _ACEOF - - fi -@@ -43881,11 +45583,11 @@ if test "x${PBX_SPEEX_PREPROCESS}" != "x1" -a "${USE_SPEEX_PREPROCESS}" != "no"; - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_SPEEX_PREPROCESS_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_speex_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lspeex" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lspeex... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_speex_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lspeex" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lspeex... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lspeex ${pbxlibdir} -lm $LIBS" -@@ -43917,34 +45619,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_SPEEX_PREPROCESS_FOUND=yes - else - AST_SPEEX_PREPROCESS_FOUND=no -@@ -43966,17 +45675,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${SPEEX_PREPROCESS_INCLUDE}" - if test "${ac_cv_header_speex_speex_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for speex/speex.h" >&5 --echo $ECHO_N "checking for speex/speex.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for speex/speex.h" >&5 -+$as_echo_n "checking for speex/speex.h... " >&6; } - if test "${ac_cv_header_speex_speex_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_speex_speex_h" >&5 --echo "${ECHO_T}$ac_cv_header_speex_speex_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_speex_speex_h" >&5 -+$as_echo "$ac_cv_header_speex_speex_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking speex/speex.h usability" >&5 --echo $ECHO_N "checking speex/speex.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking speex/speex.h usability" >&5 -+$as_echo_n "checking speex/speex.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -43992,32 +45701,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking speex/speex.h presence" >&5 --echo $ECHO_N "checking speex/speex.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking speex/speex.h presence" >&5 -+$as_echo_n "checking speex/speex.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -44031,51 +45741,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: speex/speex.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: speex/speex.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: speex/speex.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: speex/speex.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: speex/speex.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: speex/speex.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: speex/speex.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: speex/speex.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: speex/speex.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: speex/speex.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: speex/speex.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: speex/speex.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: speex/speex.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: speex/speex.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: speex/speex.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: speex/speex.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: speex/speex.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: speex/speex.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: speex/speex.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: speex/speex.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: speex/speex.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: speex/speex.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: speex/speex.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: speex/speex.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: speex/speex.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: speex/speex.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: speex/speex.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: speex/speex.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: speex/speex.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: speex/speex.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: speex/speex.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: speex/speex.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -44084,18 +45795,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for speex/speex.h" >&5 --echo $ECHO_N "checking for speex/speex.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for speex/speex.h" >&5 -+$as_echo_n "checking for speex/speex.h... " >&6; } - if test "${ac_cv_header_speex_speex_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_speex_speex_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_speex_speex_h" >&5 --echo "${ECHO_T}$ac_cv_header_speex_speex_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_speex_speex_h" >&5 -+$as_echo "$ac_cv_header_speex_speex_h" >&6; } - - fi --if test $ac_cv_header_speex_speex_h = yes; then -+if test "x$ac_cv_header_speex_speex_h" = x""yes; then - SPEEX_PREPROCESS_HEADER_FOUND=1 - else - SPEEX_PREPROCESS_HEADER_FOUND=0 -@@ -44120,7 +45831,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_SPEEX_PREPROCESS_VERSION -+#define HAVE_SPEEX_PREPROCESS_VERSION /**/ - _ACEOF - - fi -@@ -44146,11 +45857,11 @@ if test "x${PBX_SPEEXDSP}" != "x1" -a "${USE_SPEEXDSP}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_SPEEXDSP_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_speexdsp_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lspeexdsp" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lspeexdsp... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_speexdsp_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lspeexdsp" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lspeexdsp... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lspeexdsp ${pbxlibdir} -lm $LIBS" -@@ -44182,34 +45893,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_SPEEXDSP_FOUND=yes - else - AST_SPEEXDSP_FOUND=no -@@ -44231,17 +45949,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${SPEEXDSP_INCLUDE}" - if test "${ac_cv_header_speex_speex_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for speex/speex.h" >&5 --echo $ECHO_N "checking for speex/speex.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for speex/speex.h" >&5 -+$as_echo_n "checking for speex/speex.h... " >&6; } - if test "${ac_cv_header_speex_speex_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_speex_speex_h" >&5 --echo "${ECHO_T}$ac_cv_header_speex_speex_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_speex_speex_h" >&5 -+$as_echo "$ac_cv_header_speex_speex_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking speex/speex.h usability" >&5 --echo $ECHO_N "checking speex/speex.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking speex/speex.h usability" >&5 -+$as_echo_n "checking speex/speex.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -44257,32 +45975,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking speex/speex.h presence" >&5 --echo $ECHO_N "checking speex/speex.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking speex/speex.h presence" >&5 -+$as_echo_n "checking speex/speex.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -44296,51 +46015,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: speex/speex.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: speex/speex.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: speex/speex.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: speex/speex.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: speex/speex.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: speex/speex.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: speex/speex.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: speex/speex.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: speex/speex.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: speex/speex.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: speex/speex.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: speex/speex.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: speex/speex.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: speex/speex.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: speex/speex.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: speex/speex.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: speex/speex.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: speex/speex.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: speex/speex.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: speex/speex.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: speex/speex.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: speex/speex.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: speex/speex.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: speex/speex.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: speex/speex.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: speex/speex.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: speex/speex.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: speex/speex.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: speex/speex.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: speex/speex.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: speex/speex.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: speex/speex.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -44349,18 +46069,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for speex/speex.h" >&5 --echo $ECHO_N "checking for speex/speex.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for speex/speex.h" >&5 -+$as_echo_n "checking for speex/speex.h... " >&6; } - if test "${ac_cv_header_speex_speex_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_speex_speex_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_speex_speex_h" >&5 --echo "${ECHO_T}$ac_cv_header_speex_speex_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_speex_speex_h" >&5 -+$as_echo "$ac_cv_header_speex_speex_h" >&6; } - - fi --if test $ac_cv_header_speex_speex_h = yes; then -+if test "x$ac_cv_header_speex_speex_h" = x""yes; then - SPEEXDSP_HEADER_FOUND=1 - else - SPEEXDSP_HEADER_FOUND=0 -@@ -44385,7 +46105,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_SPEEXDSP_VERSION -+#define HAVE_SPEEXDSP_VERSION /**/ - _ACEOF - - fi -@@ -44413,11 +46133,11 @@ if test "x${PBX_SQLITE}" != "x1" -a "${USE_SQLITE}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_SQLITE_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_sqlite_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lsqlite" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lsqlite... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_sqlite_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lsqlite" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lsqlite... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lsqlite ${pbxlibdir} $LIBS" -@@ -44449,34 +46169,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_SQLITE_FOUND=yes - else - AST_SQLITE_FOUND=no -@@ -44498,17 +46225,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${SQLITE_INCLUDE}" - if test "${ac_cv_header_sqlite_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for sqlite.h" >&5 --echo $ECHO_N "checking for sqlite.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for sqlite.h" >&5 -+$as_echo_n "checking for sqlite.h... " >&6; } - if test "${ac_cv_header_sqlite_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_sqlite_h" >&5 --echo "${ECHO_T}$ac_cv_header_sqlite_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_sqlite_h" >&5 -+$as_echo "$ac_cv_header_sqlite_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking sqlite.h usability" >&5 --echo $ECHO_N "checking sqlite.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking sqlite.h usability" >&5 -+$as_echo_n "checking sqlite.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -44524,32 +46251,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking sqlite.h presence" >&5 --echo $ECHO_N "checking sqlite.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking sqlite.h presence" >&5 -+$as_echo_n "checking sqlite.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -44563,51 +46291,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: sqlite.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: sqlite.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: sqlite.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: sqlite.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: sqlite.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: sqlite.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: sqlite.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: sqlite.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: sqlite.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: sqlite.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: sqlite.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: sqlite.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: sqlite.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: sqlite.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: sqlite.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: sqlite.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: sqlite.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: sqlite.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: sqlite.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: sqlite.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: sqlite.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: sqlite.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: sqlite.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: sqlite.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: sqlite.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: sqlite.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: sqlite.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: sqlite.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: sqlite.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: sqlite.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: sqlite.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: sqlite.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -44616,18 +46345,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for sqlite.h" >&5 --echo $ECHO_N "checking for sqlite.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for sqlite.h" >&5 -+$as_echo_n "checking for sqlite.h... " >&6; } - if test "${ac_cv_header_sqlite_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_sqlite_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_sqlite_h" >&5 --echo "${ECHO_T}$ac_cv_header_sqlite_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_sqlite_h" >&5 -+$as_echo "$ac_cv_header_sqlite_h" >&6; } - - fi --if test $ac_cv_header_sqlite_h = yes; then -+if test "x$ac_cv_header_sqlite_h" = x""yes; then - SQLITE_HEADER_FOUND=1 - else - SQLITE_HEADER_FOUND=0 -@@ -44652,7 +46381,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_SQLITE_VERSION -+#define HAVE_SQLITE_VERSION /**/ - _ACEOF - - fi -@@ -44675,11 +46404,11 @@ if test "x${PBX_SQLITE3}" != "x1" -a "${USE_SQLITE3}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_SQLITE3_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_sqlite3_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lsqlite3" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lsqlite3... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_sqlite3_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lsqlite3" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lsqlite3... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lsqlite3 ${pbxlibdir} $LIBS" -@@ -44711,34 +46440,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_SQLITE3_FOUND=yes - else - AST_SQLITE3_FOUND=no -@@ -44760,17 +46496,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${SQLITE3_INCLUDE}" - if test "${ac_cv_header_sqlite3_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for sqlite3.h" >&5 --echo $ECHO_N "checking for sqlite3.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for sqlite3.h" >&5 -+$as_echo_n "checking for sqlite3.h... " >&6; } - if test "${ac_cv_header_sqlite3_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_sqlite3_h" >&5 --echo "${ECHO_T}$ac_cv_header_sqlite3_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_sqlite3_h" >&5 -+$as_echo "$ac_cv_header_sqlite3_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking sqlite3.h usability" >&5 --echo $ECHO_N "checking sqlite3.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking sqlite3.h usability" >&5 -+$as_echo_n "checking sqlite3.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -44786,32 +46522,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking sqlite3.h presence" >&5 --echo $ECHO_N "checking sqlite3.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking sqlite3.h presence" >&5 -+$as_echo_n "checking sqlite3.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -44825,51 +46562,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: sqlite3.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: sqlite3.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: sqlite3.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: sqlite3.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: sqlite3.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: sqlite3.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: sqlite3.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: sqlite3.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: sqlite3.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: sqlite3.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: sqlite3.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: sqlite3.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: sqlite3.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: sqlite3.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: sqlite3.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: sqlite3.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: sqlite3.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: sqlite3.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: sqlite3.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: sqlite3.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: sqlite3.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: sqlite3.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: sqlite3.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: sqlite3.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: sqlite3.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: sqlite3.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: sqlite3.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: sqlite3.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: sqlite3.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: sqlite3.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: sqlite3.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: sqlite3.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -44878,18 +46616,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for sqlite3.h" >&5 --echo $ECHO_N "checking for sqlite3.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for sqlite3.h" >&5 -+$as_echo_n "checking for sqlite3.h... " >&6; } - if test "${ac_cv_header_sqlite3_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_sqlite3_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_sqlite3_h" >&5 --echo "${ECHO_T}$ac_cv_header_sqlite3_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_sqlite3_h" >&5 -+$as_echo "$ac_cv_header_sqlite3_h" >&6; } - - fi --if test $ac_cv_header_sqlite3_h = yes; then -+if test "x$ac_cv_header_sqlite3_h" = x""yes; then - SQLITE3_HEADER_FOUND=1 - else - SQLITE3_HEADER_FOUND=0 -@@ -44914,7 +46652,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_SQLITE3_VERSION -+#define HAVE_SQLITE3_VERSION /**/ - _ACEOF - - fi -@@ -44937,11 +46675,11 @@ if test "x${PBX_CRYPTO}" != "x1" -a "${USE_CRYPTO}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_CRYPTO_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_crypto_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lcrypto" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lcrypto... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_crypto_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lcrypto" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lcrypto... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lcrypto ${pbxlibdir} $LIBS" -@@ -44973,34 +46711,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_CRYPTO_FOUND=yes - else - AST_CRYPTO_FOUND=no -@@ -45022,17 +46767,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${CRYPTO_INCLUDE}" - if test "${ac_cv_header_openssl_aes_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for openssl/aes.h" >&5 --echo $ECHO_N "checking for openssl/aes.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for openssl/aes.h" >&5 -+$as_echo_n "checking for openssl/aes.h... " >&6; } - if test "${ac_cv_header_openssl_aes_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_openssl_aes_h" >&5 --echo "${ECHO_T}$ac_cv_header_openssl_aes_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_openssl_aes_h" >&5 -+$as_echo "$ac_cv_header_openssl_aes_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking openssl/aes.h usability" >&5 --echo $ECHO_N "checking openssl/aes.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking openssl/aes.h usability" >&5 -+$as_echo_n "checking openssl/aes.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -45048,32 +46793,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking openssl/aes.h presence" >&5 --echo $ECHO_N "checking openssl/aes.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking openssl/aes.h presence" >&5 -+$as_echo_n "checking openssl/aes.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -45087,51 +46833,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: openssl/aes.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: openssl/aes.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: openssl/aes.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: openssl/aes.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: openssl/aes.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: openssl/aes.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: openssl/aes.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: openssl/aes.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: openssl/aes.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: openssl/aes.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: openssl/aes.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: openssl/aes.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: openssl/aes.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: openssl/aes.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: openssl/aes.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: openssl/aes.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: openssl/aes.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: openssl/aes.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: openssl/aes.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: openssl/aes.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: openssl/aes.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: openssl/aes.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: openssl/aes.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: openssl/aes.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: openssl/aes.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: openssl/aes.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: openssl/aes.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: openssl/aes.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: openssl/aes.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: openssl/aes.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: openssl/aes.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: openssl/aes.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -45140,18 +46887,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for openssl/aes.h" >&5 --echo $ECHO_N "checking for openssl/aes.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for openssl/aes.h" >&5 -+$as_echo_n "checking for openssl/aes.h... " >&6; } - if test "${ac_cv_header_openssl_aes_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_openssl_aes_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_openssl_aes_h" >&5 --echo "${ECHO_T}$ac_cv_header_openssl_aes_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_openssl_aes_h" >&5 -+$as_echo "$ac_cv_header_openssl_aes_h" >&6; } - - fi --if test $ac_cv_header_openssl_aes_h = yes; then -+if test "x$ac_cv_header_openssl_aes_h" = x""yes; then - CRYPTO_HEADER_FOUND=1 - else - CRYPTO_HEADER_FOUND=0 -@@ -45176,7 +46923,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_CRYPTO_VERSION -+#define HAVE_CRYPTO_VERSION /**/ - _ACEOF - - fi -@@ -45201,11 +46948,11 @@ if test "x${PBX_OPENSSL}" != "x1" -a "${USE_OPENSSL}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_OPENSSL_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_ssl_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lssl" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lssl... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_ssl_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lssl" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lssl... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lssl ${pbxlibdir} -lcrypto $LIBS" -@@ -45237,34 +46984,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_OPENSSL_FOUND=yes - else - AST_OPENSSL_FOUND=no -@@ -45286,17 +47040,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${OPENSSL_INCLUDE}" - if test "${ac_cv_header_openssl_ssl_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for openssl/ssl.h" >&5 --echo $ECHO_N "checking for openssl/ssl.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for openssl/ssl.h" >&5 -+$as_echo_n "checking for openssl/ssl.h... " >&6; } - if test "${ac_cv_header_openssl_ssl_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_openssl_ssl_h" >&5 --echo "${ECHO_T}$ac_cv_header_openssl_ssl_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_openssl_ssl_h" >&5 -+$as_echo "$ac_cv_header_openssl_ssl_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking openssl/ssl.h usability" >&5 --echo $ECHO_N "checking openssl/ssl.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking openssl/ssl.h usability" >&5 -+$as_echo_n "checking openssl/ssl.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -45312,32 +47066,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking openssl/ssl.h presence" >&5 --echo $ECHO_N "checking openssl/ssl.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking openssl/ssl.h presence" >&5 -+$as_echo_n "checking openssl/ssl.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -45351,51 +47106,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: openssl/ssl.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: openssl/ssl.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: openssl/ssl.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: openssl/ssl.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: openssl/ssl.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: openssl/ssl.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: openssl/ssl.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: openssl/ssl.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: openssl/ssl.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: openssl/ssl.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: openssl/ssl.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: openssl/ssl.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: openssl/ssl.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: openssl/ssl.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: openssl/ssl.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: openssl/ssl.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: openssl/ssl.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: openssl/ssl.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: openssl/ssl.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: openssl/ssl.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: openssl/ssl.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: openssl/ssl.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: openssl/ssl.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: openssl/ssl.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: openssl/ssl.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: openssl/ssl.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: openssl/ssl.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: openssl/ssl.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: openssl/ssl.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: openssl/ssl.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: openssl/ssl.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: openssl/ssl.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -45404,18 +47160,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for openssl/ssl.h" >&5 --echo $ECHO_N "checking for openssl/ssl.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for openssl/ssl.h" >&5 -+$as_echo_n "checking for openssl/ssl.h... " >&6; } - if test "${ac_cv_header_openssl_ssl_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_openssl_ssl_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_openssl_ssl_h" >&5 --echo "${ECHO_T}$ac_cv_header_openssl_ssl_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_openssl_ssl_h" >&5 -+$as_echo "$ac_cv_header_openssl_ssl_h" >&6; } - - fi --if test $ac_cv_header_openssl_ssl_h = yes; then -+if test "x$ac_cv_header_openssl_ssl_h" = x""yes; then - OPENSSL_HEADER_FOUND=1 - else - OPENSSL_HEADER_FOUND=0 -@@ -45440,7 +47196,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_OPENSSL_VERSION -+#define HAVE_OPENSSL_VERSION /**/ - _ACEOF - - fi -@@ -45466,11 +47222,11 @@ if test "x${PBX_OSPTK}" != "x1" -a "${USE_OSPTK}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_OSPTK_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_osptk_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -losptk" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -losptk... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_osptk_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -losptk" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -losptk... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-losptk ${pbxlibdir} -lcrypto -lssl $LIBS" -@@ -45502,34 +47258,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_OSPTK_FOUND=yes - else - AST_OSPTK_FOUND=no -@@ -45551,17 +47314,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${OSPTK_INCLUDE}" - if test "${ac_cv_header_osp_osp_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for osp/osp.h" >&5 --echo $ECHO_N "checking for osp/osp.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for osp/osp.h" >&5 -+$as_echo_n "checking for osp/osp.h... " >&6; } - if test "${ac_cv_header_osp_osp_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_osp_osp_h" >&5 --echo "${ECHO_T}$ac_cv_header_osp_osp_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_osp_osp_h" >&5 -+$as_echo "$ac_cv_header_osp_osp_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking osp/osp.h usability" >&5 --echo $ECHO_N "checking osp/osp.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking osp/osp.h usability" >&5 -+$as_echo_n "checking osp/osp.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -45577,32 +47340,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking osp/osp.h presence" >&5 --echo $ECHO_N "checking osp/osp.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking osp/osp.h presence" >&5 -+$as_echo_n "checking osp/osp.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -45616,51 +47380,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: osp/osp.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: osp/osp.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: osp/osp.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: osp/osp.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: osp/osp.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: osp/osp.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: osp/osp.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: osp/osp.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: osp/osp.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: osp/osp.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: osp/osp.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: osp/osp.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: osp/osp.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: osp/osp.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: osp/osp.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: osp/osp.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: osp/osp.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: osp/osp.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: osp/osp.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: osp/osp.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: osp/osp.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: osp/osp.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: osp/osp.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: osp/osp.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: osp/osp.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: osp/osp.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: osp/osp.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: osp/osp.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: osp/osp.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: osp/osp.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: osp/osp.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: osp/osp.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -45669,18 +47434,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for osp/osp.h" >&5 --echo $ECHO_N "checking for osp/osp.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for osp/osp.h" >&5 -+$as_echo_n "checking for osp/osp.h... " >&6; } - if test "${ac_cv_header_osp_osp_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_osp_osp_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_osp_osp_h" >&5 --echo "${ECHO_T}$ac_cv_header_osp_osp_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_osp_osp_h" >&5 -+$as_echo "$ac_cv_header_osp_osp_h" >&6; } - - fi --if test $ac_cv_header_osp_osp_h = yes; then -+if test "x$ac_cv_header_osp_osp_h" = x""yes; then - OSPTK_HEADER_FOUND=1 - else - OSPTK_HEADER_FOUND=0 -@@ -45705,7 +47470,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_OSPTK_VERSION -+#define HAVE_OSPTK_VERSION /**/ - _ACEOF - - fi -@@ -45714,19 +47479,17 @@ fi - - fi - -- -- if test "x${PBX_GMIME}" != "x1" -a "${USE_GMIME}" != "no"; then -- PBX_GMIME=0 -- if test -n "$ac_tool_prefix"; then -- # Extract the first word of "${ac_tool_prefix}gmime-config", so it can be a program name with args. --set dummy ${ac_tool_prefix}gmime-config; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } --if test "${ac_cv_prog_CONFIG_GMIME+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+PBX_GMIME=0 -+if test -n "$ac_tool_prefix"; then -+ # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. -+set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } -+if test "${ac_cv_prog_PKGCONFIG+set}" = set; then -+ $as_echo_n "(cached) " >&6 - else -- if test -n "$CONFIG_GMIME"; then -- ac_cv_prog_CONFIG_GMIME="$CONFIG_GMIME" # Let the user override the test. -+ if test -n "$PKGCONFIG"; then -+ ac_cv_prog_PKGCONFIG="$PKGCONFIG" # Let the user override the test. - else - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR - for as_dir in $PATH -@@ -45735,8 +47498,8 @@ do - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then -- ac_cv_prog_CONFIG_GMIME="${ac_tool_prefix}gmime-config" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ ac_cv_prog_PKGCONFIG="${ac_tool_prefix}pkg-config" -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -45745,28 +47508,28 @@ IFS=$as_save_IFS - - fi - fi --CONFIG_GMIME=$ac_cv_prog_CONFIG_GMIME --if test -n "$CONFIG_GMIME"; then -- { echo "$as_me:$LINENO: result: $CONFIG_GMIME" >&5 --echo "${ECHO_T}$CONFIG_GMIME" >&6; } -+PKGCONFIG=$ac_cv_prog_PKGCONFIG -+if test -n "$PKGCONFIG"; then -+ { $as_echo "$as_me:$LINENO: result: $PKGCONFIG" >&5 -+$as_echo "$PKGCONFIG" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - - fi --if test -z "$ac_cv_prog_CONFIG_GMIME"; then -- ac_ct_CONFIG_GMIME=$CONFIG_GMIME -- # Extract the first word of "gmime-config", so it can be a program name with args. --set dummy gmime-config; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } --if test "${ac_cv_prog_ac_ct_CONFIG_GMIME+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+if test -z "$ac_cv_prog_PKGCONFIG"; then -+ ac_ct_PKGCONFIG=$PKGCONFIG -+ # Extract the first word of "pkg-config", so it can be a program name with args. -+set dummy pkg-config; ac_word=$2 -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } -+if test "${ac_cv_prog_ac_ct_PKGCONFIG+set}" = set; then -+ $as_echo_n "(cached) " >&6 - else -- if test -n "$ac_ct_CONFIG_GMIME"; then -- ac_cv_prog_ac_ct_CONFIG_GMIME="$ac_ct_CONFIG_GMIME" # Let the user override the test. -+ if test -n "$ac_ct_PKGCONFIG"; then -+ ac_cv_prog_ac_ct_PKGCONFIG="$ac_ct_PKGCONFIG" # Let the user override the test. - else - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR - for as_dir in $PATH -@@ -45775,8 +47538,8 @@ do - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then -- ac_cv_prog_ac_ct_CONFIG_GMIME="gmime-config" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ ac_cv_prog_ac_ct_PKGCONFIG="pkg-config" -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -45785,112 +47548,42 @@ IFS=$as_save_IFS - - fi - fi --ac_ct_CONFIG_GMIME=$ac_cv_prog_ac_ct_CONFIG_GMIME --if test -n "$ac_ct_CONFIG_GMIME"; then -- { echo "$as_me:$LINENO: result: $ac_ct_CONFIG_GMIME" >&5 --echo "${ECHO_T}$ac_ct_CONFIG_GMIME" >&6; } -+ac_ct_PKGCONFIG=$ac_cv_prog_ac_ct_PKGCONFIG -+if test -n "$ac_ct_PKGCONFIG"; then -+ { $as_echo "$as_me:$LINENO: result: $ac_ct_PKGCONFIG" >&5 -+$as_echo "$ac_ct_PKGCONFIG" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - -- if test "x$ac_ct_CONFIG_GMIME" = x; then -- CONFIG_GMIME="No" -+ if test "x$ac_ct_PKGCONFIG" = x; then -+ PKGCONFIG="No" - else - case $cross_compiling:$ac_tool_warned in - yes:) --{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools --whose name does not start with the host triplet. If you think this --configuration is useful to you, please write to autoconf@gnu.org." >&5 --echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools --whose name does not start with the host triplet. If you think this --configuration is useful to you, please write to autoconf@gnu.org." >&2;} -+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 -+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} - ac_tool_warned=yes ;; - esac -- CONFIG_GMIME=$ac_ct_CONFIG_GMIME -+ PKGCONFIG=$ac_ct_PKGCONFIG - fi - else -- CONFIG_GMIME="$ac_cv_prog_CONFIG_GMIME" -+ PKGCONFIG="$ac_cv_prog_PKGCONFIG" - fi - -- if test ! "x${CONFIG_GMIME}" = xNo; then -- if test x"" = x ; then A=--cflags ; else A="" ; fi -- GMIME_INCLUDE=$(${CONFIG_GMIME} $A) -- if test x"" = x ; then A=--libs ; else A="" ; fi -- GMIME_LIB=$(${CONFIG_GMIME} $A) -- if test x"#include " != x ; then -- saved_cppflags="${CPPFLAGS}" -- if test "x${GMIME_DIR}" != "x"; then -- GMIME_INCLUDE="-I${GMIME_DIR}/include" -- fi -- CPPFLAGS="${CPPFLAGS} ${GMIME_INCLUDE}" -- -- saved_ldflags="${LDFLAGS}" -- LDFLAGS="${GMIME_LIB}" -- -- cat >conftest.$ac_ext <<_ACEOF -- /* confdefs.h. */ --_ACEOF --cat confdefs.h >>conftest.$ac_ext --cat >>conftest.$ac_ext <<_ACEOF --/* end confdefs.h. */ -- #include --int --main () --{ -- gboolean q = g_mime_check_version(0,0,0);; -- -- ; -- return 0; --} --_ACEOF --rm -f conftest.$ac_objext conftest$ac_exeext --if { (ac_try="$ac_link" --case "(($ac_try" in -- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -- *) ac_try_echo=$ac_try;; --esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -- (eval "$ac_link") 2>conftest.er1 -- ac_status=$? -- grep -v '^ *+' conftest.er1 >conftest.err -- rm -f conftest.er1 -- cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } && { -- test -z "$ac_c_werror_flag" || -- test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -- PBX_GMIME=1 -+if test ! "x${PKGCONFIG}" = xNo; then -+ GMIME_INCLUDE=$(${PKGCONFIG} gmime-2.4 --cflags 2>/dev/null) -+ GMIME_LIB=$(${PKGCONFIG} gmime-2.4 --libs) -+ PBX_GMIME=1 - - cat >>confdefs.h <<\_ACEOF - #define HAVE_GMIME 1 - _ACEOF - -- --else -- echo "$as_me: failed program was:" >&5 --sed 's/^/| /' conftest.$ac_ext >&5 -- -- -- - fi - --rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ -- conftest$ac_exeext conftest.$ac_ext -- CPPFLAGS="${saved_cppflags}" -- LDFLAGS="${saved_ldflags}" -- else -- PBX_GMIME=1 - --cat >>confdefs.h <<\_ACEOF --#define HAVE_GMIME 1 --_ACEOF -- -- fi -- fi -- fi - - - -@@ -45908,11 +47601,11 @@ if test "x${PBX_HOARD}" != "x1" -a "${USE_HOARD}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_HOARD_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_hoard_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lhoard" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lhoard... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_hoard_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lhoard" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lhoard... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lhoard ${pbxlibdir} $LIBS" -@@ -45944,34 +47637,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_HOARD_FOUND=yes - else - AST_HOARD_FOUND=no -@@ -45993,17 +47693,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${HOARD_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then -- { echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking usability" >&5 --echo $ECHO_N "checking usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking usability" >&5 -+$as_echo_n "checking usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -46019,32 +47719,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking presence" >&5 --echo $ECHO_N "checking presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking presence" >&5 -+$as_echo_n "checking presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -46058,51 +47759,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 --echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 --echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -46111,18 +47813,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - - fi --if test $ac_cv_header_ = yes; then -+if test "x$ac_cv_header_" = x""yes; then - HOARD_HEADER_FOUND=1 - else - HOARD_HEADER_FOUND=0 -@@ -46147,7 +47849,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_HOARD_VERSION -+#define HAVE_HOARD_VERSION /**/ - _ACEOF - - fi -@@ -46170,11 +47872,11 @@ if test "x${PBX_FREETDS}" != "x1" -a "${USE_FREETDS}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_FREETDS_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_sybdb_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lsybdb" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lsybdb... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_sybdb_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lsybdb" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lsybdb... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lsybdb ${pbxlibdir} $LIBS" -@@ -46206,34 +47908,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_FREETDS_FOUND=yes - else - AST_FREETDS_FOUND=no -@@ -46255,17 +47964,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${FREETDS_INCLUDE}" - if test "${ac_cv_header_sybdb_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for sybdb.h" >&5 --echo $ECHO_N "checking for sybdb.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for sybdb.h" >&5 -+$as_echo_n "checking for sybdb.h... " >&6; } - if test "${ac_cv_header_sybdb_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_sybdb_h" >&5 --echo "${ECHO_T}$ac_cv_header_sybdb_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_sybdb_h" >&5 -+$as_echo "$ac_cv_header_sybdb_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking sybdb.h usability" >&5 --echo $ECHO_N "checking sybdb.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking sybdb.h usability" >&5 -+$as_echo_n "checking sybdb.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -46281,32 +47990,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking sybdb.h presence" >&5 --echo $ECHO_N "checking sybdb.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking sybdb.h presence" >&5 -+$as_echo_n "checking sybdb.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -46320,51 +48030,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: sybdb.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: sybdb.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: sybdb.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: sybdb.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: sybdb.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: sybdb.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: sybdb.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: sybdb.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: sybdb.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: sybdb.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: sybdb.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: sybdb.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: sybdb.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: sybdb.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: sybdb.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: sybdb.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: sybdb.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: sybdb.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: sybdb.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: sybdb.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: sybdb.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: sybdb.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: sybdb.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: sybdb.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: sybdb.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: sybdb.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: sybdb.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: sybdb.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: sybdb.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: sybdb.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: sybdb.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: sybdb.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -46373,18 +48084,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for sybdb.h" >&5 --echo $ECHO_N "checking for sybdb.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for sybdb.h" >&5 -+$as_echo_n "checking for sybdb.h... " >&6; } - if test "${ac_cv_header_sybdb_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_sybdb_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_sybdb_h" >&5 --echo "${ECHO_T}$ac_cv_header_sybdb_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_sybdb_h" >&5 -+$as_echo "$ac_cv_header_sybdb_h" >&6; } - - fi --if test $ac_cv_header_sybdb_h = yes; then -+if test "x$ac_cv_header_sybdb_h" = x""yes; then - FREETDS_HEADER_FOUND=1 - else - FREETDS_HEADER_FOUND=0 -@@ -46409,7 +48120,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_FREETDS_VERSION -+#define HAVE_FREETDS_VERSION /**/ - _ACEOF - - fi -@@ -46432,11 +48143,11 @@ if test "x${PBX_TERMCAP}" != "x1" -a "${USE_TERMCAP}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_TERMCAP_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_termcap_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -ltermcap" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -ltermcap... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_termcap_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -ltermcap" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -ltermcap... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-ltermcap ${pbxlibdir} $LIBS" -@@ -46468,34 +48179,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_TERMCAP_FOUND=yes - else - AST_TERMCAP_FOUND=no -@@ -46517,17 +48235,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${TERMCAP_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then -- { echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking usability" >&5 --echo $ECHO_N "checking usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking usability" >&5 -+$as_echo_n "checking usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -46543,32 +48261,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking presence" >&5 --echo $ECHO_N "checking presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking presence" >&5 -+$as_echo_n "checking presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -46582,51 +48301,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 --echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 --echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -46635,18 +48355,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - - fi --if test $ac_cv_header_ = yes; then -+if test "x$ac_cv_header_" = x""yes; then - TERMCAP_HEADER_FOUND=1 - else - TERMCAP_HEADER_FOUND=0 -@@ -46671,7 +48391,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_TERMCAP_VERSION -+#define HAVE_TERMCAP_VERSION /**/ - _ACEOF - - fi -@@ -46694,11 +48414,11 @@ if test "x${PBX_TINFO}" != "x1" -a "${USE_TINFO}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_TINFO_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_tinfo_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -ltinfo" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -ltinfo... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_tinfo_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -ltinfo" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -ltinfo... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-ltinfo ${pbxlibdir} $LIBS" -@@ -46730,34 +48450,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_TINFO_FOUND=yes - else - AST_TINFO_FOUND=no -@@ -46779,17 +48506,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${TINFO_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then -- { echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking usability" >&5 --echo $ECHO_N "checking usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking usability" >&5 -+$as_echo_n "checking usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -46805,32 +48532,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking presence" >&5 --echo $ECHO_N "checking presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking presence" >&5 -+$as_echo_n "checking presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -46844,51 +48572,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: : accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 --echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 --echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: : present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: : check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: : see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: : section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: : proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: : in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: : in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -46897,18 +48626,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for " >&5 --echo $ECHO_N "checking for ... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for " >&5 -+$as_echo_n "checking for ... " >&6; } - if test "${ac_cv_header_+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 --echo "${ECHO_T}$ac_cv_header_" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_" >&5 -+$as_echo "$ac_cv_header_" >&6; } - - fi --if test $ac_cv_header_ = yes; then -+if test "x$ac_cv_header_" = x""yes; then - TINFO_HEADER_FOUND=1 - else - TINFO_HEADER_FOUND=0 -@@ -46933,7 +48662,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_TINFO_VERSION -+#define HAVE_TINFO_VERSION /**/ - _ACEOF - - fi -@@ -46941,10 +48670,10 @@ _ACEOF - fi - - --{ echo "$as_me:$LINENO: checking for tone_zone_find_by_num in -ltonezone" >&5 --echo $ECHO_N "checking for tone_zone_find_by_num in -ltonezone... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for tone_zone_find_by_num in -ltonezone" >&5 -+$as_echo_n "checking for tone_zone_find_by_num in -ltonezone... " >&6; } - if test "${ac_cv_lib_tonezone_tone_zone_find_by_num+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-ltonezone $LIBS" -@@ -46976,33 +48705,37 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_lib_tonezone_tone_zone_find_by_num=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_lib_tonezone_tone_zone_find_by_num=no - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --{ echo "$as_me:$LINENO: result: $ac_cv_lib_tonezone_tone_zone_find_by_num" >&5 --echo "${ECHO_T}$ac_cv_lib_tonezone_tone_zone_find_by_num" >&6; } --if test $ac_cv_lib_tonezone_tone_zone_find_by_num = yes; then -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_tonezone_tone_zone_find_by_num" >&5 -+$as_echo "$ac_cv_lib_tonezone_tone_zone_find_by_num" >&6; } -+if test "x$ac_cv_lib_tonezone_tone_zone_find_by_num" = x""yes; then - tonezone_does_not_need_lm=yes - else - tonezone_does_not_need_lm=no -@@ -47028,11 +48761,11 @@ if test "x${PBX_TONEZONE}" != "x1" -a "${USE_TONEZONE}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_TONEZONE_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_tonezone_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -ltonezone" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -ltonezone... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_tonezone_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -ltonezone" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -ltonezone... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-ltonezone ${pbxlibdir} ${tonezone_extra} ${DAHDI_INCLUDE} $LIBS" -@@ -47064,34 +48797,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_TONEZONE_FOUND=yes - else - AST_TONEZONE_FOUND=no -@@ -47113,17 +48853,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${TONEZONE_INCLUDE}" - if test "${ac_cv_header_dahdi_tonezone_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for dahdi/tonezone.h" >&5 --echo $ECHO_N "checking for dahdi/tonezone.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for dahdi/tonezone.h" >&5 -+$as_echo_n "checking for dahdi/tonezone.h... " >&6; } - if test "${ac_cv_header_dahdi_tonezone_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_dahdi_tonezone_h" >&5 --echo "${ECHO_T}$ac_cv_header_dahdi_tonezone_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_dahdi_tonezone_h" >&5 -+$as_echo "$ac_cv_header_dahdi_tonezone_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking dahdi/tonezone.h usability" >&5 --echo $ECHO_N "checking dahdi/tonezone.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking dahdi/tonezone.h usability" >&5 -+$as_echo_n "checking dahdi/tonezone.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -47139,32 +48879,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking dahdi/tonezone.h presence" >&5 --echo $ECHO_N "checking dahdi/tonezone.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking dahdi/tonezone.h presence" >&5 -+$as_echo_n "checking dahdi/tonezone.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -47178,51 +48919,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: dahdi/tonezone.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: dahdi/tonezone.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: dahdi/tonezone.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: dahdi/tonezone.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: dahdi/tonezone.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: dahdi/tonezone.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: dahdi/tonezone.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: dahdi/tonezone.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: dahdi/tonezone.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: dahdi/tonezone.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: dahdi/tonezone.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: dahdi/tonezone.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: dahdi/tonezone.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: dahdi/tonezone.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: dahdi/tonezone.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: dahdi/tonezone.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: dahdi/tonezone.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: dahdi/tonezone.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: dahdi/tonezone.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: dahdi/tonezone.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: dahdi/tonezone.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: dahdi/tonezone.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: dahdi/tonezone.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: dahdi/tonezone.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: dahdi/tonezone.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: dahdi/tonezone.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: dahdi/tonezone.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: dahdi/tonezone.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: dahdi/tonezone.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: dahdi/tonezone.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: dahdi/tonezone.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: dahdi/tonezone.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -47231,18 +48973,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for dahdi/tonezone.h" >&5 --echo $ECHO_N "checking for dahdi/tonezone.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for dahdi/tonezone.h" >&5 -+$as_echo_n "checking for dahdi/tonezone.h... " >&6; } - if test "${ac_cv_header_dahdi_tonezone_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_dahdi_tonezone_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_dahdi_tonezone_h" >&5 --echo "${ECHO_T}$ac_cv_header_dahdi_tonezone_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_dahdi_tonezone_h" >&5 -+$as_echo "$ac_cv_header_dahdi_tonezone_h" >&6; } - - fi --if test $ac_cv_header_dahdi_tonezone_h = yes; then -+if test "x$ac_cv_header_dahdi_tonezone_h" = x""yes; then - TONEZONE_HEADER_FOUND=1 - else - TONEZONE_HEADER_FOUND=0 -@@ -47267,7 +49009,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_TONEZONE_VERSION -+#define HAVE_TONEZONE_VERSION /**/ - _ACEOF - - fi -@@ -47290,11 +49032,11 @@ if test "x${PBX_USB}" != "x1" -a "${USE_USB}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_USB_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_usb_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lusb" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lusb... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_usb_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lusb" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lusb... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lusb ${pbxlibdir} $LIBS" -@@ -47326,34 +49068,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_USB_FOUND=yes - else - AST_USB_FOUND=no -@@ -47375,17 +49124,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${USB_INCLUDE}" - if test "${ac_cv_header_usb_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for usb.h" >&5 --echo $ECHO_N "checking for usb.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for usb.h" >&5 -+$as_echo_n "checking for usb.h... " >&6; } - if test "${ac_cv_header_usb_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_usb_h" >&5 --echo "${ECHO_T}$ac_cv_header_usb_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_usb_h" >&5 -+$as_echo "$ac_cv_header_usb_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking usb.h usability" >&5 --echo $ECHO_N "checking usb.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking usb.h usability" >&5 -+$as_echo_n "checking usb.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -47401,32 +49150,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking usb.h presence" >&5 --echo $ECHO_N "checking usb.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking usb.h presence" >&5 -+$as_echo_n "checking usb.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -47440,51 +49190,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: usb.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: usb.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: usb.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: usb.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: usb.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: usb.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: usb.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: usb.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: usb.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: usb.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: usb.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: usb.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: usb.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: usb.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: usb.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: usb.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: usb.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: usb.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: usb.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: usb.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: usb.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: usb.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: usb.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: usb.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: usb.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: usb.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: usb.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: usb.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: usb.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: usb.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: usb.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: usb.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -47493,18 +49244,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for usb.h" >&5 --echo $ECHO_N "checking for usb.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for usb.h" >&5 -+$as_echo_n "checking for usb.h... " >&6; } - if test "${ac_cv_header_usb_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_usb_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_usb_h" >&5 --echo "${ECHO_T}$ac_cv_header_usb_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_usb_h" >&5 -+$as_echo "$ac_cv_header_usb_h" >&6; } - - fi --if test $ac_cv_header_usb_h = yes; then -+if test "x$ac_cv_header_usb_h" = x""yes; then - USB_HEADER_FOUND=1 - else - USB_HEADER_FOUND=0 -@@ -47529,7 +49280,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_USB_VERSION -+#define HAVE_USB_VERSION /**/ - _ACEOF - - fi -@@ -47552,11 +49303,11 @@ if test "x${PBX_VORBIS}" != "x1" -a "${USE_VORBIS}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_VORBIS_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_vorbis_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lvorbis" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lvorbis... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_vorbis_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lvorbis" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lvorbis... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lvorbis ${pbxlibdir} -lm -lvorbisenc $LIBS" -@@ -47588,34 +49339,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_VORBIS_FOUND=yes - else - AST_VORBIS_FOUND=no -@@ -47637,17 +49395,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${VORBIS_INCLUDE}" - if test "${ac_cv_header_vorbis_codec_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for vorbis/codec.h" >&5 --echo $ECHO_N "checking for vorbis/codec.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for vorbis/codec.h" >&5 -+$as_echo_n "checking for vorbis/codec.h... " >&6; } - if test "${ac_cv_header_vorbis_codec_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_vorbis_codec_h" >&5 --echo "${ECHO_T}$ac_cv_header_vorbis_codec_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_vorbis_codec_h" >&5 -+$as_echo "$ac_cv_header_vorbis_codec_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking vorbis/codec.h usability" >&5 --echo $ECHO_N "checking vorbis/codec.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking vorbis/codec.h usability" >&5 -+$as_echo_n "checking vorbis/codec.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -47663,32 +49421,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking vorbis/codec.h presence" >&5 --echo $ECHO_N "checking vorbis/codec.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking vorbis/codec.h presence" >&5 -+$as_echo_n "checking vorbis/codec.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -47702,51 +49461,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: vorbis/codec.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: vorbis/codec.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: vorbis/codec.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: vorbis/codec.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: vorbis/codec.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: vorbis/codec.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: vorbis/codec.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: vorbis/codec.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: vorbis/codec.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: vorbis/codec.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: vorbis/codec.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: vorbis/codec.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: vorbis/codec.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: vorbis/codec.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: vorbis/codec.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: vorbis/codec.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: vorbis/codec.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: vorbis/codec.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: vorbis/codec.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: vorbis/codec.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: vorbis/codec.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: vorbis/codec.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: vorbis/codec.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: vorbis/codec.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: vorbis/codec.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: vorbis/codec.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: vorbis/codec.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: vorbis/codec.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: vorbis/codec.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: vorbis/codec.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: vorbis/codec.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: vorbis/codec.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -47755,18 +49515,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for vorbis/codec.h" >&5 --echo $ECHO_N "checking for vorbis/codec.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for vorbis/codec.h" >&5 -+$as_echo_n "checking for vorbis/codec.h... " >&6; } - if test "${ac_cv_header_vorbis_codec_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_vorbis_codec_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_vorbis_codec_h" >&5 --echo "${ECHO_T}$ac_cv_header_vorbis_codec_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_vorbis_codec_h" >&5 -+$as_echo "$ac_cv_header_vorbis_codec_h" >&6; } - - fi --if test $ac_cv_header_vorbis_codec_h = yes; then -+if test "x$ac_cv_header_vorbis_codec_h" = x""yes; then - VORBIS_HEADER_FOUND=1 - else - VORBIS_HEADER_FOUND=0 -@@ -47791,7 +49551,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_VORBIS_VERSION -+#define HAVE_VORBIS_VERSION /**/ - _ACEOF - - fi -@@ -47807,8 +49567,8 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - - if test "${USE_VPB}" != "no"; then -- { echo "$as_me:$LINENO: checking for vpb_open in -lvpb" >&5 --echo $ECHO_N "checking for vpb_open in -lvpb... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for vpb_open in -lvpb" >&5 -+$as_echo_n "checking for vpb_open in -lvpb... " >&6; } - saved_libs="${LIBS}" - saved_cppflags="${CPPFLAGS}" - if test "x${VPB_DIR}" != "x"; then -@@ -47844,33 +49604,37 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_cxx_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -- { echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; } -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then -+ { $as_echo "$as_me:$LINENO: result: yes" >&5 -+$as_echo "yes" >&6; } - ac_cv_lib_vpb_vpb_open="yes" - - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - ac_cv_lib_vpb_vpb_open="no" - - - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS="${saved_libs}" -@@ -47912,11 +49676,11 @@ if test "x${PBX_ZLIB}" != "x1" -a "${USE_ZLIB}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_ZLIB_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_z_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lz" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lz... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_z_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lz" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lz... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lz ${pbxlibdir} $LIBS" -@@ -47948,34 +49712,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_ZLIB_FOUND=yes - else - AST_ZLIB_FOUND=no -@@ -47997,17 +49768,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${ZLIB_INCLUDE}" - if test "${ac_cv_header_zlib_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for zlib.h" >&5 --echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for zlib.h" >&5 -+$as_echo_n "checking for zlib.h... " >&6; } - if test "${ac_cv_header_zlib_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5 --echo "${ECHO_T}$ac_cv_header_zlib_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5 -+$as_echo "$ac_cv_header_zlib_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking zlib.h usability" >&5 --echo $ECHO_N "checking zlib.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking zlib.h usability" >&5 -+$as_echo_n "checking zlib.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -48023,32 +49794,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking zlib.h presence" >&5 --echo $ECHO_N "checking zlib.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking zlib.h presence" >&5 -+$as_echo_n "checking zlib.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -48062,51 +49834,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: zlib.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: zlib.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: zlib.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: zlib.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: zlib.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: zlib.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: zlib.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: zlib.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: zlib.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: zlib.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: zlib.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: zlib.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: zlib.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: zlib.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: zlib.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: zlib.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: zlib.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: zlib.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -48115,18 +49888,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for zlib.h" >&5 --echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for zlib.h" >&5 -+$as_echo_n "checking for zlib.h... " >&6; } - if test "${ac_cv_header_zlib_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_zlib_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5 --echo "${ECHO_T}$ac_cv_header_zlib_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5 -+$as_echo "$ac_cv_header_zlib_h" >&6; } - - fi --if test $ac_cv_header_zlib_h = yes; then -+if test "x$ac_cv_header_zlib_h" = x""yes; then - ZLIB_HEADER_FOUND=1 - else - ZLIB_HEADER_FOUND=0 -@@ -48151,7 +49924,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_ZLIB_VERSION -+#define HAVE_ZLIB_VERSION /**/ - _ACEOF - - fi -@@ -48169,24 +49942,24 @@ elif test "x$CURSES_LIB" != "x" ; then - elif test "x$NCURSES_LIB" != "x" ; then - EDITLINE_LIB="$NCURSES_LIB" - else -- { { echo "$as_me:$LINENO: error: *** termcap support not found" >&5 --echo "$as_me: error: *** termcap support not found" >&2;} -+ { { $as_echo "$as_me:$LINENO: error: *** termcap support not found" >&5 -+$as_echo "$as_me: error: *** termcap support not found" >&2;} - { (exit 1); exit 1; }; } - fi - - - if test "${ac_cv_header_h323_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for h323.h" >&5 --echo $ECHO_N "checking for h323.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for h323.h" >&5 -+$as_echo_n "checking for h323.h... " >&6; } - if test "${ac_cv_header_h323_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_h323_h" >&5 --echo "${ECHO_T}$ac_cv_header_h323_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_h323_h" >&5 -+$as_echo "$ac_cv_header_h323_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking h323.h usability" >&5 --echo $ECHO_N "checking h323.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking h323.h usability" >&5 -+$as_echo_n "checking h323.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -48202,32 +49975,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking h323.h presence" >&5 --echo $ECHO_N "checking h323.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking h323.h presence" >&5 -+$as_echo_n "checking h323.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -48241,51 +50015,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: h323.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: h323.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: h323.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: h323.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: h323.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: h323.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: h323.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: h323.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: h323.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: h323.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: h323.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: h323.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: h323.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: h323.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: h323.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: h323.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: h323.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: h323.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: h323.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: h323.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: h323.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: h323.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: h323.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: h323.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: h323.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: h323.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: h323.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: h323.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: h323.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: h323.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: h323.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: h323.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -48294,18 +50069,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for h323.h" >&5 --echo $ECHO_N "checking for h323.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for h323.h" >&5 -+$as_echo_n "checking for h323.h... " >&6; } - if test "${ac_cv_header_h323_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_h323_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_h323_h" >&5 --echo "${ECHO_T}$ac_cv_header_h323_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_h323_h" >&5 -+$as_echo "$ac_cv_header_h323_h" >&6; } - - fi --if test $ac_cv_header_h323_h = yes; then -+if test "x$ac_cv_header_h323_h" = x""yes; then - PBX_H323=1 - else - PBX_H323=0 -@@ -48315,17 +50090,17 @@ fi - - - if test "${ac_cv_header_linux_compiler_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for linux/compiler.h" >&5 --echo $ECHO_N "checking for linux/compiler.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for linux/compiler.h" >&5 -+$as_echo_n "checking for linux/compiler.h... " >&6; } - if test "${ac_cv_header_linux_compiler_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_linux_compiler_h" >&5 --echo "${ECHO_T}$ac_cv_header_linux_compiler_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_linux_compiler_h" >&5 -+$as_echo "$ac_cv_header_linux_compiler_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking linux/compiler.h usability" >&5 --echo $ECHO_N "checking linux/compiler.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking linux/compiler.h usability" >&5 -+$as_echo_n "checking linux/compiler.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -48341,32 +50116,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking linux/compiler.h presence" >&5 --echo $ECHO_N "checking linux/compiler.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking linux/compiler.h presence" >&5 -+$as_echo_n "checking linux/compiler.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -48380,51 +50156,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: linux/compiler.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: linux/compiler.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: linux/compiler.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: linux/compiler.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: linux/compiler.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: linux/compiler.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: linux/compiler.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: linux/compiler.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: linux/compiler.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: linux/compiler.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: linux/compiler.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: linux/compiler.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: linux/compiler.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: linux/compiler.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: linux/compiler.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: linux/compiler.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: linux/compiler.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: linux/compiler.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: linux/compiler.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: linux/compiler.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: linux/compiler.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: linux/compiler.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: linux/compiler.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: linux/compiler.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: linux/compiler.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: linux/compiler.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: linux/compiler.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: linux/compiler.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: linux/compiler.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: linux/compiler.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: linux/compiler.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: linux/compiler.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -48433,18 +50210,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for linux/compiler.h" >&5 --echo $ECHO_N "checking for linux/compiler.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for linux/compiler.h" >&5 -+$as_echo_n "checking for linux/compiler.h... " >&6; } - if test "${ac_cv_header_linux_compiler_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_linux_compiler_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_linux_compiler_h" >&5 --echo "${ECHO_T}$ac_cv_header_linux_compiler_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_linux_compiler_h" >&5 -+$as_echo "$ac_cv_header_linux_compiler_h" >&6; } - - fi --if test $ac_cv_header_linux_compiler_h = yes; then -+if test "x$ac_cv_header_linux_compiler_h" = x""yes; then - - cat >>confdefs.h <<_ACEOF - #define HAVE_LINUX_COMPILER_H 1 -@@ -48454,10 +50231,10 @@ fi - - - --{ echo "$as_me:$LINENO: checking for linux/ixjuser.h" >&5 --echo $ECHO_N "checking for linux/ixjuser.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for linux/ixjuser.h" >&5 -+$as_echo_n "checking for linux/ixjuser.h... " >&6; } - if test "${ac_cv_header_linux_ixjuser_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -48480,20 +50257,21 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_cv_header_linux_ixjuser_h=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_header_linux_ixjuser_h=no -@@ -48501,9 +50279,9 @@ fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_linux_ixjuser_h" >&5 --echo "${ECHO_T}$ac_cv_header_linux_ixjuser_h" >&6; } --if test $ac_cv_header_linux_ixjuser_h = yes; then -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_linux_ixjuser_h" >&5 -+$as_echo "$ac_cv_header_linux_ixjuser_h" >&6; } -+if test "x$ac_cv_header_linux_ixjuser_h" = x""yes; then - PBX_IXJUSER=1 - else - PBX_IXJUSER=0 -@@ -48518,10 +50296,10 @@ fi - if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}sdl-config", so it can be a program name with args. - set dummy ${ac_tool_prefix}sdl-config; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_CONFIG_SDL+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$CONFIG_SDL"; then - ac_cv_prog_CONFIG_SDL="$CONFIG_SDL" # Let the user override the test. -@@ -48534,7 +50312,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_CONFIG_SDL="${ac_tool_prefix}sdl-config" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -48545,11 +50323,11 @@ fi - fi - CONFIG_SDL=$ac_cv_prog_CONFIG_SDL - if test -n "$CONFIG_SDL"; then -- { echo "$as_me:$LINENO: result: $CONFIG_SDL" >&5 --echo "${ECHO_T}$CONFIG_SDL" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $CONFIG_SDL" >&5 -+$as_echo "$CONFIG_SDL" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - -@@ -48558,10 +50336,10 @@ if test -z "$ac_cv_prog_CONFIG_SDL"; then - ac_ct_CONFIG_SDL=$CONFIG_SDL - # Extract the first word of "sdl-config", so it can be a program name with args. - set dummy sdl-config; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_ac_ct_CONFIG_SDL+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$ac_ct_CONFIG_SDL"; then - ac_cv_prog_ac_ct_CONFIG_SDL="$ac_ct_CONFIG_SDL" # Let the user override the test. -@@ -48574,7 +50352,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_ac_ct_CONFIG_SDL="sdl-config" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -48585,11 +50363,11 @@ fi - fi - ac_ct_CONFIG_SDL=$ac_cv_prog_ac_ct_CONFIG_SDL - if test -n "$ac_ct_CONFIG_SDL"; then -- { echo "$as_me:$LINENO: result: $ac_ct_CONFIG_SDL" >&5 --echo "${ECHO_T}$ac_ct_CONFIG_SDL" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $ac_ct_CONFIG_SDL" >&5 -+$as_echo "$ac_ct_CONFIG_SDL" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - if test "x$ac_ct_CONFIG_SDL" = x; then -@@ -48597,12 +50375,8 @@ fi - else - case $cross_compiling:$ac_tool_warned in - yes:) --{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools --whose name does not start with the host triplet. If you think this --configuration is useful to you, please write to autoconf@gnu.org." >&5 --echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools --whose name does not start with the host triplet. If you think this --configuration is useful to you, please write to autoconf@gnu.org." >&2;} -+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 -+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} - ac_tool_warned=yes ;; - esac - CONFIG_SDL=$ac_ct_CONFIG_SDL -@@ -48648,18 +50422,21 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - PBX_SDL=1 - - cat >>confdefs.h <<\_ACEOF -@@ -48668,13 +50445,14 @@ _ACEOF - - - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - - - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - CPPFLAGS="${saved_cppflags}" -@@ -48705,11 +50483,11 @@ if test "x${PBX_SDL_IMAGE}" != "x1" -a "${USE_SDL_IMAGE}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_SDL_IMAGE_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_SDL_image_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lSDL_image" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lSDL_image... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_SDL_image_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lSDL_image" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lSDL_image... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lSDL_image ${pbxlibdir} ${SDL_LIB} $LIBS" -@@ -48741,34 +50519,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_SDL_IMAGE_FOUND=yes - else - AST_SDL_IMAGE_FOUND=no -@@ -48790,17 +50575,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${SDL_IMAGE_INCLUDE}" - if test "${ac_cv_header_SDL_image_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for SDL_image.h" >&5 --echo $ECHO_N "checking for SDL_image.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for SDL_image.h" >&5 -+$as_echo_n "checking for SDL_image.h... " >&6; } - if test "${ac_cv_header_SDL_image_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_SDL_image_h" >&5 --echo "${ECHO_T}$ac_cv_header_SDL_image_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_SDL_image_h" >&5 -+$as_echo "$ac_cv_header_SDL_image_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking SDL_image.h usability" >&5 --echo $ECHO_N "checking SDL_image.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking SDL_image.h usability" >&5 -+$as_echo_n "checking SDL_image.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -48816,32 +50601,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking SDL_image.h presence" >&5 --echo $ECHO_N "checking SDL_image.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking SDL_image.h presence" >&5 -+$as_echo_n "checking SDL_image.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -48855,51 +50641,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: SDL_image.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: SDL_image.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: SDL_image.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: SDL_image.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: SDL_image.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: SDL_image.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: SDL_image.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: SDL_image.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: SDL_image.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: SDL_image.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: SDL_image.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: SDL_image.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: SDL_image.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: SDL_image.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: SDL_image.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: SDL_image.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: SDL_image.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: SDL_image.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: SDL_image.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: SDL_image.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: SDL_image.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: SDL_image.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: SDL_image.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: SDL_image.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: SDL_image.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: SDL_image.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: SDL_image.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: SDL_image.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: SDL_image.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: SDL_image.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: SDL_image.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: SDL_image.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -48908,18 +50695,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for SDL_image.h" >&5 --echo $ECHO_N "checking for SDL_image.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for SDL_image.h" >&5 -+$as_echo_n "checking for SDL_image.h... " >&6; } - if test "${ac_cv_header_SDL_image_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_SDL_image_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_SDL_image_h" >&5 --echo "${ECHO_T}$ac_cv_header_SDL_image_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_SDL_image_h" >&5 -+$as_echo "$ac_cv_header_SDL_image_h" >&6; } - - fi --if test $ac_cv_header_SDL_image_h = yes; then -+if test "x$ac_cv_header_SDL_image_h" = x""yes; then - SDL_IMAGE_HEADER_FOUND=1 - else - SDL_IMAGE_HEADER_FOUND=0 -@@ -48944,7 +50731,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_SDL_IMAGE_VERSION -+#define HAVE_SDL_IMAGE_VERSION /**/ - _ACEOF - - fi -@@ -48966,11 +50753,11 @@ if test "x${PBX_FFMPEG}" != "x1" -a "${USE_FFMPEG}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_FFMPEG_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_avcodec_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lavcodec" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lavcodec... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_avcodec_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lavcodec" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lavcodec... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lavcodec ${pbxlibdir} -lpthread -lz -lm $LIBS" -@@ -49002,34 +50789,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_FFMPEG_FOUND=yes - else - AST_FFMPEG_FOUND=no -@@ -49051,17 +50845,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${FFMPEG_INCLUDE}" - if test "${ac_cv_header_ffmpeg_avcodec_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for ffmpeg/avcodec.h" >&5 --echo $ECHO_N "checking for ffmpeg/avcodec.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for ffmpeg/avcodec.h" >&5 -+$as_echo_n "checking for ffmpeg/avcodec.h... " >&6; } - if test "${ac_cv_header_ffmpeg_avcodec_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_ffmpeg_avcodec_h" >&5 --echo "${ECHO_T}$ac_cv_header_ffmpeg_avcodec_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_ffmpeg_avcodec_h" >&5 -+$as_echo "$ac_cv_header_ffmpeg_avcodec_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking ffmpeg/avcodec.h usability" >&5 --echo $ECHO_N "checking ffmpeg/avcodec.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking ffmpeg/avcodec.h usability" >&5 -+$as_echo_n "checking ffmpeg/avcodec.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -49077,32 +50871,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking ffmpeg/avcodec.h presence" >&5 --echo $ECHO_N "checking ffmpeg/avcodec.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking ffmpeg/avcodec.h presence" >&5 -+$as_echo_n "checking ffmpeg/avcodec.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -49116,51 +50911,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: ffmpeg/avcodec.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: ffmpeg/avcodec.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: ffmpeg/avcodec.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: ffmpeg/avcodec.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ffmpeg/avcodec.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: ffmpeg/avcodec.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ffmpeg/avcodec.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: ffmpeg/avcodec.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: ffmpeg/avcodec.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: ffmpeg/avcodec.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: ffmpeg/avcodec.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: ffmpeg/avcodec.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: ffmpeg/avcodec.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: ffmpeg/avcodec.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: ffmpeg/avcodec.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: ffmpeg/avcodec.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: ffmpeg/avcodec.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: ffmpeg/avcodec.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: ffmpeg/avcodec.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: ffmpeg/avcodec.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ffmpeg/avcodec.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: ffmpeg/avcodec.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ffmpeg/avcodec.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: ffmpeg/avcodec.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ffmpeg/avcodec.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: ffmpeg/avcodec.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ffmpeg/avcodec.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: ffmpeg/avcodec.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ffmpeg/avcodec.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: ffmpeg/avcodec.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ffmpeg/avcodec.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: ffmpeg/avcodec.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -49169,18 +50965,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for ffmpeg/avcodec.h" >&5 --echo $ECHO_N "checking for ffmpeg/avcodec.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for ffmpeg/avcodec.h" >&5 -+$as_echo_n "checking for ffmpeg/avcodec.h... " >&6; } - if test "${ac_cv_header_ffmpeg_avcodec_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_ffmpeg_avcodec_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_ffmpeg_avcodec_h" >&5 --echo "${ECHO_T}$ac_cv_header_ffmpeg_avcodec_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_ffmpeg_avcodec_h" >&5 -+$as_echo "$ac_cv_header_ffmpeg_avcodec_h" >&6; } - - fi --if test $ac_cv_header_ffmpeg_avcodec_h = yes; then -+if test "x$ac_cv_header_ffmpeg_avcodec_h" = x""yes; then - FFMPEG_HEADER_FOUND=1 - else - FFMPEG_HEADER_FOUND=0 -@@ -49205,7 +51001,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define HAVE_FFMPEG_VERSION -+#define HAVE_FFMPEG_VERSION /**/ - _ACEOF - - fi -@@ -49215,17 +51011,17 @@ fi - - # possible places for video4linux version 1 - if test "${ac_cv_header_linux_videodev_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for linux/videodev.h" >&5 --echo $ECHO_N "checking for linux/videodev.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for linux/videodev.h" >&5 -+$as_echo_n "checking for linux/videodev.h... " >&6; } - if test "${ac_cv_header_linux_videodev_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_linux_videodev_h" >&5 --echo "${ECHO_T}$ac_cv_header_linux_videodev_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_linux_videodev_h" >&5 -+$as_echo "$ac_cv_header_linux_videodev_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking linux/videodev.h usability" >&5 --echo $ECHO_N "checking linux/videodev.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking linux/videodev.h usability" >&5 -+$as_echo_n "checking linux/videodev.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -49241,32 +51037,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking linux/videodev.h presence" >&5 --echo $ECHO_N "checking linux/videodev.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking linux/videodev.h presence" >&5 -+$as_echo_n "checking linux/videodev.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -49280,51 +51077,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: linux/videodev.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: linux/videodev.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: linux/videodev.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: linux/videodev.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: linux/videodev.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: linux/videodev.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: linux/videodev.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: linux/videodev.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: linux/videodev.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: linux/videodev.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: linux/videodev.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: linux/videodev.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: linux/videodev.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: linux/videodev.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: linux/videodev.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: linux/videodev.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: linux/videodev.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: linux/videodev.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: linux/videodev.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: linux/videodev.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: linux/videodev.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: linux/videodev.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: linux/videodev.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: linux/videodev.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: linux/videodev.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: linux/videodev.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: linux/videodev.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: linux/videodev.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: linux/videodev.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: linux/videodev.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: linux/videodev.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: linux/videodev.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -49333,18 +51131,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for linux/videodev.h" >&5 --echo $ECHO_N "checking for linux/videodev.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for linux/videodev.h" >&5 -+$as_echo_n "checking for linux/videodev.h... " >&6; } - if test "${ac_cv_header_linux_videodev_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_linux_videodev_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_linux_videodev_h" >&5 --echo "${ECHO_T}$ac_cv_header_linux_videodev_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_linux_videodev_h" >&5 -+$as_echo "$ac_cv_header_linux_videodev_h" >&6; } - - fi --if test $ac_cv_header_linux_videodev_h = yes; then -+if test "x$ac_cv_header_linux_videodev_h" = x""yes; then - - cat >>confdefs.h <<_ACEOF - #define HAVE_VIDEODEV_H 1 -@@ -49370,11 +51168,11 @@ if test "x${PBX_X11}" != "x1" -a "${USE_X11}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_X11_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_X11_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lX11" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lX11... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_X11_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lX11" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lX11... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lX11 ${pbxlibdir} $LIBS" -@@ -49406,34 +51204,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_X11_FOUND=yes - else - AST_X11_FOUND=no -@@ -49455,17 +51260,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${X11_INCLUDE}" - if test "${ac_cv_header_X11_Xlib_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for X11/Xlib.h" >&5 --echo $ECHO_N "checking for X11/Xlib.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for X11/Xlib.h" >&5 -+$as_echo_n "checking for X11/Xlib.h... " >&6; } - if test "${ac_cv_header_X11_Xlib_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xlib_h" >&5 --echo "${ECHO_T}$ac_cv_header_X11_Xlib_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xlib_h" >&5 -+$as_echo "$ac_cv_header_X11_Xlib_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking X11/Xlib.h usability" >&5 --echo $ECHO_N "checking X11/Xlib.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking X11/Xlib.h usability" >&5 -+$as_echo_n "checking X11/Xlib.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -49481,32 +51286,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking X11/Xlib.h presence" >&5 --echo $ECHO_N "checking X11/Xlib.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking X11/Xlib.h presence" >&5 -+$as_echo_n "checking X11/Xlib.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -49520,51 +51326,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: X11/Xlib.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: X11/Xlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: X11/Xlib.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: X11/Xlib.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: X11/Xlib.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: X11/Xlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: X11/Xlib.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: X11/Xlib.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: X11/Xlib.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: X11/Xlib.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: X11/Xlib.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: X11/Xlib.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: X11/Xlib.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: X11/Xlib.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: X11/Xlib.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: X11/Xlib.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: X11/Xlib.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: X11/Xlib.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: X11/Xlib.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: X11/Xlib.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: X11/Xlib.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: X11/Xlib.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: X11/Xlib.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: X11/Xlib.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: X11/Xlib.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: X11/Xlib.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: X11/Xlib.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: X11/Xlib.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: X11/Xlib.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: X11/Xlib.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: X11/Xlib.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: X11/Xlib.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -49573,18 +51380,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for X11/Xlib.h" >&5 --echo $ECHO_N "checking for X11/Xlib.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for X11/Xlib.h" >&5 -+$as_echo_n "checking for X11/Xlib.h... " >&6; } - if test "${ac_cv_header_X11_Xlib_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_X11_Xlib_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xlib_h" >&5 --echo "${ECHO_T}$ac_cv_header_X11_Xlib_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xlib_h" >&5 -+$as_echo "$ac_cv_header_X11_Xlib_h" >&6; } - - fi --if test $ac_cv_header_X11_Xlib_h = yes; then -+if test "x$ac_cv_header_X11_Xlib_h" = x""yes; then - X11_HEADER_FOUND=1 - else - X11_HEADER_FOUND=0 -@@ -49631,11 +51438,11 @@ if test "x${PBX_X11}" != "x1" -a "${USE_X11}" != "no"; then - if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers - AST_X11_FOUND=yes - else -- as_ac_Lib=`echo "ac_cv_lib_X11_${pbxfuncname}" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lX11" >&5 --echo $ECHO_N "checking for ${pbxfuncname} in -lX11... $ECHO_C" >&6; } -+ as_ac_Lib=`$as_echo "ac_cv_lib_X11_${pbxfuncname}" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for ${pbxfuncname} in -lX11" >&5 -+$as_echo_n "checking for ${pbxfuncname} in -lX11... " >&6; } - if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lX11 ${pbxlibdir} $LIBS" -@@ -49667,34 +51474,41 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_Lib=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Lib=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --ac_res=`eval echo '${'$as_ac_Lib'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+as_val=`eval 'as_val=${'$as_ac_Lib'} -+ $as_echo "$as_val"'` -+ if test "x$as_val" = x""yes; then - AST_X11_FOUND=yes - else - AST_X11_FOUND=no -@@ -49716,17 +51530,17 @@ fi - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${X11_INCLUDE}" - if test "${ac_cv_header_X11_Xlib_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for X11/Xlib.h" >&5 --echo $ECHO_N "checking for X11/Xlib.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for X11/Xlib.h" >&5 -+$as_echo_n "checking for X11/Xlib.h... " >&6; } - if test "${ac_cv_header_X11_Xlib_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xlib_h" >&5 --echo "${ECHO_T}$ac_cv_header_X11_Xlib_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xlib_h" >&5 -+$as_echo "$ac_cv_header_X11_Xlib_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking X11/Xlib.h usability" >&5 --echo $ECHO_N "checking X11/Xlib.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking X11/Xlib.h usability" >&5 -+$as_echo_n "checking X11/Xlib.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -49742,32 +51556,33 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking X11/Xlib.h presence" >&5 --echo $ECHO_N "checking X11/Xlib.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking X11/Xlib.h presence" >&5 -+$as_echo_n "checking X11/Xlib.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -49781,51 +51596,52 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: X11/Xlib.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: X11/Xlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: X11/Xlib.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: X11/Xlib.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: X11/Xlib.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: X11/Xlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: X11/Xlib.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: X11/Xlib.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: X11/Xlib.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: X11/Xlib.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: X11/Xlib.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: X11/Xlib.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: X11/Xlib.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: X11/Xlib.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: X11/Xlib.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: X11/Xlib.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: X11/Xlib.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: X11/Xlib.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: X11/Xlib.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: X11/Xlib.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: X11/Xlib.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: X11/Xlib.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: X11/Xlib.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: X11/Xlib.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: X11/Xlib.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: X11/Xlib.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: X11/Xlib.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: X11/Xlib.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: X11/Xlib.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: X11/Xlib.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: X11/Xlib.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: X11/Xlib.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ------------------------------- ## - ## Report this to www.asterisk.org ## -@@ -49834,18 +51650,18 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for X11/Xlib.h" >&5 --echo $ECHO_N "checking for X11/Xlib.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for X11/Xlib.h" >&5 -+$as_echo_n "checking for X11/Xlib.h... " >&6; } - if test "${ac_cv_header_X11_Xlib_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_X11_Xlib_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xlib_h" >&5 --echo "${ECHO_T}$ac_cv_header_X11_Xlib_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xlib_h" >&5 -+$as_echo "$ac_cv_header_X11_Xlib_h" >&6; } - - fi --if test $ac_cv_header_X11_Xlib_h = yes; then -+if test "x$ac_cv_header_X11_Xlib_h" = x""yes; then - X11_HEADER_FOUND=1 - else - X11_HEADER_FOUND=0 -@@ -49880,14 +51696,14 @@ fi - - if test "${cross_compiling}" = "no"; - then -- { echo "$as_me:$LINENO: checking for /sbin/launchd" >&5 --echo $ECHO_N "checking for /sbin/launchd... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for /sbin/launchd" >&5 -+$as_echo_n "checking for /sbin/launchd... " >&6; } - if test "${ac_cv_file__sbin_launchd+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - test "$cross_compiling" = yes && -- { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 --echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} -+ { { $as_echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 -+$as_echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} - { (exit 1); exit 1; }; } - if test -r "/sbin/launchd"; then - ac_cv_file__sbin_launchd=yes -@@ -49895,9 +51711,9 @@ else - ac_cv_file__sbin_launchd=no - fi - fi --{ echo "$as_me:$LINENO: result: $ac_cv_file__sbin_launchd" >&5 --echo "${ECHO_T}$ac_cv_file__sbin_launchd" >&6; } --if test $ac_cv_file__sbin_launchd = yes; then -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_file__sbin_launchd" >&5 -+$as_echo "$ac_cv_file__sbin_launchd" >&6; } -+if test "x$ac_cv_file__sbin_launchd" = x""yes; then - - cat >>confdefs.h <<\_ACEOF - #define HAVE_SBIN_LAUNCHD 1 -@@ -49914,10 +51730,10 @@ PBX_GTK=0 - if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}gtk-config", so it can be a program name with args. - set dummy ${ac_tool_prefix}gtk-config; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_CONFIG_GTK+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$CONFIG_GTK"; then - ac_cv_prog_CONFIG_GTK="$CONFIG_GTK" # Let the user override the test. -@@ -49930,7 +51746,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_CONFIG_GTK="${ac_tool_prefix}gtk-config" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -49941,11 +51757,11 @@ fi - fi - CONFIG_GTK=$ac_cv_prog_CONFIG_GTK - if test -n "$CONFIG_GTK"; then -- { echo "$as_me:$LINENO: result: $CONFIG_GTK" >&5 --echo "${ECHO_T}$CONFIG_GTK" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $CONFIG_GTK" >&5 -+$as_echo "$CONFIG_GTK" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - -@@ -49954,10 +51770,10 @@ if test -z "$ac_cv_prog_CONFIG_GTK"; then - ac_ct_CONFIG_GTK=$CONFIG_GTK - # Extract the first word of "gtk-config", so it can be a program name with args. - set dummy gtk-config; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_ac_ct_CONFIG_GTK+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$ac_ct_CONFIG_GTK"; then - ac_cv_prog_ac_ct_CONFIG_GTK="$ac_ct_CONFIG_GTK" # Let the user override the test. -@@ -49970,7 +51786,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_ac_ct_CONFIG_GTK="gtk-config" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -49981,11 +51797,11 @@ fi - fi - ac_ct_CONFIG_GTK=$ac_cv_prog_ac_ct_CONFIG_GTK - if test -n "$ac_ct_CONFIG_GTK"; then -- { echo "$as_me:$LINENO: result: $ac_ct_CONFIG_GTK" >&5 --echo "${ECHO_T}$ac_ct_CONFIG_GTK" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $ac_ct_CONFIG_GTK" >&5 -+$as_echo "$ac_ct_CONFIG_GTK" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - if test "x$ac_ct_CONFIG_GTK" = x; then -@@ -49993,12 +51809,8 @@ fi - else - case $cross_compiling:$ac_tool_warned in - yes:) --{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools --whose name does not start with the host triplet. If you think this --configuration is useful to you, please write to autoconf@gnu.org." >&5 --echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools --whose name does not start with the host triplet. If you think this --configuration is useful to you, please write to autoconf@gnu.org." >&2;} -+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 -+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} - ac_tool_warned=yes ;; - esac - CONFIG_GTK=$ac_ct_CONFIG_GTK -@@ -50044,18 +51856,21 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - PBX_GTK=1 - - cat >>confdefs.h <<\_ACEOF -@@ -50064,13 +51879,14 @@ _ACEOF - - - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - - - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - CPPFLAGS="${saved_cppflags}" -@@ -50091,10 +51907,10 @@ PBX_GTK2=0 - if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. - set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_PKGCONFIG+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$PKGCONFIG"; then - ac_cv_prog_PKGCONFIG="$PKGCONFIG" # Let the user override the test. -@@ -50107,7 +51923,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_PKGCONFIG="${ac_tool_prefix}pkg-config" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -50118,11 +51934,11 @@ fi - fi - PKGCONFIG=$ac_cv_prog_PKGCONFIG - if test -n "$PKGCONFIG"; then -- { echo "$as_me:$LINENO: result: $PKGCONFIG" >&5 --echo "${ECHO_T}$PKGCONFIG" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $PKGCONFIG" >&5 -+$as_echo "$PKGCONFIG" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - -@@ -50131,10 +51947,10 @@ if test -z "$ac_cv_prog_PKGCONFIG"; then - ac_ct_PKGCONFIG=$PKGCONFIG - # Extract the first word of "pkg-config", so it can be a program name with args. - set dummy pkg-config; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_ac_ct_PKGCONFIG+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$ac_ct_PKGCONFIG"; then - ac_cv_prog_ac_ct_PKGCONFIG="$ac_ct_PKGCONFIG" # Let the user override the test. -@@ -50147,7 +51963,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_ac_ct_PKGCONFIG="pkg-config" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -50158,11 +51974,11 @@ fi - fi - ac_ct_PKGCONFIG=$ac_cv_prog_ac_ct_PKGCONFIG - if test -n "$ac_ct_PKGCONFIG"; then -- { echo "$as_me:$LINENO: result: $ac_ct_PKGCONFIG" >&5 --echo "${ECHO_T}$ac_ct_PKGCONFIG" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $ac_ct_PKGCONFIG" >&5 -+$as_echo "$ac_ct_PKGCONFIG" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - if test "x$ac_ct_PKGCONFIG" = x; then -@@ -50170,12 +51986,8 @@ fi - else - case $cross_compiling:$ac_tool_warned in - yes:) --{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools --whose name does not start with the host triplet. If you think this --configuration is useful to you, please write to autoconf@gnu.org." >&5 --echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools --whose name does not start with the host triplet. If you think this --configuration is useful to you, please write to autoconf@gnu.org." >&2;} -+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 -+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} - ac_tool_warned=yes ;; - esac - PKGCONFIG=$ac_ct_PKGCONFIG -@@ -50198,14 +52010,130 @@ fi - - - -+PBX_LIBEDIT=0 -+LIBEDIT_INCLUDE=-Ieditline/readline -+LIBEDIT_LIB= -+LIBEDIT_OBJ=editline/libedit.a -+if test "${USE_LIBEDIT}" != "no"; then -+ if test -n "$ac_tool_prefix"; then -+ # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. -+set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } -+if test "${ac_cv_prog_PKGCONFIG+set}" = set; then -+ $as_echo_n "(cached) " >&6 -+else -+ if test -n "$PKGCONFIG"; then -+ ac_cv_prog_PKGCONFIG="$PKGCONFIG" # Let the user override the test. -+else -+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then -+ ac_cv_prog_PKGCONFIG="${ac_tool_prefix}pkg-config" -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ break 2 -+ fi -+done -+done -+IFS=$as_save_IFS -+ -+fi -+fi -+PKGCONFIG=$ac_cv_prog_PKGCONFIG -+if test -n "$PKGCONFIG"; then -+ { $as_echo "$as_me:$LINENO: result: $PKGCONFIG" >&5 -+$as_echo "$PKGCONFIG" >&6; } -+else -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+ -+fi -+if test -z "$ac_cv_prog_PKGCONFIG"; then -+ ac_ct_PKGCONFIG=$PKGCONFIG -+ # Extract the first word of "pkg-config", so it can be a program name with args. -+set dummy pkg-config; ac_word=$2 -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } -+if test "${ac_cv_prog_ac_ct_PKGCONFIG+set}" = set; then -+ $as_echo_n "(cached) " >&6 -+else -+ if test -n "$ac_ct_PKGCONFIG"; then -+ ac_cv_prog_ac_ct_PKGCONFIG="$ac_ct_PKGCONFIG" # Let the user override the test. -+else -+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then -+ ac_cv_prog_ac_ct_PKGCONFIG="pkg-config" -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ break 2 -+ fi -+done -+done -+IFS=$as_save_IFS -+ -+fi -+fi -+ac_ct_PKGCONFIG=$ac_cv_prog_ac_ct_PKGCONFIG -+if test -n "$ac_ct_PKGCONFIG"; then -+ { $as_echo "$as_me:$LINENO: result: $ac_ct_PKGCONFIG" >&5 -+$as_echo "$ac_ct_PKGCONFIG" >&6; } -+else -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } -+fi -+ -+ if test "x$ac_ct_PKGCONFIG" = x; then -+ PKGCONFIG="no" -+ else -+ case $cross_compiling:$ac_tool_warned in -+yes:) -+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 -+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} -+ac_tool_warned=yes ;; -+esac -+ PKGCONFIG=$ac_ct_PKGCONFIG -+ fi -+else -+ PKGCONFIG="$ac_cv_prog_PKGCONFIG" -+fi -+ -+ if test "${PKGCONFIG}" != "no"; then -+ if ${PKGCONFIG} --exists libedit; then -+ LIBEDIT_INCLUDE=$(${PKGCONFIG} libedit --cflags) -+ LIBEDIT_LIB=$(${PKGCONFIG} libedit --libs) -+ LIBEDIT_OBJ= -+ PBX_LIBEDIT=1 -+ -+cat >>confdefs.h <<\_ACEOF -+#define HAVE_LIBEDIT 1 -+_ACEOF -+ -+ fi -+ fi -+fi -+ -+ -+ -+ -+ - if test "${USE_CURL}" != "no"; then - if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}curl-config", so it can be a program name with args. - set dummy ${ac_tool_prefix}curl-config; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_path_CURL_CONFIG+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - case $CURL_CONFIG in - [\\/]* | ?:[\\/]*) -@@ -50220,7 +52148,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_path_CURL_CONFIG="$as_dir/$ac_word$ac_exec_ext" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -50232,11 +52160,11 @@ esac - fi - CURL_CONFIG=$ac_cv_path_CURL_CONFIG - if test -n "$CURL_CONFIG"; then -- { echo "$as_me:$LINENO: result: $CURL_CONFIG" >&5 --echo "${ECHO_T}$CURL_CONFIG" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $CURL_CONFIG" >&5 -+$as_echo "$CURL_CONFIG" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - -@@ -50245,10 +52173,10 @@ if test -z "$ac_cv_path_CURL_CONFIG"; then - ac_pt_CURL_CONFIG=$CURL_CONFIG - # Extract the first word of "curl-config", so it can be a program name with args. - set dummy curl-config; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_path_ac_pt_CURL_CONFIG+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - case $ac_pt_CURL_CONFIG in - [\\/]* | ?:[\\/]*) -@@ -50263,7 +52191,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_path_ac_pt_CURL_CONFIG="$as_dir/$ac_word$ac_exec_ext" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -50275,11 +52203,11 @@ esac - fi - ac_pt_CURL_CONFIG=$ac_cv_path_ac_pt_CURL_CONFIG - if test -n "$ac_pt_CURL_CONFIG"; then -- { echo "$as_me:$LINENO: result: $ac_pt_CURL_CONFIG" >&5 --echo "${ECHO_T}$ac_pt_CURL_CONFIG" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $ac_pt_CURL_CONFIG" >&5 -+$as_echo "$ac_pt_CURL_CONFIG" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - if test "x$ac_pt_CURL_CONFIG" = x; then -@@ -50287,12 +52215,8 @@ fi - else - case $cross_compiling:$ac_tool_warned in - yes:) --{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools --whose name does not start with the host triplet. If you think this --configuration is useful to you, please write to autoconf@gnu.org." >&5 --echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools --whose name does not start with the host triplet. If you think this --configuration is useful to you, please write to autoconf@gnu.org." >&2;} -+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 -+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} - ac_tool_warned=yes ;; - esac - CURL_CONFIG=$ac_pt_CURL_CONFIG -@@ -50307,8 +52231,8 @@ fi - CURL_INCLUDE=$(${CURL_CONFIG} --cflags) - CURL_LIB=$(${CURL_CONFIG} --libs) - -- { echo "$as_me:$LINENO: checking for curl_version() in curl/curl.h" >&5 --echo $ECHO_N "checking for curl_version() in curl/curl.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for curl_version() in curl/curl.h" >&5 -+$as_echo_n "checking for curl_version() in curl/curl.h... " >&6; } - saved_cppflags="${CPPFLAGS}" - CPPFLAGS="${CPPFLAGS} ${CURL_INCLUDE}" - cat >conftest.$ac_ext <<_ACEOF -@@ -50333,29 +52257,30 @@ case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - -- { echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; } -+ { $as_echo "$as_me:$LINENO: result: yes" >&5 -+$as_echo "yes" >&6; } - ac_cv_curl_h="yes" - - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - ac_cv_curl_h="no" - - -@@ -50378,30 +52303,30 @@ fi - ac_config_files="$ac_config_files build_tools/menuselect-deps makeopts channels/h323/Makefile" - - -- { echo "$as_me:$LINENO: checking for mandatory modules: ${ac_mandatory_list}" >&5 --echo $ECHO_N "checking for mandatory modules: ${ac_mandatory_list}... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for mandatory modules: ${ac_mandatory_list}" >&5 -+$as_echo_n "checking for mandatory modules: ${ac_mandatory_list}... " >&6; } - err=0; - for i in ${ac_mandatory_list}; do - eval "a=\${PBX_$i}" - if test "x${a}" = "x1" ; then continue; fi -- if test ${err} = "0" ; then { echo "$as_me:$LINENO: result: fail" >&5 --echo "${ECHO_T}fail" >&6; } ; fi -- { echo "$as_me:$LINENO: result: " >&5 --echo "${ECHO_T}" >&6; } -+ if test ${err} = "0" ; then { $as_echo "$as_me:$LINENO: result: fail" >&5 -+$as_echo "fail" >&6; } ; fi -+ { $as_echo "$as_me:$LINENO: result: " >&5 -+$as_echo "" >&6; } - eval "a=\${${i}_OPTION}" -- { echo "$as_me:$LINENO: ***" >&5 --echo "$as_me: ***" >&6;} -- { echo "$as_me:$LINENO: *** The $i installation appears to be missing or broken." >&5 --echo "$as_me: *** The $i installation appears to be missing or broken." >&6;} -- { echo "$as_me:$LINENO: *** Either correct the installation, or run configure" >&5 --echo "$as_me: *** Either correct the installation, or run configure" >&6;} -- { echo "$as_me:$LINENO: *** including --without-${a}." >&5 --echo "$as_me: *** including --without-${a}." >&6;} -+ { $as_echo "$as_me:$LINENO: ***" >&5 -+$as_echo "$as_me: ***" >&6;} -+ { $as_echo "$as_me:$LINENO: *** The $i installation appears to be missing or broken." >&5 -+$as_echo "$as_me: *** The $i installation appears to be missing or broken." >&6;} -+ { $as_echo "$as_me:$LINENO: *** Either correct the installation, or run configure" >&5 -+$as_echo "$as_me: *** Either correct the installation, or run configure" >&6;} -+ { $as_echo "$as_me:$LINENO: *** including --without-${a}." >&5 -+$as_echo "$as_me: *** including --without-${a}." >&6;} - err=1 - done - if test $err = 1 ; then exit 1; fi -- { echo "$as_me:$LINENO: result: ok" >&5 --echo "${ECHO_T}ok" >&6; } -+ { $as_echo "$as_me:$LINENO: result: ok" >&5 -+$as_echo "ok" >&6; } - - - cat >confcache <<\_ACEOF -@@ -50431,11 +52356,12 @@ _ACEOF - case $ac_val in #( - *${as_nl}*) - case $ac_var in #( -- *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 --echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; -+ *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5 -+$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; - esac - case $ac_var in #( - _ | IFS | as_nl) ;; #( -+ BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( - *) $as_unset $ac_var ;; - esac ;; - esac -@@ -50468,12 +52394,12 @@ echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; - if diff "$cache_file" confcache >/dev/null 2>&1; then :; else - if test -w "$cache_file"; then - test "x$cache_file" != "x/dev/null" && -- { echo "$as_me:$LINENO: updating cache $cache_file" >&5 --echo "$as_me: updating cache $cache_file" >&6;} -+ { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5 -+$as_echo "$as_me: updating cache $cache_file" >&6;} - cat confcache >$cache_file - else -- { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 --echo "$as_me: not updating unwritable cache $cache_file" >&6;} -+ { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 -+$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} - fi - fi - rm -f confcache -@@ -50489,7 +52415,7 @@ ac_ltlibobjs= - for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue - # 1. Remove the extension, and $U if already installed. - ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' -- ac_i=`echo "$ac_i" | sed "$ac_script"` -+ ac_i=`$as_echo "$ac_i" | sed "$ac_script"` - # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR - # will be set to the directory where LIBOBJS objects are built. - ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext" -@@ -50502,11 +52428,12 @@ LTLIBOBJS=$ac_ltlibobjs - - - : ${CONFIG_STATUS=./config.status} -+ac_write_fail=0 - ac_clean_files_save=$ac_clean_files - ac_clean_files="$ac_clean_files $CONFIG_STATUS" --{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 --echo "$as_me: creating $CONFIG_STATUS" >&6;} --cat >$CONFIG_STATUS <<_ACEOF -+{ $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 -+$as_echo "$as_me: creating $CONFIG_STATUS" >&6;} -+cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 - #! $SHELL - # Generated by $as_me. - # Run this file to recreate the current configuration. -@@ -50519,7 +52446,7 @@ ac_cs_silent=false - SHELL=\${CONFIG_SHELL-$SHELL} - _ACEOF - --cat >>$CONFIG_STATUS <<\_ACEOF -+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 - ## --------------------- ## - ## M4sh Initialization. ## - ## --------------------- ## -@@ -50529,7 +52456,7 @@ DUALCASE=1; export DUALCASE # for MKS sh - if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then - emulate sh - NULLCMD=: -- # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which -+ # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which - # is contrary to our usage. Disable this feature. - alias -g '${1+"$@"}'='"$@"' - setopt NO_GLOB_SUBST -@@ -50551,17 +52478,45 @@ as_cr_Letters=$as_cr_letters$as_cr_LETTERS - as_cr_digits='0123456789' - as_cr_alnum=$as_cr_Letters$as_cr_digits - --# The user is always right. --if test "${PATH_SEPARATOR+set}" != set; then -- echo "#! /bin/sh" >conf$$.sh -- echo "exit 0" >>conf$$.sh -- chmod +x conf$$.sh -- if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then -- PATH_SEPARATOR=';' -+as_nl=' -+' -+export as_nl -+# Printing a long string crashes Solaris 7 /usr/bin/printf. -+as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' -+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo -+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo -+if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then -+ as_echo='printf %s\n' -+ as_echo_n='printf %s' -+else -+ if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then -+ as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' -+ as_echo_n='/usr/ucb/echo -n' - else -- PATH_SEPARATOR=: -+ as_echo_body='eval expr "X$1" : "X\\(.*\\)"' -+ as_echo_n_body='eval -+ arg=$1; -+ case $arg in -+ *"$as_nl"*) -+ expr "X$arg" : "X\\(.*\\)$as_nl"; -+ arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; -+ esac; -+ expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" -+ ' -+ export as_echo_n_body -+ as_echo_n='sh -c $as_echo_n_body as_echo' - fi -- rm -f conf$$.sh -+ export as_echo_body -+ as_echo='sh -c $as_echo_body as_echo' -+fi -+ -+# The user is always right. -+if test "${PATH_SEPARATOR+set}" != set; then -+ PATH_SEPARATOR=: -+ (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { -+ (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || -+ PATH_SEPARATOR=';' -+ } - fi - - # Support unset when possible. -@@ -50577,8 +52532,6 @@ fi - # there to prevent editors from complaining about space-tab. - # (If _AS_PATH_WALK were called with IFS unset, it would disable word - # splitting by setting IFS to empty value.) --as_nl=' --' - IFS=" "" $as_nl" - - # Find who we are. Look in the path if we contain no directory separator. -@@ -50601,7 +52554,7 @@ if test "x$as_myself" = x; then - as_myself=$0 - fi - if test ! -f "$as_myself"; then -- echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 -+ $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 - { (exit 1); exit 1; } - fi - -@@ -50614,17 +52567,10 @@ PS2='> ' - PS4='+ ' - - # NLS nuisances. --for as_var in \ -- LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ -- LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ -- LC_TELEPHONE LC_TIME --do -- if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then -- eval $as_var=C; export $as_var -- else -- ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var -- fi --done -+LC_ALL=C -+export LC_ALL -+LANGUAGE=C -+export LANGUAGE - - # Required to use basename. - if expr a : '\(a\)' >/dev/null 2>&1 && -@@ -50646,7 +52592,7 @@ as_me=`$as_basename -- "$0" || - $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ - X"$0" : 'X\(//\)$' \| \ - X"$0" : 'X\(/\)' \| . 2>/dev/null || --echo X/"$0" | -+$as_echo X/"$0" | - sed '/^.*\/\([^/][^/]*\)\/*$/{ - s//\1/ - q -@@ -50697,7 +52643,7 @@ $as_unset CDPATH - s/-\n.*// - ' >$as_me.lineno && - chmod +x "$as_me.lineno" || -- { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 -+ { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 - { (exit 1); exit 1; }; } - - # Don't try to exec as it changes $[0], causing all sort of problems -@@ -50725,7 +52671,6 @@ case `echo -n x` in - *) - ECHO_N='-n';; - esac -- - if expr a : '\(a\)' >/dev/null 2>&1 && - test "X`expr 00001 : '.*\(...\)'`" = X001; then - as_expr=expr -@@ -50738,19 +52683,22 @@ if test -d conf$$.dir; then - rm -f conf$$.dir/conf$$.file - else - rm -f conf$$.dir -- mkdir conf$$.dir --fi --echo >conf$$.file --if ln -s conf$$.file conf$$ 2>/dev/null; then -- as_ln_s='ln -s' -- # ... but there are two gotchas: -- # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. -- # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. -- # In both cases, we have to default to `cp -p'. -- ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || -+ mkdir conf$$.dir 2>/dev/null -+fi -+if (echo >conf$$.file) 2>/dev/null; then -+ if ln -s conf$$.file conf$$ 2>/dev/null; then -+ as_ln_s='ln -s' -+ # ... but there are two gotchas: -+ # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. -+ # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. -+ # In both cases, we have to default to `cp -p'. -+ ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || -+ as_ln_s='cp -p' -+ elif ln conf$$.file conf$$ 2>/dev/null; then -+ as_ln_s=ln -+ else - as_ln_s='cp -p' --elif ln conf$$.file conf$$ 2>/dev/null; then -- as_ln_s=ln -+ fi - else - as_ln_s='cp -p' - fi -@@ -50775,10 +52723,10 @@ else - as_test_x=' - eval sh -c '\'' - if test -d "$1"; then -- test -d "$1/."; -+ test -d "$1/."; - else - case $1 in -- -*)set "./$1";; -+ -*)set "./$1";; - esac; - case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in - ???[sx]*):;;*)false;;esac;fi -@@ -50801,7 +52749,7 @@ exec 6>&1 - # values after options handling. - ac_log=" - This file was extended by asterisk $as_me 1.6, which was --generated by GNU Autoconf 2.61. Invocation command line was -+generated by GNU Autoconf 2.63. Invocation command line was - - CONFIG_FILES = $CONFIG_FILES - CONFIG_HEADERS = $CONFIG_HEADERS -@@ -50814,29 +52762,39 @@ on `(hostname || uname -n) 2>/dev/null | sed 1q` - - _ACEOF - --cat >>$CONFIG_STATUS <<_ACEOF -+case $ac_config_files in *" -+"*) set x $ac_config_files; shift; ac_config_files=$*;; -+esac -+ -+case $ac_config_headers in *" -+"*) set x $ac_config_headers; shift; ac_config_headers=$*;; -+esac -+ -+ -+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 - # Files that config.status was made for. - config_files="$ac_config_files" - config_headers="$ac_config_headers" - - _ACEOF - --cat >>$CONFIG_STATUS <<\_ACEOF -+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 - ac_cs_usage="\ - \`$as_me' instantiates files from templates according to the - current configuration. - --Usage: $0 [OPTIONS] [FILE]... -+Usage: $0 [OPTION]... [FILE]... - - -h, --help print this help, then exit - -V, --version print version number and configuration settings, then exit -- -q, --quiet do not print progress messages -+ -q, --quiet, --silent -+ do not print progress messages - -d, --debug don't remove temporary files - --recheck update $as_me by reconfiguring in the same conditions -- --file=FILE[:TEMPLATE] -- instantiate the configuration file FILE -- --header=FILE[:TEMPLATE] -- instantiate the configuration header FILE -+ --file=FILE[:TEMPLATE] -+ instantiate the configuration file FILE -+ --header=FILE[:TEMPLATE] -+ instantiate the configuration header FILE - - Configuration files: - $config_files -@@ -50847,24 +52805,25 @@ $config_headers - Report bugs to ." - - _ACEOF --cat >>$CONFIG_STATUS <<_ACEOF -+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 - ac_cs_version="\\ - asterisk config.status 1.6 --configured by $0, generated by GNU Autoconf 2.61, -- with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" -+configured by $0, generated by GNU Autoconf 2.63, -+ with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" - --Copyright (C) 2006 Free Software Foundation, Inc. -+Copyright (C) 2008 Free Software Foundation, Inc. - This config.status script is free software; the Free Software Foundation - gives unlimited permission to copy, distribute and modify it." - - ac_pwd='$ac_pwd' - srcdir='$srcdir' - INSTALL='$INSTALL' -+AWK='$AWK' -+test -n "\$AWK" || AWK=awk - _ACEOF - --cat >>$CONFIG_STATUS <<\_ACEOF --# If no file are specified by the user, then we need to provide default --# value. By we need to know if files were specified by the user. -+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 -+# The default lists apply if the user does not specify any file. - ac_need_defaults=: - while test $# != 0 - do -@@ -50886,30 +52845,36 @@ do - -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) - ac_cs_recheck=: ;; - --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) -- echo "$ac_cs_version"; exit ;; -+ $as_echo "$ac_cs_version"; exit ;; - --debug | --debu | --deb | --de | --d | -d ) - debug=: ;; - --file | --fil | --fi | --f ) - $ac_shift -- CONFIG_FILES="$CONFIG_FILES $ac_optarg" -+ case $ac_optarg in -+ *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; -+ esac -+ CONFIG_FILES="$CONFIG_FILES '$ac_optarg'" - ac_need_defaults=false;; - --header | --heade | --head | --hea ) - $ac_shift -- CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" -+ case $ac_optarg in -+ *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; -+ esac -+ CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'" - ac_need_defaults=false;; - --he | --h) - # Conflict between --help and --header -- { echo "$as_me: error: ambiguous option: $1 -+ { $as_echo "$as_me: error: ambiguous option: $1 - Try \`$0 --help' for more information." >&2 - { (exit 1); exit 1; }; };; - --help | --hel | -h ) -- echo "$ac_cs_usage"; exit ;; -+ $as_echo "$ac_cs_usage"; exit ;; - -q | -quiet | --quiet | --quie | --qui | --qu | --q \ - | -silent | --silent | --silen | --sile | --sil | --si | --s) - ac_cs_silent=: ;; - - # This is an error. -- -*) { echo "$as_me: error: unrecognized option: $1 -+ -*) { $as_echo "$as_me: error: unrecognized option: $1 - Try \`$0 --help' for more information." >&2 - { (exit 1); exit 1; }; } ;; - -@@ -50928,30 +52893,32 @@ if $ac_cs_silent; then - fi - - _ACEOF --cat >>$CONFIG_STATUS <<_ACEOF -+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 - if \$ac_cs_recheck; then -- echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 -- CONFIG_SHELL=$SHELL -+ set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion -+ shift -+ \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 -+ CONFIG_SHELL='$SHELL' - export CONFIG_SHELL -- exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion -+ exec "\$@" - fi - - _ACEOF --cat >>$CONFIG_STATUS <<\_ACEOF -+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 - exec 5>>config.log - { - echo - sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX - ## Running $as_me. ## - _ASBOX -- echo "$ac_log" -+ $as_echo "$ac_log" - } >&5 - - _ACEOF --cat >>$CONFIG_STATUS <<_ACEOF -+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 - _ACEOF - --cat >>$CONFIG_STATUS <<\_ACEOF -+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 - - # Handling of arguments. - for ac_config_target in $ac_config_targets -@@ -50962,8 +52929,8 @@ do - "makeopts") CONFIG_FILES="$CONFIG_FILES makeopts" ;; - "channels/h323/Makefile") CONFIG_FILES="$CONFIG_FILES channels/h323/Makefile" ;; - -- *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 --echo "$as_me: error: invalid argument: $ac_config_target" >&2;} -+ *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 -+$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;} - { (exit 1); exit 1; }; };; - esac - done -@@ -51003,567 +52970,144 @@ $debug || - (umask 077 && mkdir "$tmp") - } || - { -- echo "$me: cannot create a temporary directory in ." >&2 -+ $as_echo "$as_me: cannot create a temporary directory in ." >&2 - { (exit 1); exit 1; } - } - --# --# Set up the sed scripts for CONFIG_FILES section. --# -- --# No need to generate the scripts if there are no CONFIG_FILES. --# This happens for instance when ./config.status config.h -+# Set up the scripts for CONFIG_FILES section. -+# No need to generate them if there are no CONFIG_FILES. -+# This happens for instance with `./config.status config.h'. - if test -n "$CONFIG_FILES"; then - --_ACEOF -- - -- --ac_delim='%!_!# ' --for ac_last_try in false false false false false :; do -- cat >conf$$subs.sed <<_ACEOF --SHELL!$SHELL$ac_delim --PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim --PACKAGE_NAME!$PACKAGE_NAME$ac_delim --PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim --PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim --PACKAGE_STRING!$PACKAGE_STRING$ac_delim --PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim --exec_prefix!$exec_prefix$ac_delim --prefix!$prefix$ac_delim --program_transform_name!$program_transform_name$ac_delim --bindir!$bindir$ac_delim --sbindir!$sbindir$ac_delim --libexecdir!$libexecdir$ac_delim --datarootdir!$datarootdir$ac_delim --datadir!$datadir$ac_delim --sysconfdir!$sysconfdir$ac_delim --sharedstatedir!$sharedstatedir$ac_delim --localstatedir!$localstatedir$ac_delim --includedir!$includedir$ac_delim --oldincludedir!$oldincludedir$ac_delim --docdir!$docdir$ac_delim --infodir!$infodir$ac_delim --htmldir!$htmldir$ac_delim --dvidir!$dvidir$ac_delim --pdfdir!$pdfdir$ac_delim --psdir!$psdir$ac_delim --libdir!$libdir$ac_delim --localedir!$localedir$ac_delim --mandir!$mandir$ac_delim --DEFS!$DEFS$ac_delim --ECHO_C!$ECHO_C$ac_delim --ECHO_N!$ECHO_N$ac_delim --ECHO_T!$ECHO_T$ac_delim --LIBS!$LIBS$ac_delim --build_alias!$build_alias$ac_delim --host_alias!$host_alias$ac_delim --target_alias!$target_alias$ac_delim --build!$build$ac_delim --build_cpu!$build_cpu$ac_delim --build_vendor!$build_vendor$ac_delim --build_os!$build_os$ac_delim --host!$host$ac_delim --host_cpu!$host_cpu$ac_delim --host_vendor!$host_vendor$ac_delim --host_os!$host_os$ac_delim --CC!$CC$ac_delim --CFLAGS!$CFLAGS$ac_delim --LDFLAGS!$LDFLAGS$ac_delim --CPPFLAGS!$CPPFLAGS$ac_delim --ac_ct_CC!$ac_ct_CC$ac_delim --EXEEXT!$EXEEXT$ac_delim --OBJEXT!$OBJEXT$ac_delim --CPP!$CPP$ac_delim --GREP!$GREP$ac_delim --EGREP!$EGREP$ac_delim --BUILD_PLATFORM!$BUILD_PLATFORM$ac_delim --BUILD_CPU!$BUILD_CPU$ac_delim --BUILD_VENDOR!$BUILD_VENDOR$ac_delim --BUILD_OS!$BUILD_OS$ac_delim --HOST_PLATFORM!$HOST_PLATFORM$ac_delim --HOST_CPU!$HOST_CPU$ac_delim --HOST_VENDOR!$HOST_VENDOR$ac_delim --HOST_OS!$HOST_OS$ac_delim --OSARCH!$OSARCH$ac_delim --WINARCH!$WINARCH$ac_delim --UNAME!$UNAME$ac_delim --PBX_OSREV!$PBX_OSREV$ac_delim --CXX!$CXX$ac_delim --LD!$LD$ac_delim --RANLIB!$RANLIB$ac_delim --CXXFLAGS!$CXXFLAGS$ac_delim --ac_ct_CXX!$ac_ct_CXX$ac_delim --CXXCPP!$CXXCPP$ac_delim --SED!$SED$ac_delim --AWK!$AWK$ac_delim --INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim --INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim --INSTALL_DATA!$INSTALL_DATA$ac_delim --LN_S!$LN_S$ac_delim --GNU_MAKE!$GNU_MAKE$ac_delim --STRIP!$STRIP$ac_delim --AR!$AR$ac_delim --GNU_LD!$GNU_LD$ac_delim --FIND!$FIND$ac_delim --COMPRESS!$COMPRESS$ac_delim --BASENAME!$BASENAME$ac_delim --ID!$ID$ac_delim --DIRNAME!$DIRNAME$ac_delim --LN!$LN$ac_delim --DOT!$DOT$ac_delim --WGET!$WGET$ac_delim --RUBBER!$RUBBER$ac_delim --KPATHSEA!$KPATHSEA$ac_delim --FETCH!$FETCH$ac_delim --DOWNLOAD!$DOWNLOAD$ac_delim --SOXMIX!$SOXMIX$ac_delim --MD5!$MD5$ac_delim --_ACEOF -- -- if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then -- break -- elif $ac_last_try; then -- { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 --echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} -- { (exit 1); exit 1; }; } -- else -- ac_delim="$ac_delim!$ac_delim _$ac_delim!! " -- fi --done -- --ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` --if test -n "$ac_eof"; then -- ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` -- ac_eof=`expr $ac_eof + 1` -+ac_cr=' ' -+ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` -+if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then -+ ac_cs_awk_cr='\\r' -+else -+ ac_cs_awk_cr=$ac_cr - fi - --cat >>$CONFIG_STATUS <<_ACEOF --cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof --/@[a-zA-Z_][a-zA-Z_0-9]*@/!b --_ACEOF --sed ' --s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g --s/^/s,@/; s/!/@,|#_!!_#|/ --:n --t n --s/'"$ac_delim"'$/,g/; t --s/$/\\/; p --N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n --' >>$CONFIG_STATUS >$CONFIG_STATUS <<_ACEOF --CEOF$ac_eof -+echo 'BEGIN {' >"$tmp/subs1.awk" && - _ACEOF - - --ac_delim='%!_!# ' --for ac_last_try in false false false false false :; do -- cat >conf$$subs.sed <<_ACEOF --acx_pthread_config!$acx_pthread_config$ac_delim --PTHREAD_CC!$PTHREAD_CC$ac_delim --PTHREAD_LIBS!$PTHREAD_LIBS$ac_delim --PTHREAD_CFLAGS!$PTHREAD_CFLAGS$ac_delim --AST_DEVMODE!$AST_DEVMODE$ac_delim --ALSA_LIB!$ALSA_LIB$ac_delim --ALSA_INCLUDE!$ALSA_INCLUDE$ac_delim --ALSA_DIR!$ALSA_DIR$ac_delim --PBX_ALSA!$PBX_ALSA$ac_delim --BKTR_LIB!$BKTR_LIB$ac_delim --BKTR_INCLUDE!$BKTR_INCLUDE$ac_delim --BKTR_DIR!$BKTR_DIR$ac_delim --PBX_BKTR!$PBX_BKTR$ac_delim --CAP_LIB!$CAP_LIB$ac_delim --CAP_INCLUDE!$CAP_INCLUDE$ac_delim --CAP_DIR!$CAP_DIR$ac_delim --PBX_CAP!$PBX_CAP$ac_delim --CURL_LIB!$CURL_LIB$ac_delim --CURL_INCLUDE!$CURL_INCLUDE$ac_delim --CURL_DIR!$CURL_DIR$ac_delim --PBX_CURL!$PBX_CURL$ac_delim --CURSES_LIB!$CURSES_LIB$ac_delim --CURSES_INCLUDE!$CURSES_INCLUDE$ac_delim --CURSES_DIR!$CURSES_DIR$ac_delim --PBX_CURSES!$PBX_CURSES$ac_delim --CRYPTO_LIB!$CRYPTO_LIB$ac_delim --CRYPTO_INCLUDE!$CRYPTO_INCLUDE$ac_delim --CRYPTO_DIR!$CRYPTO_DIR$ac_delim --PBX_CRYPTO!$PBX_CRYPTO$ac_delim --DAHDI_LIB!$DAHDI_LIB$ac_delim --DAHDI_INCLUDE!$DAHDI_INCLUDE$ac_delim --DAHDI_DIR!$DAHDI_DIR$ac_delim --PBX_DAHDI!$PBX_DAHDI$ac_delim --FFMPEG_LIB!$FFMPEG_LIB$ac_delim --FFMPEG_INCLUDE!$FFMPEG_INCLUDE$ac_delim --FFMPEG_DIR!$FFMPEG_DIR$ac_delim --PBX_FFMPEG!$PBX_FFMPEG$ac_delim --GSM_LIB!$GSM_LIB$ac_delim --GSM_INCLUDE!$GSM_INCLUDE$ac_delim --GSM_DIR!$GSM_DIR$ac_delim --PBX_GSM!$PBX_GSM$ac_delim --GTK_LIB!$GTK_LIB$ac_delim --GTK_INCLUDE!$GTK_INCLUDE$ac_delim --GTK_DIR!$GTK_DIR$ac_delim --PBX_GTK!$PBX_GTK$ac_delim --GTK2_LIB!$GTK2_LIB$ac_delim --GTK2_INCLUDE!$GTK2_INCLUDE$ac_delim --GTK2_DIR!$GTK2_DIR$ac_delim --PBX_GTK2!$PBX_GTK2$ac_delim --GMIME_LIB!$GMIME_LIB$ac_delim --GMIME_INCLUDE!$GMIME_INCLUDE$ac_delim --GMIME_DIR!$GMIME_DIR$ac_delim --PBX_GMIME!$PBX_GMIME$ac_delim --HOARD_LIB!$HOARD_LIB$ac_delim --HOARD_INCLUDE!$HOARD_INCLUDE$ac_delim --HOARD_DIR!$HOARD_DIR$ac_delim --PBX_HOARD!$PBX_HOARD$ac_delim --ICONV_LIB!$ICONV_LIB$ac_delim --ICONV_INCLUDE!$ICONV_INCLUDE$ac_delim --ICONV_DIR!$ICONV_DIR$ac_delim --PBX_ICONV!$PBX_ICONV$ac_delim --IKSEMEL_LIB!$IKSEMEL_LIB$ac_delim --IKSEMEL_INCLUDE!$IKSEMEL_INCLUDE$ac_delim --IKSEMEL_DIR!$IKSEMEL_DIR$ac_delim --PBX_IKSEMEL!$PBX_IKSEMEL$ac_delim --IMAP_TK_LIB!$IMAP_TK_LIB$ac_delim --IMAP_TK_INCLUDE!$IMAP_TK_INCLUDE$ac_delim --IMAP_TK_DIR!$IMAP_TK_DIR$ac_delim --PBX_IMAP_TK!$PBX_IMAP_TK$ac_delim --ISDNNET_LIB!$ISDNNET_LIB$ac_delim --ISDNNET_INCLUDE!$ISDNNET_INCLUDE$ac_delim --ISDNNET_DIR!$ISDNNET_DIR$ac_delim --PBX_ISDNNET!$PBX_ISDNNET$ac_delim --JACK_LIB!$JACK_LIB$ac_delim --JACK_INCLUDE!$JACK_INCLUDE$ac_delim --JACK_DIR!$JACK_DIR$ac_delim --PBX_JACK!$PBX_JACK$ac_delim --LDAP_LIB!$LDAP_LIB$ac_delim --LDAP_INCLUDE!$LDAP_INCLUDE$ac_delim --LDAP_DIR!$LDAP_DIR$ac_delim --PBX_LDAP!$PBX_LDAP$ac_delim --LTDL_LIB!$LTDL_LIB$ac_delim --LTDL_INCLUDE!$LTDL_INCLUDE$ac_delim --LTDL_DIR!$LTDL_DIR$ac_delim --PBX_LTDL!$PBX_LTDL$ac_delim --LUA_LIB!$LUA_LIB$ac_delim --LUA_INCLUDE!$LUA_INCLUDE$ac_delim --LUA_DIR!$LUA_DIR$ac_delim --PBX_LUA!$PBX_LUA$ac_delim --MISDN_LIB!$MISDN_LIB$ac_delim --MISDN_INCLUDE!$MISDN_INCLUDE$ac_delim --MISDN_DIR!$MISDN_DIR$ac_delim --PBX_MISDN!$PBX_MISDN$ac_delim --NBS_LIB!$NBS_LIB$ac_delim --NBS_INCLUDE!$NBS_INCLUDE$ac_delim --NBS_DIR!$NBS_DIR$ac_delim --PBX_NBS!$PBX_NBS$ac_delim --_ACEOF -- -- if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then -- break -- elif $ac_last_try; then -- { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 --echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} -+{ -+ echo "cat >conf$$subs.awk <<_ACEOF" && -+ echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && -+ echo "_ACEOF" -+} >conf$$subs.sh || -+ { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 -+$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} - { (exit 1); exit 1; }; } -- else -- ac_delim="$ac_delim!$ac_delim _$ac_delim!! " -- fi --done -- --ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` --if test -n "$ac_eof"; then -- ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` -- ac_eof=`expr $ac_eof + 1` --fi -- --cat >>$CONFIG_STATUS <<_ACEOF --cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof --/@[a-zA-Z_][a-zA-Z_0-9]*@/!b --_ACEOF --sed ' --s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g --s/^/s,@/; s/!/@,|#_!!_#|/ --:n --t n --s/'"$ac_delim"'$/,g/; t --s/$/\\/; p --N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n --' >>$CONFIG_STATUS >$CONFIG_STATUS <<_ACEOF --CEOF$ac_eof --_ACEOF -- -- -+ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` - ac_delim='%!_!# ' - for ac_last_try in false false false false false :; do -- cat >conf$$subs.sed <<_ACEOF --NCURSES_LIB!$NCURSES_LIB$ac_delim --NCURSES_INCLUDE!$NCURSES_INCLUDE$ac_delim --NCURSES_DIR!$NCURSES_DIR$ac_delim --PBX_NCURSES!$PBX_NCURSES$ac_delim --NETSNMP_LIB!$NETSNMP_LIB$ac_delim --NETSNMP_INCLUDE!$NETSNMP_INCLUDE$ac_delim --NETSNMP_DIR!$NETSNMP_DIR$ac_delim --PBX_NETSNMP!$PBX_NETSNMP$ac_delim --NEWT_LIB!$NEWT_LIB$ac_delim --NEWT_INCLUDE!$NEWT_INCLUDE$ac_delim --NEWT_DIR!$NEWT_DIR$ac_delim --PBX_NEWT!$PBX_NEWT$ac_delim --UNIXODBC_LIB!$UNIXODBC_LIB$ac_delim --UNIXODBC_INCLUDE!$UNIXODBC_INCLUDE$ac_delim --UNIXODBC_DIR!$UNIXODBC_DIR$ac_delim --PBX_UNIXODBC!$PBX_UNIXODBC$ac_delim --OGG_LIB!$OGG_LIB$ac_delim --OGG_INCLUDE!$OGG_INCLUDE$ac_delim --OGG_DIR!$OGG_DIR$ac_delim --PBX_OGG!$PBX_OGG$ac_delim --OSPTK_LIB!$OSPTK_LIB$ac_delim --OSPTK_INCLUDE!$OSPTK_INCLUDE$ac_delim --OSPTK_DIR!$OSPTK_DIR$ac_delim --PBX_OSPTK!$PBX_OSPTK$ac_delim --OSS_LIB!$OSS_LIB$ac_delim --OSS_INCLUDE!$OSS_INCLUDE$ac_delim --OSS_DIR!$OSS_DIR$ac_delim --PBX_OSS!$PBX_OSS$ac_delim --PGSQL_LIB!$PGSQL_LIB$ac_delim --PGSQL_INCLUDE!$PGSQL_INCLUDE$ac_delim --PGSQL_DIR!$PGSQL_DIR$ac_delim --PBX_PGSQL!$PBX_PGSQL$ac_delim --POPT_LIB!$POPT_LIB$ac_delim --POPT_INCLUDE!$POPT_INCLUDE$ac_delim --POPT_DIR!$POPT_DIR$ac_delim --PBX_POPT!$PBX_POPT$ac_delim --PORTAUDIO_LIB!$PORTAUDIO_LIB$ac_delim --PORTAUDIO_INCLUDE!$PORTAUDIO_INCLUDE$ac_delim --PORTAUDIO_DIR!$PORTAUDIO_DIR$ac_delim --PBX_PORTAUDIO!$PBX_PORTAUDIO$ac_delim --PRI_LIB!$PRI_LIB$ac_delim --PRI_INCLUDE!$PRI_INCLUDE$ac_delim --PRI_DIR!$PRI_DIR$ac_delim --PBX_PRI!$PBX_PRI$ac_delim --RESAMPLE_LIB!$RESAMPLE_LIB$ac_delim --RESAMPLE_INCLUDE!$RESAMPLE_INCLUDE$ac_delim --RESAMPLE_DIR!$RESAMPLE_DIR$ac_delim --PBX_RESAMPLE!$PBX_RESAMPLE$ac_delim --SPANDSP_LIB!$SPANDSP_LIB$ac_delim --SPANDSP_INCLUDE!$SPANDSP_INCLUDE$ac_delim --SPANDSP_DIR!$SPANDSP_DIR$ac_delim --PBX_SPANDSP!$PBX_SPANDSP$ac_delim --SS7_LIB!$SS7_LIB$ac_delim --SS7_INCLUDE!$SS7_INCLUDE$ac_delim --SS7_DIR!$SS7_DIR$ac_delim --PBX_SS7!$PBX_SS7$ac_delim --PWLIB_LIB!$PWLIB_LIB$ac_delim --PWLIB_INCLUDE!$PWLIB_INCLUDE$ac_delim --PWLIB_DIR!$PWLIB_DIR$ac_delim --PBX_PWLIB!$PBX_PWLIB$ac_delim --OPENH323_LIB!$OPENH323_LIB$ac_delim --OPENH323_INCLUDE!$OPENH323_INCLUDE$ac_delim --OPENH323_DIR!$OPENH323_DIR$ac_delim --PBX_OPENH323!$PBX_OPENH323$ac_delim --RADIUS_LIB!$RADIUS_LIB$ac_delim --RADIUS_INCLUDE!$RADIUS_INCLUDE$ac_delim --RADIUS_DIR!$RADIUS_DIR$ac_delim --PBX_RADIUS!$PBX_RADIUS$ac_delim --SDL_LIB!$SDL_LIB$ac_delim --SDL_INCLUDE!$SDL_INCLUDE$ac_delim --SDL_DIR!$SDL_DIR$ac_delim --PBX_SDL!$PBX_SDL$ac_delim --SDL_IMAGE_LIB!$SDL_IMAGE_LIB$ac_delim --SDL_IMAGE_INCLUDE!$SDL_IMAGE_INCLUDE$ac_delim --SDL_IMAGE_DIR!$SDL_IMAGE_DIR$ac_delim --PBX_SDL_IMAGE!$PBX_SDL_IMAGE$ac_delim --OPENAIS_LIB!$OPENAIS_LIB$ac_delim --OPENAIS_INCLUDE!$OPENAIS_INCLUDE$ac_delim --OPENAIS_DIR!$OPENAIS_DIR$ac_delim --PBX_OPENAIS!$PBX_OPENAIS$ac_delim --SPEEX_LIB!$SPEEX_LIB$ac_delim --SPEEX_INCLUDE!$SPEEX_INCLUDE$ac_delim --SPEEX_DIR!$SPEEX_DIR$ac_delim --PBX_SPEEX!$PBX_SPEEX$ac_delim --SPEEX_PREPROCESS_LIB!$SPEEX_PREPROCESS_LIB$ac_delim --SPEEX_PREPROCESS_INCLUDE!$SPEEX_PREPROCESS_INCLUDE$ac_delim --SPEEX_PREPROCESS_DIR!$SPEEX_PREPROCESS_DIR$ac_delim --PBX_SPEEX_PREPROCESS!$PBX_SPEEX_PREPROCESS$ac_delim --SPEEXDSP_LIB!$SPEEXDSP_LIB$ac_delim --SPEEXDSP_INCLUDE!$SPEEXDSP_INCLUDE$ac_delim --SPEEXDSP_DIR!$SPEEXDSP_DIR$ac_delim --PBX_SPEEXDSP!$PBX_SPEEXDSP$ac_delim --SQLITE_LIB!$SQLITE_LIB$ac_delim --SQLITE_INCLUDE!$SQLITE_INCLUDE$ac_delim --SQLITE_DIR!$SQLITE_DIR$ac_delim --PBX_SQLITE!$PBX_SQLITE$ac_delim --SQLITE3_LIB!$SQLITE3_LIB$ac_delim --_ACEOF -- -- if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then -- break -- elif $ac_last_try; then -- { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 --echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} -+ . ./conf$$subs.sh || -+ { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 -+$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} - { (exit 1); exit 1; }; } -- else -- ac_delim="$ac_delim!$ac_delim _$ac_delim!! " -- fi --done - --ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` --if test -n "$ac_eof"; then -- ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` -- ac_eof=`expr $ac_eof + 1` --fi -- --cat >>$CONFIG_STATUS <<_ACEOF --cat >"\$tmp/subs-3.sed" <<\CEOF$ac_eof --/@[a-zA-Z_][a-zA-Z_0-9]*@/!b --_ACEOF --sed ' --s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g --s/^/s,@/; s/!/@,|#_!!_#|/ --:n --t n --s/'"$ac_delim"'$/,g/; t --s/$/\\/; p --N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n --' >>$CONFIG_STATUS >$CONFIG_STATUS <<_ACEOF --CEOF$ac_eof --_ACEOF -- -- --ac_delim='%!_!# ' --for ac_last_try in false false false false false :; do -- cat >conf$$subs.sed <<_ACEOF --SQLITE3_INCLUDE!$SQLITE3_INCLUDE$ac_delim --SQLITE3_DIR!$SQLITE3_DIR$ac_delim --PBX_SQLITE3!$PBX_SQLITE3$ac_delim --SUPPSERV_LIB!$SUPPSERV_LIB$ac_delim --SUPPSERV_INCLUDE!$SUPPSERV_INCLUDE$ac_delim --SUPPSERV_DIR!$SUPPSERV_DIR$ac_delim --PBX_SUPPSERV!$PBX_SUPPSERV$ac_delim --OPENSSL_LIB!$OPENSSL_LIB$ac_delim --OPENSSL_INCLUDE!$OPENSSL_INCLUDE$ac_delim --OPENSSL_DIR!$OPENSSL_DIR$ac_delim --PBX_OPENSSL!$PBX_OPENSSL$ac_delim --FREETDS_LIB!$FREETDS_LIB$ac_delim --FREETDS_INCLUDE!$FREETDS_INCLUDE$ac_delim --FREETDS_DIR!$FREETDS_DIR$ac_delim --PBX_FREETDS!$PBX_FREETDS$ac_delim --TERMCAP_LIB!$TERMCAP_LIB$ac_delim --TERMCAP_INCLUDE!$TERMCAP_INCLUDE$ac_delim --TERMCAP_DIR!$TERMCAP_DIR$ac_delim --PBX_TERMCAP!$PBX_TERMCAP$ac_delim --TINFO_LIB!$TINFO_LIB$ac_delim --TINFO_INCLUDE!$TINFO_INCLUDE$ac_delim --TINFO_DIR!$TINFO_DIR$ac_delim --PBX_TINFO!$PBX_TINFO$ac_delim --TONEZONE_LIB!$TONEZONE_LIB$ac_delim --TONEZONE_INCLUDE!$TONEZONE_INCLUDE$ac_delim --TONEZONE_DIR!$TONEZONE_DIR$ac_delim --PBX_TONEZONE!$PBX_TONEZONE$ac_delim --USB_LIB!$USB_LIB$ac_delim --USB_INCLUDE!$USB_INCLUDE$ac_delim --USB_DIR!$USB_DIR$ac_delim --PBX_USB!$PBX_USB$ac_delim --VORBIS_LIB!$VORBIS_LIB$ac_delim --VORBIS_INCLUDE!$VORBIS_INCLUDE$ac_delim --VORBIS_DIR!$VORBIS_DIR$ac_delim --PBX_VORBIS!$PBX_VORBIS$ac_delim --VPB_LIB!$VPB_LIB$ac_delim --VPB_INCLUDE!$VPB_INCLUDE$ac_delim --VPB_DIR!$VPB_DIR$ac_delim --PBX_VPB!$PBX_VPB$ac_delim --X11_LIB!$X11_LIB$ac_delim --X11_INCLUDE!$X11_INCLUDE$ac_delim --X11_DIR!$X11_DIR$ac_delim --PBX_X11!$PBX_X11$ac_delim --ZLIB_LIB!$ZLIB_LIB$ac_delim --ZLIB_INCLUDE!$ZLIB_INCLUDE$ac_delim --ZLIB_DIR!$ZLIB_DIR$ac_delim --PBX_ZLIB!$PBX_ZLIB$ac_delim --ALLOCA!$ALLOCA$ac_delim --LIBOBJS!$LIBOBJS$ac_delim --POW_LIB!$POW_LIB$ac_delim --HAS_POLL!$HAS_POLL$ac_delim --PBX_PTHREAD_RWLOCK_INITIALIZER!$PBX_PTHREAD_RWLOCK_INITIALIZER$ac_delim --PBX_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP!$PBX_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP$ac_delim --GC_CFLAGS!$GC_CFLAGS$ac_delim --GC_LDFLAGS!$GC_LDFLAGS$ac_delim --AST_DECLARATION_AFTER_STATEMENT!$AST_DECLARATION_AFTER_STATEMENT$ac_delim --AST_FORTIFY_SOURCE!$AST_FORTIFY_SOURCE$ac_delim --AST_NO_STRICT_OVERFLOW!$AST_NO_STRICT_OVERFLOW$ac_delim --AST_SHADOW_WARNINGS!$AST_SHADOW_WARNINGS$ac_delim --PBX_RTLD_NOLOAD!$PBX_RTLD_NOLOAD$ac_delim --PBX_IP_MTU_DISCOVER!$PBX_IP_MTU_DISCOVER$ac_delim --GSM_INTERNAL!$GSM_INTERNAL$ac_delim --PBX_MISDN_FAC_RESULT!$PBX_MISDN_FAC_RESULT$ac_delim --PBX_MISDN_FAC_ERROR!$PBX_MISDN_FAC_ERROR$ac_delim --CONFIG_NETSNMP!$CONFIG_NETSNMP$ac_delim --PG_CONFIG!$PG_CONFIG$ac_delim --PTLIB_CONFIG!$PTLIB_CONFIG$ac_delim --PWLIBDIR!$PWLIBDIR$ac_delim --PWLIB_INCDIR!$PWLIB_INCDIR$ac_delim --PWLIB_LIBDIR!$PWLIB_LIBDIR$ac_delim --PWLIB_PLATFORM!$PWLIB_PLATFORM$ac_delim --OPENH323DIR!$OPENH323DIR$ac_delim --OPENH323_INCDIR!$OPENH323_INCDIR$ac_delim --OPENH323_LIBDIR!$OPENH323_LIBDIR$ac_delim --OPENH323_SUFFIX!$OPENH323_SUFFIX$ac_delim --OPENH323_BUILD!$OPENH323_BUILD$ac_delim --PBX_AIS!$PBX_AIS$ac_delim --AIS_INCLUDE!$AIS_INCLUDE$ac_delim --AIS_LIB!$AIS_LIB$ac_delim --CONFIG_GMIME!$CONFIG_GMIME$ac_delim --EDITLINE_LIB!$EDITLINE_LIB$ac_delim --PBX_H323!$PBX_H323$ac_delim --PBX_IXJUSER!$PBX_IXJUSER$ac_delim --CONFIG_SDL!$CONFIG_SDL$ac_delim --CONFIG_GTK!$CONFIG_GTK$ac_delim --PKGCONFIG!$PKGCONFIG$ac_delim --CURL_CONFIG!$CURL_CONFIG$ac_delim --LTLIBOBJS!$LTLIBOBJS$ac_delim --_ACEOF -- -- if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 88; then -+ ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` -+ if test $ac_delim_n = $ac_delim_num; then - break - elif $ac_last_try; then -- { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 --echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} -+ { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 -+$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} - { (exit 1); exit 1; }; } - else - ac_delim="$ac_delim!$ac_delim _$ac_delim!! " - fi - done -+rm -f conf$$subs.sh -+ -+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 -+cat >>"\$tmp/subs1.awk" <<\\_ACAWK && -+_ACEOF -+sed -n ' -+h -+s/^/S["/; s/!.*/"]=/ -+p -+g -+s/^[^!]*!// -+:repl -+t repl -+s/'"$ac_delim"'$// -+t delim -+:nl -+h -+s/\(.\{148\}\).*/\1/ -+t more1 -+s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ -+p -+n -+b repl -+:more1 -+s/["\\]/\\&/g; s/^/"/; s/$/"\\/ -+p -+g -+s/.\{148\}// -+t nl -+:delim -+h -+s/\(.\{148\}\).*/\1/ -+t more2 -+s/["\\]/\\&/g; s/^/"/; s/$/"/ -+p -+b -+:more2 -+s/["\\]/\\&/g; s/^/"/; s/$/"\\/ -+p -+g -+s/.\{148\}// -+t delim -+' >$CONFIG_STATUS || ac_write_fail=1 -+rm -f conf$$subs.awk -+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 -+_ACAWK -+cat >>"\$tmp/subs1.awk" <<_ACAWK && -+ for (key in S) S_is_set[key] = 1 -+ FS = "" - --ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` --if test -n "$ac_eof"; then -- ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` -- ac_eof=`expr $ac_eof + 1` --fi -+} -+{ -+ line = $ 0 -+ nfields = split(line, field, "@") -+ substed = 0 -+ len = length(field[1]) -+ for (i = 2; i < nfields; i++) { -+ key = field[i] -+ keylen = length(key) -+ if (S_is_set[key]) { -+ value = S[key] -+ line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) -+ len += length(value) + length(field[++i]) -+ substed = 1 -+ } else -+ len += 1 + keylen -+ } - --cat >>$CONFIG_STATUS <<_ACEOF --cat >"\$tmp/subs-4.sed" <<\CEOF$ac_eof --/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end -+ print line -+} -+ -+_ACAWK - _ACEOF --sed ' --s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g --s/^/s,@/; s/!/@,|#_!!_#|/ --:n --t n --s/'"$ac_delim"'$/,g/; t --s/$/\\/; p --N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n --' >>$CONFIG_STATUS >$CONFIG_STATUS <<_ACEOF --:end --s/|#_!!_#|//g --CEOF$ac_eof -+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 -+if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then -+ sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" -+else -+ cat -+fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ -+ || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5 -+$as_echo "$as_me: error: could not setup config files machinery" >&2;} -+ { (exit 1); exit 1; }; } - _ACEOF - -- - # VPATH may cause trouble with some makes, so we remove $(srcdir), - # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and - # trailing colons and then remove the whole line if VPATH becomes empty -@@ -51579,19 +53123,133 @@ s/^[^=]*=[ ]*$// - }' - fi - --cat >>$CONFIG_STATUS <<\_ACEOF -+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 - fi # test -n "$CONFIG_FILES" - -+# Set up the scripts for CONFIG_HEADERS section. -+# No need to generate them if there are no CONFIG_HEADERS. -+# This happens for instance with `./config.status Makefile'. -+if test -n "$CONFIG_HEADERS"; then -+cat >"$tmp/defines.awk" <<\_ACAWK || -+BEGIN { -+_ACEOF -+ -+# Transform confdefs.h into an awk script `defines.awk', embedded as -+# here-document in config.status, that substitutes the proper values into -+# config.h.in to produce config.h. -+ -+# Create a delimiter string that does not exist in confdefs.h, to ease -+# handling of long lines. -+ac_delim='%!_!# ' -+for ac_last_try in false false :; do -+ ac_t=`sed -n "/$ac_delim/p" confdefs.h` -+ if test -z "$ac_t"; then -+ break -+ elif $ac_last_try; then -+ { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5 -+$as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;} -+ { (exit 1); exit 1; }; } -+ else -+ ac_delim="$ac_delim!$ac_delim _$ac_delim!! " -+ fi -+done -+ -+# For the awk script, D is an array of macro values keyed by name, -+# likewise P contains macro parameters if any. Preserve backslash -+# newline sequences. - --for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS -+ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* -+sed -n ' -+s/.\{148\}/&'"$ac_delim"'/g -+t rset -+:rset -+s/^[ ]*#[ ]*define[ ][ ]*/ / -+t def -+d -+:def -+s/\\$// -+t bsnl -+s/["\\]/\\&/g -+s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ -+D["\1"]=" \3"/p -+s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p -+d -+:bsnl -+s/["\\]/\\&/g -+s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ -+D["\1"]=" \3\\\\\\n"\\/p -+t cont -+s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p -+t cont -+d -+:cont -+n -+s/.\{148\}/&'"$ac_delim"'/g -+t clear -+:clear -+s/\\$// -+t bsnlc -+s/["\\]/\\&/g; s/^/"/; s/$/"/p -+d -+:bsnlc -+s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p -+b cont -+' >$CONFIG_STATUS || ac_write_fail=1 -+ -+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 -+ for (key in D) D_is_set[key] = 1 -+ FS = "" -+} -+/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { -+ line = \$ 0 -+ split(line, arg, " ") -+ if (arg[1] == "#") { -+ defundef = arg[2] -+ mac1 = arg[3] -+ } else { -+ defundef = substr(arg[1], 2) -+ mac1 = arg[2] -+ } -+ split(mac1, mac2, "(") #) -+ macro = mac2[1] -+ prefix = substr(line, 1, index(line, defundef) - 1) -+ if (D_is_set[macro]) { -+ # Preserve the white space surrounding the "#". -+ print prefix "define", macro P[macro] D[macro] -+ next -+ } else { -+ # Replace #undef with comments. This is necessary, for example, -+ # in the case of _POSIX_SOURCE, which is predefined and required -+ # on some systems where configure will not decide to define it. -+ if (defundef == "undef") { -+ print "/*", prefix defundef, macro, "*/" -+ next -+ } -+ } -+} -+{ print } -+_ACAWK -+_ACEOF -+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 -+ { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5 -+$as_echo "$as_me: error: could not setup config headers machinery" >&2;} -+ { (exit 1); exit 1; }; } -+fi # test -n "$CONFIG_HEADERS" -+ -+ -+eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS " -+shift -+for ac_tag - do - case $ac_tag in - :[FHLC]) ac_mode=$ac_tag; continue;; - esac - case $ac_mode$ac_tag in - :[FHL]*:*);; -- :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 --echo "$as_me: error: Invalid tag $ac_tag." >&2;} -+ :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5 -+$as_echo "$as_me: error: invalid tag $ac_tag" >&2;} - { (exit 1); exit 1; }; };; - :[FH]-) ac_tag=-:-;; - :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; -@@ -51620,26 +53278,38 @@ echo "$as_me: error: Invalid tag $ac_tag." >&2;} - [\\/$]*) false;; - *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; - esac || -- { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 --echo "$as_me: error: cannot find input file: $ac_f" >&2;} -+ { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 -+$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;} - { (exit 1); exit 1; }; };; - esac -- ac_file_inputs="$ac_file_inputs $ac_f" -+ case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac -+ ac_file_inputs="$ac_file_inputs '$ac_f'" - done - - # Let's still pretend it is `configure' which instantiates (i.e., don't - # use $as_me), people would be surprised to read: - # /* config.h. Generated by config.status. */ -- configure_input="Generated from "`IFS=: -- echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure." -+ configure_input='Generated from '` -+ $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' -+ `' by configure.' - if test x"$ac_file" != x-; then - configure_input="$ac_file. $configure_input" -- { echo "$as_me:$LINENO: creating $ac_file" >&5 --echo "$as_me: creating $ac_file" >&6;} -+ { $as_echo "$as_me:$LINENO: creating $ac_file" >&5 -+$as_echo "$as_me: creating $ac_file" >&6;} - fi -+ # Neutralize special characters interpreted by sed in replacement strings. -+ case $configure_input in #( -+ *\&* | *\|* | *\\* ) -+ ac_sed_conf_input=`$as_echo "$configure_input" | -+ sed 's/[\\\\&|]/\\\\&/g'`;; #( -+ *) ac_sed_conf_input=$configure_input;; -+ esac - - case $ac_tag in -- *:-:* | *:-) cat >"$tmp/stdin";; -+ *:-:* | *:-) cat >"$tmp/stdin" \ -+ || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 -+$as_echo "$as_me: error: could not create $ac_file" >&2;} -+ { (exit 1); exit 1; }; } ;; - esac - ;; - esac -@@ -51649,7 +53319,7 @@ $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$ac_file" : 'X\(//\)[^/]' \| \ - X"$ac_file" : 'X\(//\)$' \| \ - X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || --echo X"$ac_file" | -+$as_echo X"$ac_file" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q -@@ -51675,7 +53345,7 @@ echo X"$ac_file" | - as_dirs= - while :; do - case $as_dir in #( -- *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( -+ *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( - *) as_qdir=$as_dir;; - esac - as_dirs="'$as_qdir' $as_dirs" -@@ -51684,7 +53354,7 @@ $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$as_dir" : 'X\(//\)[^/]' \| \ - X"$as_dir" : 'X\(//\)$' \| \ - X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || --echo X"$as_dir" | -+$as_echo X"$as_dir" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q -@@ -51705,17 +53375,17 @@ echo X"$as_dir" | - test -d "$as_dir" && break - done - test -z "$as_dirs" || eval "mkdir $as_dirs" -- } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 --echo "$as_me: error: cannot create directory $as_dir" >&2;} -+ } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 -+$as_echo "$as_me: error: cannot create directory $as_dir" >&2;} - { (exit 1); exit 1; }; }; } - ac_builddir=. - - case "$ac_dir" in - .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; - *) -- ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` -+ ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` - # A ".." for each directory in $ac_dir_suffix. -- ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` -+ ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` - case $ac_top_builddir_sub in - "") ac_top_builddir_sub=. ac_top_build_prefix= ;; - *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; -@@ -51755,12 +53425,13 @@ ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix - esac - _ACEOF - --cat >>$CONFIG_STATUS <<\_ACEOF -+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 - # If the template does not know about datarootdir, expand it. - # FIXME: This hack should be removed a few years after 2.60. - ac_datarootdir_hack=; ac_datarootdir_seen= - --case `sed -n '/datarootdir/ { -+ac_sed_dataroot=' -+/datarootdir/ { - p - q - } -@@ -51769,13 +53440,14 @@ case `sed -n '/datarootdir/ { - /@infodir@/p - /@localedir@/p - /@mandir@/p --' $ac_file_inputs` in -+' -+case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in - *datarootdir*) ac_datarootdir_seen=yes;; - *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) -- { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 --echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 -+$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} - _ACEOF --cat >>$CONFIG_STATUS <<_ACEOF -+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 - ac_datarootdir_hack=' - s&@datadir@&$datadir&g - s&@docdir@&$docdir&g -@@ -51789,15 +53461,16 @@ _ACEOF - # Neutralize VPATH when `$srcdir' = `.'. - # Shell code in configure.ac might set extrasub. - # FIXME: do we really want to maintain this feature? --cat >>$CONFIG_STATUS <<_ACEOF -- sed "$ac_vpsub -+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 -+ac_sed_extra="$ac_vpsub - $extrasub - _ACEOF --cat >>$CONFIG_STATUS <<\_ACEOF -+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 - :t - /@[a-zA-Z_][a-zA-Z_0-9]*@/!b --s&@configure_input@&$configure_input&;t t -+s|@configure_input@|$ac_sed_conf_input|;t t - s&@top_builddir@&$ac_top_builddir_sub&;t t -+s&@top_build_prefix@&$ac_top_build_prefix&;t t - s&@srcdir@&$ac_srcdir&;t t - s&@abs_srcdir@&$ac_abs_srcdir&;t t - s&@top_srcdir@&$ac_top_srcdir&;t t -@@ -51807,119 +53480,58 @@ s&@abs_builddir@&$ac_abs_builddir&;t t - s&@abs_top_builddir@&$ac_abs_top_builddir&;t t - s&@INSTALL@&$ac_INSTALL&;t t - $ac_datarootdir_hack --" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" | sed -f "$tmp/subs-3.sed" | sed -f "$tmp/subs-4.sed" >$tmp/out -+" -+eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ -+ || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 -+$as_echo "$as_me: error: could not create $ac_file" >&2;} -+ { (exit 1); exit 1; }; } - - test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && - { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && - { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && -- { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' - which seems to be undefined. Please make sure it is defined." >&5 --echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' -+$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' - which seems to be undefined. Please make sure it is defined." >&2;} - - rm -f "$tmp/stdin" - case $ac_file in -- -) cat "$tmp/out"; rm -f "$tmp/out";; -- *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;; -- esac -+ -) cat "$tmp/out" && rm -f "$tmp/out";; -+ *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; -+ esac \ -+ || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 -+$as_echo "$as_me: error: could not create $ac_file" >&2;} -+ { (exit 1); exit 1; }; } - ;; - :H) - # - # CONFIG_HEADER - # --_ACEOF -- --# Transform confdefs.h into a sed script `conftest.defines', that --# substitutes the proper values into config.h.in to produce config.h. --rm -f conftest.defines conftest.tail --# First, append a space to every undef/define line, to ease matching. --echo 's/$/ /' >conftest.defines --# Then, protect against being on the right side of a sed subst, or in --# an unquoted here document, in config.status. If some macros were --# called several times there might be several #defines for the same --# symbol, which is useless. But do not sort them, since the last --# AC_DEFINE must be honored. --ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* --# These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where --# NAME is the cpp macro being defined, VALUE is the value it is being given. --# PARAMS is the parameter list in the macro definition--in most cases, it's --# just an empty string. --ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*' --ac_dB='\\)[ (].*,\\1define\\2' --ac_dC=' ' --ac_dD=' ,' -- --uniq confdefs.h | -- sed -n ' -- t rset -- :rset -- s/^[ ]*#[ ]*define[ ][ ]*// -- t ok -- d -- :ok -- s/[\\&,]/\\&/g -- s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p -- s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p -- ' >>conftest.defines -- --# Remove the space that was appended to ease matching. --# Then replace #undef with comments. This is necessary, for --# example, in the case of _POSIX_SOURCE, which is predefined and required --# on some systems where configure will not decide to define it. --# (The regexp can be short, since the line contains either #define or #undef.) --echo 's/ $// --s,^[ #]*u.*,/* & */,' >>conftest.defines -- --# Break up conftest.defines: --ac_max_sed_lines=50 -- --# First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1" --# Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2" --# Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1" --# et cetera. --ac_in='$ac_file_inputs' --ac_out='"$tmp/out1"' --ac_nxt='"$tmp/out2"' -- --while : --do -- # Write a here document: -- cat >>$CONFIG_STATUS <<_ACEOF -- # First, check the format of the line: -- cat >"\$tmp/defines.sed" <<\\CEOF --/^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def --/^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def --b --:def --_ACEOF -- sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS -- echo 'CEOF -- sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS -- ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in -- sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail -- grep . conftest.tail >/dev/null || break -- rm -f conftest.defines -- mv conftest.tail conftest.defines --done --rm -f conftest.defines conftest.tail -- --echo "ac_result=$ac_in" >>$CONFIG_STATUS --cat >>$CONFIG_STATUS <<\_ACEOF - if test x"$ac_file" != x-; then -- echo "/* $configure_input */" >"$tmp/config.h" -- cat "$ac_result" >>"$tmp/config.h" -- if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then -- { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 --echo "$as_me: $ac_file is unchanged" >&6;} -+ { -+ $as_echo "/* $configure_input */" \ -+ && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" -+ } >"$tmp/config.h" \ -+ || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 -+$as_echo "$as_me: error: could not create $ac_file" >&2;} -+ { (exit 1); exit 1; }; } -+ if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then -+ { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5 -+$as_echo "$as_me: $ac_file is unchanged" >&6;} - else -- rm -f $ac_file -- mv "$tmp/config.h" $ac_file -+ rm -f "$ac_file" -+ mv "$tmp/config.h" "$ac_file" \ -+ || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 -+$as_echo "$as_me: error: could not create $ac_file" >&2;} -+ { (exit 1); exit 1; }; } - fi - else -- echo "/* $configure_input */" -- cat "$ac_result" -+ $as_echo "/* $configure_input */" \ -+ && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ -+ || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5 -+$as_echo "$as_me: error: could not create -" >&2;} -+ { (exit 1); exit 1; }; } - fi -- rm -f "$tmp/out12" - ;; - - -@@ -51933,6 +53545,11 @@ _ACEOF - chmod +x $CONFIG_STATUS - ac_clean_files=$ac_clean_files_save - -+test $ac_write_fail = 0 || -+ { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5 -+$as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;} -+ { (exit 1); exit 1; }; } -+ - - # configure is writing to config.log, and then calls config.status. - # config.status does its own redirection, appending to config.log. -@@ -51954,6 +53571,10 @@ if test "$no_create" != yes; then - # would make configure fail if this is the last instruction. - $ac_cs_success || { (exit 1); exit 1; } - fi -+if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then -+ { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 -+$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} -+fi - - - if test "x${silent}" != "xyes" ; then -@@ -51982,17 +53603,17 @@ echo " \$\$\$\$\$\$\$\$\$\$\$\$\$\$\$\$. " - echo - fi - --{ echo "$as_me:$LINENO: Package configured for: " >&5 --echo "$as_me: Package configured for: " >&6;} --{ echo "$as_me:$LINENO: OS type : $host_os" >&5 --echo "$as_me: OS type : $host_os" >&6;} --{ echo "$as_me:$LINENO: Host CPU : $host_cpu" >&5 --echo "$as_me: Host CPU : $host_cpu" >&6;} --{ echo "$as_me:$LINENO: build-cpu:vendor:os: $build_cpu : $build_vendor : $build_os :" >&5 --echo "$as_me: build-cpu:vendor:os: $build_cpu : $build_vendor : $build_os :" >&6;} --{ echo "$as_me:$LINENO: host-cpu:vendor:os: $host_cpu : $host_vendor : $host_os :" >&5 --echo "$as_me: host-cpu:vendor:os: $host_cpu : $host_vendor : $host_os :" >&6;} -+{ $as_echo "$as_me:$LINENO: Package configured for: " >&5 -+$as_echo "$as_me: Package configured for: " >&6;} -+{ $as_echo "$as_me:$LINENO: OS type : $host_os" >&5 -+$as_echo "$as_me: OS type : $host_os" >&6;} -+{ $as_echo "$as_me:$LINENO: Host CPU : $host_cpu" >&5 -+$as_echo "$as_me: Host CPU : $host_cpu" >&6;} -+{ $as_echo "$as_me:$LINENO: build-cpu:vendor:os: $build_cpu : $build_vendor : $build_os :" >&5 -+$as_echo "$as_me: build-cpu:vendor:os: $build_cpu : $build_vendor : $build_os :" >&6;} -+{ $as_echo "$as_me:$LINENO: host-cpu:vendor:os: $host_cpu : $host_vendor : $host_os :" >&5 -+$as_echo "$as_me: host-cpu:vendor:os: $host_cpu : $host_vendor : $host_os :" >&6;} - if test "${cross_compiling}" = "yes"; then -- { echo "$as_me:$LINENO: Cross Compilation = YES" >&5 --echo "$as_me: Cross Compilation = YES" >&6;} -+ { $as_echo "$as_me:$LINENO: Cross Compilation = YES" >&5 -+$as_echo "$as_me: Cross Compilation = YES" >&6;} - fi -diff --git a/include/asterisk/autoconfig.h.in b/include/asterisk/autoconfig.h.in -index e567f45..2cd6e64 100644 ---- a/include/asterisk/autoconfig.h.in -+++ b/include/asterisk/autoconfig.h.in -@@ -126,6 +126,12 @@ - /* Define to indicate the ${BKTR_DESCRIP} library version */ - #undef HAVE_BKTR_VERSION - -+/* Define this to indicate the ${BLUETOOTH_DESCRIP} library */ -+#undef HAVE_BLUETOOTH -+ -+/* Define to indicate the ${BLUETOOTH_DESCRIP} library version */ -+#undef HAVE_BLUETOOTH_VERSION -+ - /* Define to 1 if byteswap.h macros are available. */ - #undef HAVE_BYTESWAP_H - -@@ -407,6 +413,9 @@ - /* Define to indicate the ${LDAP_DESCRIP} library version */ - #undef HAVE_LDAP_VERSION - -+/* Define if your system has the NetBSD Editline libraries. */ -+#undef HAVE_LIBEDIT -+ - /* Define to 1 if you have the header file. */ - #undef HAVE_LIBINTL_H - -@@ -464,12 +473,9 @@ - /* Define to indicate the ${LTDL_DESCRIP} library version */ - #undef HAVE_LTDL_VERSION - --/* Define this to indicate the ${LUA_DESCRIP} library */ -+/* Define if your system has the LUA libraries. */ - #undef HAVE_LUA - --/* Define to indicate the ${LUA_DESCRIP} library version */ --#undef HAVE_LUA_VERSION -- - /* Define to 1 if you have the header file. */ - #undef HAVE_MALLOC_H - -@@ -1115,9 +1121,6 @@ - /* Define to the version of this package. */ - #undef PACKAGE_VERSION - --/* Define to 1 if the C compiler supports function prototypes. */ --#undef PROTOTYPES -- - /* Define to necessary symbol if this constant uses a non-standard name on - your system. */ - #undef PTHREAD_CREATE_JOINABLE -@@ -1134,11 +1137,6 @@ - /* Define to the type of arg 5 for `select'. */ - #undef SELECT_TYPE_ARG5 - --/* Define to 1 if the `setvbuf' function takes the buffering type as its -- second argument and the buffer pointer as the third, as on System V before -- release 3. */ --#undef SETVBUF_REVERSED -- - /* The size of `int', as computed by sizeof. */ - #undef SIZEOF_INT - -@@ -1159,20 +1157,30 @@ - /* Define to 1 if your declares `struct tm'. */ - #undef TM_IN_SYS_TIME - --/* Define to 1 if on AIX 3. -- System headers sometimes define this. -- We just want to avoid a redefinition error message. */ -+/* Enable extensions on AIX 3, Interix. */ - #ifndef _ALL_SOURCE - # undef _ALL_SOURCE - #endif -- --/* Number of bits in a file offset, on hosts where this is settable. */ --#undef _FILE_OFFSET_BITS -- - /* Enable GNU extensions on systems that have them. */ - #ifndef _GNU_SOURCE - # undef _GNU_SOURCE - #endif -+/* Enable threading extensions on Solaris. */ -+#ifndef _POSIX_PTHREAD_SEMANTICS -+# undef _POSIX_PTHREAD_SEMANTICS -+#endif -+/* Enable extensions on HP NonStop. */ -+#ifndef _TANDEM_SOURCE -+# undef _TANDEM_SOURCE -+#endif -+/* Enable general extensions on Solaris. */ -+#ifndef __EXTENSIONS__ -+# undef __EXTENSIONS__ -+#endif -+ -+ -+/* Number of bits in a file offset, on hosts where this is settable. */ -+#undef _FILE_OFFSET_BITS - - /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ - #undef _LARGEFILE_SOURCE -@@ -1190,20 +1198,6 @@ - /* Define to 1 if you need to in order for `stat' and other things to work. */ - #undef _POSIX_SOURCE - --/* Enable extensions on Solaris. */ --#ifndef __EXTENSIONS__ --# undef __EXTENSIONS__ --#endif --#ifndef _POSIX_PTHREAD_SEMANTICS --# undef _POSIX_PTHREAD_SEMANTICS --#endif --#ifndef _TANDEM_SOURCE --# undef _TANDEM_SOURCE --#endif -- --/* Define like PROTOTYPES; this can be used by system headers. */ --#undef __PROTOTYPES -- - /* Define to empty if `const' does not conform to ANSI C. */ - #undef const - --- -1.6.1 - diff --git a/0016-pagecount.patch b/0016-pagecount.patch deleted file mode 100644 index eb56030..0000000 --- a/0016-pagecount.patch +++ /dev/null @@ -1,42 +0,0 @@ ---- a/apps/app_fax.c 2008-12-15 15:50:12.000000000 +0000 -+++ b/apps/app_fax.c 2009-09-02 00:05:15.000000000 +0100 -@@ -161,6 +161,7 @@ - char buf[20]; - fax_session *s = (fax_session *) user_data; - t30_stats_t stat; -+ int pages_transferred; - - ast_debug(1, "Fax phase E handler. result=%d\n", result); - -@@ -186,7 +187,12 @@ - pbx_builtin_setvar_helper(s->chan, "FAXSTATUS", "SUCCESS"); - pbx_builtin_setvar_helper(s->chan, "FAXERROR", NULL); - pbx_builtin_setvar_helper(s->chan, "REMOTESTATIONID", far_ident); -- snprintf(buf, sizeof(buf), "%d", stat.pages_transferred); -+#if SPANDSP_RELEASE_DATE >= 20090220 -+ pages_transferred = (s->direction) ? stat.pages_tx : stat.pages_rx; -+#else -+ pages_transferred = stat.pages_transferred; -+#endif -+ snprintf(buf, sizeof(buf), "%d", pages_transferred); - pbx_builtin_setvar_helper(s->chan, "FAXPAGES", buf); - snprintf(buf, sizeof(buf), "%d", stat.y_resolution); - pbx_builtin_setvar_helper(s->chan, "FAXRESOLUTION", buf); -@@ -195,7 +201,7 @@ - - ast_debug(1, "Fax transmitted successfully.\n"); - ast_debug(1, " Remote station ID: %s\n", far_ident); -- ast_debug(1, " Pages transferred: %d\n", stat.pages_transferred); -+ ast_debug(1, " Pages transferred: %d\n", pages_transferred); - ast_debug(1, " Image resolution: %d x %d\n", stat.x_resolution, stat.y_resolution); - ast_debug(1, " Transfer Rate: %d\n", stat.bit_rate); - -@@ -215,7 +221,7 @@ - S_OR(s->chan->cid.cid_num, ""), - far_ident, - local_ident, -- stat.pages_transferred, -+ pages_transferred, - stat.y_resolution, - stat.bit_rate, - s->file_name); diff --git a/asterisk.spec b/asterisk.spec index 387899d..de56820 100644 --- a/asterisk.spec +++ b/asterisk.spec @@ -1,9 +1,9 @@ %define with_apidoc %{?_with_apidoc: 1} %{!?_with_apidoc: 0} -%define _rc 1 +#define _rc 1 Summary: The Open Source PBX Name: asterisk -Version: 1.6.1 -Release: 0.26.%{?_rc:rc%{_rc}}%{?dist} +Version: 1.6.1.6 +Release: 1%{?_rc:.rc%{_rc}}%{?dist} License: GPLv2 Group: Applications/Internet URL: http://www.asterisk.org/ @@ -19,18 +19,18 @@ URL: http://www.asterisk.org/ # MD5 Sums # ======== -# 29f7285b673d52b49d91c8e797acbbb0 asterisk-1.6.1-rc1.tar.gz -# d77d5521c9e742c81356f49ebcf6051a asterisk-1.6.1-rc1-stripped.tar.gz +# 63a928373e741524aac09d8c078df7d5 asterisk-1.6.1.6.tar.gz +# 4f57c6c9fff1bfeb9061679c123f7468 asterisk-1.6.1.6-stripped.tar.gz # # SHA1 Sums # ========= -# 517176cad6ecf1e223749ae927a5989f2d2c0c29 asterisk-1.6.1-rc1.tar.gz -# 1fe8c924945ff04acd7883f086cf7f1ce0fc8d88 asterisk-1.6.1-rc1-stripped.tar.gz +# 79a9a3635fdf2e8422dadabd9f05da3329e60dc1 asterisk-1.6.1.6.tar.gz +# b6ef13ec7b7b2335cd98dec09f143f9f446d9bb1 asterisk-1.6.1.6-stripped.tar.gz # # SHA256 Sums # ========= -# 730dea578f72b51ff13f21320ff81f06e1c10a02a0f723b61c5bf8e47bee5e3b asterisk-1.6.1-rc1.tar.gz -# 93b2635208318c834917fad0a75fd59d04c282ca15d7dba2ba494cee22e88b73 asterisk-1.6.1-rc1-stripped.tar.gz +# ce56be843b85946bebbb89af06819585f45dd50ac544c21ca81acab994036c22 asterisk-1.6.1.6.tar.gz +# 4a91e3b8a420756f3b7b2b2d85335e0c47431bcaa8f02ea40e2c9ed835283fe3 asterisk-1.6.1.6-stripped.tar.gz Source0: asterisk-%{version}%{?_rc:-rc%{_rc}}-stripped.tar.gz Source1: asterisk-logrotate @@ -42,25 +42,17 @@ Source6: asterisk-developer-pubring.gpg Patch1: 0001-Modify-init-scripts-for-better-Fedora-compatibility.patch Patch2: 0002-Modify-modules.conf-so-that-different-voicemail-modu.patch -Patch3: 0003-Add-chan_mobile-from-asterisk-addons.patch -Patch4: 0004-Use-pkgconfig-to-check-for-Lua.patch Patch5: 0005-Build-using-external-libedit.patch Patch6: 0006-Revert-changes-to-pbx_lua-from-rev-126363-that-cause.patch -Patch7: 0007-Define-missing-variable-when-compiling-on-PPC.patch Patch8: 0008-change-configure.ac-to-look-for-pkg-config-gmime-2.4.patch -Patch9: 0009-fix-the-AST_PROG_SED-problem-that-makes-.-bootstrap.patch Patch10: 0010-my-guess-as-replacements-for-the-missing-broken-stuf.patch Patch11: 0011-Fix-up-some-paths.patch Patch12: 0012-Add-LDAP-schema-that-is-compatible-with-Fedora-Direc.patch -Patch13: 0013-Bridging-work-as-of-svn-rev-174216.patch -Patch14: 0014-Adding-in-CLI-apps.patch -Patch15: 0015-Update-autoconf.patch -Patch16: 0016-pagecount.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n) -#BuildRequires: autoconf -#BuildRequires: automake +BuildRequires: autoconf +BuildRequires: automake # core build requirements BuildRequires: openssl-devel @@ -103,6 +95,7 @@ Requires(preun): /sbin/service # asterisk-conference package removed since patch no longer compiles Obsoletes: asterisk-conference <= 1.6.0-0.14.beta9 +Obsoletes: asterisk-mobile <= 1.6.1-0.23.rc1 %description Asterisk is a complete PBX in software. It runs on Linux and provides @@ -139,15 +132,6 @@ Requires: asterisk = %{version}-%{release} API documentation for Asterisk. %endif -#%package conference -#Summary: Audio/video conferencing application for Asterisk -#Group: Applications/Internet -#Requires: asterisk = %{version}-%{release} -#BuildRequires: speex-devel -# -#%description conference -#Audio/video conferencing application for Asterisk. - %package curl Summary: Modules for Asterisk that use cURL Group: Applications/Internet @@ -284,16 +268,6 @@ Requires: asterisk = %{version}-%{release} %description minivm MiniVM application for Asterisk. -%package mobile -Summary: Asterisk channel driver for bluetooth phones and headsets -Group: Applications/Internet -Requires: asterisk = %{version}-%{release} -BuildRequires: bluez-libs-devel - -%description mobile -Asterisk channel driver to allow Bluetooth cell/mobile phones to be -used as FXO devices, and headsets as FXS devices. - %package odbc Summary: Applications for Asterisk that use ODBC (except voicemail) Group: Applications/Internet @@ -443,21 +417,13 @@ local filesystem. %prep %setup0 -q -n asterisk-%{version}%{?_rc:-rc%{_rc}} %patch1 -p1 -%patch2 -p1 -%patch3 -p1 -%patch4 -p1 -%patch5 -p1 +%patch2 -p0 +%patch5 -p0 %patch6 -p1 -%patch7 -p1 -%patch8 -p1 -%patch9 -p1 +%patch8 -p0 %patch10 -p1 %patch11 -p1 %patch12 -p1 -%patch13 -p1 -%patch14 -p1 -%patch15 -p1 -%patch16 -p1 cp %{SOURCE2} menuselect.makedeps cp %{SOURCE3} menuselect.makeopts @@ -476,16 +442,11 @@ chmod -x contrib/scripts/dbsep.cgi %build -# if we are building for i386 promote the CPU arch to i486 for atomic operations support -%ifarch i386 -%define optflags %{__global_cflags} -m32 -march=i486 -mtune=generic -fasynchronous-unwind-tables -Werror-implicit-function-declaration -%else %define optflags %(rpm --eval %%{optflags}) -Werror-implicit-function-declaration -%endif -#aclocal -I autoconf -#autoconf -#autoheader +aclocal -I autoconf +autoconf +autoheader pushd menuselect/mxml %configure @@ -636,12 +597,10 @@ fi %{_libdir}/asterisk/modules/app_alarmreceiver.so %{_libdir}/asterisk/modules/app_amd.so %{_libdir}/asterisk/modules/app_authenticate.so -%{_libdir}/asterisk/modules/app_bridgetest.so %{_libdir}/asterisk/modules/app_cdr.so %{_libdir}/asterisk/modules/app_chanisavail.so %{_libdir}/asterisk/modules/app_channelredirect.so %{_libdir}/asterisk/modules/app_chanspy.so -%{_libdir}/asterisk/modules/app_confbridge.so %{_libdir}/asterisk/modules/app_controlplayback.so %{_libdir}/asterisk/modules/app_db.so %{_libdir}/asterisk/modules/app_dial.so @@ -662,7 +621,6 @@ fi %{_libdir}/asterisk/modules/app_morsecode.so %{_libdir}/asterisk/modules/app_nbscat.so %{_libdir}/asterisk/modules/app_parkandannounce.so -#%{_libdir}/asterisk/modules/app_pickupchan.so %{_libdir}/asterisk/modules/app_playback.so %{_libdir}/asterisk/modules/app_privacy.so %{_libdir}/asterisk/modules/app_queue.so @@ -690,16 +648,10 @@ fi %{_libdir}/asterisk/modules/app_waituntil.so %{_libdir}/asterisk/modules/app_while.so %{_libdir}/asterisk/modules/app_zapateller.so -%{_libdir}/asterisk/modules/bridge_builtin_features.so -%{_libdir}/asterisk/modules/bridge_multiplexed.so -%{_libdir}/asterisk/modules/bridge_simple.so -%{_libdir}/asterisk/modules/bridge_softmix.so %{_libdir}/asterisk/modules/cdr_csv.so %{_libdir}/asterisk/modules/cdr_custom.so %{_libdir}/asterisk/modules/cdr_manager.so %{_libdir}/asterisk/modules/chan_agent.so -%{_libdir}/asterisk/modules/chan_bridge.so -%{_libdir}/asterisk/modules/chan_features.so %{_libdir}/asterisk/modules/chan_iax2.so %{_libdir}/asterisk/modules/chan_local.so %{_libdir}/asterisk/modules/chan_mgcp.so @@ -786,6 +738,7 @@ fi %{_libdir}/asterisk/modules/res_speech.so %{_libdir}/asterisk/modules/res_timing_pthread.so %{_libdir}/asterisk/modules/test_dlinklists.so +%{_libdir}/asterisk/modules/test_heap.so %{_sbindir}/aelparse %{_sbindir}/astcanary @@ -793,7 +746,6 @@ fi %{_sbindir}/astgenkey %{_sbindir}/astman %{_sbindir}/autosupport -%{_sbindir}/check_expr %{_sbindir}/conf2ael %{_sbindir}/muted %{_sbindir}/rasterisk @@ -900,16 +852,6 @@ fi %doc doc/api/html/* %endif -#%files conference -#%defattr(-,root,root,-) -#%doc apps/conference/CLI.txt -#%doc apps/conference/Flags.txt -#%doc apps/conference/LICENSE -#%doc apps/conference/README -#%doc apps/conference/README.videoswitch -#%doc apps/conference/TODO -#%{_libdir}/asterisk/modules/app_conference.so - %files curl %defattr(-,root,root,-) %doc contrib/scripts/dbsep.cgi @@ -1003,12 +945,6 @@ fi %config(noreplace) %{_sysconfdir}/asterisk/misdn.conf %{_libdir}/asterisk/modules/chan_misdn.so -%files mobile -%defattr(-,root,root,-) -%doc doc/chan_mobile.txt -%config(noreplace) %{_sysconfdir}/asterisk/mobile.conf -%{_libdir}/asterisk/modules/chan_mobile.so - %files odbc %defattr(-,root,root,-) %config(noreplace) %{_sysconfdir}/asterisk/cdr_adaptive_odbc.conf @@ -1101,6 +1037,10 @@ fi %{_libdir}/asterisk/modules/app_voicemail_plain.so %changelog +* Sun Sep 6 2009 Jeffrey C. Ollie - 1.6.1.6-1 +- Update to 1.6.1.6 +- Drop patches that are too troublesome to maintain anymore or have been integrated upstream. + * Tue Sep 1 2009 Jeffrey C. Ollie - 1.6.1-0.26.rc1 - Add a patch from Quentin Armitage and rebuld. diff --git a/menuselect.makeopts b/menuselect.makeopts index 2885602..2530243 100644 --- a/menuselect.makeopts +++ b/menuselect.makeopts @@ -1,5 +1,4 @@ MENUSELECT_APPS=app_ivrdemo app_mp3 app_osplookup app_rpt app_skel -MENUSELECT_BRIDGES=bridge_zaptel MENUSELECT_CDR=cdr_sqlite MENUSELECT_CHANNELS=chan_h323 chan_nbs chan_vpb MENUSELECT_CODECS=codec_ilbc diff --git a/sources b/sources index 2f2e238..2ea7787 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -d77d5521c9e742c81356f49ebcf6051a asterisk-1.6.1-rc1-stripped.tar.gz -2ed78cc8eae3b293c5295444e891462e asterisk-1.6.1-rc1.tar.gz.asc -4c2feab99acb254a49048b93da97ad42 asterisk-developer-pubring.gpg +4f57c6c9fff1bfeb9061679c123f7468 asterisk-1.6.1.6-stripped.tar.gz +0c07f535bada3bca06d459ed3a416f22 asterisk-1.6.1.6.tar.gz.asc +dd089905d0ba9a514359dc2cf1a53303 asterisk-developer-pubring.gpg