handle config.guess name for FreeBSD properly

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43208 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming 2006-09-18 19:30:10 +00:00
parent 5cf1c12796
commit fb23c753d3
2 changed files with 138 additions and 121 deletions

245
configure vendored
View File

@ -1,7 +1,7 @@
#! /bin/sh #! /bin/sh
# From configure.ac Revision: 41505 . # From configure.ac Revision: 42982 .
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.60. # Generated by GNU Autoconf 2.60a.
# #
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, # 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 Free Software Foundation, Inc.
@ -569,36 +569,36 @@ ac_unique_file="main/asterisk.c"
# Factoring default headers for most tests. # Factoring default headers for most tests.
ac_includes_default="\ ac_includes_default="\
#include <stdio.h> #include <stdio.h>
#if HAVE_SYS_TYPES_H #ifdef HAVE_SYS_TYPES_H
# include <sys/types.h> # include <sys/types.h>
#endif #endif
#if HAVE_SYS_STAT_H #ifdef HAVE_SYS_STAT_H
# include <sys/stat.h> # include <sys/stat.h>
#endif #endif
#if STDC_HEADERS #ifdef STDC_HEADERS
# include <stdlib.h> # include <stdlib.h>
# include <stddef.h> # include <stddef.h>
#else #else
# if HAVE_STDLIB_H # ifdef HAVE_STDLIB_H
# include <stdlib.h> # include <stdlib.h>
# endif # endif
#endif #endif
#if HAVE_STRING_H #ifdef HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# include <memory.h> # include <memory.h>
# endif # endif
# include <string.h> # include <string.h>
#endif #endif
#if HAVE_STRINGS_H #ifdef HAVE_STRINGS_H
# include <strings.h> # include <strings.h>
#endif #endif
#if HAVE_INTTYPES_H #ifdef HAVE_INTTYPES_H
# include <inttypes.h> # include <inttypes.h>
#endif #endif
#if HAVE_STDINT_H #ifdef HAVE_STDINT_H
# include <stdint.h> # include <stdint.h>
#endif #endif
#if HAVE_UNISTD_H #ifdef HAVE_UNISTD_H
# include <unistd.h> # include <unistd.h>
#endif" #endif"
@ -1519,7 +1519,7 @@ test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
configure configure
generated by GNU Autoconf 2.60 generated by GNU Autoconf 2.60a
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 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 Free Software Foundation, Inc.
@ -1535,7 +1535,7 @@ This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. running configure, to aid debugging if configure makes a mistake.
It was created by $as_me, which was It was created by $as_me, which was
generated by GNU Autoconf 2.60. Invocation command line was generated by GNU Autoconf 2.60a. Invocation command line was
$ $0 $@ $ $0 $@
@ -2007,7 +2007,7 @@ ac_config_headers="$ac_config_headers include/asterisk/autoconfig.h"
case "${host_os}" in case "${host_os}" in
freebsd) freebsd*)
ac_default_prefix=/usr/local ac_default_prefix=/usr/local
;; ;;
*) *)
@ -3056,7 +3056,7 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
# in a Makefile. We should not override ac_cv_exeext if it was cached, # in a Makefile. We should not override ac_cv_exeext if it was cached,
# so that the user can short-circuit this test for compilers unknown to # so that the user can short-circuit this test for compilers unknown to
# Autoconf. # Autoconf.
for ac_file in $ac_files for ac_file in $ac_files ''
do do
test -f "$ac_file" || continue test -f "$ac_file" || continue
case $ac_file in case $ac_file in
@ -3084,6 +3084,12 @@ done
test "$ac_cv_exeext" = no && ac_cv_exeext= test "$ac_cv_exeext" = no && ac_cv_exeext=
else else
ac_file=''
fi
{ echo "$as_me:$LINENO: result: $ac_file" >&5
echo "${ECHO_T}$ac_file" >&6; }
if test -z "$ac_file"; then
echo "$as_me: failed program was:" >&5 echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5 sed 's/^/| /' conftest.$ac_ext >&5
@ -3095,8 +3101,6 @@ See \`config.log' for more details." >&2;}
fi fi
ac_exeext=$ac_cv_exeext ac_exeext=$ac_cv_exeext
{ echo "$as_me:$LINENO: result: $ac_file" >&5
echo "${ECHO_T}$ac_file" >&6; }
# Check that the compiler produces executables we can run. If not, either # Check that the compiler produces executables we can run. If not, either
# the compiler is broken, or we cross compile. # the compiler is broken, or we cross compile.
@ -6733,7 +6737,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
ac_cv_working_alloca_h=no ac_cv_working_alloca_h=no
fi fi
rm -f core conftest.err conftest.$ac_objext \ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext conftest$ac_exeext conftest.$ac_ext
fi fi
{ echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5 { echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
@ -6764,7 +6768,7 @@ cat >>conftest.$ac_ext <<_ACEOF
# include <malloc.h> # include <malloc.h>
# define alloca _alloca # define alloca _alloca
# else # else
# if HAVE_ALLOCA_H # ifdef HAVE_ALLOCA_H
# include <alloca.h> # include <alloca.h>
# else # else
# ifdef _AIX # ifdef _AIX
@ -6829,7 +6833,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
ac_cv_func_alloca_works=no ac_cv_func_alloca_works=no
fi fi
rm -f core conftest.err conftest.$ac_objext \ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext conftest$ac_exeext conftest.$ac_ext
fi fi
{ echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5 { echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
@ -6978,7 +6982,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
eval "$as_ac_var=no" eval "$as_ac_var=no"
fi fi
rm -f core conftest.err conftest.$ac_objext \ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext conftest$ac_exeext conftest.$ac_ext
fi fi
ac_res=`eval echo '${'$as_ac_var'}'` ac_res=`eval echo '${'$as_ac_var'}'`
@ -7241,7 +7245,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
fi fi
rm -f core conftest.err conftest.$ac_objext \ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest$ac_exeext
if test "${ac_cv_search_opendir+set}" = set; then if test "${ac_cv_search_opendir+set}" = set; then
break break
@ -7341,7 +7345,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
fi fi
rm -f core conftest.err conftest.$ac_objext \ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest$ac_exeext
if test "${ac_cv_search_opendir+set}" = set; then if test "${ac_cv_search_opendir+set}" = set; then
break break
@ -8516,10 +8520,10 @@ main ()
#ifndef __cplusplus #ifndef __cplusplus
/* Ultrix mips cc rejects this. */ /* Ultrix mips cc rejects this. */
typedef int charset[2]; typedef int charset[2];
const charset x; const charset cs;
/* SunOS 4.1.1 cc rejects this. */ /* SunOS 4.1.1 cc rejects this. */
char const *const *ccp; char const *const *pcpcc;
char **p; char **ppc;
/* NEC SVR4.0.2 mips cc rejects this. */ /* NEC SVR4.0.2 mips cc rejects this. */
struct point {int x, y;}; struct point {int x, y;};
static struct point const zero = {0,0}; static struct point const zero = {0,0};
@ -8528,11 +8532,11 @@ main ()
an arm of an if-expression whose if-part is not a constant an arm of an if-expression whose if-part is not a constant
expression */ expression */
const char *g = "string"; const char *g = "string";
ccp = &g + (g ? g-g : 0); pcpcc = &g + (g ? g-g : 0);
/* HPUX 7.0 cc rejects these. */ /* HPUX 7.0 cc rejects these. */
++ccp; ++pcpcc;
p = (char**) ccp; ppc = (char**) pcpcc;
ccp = (char const *const *) p; pcpcc = (char const *const *) ppc;
{ /* SCO 3.2v4 cc rejects this. */ { /* SCO 3.2v4 cc rejects this. */
char *t; char *t;
char const *s = 0 ? (char *) 0 : (char const *) 0; char const *s = 0 ? (char *) 0 : (char const *) 0;
@ -8559,7 +8563,7 @@ main ()
const int foo = 10; const int foo = 10;
if (!foo) return 0; if (!foo) return 0;
} }
return !x[0] && !zero.x; return !cs[0] && !zero.x;
#endif #endif
; ;
@ -9893,7 +9897,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
ac_cv_lib_error_at_line=no ac_cv_lib_error_at_line=no
fi fi
rm -f core conftest.err conftest.$ac_objext \ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext conftest$ac_exeext conftest.$ac_ext
fi fi
{ echo "$as_me:$LINENO: result: $ac_cv_lib_error_at_line" >&5 { echo "$as_me:$LINENO: result: $ac_cv_lib_error_at_line" >&5
@ -10168,7 +10172,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
eval "$as_ac_var=no" eval "$as_ac_var=no"
fi fi
rm -f core conftest.err conftest.$ac_objext \ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext conftest$ac_exeext conftest.$ac_ext
fi fi
ac_res=`eval echo '${'$as_ac_var'}'` ac_res=`eval echo '${'$as_ac_var'}'`
@ -10281,7 +10285,7 @@ cat >>conftest.$ac_ext <<_ACEOF
/* Thanks to Paul Eggert for this test. */ /* Thanks to Paul Eggert for this test. */
$ac_includes_default $ac_includes_default
#include <sys/wait.h> #include <sys/wait.h>
#if HAVE_VFORK_H #ifdef HAVE_VFORK_H
# include <vfork.h> # include <vfork.h>
#endif #endif
/* On some sparc systems, changes by the child to local and incoming /* On some sparc systems, changes by the child to local and incoming
@ -10636,7 +10640,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
ac_cv_func_fseeko=no ac_cv_func_fseeko=no
fi fi
rm -f core conftest.err conftest.$ac_objext \ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext conftest$ac_exeext conftest.$ac_ext
fi fi
{ echo "$as_me:$LINENO: result: $ac_cv_func_fseeko" >&5 { echo "$as_me:$LINENO: result: $ac_cv_func_fseeko" >&5
@ -11055,7 +11059,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
eval "$as_ac_var=no" eval "$as_ac_var=no"
fi fi
rm -f core conftest.err conftest.$ac_objext \ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext conftest$ac_exeext conftest.$ac_ext
fi fi
ac_res=`eval echo '${'$as_ac_var'}'` ac_res=`eval echo '${'$as_ac_var'}'`
@ -11084,26 +11088,26 @@ cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */ /* end confdefs.h. */
/* Test program from Paul Eggert and Tony Leneis. */ /* Test program from Paul Eggert and Tony Leneis. */
#if TIME_WITH_SYS_TIME #ifdef TIME_WITH_SYS_TIME
# include <sys/time.h> # include <sys/time.h>
# include <time.h> # include <time.h>
#else #else
# if HAVE_SYS_TIME_H # ifdef HAVE_SYS_TIME_H
# include <sys/time.h> # include <sys/time.h>
# else # else
# include <time.h> # include <time.h>
# endif # endif
#endif #endif
#if HAVE_STDLIB_H #ifdef HAVE_STDLIB_H
# include <stdlib.h> # include <stdlib.h>
#endif #endif
#if HAVE_UNISTD_H #ifdef HAVE_UNISTD_H
# include <unistd.h> # include <unistd.h>
#endif #endif
#if !HAVE_ALARM #ifndef HAVE_ALARM
# define alarm(X) /* empty */ # define alarm(X) /* empty */
#endif #endif
@ -11550,7 +11554,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
eval "$as_ac_var=no" eval "$as_ac_var=no"
fi fi
rm -f core conftest.err conftest.$ac_objext \ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext conftest$ac_exeext conftest.$ac_ext
fi fi
ac_res=`eval echo '${'$as_ac_var'}'` ac_res=`eval echo '${'$as_ac_var'}'`
@ -11607,21 +11611,21 @@ $ac_includes_default
#include <fcntl.h> #include <fcntl.h>
#include <sys/mman.h> #include <sys/mman.h>
#if !STDC_HEADERS && !HAVE_STDLIB_H #if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
char *malloc (); char *malloc ();
#endif #endif
/* This mess was copied from the GNU getpagesize.h. */ /* This mess was copied from the GNU getpagesize.h. */
#if !HAVE_GETPAGESIZE #ifndef HAVE_GETPAGESIZE
/* Assume that all systems that can run configure have sys/param.h. */ /* Assume that all systems that can run configure have sys/param.h. */
# if !HAVE_SYS_PARAM_H # ifndef HAVE_SYS_PARAM_H
# define HAVE_SYS_PARAM_H 1 # define HAVE_SYS_PARAM_H 1
# endif # endif
# ifdef _SC_PAGESIZE # ifdef _SC_PAGESIZE
# define getpagesize() sysconf(_SC_PAGESIZE) # define getpagesize() sysconf(_SC_PAGESIZE)
# else /* no _SC_PAGESIZE */ # else /* no _SC_PAGESIZE */
# if HAVE_SYS_PARAM_H # ifdef HAVE_SYS_PARAM_H
# include <sys/param.h> # include <sys/param.h>
# ifdef EXEC_PAGESIZE # ifdef EXEC_PAGESIZE
# define getpagesize() EXEC_PAGESIZE # define getpagesize() EXEC_PAGESIZE
@ -11930,10 +11934,10 @@ cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */ /* end confdefs.h. */
$ac_includes_default $ac_includes_default
#if HAVE_SYS_SELECT_H #ifdef HAVE_SYS_SELECT_H
# include <sys/select.h> # include <sys/select.h>
#endif #endif
#if HAVE_SYS_SOCKET_H #ifdef HAVE_SYS_SOCKET_H
# include <sys/socket.h> # include <sys/socket.h>
#endif #endif
@ -12053,7 +12057,7 @@ cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */ /* end confdefs.h. */
#include <stdio.h> #include <stdio.h>
# if PROTOTYPES # ifdef PROTOTYPES
int (setvbuf) (FILE *, int, char *, size_t); int (setvbuf) (FILE *, int, char *, size_t);
# endif # endif
int int
@ -12105,7 +12109,7 @@ cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */ /* end confdefs.h. */
#include <stdio.h> #include <stdio.h>
# if PROTOTYPES # ifdef PROTOTYPES
int (setvbuf) (FILE *, int, char *, size_t); int (setvbuf) (FILE *, int, char *, size_t);
# endif # endif
int int
@ -12217,7 +12221,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
fi fi
rm -f core conftest.err conftest.$ac_objext \ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext conftest$ac_exeext conftest.$ac_ext
else else
echo "$as_me: failed program was:" >&5 echo "$as_me: failed program was:" >&5
@ -12226,7 +12230,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
fi fi
rm -f core conftest.err conftest.$ac_objext \ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext conftest$ac_exeext conftest.$ac_ext
fi fi
{ echo "$as_me:$LINENO: result: $ac_cv_func_setvbuf_reversed" >&5 { echo "$as_me:$LINENO: result: $ac_cv_func_setvbuf_reversed" >&5
@ -12642,7 +12646,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
eval "$as_ac_var=no" eval "$as_ac_var=no"
fi fi
rm -f core conftest.err conftest.$ac_objext \ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext conftest$ac_exeext conftest.$ac_ext
fi fi
ac_res=`eval echo '${'$as_ac_var'}'` ac_res=`eval echo '${'$as_ac_var'}'`
@ -12726,7 +12730,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
ac_cv_lib_intl_strftime=no ac_cv_lib_intl_strftime=no
fi fi
rm -f core conftest.err conftest.$ac_objext \ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS LIBS=$ac_check_lib_save_LIBS
fi fi
@ -13004,7 +13008,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
ac_cv_func_pow=no ac_cv_func_pow=no
fi fi
rm -f core conftest.err conftest.$ac_objext \ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext conftest$ac_exeext conftest.$ac_ext
fi fi
{ echo "$as_me:$LINENO: result: $ac_cv_func_pow" >&5 { echo "$as_me:$LINENO: result: $ac_cv_func_pow" >&5
@ -13082,7 +13086,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
ac_cv_lib_m_pow=no ac_cv_lib_m_pow=no
fi fi
rm -f core conftest.err conftest.$ac_objext \ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS LIBS=$ac_check_lib_save_LIBS
fi fi
@ -13270,7 +13274,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
eval "$as_ac_var=no" eval "$as_ac_var=no"
fi fi
rm -f core conftest.err conftest.$ac_objext \ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext conftest$ac_exeext conftest.$ac_ext
fi fi
ac_res=`eval echo '${'$as_ac_var'}'` ac_res=`eval echo '${'$as_ac_var'}'`
@ -13373,7 +13377,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
ac_cv_func__doprnt=no ac_cv_func__doprnt=no
fi fi
rm -f core conftest.err conftest.$ac_objext \ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext conftest$ac_exeext conftest.$ac_ext
fi fi
{ echo "$as_me:$LINENO: result: $ac_cv_func__doprnt" >&5 { echo "$as_me:$LINENO: result: $ac_cv_func__doprnt" >&5
@ -13532,7 +13536,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
eval "$as_ac_var=no" eval "$as_ac_var=no"
fi fi
rm -f core conftest.err conftest.$ac_objext \ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext conftest$ac_exeext conftest.$ac_ext
fi fi
ac_res=`eval echo '${'$as_ac_var'}'` ac_res=`eval echo '${'$as_ac_var'}'`
@ -13614,7 +13618,7 @@ echo "${ECHO_T}no" >&6; }
fi fi
rm -f core conftest.err conftest.$ac_objext \ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext conftest$ac_exeext conftest.$ac_ext
@ -14084,7 +14088,7 @@ echo "${ECHO_T}no" >&6; }
fi fi
rm -f core conftest.err conftest.$ac_objext \ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext conftest$ac_exeext conftest.$ac_ext
LDFLAGS="${saved_LDFLAGS}" LDFLAGS="${saved_LDFLAGS}"
else else
@ -14168,7 +14172,7 @@ echo "${ECHO_T}no" >&6; }
fi fi
rm -f core conftest.err conftest.$ac_objext \ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext conftest$ac_exeext conftest.$ac_ext
{ echo "$as_me:$LINENO: checking for RTLD_NOLOAD" >&5 { echo "$as_me:$LINENO: checking for RTLD_NOLOAD" >&5
@ -14238,7 +14242,7 @@ echo "${ECHO_T}no" >&6; }
fi fi
rm -f core conftest.err conftest.$ac_objext \ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext conftest$ac_exeext conftest.$ac_ext
if test "${ac_cv_header_libkern_OSAtomic_h+set}" = set; then if test "${ac_cv_header_libkern_OSAtomic_h+set}" = set; then
@ -14471,16 +14475,15 @@ fi
{ echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5 { echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
echo "${ECHO_T}$ac_cv_type_int" >&6; } 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 "$as_me:$LINENO: checking size of int" >&5
echo $ECHO_N "checking size of int... $ECHO_C" >&6; } echo $ECHO_N "checking size of int... $ECHO_C" >&6; }
if test "${ac_cv_sizeof_int+set}" = set; then if test "${ac_cv_sizeof_int+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6 echo $ECHO_N "(cached) $ECHO_C" >&6
else else
if test "$ac_cv_type_int" = yes; then
# 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.
if test "$cross_compiling" = yes; then if test "$cross_compiling" = yes; then
# Depending upon the size, compute the lo and hi bounds. # Depending upon the size, compute the lo and hi bounds.
cat >conftest.$ac_ext <<_ACEOF cat >conftest.$ac_ext <<_ACEOF
@ -14491,6 +14494,7 @@ cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */ /* end confdefs.h. */
$ac_includes_default $ac_includes_default
typedef int ac__type_sizeof_; typedef int ac__type_sizeof_;
int int
main () main ()
{ {
@ -14545,6 +14549,7 @@ cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */ /* end confdefs.h. */
$ac_includes_default $ac_includes_default
typedef int ac__type_sizeof_; typedef int ac__type_sizeof_;
int int
main () main ()
{ {
@ -14616,6 +14621,7 @@ cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */ /* end confdefs.h. */
$ac_includes_default $ac_includes_default
typedef int ac__type_sizeof_; typedef int ac__type_sizeof_;
int int
main () main ()
{ {
@ -14670,6 +14676,7 @@ cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */ /* end confdefs.h. */
$ac_includes_default $ac_includes_default
typedef int ac__type_sizeof_; typedef int ac__type_sizeof_;
int int
main () main ()
{ {
@ -14751,6 +14758,7 @@ cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */ /* end confdefs.h. */
$ac_includes_default $ac_includes_default
typedef int ac__type_sizeof_; typedef int ac__type_sizeof_;
int int
main () main ()
{ {
@ -14807,11 +14815,15 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
done done
case $ac_lo in case $ac_lo in
?*) ac_cv_sizeof_int=$ac_lo;; ?*) ac_cv_sizeof_int=$ac_lo;;
'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int) '') if test "$ac_cv_type_int" = yes; then
{ { echo "$as_me:$LINENO: error: cannot compute sizeof (int)
See \`config.log' for more details." >&5 See \`config.log' for more details." >&5
echo "$as_me: error: cannot compute sizeof (int) echo "$as_me: error: cannot compute sizeof (int)
See \`config.log' for more details." >&2;} See \`config.log' for more details." >&2;}
{ (exit 77); exit 77; }; } ;; { (exit 77); exit 77; }; }
else
ac_cv_sizeof_int=0
fi ;;
esac esac
else else
cat >conftest.$ac_ext <<_ACEOF cat >conftest.$ac_ext <<_ACEOF
@ -14822,6 +14834,7 @@ cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */ /* end confdefs.h. */
$ac_includes_default $ac_includes_default
typedef int ac__type_sizeof_; typedef int ac__type_sizeof_;
static long int longval () { return (long int) (sizeof (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 unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
#include <stdio.h> #include <stdio.h>
@ -14880,21 +14893,25 @@ echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5 sed 's/^/| /' conftest.$ac_ext >&5
( exit $ac_status ) ( exit $ac_status )
if test "$ac_cv_type_int" = yes; then
{ { echo "$as_me:$LINENO: error: cannot compute sizeof (int) { { echo "$as_me:$LINENO: error: cannot compute sizeof (int)
See \`config.log' for more details." >&5 See \`config.log' for more details." >&5
echo "$as_me: error: cannot compute sizeof (int) echo "$as_me: error: cannot compute sizeof (int)
See \`config.log' for more details." >&2;} See \`config.log' for more details." >&2;}
{ (exit 77); exit 77; }; } { (exit 77); exit 77; }; }
fi
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
fi
rm -f conftest.val
else else
ac_cv_sizeof_int=0 ac_cv_sizeof_int=0
fi fi
fi fi
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 "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
echo "${ECHO_T}$ac_cv_sizeof_int" >&6; } echo "${ECHO_T}$ac_cv_sizeof_int" >&6; }
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
#define SIZEOF_INT $ac_cv_sizeof_int #define SIZEOF_INT $ac_cv_sizeof_int
_ACEOF _ACEOF
@ -14984,7 +15001,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
ac_cv_lib_asound_snd_spcm_init=no ac_cv_lib_asound_snd_spcm_init=no
fi fi
rm -f core conftest.err conftest.$ac_objext \ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS LIBS=$ac_check_lib_save_LIBS
fi fi
@ -15444,7 +15461,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
ac_cv_lib_curses_initscr=no ac_cv_lib_curses_initscr=no
fi fi
rm -f core conftest.err conftest.$ac_objext \ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS LIBS=$ac_check_lib_save_LIBS
fi fi
@ -15912,7 +15929,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
ac_cv_lib_gsm_gsm_create=no ac_cv_lib_gsm_gsm_create=no
fi fi
rm -f core conftest.err conftest.$ac_objext \ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS LIBS=$ac_check_lib_save_LIBS
fi fi
@ -16022,7 +16039,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
ac_cv_lib_iksemel_iks_start_sasl=no ac_cv_lib_iksemel_iks_start_sasl=no
fi fi
rm -f core conftest.err conftest.$ac_objext \ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS LIBS=$ac_check_lib_save_LIBS
fi fi
@ -16483,7 +16500,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
ac_cv_lib_gnutls_gnutls_bye=no ac_cv_lib_gnutls_gnutls_bye=no
fi fi
rm -f core conftest.err conftest.$ac_objext \ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS LIBS=$ac_check_lib_save_LIBS
fi fi
@ -16985,7 +17002,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
fi fi
rm -f core conftest.err conftest.$ac_objext \ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext conftest$ac_exeext conftest.$ac_ext
if test "${ac_cv_imap_tk}" = "yes"; then if test "${ac_cv_imap_tk}" = "yes"; then
cat >conftest.$ac_ext <<_ACEOF cat >conftest.$ac_ext <<_ACEOF
@ -17094,7 +17111,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
fi fi
rm -f core conftest.err conftest.$ac_objext \ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext conftest$ac_exeext conftest.$ac_ext
fi fi
CPPFLAGS="${saved_cppflags}" CPPFLAGS="${saved_cppflags}"
@ -17214,7 +17231,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
ac_cv_lib_kde_crash="no" ac_cv_lib_kde_crash="no"
fi fi
rm -f core conftest.err conftest.$ac_objext \ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext conftest$ac_exeext conftest.$ac_ext
LIBS="${saved_libs}" LIBS="${saved_libs}"
@ -17449,7 +17466,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
ac_cv_lib_mISDN_mISDN_open=no ac_cv_lib_mISDN_mISDN_open=no
fi fi
rm -f core conftest.err conftest.$ac_objext \ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS LIBS=$ac_check_lib_save_LIBS
fi fi
@ -17910,7 +17927,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
ac_cv_lib_isdnnet_init_manager=no ac_cv_lib_isdnnet_init_manager=no
fi fi
rm -f core conftest.err conftest.$ac_objext \ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS LIBS=$ac_check_lib_save_LIBS
fi fi
@ -18369,7 +18386,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
ac_cv_lib_suppserv_encodeFac=no ac_cv_lib_suppserv_encodeFac=no
fi fi
rm -f core conftest.err conftest.$ac_objext \ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS LIBS=$ac_check_lib_save_LIBS
fi fi
@ -18830,7 +18847,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
ac_cv_lib_nbs_nbs_connect=no ac_cv_lib_nbs_nbs_connect=no
fi fi
rm -f core conftest.err conftest.$ac_objext \ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS LIBS=$ac_check_lib_save_LIBS
fi fi
@ -19290,7 +19307,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
ac_cv_lib_ncurses_initscr=no ac_cv_lib_ncurses_initscr=no
fi fi
rm -f core conftest.err conftest.$ac_objext \ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS LIBS=$ac_check_lib_save_LIBS
fi fi
@ -19966,7 +19983,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
ac_cv_lib_netsnmp_snmp_register_callback=no ac_cv_lib_netsnmp_snmp_register_callback=no
fi fi
rm -f core conftest.err conftest.$ac_objext \ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS LIBS=$ac_check_lib_save_LIBS
fi fi
@ -20090,7 +20107,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
ac_cv_lib_newt_newtBell=no ac_cv_lib_newt_newtBell=no
fi fi
rm -f core conftest.err conftest.$ac_objext \ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS LIBS=$ac_check_lib_save_LIBS
fi fi
@ -20550,7 +20567,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
ac_cv_lib_odbc_SQLConnect=no ac_cv_lib_odbc_SQLConnect=no
fi fi
rm -f core conftest.err conftest.$ac_objext \ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS LIBS=$ac_check_lib_save_LIBS
fi fi
@ -21010,7 +21027,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
ac_cv_lib_ogg_ogg_sync_init=no ac_cv_lib_ogg_ogg_sync_init=no
fi fi
rm -f core conftest.err conftest.$ac_objext \ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS LIBS=$ac_check_lib_save_LIBS
fi fi
@ -21470,7 +21487,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
ac_cv_lib_osptk_OSPPCryptoDecrypt=no ac_cv_lib_osptk_OSPPCryptoDecrypt=no
fi fi
rm -f core conftest.err conftest.$ac_objext \ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS LIBS=$ac_check_lib_save_LIBS
fi fi
@ -22256,7 +22273,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
ac_cv_lib_ossaudio_oss_ioctl_mixer=no ac_cv_lib_ossaudio_oss_ioctl_mixer=no
fi fi
rm -f core conftest.err conftest.$ac_objext \ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS LIBS=$ac_check_lib_save_LIBS
fi fi
@ -22934,7 +22951,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
ac_cv_lib_pq_PQexec=no ac_cv_lib_pq_PQexec=no
fi fi
rm -f core conftest.err conftest.$ac_objext \ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS LIBS=$ac_check_lib_save_LIBS
fi fi
@ -23059,7 +23076,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
ac_cv_lib_popt_poptStrerror=no ac_cv_lib_popt_poptStrerror=no
fi fi
rm -f core conftest.err conftest.$ac_objext \ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS LIBS=$ac_check_lib_save_LIBS
fi fi
@ -23519,7 +23536,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
ac_cv_lib_pri_pri_call=no ac_cv_lib_pri_pri_call=no
fi fi
rm -f core conftest.err conftest.$ac_objext \ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS LIBS=$ac_check_lib_save_LIBS
fi fi
@ -23974,7 +23991,7 @@ echo "${ECHO_T}no" >&6; }
fi fi
rm -f core conftest.err conftest.$ac_objext \ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext conftest$ac_exeext conftest.$ac_ext
LIBS="${saved_libs}" LIBS="${saved_libs}"
@ -24082,7 +24099,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
ac_cv_lib_qt_qt_date="no" ac_cv_lib_qt_qt_date="no"
fi fi
rm -f core conftest.err conftest.$ac_objext \ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext conftest$ac_exeext conftest.$ac_ext
LIBS="${saved_libs}" LIBS="${saved_libs}"
CPPFLAGS="${saved_cppflags}" CPPFLAGS="${saved_cppflags}"
@ -24155,7 +24172,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
ac_cv_lib_qt_qt_date="no" ac_cv_lib_qt_qt_date="no"
fi fi
rm -f core conftest.err conftest.$ac_objext \ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext conftest$ac_exeext conftest.$ac_ext
LIBS="${saved_libs}" LIBS="${saved_libs}"
CPPFLAGS="${saved_cppflags}" CPPFLAGS="${saved_cppflags}"
@ -24385,7 +24402,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
ac_cv_lib_radiusclient_ng_rc_read_config=no ac_cv_lib_radiusclient_ng_rc_read_config=no
fi fi
rm -f core conftest.err conftest.$ac_objext \ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS LIBS=$ac_check_lib_save_LIBS
fi fi
@ -24845,7 +24862,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
ac_cv_lib_speex_speex_encode=no ac_cv_lib_speex_speex_encode=no
fi fi
rm -f core conftest.err conftest.$ac_objext \ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS LIBS=$ac_check_lib_save_LIBS
fi fi
@ -25305,7 +25322,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
ac_cv_lib_sqlite_sqlite_exec=no ac_cv_lib_sqlite_sqlite_exec=no
fi fi
rm -f core conftest.err conftest.$ac_objext \ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS LIBS=$ac_check_lib_save_LIBS
fi fi
@ -25765,7 +25782,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
ac_cv_lib_ssl_ssl2_connect=no ac_cv_lib_ssl_ssl2_connect=no
fi fi
rm -f core conftest.err conftest.$ac_objext \ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS LIBS=$ac_check_lib_save_LIBS
fi fi
@ -26225,7 +26242,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
ac_cv_lib_tds_tds_version=no ac_cv_lib_tds_tds_version=no
fi fi
rm -f core conftest.err conftest.$ac_objext \ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS LIBS=$ac_check_lib_save_LIBS
fi fi
@ -26699,7 +26716,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
ac_cv_lib_termcap_tgetent=no ac_cv_lib_termcap_tgetent=no
fi fi
rm -f core conftest.err conftest.$ac_objext \ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS LIBS=$ac_check_lib_save_LIBS
fi fi
@ -27159,7 +27176,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
ac_cv_lib_tinfo_tgetent=no ac_cv_lib_tinfo_tgetent=no
fi fi
rm -f core conftest.err conftest.$ac_objext \ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS LIBS=$ac_check_lib_save_LIBS
fi fi
@ -27623,7 +27640,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
ac_cv_lib_tonezone_tone_zone_find=no ac_cv_lib_tonezone_tone_zone_find=no
fi fi
rm -f core conftest.err conftest.$ac_objext \ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS LIBS=$ac_check_lib_save_LIBS
fi fi
@ -28083,7 +28100,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
ac_cv_lib_vorbis_vorbis_info_init=no ac_cv_lib_vorbis_vorbis_info_init=no
fi fi
rm -f core conftest.err conftest.$ac_objext \ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS LIBS=$ac_check_lib_save_LIBS
fi fi
@ -28550,7 +28567,7 @@ echo "${ECHO_T}no" >&6; }
fi fi
rm -f core conftest.err conftest.$ac_objext \ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext conftest$ac_exeext conftest.$ac_ext
LIBS="${saved_libs}" LIBS="${saved_libs}"
CPPFLAGS="${saved_cppflags}" CPPFLAGS="${saved_cppflags}"
@ -28667,7 +28684,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
ac_cv_lib_z_compress=no ac_cv_lib_z_compress=no
fi fi
rm -f core conftest.err conftest.$ac_objext \ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS LIBS=$ac_check_lib_save_LIBS
fi fi
@ -30024,7 +30041,7 @@ exec 6>&1
# values after options handling. # values after options handling.
ac_log=" ac_log="
This file was extended by $as_me, which was This file was extended by $as_me, which was
generated by GNU Autoconf 2.60. Invocation command line was generated by GNU Autoconf 2.60a. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
CONFIG_HEADERS = $CONFIG_HEADERS CONFIG_HEADERS = $CONFIG_HEADERS
@ -30052,7 +30069,7 @@ current configuration.
Usage: $0 [OPTIONS] [FILE]... Usage: $0 [OPTIONS] [FILE]...
-h, --help print this help, then exit -h, --help print this help, then exit
-V, --version print version number, then exit -V, --version print version number and configuration settings, then exit
-q, --quiet do not print progress messages -q, --quiet do not print progress messages
-d, --debug don't remove temporary files -d, --debug don't remove temporary files
--recheck update $as_me by reconfiguring in the same conditions --recheck update $as_me by reconfiguring in the same conditions
@ -30073,7 +30090,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\ ac_cs_version="\\
config.status config.status
configured by $0, generated by GNU Autoconf 2.60, configured by $0, generated by GNU Autoconf 2.60a,
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
Copyright (C) 2006 Free Software Foundation, Inc. Copyright (C) 2006 Free Software Foundation, Inc.

View File

@ -22,7 +22,7 @@ AC_COPYRIGHT("Asterisk")
AC_REVISION($Revision$) AC_REVISION($Revision$)
case "${host_os}" in case "${host_os}" in
freebsd) freebsd*)
ac_default_prefix=/usr/local ac_default_prefix=/usr/local
;; ;;
*) *)